Hi Ramsey,

I only did my first WebObjects 5.4 deploy this week, so I was surprised that no one else had come across this problem since July. Maybe everyone else is still embedding WebObjects 5.3.3 in their deployed apps.

To debug this, I actually debugged on my development machine, using eclipse. In order for my web app running in eclipse to generate static WebServerResource URLs as would happen in deploy I had the following settings in my launch configuration

-WOAllowRapidTurnaround false
-WODirectConnectEnabled false
-WOFrameworksBaseURL /WebObjects/WeboTest.woa/Frameworks

I have found that if

Eclipse -> Preferences -> WOLips -> Build -> Write PB.project on build

is checked then, the WebServerResources urls are of the /wr/ format, so I turned that off and deleted PB.project so I could debug these WebServerResource urls.

Then I used a combination of Jad and eclipse debug single stepping to find the problem and isolate it to WebObjects 5.4.3.

Tim





On 11/01/2009, at 1:07 PM, Ramsey Lee Gurley wrote:

Heisenbug... nice! (^_^) And wow... since July! I think that's a record for oldest thread revival. Thanks for the code. I'll likely make good use of it.

While we're on the subject though, does anyone out there have any advice for debugging deployments beyond simple log statements?

Thanks again Tim!

Ramsey

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list      (Webobjects-deploy@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to