Error in Mondrian

Discussion in 'Web Development' started by vivek_cs22, Aug 20, 2007.

  1. vivek_cs22

    vivek_cs22 New Member

    Joined:
    Aug 20, 2007
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    I downloaded Tomcat 5.0 and j2sdk1.4.2_05 and installed both of them on my system.
    Tomcat starts running properly and runs the index file.

    But when I try running some jsp pages in mondrian (Pentaho)I get the "org.apache.jasper.JasperException: Unable to compile class for JSP”: error.
    I have looked at all the pentaho forums and in Google and tried using the replies people have given.
    The java home path has been set properly and has also put the tools. Jar file into the common/lib folder of the tomcat server but the problem is still there.
     
  2. pradeep

    pradeep Team Leader

    Joined:
    Apr 4, 2005
    Messages:
    1,645
    Likes Received:
    87
    Trophy Points:
    0
    Occupation:
    Programmer
    Location:
    Kolkata, India
    Home Page:
    http://blog.pradeep.net.in
    add JAVA_HOME/bin to PATH and make sure you are using the full JDK and not the JRE.
     
  3. vivek_cs22

    vivek_cs22 New Member

    Joined:
    Aug 20, 2007
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    i have set
    CATALINA_HOME,
    "C:\Program Files\Apache Software Foundation\Tomcat 5.0\bin"

    CLASSPATH,
    "C:\j2sdk1.4.2_05\lib;C:\j2sdk1.4.2_05\lib\servlet-api.jar"

    JAVA_HOME,
    "C:\j2sdk1.4.2_05"

    PATH.
    ".;C:\j2sdk1.4.2_05\bin"

    still i am not able to open JSP pages.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice