[Design of JBoss jBPM] - Re: MessageService and JMS
by mteira
Hello, Tom:
anonymous wrote : it's strange that we don't have this .ear deployment problem... Also i use the 4.0.4.GA.
|
| in the jboss/configuration/build.xml, there are also targets to install a fresh jboss (4.0.4.GA) from the files in the local repository. see if you can build a fresh jboss installation and configuration by only using these targets and making sure that you create the new jboss installation in a clean location. that should make it reproducable. (unless there is a windows/linux difference)
These are the exact steps I've followed:
1.-Checkout a fresh CVS HEAD.
2.-Run 'ant package' at jpdl/dist.
3.-Run 'ant install.jboss.and.configure.jbpm' in 'jboss/configuration'
A fresh jboss install appeared at C:\apps\jboss-4.0.4.GA
4.-Run 'ant' at 'enterprise/ear' to get the jbpm.ear built.
5.-Inside C:\apps\jboss-4.0.4.GA\server\jbpm\deploy:
Delete the jbpm-console.war (as it is included in the jbpm.ear)
Copy the generated jbpm.ear to here.
6.-Start jboss running:
C:\apps\jboss-4.0.4.GA\bin\run.bat -c jbpm
7.-Got the same error than in my solaris deployed jboss:
10:59:46,548 INFO [EARDeployer] Init J2EE application: file:/C:/apps/jboss-4.0.
| 4.GA/server/jbpm/deploy/jbpm.ear
| 10:59:46,708 ERROR [MainDeployer] Could not initialise deployment: file:/C:/apps
| /jboss-4.0.4.GA/server/jbpm/deploy/jbpm.ear
| org.jboss.deployment.DeploymentException: Invalid module content, must be one of
| : ejb, web, java, connector, service, har,
| at org.jboss.deployment.J2eeModuleMetaData.importXml(J2eeModuleMetaData.
| java:166)
| at org.jboss.deployment.J2eeModuleMetaData.importXml(J2eeModuleMetaData.
| java:107)
| at org.jboss.deployment.J2eeApplicationMetaData.importApplicationXml(J2e
| eApplicationMetaData.java:178)
| at org.jboss.deployment.J2eeApplicationMetaData.importXml(J2eeApplicatio
| nMetaData.java:139)
| at org.jboss.deployment.EARDeployer.init(EARDeployer.java:141)
| at org.jboss.deployment.MainDeployer.init(MainDeployer.java:861)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:798)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
| at sun.reflect.GeneratedMethodAccessor55.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
| sorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
| er.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
| or.java:133)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
| BeanOperationInterceptor.java:142)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
| java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy8.deploy(Unknown Source)
| at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymen
| tScanner.java:421)
| at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentS
| canner.java:634)
| at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.
| doScan(AbstractDeploymentScanner.java:263)
| at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(A
| bstractDeploymentScanner.java:336)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS
| upport.java:289)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMB
| eanSupport.java:245)
| at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
| sorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
| er.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(ServiceControl
| ler.java:978)
| at $Proxy0.start(Unknown Source)
| at org.jboss.system.ServiceController.start(ServiceController.java:417)
| at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
| sorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
| er.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.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy4.start(Unknown Source)
| at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
| at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:755)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
| java:39)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
| sorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
| er.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
| or.java:133)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
| BeanOperationInterceptor.java:142)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
| java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy5.deploy(Unknown Source)
| at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
| at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
| at org.jboss.Main.boot(Main.java:200)
| at org.jboss.Main$1.run(Main.java:464)
| at java.lang.Thread.run(Thread.java:595)
| 10:59:46,838 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
|
| --- Incompletely deployed packages ---
| org.jboss.deployment.DeploymentInfo@32d39819 { url=file:/C:/apps/jboss-4.0.4.GA/
| server/jbpm/deploy/jbpm.ear }
| deployer: org.jboss.deployment.EARDeployer@15bfdbd
| status: null
| state: FAILED
| watch: file:/C:/apps/jboss-4.0.4.GA/server/jbpm/deploy/jbpm.ear
| altDD: null
| lastDeployed: 1158569986708
| lastModified: 1158569986548
| mbeans:
Thanks for your time.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972225#3972225
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972225
19 years, 6 months
[Design of JBoss jBPM] - Re: MessageService and JMS
by mteira
anonymous wrote : Manuel,
|
| There were all kinds of problems with the integration of the GPD and the jBPM HEAD branch. We managed to do this integration today though and it should go fine now. Let us definitely know if you have any problems...
|
| Regards,
| Koen
Hi, Koen:
I've just checked out a fresh CVS HEAD copy and do a 'ant package' in the jpdl/dist directory, as John kindly told before. After this, I installed the designer into my Eclipse 3.2 as a new archived site, pointing to:
jar:file:C:/src/jbpm-test/jbpm.3/designer/jpdl/org.jbpm.gd.jpdl.build/target/jbpm-gpd-site-3.0.11-SNAPSHOT.zip!/
Where C:/src/jbpm-test is my CVS local copy.
After restarting eclipse, I'm running into the same old problems (java.lang.NullPointerException at org.jbpm.ui.util.JbpmClasspathContainer.getJarNames, the same stack as posted previously).
If I can provide further information to help debugging this, please, make me now.
Thanks!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972211#3972211
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972211
19 years, 6 months