0

When I try to run my server I received this problem :

Deployment "vfsfile:/C:/Users/aroua/jbdevstudioo/jboss-eap/jboss-as/server/default/deploy/ProjetNew.war/" is in error due to the following reason(s): org.jboss.deployers.spi.DeploymentException: URL file:/C:/Users/aroua/jbdevstudioo/jboss-eap/jboss-as/server/default/tmp/aa02f-eoixe9-h0nnnr10-1-h0nnofam-v/ProjetNew.war/ deployment failed

11:23:29,691 INFO [Http11Protocol] D?marrage de Coyote HTTP/1.1 sur http-localhost%2F127.0.0.1-8080
11:23:29,719 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-localhost%2F127.0.0.1-8009
11:23:29,727 INFO [ServerImpl] JBoss (Microcontainer) [5.0.0.GA (build: SVNTag=JBPAPP_5_0_0_GA date=200910202128)] Started in 2m:39s:918ms

I dont understand the reasons of this fault.

Can any one of you help me?

Antonio MG
  • 20,382
  • 3
  • 43
  • 62

2 Answers2

0

Have you tried deleting all files and folders in the tmp and work directories:

   C:/Users/aroua/jbdevstudioo/jboss-eap/jboss-as/server/default/tmp/
   C:/Users/aroua/jbdevstudioo/jboss-eap/jboss-as/server/default/work/
barsju
  • 4,408
  • 1
  • 19
  • 24
  • Delete all files and folders in those directories. – barsju Apr 05 '12 at 13:11
  • i used Jboss developer Studio and there is an option to clean project ant server i try to do the clean but the problem persist , and for what the reasons to delete the files int the tmp and work ??? sorry but i'm a beggening in used the server jboss – user1315033 Apr 05 '12 at 13:24
  • i found the problem the server couldnt find myclass javazoom (javazoom.jl.decoder.JavaLayerException) i used it to convert a file mp3 to file .wav , how can i solve this problem , i need to do this task ??? – user1315033 Apr 05 '12 at 14:47
  • the console show me this error :Caused by: java.lang.NoClassDefFoundError: javazoom/jl/decoder/JavaLayerException at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Unknown Source) at java.lang.Class.privateGetPublicMethods(Unknown Source) at java.lang.Class.getMethods(Unknown Source) at org.jboss.seam.Component.hasAnnotation(Component.java:1158) at org.jboss.seam.Component.(Component.java:218) at org.jboss.seam.Component.(Component.java:205) at org.jboss.seam.init.Initialization.addComponent(Initialization.java:1186) – user1315033 Apr 05 '12 at 15:29
  • Edit your question and add the stack trace there. – barsju Apr 05 '12 at 16:05
0

You need to make the Jar with the library available to jboss. Either include it in you war or stick it in the lib folder of jboss.

barsju
  • 4,408
  • 1
  • 19
  • 24