Re: WOOutputPath causes launch hang

2006-10-29 Thread Clark Mueller
I had added them to both to see if it made a difference, but it doesn't; if they're only added as resources, the same error occurs (for Resources instead of WSR). resources.include.patternset: **/*.eomodeld~/ **/*.woa/** **/*.framework/** **/src **/components **/*.wo wsresources.include.pat

Re: WOOutputPath causes launch hang

2006-10-29 Thread Mike Schrag
It's not necessarily the cause of your problem, but it's suspicious (depending on how your patterns are setup). *.wo files are not WebServerResources, they are Resources. It's suspicious that your Main.wo is in the WebServerResources folder. Where is Main.wo in your actual project? What

Re: WOOutputPath causes launch hang

2006-10-29 Thread Clark Mueller
Yeah, I'm confused too. I revisited this problem tonight, and while I'm not really much closer to a solution for it, I've got at least "better" activity on the development side. Somehow I've gotten from point A to point B, but I'm not exactly sure what happened in between. My development bu

Re: WOOutputPath causes launch hang

2006-10-26 Thread Chuck Hill
Hi Clark, On Oct 24, 2006, at 10:17 PM, Clark Mueller wrote: Chuck, Very odd! :-) This is mostly a very, very simple application. There's probably less than 100 lines of controller code in total, and only three components. Nothing happens in the app constructor. It uses Axis as a client

Re: WOOutputPath causes launch hang

2006-10-24 Thread Clark Mueller
Chuck, Very odd! :-) This is mostly a very, very simple application. There's probably less than 100 lines of controller code in total, and only three components. Nothing happens in the app constructor. It uses Axis as a client (not using WO web services), but not on launch. It has three

Re: WOOutputPath causes launch hang

2006-10-24 Thread Chuck Hill
Clark, This is rather odd! I can't think of what it might be. Let's try getting a thread dump when it hangs and see where it is stuck, maybe that will suggest something. Are you using Log4J or anything else unusual? Are you using Wonder? If you need help getting a thread dump, this sh

Re: WOOutputPath causes launch hang

2006-10-24 Thread Clark Mueller
Chuck, It doesn't appear to be. The appserver user has write access to the / Library/WebObjects/Logs/RepairStatus directory, and the files underneath it. I've tried running from the CLI as both the appserver user and root, with the same results. Here's an example of the full output: Thi

Re: WOOutputPath causes launch hang

2006-10-24 Thread Chuck Hill
Hi Clark, It is probably a permissions problem as here: http://www.gvcsitemaker.com/gvc.webobjects/ faq&mode=single&recordID=19193 HTH Chuck On Oct 24, 2006, at 8:31 PM, Clark Mueller wrote: Hi everyone, I'm having a problem deploying a new WO application. This is a very small app, and