Ok, using Sun JDK tomcat starts without NPE and the account web client logs
in ok. Here's the version of the JDK:
C:\Devt\eclipse-311\eclipse\workspace\tuscany\testing\tomcat>java -fullversion
java full version "1.5.0_06-b05"
----- Original Message -----
Mines slightly newer:
Java(TM) 2 Runtime Environment, Standard Edition (build pwi32dev-20051104)
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32
j9vmwi3223-20051103 (JIT enabled)
J9VM - 20051027_03723_lHdSMR
JIT - 20051027_1437_r8
GC - 20051020_AA)
JCL - 20051102
Could you try with a SUN JDK to confirm either way if its a JDK thing?
...ant
On 5/9/06, Ignacio Silva-Lepe <[EMAIL PROTECTED]> wrote:
Well, after updating from svn (via eclipse), I did an mvn clean from the
top
and then mvn -e (also from the top). I then did a separate mvn -e from
sca/samples. After that, I did a subsequent mvn clean from testing/tomcat
and then mvn to start tomcat.
I still get the NPE to start tomcat and then the same
ServiceUnavailableException when trying to login to the account web
client.
Here's the version of the IBM JDK I am using:
C:\Documents and Settings\Administrator>java -fullversion
java full version "J2RE 1.5.0 IBM Windows 32 build pwi32dev-20051014b"
Which version of the IBM JDK did you use ant?
Thanks
----- Original Message -----
From: "ant elder" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, May 09, 2006 11:20 AM
Subject: Re: Bigbank sample tomcat exception
I've just tried on a check out of the very latest code and it works fine
for
me with both the IBM and SUN JDKs.
With all the refactoring and moving about of the samples make sure you're
running with the latest versions of everything - sca/samples are not built
in the main build so you need to remember to build them as well or you'll
be
running tomcat with back level sample WARs.
...ant