I'm moving my apps over to JBoss and have run into
the following errors. There's actually many, but they're all pretty
much the same.
My *.ear file which I place in the
~/jboss/deploy dir looks like this.
cais-1.0.ear
|-
META-INF
|- cais-1.0-client.jar |- cais-1.0-ejb.jar |- cais-1.0-web.war |- jdbc7.0-1.2.jar ---- From the logs
------------------------------------------
[J2EE Deployer Default] couldnt add
./jdbc7.0-1.2.jar to common classpath:
/u/public/JBoss-2.2.2_Tomcat-3.2.2/jboss/deploy/jdbc7.0-1.2.jar (No such file or
directory)
*** With the above problem I did put a carriage
return after the Class-Path in the MANIFEST.MF as the docs say, but didn't
help.
[Verifier] Verifying
file:/u/public/JBoss-2.2.2_Tomcat-3.2.2/jboss/tmp/deploy/Default/cais-1.0.ear/ejb1003.jar
[Verifier] Bean : com.neuroquest.cais.ejb.entity.build.BuildHome Section: 16.2
Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business methods. *** Not understanding this, I do have the fully
qualified names in place.
|
- [JBoss-user] startup errors Christian Hargraves
- Re: [JBoss-user] startup errors Juha-P Lindfors
- Re: [JBoss-user] startup errors Nguyen Thanh Phong
- RE: [JBoss-user] startup errors Kimpton,C (Chris)
- G.L. Grobe