I have the same problem on a CentOS Linux host. Are you running the apps in a chroot? Because I'm running multiple wotaskd and JavaMonitor, and the primary one, who is not running under a chroot, is working fine, but the ones running under chroot homes have the same issues that you are having. I traced it down to a problem inside the standard request handler (womp) that the apps receive, when wotaskd told them to terminate, they return a 403 error saying that it's forbidden.

What wotaskd is asking to the app :

POST /cgi-bin/WebObjects/WOGWTDemo.woa/womp/instanceRequest HTTP/1.0
cookie:
content-length: 163

<instanceRequest type="NSDictionary">
        <commandInstance type="NSDictionary">
                <command type="NSString">TERMINATE</command>
        </commandInstance>
</instanceRequest>

The reply :

HTTP/1.0 403 Apple WebObjects
x-webobjects-loadaverage: 0
content-length: 158

<instanceResponse type="NSDictionary">
        <commandInstance type="NSDictionary">
                <success type="NSString">NO</success>
                <errorMessage type="NSString">Access Denied</errorMessage>
        </commandInstance type="NSDictionary">
</instanceResponse>

If it was working, the reply should be :

<instanceResponse type="NSDictionary">
        <commandInstance type="NSDictionary">
                <success type="NSString">YES</success>
        </commandInstance type="NSDictionary">
</instanceResponse>

If you are having the same bug, open a bug report on bugreport.apple.com. Mine is #6659666 and is still open...

Hi

We've for some time had a webobjects setup on OS X 10.4 server and are working on migrating it to Debian.

I've set up a couple of instances of one of our apps on a test setup, however a few problems have arisen (I suspect they're interconnected):

In the details view, there's no problem starting the instances, but the statistics don't update (however clicking WOStats will show them). If I try to stop an instance, nothing happens, I have to kill it in the terminal.

It seems to me that Java Monitor and the instances don't "communicate" properly.

I'll gladly supply any configuration settings needed, I'm just not sure where to start.

--
Regards

Mikkel Eide Eriksen

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

This email sent to prob...@macti.ca


-------------------------------------------------------
Pascal Robert

http://www.macti.ca
http://www.aircourriel.com
http://www.linkedin.com/in/macti

Skype: MacTICanada
AIM/iChat : MacTICanada

_______________________________________________
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