> fyi...if someone can come up with a test case and send it to craig...that
> would be great...
I took Santiago's advice and removed the TDK from the equation. It gets
further...
I've never seen Jetspeed display so fast, everything is there, the top,left,
and bottom navs, except for the "ECSScreen" portion in the middle: the
PSML-generated content. Its just empty.
Checking the log, again its the sealing violation.
To reproduce you can take the jetspeed.war file and place in the catalina
webapps directory
[Tue Feb 06 14:09:03 PST 2001] -- ERROR -- Could not unmarshal:
file:C:\tester\webapps\jetspeed\WEB-INF\conf\jetspeed-config.jcfg
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.xml.api.jetspeedconfig.JetspeedConfig.unmarshal(Jetspeed
Config.java:179)
at
org.apache.jetspeed.services.registrymanager.JetspeedConfigRegistryManagerSe
rvice.loadConfig(JetspeedConfigRegistryManagerService.java:474)
and more like this
[Tue Feb 06 14:09:03 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.daemon.impl.FeedDaemon.getEntries(FeedDaemon.java:318)
if you don't already have jetspeed.war, I placed it
ftp://ftp.bluesunrise.com/jetspeed.war
Sorry but it will dl rather slow...
- david
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Jon Stevens
> Sent: Tuesday, February 06, 2001 2:01 PM
> To: jetspeed
> Subject: FW: catalina and jetspeed
>
>
> fyi...if someone can come up with a test case and send it to craig...that
> would be great...
>
> -jon
>
> --
> If you come from a Perl or PHP background, JSP is a way to take
> your pain to new levels. --Anonymous
> <http://jakarta.apache.org/velocity/> | <http://java.apache.org/turbine/>
>
> ----------
> From: "Craig R. McClanahan" <[EMAIL PROTECTED]>
> Date: Tue, 06 Feb 2001 13:29:41 -0800
> To: Jon Stevens <[EMAIL PROTECTED]>
> Subject: Re: FW: catalina and jetspeed
>
> Jon Stevens wrote:
>
> > This is starting to come up more and more...any ideas on the problem?
> >
>
> The "sealing violation" issue is, *I think*, related to Xerces.
> It seems to
> reference a class somewhere that is not in xerces.jar but is found in
> crimson.jar. I've been trying to create a test case so we can isolate
> exactly
> what classes are involved -- if the Jetspeed folks can help create such a
> case
> (like you did on the reloading thing with Scarab) would be quite helpful.
>
> Same thing on the potential "incomplete unpack" -- there has been
> some churn
> in
> that code over the last week or so, and a test case on a complex app would
> help.
>
> NOTE: According to Ed Goei, Xerces is, or very soon will be, JAXP 1.1
> compatible, so you will be able to use it (instead of Crimson) even in an
> environment that needs Jasper.
>
> > -jon
> >
>
> Craig
>
>
> >
> > --
> > If you come from a Perl or PHP background, JSP is a way to take
> > your pain to new levels. --Anonymous
> > <http://jakarta.apache.org/velocity/> |
> <http://java.apache.org/turbine/>
> >
> > ----------
> > From: "David Sean Taylor" <[EMAIL PROTECTED]>
> > Reply-To: "JetSpeed" <[EMAIL PROTECTED]>
> > Date: Tue, 6 Feb 2001 11:00:39 -0800
> > To: "JetSpeed" <[EMAIL PROTECTED]>
> > Subject: RE: catalina and jetspeed
> >
> > 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(StandardC
> lassLoader
> > .java:648)
> > at
> >
> org.apache.catalina.loader.StandardClassLoader.loadClass(StandardC
> lassLoader
> > .java:987)
> > at
> >
> org.apache.catalina.loader.StandardClassLoader.loadClass(StandardC
> lassLoader
> > .java:906)
> > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
> > at
> >
> org.apache.jetspeed.portal.portlets.JetspeedContent.parse(Jetspeed
> Content.ja
> > va:186)
> > at
> >
> org.apache.jetspeed.portal.portlets.JetspeedContent.init(JetspeedC
> ontent.jav
> > a:139)
> > at
> >
> org.apache.jetspeed.portal.factory.PortletFactory.getPortlet(Portl
> etFactory.
> > 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]