java.lang.StringIndexOutOfBoundsException: String index out of range: -1
843810Dec 5 2004 — edited Dec 5 2004Hi,
We have Oracle 9i Forms environment. OS: AIX 5L
Here a report is scheduled as a batch program and the commandis executed by a Java Stored procedure. The report is directly send to printer.
If the report is run standalone without using java source code from unix commandline, its getting printed.
When the batch job is scheduled it gives error:
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
The environment variables
LIBPATH, LD_LIBRARY_PATH, CLASSPATH, PATH etc are all set.
Can any one me help in this regard.??