David Sean Taylor wrote:

> Okay, I got the new TDK and the latest jetspeed. I built the jetspeed
> webapp, placed the .war in tdk/webapps, and this is what I get:
>
> [Tue Feb 06 10:30:13 PST 2001] -- ERROR --
>         Exception:  java.lang.SecurityException: sealing violation
>         Stack Trace follows:
>         java.lang.SecurityException: sealing violation
>         at java.net.URLClassLoader.defineClass(URLClassLoader.java:234)
>         at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
>         at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>         at
> org.apache.catalina.loader.StandardClassLoader.findClass(StandardClassLoader
> .java:648)
>         at
> org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader
> .java:987)
>         at
> org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader
> .java:906)
>         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
>         at
> org.apache.jetspeed.portal.portlets.JetspeedContent.parse(JetspeedContent.ja
> va:186)
>         at
> org.apache.jetspeed.portal.portlets.JetspeedContent.init(JetspeedContent.jav
> a:139)
>         at
> org.apache.jetspeed.portal.factory.PortletFactory.getPortlet(PortletFactory.
> java:434)
>         at o
>
> Tracing back to the last line in JetspeedContent:
>
>             return new ClearElement( SimpleTransform.transform( url,
> stylesheet ) );
>
> Also noticed that the webapp doesn't seem to expand completely from the .war
> file
>
> Here is the jetspeed directory
>         ..
>         WEB-INF
>     279 welcome.html
>         wml
>
> and the WEB-INF
>         ..
>         lib
>         log
>         psml
>         templates
>         tmp
>   1,357 web.xml
>         xsl
>
> I tried a completely expanded jetspeed directory, but same problems
>
> I tried two other JSP applications and they worked fine.
> I get the impression that Catalina is very fast
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Jason van Zyl
> > Sent: Monday, February 05, 2001 8:21 PM
> > To: JetSpeed
> > Subject: Re: catalina and jetspeed
> >
> >
> >
> >
> > On Mon, 5 Feb 2001, David Sean Taylor wrote:
> >
> > > Anyone try Catalina + Jetspeed yet?
> > >
> > > I must be doing something wrong with my Catalina install, its
> > like JSP isn't
> > > even there
> > > I get this:
> > >
> > > HTTP Status 503 - Servlet jsp is currently unavailable
> > > The requested service (Servlet jsp is currently unavailable) is not
> > > currently available
> >
> > You might want to try the TDK, 1.11a uses Catalina and will
> > probably be release tonight or tomorrow. Just a thought :-)
> >
> > jvz.
> >
> >
> >
> > --
> > --------------------------------------------------------------
> > To subscribe:        [EMAIL PROTECTED]
> > To unsubscribe:      [EMAIL PROTECTED]
> > Search: <http://www.mail-archive.com/[email protected]/>
> > List Help?:          [EMAIL PROTECTED]
> >
> >
>
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/[email protected]/>
> List Help?:          [EMAIL PROTECTED]

I got exactly the same error with a clean CVS of jetspeed
and the latest TDK.  The TDK runs nicely- I could rebuild
my Turbine apps from the base schemas.  So the problem could
be inside jetspeed or one of the dependent libraries.
(maybe xalan.jar, xerces.jar, servet_2_2.jar?)

I noticed that the versions of some of the jar files in the Jetspeed
CVS are out of sync with the files in the TDK.  The timestamps
and names of the dependent jars in jetspeed/lib are different from
the same files in  tdk/share/tdk-lib.

It would be nice to get this working- since Tomcat4/Catalina does
seem to respond faster that Tomcat3.2..

-bill




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/[email protected]/>
List Help?:          [EMAIL PROTECTED]

Reply via email to