|
Home > Archive > WebSphere Application Server > July 2007 > error: String index out of range
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
error: String index out of range
|
|
| watcher 2007-07-26, 1:22 pm |
| I have an application which can run well on Sun AS 8.2. However, when I
tried running it on WAS 5.1.3, I had problem to get the login page after
successful installation:
[16/07/07 15:50:37:474 EDT] 1813c12 WebGroup I SRVE0181I: [dscc.war] [/]
[Servlet.LOG]: [ERROR] Uncaught application exception:
com.iplanet.jato.NavigationException: Exception encountered during forward
Root cause = [java.lang.StringIndexOutOfBoundsException: String index out of
range: -1]
Thanks!
| |
| Paul Ilechko 2007-07-26, 1:22 pm |
| watcher wrote:
> I have an application which can run well on Sun AS 8.2. However, when I
> tried running it on WAS 5.1.3, I had problem to get the login page after
> successful installation:
>
>
> [16/07/07 15:50:37:474 EDT] 1813c12 WebGroup I SRVE0181I: [dscc.war] [/]
> [Servlet.LOG]: [ERROR] Uncaught application exception:
> com.iplanet.jato.NavigationException: Exception encountered during forward
> Root cause = [java.lang.StringIndexOutOfBoundsException: String index out of
> range: -1]
>
> Thanks!
>
>
Can you explain a little more about what is happening here. What do you
mean exactly by "get the login page" ? Do you have WAS security turned
on? Is your page application protected in web.xml ? Exactly at what
point does the exception occur - before you ever get a login page, or
when you enter credentials ? What is your user registry - looks like
LDAP ...
|
|
|
|
|