cancel
Showing results for 
Search instead for 
Did you mean: 

org.apache.jasper.JasperException: Can't find bundle for base name

Former Member
0 Kudos

Hi,

I am using business Object XI R2 and try to link two report object using hyperlink.

The server is on Linux environment with tomcat installation.

When I try to use openDocument.jsp as following

http://<ServerName:Port>/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?sPath=...

When I click the hyperlink, I got following error.

org.apache.jasper.JasperException: Can't find bundle for base name com.businessobjects.ivcdzview.ViewerResources, locale en_US

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:372)

org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)

org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)

javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

Does anyone have same issue??

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

It is a bit strange I post the question and answer by myself.

But this is caused by permission issue.

The location of resource was owned by root user not crystal user.

If anyone has same issue, please make sure the current file/directory AND parent directory has permission with crystal user.

The issue has been resolved.