Title: RE: [JBoss-user] application.xml

There are no other applications deployed on this server. 

-----Original Message-----
From: Ramrakhiani, Vikas [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 17, 2003 2:37 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [JBoss-user] application.xml

I feel context '/crunk' is being used by another app. Try changing it to
something else and then test deployment again.


vikas.


-----Original Message-----
From: Bryan Liles [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 17, 2003 3:48 AM
To: [EMAIL PROTECTED]
Subject: [JBoss-user] application.xml


I'm curious to why I am getting this error:

18:15:44,195 WARN  [ServiceController] Problem starting service
jboss.deployment:name=file%3a/opt/jboss4DR2/server/default/tmp/deploy/server
/default/deploy/ot-aia.ear/67.ot-aia.ear-contents/ot-aia.war,service=Deploym
entInfo
org.jboss.deployment.DeploymentException: Error during deploy; - nested
throwable: (java.lang.IllegalArgumentException: addChild:  Child name
'/crunk' is not unique)
        at
org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:445)
        at
org.jboss.deployment.DeploymentInfo.start(DeploymentInfo.java:255)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)


my application.xml is as follows:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE application PUBLIC '-//Sun Microsystems, Inc.//DTD J2EE
Application 1.3//EN' 'http://java.sun.com/dtd/application_1_3.dtd'>
 
<application>
        <display-name>OT AIA</display-name>
        <module>
                <ejb>ot-aia.jar</ejb>
        </module>
 
        <module>
                <java>trx-import.wsr</java>
        </module>
 
        <module>
                <web>
                        <web-uri>ot-aia.war</web-uri>
                        <context-root>/crunk</context-root>
                </web>
        </module>
        
</application>



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to