0

我之前下载了声纳版本 2.13.1。我解压缩了相同的文件并进行了必要的配置。在启动声纳时,它会启动正常。

今天突然我开始在启动时遇到异常

java.lang.RuntimeException:java.lang.UnsatisfiedLinkError:连接到系统的设备无法运行

我正在使用 windows xp (x86-32)。JRE 版本是 1.7。

我不确定这是否足以找到问题的信息,因此附加了几行堆栈跟踪。

java.lang.RuntimeException: java.lang.UnsatisfiedLinkError: A device attached to the system is not functioning
     at com.kenai.jffi.Foreign$InValidInstanceHolder.getForeign(Foreign.java:90)
     at com.kenai.jffi.Foreign.getInstance(Foreign.java:95)
     at com.kenai.jffi.Library.openLibrary(Library.java:151)
     at com.kenai.jffi.Library.getCachedInstance(Library.java:125)
4

1 回答 1

0

Found this on technet:

A device attached to the system is not functioning.

Explanation:

An attached device is not working for one of these reasons: (1) it is switched off, or connected improperly; (2) the floppy disk and drive types are incompatible; (3) the floppy disk is not properly inserted in the drive; (4) the drive door is open; or (5) the floppy disk is not properly formatted.

User Action:

Correct the problem and retry the command.

Is Sonar (or it's database) running on a removable filesystem?

于 2012-11-23T22:19:21.287 回答