2012-11-23 4 views
0

J'avais déjà téléchargé la version 2.13.1 du sonar. J'ai décompressé la même chose et fait la configuration nécessaire. Au démarrage du sonar, il démarrerait bien.Erreur de démarrage Sonar

Aujourd'hui, je suis tout à coup commence à faire une exception lors du démarrage en disant

java.lang.RuntimeException: java.lang.UnsatisfiedLinkError: Un périphérique connecté au système ne fonctionne pas

J'utilise windows xp (x86-32). La version JRE est 1.7.

Je ne suis pas sûr si c'est assez d'information pour trouver le problème, attachant ainsi quelques lignes de trace de pile.

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) 

Répondre

0

trouvé sur 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.

sonars (ou sa base de données) en cours d'exécution sur un système de fichiers amovible?

+0

Merci Mark. Non, ni sonar ou sa base de données fonctionnant sur un système de fichiers amovible. –

+0

Eh bien, vous devriez probablement essayer d'isoler le problème. Vous pouvez commencer avec une nouvelle installation, et essayer d'aller pas à pas vers l'installation actuelle pour voir où le problème est. –

Questions connexes