Skip to Content.
Sympa Menu

shibboleth-dev - Re: OS X Problem?

Subject: Shibboleth Developers

List archive

Re: OS X Problem?


Chronological Thread 
  • From: Chad La Joie <>
  • To: Shibboleth Development <>
  • Subject: Re: OS X Problem?
  • Date: Thu, 04 Aug 2005 19:12:21 -0400
  • Organization: UIS - Project Sentinel

Mark, you might try to removing, upgrading, or disabling the subclipse plugin. The library libsvnjavahl is the JNI subversion library. It might be that Tomcat is encountering this library, failing, and not proceeding to read other libraries that it needs in order to compile JSPs.

Also, just FYI, you can replace the normal subclipse SVN library with this one, which a pure Java implementation.

http://tmate.org/svn/

Mark Allen Earnest wrote:
Hey all,

I'm tying to run the CVS Java SP and IdP (as per
http://wayf.internet2.edu/shibboleth/JavaSP/shibboleth_eclipse.htm ) and
I am getting back this exception:

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

Generated servlet error:
error: error reading /usr/local/lib/libsvnjavahl-1.0.0.0.dylib;
java.util.zip.ZipException: error in opening zip file
Note:
/usr/local/jakarta-tomcat-5.0.28/work/Catalina/localhost/shibboleth-idp/org/apache/jsp/IdP_jsp.java
uses unchecked or unsafe operations.


Generated servlet error:
Note: Recompile with -Xlint:unchecked for details.
1 error




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

org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:332)
org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:412)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:472)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)

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

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

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)

edu.internet2.middleware.shibboleth.idp.provider.ShibbolethV1SSOHandler.createPOSTForm(ShibbolethV1SSOHandler.java:495)

edu.internet2.middleware.shibboleth.idp.provider.ShibbolethV1SSOHandler.respondWithPOST(ShibbolethV1SSOHandler.java:313)

edu.internet2.middleware.shibboleth.idp.provider.ShibbolethV1SSOHandler.processRequest(ShibbolethV1SSOHandler.java:182)

edu.internet2.middleware.shibboleth.idp.IdPResponder.doGet(IdPResponder.java:259)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)


Any ideas?


--
Chad La Joie 315Q St. Mary's Hall
Project Sentinel 202.687.0124


  • OS X Problem?, Mark Allen Earnest, 08/04/2005
    • Re: OS X Problem?, Chad La Joie, 08/04/2005

Archive powered by MHonArc 2.6.16.

Top of Page