Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 10465 invoked from network); 16 Jul 2002 16:55:47 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 16 Jul 2002 16:55:47 -0000 Received: (qmail 13163 invoked by uid 97); 16 Jul 2002 16:55:59 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 13145 invoked by uid 97); 16 Jul 2002 16:55:58 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 13134 invoked by uid 50); 16 Jul 2002 16:55:58 -0000 Date: 16 Jul 2002 16:55:58 -0000 Message-ID: <20020716165558.13133.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 10704] - EJBC Crash when running weblogic X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10704 EJBC Crash when running weblogic ------- Additional Comments From j_a_fernandez@yahoo.com 2002-07-16 16:55 ------- I need some help trying to trace this issue. One thing I notice is that the implementations are calling weblogic with a different combination of parameters, the old implementation is calling this way: Forking C:\bea\jdk131\jre\..\bin\java.exe -classpath C:\bea\wlserver6.1 \lib\weblogic.jar;C:\projects\HEAD\pita\build\cellectivity- vm.jar;C:\projects\HEAD\pita\lib\log4j-1.2beta4.jar weblogic.ejbc20 C:\projects\HEAD\pita\build\o2\jars\container-generic.jar C:\projects\HEAD\pita\build\o2\jars\container.jar The new implementation is doing the following: Executing 'C:\bea\jdk131\jre\bin\java.exe' with arguments: [ejbc] '-classpath' [ejbc] 'C:\bea\wlserver6.1 \lib\weblogic.jar;C:\projects\HEAD\pita\build\cellectivity- vm.jar;C:\projects\HEAD\pita\lib\log4j-1.2beta4.jar' [ejbc] 'weblogic.ejbc20' [ejbc] '-classpath' [ejbc] 'C:\projects\HEAD\pita\build\classes' [ejbc] 'C:\projects\HEAD\pita\build\o2\jars\container-generic.jar' [ejbc] 'C:\projects\HEAD\pita\build\o2\jars\container.jar' You can see the usage of the -classpath in the parameters for weblogic. This may be part of the problem. The old implementation creates a jar with 168 classes while the new one puts 169. I am adding an attachment with the verbose output of the task (the segment I consider relevant). I have modified the use of the task a little to be the following: Can someone give me any clues on this issue? -- To unsubscribe, e-mail: For additional commands, e-mail: