class loader deadlock in thread (apparently)
class loader deadlock in thread (apparently)
- Subject: class loader deadlock in thread (apparently)
- From: Larry Mills-Gahl <email@hidden>
- Date: Wed, 05 Oct 2011 15:06:19 -0400
I have a background thread task that gathers and renders some pdf reports that is recently broken apparently in checking package access in the class loader.
This used to work. I recently upgraded to Lion on my dev laptop and this is the first time I've worked on this part of the app so I'm not sure this is the cause, but it is a coincidence. This project used to work well being launched from Eclipse or on deployment.
When I try to debug the app with a breakpoint on the creation of a jfree chart graph, stepping into that constructor sends me into Launcher$AppClassLoader(ClassLoader).checkPackageAccess and there it sits.
I saw some messages earlier last month about "Interface file not loaded" that seemed to point to a similar problem with static initializers. I've checked the static declarations and don't see any (obvious) problems.
Can anybody suggest debugging techniques or places to look where I can get more information on what it's trying to load that is causing the loader problems?
Larry Mills-Gahl
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden