Hi,

I am using apache-tomcat-5.5.23 + juddi-tomcat-2.0rc7 + mySql. I have
modified the configuration file to use mySql.
 
The server has started up secussfully. But I get errors when access
happyjuddi.jsp as following:


HTTP Status 500 - 

--------------------------------------------------------------------------------

type Exception report

message 

description The server encountered an internal error () that prevented it
from fulfilling this request.

exception 

org.apache.jasper.JasperException: Unable to compile class for JSP: 



An error occurred at line: 166 in the jsp file: /happyjuddi.jsp
org.apache.juddi.util.Release cannot be resolved to a type
163: 
164: <h4>jUDDI Version Information</h4>
165: <pre>
166: jUDDI Version: <%= org.apache.juddi.util.Release.getRegistryVersion()
%>
167: UDDI Version:  <%= org.apache.juddi.util.Release.getUDDIVersion() %>
168: </pre>
169:         


An error occurred at line: 167 in the jsp file: /happyjuddi.jsp
org.apache.juddi.util.Release cannot be resolved to a type
164: <h4>jUDDI Version Information</h4>
165: <pre>
166: jUDDI Version: <%= org.apache.juddi.util.Release.getRegistryVersion()
%>
167: UDDI Version:  <%= org.apache.juddi.util.Release.getUDDIVersion() %>
168: </pre>
169:         
170: <h4>jUDDI Dependencies: Class Files &amp; Libraries</h4>


An error occurred at line: 174 in the jsp file: /happyjuddi.jsp
RegistryEngine cannot be resolved to a type
171: <pre>
172: <%
173:     //creates the schema if not there
174:     RegistryEngine registry = RegistryServlet.getRegistry();
175:     registry.init();
176:     
177:     String[] classArray = {


An error occurred at line: 174 in the jsp file: /happyjuddi.jsp
RegistryServlet cannot be resolved
171: <pre>
172: <%
173:     //creates the schema if not there
174:     RegistryEngine registry = RegistryServlet.getRegistry();
175:     registry.init();
176:     
177:     String[] classArray = {


Stacktrace:

org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:85)

org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)
        
org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:435)
        org.apache.jasper.compiler.Compiler.compile(Compiler.java:298)
        org.apache.jasper.compiler.Compiler.compile(Compiler.java:277)
        org.apache.jasper.compiler.Compiler.compile(Compiler.java:265)

org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:564)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:299)
        org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:315)
        org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

Can anyone help me with this?

Thanks.

Sara
-- 
View this message in context: 
http://www.nabble.com/Urgent%3A-error-of-accessing-happyjuddi.jsp-tp24302484p24302484.html
Sent from the jUDDI - User mailing list archive at Nabble.com.

Reply via email to