On Sep 12, Ted X. Toth quoth:

> This is my first experience with jboss so I'm not sure even how to begin to 
>understand why this failed can anyone help me?

I can't help you directly but I can point out to the group that I was
getting lots, and lots of those "Deployment failed" messages when I went
and looked at what was in ContainerFactory.java, line 565.  It looks
something like this:

  // DEBUG Logger.exception(e);
  app.stop();
  app.destroy();
  throw new DeploymentException("Could not deploy "+url.toString());

Needless to say I removed the //DEBUG and received *much* more useful
deployment error messages.  Very specific ones in fact.  I would request
that the jboss crew put that line back into the binary distribution.

I just recompiled the .java file using the existing jars in my classpath
then re-jarred the jboss.jar with my new class file.

C=)

> [Auto deployer] Starting
> [Auto deploy] Auto deploy of file:/D:/jboss/deploy/interest.jar
> [Container factory] Deploying:file:/D:/jboss/deploy/interest.jar
> [Container factory] Loading ejb-jar.xml : 
>jar:file:/d:/temp/tmpejbjar63822.jar!/META-INF/ejb-jar.xml
> [Container factory] Loading standardjboss.xml : 
>jar:file:/D:/jboss/lib/ext/jboss.jar!/org/jboss/metadata/standardjboss.xml
> [Container factory] jar:file:/d:/temp/tmpejbjar63822.jar!/META-INF/jboss.xml found. 
>Overriding defaults
> [Auto deploy] Deployment failed:file:/D:/jboss/deploy/interest.jar
> [Auto deploy] org.jboss.ejb.DeploymentException: Could not deploy 
>file:/d:/temp/tmpejbjar63822.jar
> [Auto deploy]   at org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:565)
> [Auto deploy]   at org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:193)
> [Auto deploy]   at java.lang.reflect.Method.invoke(Native Method)
> [Auto deploy]   at javax.management.MBeanServer.invoke(MBeanServer.java:1635)
> [Auto deploy]   at javax.management.MBeanServer.invoke(MBeanServer.java:1501)
> [Auto deploy]   at org.jboss.ejb.AutoDeployer.deploy(AutoDeployer.java:285)
> [Auto deploy]   at org.jboss.ejb.AutoDeployer.run(AutoDeployer.java:221)
> [Auto deploy]   at org.jboss.ejb.AutoDeployer.startService(AutoDeployer.java:264)
> [Auto deploy]   at 
>org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:89)
> [Auto deploy]   at java.lang.reflect.Method.invoke(Native Method)
> [Auto deploy]   at javax.management.MBeanServer.invoke(MBeanServer.java:1635)
> [Auto deploy]   at javax.management.MBeanServer.invoke(MBeanServer.java:1501)
> [Auto deploy]   at org.jboss.Main.<init>(Main.java:155)
> [Auto deploy]   at org.jboss.Main.<init>(Main.java:86)
> [Auto deploy]   at org.jboss.Main$1.run(Main.java:76)
> [Auto deploy]   at java.security.AccessController.doPrivileged(Native Method)
> [Auto deploy]   at org.jboss.Main.main(Main.java:67)
> [Auto deploy] Auto deploy of file:/D:/jboss/deploy/TestBeans.jar
> 
> 
> Ted
> 
> 

--------------------------------------------------------------------------
There are no significant bugs in our released software that any significant 
  number of users want fixed.  -Bill Gates, Focus Magazine, Oct 23, 1995
--------------------------------------------------------------------------
Caskey <caskey*technocage.com>       ///                   TechnoCage Inc.
--------------------------------------------------------------------------
        "Welcome to the slippery slope, here is your handbasket.
             ...say, can you work 70 hours this week?"



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to