我正在使用selenium,在尝试运行简单的测试时,我得到了:
java.lang.NoClassDefFoundError:无法初始化类sun.nio.ch.FileChannelImpl
我有搜索堆栈的帖子,只找到了这个帖子:java.lang.NoClassDefFoundError: Could not initialize class sun.nio.ch.FileChannelImpl
但那里的答案没有帮助我。 webdriver尚未初始化并获得:
无法调用配置方法com.tf.qa.tempTests.tests.TempTestBase.setDriver:无法初始化类sun.nio.ch.FileChannelImpl
详细信息:
构建信息:版本:' 2.46.0',os.name:' Windows 7',os.arch:' x86',os.version: ' 6.1',java.version:' 1.8.0_40' 驱动程序信息:org.openqa.selenium.remote.RemoteWebDriver
任何帮助将不胜感激。
答案 0 :(得分:0)
因此,在我重新启动中心服务器(直接从Jenkins完成)并再次启动网格中的所有节点后,它已得到修复。