1846185 Members
4216 Online
110254 Solutions
New Discussion

Re: java error question

 
SOLVED
Go to solution
Randy_9
Regular Advisor

java error question

Any ideas what would cause this, OS is 11.00

Could not update file : java.lang.StringIndexOutOfBoundsException: String index
out of range: -2

# swlist -l product | grep -i java
Java-Dev-Kit1-1 C.01.18.00 Java Developers Kit
Java-Docs1-1 C.01.18.00 Java Documentation
Java-Jre1-1 C.01.18.00 Runtime Environment for Java
Java-Runtime1-1 C.01.18.00 Virtual Machine for Java
Java2JDK_base 1.2.2.07.00 Java 2 SDK (700/800), PA1.1 Portable
Java2JDK_perf 1.2.2.07.00 Java 2 SDK (700/800), PA2.0 Performance Add On
Java2RTE_base 1.2.2.07.00 Java 2 RTE (700/800), PA1.1 Portable
Java2RTE_perf 1.2.2.07.00 Java 2 RTE (700/800), PA2.0 Performance Add On
Jdk 1.3.1.05.00 Java2 1.3 SDK
Jre 1.3.1.05.00 Java2 1.3 RTE 1.3

Thanks,

Randy
2 REPLIES 2
T Dockery
Advisor
Solution

Re: java error question

Maybe a Java application that got passed a file name that it didn't know how to parse or trap out correctly.

What were you running when you got the error?

-Tom
Randy_9
Regular Advisor

Re: java error question

Tom,

It was one of our inhouse applications. One
developer mentioned it was corrupted in some way. I believe they rebuilt it and things checked out, I haven't heard back from them.

Thanks,

Randy