I have tried first to put in 
/System/Library/WebObjects/JavaApplications/wotaskd.woa/wotaskd the following:
 
#
# Verify network services are intialized before starting
#
echo Checking network services....
/usr/sbin/ipconfig waitall
 

Restart the application and it does not solve the problem. I then replace it by 
the following and restart the application:
 
#
# Verify network services are intialized before starting
#
echo Waiting for network services....
sleep 5
 
That does not solve the problem as well. 

I am wondering if there are any other thought or suggestion I can try. I have a 
feeling the problem is behind very basic and simple reason. Any response will 
be appreciated.
 
Cheers,
Tony
 

--- On Sat, 13/3/10, Chuck Hill <[email protected]> wrote:


From: Chuck Hill <[email protected]>
Subject: Re: Old classic problem: The requested application was not found
To: "T R T" <[email protected]>
Cc: "Sacha Michel Mallais" <[email protected]>, 
[email protected]
Received: Saturday, 13 March, 2010, 5:11 PM


You  just need to restart any application that you changed this setting on.

Chuck


On Mar 12, 2010, at 8:00 PM, T R T wrote:

> Thank you Sacha for your response. I really appreciate that.
> 
> I am already using "-WOHost <hostname>". I have followed the instructions in 
> the link you sent me. Do I need to restart the server as the changes in the 
> resolution is relevant to ip address (network)? Is there a way to avoid 
> restarting the server and make the change suggested in the instructions 
> effective?
> 
> Cheers,
> 
> Tony
> 
> --- On Sat, 13/3/10, Sacha Michel Mallais <[email protected]> wrote:
> 
> 
> From: Sacha Michel Mallais <[email protected]>
> Subject: Re: Old classic problem: The requested application was not found
> To: "T R T" <[email protected]>
> Cc: "Sacha Michel Mallais" <[email protected]>, 
> [email protected]
> Received: Saturday, 13 March, 2010, 9:50 AM
> 
> On Mar 12, 2010, at 12:43 PM, T R T wrote:
> 
>> I am getting the following message:
>> 
>> The requested application was not found on this server
>> 
>> The log is showing “waiting for request ..”. I have tried some archive 
>> discussion and suggestion about this problem and possible fixing. I have 
>> checked that but still have this problem.
>> 
> 
> 
> Start by adding "-WOHost <hostname>" (without the quotes, and with <hostname> 
> replaced by your host name) to the application params in JavaMonitor. Restart 
> your app.
> 
> If that doesn't help, try following the instructions here: 
> http://www.global-village.net/gvc.webobjects/faq&mode=single&recordID=66181&nextMode=list
> 
> 
> sacha
> 
> 
> --Sacha Michel Mallais             Knowledge Broker
> Global Village Consulting Inc.   http://www.global-village.net/
> PGP Key ID: 7D757B65             AIM: smallais
> -----BEGIN GEEK CODE BLOCK-----
> Version: 3.12
> GCS d- s++:++ a C++(++++)$ u...@+++(++++)$ P-(---) L+(-) E>++
> W++(+++) N+ o? K? w(---) O M++ V-(--) PS+++ PE(-) Y+ PGP++ t+
> 5+ X+ R+>+++ tv+ b+ DI+++ D++ G e++ h(+) r* y+(*)
> ------END GEEK CODE BLOCK------
> 
> 
> 
> 
>   _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-deploy mailing list      ([email protected])
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-deploy/chill%40global-village.net
> 
> This email sent to [email protected]

--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-deploy mailing list      ([email protected])
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