I'm trying to deploy a project built with GWT in JBoss, but I'm
getting an stacktrace on JBoss logs.

I read this thread [1] but I didn't found anything clear on this.

The exception is:

2009-10-30 11:34:35,740 ERROR [org.jboss.deployment.MainDeployer]
Could not start deployment:
file:/usr/local/jboss-4.0.5.GA/server/default/deploy/myproject.war
org.jboss.deployment.DeploymentException: URL
file:/usr/local/jboss-4.0.5.GA/server/default/tmp/deploy/tmp3698343146889945740myproject-exp.war/
deployment failed
        at 
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:375)
        at 
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:103)
        at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:371)
        at org.jboss.web.WebModule.startModule(WebModule.java:83)
        at org.jboss.web.WebModule.startService(WebModule.java:61)
        at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
        at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
        at $Proxy0.start(Unknown Source)

myproject.war has the following structure:

 * META-INF
    * maven
    - MANIFEST.MF
 * myproject
      [*.html, *.nocache.js, *.css, *.png...]
 * WEB-INF
     * classes
     * lib
     - web.xml
 - index.html
 - log4j.lcf

Any hint?


[1] 
http://groups.google.com/group/google-web-toolkit/browse_thread/thread/2276c8eff3edaf78/c8811e3298438076?#c8811e3298438076

-- 
Cheers,

Christian López Espínola <penyaskito>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to