At the end it was trivial and easy to fix
chown -R _appserver /Library/WebObjects/Applications/ImmoData.woa
Thanks for all your help
---markus---
On 07.08.2012, at 00:21, Chuck Hill wrote:
> I would not use localhost for deployment. I agree with Pascal, something is
> wrong with your DNS set
I would not use localhost for deployment. I agree with Pascal, something is
wrong with your DNS setup. The name use MUST reverse resolve into the
canonical IP of the machine.
Chuck
On 2012-08-06, at 11:17 AM, Pascal Robert wrote:
> Does the box have a real DNS name? In my experience, OS X S
Does the box have a real DNS name? In my experience, OS X Server is doing nasty
things when DNS is not setup (OS X "client" is more tolerant).
If the box is standalone, you could start the DNS service on OS X server, make
a DNS zone for a dummy domain (my.dom or something) and use that DNS servi
More weirdness:
Problem is clearly related to specifying WOHost:
Adding
-WOHost
localhost>/string>
to WOTaskd and WOMonitor startup plist makes them hang, no matter what hostname
I use (localhost, 127.0.0.1, FQDN. Bonjour Name). They do not respond to any
connect request. They startup without
Use jstack or kill -QUIT to get a thread dump and see where it it stuck.
Chuck
On 2012-08-03, at 4:43 AM, Henrique Gomes wrote:
>
> I can't guess, the only thing I see is that I recall reading warnings about
> not using Bonjour names (the *.local addresses) but really dns names.
>
> HG
>
>
isn't that where app output leaves off? I mean, do you know it is hung?
seems like maybe you are not able to reach the port?
On Aug 3, 2012, at 7:43 AM, Henrique Gomes wrote:
>
> I can't guess, the only thing I see is that I recall reading warnings about
> not using Bonjour names (the *.loca
I can't guess, the only thing I see is that I recall reading warnings about not
using Bonjour names (the *.local addresses) but really dns names.
HG
On Aug 3, 2012, at 11:55 AM, Markus Ruggiero wrote:
> Hi,
>
> I have a simple ERD2W application that is in ongoing development. For the
> custo
Hi,
I have a simple ERD2W application that is in ongoing development. For the
customer to be able to see progress I decided to set up an out-of-the-box Mac
Mini with Lion Server 10.7.4 and make a preliminary version of the app
available. Absolute minimum configured, installed wotaskd and womoni