Hi Greg, et al,
I don't know if this is still an issue for you, but after hitting the exact
same problem on a Snow Leopard Server after updates, a colleague of mine and I
decided to pass -Djava.awt.headless=true to wotaskd and javamonitor and it
solved the issues for us.
Just for reference, we put the parameter in the com.apple.webobjects.wo*.plist
so now it looks like this:
<key>ProgramArguments</key>
<array>
<string>wotaskd</string>
+ <string>-Djava.awt.headless=true</string>
<string>-WOPort</string>
<string>1085</string>
</array>
HTH,
Bogdan
On 1 Jul 2013, at 21:09, Greg Lappen wrote:
> Hello,
>
> We have a WebObjects app running on a Snow Leopard Server. Some OS X updates
> were applied recently, and now WebObjects javamontor, wotaskd, and hence our
> app are not starting up.
>
> I saw this error in /var/log/system.log:
>
> Suspicious setup: User "appserver" maps to user: _appserver
>
> I modified the LaunchAgent plist files so that the user and group name now
> have dashes in front of them and reloaded the files into launchd with
> launchctl. The error I see now is this:
>
> kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as
> they are logged.
>
> This seems like some issue with java not being able to connect to the window
> server, but I was not able to find any solutions. Does this look familiar to
> anyone?
>
> Much thanks,
>
> Greg
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list ([email protected])
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/bogdan.zlatanov%40gmail.com
>
> This email sent to [email protected]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]