Forgive me if this is a known issue. I did a bug search for it, but I did'nt find it. It seems that PortletInstance.getAttributeNames() takes a really long time to call, or that it goes into a infinite loop.

I had have this in my code:

log( "getAttributeNames.start" );
portletInstance.getAttributeNames();
log( "getAttributeNames.end" );

After it locks up, I restart tomcat and this is what is in the log (note there is no "getAttributeNames.end"):

--- snip ---
2003-02-27 13:15:15 getAttributeNames.start
2003-02-27 13:15:49 StandardWrapper[/jetspeed:jetspeed]: Waiting for 1 instance(s) to be deallocated
--- snip ---


I switched to PortletInstance.getAttributes(), and my problems went away.

Platform info:
- Red Hat Linux 8
- Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
- Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)
- Apache Jetspeed Portal - Version 1.4-b3
- Tomcat 4.1

Is there something else going on?

Thanks.

Ryan Christianson


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to