Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 41837 invoked from network); 16 May 2007 04:50:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 May 2007 04:50:50 -0000 Received: (qmail 34194 invoked by uid 500); 16 May 2007 04:50:50 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 34168 invoked by uid 500); 16 May 2007 04:50:50 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 34157 invoked by uid 99); 16 May 2007 04:50:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2007 21:50:50 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [130.102.113.156] (HELO imb.uq.edu.au) (130.102.113.156) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2007 21:50:43 -0700 X-ExtScanner: Niversoft's FindAttachments (free) Received: from [130.102.118.54] (HELO MARLIGER) by imb.uq.edu.au (CommuniGate Pro SMTP 5.1.2) with ESMTP id 14146396; Wed, 16 May 2007 14:50:20 +1000 From: "David Wood" To: "'Ant Users List'" , References: <00bf01c79759$29577730$36766682@IMBPC.AD> <00e201c79762$b235fbe0$36766682@IMBPC.AD> <1179289792.1895.131.camel@localhost> Subject: RE: java exception when task executed with ant but not manually Date: Wed, 16 May 2007 14:50:18 +1000 Message-ID: <010201c79775$b3adfb40$36766682@IMBPC.AD> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AceXcphDPwngdwzxTcOtFHFxLIhf9AAAqo9w In-Reply-To: <1179289792.1895.131.camel@localhost> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-Virus-Checked: Checked by ClamAV on apache.org thanks Prashant, indeed! They are executing different java binaries: Ant: [java] Executing '/usr/java/jdk1.5.0_11/jre/bin/java' with arguments: Manual: [d.wood@home apache-ant-1.6.5]$ which java /usr/java/jdk1.5.0_11/bin/java So I guess I need to set ANT to use /usr/java/jdk1.5.0_11/bin/java (even though this does not explain why /jre/bin/java is crashing!). How do I tell ant which one to use? I would have thought it would use the one in my path... Dave -----Original Message----- From: Prashant Reddy [mailto:prashant@pramati.com] Sent: Wednesday, 16 May 2007 2:30 PM To: Ant Users List Subject: RE: java exception when task executed with ant but not manually Hi david, You could try running the target 'testApp' in verbose mode. This will print the java command used to launch the tests. You can then compare this with the setup which is working fine to figure out which configuration is missing. Hope this helps. -Prashant On Wed, 2007-05-16 at 12:34 +1000, David Wood wrote: > Hi Martin, > > I've actually made a few changes to the code and was getting new exceptions. > I was testing these changes with ant, and believe I have fixed them in the > code as the app works fine when executed from the command line but ant is > still producing run time errors. > > Even though, I added in your changes and it does not seem to have made a > difference, the exceptions are still the same. > > testApp: > [java] getting frontpage > [java] 1 [main] ERROR client.Call - Exception: > [java] org.xml.sax.SAXException: Invalid element in > qfab.imb.uq.edu.au.reactome.ReactomeComponent - ID > [java] at > org.apache.axis.encoding.ser.BeanDeserializer.onStartChild(BeanDeserializer. > java:258) > [java] at > org.apache.axis.encoding.DeserializationContext.startElement(Deserialization > Context.java:1035) > > > I think that there is something wrong with how the ant VM is handling the > registering of the bean serialization and deserialization. When I make > changes to the Bean file, reload the web service, the exceptions from ant > remain the same. > > Dave > > -----Original Message----- > From: Martin Gainty [mailto:mgainty@hotmail.com] > Sent: Wednesday, 16 May 2007 12:00 PM > To: Ant Users List > Subject: Re: java exception when task executed with ant but not manually > > Dave..what happens when you specify the dir, fork, failonerror and boost the > > memory used to 128MB? > dir="C:/" > fork="true" > failonerror="true" > maxmemory="128m" > > > > > > > > > > > M-- > This email message and any files transmitted with it contain confidential > information intended only for the person(s) to whom this email message is > addressed. If you have received this email message in error, please notify > the sender immediately by telephone or email and destroy the original > message without making a copy. Thank you. > > ----- Original Message ----- > From: "David Wood" > To: > Sent: Tuesday, May 15, 2007 9:26 PM > Subject: java exception when task executed with ant but not manually > > > > Hello users, > > > > I am getting different results when executing a java program with ant than > > when I execute it manually. > > > > When ant is used the program throws a null pointer exception eg: > > > > [d.wood@home]$ ant testApp > > Buildfile: build.xml > > > > init: > > > > compile: > > > > testApp: > > [java] getting frontpage > > [java] Got 30 frontpage entries > > [java] java.lang.NullPointerException > > [java] at GetReactomeData.main(Unknown Source) > > [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > > Method) > > [java] at > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 > > ) > > [java] at > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl > > .java:25) > > [java] at java.lang.reflect.Method.invoke(Method.java:585) > > [java] at > > org.apache.tools.ant.taskdefs.ExecuteJava.run(ExecuteJava.java:202) > > [java] at > > org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:134) > > [java] at org.apache.tools.ant.taskdefs.Java.run(Java.java:710) > > [java] at > > org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:178) > > [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:84) > > [java] at > > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) > > [java] at org.apache.tools.ant.Task.perform(Task.java:364) > > [java] at org.apache.tools.ant.Target.execute(Target.java:341) > > > > But when I launch the application manually it does not crash and completes > > fine. > > [d.wood@qfab-srs build]$ java RunApp > > getting frontpage > > Got 30 frontpage entries > > 109581 (Pathway) Apoptosis (parent = null) > > 69620 (Pathway) Cell Cycle Checkpoints (parent = null) > > 69278 (Pathway) Cell Cycle, Mitotic (parent = null) > > 73894 (Pathway) DNA Repair (parent = null) > > 69306 (Pathway) DNA Replication (parent = null) > > 163200 (Pathway) Electron Transport Chain (parent = null) > > .etc > > > > > > In both cases the CLASSPATH is set the same (I have compared these by > > outputting it within the script before it crashes). The application is > > attempting to access data stored within deserialised java beans from a web > > services server, might this be breaking the ant VM? > > > > My testApp task is: > > > > > description="run a direct test of the java app"> > > > > > > > > > > > > > > > > > > > > > > > > Thanks for any help! > > > > Cheers, > > Dave > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org -- -Prashant Don't upload, just share : www.dekoh.com --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org