Le 08-09-11 à 12:11, Johan Henselmans a écrit :


On 11 sep 2008, at 01:45, TW wrote:

I have a project that I made minor changes to yesterday. My wo server is working normally and has another app running normally on it. So, there's no dns/hostname issues here. A prior version of the same app was also running on the server so there are already configured instances of this app -- it should just be a matter of replacement.


I had the same problem. As it turned out, the permissions on the script that starts the application (the one that is in the .woa/ folder and is named the same as the .cmd file) had the wrong permissions: it was rw--r--r--., instead of rwxr-x-r-x after creating the .tar.gz files. Also, the ownership of the files was a bit dodgy. Look if appserver (on OS X) is the owner of the .woa folder and its contents. Otherwise, just change it with 'chown -R appserver [application.woa

If you use the <tar> Ant task, that's the cause. The Ant task don't take the current files permissions when building the tar archive, and put every file with 0644 and every directory with 0755, which is kind of lame. We stopped using this task for this reason.


The app runs normally in development mode. The only "big" change I've made is to the nightly build of WOLips with the New Hotness. The problem is when I try to run the app there is no instance output to indicate why it is failing. There is no output to webobjects.err either. WOMonitor just continues acting like it is starting the instance but it never says 'on.' So, my problem is that I don't really know how to diagnose this problem further when there's no info being output anywhere. I'm guessing maybe this is classpath related but I'm not sure where to begin.

Tim
-----
Timothy Worman
Programmer/Analyst - Database Administrator
Graduate School of Education and Information Studies
University of California Los Angeles

_______________________________________________
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/johan%40netsense.nl

This email sent to [EMAIL PROTECTED]

Regards,

Johan Henselmans
http://www.netsense.nl
Tel: +31-20-6267538
Fax: +31-20-6279159



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

This email sent to [EMAIL PROTECTED]


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

http://www.macti.ca
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 [EMAIL PROTECTED]

Reply via email to