See Thread at: http://www.techienuggets.com/Detail?tx=57991 Posted on behalf of a User
Hi there, I'm facing a similar problem. As suggested I was trying to point this problem in JBoss Communities but in vain. So please guide me how to proceed in this. Thanks in advance In Response To: My first concern is the following: GMS: address is 127.0.0.1:61962 ------------------------------------------------------- 04:42:24,516 INFO [GroupMember] org.jboss.messaging.core.impl.postoffice.GroupM ember$controlmembershipliste...@d0d485 got new view [127.0.0.1:61962|0] [127.0.0 .1:61962], old view is null 04:42:24,521 INFO [GroupMember] I am (127.0.0.1:61962) 04:42:24,523 INFO [GroupMember] New Members : 1 ([127.0.0.1:61962]) 04:42:24,525 INFO [GroupMember] All Members : 1 ([127.0.0.1:61962]) 04:42:24,690 WARN [TCP] failed to join /224.0.0.75:7500 on net2: java.net.Socke tException: Unrecognized Windows Sockets error: 0: no Inet4Address associated wi th interface 04:42:24,693 WARN [TCP] failed to join /224.0.0.75:7500 on net3: java.net.Socke tException: Unrecognized Windows Sockets error: 0: no Inet4Address associated wi th interface 04:42:24,695 WARN [TCP] failed to join /224.0.0.75:7500 on net5: java.net.Socke tException: Unrecognized Windows Sockets error: 0: no Inet4Address associated wi th interface 04:42:24,698 INFO [STDOUT] Do the warnings indicate port issues with my firewall? Namely port 7500? Or should I be concerned at all? Secondly I get a long stack trace when I attempt to deploy a .ear project. This project is using EJB3, Webservices and a web app w/ webservice client. Here is a partial dump: org.jboss.deployers.spi.DeploymentException: Error during deploy: vfszip:/D:/jbo ss-5.0.0.CR2/server/all/deploy/simple.ear/jaxb-xjc.jar/1.0/ at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentExcept ion(DeploymentException.java:49) at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(Deployer Wrapper.java:175) at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(Deployer sImpl.java:1285) at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFi rst(DeployersImpl.java:1003) at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFi rst(DeployersImpl.java:1056) at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFi rst(DeployersImpl.java:1056) at org.jboss.deployers.plugins.deployers.DeployersImpl.install(Deployers Impl.java:944) at org.jboss.dependency.plugins.AbstractControllerContext.install(Abstra ctControllerContext.java:348) at org.jboss.dependency.plugins.AbstractController.install(AbstractContr oller.java:1598) at org.jboss.dependency.plugins.AbstractController.incrementState(Abstra ctController.java:934) at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr actController.java:1062) at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr actController.java:984) at org.jboss.dependency.plugins.AbstractController.change(AbstractContro ller.java:822) at org.jboss.dependency.plugins.AbstractController.change(AbstractContro ller.java:553) at org.jboss.deployers.plugins.deployers.DeployersImpl.process(Deployers Impl.java:627) at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeploye rImpl.java:541) at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDSca nner.java:290) at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScan ner.java:221) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:44 1) at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java :317) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask. access$101(ScheduledThreadPoolExecutor.java:98) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask. runPeriodic(ScheduledThreadPoolExecutor.java:181) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask. run(ScheduledThreadPoolExecutor.java:205) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExec utor.java:885) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor .java:907) at java.lang.Thread.run(Thread.java:619) Caused by: java.lang.IllegalStateException: Expected either '.jar' or '.jar/' at the end of 1.0 at org.jboss.ejb3.deployers.Ejb3ClientDeployer.getDeploymentJndiName(Ejb 3ClientDeployer.java:211) at org.jboss.ejb3.deployers.Ejb3ClientDeployer.deploy(Ejb3ClientDeployer .java:101) at org.jboss.ejb3.deployers.Ejb3ClientDeployer.deploy(Ejb3ClientDeployer .java:60) at org.jboss.deployers.vfs.spi.deployer.AbstractSimpleVFSRealDeployer.de ploy(AbstractSimpleVFSRealDeployer.java:56) at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.i nternalDeploy(AbstractSimpleRealDeployer.java:62) at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy( AbstractRealDeployer.java:50) at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(Deployer Wrapper.java:169) ... 25 more 04:46:10,011 WARN [HDScanner] Failed to process changes org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incompl ete deployments (SEE PREVIOUS ERRORS FOR DETAILS): *** CONTEXTS IN ERROR: Name -> Error vfszip:/D:/jboss-5.0.0.CR2/server/all/deploy/simple.ear -> java.lang.IllegalStat eException: Expected either '.jar' or '.jar/' at the end of 1.0 I suspect the "1.0" in the path is the problem, but this is an actual directory inside the .jar file (jaxb-xjc.jar). See the line reading, "Caused by: java.lang.IllegalStateException: Expected either '.jar' or '.jar/' at the end of 1.0". Am I correct in assuming this to be the cause? What is the remedy? Thanks all! _______________________________________________ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user