[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
StringIndexOutOfBoundsException  XML
Forum Index -> Development
Author Message
levy

Power User

Joined: 12/03/2008 16:38:22
Messages: 308
Location: XpertCenter
Offline

Hi,

I get a StringIndexOutOfBoundsException when starting the application in productive environment. I hope you could tell me why by looking at the logfile and the jsp attached. Strangely, in development environment, there is no exception.

Regards, Daniel
 Filename welcome.jsp [Disk] Download
 Description offending file
 Filesize 1 Kbytes
 Downloaded:  390 time(s)

 Filename log_eclntjsfserver.txt [Disk] Download
 Description log file
 Filesize 23 Kbytes
 Downloaded:  492 time(s)

[WWW]
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5520
Offline

Hi,

could you please check if the error also occurs if you are defining the page reference in an absolute way, i.e. "/xxx/welcom.jsp". The "/"-root is the directory of your web application, e.g.
Code:
 webapps/
     mywebapp/
         WEB-INF/
         xyz/
             abcde.jsp
 


would be "/xyz/abcde.jsp".

Thanks! Björn

Björn Müller, CaptainCasa GmbH
levy

Power User

Joined: 12/03/2008 16:38:22
Messages: 308
Location: XpertCenter
Offline

Defining in an absolute way, the error doesn't occur any more. Thank you!
[WWW]
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5520
Offline

...of course this is only a bypass. We will extend the logging in this area to better know what's going on in error case.

Björn

Björn Müller, CaptainCasa GmbH
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team