> I have run into another problem:  In the Add Portlet screen, I checked ON
> almost all the portlets (on both screens), and now I get a blank "Welcome
> to
> Jetspeed" page with no portlets and no way to go back and check OFF.  When
> I
> click on Customize HTML I get:
>
> Horrible Exception: java.lang.NoClassDefFoundError:
> javax/xml/transform/Source at
> org.apache.jetspeed.portal.portlets.JetspeedContent.parse(JetspeedContent.
> ja
> va:189) at
> org.apache.jetspeed.portal.portlets.JetspeedContent.init(JetspeedContent.j
> av
> a:142) at
> org.apache.jetspeed.services.portletfactory.JetspeedPortletFactoryService.
> ge
> tPortlet(JetspeedPortletFactoryService.java:334) at ....

Your profile may have become corrupted.  Try deleting the default.psml for this 
specific profile and copying the one from psml/user/turbine back in.

The NoClassDefFoundError can also be an indicator of the classloader failing because 
the jvm is running out of resources.  This happens in tomcat if you have class 
re-loading turned on and you are constantly updating classes in your web app.  Memory 
settings of the jvm do not seem to affect this in a noticeable way, at least for me it 
hasn't.

Scott

> -----Original Message-----
> From: Pramod Jain, INDENT [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 01, 2002 9:41 AM
> To: Jetspeed Users List
> Subject: RE: response time is slow
> 
> I disabled the stock quote portlet and now response time is about 1
> second;
> I used to get  25 seconds response time with the stock portlet.
> thanks for your help.
> 
> I have run into another problem:  In the Add Portlet screen, I checked ON
> almost all the portlets (on both screens), and now I get a blank "Welcome
> to
> Jetspeed" page with no portlets and no way to go back and check OFF.  When
> I
> click on Customize HTML I get:
> 
> Horrible Exception: java.lang.NoClassDefFoundError:
> javax/xml/transform/Source at
> org.apache.jetspeed.portal.portlets.JetspeedContent.parse(JetspeedContent.
> ja
> va:189) at
> org.apache.jetspeed.portal.portlets.JetspeedContent.init(JetspeedContent.j
> av
> a:142) at
> org.apache.jetspeed.services.portletfactory.JetspeedPortletFactoryService.
> ge
> tPortlet(JetspeedPortletFactoryService.java:334) at ....
> 
> Would appreciate help.
> 
> thanks
> 
> 
> -----Original Message-----
> From: Weaver, Scott [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 01, 2002 8:51 AM
> To: 'Jetspeed Users List'
> Subject: RE: response time is slow
> 
> 
> The first request is generally slow especially if you have custom services
> defined that need to init on first request.  However, in my case all
> subsequent requests, after the first respond, very quickly(< 7 sec.).   My
> demo machine is a 450 Pentium 2 256 meg of ram, not a super computer by
> any
> stretch of the imagination.
> 
> I have also found that performance can be altered by what types of
> portlets
> you have on a page.  For example, I have noticed that if the Stock Quote
> portlet can't connect to its web service, the timeout wait can drive
> response times up into the 30 sec. range.  This being said, look at all
> the
> factors that may be impeding performance: database performance, sluggish
> network (this one is almost ALWAYS ignored), services running on the app
> server itself, etc.
> 
> Scott
> 
> > -----Original Message-----
> > From: Pramod Jain, INDENT [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, September 30, 2002 6:49 PM
> > To: [EMAIL PROTECTED]
> > Subject: response time is slow
> >
> > I just installed jetspeed and loaded up the demo page and got very slow
> > response time.
> >
> > I tried the following (recommended under topic "jetspeed=slowspeed"),
> but
> > still get the same response time:
> >
> > >-- change all logging levels in the
> > >~/WEB-INF/conf/*.properties files to be INFO instead
> > >of DEBUG
> > >
> > >-- give Tomcat a lot of memory via the
> > >CATALINA_OPTIONS. e.g. -Xmx256m and -Xms128m
> > >
> > >-- look for velocity caching options in
> > >TurbineResources.properties and turn it on
> > >
> >
> > Would appreciate any help in getting decent response times.
> > thanks
> >
> > pramod
> >
> >
> > --
> > To unsubscribe, e-mail:   <mailto:jetspeed-user-
> > [EMAIL PROTECTED]>
> > For additional commands, e-mail: <mailto:jetspeed-user-
> > [EMAIL PROTECTED]>
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:jetspeed-user-
> [EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:jetspeed-user-
> [EMAIL PROTECTED]>

Reply via email to