Re: Can't deploy

2007-07-18 Thread Lachlan Deck
On 19/07/2007, at 12:24 PM, jeff Schmitz wrote: Add / this line: WOHost=localhost Restart wotaskd - very important, this step. That DID it!!! Seems we've been here before. I'm going to write it down this time dammit... Alternative approach is to edit your /System/Library/StartupItems/

Re: Can't deploy

2007-07-18 Thread Cheong Hee (Datasonic)
Before you reinstall everything , few things you may just want to run through - You have set the WODirectConnectEnabled to false, so check if your web server is running. Or set it to true, and run it with port number 2001 (as your email). - Check if your "hosts" file is not confused with some

Re: Can't deploy

2007-07-18 Thread Chuck Hill
On Jul 18, 2007, at 7:24 PM, jeff Schmitz wrote: Add / this line: WOHost=localhost Restart wotaskd - very important, this step. That DID it!!! Seems we've been here before. I'm going to write it down this time dammit... http://www.mail-archive.com/webobjects-deploy@lists.apple.com/ ms

Re: Can't deploy

2007-07-18 Thread jeff Schmitz
Add / this line: WOHost=localhost Restart wotaskd - very important, this step. That DID it!!! Seems we've been here before. I'm going to write it down this time dammit... http://www.mail-archive.com/webobjects-deploy@lists.apple.com/ msg00127.html Thanks a million again (for like the

Re: Can't deploy

2007-07-18 Thread Chuck Hill
On Jul 18, 2007, at 6:21 PM, jeff Schmitz wrote: OK, it actually IS running. Yes, it is. You have been debugging the wrong problem. However, I can only connect to it by specifying port 2001. I wasn't specifying that before. http://localhost:2001/cgi-bin/WebObjects/netbRacquetsATP.woa

Re: Can't deploy

2007-07-18 Thread jeff Schmitz
OK, it actually IS running. However, I can only connect to it by specifying port 2001. I wasn't specifying that before. http://localhost:2001/cgi-bin/WebObjects/netbRacquetsATP.woa Shouldn't I be able to connect without the 2001? And now, how do I convince javamonitor that it's running? Je

Re: Can't deploy

2007-07-18 Thread jeff Schmitz
Last message (including wotaskd output) was held because it was too big. It also contained the following: command that works from the command line: sudo -u appserver -WOPort 2002 -WOCachingEnabled YES - WODebuggingEnabled NO -WOOutputPath /dev/null -WOAutoOpenInBrowser NO -WOAutoOpenClient

Re: Can't deploy

2007-07-18 Thread Chuck Hill
And if you have an output path set in JavaMonitor, don't forget the permissions from / down inside of that path. Chuck On Jul 18, 2007, at 6:03 PM, Stephen R. Smith wrote: Did you do this? Also – make sure you’ve got your permissions set correctly on the .woa bundle in Library/WebObject

Re: Can't deploy

2007-07-18 Thread Stephen R. Smith
Did you do this? Also ­ make sure you¹ve got your permissions set correctly on the .woa bundle in Library/WebObjects/Applications/ > > ls ­l will show you the permissions on everything in there, and you may find > if you¹ve Finder copied your .woa bundle from workspace/dist, then you¹ve got >

Re: Can't deploy

2007-07-18 Thread Randy Wigginton
Are you monitoring the system console for anything that might be interesting? When issues like this come up in Unix, it is almost always a permissions problem somewhere or else. You could always add system.out.println statements to the initialization code of your app. I would bet your ap

Re: Can't deploy

2007-07-18 Thread Chuck Hill
On Jul 18, 2007, at 5:49 PM, Jeff Schmitz wrote: OK, I removed /Library/WebObjects/Configuration/SiteConfig.xml, then restarted and now I can connect to wotaskd. Move quickly and carry a big stick. I readded my app, and still it won't start, and there are no logs. Won't start? What doe

Re: Can't deploy

2007-07-18 Thread Jeff Schmitz
OK, I removed /Library/WebObjects/Configuration/SiteConfig.xml, then restarted and now I can connect to wotaskd. I readded my app, and still it won't start, and there are no logs. Next step I guess is wipe the drive and re-install everything, unless there are any other suggestions?? Thanks

Re: Can't deploy

2007-07-18 Thread Chuck Hill
Yes. On Jul 18, 2007, at 5:42 PM, Jeff Schmitz wrote: Hi Steve, For now I'm just trying to set it up, so I'm on my home network. Is setting it to localhost ok? Thanks, Jeff On Jul 18, 2007, at 7:40 PM, Stephen R. Smith wrote: In the ‘Site’ tab in Monitor: URL to Adaptor should be ht

Re: Can't deploy

2007-07-18 Thread Jeff Schmitz
Hi Steve, For now I'm just trying to set it up, so I'm on my home network. Is setting it to localhost ok? Thanks, Jeff On Jul 18, 2007, at 7:40 PM, Stephen R. Smith wrote: In the ‘Site’ tab in Monitor: URL to Adaptor should be http:// the.ip_or_fully_qualified_domain_name.of_your.serve

Re: Can't deploy

2007-07-18 Thread Stephen R. Smith
In the ŒSite¹ tab in Monitor: URL to Adaptor should be http://the.ip_or_fully_qualified_domain_name.of_your.server/cgi-bin/WebObjec ts Also, check under the ŒHosts¹ tab, and make sure there¹s a host configured there. Cheers, :Steve -- Stephen R. Smith President Align Software Inc. 2054 Halto

Re: Can't deploy

2007-07-18 Thread Chuck Hill
Is wotaskd running? If you go to http://host:1085 after you launch the app in JM, can you see it in the config? On Jul 18, 2007, at 5:16 PM, Jeff Schmitz wrote: Thanks Chuck, I tried the things on both those links with no luck. I can start my app from the command line running as appse

Re: Can't deploy

2007-07-18 Thread Jeff Schmitz
Thanks Chuck, I tried the things on both those links with no luck. I can start my app from the command line running as appserver and it runs fine, so I don't think it's a permissions problem. And I've tried to hit my site after starting it with javamonitor, but it's not there, so I do

Re: Can't deploy

2007-07-18 Thread Jeff Schmitz
Hi steve, Thanks for the suggestions. I've set my Output Path as suggested, and created the directory and made sure permissions were 777, but still no log. I started my app from the command line and it worked, no problems. What, exactly, should I put in the HTTP Adaptor URL/URL to Adapt