Re: V5R3 System Printed Java Message
- From: "BigG" <bobpam.geiger@xxxxxxxxxxx>
- Date: Sun, 16 Jul 2006 05:00:00 GMT
I'm not a Java expert either, but it looks like Java can't find the
Properties.class file. It probably should be within some .jar file that
should be in the Java CLASSPATH. So either your CLASSPATH variable is not
right so it can't find the the .jar file with Properties.class in it, - or -
the .jar file with Properties.class in it is missing. Java searches all
..jar files in the CLASSPATH until it finds one with Properties.class in it
(it doesn't actually look for the .jar file name, it looks inside all of
them - that's why it's not a good idea to rename a .jar file for a backup
because it might still find the old one).
The message about "Getting system property" also might be a clue - this
could be just the normal Java processing for looking up defaults to see if
you've overridden anything, but then you're still getting the "Unable to
load class:" which seems like a problem..... So if you need to call IBM,
I'd start with that.
As far as what's causing it, sounds like you haven't been using Java
yourself, but have you tried to use (and/or start) WebSphere Express, or
maybe IBM's *ADMIN webserver ( http://<yourserver>:2001 from a browser,
started by STRTCPSVR *HTTP *ADMIN)? Both WebSphere Express and the *ADMIN
webserver use Java under the covers..
"Gilbert Noetzel" <gilbertn@xxxxxxxxxx> wrote in message
news:fusKd.13$RJ2.10@xxxxxxxxxxxxxxxxxxxxxxxxx
I am completely a beginner at this "Java" programs. This report is
recently being generated recently and I have no idea where it is comming
from or how it got started.
Last month I upgraded my system from 5.1 to 5.3. Last week an IBM Service
Rep stop by to check my system to an unrelated issue, however, he mention
"Service Agent" is not on the system.
So..Could you interpret for me what this Java is reporting and give me
heads up on what to say to IBM'ers when I call them if this going to be a
on going printed message every day.
Message:
Toolbox for Java - Open Source Software, JTOpen 4.4, codebase 5722-JC1
V5R3M0.5
Thread[Thread-0,5,main] Wed Jan 26 12:12:30 EST 2005 Getting system
property: 'com.ibm.as400.access.Trace.file'
Thread[Thread-0,5,main] Wed Jan 26 12:12:30 EST 2005 Value found in
system properties: 'null'
Thread[Thread-0,5,main] Wed Jan 26 12:12:30 EST 2005 Loading Properties
class: 'com.ibm.as400.access.Properties'
Thread[Thread-0,5,main] Wed Jan 26 12:12:30 EST 2005 Unable to load
class: com.ibm.as400.access.Properties
java.lang.ClassNotFoundException: com.ibm.as400.access.Properties
at java/lang/Throwable.<init>(Throwable.java:217)
at java/lang/Exception.<init>(Exception.java:59)
at java/net/URLClassLoader.findClass(URLClassLoader.java:223)
at java/lang/ClassLoader.loadClass(ClassLoader.java:320)
at sun/misc/Launcher$AppClassLoader.loadClass(Launcher.java:274)
at java/lang/ClassLoader.loadClass(ClassLoader.java:266)
at java/lang/ClassLoader.loadClassInternal(ClassLoader.java:333)
at java/lang/Class.forName(Class.java:164)
at
com/ibm/as400/access/SystemProperties.loadPropertiesFromClass(SystemProperties.java:150)
at
com/ibm/as400/access/SystemProperties.getProperty(SystemProperties.java:104)
at com/ibm/as400/access/Trace.loadTraceProperties(Trace.java:521)
at com/ibm/as400/access/Trace.<clinit>(Trace.java:295)
at
com/ibm/as400/access/EnvironmentVariable.<clinit>(EnvironmentVariable.java:54)
at com/ibm/as400/sa/svcsndr/SATrace.isTraceOn(SATrace.java:166)
at com/ibm/as400/sa/svcsndr/SATrace.setTraceOptions(SATrace.java:236)
at com/ibm/as400/sa/svcsndr/SDRRequest.registerUser(SDRRequest.java:799)
Thread[Thread-0,5,main] Wed Jan 26 12:12:30 EST 2005 Loading
jt400.properties file: 'com.ibm.as400.access.jt400.properties'
Thread[Thread-0,5,main] Wed Jan 26 12:12:30 EST 2005 Trying with
Class.getResourceAsStream(): false
Thread[Thread-0,5,main] Wed Jan 26 12:12:30 EST 2005 Trying with
ClassLoader.getSystemResourceAsStream(): false
Thread[Thread-0,5,main] Wed Jan 26 12:12:30 EST 2005 Load of
jt400.properties failed.
Thread[Thread-0,5,main] Wed Jan 26 12:12:30 EST 2005 Value found in
jt400.properties file: 'null'
Thread[Thread-0,5,main] Wed Jan 26 12:12:30 EST 2005 Value not found.
Thread[Thread-0,5,main] Wed Jan 26 12:12:30 EST 2005 Constructing
ProgramParameter object.
Thread[Thread-0,5,main] Wed Jan 26 12:12:30 EST 2005 Setting parameter
type: 2
Thread[Thread-0,5,main] Wed Jan 26 12:12:31 EST 2005 Detected os.name:
OS/400
Thread[Thread-0,5,main] Wed Jan 26 12:12:31 EST 2005 Detected
os.version: V5R3M0
Thread[Thread-0,5,main] Wed Jan 26 12:12:31 EST 2005 Constructing AS400
object.
Thread[Thread-0,5,main] Wed Jan 26 12:12:31 EST 2005 Running on iSeries
server.
Thread[Thread-0,5,main] Wed Jan 26 12:12:31 EST 2005 Resolving initial
system name to localhost.
Thread[Thread-0,5,main] Wed Jan 26 12:12:31 EST 2005 Getting system
property: 'com.ibm.as400.access.AS400.proxyServer'
Thread[Thread-0,5,main] Wed Jan 26 12:12:31 EST 2005 Value found in
system properties: 'null'
Thread[Thread-0,5,main] Wed Jan 26 12:12:31 EST 2005 Value found in
jt400.properties file: 'null'
Thread[Thread-0,5,main] Wed Jan 26 12:12:31 EST 2005 Value not found.
Thread[Thread-0,5,main] Wed Jan 26 12:12:31 EST 2005 Constructing
EnvironmentVariable object.
Thank you for your help.
Gil
.
- Prev by Date: Re: Days of Fun and Games with V5R3
- Next by Date: Re: FTP to AS400 and Filename length
- Previous by thread: Days of Fun and Games with V5R3
- Next by thread: Re: FTP to AS400 and Filename length
- Index(es):
Relevant Pages
|