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]
