Hi,

I launched the standalone jar and I get the below error when I try
to access the main page. Is there something I need to put in my
classpath? I see a debug message that it is trying to access the jsp in
a tmp sub folder. Any tips? 

Thanks,

Brian

I am using the following Java and 

openjdk version "11.0.12" 2021-07-20
OpenJDK Runtime Environment (build 11.0.12+7-post-Debian-2)
OpenJDK 64-Bit Server VM (build 11.0.12+7-post-Debian-2, mixed mode,
sharing)

java -jar jackrabbit-standalone-2.20.3.jar

Messages follow:


org.apache.jasper.JasperException: PWC6033: Error in Javac compilation
for JSP

PWC6199: Generated servlet error:
package org.apache.jasper.runtime does not exist

PWC6199: Generated servlet error:
package org.apache.jasper.runtime does not exist

PWC6199: Generated servlet error:
cannot find symbol
    symbol:   class JspFactory
    location: class org.apache.jsp.index_jsp

PWC6199: Generated servlet error:
    package org.glassfish.jsp.api does not exist

PWC6199: Generated servlet error:
   cannot find symbol
   symbol:   class HttpServletRequest
   location: class org.apache.jsp.index_jsp

PWC6199: Generated servlet error:
cannot find symbol
  symbol:   class HttpServletResponse
    location: class org.apache.jsp.index_jsp

PWC6199: Generated servlet error:
    cannot find symbol
    symbol:   class ServletException
     location: class org.apache.jsp.index_jsp

PWC6199: Generated servlet error:
    package javax.servlet does not exist

PWC6199: Generated servlet error:
        package javax.servlet.http does not exist

PWC6199: Generated servlet error:
        package javax.servlet.jsp does not exist

PWC6199: Generated servlet error:
        cannot find symbol
       symbol:   variable JspFactory
    location: class org.apache.jsp.index_jsp

PWC6199: Generated servlet error:
    cannot find symbol
     symbol:   class PageContext
     location: class org.apache.jsp.index_jsp

-- 
Brian Lavender
http://www.brie.com/brian/

"There are two ways of constructing a software design. One way is to
make it so simple that there are obviously no deficiencies. And the other
way is to make it so complicated that there are no obvious deficiencies."

Professor C. A. R. Hoare
The 1980 Turing award lecture

Reply via email to