Re: Problems in deployment (macOS X Server 10.3.5)

Ulrich Köster <[email protected]> Wed, 6 Oct 2004 21:39:43 +0200
Newsgroups gmane.comp.web.webobjects.admin
Message-ID <[email protected]>
Moin Nilton,

try to launch it from the command line with a unused port:

cd path/to/foo.woa
./foo -WOPort 12345

You should get some output on the console.

It's very likely that your MacOSClassPath.txt is broken.

In the case your App is in a package change the      # ApplicationClass 
==          property.  Preserve the # at the beginning.

If a framework is missing, just add it.

After that we can take a look at your project why it does not generate 
a correct MacOSClassPath.txt.

Ulrich
Am 06.10.2004 um 21:30 schrieb Nilton Lessa:

> Hi list,
>
> I have several apps deployed in my server. In the past I used XCode to 
> develop them but in my last project I used Eclipse 3.0
>
> When I execute the app developed in Eclipse  in my development machine 
> it runs right. When I try do put it on the server and load it using 
> javamonitor and get according webobjects log the following error:
>
> wotaskd terminated with error 1
> bootstrap_look_up(0 failed(ipc/send) invalid destination port.
>
> Could anybody explain me what means this error and if there is any 
> additional test I could do?
>
> Thank you very much for any help.
>
> Bests,
>
> Nilton Lessa
>
> _______________________________________________
> WebObjects-admin mailing list
> [email protected]
> http://www.omnigroup.com/mailman/listinfo/webobjects-admin