Chamara,
"java.lang.NoClassDefFoundError" means that it can't find a Java class.
In particular, it can't find the class named
org/apache/poi/hssf/util/CellReference.
As to WHY it can't find that class, I don't know.
You say you have the JAR files installed, so it should be able to find
them. Do the JAR files work for other purposes, or is this the first
time you've used them? Is it possible that they're corrupt? If you
transferred them from a PC, make sure you used FTP in BINARY mode (or a
similar binary-safe method of transporting them). Make sure the copies
you downloaded are valid. (I'm referring to the POI jar files.. it
sounds like the xlparse.jar file is okay.)
Having them in /QIBM/userdata/java400/ext should work! Though, it's not
a very good practice. This isn't related to the problem you're
experiencing, but I do recommend that you use a CLASSPATH instead of
/QIBM/userdata/java400/ext. The way you're doing it, you can only have
one version of the JAR files on your system at a time, which makes it
hard to test new versions, and if you ever have two apps that require
different versions of the JAR files, you'll be out of luck if you use
/QIBM/userdata/java400/ext. Using CLASSPATH solves both problems, since
each job can specify a different CLASSPATH.
Chamara Withanachchi wrote:
Hi,
I'm using Scott Klement's XLPARSER4 program to read Excel files when
i
tried to read a formula field and i got following error,
CALL CHAMARA/XLPDEMOF Printer device PRT01 not found. Output queue
changed to QPRINT in library QGPL. Java exception received when calling
Java method. DSPLY Error occcured while parsing spreadsheet.
Second Level Message
Message ID . . . . . . : RNX0301 Severity . . . . . . . : 50 Message
type . . . . . : Escape Date sent . . . . . . : 06/01/09 Time sent . . .
. . . : 16:08:07 Message . . . . : Java exception received when
calling Java method. Cause . . . . . : RPG procedure XLPARSE_WO in
program CHAMARA/XLPARSER4 received Java exception
"java.lang.NoClassDefFoundError: org/apache/poi/hssf/util/CellReference"
when calling method "parse" with signature "([B[B[B)V" in class
"com.iseriesnetwork.clubtech.xlparse.ParseSheet". Recovery . . . :
Contact the person responsible for program maintenance t determine the
cause of the problem. Technical description . . . . . . . . : If the
exception indicates that the Java class was not found, ensure the class
for the method is in the class path. If the exception indicates that the
Java method was not found, check the method name and signature. If the
signature is not correct, change the RPG prototype for the method, or
change the Java method, so that the returntype and parameter types
match. You can determine the signatures for all themethods in class XYZ
using command QSH CMD('javap -s XYZ').
I have stored all .JAR files in /QIBM/userdata/java400/ext. Any one
have an idea about this.
Regards,
Chamara Withanachchi
Owner of www.rpgiv.info
WWW.RPGIV.INFO
Mob: +971 50 5698644
Tel: +971 6 5595887
chamaraw@xxxxxxxxxx
www.rpgiv.info
Sent from my BlackBerry® wireless device
As an Amazon Associate we earn from qualifying purchases.