i recently had the misfortune of having to set up a snow leopard deployment and ran into similar problems. remember there are 3 golden URL's to diagnosing deployment issues:
http://yourdomain/cgi-bin/WebObjects/WOAdaptorInfo http://yourdomain:1085 // assuming you are running wotaskd on standard port http://yourdomain:56789 // assuming you are running javamonitor on standard port if we ever have deployment issues these are my first 3 ports of call. in particular, make sure the first two are both reporting your running instances. with our snow leopard issues we could see running instance in the wotaskd config, but the WOAdaptorInfo page was reporting nothing ... bingo. simon On 28 July 2010 19:05, Chuck Hill <[email protected]> wrote: > Use the hostname of the app server in JavaMonitor as the host and also set > this in the Properties file with WOHost=.... for the app and wotaskd. Or > set WOHost in the additional args for the app in Java Monitor and in the > launchd config for wotaskd. > > Did that help? > > > Chuck > > On Jul 28, 2010, at 10:54 AM, Tusker wrote: > > > Hi, > > > > I'm seeing some very bizarre things with javamonitor and wotaskd. I have > new clean Snow Leopard servers. I have a 3 machine setup. 1 Websever, 1 > Application server (Javamonitor, wotaskd) and 1 database server. I followed > the following instructions ( > http://wiki.objectstyle.org/confluence/display/WO/Programming__WebObjects-Web+Applications-Deployment-Mac+OS+X+Server > ). > > > > I can initially start up wotaskd and javamonitor. I setup host and my > test application using Javamonitor. I can start up my test application > fine. Everything works fine, but as soon as I restart the server, I can't > start the application that I just setup. Both the wotaskd and javamonitor > process start up and I can see them in the Activity Monitor. I modified > SpawnOfWotaskd.sh to capture the logs when I hit go. Initially, I see these > logs. When I restart the server, these stop as well. > > > > I tried adding -_DeploymentDebugging true to the plist but it will not > output the debugging level logs. > > > > Any clues? > > > > Thanks, > > M > > > -- > Chuck Hill Senior Consultant / VP Development > > Practical WebObjects - for developers who want to increase their overall > knowledge of WebObjects or who are trying to solve specific problems. > http://www.global-village.net/products/practical_webobjects > > > > > > > > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > > http://lists.apple.com/mailman/options/webobjects-dev/simon%40potwells.co.uk > > This email sent to [email protected] >
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
