Discussion:
Java message
(too old to reply)
Allan Fowler
2006-05-15 16:29:12 UTC
Permalink
I get this annoying error message up quite frequently now when I
am using Internet explorer. Obviously something to do with Java
script settings within Explorer. Just cancel the message and carry on
and don't have to come out of the programAny ideas out there?
Allan Fowler


Exception:
java.lang.StringIndexOutOfBoundsException: String index out of
range: -11
java.lang.StringIndexOutOfBoundsException: String index out of
range: -11
at java.lang.String.substring(String.java:1444)
at jsp__presults_2ejsp._jspService(jsp__presults_2ejsp.java:226)
at org.gjt.jsp.HttpJspPageImpl.service(HttpJspPageImpl.java:75)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at org.gjt.jsp.JspServlet$Page.process(JspServlet.java:991)
at org.gjt.jsp.JspServlet.xservice(JspServlet.java:608)
at org.gjt.jsp.JspServlet.service(JspServlet.java:500)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:317)
at org.apache.jserv.JServConnection.run(JServConnection.java:188)
at java.lang.Thread.run(Thread.java:534)

GNUJSP: Please report to Administrator. No JSP error page registered.
Tim Slattery
2006-05-15 20:05:48 UTC
Permalink
Post by Allan Fowler
I get this annoying error message up quite frequently now when I
am using Internet explorer. Obviously something to do with Java
script settings within Explorer. Just cancel the message and carry on
and don't have to come out of the programAny ideas out there?
Allan Fowler
java.lang.StringIndexOutOfBoundsException: String index out of
range: -11
java.lang.StringIndexOutOfBoundsException: String index out of
range: -11
at java.lang.String.substring(String.java:1444)
at jsp__presults_2ejsp._jspService(jsp__presults_2ejsp.java:226)
at org.gjt.jsp.HttpJspPageImpl.service(HttpJspPageImpl.java:75)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at org.gjt.jsp.JspServlet$Page.process(JspServlet.java:991)
at org.gjt.jsp.JspServlet.xservice(JspServlet.java:608)
at org.gjt.jsp.JspServlet.service(JspServlet.java:500)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:317)
at org.apache.jserv.JServConnection.run(JServConnection.java:188)
at java.lang.Thread.run(Thread.java:534)
GNUJSP: Please report to Administrator. No JSP error page registered.
This has nothing to do with Javascript settings. It has nothing to do
with Javascript at all. Apparently the page you are viewing in IE is
running a Java applet (Java and Javascript are totally different
things), and that applet contains a bug. As the last line says, you
should report it to the site's administrator. There's nothing wrong
with your computer or your IE installation.
--
Tim Slattery
MS MVP(DTS)
***@bls.gov
Tim Slattery
2006-05-16 12:48:13 UTC
Permalink
Post by Tim Slattery
Post by Allan Fowler
I get this annoying error message up quite frequently now when I
am using Internet explorer. Obviously something to do with Java
script settings within Explorer. Just cancel the message and carry on
and don't have to come out of the programAny ideas out there?
Allan Fowler
java.lang.StringIndexOutOfBoundsException: String index out of
range: -11
java.lang.StringIndexOutOfBoundsException: String index out of
range: -11
at java.lang.String.substring(String.java:1444)
at jsp__presults_2ejsp._jspService(jsp__presults_2ejsp.java:226)
at org.gjt.jsp.HttpJspPageImpl.service(HttpJspPageImpl.java:75)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at org.gjt.jsp.JspServlet$Page.process(JspServlet.java:991)
at org.gjt.jsp.JspServlet.xservice(JspServlet.java:608)
at org.gjt.jsp.JspServlet.service(JspServlet.java:500)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:317)
at org.apache.jserv.JServConnection.run(JServConnection.java:188)
at java.lang.Thread.run(Thread.java:534)
GNUJSP: Please report to Administrator. No JSP error page registered.
This has nothing to do with Javascript settings. It has nothing to do
with Javascript at all. Apparently the page you are viewing in IE is
running a Java applet (Java and Javascript are totally different
things), and that applet contains a bug. As the last line says, you
should report it to the site's administrator. There's nothing wrong
with your computer or your IE installation.
Looking at this again, I'll change my diagnosis a little bit.

The website is running Java serverside in order to generate HTML to
send to your browser. (Yesterday, at first glimpse, I guessed that a
Java applet was running clientside.) The serverside process has a bug
(it's running a substring method, but asking for a part of the string
that doesn't exist). The resulting error message is being dumped on
your computer.

The end result is the same: there's no problem on your end. The web
site's programmer needs to fix his code.

And this still has nothing whatsoever to do with Javascript.
--
Tim Slattery
MS MVP(DTS)
***@bls.gov
Loading...