Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 175313

Summary: NullPointerException when launhcing tests on EM64T Agent Controller.
Product: z_Archived Reporter: Paul Slauenwhite <paulslau>
Component: TPTPAssignee: Igor Alelekov <igor.alelekov>
Status: CLOSED WORKSFORME QA Contact:
Severity: blocker    
Priority: P1    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Paul Slauenwhite CLA 2007-02-23 11:52:04 EST
NullPointerException when launhcing tests on EM64T Agent Controller.

When launching a test using the 64-bit Agent Controller and JRE on the TPTP-4.4.0-200702211545 build, I get the following exception:

Exception in thread
"org.eclipse.hyades.execution.core.task.ReusableThread@c240c24"
java.lang.NullPointerException
        at
org.eclipse.hyades.execution.local.util.AgentControllerDescriptor.versionIsAtLeast(AgentControllerDescriptor.java:67)
        at
org.eclipse.hyades.execution.local.util.AgentControllerDescriptor.isVersionAtLeast(AgentControllerDescriptor.java:194)
        at
org.eclipse.hyades.execution.local.file.FileManagerFactory$3.run(FileManagerFactory.java:414)
        at
org.eclipse.hyades.execution.core.task.ReusableThread.run(ReusableThread.java:131)
        at java.lang.Thread.run(Thread.java:803)
Exception in thread
"org.eclipse.hyades.execution.core.task.ReusableThread@18951895"
java.lang.NullPointerException
        at
org.eclipse.hyades.execution.local.util.AgentControllerDescriptor.versionIsAtLeast(AgentControllerDescriptor.java:67)
        at
org.eclipse.hyades.execution.local.util.AgentControllerDescriptor.isVersionAtLeast(AgentControllerDescriptor.java:194)
        at
org.eclipse.hyades.execution.local.file.FileManagerFactory$3.run(FileManagerFactory.java:414)
        at
org.eclipse.hyades.execution.core.task.ReusableThread.run(ReusableThread.java:131)
        at java.lang.Thread.run(Thread.java:803)
Exception in thread
"org.eclipse.hyades.execution.core.task.ReusableThread@7de87de8"
java.lang.NullPointerException
        at
org.eclipse.hyades.execution.local.util.AgentControllerDescriptor.versionIsAtLeast(AgentControllerDescriptor.java:67)
        at
org.eclipse.hyades.execution.local.util.AgentControllerDescriptor.isVersionAtLeast(AgentControllerDescriptor.java:194)
        at
org.eclipse.hyades.execution.local.file.FileManagerFactory$3.run(FileManagerFactory.java:414)
        at
org.eclipse.hyades.execution.core.task.ReusableThread.run(ReusableThread.java:131)
        at java.lang.Thread.run(Thread.java:803)
Exception in thread
"org.eclipse.hyades.execution.core.task.ReusableThread@28e828e8"
java.lang.NullPointerException
        at
org.eclipse.hyades.execution.local.util.AgentControllerDescriptor.versionIsAtLeast(AgentControllerDescriptor.java:67)
        at
org.eclipse.hyades.execution.local.util.AgentControllerDescriptor.isVersionAtLeast(AgentControllerDescriptor.java:194)
        at
org.eclipse.hyades.execution.local.file.FileManagerFactory$3.run(FileManagerFactory.java:414)
        at
org.eclipse.hyades.execution.core.task.ReusableThread.run(ReusableThread.java:131)
        at java.lang.Thread.run(Thread.java:803)
Exception in thread
"org.eclipse.hyades.execution.core.task.ReusableThread@7ee87ee8"
java.lang.NullPointerException
        at
org.eclipse.hyades.execution.local.util.AgentControllerDescriptor.versionIsAtLeast(AgentControllerDescriptor.java:67)
        at
org.eclipse.hyades.execution.local.util.AgentControllerDescriptor.isVersionAtLeast(AgentControllerDescriptor.java:194)
        at
org.eclipse.hyades.execution.local.file.FileManagerFactory$3.run(FileManagerFactory.java:414)
        at
org.eclipse.hyades.execution.core.task.ReusableThread.run(ReusableThread.java:131)
        at java.lang.Thread.run(Thread.java:803)
Exception in thread
"org.eclipse.hyades.execution.core.task.ReusableThread@468a468a"
java.lang.NullPointerException
        at
org.eclipse.hyades.execution.local.util.AgentControllerDescriptor.versionIsAtLeast(AgentControllerDescriptor.java:67)
        at
org.eclipse.hyades.execution.local.util.AgentControllerDescriptor.isVersionAtLeast(AgentControllerDescriptor.java:194)
        at
org.eclipse.hyades.execution.local.file.FileManagerFactory$3.run(FileManagerFactory.java:414)
        at
org.eclipse.hyades.execution.core.task.ReusableThread.run(ReusableThread.java:131)
        at java.lang.Thread.run(Thread.java:803)
Exception in thread
"org.eclipse.hyades.execution.core.task.ReusableThread@70857085"
java.lang.NullPointerException
        at
org.eclipse.hyades.execution.local.util.AgentControllerDescriptor.versionIsAtLeast(AgentControllerDescriptor.java:67)
        at
org.eclipse.hyades.execution.local.util.AgentControllerDescriptor.isVersionAtLeast(AgentControllerDescriptor.java:194)
        at
org.eclipse.hyades.execution.local.file.FileManagerFactory$3.run(FileManagerFactory.java:414)
        at
org.eclipse.hyades.execution.core.task.ReusableThread.run(ReusableThread.java:131)
        at java.lang.Thread.run(Thread.java:803)

OS:
Linux paules 2.6.16.21-0.8-smp #1 SMP Mon Jul 3 18:25:39 UTC 2006 x86_64 x86_64
x86_64 GNU/Linux

JRE:
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build pxa64dev-20070201 (SR4))IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux amd64-64 j9vmxa6423-20070201 (JIT enabled)
J9VM - 20070131_11312_LHdSMr
JIT  - 20070109_1805ifx1_r8
GC   - 200701_09)
JCL  - 20070126
Comment 1 Igor Alelekov CLA 2007-03-09 02:06:41 EST
Paul, please attach the servicelog.log in CBE format with DEVUG level
Comment 2 Paul Slauenwhite CLA 2007-04-25 10:27:41 EDT
(In reply to comment #1)
> Paul, please attach the servicelog.log in CBE format with DEVUG level
> 

Sorry Igor, I cannot provide this log file since I am blocked by https://bugs.eclipse.org/bugs/show_bug.cgi?id=175264.
Comment 3 jkubasta CLA 2007-04-26 16:19:26 EDT
Paul, would you please see if you can start the AC on Linux using today's build?  We need to try to resolve this blocking defect by eod tomorrow.
Comment 4 Paul Slauenwhite CLA 2007-04-27 08:30:26 EDT
Usign the 64-bit Agent Controller for the TPTP-4.4.0-200704261104 build and the following 64-bit IBM Java 1.5 SR4 JVM, this defect can no longer be reproduced:

java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build pxa64dev-20070201 (SR4))IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux amd64-64 j9vmxa6423-20070201 (JIT enabled)
J9VM - 20070131_11312_LHdSMr
JIT  - 20070109_1805ifx1_r8
GC   - 200701_09)
JCL  - 20070126
Comment 5 Igor Alelekov CLA 2007-04-27 08:40:09 EDT
Hi Paul,
This is great.

Does this also mean that AC could be launched on EM64T Linux without problems 
(bug #175264)?
Comment 6 Paul Slauenwhite CLA 2007-04-27 08:43:15 EDT
(In reply to comment #5)
> Hi Paul,
> This is great.
> 
> Does this also mean that AC could be launched on EM64T Linux without problems 
> (bug #175264)?
> 

No.  The 32bit AC still will not start.
Comment 7 Paul Slauenwhite CLA 2007-04-27 08:44:00 EDT
(In reply to comment #2)
> (In reply to comment #1)
> > Paul, please attach the servicelog.log in CBE format with DEVUG level
> > 
> 
> Sorry Igor, I cannot provide this log file since I am blocked by
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=175264.
> 

Sorry, this comment is specific to running the 32bit AC on EM64T.
Comment 8 Paul Slauenwhite CLA 2007-06-02 13:02:18 EDT
Closing.