Id like to get the sheet thing to work if possible.
Ive had a number of errors, one b/c my files were not keyed so I keed them and that error dissipated.
I believe there must be an sqlerror in xlcrtr and it is trying to add to the CLASSPATH variable but that variable is replace *no and I dont know the impact of making it *yes and dont want to wack other clesses already listed. So I changed the the classpath to include :/QIBM/UserData/Java400/ext/poi-2.5.1-final-20040804.jar'.
However I also have the path defined to use poi but it tries to add/replace the CLASSPATH anyway.
Path To POI.JAR File: /QIBM/UserData/Java400/ext/poi-2.5.1-final-20040804.jar
Environment variable name exists.
The Java Virtual Machine has ended.
Application error. MCH74A5 unmonitored by QJVAJNI at statement
0000000001, instruction X'0000'.
Pointer not set for location referenced.
Application error. MCH3601 unmonitored by QJVAJNI at statement
0000000001, instruction X'0000'.
Application error. CEE9901 unmonitored by QRNXUTIL at statement
0000000018, instruction X'0000'.
Function check. CEE9901 unmonitored by XLCRTR at statement 0000089900,
instruction X'0000'.
The call to BUILDWORKB ended in error (C G D F).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ive commented out the addenvvar classpath. It still has errors when running in batch, I changed the cl xlcrt to not submit but call interactively and it works fine. I would like to get it to work in batch.
Message . . . . : The Java Virtual Machine has ended.
Cause . . . . . : Java Virtual Machine 1 has ended because of reason 2. T
reason codes are defined as follows: 01- A Java program called the
java.lang.System.exit method with a zero status code. 02- A Java program
called the java.lang.System.exit method with a non zero status code of 134
Message . . . . : Application error. MCH3601 unmonitored by QJVAJNI at
statement 0000000001, instruction X'0000'.
Cause . . . . . : The application ended abnormally because an exception
occurred and was not handled. The name of the program to which the
unhandled exception is sent is QJVAJNI QJVAJNI ExceptionOccurred. The
Message . . . . : The call to BUILDWORKB ended in error (C G D F).
Cause . . . . . : RPG procedure XLCRTR in program XLNEW/XLCRTR at statemen
048700 called program or procedure BUILDWORKB, which ended in error. If th
name is *N, the call was a bound call by procedure pointer. Recovery . .
: Check the job log for more information on the cause of the error and
contact the person responsible for program maintenance. Possible choices f
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can do a complete file successfully.
Id like to get the sheet thing to work if possible.
Ive had a number of errors, one b/c my files were not keyed so I keed them and that error dissipated.
I believe there must be an sqlerror in xlcrtr and it is trying to add to the CLASSPATH variable but that variable is replace *no and I dont know the impact of making it *yes and dont want to wack other clesses already listed. So I changed the the classpath to include :/QIBM/UserData/Java400/ext/poi-2.5.1-final-20040804.jar'.
However I also have the path defined to use poi but it tries to add/replace the CLASSPATH anyway.
Path To POI.JAR File: /QIBM/UserData/Java400/ext/poi-2.5.1-final-20040804.jar
Please advise? Thanks.
>> XLCRT FILE(JBLIB/JBFEES) XLSPATH('*DEFAULT') OPERATION('*SHEET') COMPANY('JENNER')
Environment variable name exists.
The Java Virtual Machine has ended.
Application error. MCH74A5 unmonitored by QJVAJNI at statement
0000000001, instruction X'0000'.
Pointer not set for location referenced.
Application error. MCH3601 unmonitored by QJVAJNI at statement
0000000001, instruction X'0000'.
Application error. CEE9901 unmonitored by QRNXUTIL at statement
0000000018, instruction X'0000'.
Function check. CEE9901 unmonitored by XLCRTR at statement 0000089900,
instruction X'0000'.
The call to BUILDWORKB ended in error (C G D F).
remove the code in the xlcrt program that chagnes the classpath.
Ive commented out the addenvvar classpath. It still has errors when running in batch, I changed the cl xlcrt to not submit but call interactively and it works fine. I would like to get it to work in batch.
Message . . . . : The Java Virtual Machine has ended.
Cause . . . . . : Java Virtual Machine 1 has ended because of reason 2. T
reason codes are defined as follows: 01- A Java program called the
java.lang.System.exit method with a zero status code. 02- A Java program
called the java.lang.System.exit method with a non zero status code of 134
Message . . . . : Application error. MCH3601 unmonitored by QJVAJNI at
statement 0000000001, instruction X'0000'.
Cause . . . . . : The application ended abnormally because an exception
occurred and was not handled. The name of the program to which the
unhandled exception is sent is QJVAJNI QJVAJNI ExceptionOccurred. The
Message . . . . : The call to BUILDWORKB ended in error (C G D F).
Cause . . . . . : RPG procedure XLCRTR in program XLNEW/XLCRTR at statemen
048700 called program or procedure BUILDWORKB, which ended in error. If th
name is *N, the call was a bound call by procedure pointer. Recovery . .
: Check the job log for more information on the cause of the error and
contact the person responsible for program maintenance. Possible choices f
I removed the selfsubmitting part of the CL and am submitting it as a seperate CL and it works.