Mark Hale ha scritto:
Any thoughts on why new SPF() would hang rather than throw an error? I've waited for hours and it doesn't timeout.
Can you take a stack dump of the VM while it's waiting? If you are on linux you can do this by "kill -3 <javapid>" If you use java5 you can use "jstack <javapid>" (and jps to find the pid). This way we can know where is waiting and for what. Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
