Re: javamonitor and wotaskd won't start after os x updates

2013-07-13 Thread G Brown
Good info.

I think the applications here:

http://jenkins.wocommunity.org/job/Wonder/

do have some bug fixes relative to the apple ones, and they have additional 
features; so I guess I am happy(?)  I was forced to try the Wonder versions?


Differences between Apple's and Wonder's versions of the deployment tools
wotaskd and JavaMonitor were released by Apple to the community as open source 
when WebObjects 5.4 was released in 2007. 
They were added to Wonder and improvements and bug fixes were made to the 
tools. We strongly suggest that you use the Wonder Versions.

http://wiki.wocommunity.org/display/documentation/Wonder+JavaMonitor+and+wotaskd


But its nice to know the apple ones still work.


G Brown
gsbr...@umich.edu




On Jul 13, 2013, at 2:02 PM, Bogdan Zlatanov wrote:

> 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:
> 
>   ProgramArguments
>   
>   wotaskd
> + -Djava.awt.headless=true
>   -WOPort
>   1085
>
> 
> 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  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/bogdan.zlatanov%40gmail.com
>> 
>> This email sent to bogdan.zlata...@gmail.com
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/gsbrown%40umich.edu
> 
> This email sent to gsbr...@umich.edu

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: javamonitor and wotaskd won't start after os x updates

2013-07-13 Thread Bogdan Zlatanov
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:

ProgramArguments

wotaskd
+   -Djava.awt.headless=true
-WOPort
1085
 

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  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/bogdan.zlatanov%40gmail.com
> 
> This email sent to bogdan.zlata...@gmail.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: javamonitor and wotaskd won't start after os x updates

2013-07-02 Thread Chuck Hill
I think it is just softlinked.  Do you not have past versions here:

~ chuck$ ls /System/Library/Frameworks/JavaVM.framework/Versions/
1.3 1.3.1   1.4 1.4.2   1.5 
1.5.0   1.6 1.6.0   A   Current 
CurrentJDK



On 2013-07-01, at 8:10 PM, Greg Lappen wrote:

> How does one do that?  I like this solution as it will put us back exactly 
> where we were before the update, just not sure how to do it as it looks like 
> we only have one version of the JDK on there: 1.6.0_51_b11-457.  It looks 
> like the update from Apple overwrote the old JDK 1.6.0 with the new one 
> (version 16 according to apple's versioning scheme).  Is there any way to get 
> back the old version of JDK 1.6.0?  I would prefer that to switching to a new 
> version of wotaskd and javamonitor...
> 
> 
> On Mon, Jul 1, 2013 at 5:54 PM, Chuck Hill  wrote:
> Change the default JVM to an earlier version.
> 
> 
> On 2013-07-01, at 2:40 PM, Bogdan Zlatanov wrote:
> 
> > Hi Greg,
> >
> > On 1 Jul 2013, at 23:36, Greg Lappen wrote:
> >
> >> Thanks for the info Liz.  I did what you said, but when the monitor page 
> >> opens in the browser and I try to start my app, it never starts.  Nothing 
> >> relevant appears in the log files :(
> >>
> >
> > Check the application permissions, especially the executable.
> >
> >>
> >> On Mon, Jul 1, 2013 at 5:20 PM, Elizabeth Lynch  wrote:
> >> Hi
> >>
> >> We have exactly the same problem: some Apple updates were applied 
> >> yesterday on a client's Snow Leopard server (I don't know exactly what), 
> >> and now wotaskd and JavaMonitor won't start automatically. We got the 
> >> kCGErrorFailure message at one point: now I just see 'Exited with exit 
> >> code (1)'.
> >>
> >> Both start fine when started from Terminal, so for the moment I have got 
> >> the site back running by starting the 2 apps from Terminal with:
> >>
> >> sudo -u appserver  
> >> /System/Library/WebObjects/JavaApplications/wotaskd.woa/wotaskd
> >> and
> >> sudo -u appserver  
> >> /System/Library/WebObjects/JavaApplications/wotaskd.woa/JavaMonitor
> >>
> >> But of course this is just a temporary 'fix' to keep the client's website 
> >> up while we find the real solution.
> >>
> >> I have tried setting permissions for 
> >> /Library/LaunchDaemons/JavaMonitor.woa and wotaskd.woa to be owned by 
> >> appserver:wheel and by appserver:appserverusr. This made no difference.
> >>
> >> Liz
> >>
> >> On 1 Jul 2013, at 21:03, Christoph Wick  wrote:
> >>
> >> > Hi Greg,
> >> >
> >> > can you start WOMonitor manually? Try to execute
> >> >
> >> >   
> >> > /System/Library/WebObjects/JavaApplications/JavaMonitor.woa/JavaMonitor
> >> >
> >> > (if you are using the original Apple WOMonitor, or the one from Wonder 
> >> > wherever you've installed it)
> >> >
> >> > Does the log (defined in your LaunchDaemon's 
> >> > com.apple.webobjects.womonitor.plist) tells you anything?
> >> >
> >> > C.U.CW
> >> > --
> >> > What are the three enemies of a programmer? Sunlight, oxygen, and the 
> >> > appalling roar of the birds.
> >> >
> >> > On 01.07.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  (Webobjects-dev@lists.apple.com)
> >> >> Help/Unsubscribe/Update your Subscription:
> >> >> https://lists.apple.com/mailman/options/webobjects-dev/wicki%40me.com
> >> >>
> >> >> This email sent to wi...@me.com
> >> >
> >> >
> >> > ___
> >> > Do not post admin requests to the list. They will be ignored.
> >> > Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> >> > Help/Unsubscribe/Update your Subscription:
> >> > https://lists.apple.com/mailman/options/webobjects-dev/liz%40plsys.co.uk
> >> >
> >> > This email sent to l...@plsys.co.uk
> >>
> >>
> >>  ___
> >> Do not post 

Re: javamonitor and wotaskd won't start after os x updates

2013-07-01 Thread Greg Lappen
How does one do that?  I like this solution as it will put us back exactly
where we were before the update, just not sure how to do it as it looks
like we only have one version of the JDK on there: 1.6.0_51_b11-457.  It
looks like the update from Apple overwrote the old JDK 1.6.0 with the new
one (version 16 according to apple's versioning scheme).  Is there any way
to get back the old version of JDK 1.6.0?  I would prefer that to switching
to a new version of wotaskd and javamonitor...


On Mon, Jul 1, 2013 at 5:54 PM, Chuck Hill  wrote:

> Change the default JVM to an earlier version.
>
>
> On 2013-07-01, at 2:40 PM, Bogdan Zlatanov wrote:
>
> > Hi Greg,
> >
> > On 1 Jul 2013, at 23:36, Greg Lappen wrote:
> >
> >> Thanks for the info Liz.  I did what you said, but when the monitor
> page opens in the browser and I try to start my app, it never starts.
>  Nothing relevant appears in the log files :(
> >>
> >
> > Check the application permissions, especially the executable.
> >
> >>
> >> On Mon, Jul 1, 2013 at 5:20 PM, Elizabeth Lynch 
> wrote:
> >> Hi
> >>
> >> We have exactly the same problem: some Apple updates were applied
> yesterday on a client's Snow Leopard server (I don't know exactly what),
> and now wotaskd and JavaMonitor won't start automatically. We got the
> kCGErrorFailure message at one point: now I just see 'Exited with exit code
> (1)'.
> >>
> >> Both start fine when started from Terminal, so for the moment I have
> got the site back running by starting the 2 apps from Terminal with:
> >>
> >> sudo -u appserver
>  /System/Library/WebObjects/JavaApplications/wotaskd.woa/wotaskd
> >> and
> >> sudo -u appserver
>  /System/Library/WebObjects/JavaApplications/wotaskd.woa/JavaMonitor
> >>
> >> But of course this is just a temporary 'fix' to keep the client's
> website up while we find the real solution.
> >>
> >> I have tried setting permissions for
> /Library/LaunchDaemons/JavaMonitor.woa and wotaskd.woa to be owned by
> appserver:wheel and by appserver:appserverusr. This made no difference.
> >>
> >> Liz
> >>
> >> On 1 Jul 2013, at 21:03, Christoph Wick  wrote:
> >>
> >> > Hi Greg,
> >> >
> >> > can you start WOMonitor manually? Try to execute
> >> >
> >> >
> /System/Library/WebObjects/JavaApplications/JavaMonitor.woa/JavaMonitor
> >> >
> >> > (if you are using the original Apple WOMonitor, or the one from
> Wonder wherever you've installed it)
> >> >
> >> > Does the log (defined in your LaunchDaemon's
> com.apple.webobjects.womonitor.plist) tells you anything?
> >> >
> >> > C.U.CW
> >> > --
> >> > What are the three enemies of a programmer? Sunlight, oxygen, and the
> appalling roar of the birds.
> >> >
> >> > On 01.07.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  (Webobjects-dev@lists.apple.com)
> >> >> Help/Unsubscribe/Update your Subscription:
> >> >>
> https://lists.apple.com/mailman/options/webobjects-dev/wicki%40me.com
> >> >>
> >> >> This email sent to wi...@me.com
> >> >
> >> >
> >> > ___
> >> > Do not post admin requests to the list. They will be ignored.
> >> > Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> >> > Help/Unsubscribe/Update your Subscription:
> >> >
> https://lists.apple.com/mailman/options/webobjects-dev/liz%40plsys.co.uk
> >> >
> >> > This email sent to l...@plsys.co.uk
> >>
> >>
> >>  ___
> >> Do not post admin requests to the list. They will be ignored.
> >> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> >> Help/Unsubscribe/Update your Subscription:
> >>
> https://lists.apple.com/mailman/options/webobjects-dev/greg%40lapcominc.com
> >>
> >> This email sent to g...@lapcominc.com
> >>
> >> ___
> >> Do not post admin requests to the list. They will be ignored.
> >> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> >> Help/U

Re: javamonitor and wotaskd won't start after os x updates

2013-07-01 Thread Elizabeth Lynch
Hi

I have followed gsbr...@umich.edu 's suggestion of installing the Wonder 
wotaskd and JavaMonitor, and this has solved the problem on our client's server.

You can download these from the jenkins site at:

http://jenkins.wocommunity.org/job/Wonder/lastSuccessfulBuild

After copying them to the correct location (I made sure to take a backup copy 
of the original Apple ones first), remove the quarantine bit for both apps:

xattr -d com.apple.quarantine wotaskd.woa

and set the permissions:

chown -R appserver wotaskd.woa

Then restart via launchctl or reboot the server.

This worked for me: I hope it does for you too.

Liz


On 1 Jul 2013, at 22:40, Bogdan Zlatanov  wrote:

> Hi Greg,
> 
> On 1 Jul 2013, at 23:36, Greg Lappen wrote:
> 
>> Thanks for the info Liz.  I did what you said, but when the monitor page 
>> opens in the browser and I try to start my app, it never starts.  Nothing 
>> relevant appears in the log files :(
>> 
> 
> Check the application permissions, especially the executable.
> 
>> 
>> On Mon, Jul 1, 2013 at 5:20 PM, Elizabeth Lynch  wrote:
>> Hi
>> 
>> We have exactly the same problem: some Apple updates were applied yesterday 
>> on a client's Snow Leopard server (I don't know exactly what), and now 
>> wotaskd and JavaMonitor won't start automatically. We got the 
>> kCGErrorFailure message at one point: now I just see 'Exited with exit code 
>> (1)'.
>> 
>> Both start fine when started from Terminal, so for the moment I have got the 
>> site back running by starting the 2 apps from Terminal with:
>> 
>> sudo -u appserver  
>> /System/Library/WebObjects/JavaApplications/wotaskd.woa/wotaskd
>> and
>> sudo -u appserver  
>> /System/Library/WebObjects/JavaApplications/wotaskd.woa/JavaMonitor
>> 
>> But of course this is just a temporary 'fix' to keep the client's website up 
>> while we find the real solution.
>> 
>> I have tried setting permissions for /Library/LaunchDaemons/JavaMonitor.woa 
>> and wotaskd.woa to be owned by appserver:wheel and by 
>> appserver:appserverusr. This made no difference.
>> 
>> Liz
>> 
>> On 1 Jul 2013, at 21:03, Christoph Wick  wrote:
>> 
>> > Hi Greg,
>> >
>> > can you start WOMonitor manually? Try to execute
>> >
>> >   
>> > /System/Library/WebObjects/JavaApplications/JavaMonitor.woa/JavaMonitor
>> >
>> > (if you are using the original Apple WOMonitor, or the one from Wonder 
>> > wherever you've installed it)
>> >
>> > Does the log (defined in your LaunchDaemon's 
>> > com.apple.webobjects.womonitor.plist) tells you anything?
>> >
>> > C.U.CW
>> > --
>> > What are the three enemies of a programmer? Sunlight, oxygen, and the 
>> > appalling roar of the birds.
>> >
>> > On 01.07.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  (Webobjects-dev@lists.apple.com)
>> >> Help/Unsubscribe/Update your Subscription:
>> >> https://lists.apple.com/mailman/options/webobjects-dev/wicki%40me.com
>> >>
>> >> This email sent to wi...@me.com
>> >
>> >
>> > ___
>> > Do not post admin requests to the list. They will be ignored.
>> > Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> > Help/Unsubscribe/Update your Subscription:
>> > https://lists.apple.com/mailman/options/webobjects-dev/liz%40plsys.co.uk
>> >
>> > This email sent to l...@plsys.co.uk
>> 
>> 
>>  ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/greg%40lapcominc.com
>> 
>> This email sent to g...@lapcominc.com
>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:

Re: javamonitor and wotaskd won't start after os x updates

2013-07-01 Thread Elizabeth Lynch
Hi Greg

The executable needs to be owned by appserver:appserveradm, so do something 
like:


cd /Library/WebServer/Applications
chown -R appserver:appserveradm MyApp

and then see if it will start via Monitor.

LIz

On 1 Jul 2013, at 22:40, Bogdan Zlatanov  wrote:

> Hi Greg,
> 
> On 1 Jul 2013, at 23:36, Greg Lappen wrote:
> 
>> Thanks for the info Liz.  I did what you said, but when the monitor page 
>> opens in the browser and I try to start my app, it never starts.  Nothing 
>> relevant appears in the log files :(
>> 
> 
> Check the application permissions, especially the executable.
> 
>> 
>> On Mon, Jul 1, 2013 at 5:20 PM, Elizabeth Lynch  wrote:
>> Hi
>> 
>> We have exactly the same problem: some Apple updates were applied yesterday 
>> on a client's Snow Leopard server (I don't know exactly what), and now 
>> wotaskd and JavaMonitor won't start automatically. We got the 
>> kCGErrorFailure message at one point: now I just see 'Exited with exit code 
>> (1)'.
>> 
>> Both start fine when started from Terminal, so for the moment I have got the 
>> site back running by starting the 2 apps from Terminal with:
>> 
>> sudo -u appserver  
>> /System/Library/WebObjects/JavaApplications/wotaskd.woa/wotaskd
>> and
>> sudo -u appserver  
>> /System/Library/WebObjects/JavaApplications/wotaskd.woa/JavaMonitor
>> 
>> But of course this is just a temporary 'fix' to keep the client's website up 
>> while we find the real solution.
>> 
>> I have tried setting permissions for /Library/LaunchDaemons/JavaMonitor.woa 
>> and wotaskd.woa to be owned by appserver:wheel and by 
>> appserver:appserverusr. This made no difference.
>> 
>> Liz
>> 
>> On 1 Jul 2013, at 21:03, Christoph Wick  wrote:
>> 
>> > Hi Greg,
>> >
>> > can you start WOMonitor manually? Try to execute
>> >
>> >   
>> > /System/Library/WebObjects/JavaApplications/JavaMonitor.woa/JavaMonitor
>> >
>> > (if you are using the original Apple WOMonitor, or the one from Wonder 
>> > wherever you've installed it)
>> >
>> > Does the log (defined in your LaunchDaemon's 
>> > com.apple.webobjects.womonitor.plist) tells you anything?
>> >
>> > C.U.CW
>> > --
>> > What are the three enemies of a programmer? Sunlight, oxygen, and the 
>> > appalling roar of the birds.
>> >
>> > On 01.07.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  (Webobjects-dev@lists.apple.com)
>> >> Help/Unsubscribe/Update your Subscription:
>> >> https://lists.apple.com/mailman/options/webobjects-dev/wicki%40me.com
>> >>
>> >> This email sent to wi...@me.com
>> >
>> >
>> > ___
>> > Do not post admin requests to the list. They will be ignored.
>> > Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> > Help/Unsubscribe/Update your Subscription:
>> > https://lists.apple.com/mailman/options/webobjects-dev/liz%40plsys.co.uk
>> >
>> > This email sent to l...@plsys.co.uk
>> 
>> 
>>  ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/greg%40lapcominc.com
>> 
>> This email sent to g...@lapcominc.com
>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/bogdan.zlatanov%40gmail.com
>> 
>> This email sent to bogdan.zlata...@gmail.com
> 

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%

Re: javamonitor and wotaskd won't start after os x updates

2013-07-01 Thread Chuck Hill
Change the default JVM to an earlier version.


On 2013-07-01, at 2:40 PM, Bogdan Zlatanov wrote:

> Hi Greg,
> 
> On 1 Jul 2013, at 23:36, Greg Lappen wrote:
> 
>> Thanks for the info Liz.  I did what you said, but when the monitor page 
>> opens in the browser and I try to start my app, it never starts.  Nothing 
>> relevant appears in the log files :(
>> 
> 
> Check the application permissions, especially the executable.
> 
>> 
>> On Mon, Jul 1, 2013 at 5:20 PM, Elizabeth Lynch  wrote:
>> Hi
>> 
>> We have exactly the same problem: some Apple updates were applied yesterday 
>> on a client's Snow Leopard server (I don't know exactly what), and now 
>> wotaskd and JavaMonitor won't start automatically. We got the 
>> kCGErrorFailure message at one point: now I just see 'Exited with exit code 
>> (1)'.
>> 
>> Both start fine when started from Terminal, so for the moment I have got the 
>> site back running by starting the 2 apps from Terminal with:
>> 
>> sudo -u appserver  
>> /System/Library/WebObjects/JavaApplications/wotaskd.woa/wotaskd
>> and
>> sudo -u appserver  
>> /System/Library/WebObjects/JavaApplications/wotaskd.woa/JavaMonitor
>> 
>> But of course this is just a temporary 'fix' to keep the client's website up 
>> while we find the real solution.
>> 
>> I have tried setting permissions for /Library/LaunchDaemons/JavaMonitor.woa 
>> and wotaskd.woa to be owned by appserver:wheel and by 
>> appserver:appserverusr. This made no difference.
>> 
>> Liz
>> 
>> On 1 Jul 2013, at 21:03, Christoph Wick  wrote:
>> 
>> > Hi Greg,
>> >
>> > can you start WOMonitor manually? Try to execute
>> >
>> >   
>> > /System/Library/WebObjects/JavaApplications/JavaMonitor.woa/JavaMonitor
>> >
>> > (if you are using the original Apple WOMonitor, or the one from Wonder 
>> > wherever you've installed it)
>> >
>> > Does the log (defined in your LaunchDaemon's 
>> > com.apple.webobjects.womonitor.plist) tells you anything?
>> >
>> > C.U.CW
>> > --
>> > What are the three enemies of a programmer? Sunlight, oxygen, and the 
>> > appalling roar of the birds.
>> >
>> > On 01.07.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  (Webobjects-dev@lists.apple.com)
>> >> Help/Unsubscribe/Update your Subscription:
>> >> https://lists.apple.com/mailman/options/webobjects-dev/wicki%40me.com
>> >>
>> >> This email sent to wi...@me.com
>> >
>> >
>> > ___
>> > Do not post admin requests to the list. They will be ignored.
>> > Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> > Help/Unsubscribe/Update your Subscription:
>> > https://lists.apple.com/mailman/options/webobjects-dev/liz%40plsys.co.uk
>> >
>> > This email sent to l...@plsys.co.uk
>> 
>> 
>>  ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/greg%40lapcominc.com
>> 
>> This email sent to g...@lapcominc.com
>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/bogdan.zlatanov%40gmail.com
>> 
>> This email sent to bogdan.zlata...@gmail.com
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/chill%40global-village.net
> 
> This email sent to ch...@global-village.net

-- 
Chuck Hill 
Executive Managing Partner, VP Development and Technical Services

Practical We

Re: javamonitor and wotaskd won't start after os x updates

2013-07-01 Thread Bogdan Zlatanov
Hi Greg,

On 1 Jul 2013, at 23:36, Greg Lappen wrote:

> Thanks for the info Liz.  I did what you said, but when the monitor page 
> opens in the browser and I try to start my app, it never starts.  Nothing 
> relevant appears in the log files :(
> 

Check the application permissions, especially the executable.

> 
> On Mon, Jul 1, 2013 at 5:20 PM, Elizabeth Lynch  wrote:
> Hi
> 
> We have exactly the same problem: some Apple updates were applied yesterday 
> on a client's Snow Leopard server (I don't know exactly what), and now 
> wotaskd and JavaMonitor won't start automatically. We got the kCGErrorFailure 
> message at one point: now I just see 'Exited with exit code (1)'.
> 
> Both start fine when started from Terminal, so for the moment I have got the 
> site back running by starting the 2 apps from Terminal with:
> 
> sudo -u appserver  
> /System/Library/WebObjects/JavaApplications/wotaskd.woa/wotaskd
> and
> sudo -u appserver  
> /System/Library/WebObjects/JavaApplications/wotaskd.woa/JavaMonitor
> 
> But of course this is just a temporary 'fix' to keep the client's website up 
> while we find the real solution.
> 
> I have tried setting permissions for /Library/LaunchDaemons/JavaMonitor.woa 
> and wotaskd.woa to be owned by appserver:wheel and by appserver:appserverusr. 
> This made no difference.
> 
> Liz
> 
> On 1 Jul 2013, at 21:03, Christoph Wick  wrote:
> 
> > Hi Greg,
> >
> > can you start WOMonitor manually? Try to execute
> >
> >   
> > /System/Library/WebObjects/JavaApplications/JavaMonitor.woa/JavaMonitor
> >
> > (if you are using the original Apple WOMonitor, or the one from Wonder 
> > wherever you've installed it)
> >
> > Does the log (defined in your LaunchDaemon's 
> > com.apple.webobjects.womonitor.plist) tells you anything?
> >
> > C.U.CW
> > --
> > What are the three enemies of a programmer? Sunlight, oxygen, and the 
> > appalling roar of the birds.
> >
> > On 01.07.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  (Webobjects-dev@lists.apple.com)
> >> Help/Unsubscribe/Update your Subscription:
> >> https://lists.apple.com/mailman/options/webobjects-dev/wicki%40me.com
> >>
> >> This email sent to wi...@me.com
> >
> >
> > ___
> > Do not post admin requests to the list. They will be ignored.
> > Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> > Help/Unsubscribe/Update your Subscription:
> > https://lists.apple.com/mailman/options/webobjects-dev/liz%40plsys.co.uk
> >
> > This email sent to l...@plsys.co.uk
> 
> 
>  ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/greg%40lapcominc.com
> 
> This email sent to g...@lapcominc.com
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/bogdan.zlatanov%40gmail.com
> 
> This email sent to bogdan.zlata...@gmail.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: javamonitor and wotaskd won't start after os x updates

2013-07-01 Thread Greg Lappen
Thanks for the info Liz.  I did what you said, but when the monitor page
opens in the browser and I try to start my app, it never starts.  Nothing
relevant appears in the log files :(


On Mon, Jul 1, 2013 at 5:20 PM, Elizabeth Lynch  wrote:

> Hi
>
> We have exactly the same problem: some Apple updates were applied
> yesterday on a client's Snow Leopard server (I don't know exactly what),
> and now wotaskd and JavaMonitor won't start automatically. We got the
> kCGErrorFailure message at one point: now I just see 'Exited with exit code
> (1)'.
>
> Both start fine when started from Terminal, so for the moment I have got
> the site back running by starting the 2 apps from Terminal with:
>
> sudo -u appserver
>  /System/Library/WebObjects/JavaApplications/wotaskd.woa/wotaskd
> and
> sudo -u appserver
>  /System/Library/WebObjects/JavaApplications/wotaskd.woa/JavaMonitor
>
> But of course this is just a temporary 'fix' to keep the client's website
> up while we find the real solution.
>
> I have tried setting permissions for
> /Library/LaunchDaemons/JavaMonitor.woa and wotaskd.woa to be owned by
> appserver:wheel and by appserver:appserverusr. This made no difference.
>
> Liz
>
> On 1 Jul 2013, at 21:03, Christoph Wick  wrote:
>
> > Hi Greg,
> >
> > can you start WOMonitor manually? Try to execute
> >
> >
> /System/Library/WebObjects/JavaApplications/JavaMonitor.woa/JavaMonitor
> >
> > (if you are using the original Apple WOMonitor, or the one from Wonder
> wherever you've installed it)
> >
> > Does the log (defined in your LaunchDaemon's
> com.apple.webobjects.womonitor.plist) tells you anything?
> >
> > C.U.CW
> > --
> > What are the three enemies of a programmer? Sunlight, oxygen, and the
> appalling roar of the birds.
> >
> > On 01.07.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  (Webobjects-dev@lists.apple.com)
> >> Help/Unsubscribe/Update your Subscription:
> >> https://lists.apple.com/mailman/options/webobjects-dev/wicki%40me.com
> >>
> >> This email sent to wi...@me.com
> >
> >
> > ___
> > Do not post admin requests to the list. They will be ignored.
> > Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> > Help/Unsubscribe/Update your Subscription:
> > https://lists.apple.com/mailman/options/webobjects-dev/liz%40plsys.co.uk
> >
> > This email sent to l...@plsys.co.uk
>
>
>  ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/greg%40lapcominc.com
>
> This email sent to g...@lapcominc.com
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: javamonitor and wotaskd won't start after os x updates

2013-07-01 Thread Elizabeth Lynch
Hi

We have exactly the same problem: some Apple updates were applied yesterday on 
a client's Snow Leopard server (I don't know exactly what), and now wotaskd and 
JavaMonitor won't start automatically. We got the kCGErrorFailure message at 
one point: now I just see 'Exited with exit code (1)'.

Both start fine when started from Terminal, so for the moment I have got the 
site back running by starting the 2 apps from Terminal with:

sudo -u appserver  
/System/Library/WebObjects/JavaApplications/wotaskd.woa/wotaskd
and
sudo -u appserver  
/System/Library/WebObjects/JavaApplications/wotaskd.woa/JavaMonitor

But of course this is just a temporary 'fix' to keep the client's website up 
while we find the real solution.

I have tried setting permissions for /Library/LaunchDaemons/JavaMonitor.woa and 
wotaskd.woa to be owned by appserver:wheel and by appserver:appserverusr. This 
made no difference. 

Liz

On 1 Jul 2013, at 21:03, Christoph Wick  wrote:

> Hi Greg,
> 
> can you start WOMonitor manually? Try to execute
> 
>   /System/Library/WebObjects/JavaApplications/JavaMonitor.woa/JavaMonitor
> 
> (if you are using the original Apple WOMonitor, or the one from Wonder 
> wherever you've installed it)
> 
> Does the log (defined in your LaunchDaemon's 
> com.apple.webobjects.womonitor.plist) tells you anything?
> 
> C.U.CW
> -- 
> What are the three enemies of a programmer? Sunlight, oxygen, and the 
> appalling roar of the birds.
> 
> On 01.07.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  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/wicki%40me.com
>> 
>> This email sent to wi...@me.com
> 
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/liz%40plsys.co.uk
> 
> This email sent to l...@plsys.co.uk


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: javamonitor and wotaskd won't start after os x updates

2013-07-01 Thread Christoph Wick
Hi Greg,

can you start WOMonitor manually? Try to execute

/System/Library/WebObjects/JavaApplications/JavaMonitor.woa/JavaMonitor

(if you are using the original Apple WOMonitor, or the one from Wonder wherever 
you've installed it)

Does the log (defined in your LaunchDaemon's 
com.apple.webobjects.womonitor.plist) tells you anything?

C.U.CW
-- 
What are the three enemies of a programmer? Sunlight, oxygen, and the appalling 
roar of the birds.

On 01.07.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  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/wicki%40me.com
> 
> This email sent to wi...@me.com


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: javamonitor and wotaskd won't start after os x updates

2013-07-01 Thread Dev WO
Hi Greg,
You mean LaunchDeamons folder right?
It may not be your issue though.
I'd use the wiki page about deployment and check each points.
Do you have wotaskd running on port 1085?

Xavier

> On 1 juil. 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  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/webobjects%40anazys.com
> 
> This email sent to webobje...@anazys.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

javamonitor and wotaskd won't start after os x updates

2013-07-01 Thread Greg Lappen
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  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com