Re: V5R3 System Printed Java Message



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


.



Relevant Pages

  • Re: 2 newbie questions
    ... other ppl have to have those libraries in the system ... I heard that Java is an easily-portable language, ... ..jar file, and distribute with my own Java class? ... or you don't have your CLASSPATH or your PATH variable set ...
    (comp.lang.java.programmer)
  • Re: NoClassDefFoundError after upgrade to FC3
    ... The error below is only if the java file is executed from ... I know that java can't find the correct jar file containing the ... >> sure that they are all in your classpath. ... >> On Behalf Of Cyrus Adkisson ...
    (Fedora)
  • Re: problem running java programs on linux fc3
    ... java examples.jar ... This jar file can have a lot of classes. ... classpath and you have to mention class wich you want to run by it's name. ...
    (comp.lang.java.help)
  • Re: How to update a jar file for one source file change?
    ... I'm new to java, so, I may get terminilogy wrong, bear with me. ... we've got a BIG jar file that includes thousands of classes. ... updated java source code was not being used. ...
    (comp.lang.java.programmer)
  • Re: Jar executable files open in Winzip or save as zip not jar
    ... The file Associations in Windows are fine. ... Windows, it runs with the java runtime application, and the application runs ... Go to Windows Explorer and navigate to any .jar file (perhaps in ... See it that will reset the file association for the jar files. ...
    (microsoft.public.windows.inetexplorer.ie6.browser)