tono jacob [https://community.jboss.org/people/tono_jacob] created the discussion
"EJB Deployment Issue" To view the discussion, visit: https://community.jboss.org/message/730468#730468 -------------------------------------------------------------- Hello All, Following is the configuration Java: jdk1.5.0_21 JBOSS: jboss-4.2.2.GA I have a ejb(with webservice) that gets deployed on my personal system without any issues but when deploying the server(where it is required), the deployment fails. The configuration is same across the systems being used. To confirm whether its application install, I copied over the entire Jboss install from my system to the server, but still the ejb did not get deployed. h5. My System Log 2012-04-17 11:03:44,915 DEBUG [org.jboss.deployment.MainDeployer] found 1 subpackages of file:/D:/Tools/jboss-4.2.2.GA/server/default/deploy/Documents.ear 2012-04-17 11:03:44,915 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/D:/Tools/jboss-4.2.2.GA/server/default/tmp/deploy/tmp3907885556060189984Documents.ear-contents/Documents_EJB.jar 2012-04-17 11:03:44,960 DEBUG [org.jboss.deployment.MainDeployer] using deployer MBeanProxyExt[jboss.ejb:service=EJBDeployer] 2012-04-17 11:03:44,960 DEBUG [org.jboss.ejb.EJBDeployer] init, Documents_EJB.jar 2012-04-17 11:03:44,983 DEBUG [org.jboss.ejb.EJBDeployer] looking for nested deployments in : file:/D:/Tools/jboss-4.2.2.GA/server/default/tmp/deploy/tmp3907885556060189984Documents.ear-contents/Documents_EJB.jar 2012-04-17 11:03:44,986 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] Added url: file:/D:/Tools/jboss-4.2.2.GA/server/default/tmp/deploy/tmp3907885556060189984Documents.ear-contents/Documents_EJB.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@1ce56f8{ url=file:/D:/Tools/jboss-4.2.2.GA/server/default/tmp/deploy/tmp3907885556060189984Documents.ear ,addedOrder=47} h5. Server Log 2012-04-17 11:13:01,086 DEBUG [org.jboss.deployment.MainDeployer] found 1 subpackages of file:/C:/jboss-4.2.2.GA_Tono/server/default/deploy/Documents.ear 2012-04-17 11:13:01,086 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/C:/jboss-4.2.2.GA_Tono/server/default/tmp/deploy/tmp1476459450364089724Documents.ear-contents/Documents_EJB.jar 2012-04-17 11:13:01,101 DEBUG [org.jboss.deployment.JARDeployer] Found entry: 'META-INF/ejb-jar.xml', matching: 'ejb-jar.xml', rejecting jar 2012-04-17 11:13:01,101 DEBUG [org.jboss.deployment.MainDeployer] No deployer found for url: file:/C:/jboss-4.2.2.GA_Tono/server/default/tmp/deploy/tmp1476459450364089724Documents.ear-contents/Documents_EJB.jar 2012-04-17 11:13:01,101 DEBUG [org.jboss.deployment.MainDeployer] deployment waiting for deployer: file:/C:/jboss-4.2.2.GA_Tono/server/default/tmp/deploy/tmp1476459450364089724Documents.ear-contents/Documents_EJB.jar 2012-04-17 11:13:01,101 DEBUG [org.jboss.deployment.MainDeployer] Watching new file: file:/C:/jboss-4.2.2.GA_Tono/server/default/deploy/Documents.ear 2012-04-17 11:13:01,101 DEBUG [org.jboss.deployment.MainDeployer] create step for deployment file:/C:/jboss-4.2.2.GA_Tono/server/default/deploy/Documents.ear 2012-04-17 11:13:01,101 DEBUG [org.jboss.deployment.MainDeployer] create step for deployment file:/C:/jboss-4.2.2.GA_Tono/server/default/tmp/deploy/tmp1476459450364089724Documents.ear-contents/Documents_EJB.jar 2012-04-17 11:13:01,101 DEBUG [org.jboss.deployment.MainDeployer] Still no deployer for package in create step: Documents_EJB.jar 2012-04-17 11:13:01,101 DEBUG [org.jboss.system.ServiceController] Creating service jboss.j2ee:service=EARDeployment,url='Documents.ear' 2012-04-17 11:13:01,101 DEBUG [org.jboss.deployment.EARDeployment] Creating jboss.j2ee:service=EARDeployment,url='Documents.ear' 2012-04-17 11:13:01,101 DEBUG [org.jboss.deployment.EARDeployment] Created jboss.j2ee:service=EARDeployment,url='Documents.ear' 2012-04-17 11:13:01,101 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss.j2ee:service=EARDeployment,url='Documents.ear' dependents are: [] 2012-04-17 11:13:01,101 DEBUG [org.jboss.deployment.MainDeployer] Done with create step of deploying Documents.ear 2012-04-17 11:13:01,101 DEBUG [org.jboss.deployment.MainDeployer] Begin deployment start file:/C:/jboss-4.2.2.GA_Tono/server/default/deploy/Documents.ear 2012-04-17 11:13:01,101 DEBUG [org.jboss.deployment.MainDeployer] Begin deployment start file:/C:/jboss-4.2.2.GA_Tono/server/default/tmp/deploy/tmp1476459450364089724Documents.ear-contents/Documents_EJB.jar 2012-04-17 11:13:01,101 DEBUG [org.jboss.deployment.MainDeployer] Still no deployer for package in start step: Documents_EJB.jar 2012-04-17 11:13:01,101 DEBUG [org.jboss.system.ServiceController] starting service jboss.j2ee:service=EARDeployment,url='Documents.ear' 2012-04-17 11:13:01,101 DEBUG [org.jboss.deployment.EARDeployment] Starting jboss.j2ee:service=EARDeployment,url='Documents.ear' 2012-04-17 11:13:01,101 DEBUG [org.jboss.deployment.EARDeployment] Started jboss.j2ee:service=EARDeployment,url='Documents.ear' 2012-04-17 11:13:01,101 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.j2ee:service=EARDeployment,url='Documents.ear' dependent components: [] 2012-04-17 11:13:01,101 INFO [org.jboss.deployment.EARDeployer] Started J2EE application: file:/C:/jboss-4.2.2.GA_Tono/server/default/deploy/Documents.ear 2012-04-17 11:13:01,101 DEBUG [org.jboss.deployment.MainDeployer] End deployment start on package: Documents.ear 2012-04-17 11:13:01,101 DEBUG [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/jboss-4.2.2.GA_Tono/server/default/deploy/Documents.ear 2012-04-17 11:13:01,101 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Watch URL for: file:/C:/jboss-4.2.2.GA_Tono/server/default/deploy/Documents.ear -> file:/C:/jboss-4.2.2.GA_Tono/server/default/deploy/Documents.ear 2012-04-17 11:13:01,101 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing: Any help in understanding the issue would be great Regards -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/730468#730468] Start a new discussion in Beginner's Corner at Community [https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
