JBoss basic question but unable to solve

Hi,

I am new to JBoss server.I deployed ejb 3.0 application in Jboss 4.0.5.

I am trying to deploy the same jar and ear file in ejb 4.0.5.GA.

I dont see any thing on the server.(no error)

I checked the log.I see this error.

org.jboss.deployment.DeploymentException: url file:/C:/jboss-4.0.4.GA/jboss-4.0.4.GA/server/default/

tmp/deploy/common/services could not be opened, does it exist?

at org.jboss.deployment.DeploymentInfo.<init>(DeploymentInfo.java:211)

at org.jboss.deployment.MainDeployer.parseManifestLibraries(MainDeployer.java:1119)

at org.jboss.deployment.MainDeployer.init(MainDeployer.java:873)

at org.jboss.deployment.MainDeployer.init(MainDeployer.java:881)

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(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:585)

at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)

at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)

at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)

at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)

at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.ja

va: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(URLDeploymentScanner.java:421)

at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)

at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentSc

anner.java:263)

at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScan

ner.java:274)

at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScann

er.java:225)

Is any thing wrong with the jboss4.0.4 installation.

Please help.

Thanks.

[2563 byte] By [tutikashilpaa] at [2007-11-27 11:43:08]
# 1

Seeing as you have a DeploymentException, my first thought is that your installation is okay and your deployment is what failed. My second thought is that nobody can really help you beyond that (I could be wrong, some suggestions may appear if you're lucky) since this is a Java forum and not a JBoss forum (not to mention you're posting in the wrong topic area even if it was a Java related issue). Your error message is also vague. Good luck!

SoulTech2012a at 2007-7-29 17:48:12 > top of Java-index,Java Essentials,Java Programming...
# 2

that path looks awfully suspicious though...

jwentinga at 2007-7-29 17:48:12 > top of Java-index,Java Essentials,Java Programming...