• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Crystal in JSP error

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi people.

I got my JSP to connect to the crystal report after sorting out my JNDI errors but now I get the following error :

ERROR Snippet :

2006-08-03 10:52:46,814 DEB2006-08-03 10:49:22,855 ERROR [com.crystaldecisions.reports.reportengineinterface] Exception occured while processing getPage request
java.lang.StringIndexOutOfBoundsException: String index out of range: 21
at java.lang.String.substring(String.java:1765)
at com.crystaldecisions.reports.queryengine.a.h.g.a(Unknown Source)
at com.crystaldecisions.reports.queryengine.a.h.g.a(Unknown Source)
at com.crystaldecisions.reports.queryengine.a.h.g.a(Unknown Source)
at com.crystaldecisions.reports.queryengine.a.h.g.a(Unknown Source)
at com.crystaldecisions.reports.queryengine.a.a.k.a(Unknown Source)
at com.crystaldecisions.reports.queryengine.a.a.i.a(Unknown Source)
at com.crystaldecisions.reports.queryengine.a.e.a(Unknown Source)
at com.crystaldecisions.reports.queryengine.driver.l.if(Unknown Source)
at com.crystaldecisions.reports.queryengine.av.do(Unknown Source)
at com.crystaldecisions.reports.queryengine.ao.dZ(Unknown Source)
at com.crystaldecisions.reports.queryengine.ao.f(Unknown Source)
at com.crystaldecisions.reports.queryengine.ao.dK(Unknown Source)
at com.crystaldecisions.reports.queryengine.b0.dB(Unknown Source)
at com.crystaldecisions.reports.queryengine.bz.a6(Unknown Source)

........
........
........

I know that the error occures in the following call :

viewer.processHttpRequest(request, response, getServletConfig().getServletContext(), null);

Can someone please help me to sort this one out.

Thank you
[ August 03, 2006: Message edited by: Harry Roets ]
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sure, will do.

Moving this to the JSP Forum.

Mark
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Harry Roets:
edit : sorry ppl, can the admin pls move this topic to the jsp section. Thnx

Hi ppl.

I got my JSP to connect to the crystal rpt after sorting out my JNDI errors but now I get the following error :



"ppl", "pls", "Thnx" and "rpt" are not words.

Please edit your post and use real english words when posting. Making your posts hard to read is unlikely to make people want to help you.
[ August 03, 2006: Message edited by: Bear Bibeault ]
reply
    Bookmark Topic Watch Topic
  • New Topic