Sukumaran Raghavan [
https://community.jboss.org/people/suku_1983] created the discussion
"Error deploying jbpm-gwt-console.war IN JBOSS 7.1 Thunder"
To view the discussion, visit:
https://community.jboss.org/message/724805#724805
--------------------------------------------------------------
Hi,
I was trying to setup JBPM 5.2 in JBoss AS7 thunder with MySql.
I used part of the ant scripts and performed some of the steps manually. Everything runs
well when i use JBoss 7.0.2.
However when i use 7.1 Thunder, the deployment of the console war fails. Error details
below
18:10:07,929 INFO [org.jboss.web] (MSC service thread 1-7) JBAS018210: Registering web
context: /jbpm-gwt-console-server
18:10:09,783 ERROR [org.reflections.Reflections] (MSC service thread 1-7) could not create
Vfs.Dir from url. ignoring the exception and continuing:
org.reflections.ReflectionsException: could not create Dir using
org.jboss.errai.bus.server.service.metadata.VFSUrlType from url
vfs:/content/jbpm-gwt-console.war/WEB-INF/classes/
at org.reflections.vfs.Vfs.fromURL(Vfs.java:99)
[reflections-0.9.5-RC2_jboss-SP1.jar:]
at org.reflections.vfs.Vfs.fromURL(Vfs.java:89)
[reflections-0.9.5-RC2_jboss-SP1.jar:]
at org.reflections.Reflections.scan(Reflections.java:136)
[reflections-0.9.5-RC2_jboss-SP1.jar:]
at
org.jboss.errai.bus.server.service.metadata.MetaDataScanner.<init>(MetaDataScanner.java:83)
[errai-bus-1.1-Final.jar:1.1-Final]
at
org.jboss.errai.bus.server.service.metadata.MetaDataScanner.createInstance(MetaDataScanner.java:95)
[errai-bus-1.1-Final.jar:1.1-Final]
at
org.jboss.errai.bus.server.service.metadata.MetaDataScanner.createInstance(MetaDataScanner.java:87)
[errai-bus-1.1-Final.jar:1.1-Final]
at
org.jboss.errai.bus.server.service.ErraiServiceConfiguratorImpl.<init>(ErraiServiceConfiguratorImpl.java:58)
[errai-bus-1.1-Final.jar:1.1-Final]
at
org.jboss.errai.bus.server.service.ErraiServiceConfiguratorImpl$$FastClassByGuice$$b6139751.newInstance(<generated>)
at
com.google.inject.internal.cglib.reflect.FastConstructor.newInstance(FastConstructor.java:40)
[guice-2.0.jar:]
at
com.google.inject.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:60)
[guice-2.0.jar:]
at com.google.inject.ConstructorInjector.construct(ConstructorInjector.java:85)
[guice-2.0.jar:]
at
com.google.inject.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:111)
[guice-2.0.jar:]
at com.google.inject.FactoryProxy.get(FactoryProxy.java:56) [guice-2.0.jar:]
at
com.google.inject.SingleParameterInjector.inject(SingleParameterInjector.java:42)
[guice-2.0.jar:]
at
com.google.inject.SingleParameterInjector.getAll(SingleParameterInjector.java:66)
[guice-2.0.jar:]
at com.google.inject.ConstructorInjector.construct(ConstructorInjector.java:84)
[guice-2.0.jar:]
at
com.google.inject.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:111)
[guice-2.0.jar:]
at
com.google.inject.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:45)
[guice-2.0.jar:]
at com.google.inject.InjectorImpl.callInContext(InjectorImpl.java:811)
[guice-2.0.jar:]
at
com.google.inject.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:42)
[guice-2.0.jar:]
at com.google.inject.Scopes$1$1.get(Scopes.java:54) [guice-2.0.jar:]
at
com.google.inject.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:48)
[guice-2.0.jar:]
at com.google.inject.FactoryProxy.get(FactoryProxy.java:56) [guice-2.0.jar:]
at com.google.inject.InjectorImpl$4$1.call(InjectorImpl.java:758)
[guice-2.0.jar:]
at com.google.inject.InjectorImpl.callInContext(InjectorImpl.java:804)
[guice-2.0.jar:]
at com.google.inject.InjectorImpl$4.get(InjectorImpl.java:754) [guice-2.0.jar:]
at com.google.inject.InjectorImpl.getInstance(InjectorImpl.java:793)
[guice-2.0.jar:]
at
org.jboss.errai.bus.server.servlet.AbstractErraiServlet.buildService(AbstractErraiServlet.java:133)
[errai-bus-1.1-Final.jar:1.1-Final]
at
org.jboss.errai.bus.server.servlet.AbstractErraiServlet.init(AbstractErraiServlet.java:104)
[errai-bus-1.1-Final.jar:1.1-Final]
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1202)
[jbossweb-7.0.10.Final.jar:]
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1102)
[jbossweb-7.0.10.Final.jar:]
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3655)
[jbossweb-7.0.10.Final.jar:]
at org.apache.catalina.core.StandardContext.start(StandardContext.java:3873)
[jbossweb-7.0.10.Final.jar:]
at
org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:90)
[jboss-as-web-7.1.0.Final.jar:7.1.0.Final]
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[classes.jar:1.6.0_26]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[classes.jar:1.6.0_26]
at java.lang.Thread.run(Thread.java:680) [classes.jar:1.6.0_26]
Anyone facing the same issue? Any clues would save a lot of time for me :)
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/724805#724805]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]