|
-
Feb 14th, 2002, 02:42 PM
#1
Thread Starter
Addicted Member
weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Assertion violated ]
Hi,
I am trying to run a command which will create application.xml.
If you run this command "java weblogic.ant.taskdefs.ear.DDInit staging-dir"
http://edocs.bea.com/wls/docs61/prog...packaging.html
It will automatically creates application.xml under staging-dir/Meta-INF directory.But I am getting error like this.
Creating descriptors
Found exploded EJB module ''
weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Assertion violated ]
at weblogic.utils.Debug.assert(Debug.java:74)
at weblogic.j2ee.dd.J2EEDeploymentDescriptor.addModule(J2EEDeploymentDescriptor.java:148)
at weblogic.ant.taskdefs.ear.DDInit.initDescriptors(DDInit.java:121)
at weblogic.ant.taskdefs.ear.DDInit.execute(DDInit.java:55)
at weblogic.ant.taskdefs.ear.DDInit.main(DDInit.java:236)
Exception in thread "main" weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Assertion violated ]
at weblogic.utils.Debug.assert(Debug.java:74)
at weblogic.j2ee.dd.J2EEDeploymentDescriptor.addModule(J2EEDeploymentDescriptor.java:148)
at weblogic.ant.taskdefs.ear.DDInit.initDescriptors(DDInit.java:121)
at weblogic.ant.taskdefs.ear.DDInit.execute(DDInit.java:55)
at weblogic.ant.taskdefs.ear.DDInit.main(DDInit.java:236)
I am using weblogic6.1 on Unix
Any help on this?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|