Re: Problems Starting Apps

2016-04-21 Thread Pascal Robert
> Le 21 avr. 2016 à 18:13, Chuck Hill a écrit : > > No, the symptom of that is that the app starts but Apache crashed when you > try to access it. > > Under the .woa directory is the shell script that starts the app. You can > add debugging statements in there. And edit SpawnOfWotaskd und

Re: Problems Starting Apps

2016-04-21 Thread Chuck Hill
No, the symptom of that is that the app starts but Apache crashed when you try to access it. Under the .woa directory is the shell script that starts the app. You can add debugging statements in there. And edit SpawnOfWotaskd under the wostaskd.woa to not pipe the output to /dev/nul

Re: Problems Starting Apps

2016-04-21 Thread Gino Pacitti
I have tried both… and the app goes through the whole start up process and even says Welcome.. Could this be a WOAdaptor problem? > On 21 Apr 2016, at 23:03, Chuck Hill wrote: > > Are you logged in or su - as appserver when you start them from the command > line? > > > > > On 2016-04-

Re: Problems Starting Apps

2016-04-21 Thread Chuck Hill
Are you logged in or su - as appserver when you start them from the command line? On 2016-04-21, 3:00 PM, "webobjects-dev-bounces+chill=gevityinc@lists.apple.com on behalf of Gino Pacitti" wrote: >yes both…. > >There is just no commencement of the app visibly happening… > >Using top I

Re: Problems Starting Apps

2016-04-21 Thread Gino Pacitti
yes both…. There is just no commencement of the app visibly happening… Using top I can see the two java processes for WOMonitor and WOTaskd but when I try and use monitor to start the app just nothing happens. There is no java process beginning and ending… Its just like JavaMonitor is asked to

Re: Problems Starting Apps

2016-04-21 Thread Chuck Hill
Bingo! We have a winner! Second guess is permissions on the path where it is writing log files. Chuck On 2016-04-21, 2:27 PM, "webobjects-dev-bounces+chill=gevityinc@lists.apple.com on behalf of Dev WO" wrote: >I think Chuck would say to check the WOHost parameter:) > >Xavier > >>

Re: Problems Starting Apps

2016-04-21 Thread Steve Peery
When trying to start from Monitor, do the application logs show anything? If no, make sure the application has write access to the directory. If yes, what do what do the logs show? Steve > On Apr 21, 2016, at 5:22 PM, Gino Pacitti wrote: > > I have just set up a new deployment on a CentOS

Re: Problems Starting Apps

2016-04-21 Thread Dev WO
I think Chuck would say to check the WOHost parameter:) Xavier > On 21 Apr 2016, at 23:22, Gino Pacitti wrote: > > I have just set up a new deployment on a CentOS 6.7 box and downloaded java 6 > as it has to support some older apps. I also set it up for 5.3 javamonitor > and wotaskd. > > Now