Re: maven repositories not quite right?

2013-07-01 Thread Alexis Tual
Hi,

2013/7/2 G Brown 

> Hello,
>
> I think the builds for the wonder applications in the maven repositories
> perhaps are a little off.
>
> 1. For instance, wotaskd is built without a wobootstrap.jar; whereas the
> Jenkins build does contain the wobootstrap.jar  So, I guess the question
> is: should wotaskd and Javamonitor have the wobootstrap.jar?  Usually all
> all my maven builds of applications contain the bootstrap.jar.
>
I think WOBootstrap is included if you have a wotaskd installed on the
building machine...
Since we use WOInject we build without woboostrap.jar since there's some
classloader voodoo. It works ok.


>
> 2.  Not so important, but why doesn't Nexus index all artifacts in the
> repository? The artifact I want, the wotaskd application, is not indexed
> but artifacts I don't care about like wowebserverresources.tar.gz  are
> indexed. Oh well.
>
The admin should run a reindex task

Alex


>
>
> G Brown
> 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/alexis.tual%40gmail.com
>
> This email sent to alexis.t...@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
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: Tomcat deployment and CSS images

2013-07-01 Thread Miguel Torres
Hi List,

I made it work doing this:

Edit web.xml file 

 
  
WOAppMode
Development
  
  
I changed it like this

 
  
WOAppMode
Deployment
  
  

Doing that the paths generated by my App changed from 

/albarrans3gy/WebObjects/albarrans3gy.woa/wr/wodata=/usr/local/apac…ootstrap_1_00.framework/WebServerResources/bootstrap/css/bootstrap.css


To

/WebObjects/Frameworks/TORABootstrap_1_00.framework/WebServerResources/bootstrap/css/bootstrap.css

I then created inside the tomcat's installation webapps' directory a new 
directory named WebObjects. Inside the WebObjects directory I made the 
Frameworks and the albarrans3gy.woa directories. 
I navigated to the Contents directory of my app directory, in my case 
../tomcatInstallationDirectory/webapps/albarrans3gy/WEB-INF/albarrans3gy.woa/Contents.
I copied the Frameworks directory contents to the one with the same name I just 
created inside ../tomcatInstallationDirectory/webapps/WebObjects.
Finally inside the 
../tomcatInstallationDirectory/webapps/WebObjects/albarrans3gy.woa directory I 
created the Contents/Webobjects directory structure and I copied the contents 
of  
../tomcatInstallationDirectory/webapps/albarrans3gy/WEB-INF/albarrans3gy.woa/Contents/WebServerResources.

Tomorrow I will try with Jboss on Windows.

Hope this helps.
 


On 01/07/2013, at 18:29, Miguel Torres  wrote:

> Hi List,
> 
> It has been a while since I tested war deployment.
> 
> Now I am doing some test because it is a client's request to implement de 
> application on a JBoss Application Server. I have Tomcat installed so I began 
> testing on it.
> 
> It looks like all the Web Server Resources are loaded correctly with URL's 
> like this: 
> /albarrans3gy/WebObjects/albarrans3gy.woa/wr/wodata=/usr/local/apac…ootstrap_1_00.framework/WebServerResources/bootstrap/css/bootstrap.css
> 
> The problem are paths to images defined in the css files, they are not 
> displayed.
> 
> I remember that I solved this problem in the past but can't remember how.
> 
> Any help will be appreciated
> 
> Cheers.
> 
> Miguel Torres
> 
> 
> 
> ___
> 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/wo%40toracom.net
> 
> This email sent to w...@toracom.net

 ___
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

maven repositories not quite right?

2013-07-01 Thread G Brown
Hello,

I think the builds for the wonder applications in the maven repositories 
perhaps are a little off.

1. For instance, wotaskd is built without a wobootstrap.jar; whereas the 
Jenkins build does contain the wobootstrap.jar  So, I guess the question is: 
should wotaskd and Javamonitor have the wobootstrap.jar?  Usually all all my 
maven builds of applications contain the bootstrap.jar.

2.  Not so important, but why doesn't Nexus index all artifacts in the 
repository? The artifact I want, the wotaskd application, is not indexed but 
artifacts I don't care about like wowebserverresources.tar.gz  are indexed. Oh 
well. 

G Brown
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

Tomcat deployment and CSS images

2013-07-01 Thread Miguel Torres
Hi List,

It has been a while since I tested war deployment.

Now I am doing some test because it is a client's request to implement de 
application on a JBoss Application Server. I have Tomcat installed so I began 
testing on it.

It looks like all the Web Server Resources are loaded correctly with URL's like 
this: 
/albarrans3gy/WebObjects/albarrans3gy.woa/wr/wodata=/usr/local/apac…ootstrap_1_00.framework/WebServerResources/bootstrap/css/bootstrap.css

The problem are paths to images defined in the css files, they are not 
displayed.

I remember that I solved this problem in the past but can't remember how.

Any help will be appreciated

Cheers.

Miguel Torres

 ___
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

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: Broken Javamonitor and wotaskd apps and builds.

2013-07-01 Thread Elizabeth Lynch
Hi

Are you able to make your working JavaMonitor and wotaskd available?

I would like to try installing them on our client's Snow Leopard server, which 
has the same broken problem after an Apple update.

Liz

On 30 Jun 2013, at 14:38, G Brown  wrote:

> Fun.
> 
> Apple updates leads to broken Javamonitor and wotaskd.
> 
> This was on an older snow leopard system, so I thought–after too much time of 
> googling around–maybe it is time to use the updated Web objects community 
> version of Javamonitor and wotaskd.
> 
> Try 1:
> 
> All these things should be built and downloadable from the nexus library 
> (maven) . Should be easy, right? I go to the repository and download 
> Javamonitor; move it into place, and then I look what's inside of it. No 
> application, no wobootstrap, etc. All the wonder applications are built wrong 
> in the maven repositories.
> 
> Try 2:
> 
> Well let's go back to the source and rebuild it. We switch to the 5.8 release 
> and try to compile. Something's broken, lots of errors with rest stuff. Build 
> failed.
> 
> 
> * wonder_5   e10c06a [pw/wonder_5] Wonder 5.8.2 
> release. Commits from integration branch from October 09th 2012 to November 
> 07th 2012.
> 
> 
> 
> global.dummy:
> [wocompile] Compiling 28 source files to /Users/gb/Roots/classes/ERRest
> [wocompile] 
> /Users/gb/SoftwareProjects/woprojects/wondergit/Frameworks/EOF/ERRest/Sources/er/rest/routes/ERXRouteRequestHandler.java:737:
>  cannot find symbol
> [wocompile] symbol  : method notEqual(java.lang.Class extends er.rest.routes.ERXRouteController>,java.lang.Class extends er.rest.routes.ERXRouteController>)
> [wocompile] location: class org.apache.commons.lang.ObjectUtils
> [wocompile]   boolean isDifferentController = 
> ObjectUtils.notEqual(duplicateRoute.controller(), route.controller());
> [wocompile]  ^
> [wocompile] 
> /Users/gb/SoftwareProjects/woprojects/wondergit/Frameworks/EOF/ERRest/Sources/er/rest/routes/ERXRouteRequestHandler.java:738:
>  cannot find symbol
> [wocompile] symbol  : method notEqual(java.lang.String,java.lang.String)
> [wocompile] location: class org.apache.commons.lang.ObjectUtils
> [wocompile]   boolean isDifferentAction = 
> ObjectUtils.notEqual(duplicateRoute.action(), route.action());
> [wocompile]  ^
> [wocompile] Note: 
> /Users/gb/SoftwareProjects/woprojects/wondergit/Frameworks/EOF/ERRest/Sources/er/rest/routes/ERXRouteRequestHandler.java
>  uses unchecked or unsafe operations.
> [wocompile] Note: Recompile with -Xlint:unchecked for details.
> [wocompile] 2 errors
> 
> BUILD FAILED
> /Users/gb/SoftwareProjects/woprojects/wondergit/build.xml:12: The following 
> error occurred while executing this line:
> /Users/gb/SoftwareProjects/woprojects/wondergit/Build/build/build.xml:1377: 
> The following error occurred while executing this line:
> /Users/gb/SoftwareProjects/woprojects/wondergit/Build/build/build.xml:1368: 
> The following error occurred while executing this line:
> /Users/gb/SoftwareProjects/woprojects/wondergit/Build/build/build.xml:119: 
> The following error occurred while executing this line:
> /Users/gb/SoftwareProjects/woprojects/wondergit/Build/build/generic.xml:270: 
> Compile failed; see the compiler error output for details.
> 
> Total time: 17 seconds
> 
> 
> Try 3:
> 
> Maybe the web apps which Jenkins builds will work. What version they are who 
> knows, and who knows if it will work with Snow Leopard and Java 6. Let's try! 
> Download the items and put them in the right spot. Doesn't work. They have 
> quarantine attributes, so I remove those from everything, and they still 
> don't work. Looking closer inside, the woa/Javamonitor has the wrong 
> permissions. _Appserver tries to run these applications, but root and wheel 
> own them, so they don't run. I fixed the permissions and now they do run.
> 
> Tomorrow I will try to figure out how to put these issues into the issue 
> tracker; unless everything else breaks.
> 
> G Brown
> 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/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 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: [SPAM] Your request produced an error.

2013-07-01 Thread Musall Maik
Hi Jess,

I suggest deleting all frameworks and jars on your server. If you're embedding 
everything in your deployment woa package, there's not point in keeping old 
stuff on the server anyway (wotaskd/womonitor should be built the same way). 
One everything's gone, you can be sure that you're not pulling anything in that 
you didn't realize.

Use cmd utilities like 'locate jar | grep jar$' to find stuff.

Maik

Am 01.07.2013 um 21:35 schrieb Jesse Tayler :

> 
> thanks chuck, 
> 
> bear with me a second here.
> 
> I have been building to include my frameworks (so I don’t get out of sync! 
> ACK!) 
> 
> did I install a set of JARs somewhere on my server?
> 
> I now also notice I don’t seem to have AJAX on my pages anymore either...
> 
> how can I track this down?
> 
> 
> On Jul 1, 2013, at 3:02 PM, Chuck Hill  wrote:
> 
>> Find the old jar on the server and kill it!
>> 
>> Or maybe the framework you are building for deployment is not what Eclipse 
>> is running?
>> 
>> 
>> Chuck
>> 
>> 
>> On 2013-07-01, at 11:54 AM, Jesse Tayler wrote:
>> 
>>> 
>>> Ok, I’m out of sync.
>>> 
>>> How to get back?
>>> 
>>> If I fix the errors and tap on the ERExtensions framework and use Ant-Build 
>>> Install  - it reports building without error but my app still has the same 
>>> exception?
>>> 
>>> what am I missing here?
>>> 
>>> On Jul 1, 2013, at 2:02 PM, Chuck Hill  wrote:
>>> 
 That is possible.
 
 On 2013-07-01, at 10:52 AM, Jesse Tayler wrote:
 
> thanks chuck-
> 
> doesn’t it really mean that I’m including frameworks and that framework 
> just wasn’t building locally but maybe the runtime was reading a locally 
> installed jar?
> 
> I mean — I might have an installed JAR on my development machine but the 
> build wasn’t completing so my install didn’t have ERExtensions?
> 
> 
> 
> On Jul 1, 2013, at 1:46 PM, Chuck Hill  wrote:
> 
>> That means that ERExtensions on the server is older than what you have 
>> in development.
>> 
>> 
>> On 2013-07-01, at 10:18 AM, Jesse Tayler wrote:
>> 
>>> you sly devil you!
>>> 
>>> that did indeed report something:
>>> 
 Jul 01 17:07:59 WOMan[2001] INFO  
 er.extensions.appserver.ERXApplication  - erropr 
 com.webobjects.foundation.NSForwardException 
 [java.lang.NoSuchMethodError] 
 er.extensions.eof.ERXKey.dot(Lcom/webobjects/eocontrol/EOQualifier;)Lcom/webobjects/eocontrol/EOQualifier;:java.lang.NoSuchMethodError:
  
 er.extensions.eof.ERXKey.dot(Lcom/webobjects/eocontrol/EOQualifier;)Lcom/webobjects/eocontrol/EOQualifier;!
>>> 
>>> 
>>> my favorite method -- dot() !
>>> 
>>> from ERExtensions
>>> 
>>> I’m using that in my query to traverse a relationship.
>>> 
>>> I now see ERExtensions does have a build marker and this is perhaps 
>>> from make->clean and a build error while including frameworks in my 
>>> build?
>>> 
>>> 
>>> 
>>> the errors seem to be related to 
>>> 
 Hyperlink2: WOHyperlink
 {
directActionName = "WOEventDisplay";
 }
 
>>> 
>>> bindings in ERExtensions not including a 
>>> 
>>> actionClass 
>>> 
>>> attribute?
>>> 
>>> maybe I should fix these?
>>> 
>>> 
>>> 
>>> On Jul 1, 2013, at 12:41 PM, Kieran Kelleher  
>>> wrote:
>>> 
 Try this: Override appendToResponse in the component. Then wrap a call 
 to super.appendToResponse() in a try/catch and log in the catch.
 
 On Jul 1, 2013, at 12:36 PM, Jesse Tayler  wrote:
 
> thanks K-
> 
> shouldn’t it be giving a backtrace whatever it is?
> 
> I was wondering if it were automatic builds or unsaved files, but it 
> seems like I’m able to update things and retest as I’d expect.
> 
> the method in question performs a fetch through a relationship, but I 
> don’t see why that’s unusual or why I’d not get any backtrace?
> 
> 
> 
> On Jul 1, 2013, at 12:17 PM, Kieran Kelleher  
> wrote:
> 
>> Might be classpath: The classpath in development is not the same as 
>> the classpath in deployment.
>> 
>> 
>> On Jul 1, 2013, at 11:04 AM, Jesse Tayler  wrote:
>> 
>>> 
>>> I have an odd situation, perhaps it rings bells with someone ?
>>> 
>>> I have a method which in deployment causes an exception, but I 
>>> don’t see any report in the backtrace?
>>> 
>>> I can see the new method that trips the error, but I cannot figure 
>>> or reproduce the error in development.
>>> 
>>> If I remove the bindings from the component, the app runs normally, 
>>> but when I return the bindings, the method trips and I get an error

Re: Your request produced an error.

2013-07-01 Thread Bastian Triller
Eclipse has ant included. According to
https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/ant.1.htmlthe
OS X ant comes with Xcode.


On Mon, Jul 1, 2013 at 9:37 PM, Jesse Tayler  wrote:

>
> thanks for this —
>
> on my developer machine, I notice I do not have ~/Library/Frameworks
>
> I also notice that I do not seem to have ant in my path, or the shared
> path for that matter — but I’m able to build using Ant from Eclipse somehow?
>
>
>
> On Jul 1, 2013, at 3:07 PM, Bastian Triller 
> wrote:
>
> Remove ~/Library/Frameworks, do a
> $ ant clean ; ant frameworks
> in your Wonder sources and try the Ant install ... again
> Am 01.07.2013 20:54 schrieb "Jesse Tayler" :
>
>>
>> Ok, I’m out of sync.
>>
>> How to get back?
>>
>> If I fix the errors and tap on the ERExtensions framework and use
>> Ant-Build Install  - it reports building without error but my app still has
>> the same exception?
>>
>> what am I missing here?
>>
>> On Jul 1, 2013, at 2:02 PM, Chuck Hill  wrote:
>>
>> That is possible.
>>
>> On 2013-07-01, at 10:52 AM, Jesse Tayler wrote:
>>
>> thanks chuck-
>>
>> doesn’t it really mean that I’m including frameworks and that framework
>> just wasn’t building locally but maybe the runtime was reading a locally
>> installed jar?
>>
>> I mean — I might have an installed JAR on my development machine but the
>> build wasn’t completing so my install didn’t have ERExtensions?
>>
>>
>>
>> On Jul 1, 2013, at 1:46 PM, Chuck Hill  wrote:
>>
>> That means that ERExtensions on the server is older than what you have in
>> development.
>>
>>
>> On 2013-07-01, at 10:18 AM, Jesse Tayler wrote:
>>
>> you sly devil you!
>>
>> that did indeed report something:
>>
>> Jul 01 17:07:59 WOMan[2001] INFO  er.extensions.appserver.ERXApplication
>>  - erropr com.webobjects.foundation.NSForwardException
>> [java.lang.NoSuchMethodError]
>> er.extensions.eof.ERXKey.dot(Lcom/webobjects/eocontrol/EOQualifier;)Lcom/webobjects/eocontrol/EOQualifier;:java.lang.NoSuchMethodError:
>> er.extensions.eof.ERXKey.dot(Lcom/webobjects/eocontrol/EOQualifier;)Lcom/webobjects/eocontrol/EOQualifier;!
>>
>>
>>
>> my favorite method -- dot() !
>>
>> from ERExtensions
>>
>> I’m using that in my query to traverse a relationship.
>>
>> I now see ERExtensions does have a build marker and this is perhaps from
>> make->clean and a build error while including frameworks in my build?
>>
>> 
>>
>> the errors seem to be related to
>>
>> Hyperlink2: WOHyperlink
>> {
>> directActionName = "WOEventDisplay";
>> }
>>
>>
>> bindings in ERExtensions not including a
>>
>> actionClass
>>
>> attribute?
>>
>> maybe I should fix these?
>>
>>
>>
>> On Jul 1, 2013, at 12:41 PM, Kieran Kelleher  wrote:
>>
>> Try this: Override appendToResponse in the component. Then wrap a call to
>> super.appendToResponse() in a try/catch and log in the catch.
>>
>> On Jul 1, 2013, at 12:36 PM, Jesse Tayler  wrote:
>>
>> thanks K-
>>
>> shouldn’t it be giving a backtrace whatever it is?
>>
>> I was wondering if it were automatic builds or unsaved files, but it
>> seems like I’m able to update things and retest as I’d expect.
>>
>> the method in question performs a fetch through a relationship, but I
>> don’t see why that’s unusual or why I’d not get any backtrace?
>>
>>
>>
>> On Jul 1, 2013, at 12:17 PM, Kieran Kelleher  wrote:
>>
>> Might be classpath: The classpath in development is not the same as the
>> classpath in deployment.
>>
>>
>> On Jul 1, 2013, at 11:04 AM, Jesse Tayler  wrote:
>>
>>
>> I have an odd situation, perhaps it rings bells with someone ?
>>
>> I have a method which in deployment causes an exception, but I don’t see
>> any report in the backtrace?
>>
>> I can see the new method that trips the error, but I cannot figure or
>> reproduce the error in development.
>>
>> If I remove the bindings from the component, the app runs normally, but
>> when I return the bindings, the method trips and I get an error with no
>> backtrace and only on my deployment server.
>>
>> any thoughts on that?
>>
>>
>>
>> ___
>> 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/kelleherk%40gmail.com
>>
>> This email sent to kelleh...@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 WebObjects - for developers who want to increase their overall
>> knowledge of WebObjects or who are trying to solve

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

Re: Your request produced an error.

2013-07-01 Thread Jesse Tayler

thanks for this —

on my developer machine, I notice I do not have ~/Library/Frameworks 

I also notice that I do not seem to have ant in my path, or the shared path for 
that matter — but I’m able to build using Ant from Eclipse somehow?



On Jul 1, 2013, at 3:07 PM, Bastian Triller  wrote:

> Remove ~/Library/Frameworks, do a
> $ ant clean ; ant frameworks
> in your Wonder sources and try the Ant install ... again
> 
> Am 01.07.2013 20:54 schrieb "Jesse Tayler" :
> 
> Ok, I’m out of sync.
> 
> How to get back?
> 
> If I fix the errors and tap on the ERExtensions framework and use Ant-Build 
> Install  - it reports building without error but my app still has the same 
> exception?
> 
> what am I missing here?
> 
> On Jul 1, 2013, at 2:02 PM, Chuck Hill  wrote:
> 
>> That is possible.
>> 
>> On 2013-07-01, at 10:52 AM, Jesse Tayler wrote:
>> 
>>> thanks chuck-
>>> 
>>> doesn’t it really mean that I’m including frameworks and that framework 
>>> just wasn’t building locally but maybe the runtime was reading a locally 
>>> installed jar?
>>> 
>>> I mean — I might have an installed JAR on my development machine but the 
>>> build wasn’t completing so my install didn’t have ERExtensions?
>>> 
>>> 
>>> 
>>> On Jul 1, 2013, at 1:46 PM, Chuck Hill  wrote:
>>> 
 That means that ERExtensions on the server is older than what you have in 
 development.
 
 
 On 2013-07-01, at 10:18 AM, Jesse Tayler wrote:
 
> you sly devil you!
> 
> that did indeed report something:
> 
>> Jul 01 17:07:59 WOMan[2001] INFO  er.extensions.appserver.ERXApplication 
>>  - erropr com.webobjects.foundation.NSForwardException 
>> [java.lang.NoSuchMethodError] 
>> er.extensions.eof.ERXKey.dot(Lcom/webobjects/eocontrol/EOQualifier;)Lcom/webobjects/eocontrol/EOQualifier;:java.lang.NoSuchMethodError:
>>  
>> er.extensions.eof.ERXKey.dot(Lcom/webobjects/eocontrol/EOQualifier;)Lcom/webobjects/eocontrol/EOQualifier;!
> 
> 
> my favorite method -- dot() !
> 
> from ERExtensions
> 
> I’m using that in my query to traverse a relationship.
> 
> I now see ERExtensions does have a build marker and this is perhaps from 
> make->clean and a build error while including frameworks in my build?
> 
> 
> 
> the errors seem to be related to 
> 
>> Hyperlink2: WOHyperlink
>> {
>>  directActionName = "WOEventDisplay";
>> }
>> 
> 
> bindings in ERExtensions not including a 
> 
> actionClass 
> 
> attribute?
> 
> maybe I should fix these?
> 
> 
> 
> On Jul 1, 2013, at 12:41 PM, Kieran Kelleher  wrote:
> 
>> Try this: Override appendToResponse in the component. Then wrap a call 
>> to super.appendToResponse() in a try/catch and log in the catch.
>> 
>> On Jul 1, 2013, at 12:36 PM, Jesse Tayler  wrote:
>> 
>>> thanks K-
>>> 
>>> shouldn’t it be giving a backtrace whatever it is?
>>> 
>>> I was wondering if it were automatic builds or unsaved files, but it 
>>> seems like I’m able to update things and retest as I’d expect.
>>> 
>>> the method in question performs a fetch through a relationship, but I 
>>> don’t see why that’s unusual or why I’d not get any backtrace?
>>> 
>>> 
>>> 
>>> On Jul 1, 2013, at 12:17 PM, Kieran Kelleher  
>>> wrote:
>>> 
 Might be classpath: The classpath in development is not the same as 
 the classpath in deployment.
 
 
 On Jul 1, 2013, at 11:04 AM, Jesse Tayler  wrote:
 
> 
> I have an odd situation, perhaps it rings bells with someone ?
> 
> I have a method which in deployment causes an exception, but I don’t 
> see any report in the backtrace?
> 
> I can see the new method that trips the error, but I cannot figure or 
> reproduce the error in development.
> 
> If I remove the bindings from the component, the app runs normally, 
> but when I return the bindings, the method trips and I get an error 
> with no backtrace and only on my deployment server.
> 
> any thoughts on that?
> 
> 
> 
> ___
> 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/kelleherk%40gmail.com
> 
> This email sent to kelleh...@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

Re: Your request produced an error.

2013-07-01 Thread Jesse Tayler

thanks chuck, 

bear with me a second here.

I have been building to include my frameworks (so I don’t get out of sync! 
ACK!) 

did I install a set of JARs somewhere on my server?

I now also notice I don’t seem to have AJAX on my pages anymore either...

how can I track this down?


On Jul 1, 2013, at 3:02 PM, Chuck Hill  wrote:

> Find the old jar on the server and kill it!
> 
> Or maybe the framework you are building for deployment is not what Eclipse is 
> running?
> 
> 
> Chuck
> 
> 
> On 2013-07-01, at 11:54 AM, Jesse Tayler wrote:
> 
>> 
>> Ok, I’m out of sync.
>> 
>> How to get back?
>> 
>> If I fix the errors and tap on the ERExtensions framework and use Ant-Build 
>> Install  - it reports building without error but my app still has the same 
>> exception?
>> 
>> what am I missing here?
>> 
>> On Jul 1, 2013, at 2:02 PM, Chuck Hill  wrote:
>> 
>>> That is possible.
>>> 
>>> On 2013-07-01, at 10:52 AM, Jesse Tayler wrote:
>>> 
 thanks chuck-
 
 doesn’t it really mean that I’m including frameworks and that framework 
 just wasn’t building locally but maybe the runtime was reading a locally 
 installed jar?
 
 I mean — I might have an installed JAR on my development machine but the 
 build wasn’t completing so my install didn’t have ERExtensions?
 
 
 
 On Jul 1, 2013, at 1:46 PM, Chuck Hill  wrote:
 
> That means that ERExtensions on the server is older than what you have in 
> development.
> 
> 
> On 2013-07-01, at 10:18 AM, Jesse Tayler wrote:
> 
>> you sly devil you!
>> 
>> that did indeed report something:
>> 
>>> Jul 01 17:07:59 WOMan[2001] INFO  
>>> er.extensions.appserver.ERXApplication  - erropr 
>>> com.webobjects.foundation.NSForwardException 
>>> [java.lang.NoSuchMethodError] 
>>> er.extensions.eof.ERXKey.dot(Lcom/webobjects/eocontrol/EOQualifier;)Lcom/webobjects/eocontrol/EOQualifier;:java.lang.NoSuchMethodError:
>>>  
>>> er.extensions.eof.ERXKey.dot(Lcom/webobjects/eocontrol/EOQualifier;)Lcom/webobjects/eocontrol/EOQualifier;!
>> 
>> 
>> my favorite method -- dot() !
>> 
>> from ERExtensions
>> 
>> I’m using that in my query to traverse a relationship.
>> 
>> I now see ERExtensions does have a build marker and this is perhaps from 
>> make->clean and a build error while including frameworks in my build?
>> 
>> 
>> 
>> the errors seem to be related to 
>> 
>>> Hyperlink2: WOHyperlink
>>> {
>>> directActionName = "WOEventDisplay";
>>> }
>>> 
>> 
>> bindings in ERExtensions not including a 
>> 
>> actionClass 
>> 
>> attribute?
>> 
>> maybe I should fix these?
>> 
>> 
>> 
>> On Jul 1, 2013, at 12:41 PM, Kieran Kelleher  wrote:
>> 
>>> Try this: Override appendToResponse in the component. Then wrap a call 
>>> to super.appendToResponse() in a try/catch and log in the catch.
>>> 
>>> On Jul 1, 2013, at 12:36 PM, Jesse Tayler  wrote:
>>> 
 thanks K-
 
 shouldn’t it be giving a backtrace whatever it is?
 
 I was wondering if it were automatic builds or unsaved files, but it 
 seems like I’m able to update things and retest as I’d expect.
 
 the method in question performs a fetch through a relationship, but I 
 don’t see why that’s unusual or why I’d not get any backtrace?
 
 
 
 On Jul 1, 2013, at 12:17 PM, Kieran Kelleher  
 wrote:
 
> Might be classpath: The classpath in development is not the same as 
> the classpath in deployment.
> 
> 
> On Jul 1, 2013, at 11:04 AM, Jesse Tayler  wrote:
> 
>> 
>> I have an odd situation, perhaps it rings bells with someone ?
>> 
>> I have a method which in deployment causes an exception, but I don’t 
>> see any report in the backtrace?
>> 
>> I can see the new method that trips the error, but I cannot figure 
>> or reproduce the error in development.
>> 
>> If I remove the bindings from the component, the app runs normally, 
>> but when I return the bindings, the method trips and I get an error 
>> with no backtrace and only on my deployment server.
>> 
>> any thoughts on that?
>> 
>> 
>> 
>> ___
>> 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/kelleherk%40gmail.com
>> 
>> This email sent to kelleh...@gmail.com
>> 
>> ___
>> Do not post ad

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

Re: Your request produced an error.

2013-07-01 Thread Bastian Triller
Remove ~/Library/Frameworks, do a
$ ant clean ; ant frameworks
in your Wonder sources and try the Ant install ... again
Am 01.07.2013 20:54 schrieb "Jesse Tayler" :

>
> Ok, I’m out of sync.
>
> How to get back?
>
> If I fix the errors and tap on the ERExtensions framework and use
> Ant-Build Install  - it reports building without error but my app still has
> the same exception?
>
> what am I missing here?
>
> On Jul 1, 2013, at 2:02 PM, Chuck Hill  wrote:
>
> That is possible.
>
> On 2013-07-01, at 10:52 AM, Jesse Tayler wrote:
>
> thanks chuck-
>
> doesn’t it really mean that I’m including frameworks and that framework
> just wasn’t building locally but maybe the runtime was reading a locally
> installed jar?
>
> I mean — I might have an installed JAR on my development machine but the
> build wasn’t completing so my install didn’t have ERExtensions?
>
>
>
> On Jul 1, 2013, at 1:46 PM, Chuck Hill  wrote:
>
> That means that ERExtensions on the server is older than what you have in
> development.
>
>
> On 2013-07-01, at 10:18 AM, Jesse Tayler wrote:
>
> you sly devil you!
>
> that did indeed report something:
>
> Jul 01 17:07:59 WOMan[2001] INFO  er.extensions.appserver.ERXApplication
>  - erropr com.webobjects.foundation.NSForwardException
> [java.lang.NoSuchMethodError]
> er.extensions.eof.ERXKey.dot(Lcom/webobjects/eocontrol/EOQualifier;)Lcom/webobjects/eocontrol/EOQualifier;:java.lang.NoSuchMethodError:
> er.extensions.eof.ERXKey.dot(Lcom/webobjects/eocontrol/EOQualifier;)Lcom/webobjects/eocontrol/EOQualifier;!
>
>
>
> my favorite method -- dot() !
>
> from ERExtensions
>
> I’m using that in my query to traverse a relationship.
>
> I now see ERExtensions does have a build marker and this is perhaps from
> make->clean and a build error while including frameworks in my build?
>
> 
>
> the errors seem to be related to
>
> Hyperlink2: WOHyperlink
> {
> directActionName = "WOEventDisplay";
> }
>
>
> bindings in ERExtensions not including a
>
> actionClass
>
> attribute?
>
> maybe I should fix these?
>
>
>
> On Jul 1, 2013, at 12:41 PM, Kieran Kelleher  wrote:
>
> Try this: Override appendToResponse in the component. Then wrap a call to
> super.appendToResponse() in a try/catch and log in the catch.
>
> On Jul 1, 2013, at 12:36 PM, Jesse Tayler  wrote:
>
> thanks K-
>
> shouldn’t it be giving a backtrace whatever it is?
>
> I was wondering if it were automatic builds or unsaved files, but it seems
> like I’m able to update things and retest as I’d expect.
>
> the method in question performs a fetch through a relationship, but I
> don’t see why that’s unusual or why I’d not get any backtrace?
>
>
>
> On Jul 1, 2013, at 12:17 PM, Kieran Kelleher  wrote:
>
> Might be classpath: The classpath in development is not the same as the
> classpath in deployment.
>
>
> On Jul 1, 2013, at 11:04 AM, Jesse Tayler  wrote:
>
>
> I have an odd situation, perhaps it rings bells with someone ?
>
> I have a method which in deployment causes an exception, but I don’t see
> any report in the backtrace?
>
> I can see the new method that trips the error, but I cannot figure or
> reproduce the error in development.
>
> If I remove the bindings from the component, the app runs normally, but
> when I return the bindings, the method trips and I get an error with no
> backtrace and only on my deployment server.
>
> any thoughts on that?
>
>
>
> ___
> 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/kelleherk%40gmail.com
>
> This email sent to kelleh...@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 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/gvc/practical_webobjects
>
> Global Village Consulting ranks 13th in 2012 in BIV's Top 100 Fastest
> Growing Companies in B.C!
>
> Global Village Consulting ranks 44th in 25th annual PROFIT 500 ranking of
> Canada’s Fastest-Growing Companies by PROFIT Magazine!
>
>
>
> --
> Chuck Hill
> Executive Managing Partner, VP Development and Technical Services
>
> 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/gvc/practical_webobjects
>
> Global Village Consulting ranks 13th in 2012 in BIV's Top 100 Fastest
> Gr

Re: Your request produced an error.

2013-07-01 Thread Chuck Hill
Find the old jar on the server and kill it!

Or maybe the framework you are building for deployment is not what Eclipse is 
running?


Chuck


On 2013-07-01, at 11:54 AM, Jesse Tayler wrote:

> 
> Ok, I’m out of sync.
> 
> How to get back?
> 
> If I fix the errors and tap on the ERExtensions framework and use Ant-Build 
> Install  - it reports building without error but my app still has the same 
> exception?
> 
> what am I missing here?
> 
> On Jul 1, 2013, at 2:02 PM, Chuck Hill  wrote:
> 
>> That is possible.
>> 
>> On 2013-07-01, at 10:52 AM, Jesse Tayler wrote:
>> 
>>> thanks chuck-
>>> 
>>> doesn’t it really mean that I’m including frameworks and that framework 
>>> just wasn’t building locally but maybe the runtime was reading a locally 
>>> installed jar?
>>> 
>>> I mean — I might have an installed JAR on my development machine but the 
>>> build wasn’t completing so my install didn’t have ERExtensions?
>>> 
>>> 
>>> 
>>> On Jul 1, 2013, at 1:46 PM, Chuck Hill  wrote:
>>> 
 That means that ERExtensions on the server is older than what you have in 
 development.
 
 
 On 2013-07-01, at 10:18 AM, Jesse Tayler wrote:
 
> you sly devil you!
> 
> that did indeed report something:
> 
>> Jul 01 17:07:59 WOMan[2001] INFO  er.extensions.appserver.ERXApplication 
>>  - erropr com.webobjects.foundation.NSForwardException 
>> [java.lang.NoSuchMethodError] 
>> er.extensions.eof.ERXKey.dot(Lcom/webobjects/eocontrol/EOQualifier;)Lcom/webobjects/eocontrol/EOQualifier;:java.lang.NoSuchMethodError:
>>  
>> er.extensions.eof.ERXKey.dot(Lcom/webobjects/eocontrol/EOQualifier;)Lcom/webobjects/eocontrol/EOQualifier;!
> 
> 
> my favorite method -- dot() !
> 
> from ERExtensions
> 
> I’m using that in my query to traverse a relationship.
> 
> I now see ERExtensions does have a build marker and this is perhaps from 
> make->clean and a build error while including frameworks in my build?
> 
> 
> 
> the errors seem to be related to 
> 
>> Hyperlink2: WOHyperlink
>> {
>>  directActionName = "WOEventDisplay";
>> }
>> 
> 
> bindings in ERExtensions not including a 
> 
> actionClass 
> 
> attribute?
> 
> maybe I should fix these?
> 
> 
> 
> On Jul 1, 2013, at 12:41 PM, Kieran Kelleher  wrote:
> 
>> Try this: Override appendToResponse in the component. Then wrap a call 
>> to super.appendToResponse() in a try/catch and log in the catch.
>> 
>> On Jul 1, 2013, at 12:36 PM, Jesse Tayler  wrote:
>> 
>>> thanks K-
>>> 
>>> shouldn’t it be giving a backtrace whatever it is?
>>> 
>>> I was wondering if it were automatic builds or unsaved files, but it 
>>> seems like I’m able to update things and retest as I’d expect.
>>> 
>>> the method in question performs a fetch through a relationship, but I 
>>> don’t see why that’s unusual or why I’d not get any backtrace?
>>> 
>>> 
>>> 
>>> On Jul 1, 2013, at 12:17 PM, Kieran Kelleher  
>>> wrote:
>>> 
 Might be classpath: The classpath in development is not the same as 
 the classpath in deployment.
 
 
 On Jul 1, 2013, at 11:04 AM, Jesse Tayler  wrote:
 
> 
> I have an odd situation, perhaps it rings bells with someone ?
> 
> I have a method which in deployment causes an exception, but I don’t 
> see any report in the backtrace?
> 
> I can see the new method that trips the error, but I cannot figure or 
> reproduce the error in development.
> 
> If I remove the bindings from the component, the app runs normally, 
> but when I return the bindings, the method trips and I get an error 
> with no backtrace and only on my deployment server.
> 
> any thoughts on that?
> 
> 
> 
> ___
> 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/kelleherk%40gmail.com
> 
> This email sent to kelleh...@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 WebObjects - for developers who want to increase their 

Re: Your request produced an error.

2013-07-01 Thread Jesse Tayler

Ok, I’m out of sync.

How to get back?

If I fix the errors and tap on the ERExtensions framework and use Ant-Build 
Install  - it reports building without error but my app still has the same 
exception?

what am I missing here?

On Jul 1, 2013, at 2:02 PM, Chuck Hill  wrote:

> That is possible.
> 
> On 2013-07-01, at 10:52 AM, Jesse Tayler wrote:
> 
>> thanks chuck-
>> 
>> doesn’t it really mean that I’m including frameworks and that framework just 
>> wasn’t building locally but maybe the runtime was reading a locally 
>> installed jar?
>> 
>> I mean — I might have an installed JAR on my development machine but the 
>> build wasn’t completing so my install didn’t have ERExtensions?
>> 
>> 
>> 
>> On Jul 1, 2013, at 1:46 PM, Chuck Hill  wrote:
>> 
>>> That means that ERExtensions on the server is older than what you have in 
>>> development.
>>> 
>>> 
>>> On 2013-07-01, at 10:18 AM, Jesse Tayler wrote:
>>> 
 you sly devil you!
 
 that did indeed report something:
 
> Jul 01 17:07:59 WOMan[2001] INFO  er.extensions.appserver.ERXApplication  
> - erropr com.webobjects.foundation.NSForwardException 
> [java.lang.NoSuchMethodError] 
> er.extensions.eof.ERXKey.dot(Lcom/webobjects/eocontrol/EOQualifier;)Lcom/webobjects/eocontrol/EOQualifier;:java.lang.NoSuchMethodError:
>  
> er.extensions.eof.ERXKey.dot(Lcom/webobjects/eocontrol/EOQualifier;)Lcom/webobjects/eocontrol/EOQualifier;!
 
 
 my favorite method -- dot() !
 
 from ERExtensions
 
 I’m using that in my query to traverse a relationship.
 
 I now see ERExtensions does have a build marker and this is perhaps from 
 make->clean and a build error while including frameworks in my build?
 
 
 
 the errors seem to be related to 
 
> Hyperlink2: WOHyperlink
> {
>   directActionName = "WOEventDisplay";
> }
> 
 
 bindings in ERExtensions not including a 
 
 actionClass 
 
 attribute?
 
 maybe I should fix these?
 
 
 
 On Jul 1, 2013, at 12:41 PM, Kieran Kelleher  wrote:
 
> Try this: Override appendToResponse in the component. Then wrap a call to 
> super.appendToResponse() in a try/catch and log in the catch.
> 
> On Jul 1, 2013, at 12:36 PM, Jesse Tayler  wrote:
> 
>> thanks K-
>> 
>> shouldn’t it be giving a backtrace whatever it is?
>> 
>> I was wondering if it were automatic builds or unsaved files, but it 
>> seems like I’m able to update things and retest as I’d expect.
>> 
>> the method in question performs a fetch through a relationship, but I 
>> don’t see why that’s unusual or why I’d not get any backtrace?
>> 
>> 
>> 
>> On Jul 1, 2013, at 12:17 PM, Kieran Kelleher  wrote:
>> 
>>> Might be classpath: The classpath in development is not the same as the 
>>> classpath in deployment.
>>> 
>>> 
>>> On Jul 1, 2013, at 11:04 AM, Jesse Tayler  wrote:
>>> 
 
 I have an odd situation, perhaps it rings bells with someone ?
 
 I have a method which in deployment causes an exception, but I don’t 
 see any report in the backtrace?
 
 I can see the new method that trips the error, but I cannot figure or 
 reproduce the error in development.
 
 If I remove the bindings from the component, the app runs normally, 
 but when I return the bindings, the method trips and I get an error 
 with no backtrace and only on my deployment server.
 
 any thoughts on that?
 
 
 
 ___
 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/kelleherk%40gmail.com
 
 This email sent to kelleh...@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 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/gvc/practical_webobjects
>>> 
>>> Global Village Consulting ranks 13th in 2012 in BIV's Top 100 Fastest 
>>> Growing Companies in B.C! 
>>> 
>>> Global Village Consulting ranks 44th in 25th annual PROFIT 500 ranking of 
>>> Canada’s F

Re: Your request produced an error.

2013-07-01 Thread Chuck Hill
That is possible.

On 2013-07-01, at 10:52 AM, Jesse Tayler wrote:

> thanks chuck-
> 
> doesn’t it really mean that I’m including frameworks and that framework just 
> wasn’t building locally but maybe the runtime was reading a locally installed 
> jar?
> 
> I mean — I might have an installed JAR on my development machine but the 
> build wasn’t completing so my install didn’t have ERExtensions?
> 
> 
> 
> On Jul 1, 2013, at 1:46 PM, Chuck Hill  wrote:
> 
>> That means that ERExtensions on the server is older than what you have in 
>> development.
>> 
>> 
>> On 2013-07-01, at 10:18 AM, Jesse Tayler wrote:
>> 
>>> you sly devil you!
>>> 
>>> that did indeed report something:
>>> 
 Jul 01 17:07:59 WOMan[2001] INFO  er.extensions.appserver.ERXApplication  
 - erropr com.webobjects.foundation.NSForwardException 
 [java.lang.NoSuchMethodError] 
 er.extensions.eof.ERXKey.dot(Lcom/webobjects/eocontrol/EOQualifier;)Lcom/webobjects/eocontrol/EOQualifier;:java.lang.NoSuchMethodError:
  
 er.extensions.eof.ERXKey.dot(Lcom/webobjects/eocontrol/EOQualifier;)Lcom/webobjects/eocontrol/EOQualifier;!
>>> 
>>> 
>>> my favorite method -- dot() !
>>> 
>>> from ERExtensions
>>> 
>>> I’m using that in my query to traverse a relationship.
>>> 
>>> I now see ERExtensions does have a build marker and this is perhaps from 
>>> make->clean and a build error while including frameworks in my build?
>>> 
>>> 
>>> 
>>> the errors seem to be related to 
>>> 
 Hyperlink2: WOHyperlink
 {
directActionName = "WOEventDisplay";
 }
 
>>> 
>>> bindings in ERExtensions not including a 
>>> 
>>> actionClass 
>>> 
>>> attribute?
>>> 
>>> maybe I should fix these?
>>> 
>>> 
>>> 
>>> On Jul 1, 2013, at 12:41 PM, Kieran Kelleher  wrote:
>>> 
 Try this: Override appendToResponse in the component. Then wrap a call to 
 super.appendToResponse() in a try/catch and log in the catch.
 
 On Jul 1, 2013, at 12:36 PM, Jesse Tayler  wrote:
 
> thanks K-
> 
> shouldn’t it be giving a backtrace whatever it is?
> 
> I was wondering if it were automatic builds or unsaved files, but it 
> seems like I’m able to update things and retest as I’d expect.
> 
> the method in question performs a fetch through a relationship, but I 
> don’t see why that’s unusual or why I’d not get any backtrace?
> 
> 
> 
> On Jul 1, 2013, at 12:17 PM, Kieran Kelleher  wrote:
> 
>> Might be classpath: The classpath in development is not the same as the 
>> classpath in deployment.
>> 
>> 
>> On Jul 1, 2013, at 11:04 AM, Jesse Tayler  wrote:
>> 
>>> 
>>> I have an odd situation, perhaps it rings bells with someone ?
>>> 
>>> I have a method which in deployment causes an exception, but I don’t 
>>> see any report in the backtrace?
>>> 
>>> I can see the new method that trips the error, but I cannot figure or 
>>> reproduce the error in development.
>>> 
>>> If I remove the bindings from the component, the app runs normally, but 
>>> when I return the bindings, the method trips and I get an error with no 
>>> backtrace and only on my deployment server.
>>> 
>>> any thoughts on that?
>>> 
>>> 
>>> 
>>> ___
>>> 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/kelleherk%40gmail.com
>>> 
>>> This email sent to kelleh...@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 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/gvc/practical_webobjects
>> 
>> Global Village Consulting ranks 13th in 2012 in BIV's Top 100 Fastest 
>> Growing Companies in B.C! 
>> 
>> Global Village Consulting ranks 44th in 25th annual PROFIT 500 ranking of 
>> Canada’s Fastest-Growing Companies by PROFIT Magazine!
> 

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

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/gvc/practical_webobjects

Global Village Consulting ranks 13th in 2012 in BIV's Top 100 Fastest G

Re: Your request produced an error.

2013-07-01 Thread Jesse Tayler
thanks chuck-

doesn’t it really mean that I’m including frameworks and that framework just 
wasn’t building locally but maybe the runtime was reading a locally installed 
jar?

I mean — I might have an installed JAR on my development machine but the build 
wasn’t completing so my install didn’t have ERExtensions?



On Jul 1, 2013, at 1:46 PM, Chuck Hill  wrote:

> That means that ERExtensions on the server is older than what you have in 
> development.
> 
> 
> On 2013-07-01, at 10:18 AM, Jesse Tayler wrote:
> 
>> you sly devil you!
>> 
>> that did indeed report something:
>> 
>>> Jul 01 17:07:59 WOMan[2001] INFO  er.extensions.appserver.ERXApplication  - 
>>> erropr com.webobjects.foundation.NSForwardException 
>>> [java.lang.NoSuchMethodError] 
>>> er.extensions.eof.ERXKey.dot(Lcom/webobjects/eocontrol/EOQualifier;)Lcom/webobjects/eocontrol/EOQualifier;:java.lang.NoSuchMethodError:
>>>  
>>> er.extensions.eof.ERXKey.dot(Lcom/webobjects/eocontrol/EOQualifier;)Lcom/webobjects/eocontrol/EOQualifier;!
>> 
>> 
>> my favorite method -- dot() !
>> 
>> from ERExtensions
>> 
>> I’m using that in my query to traverse a relationship.
>> 
>> I now see ERExtensions does have a build marker and this is perhaps from 
>> make->clean and a build error while including frameworks in my build?
>> 
>> 
>> 
>> the errors seem to be related to 
>> 
>>> Hyperlink2: WOHyperlink
>>> {
>>> directActionName = "WOEventDisplay";
>>> }
>>> 
>> 
>> bindings in ERExtensions not including a 
>> 
>> actionClass 
>> 
>> attribute?
>> 
>> maybe I should fix these?
>> 
>> 
>> 
>> On Jul 1, 2013, at 12:41 PM, Kieran Kelleher  wrote:
>> 
>>> Try this: Override appendToResponse in the component. Then wrap a call to 
>>> super.appendToResponse() in a try/catch and log in the catch.
>>> 
>>> On Jul 1, 2013, at 12:36 PM, Jesse Tayler  wrote:
>>> 
 thanks K-
 
 shouldn’t it be giving a backtrace whatever it is?
 
 I was wondering if it were automatic builds or unsaved files, but it seems 
 like I’m able to update things and retest as I’d expect.
 
 the method in question performs a fetch through a relationship, but I 
 don’t see why that’s unusual or why I’d not get any backtrace?
 
 
 
 On Jul 1, 2013, at 12:17 PM, Kieran Kelleher  wrote:
 
> Might be classpath: The classpath in development is not the same as the 
> classpath in deployment.
> 
> 
> On Jul 1, 2013, at 11:04 AM, Jesse Tayler  wrote:
> 
>> 
>> I have an odd situation, perhaps it rings bells with someone ?
>> 
>> I have a method which in deployment causes an exception, but I don’t see 
>> any report in the backtrace?
>> 
>> I can see the new method that trips the error, but I cannot figure or 
>> reproduce the error in development.
>> 
>> If I remove the bindings from the component, the app runs normally, but 
>> when I return the bindings, the method trips and I get an error with no 
>> backtrace and only on my deployment server.
>> 
>> any thoughts on that?
>> 
>> 
>> 
>> ___
>> 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/kelleherk%40gmail.com
>> 
>> This email sent to kelleh...@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 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/gvc/practical_webobjects
> 
> Global Village Consulting ranks 13th in 2012 in BIV's Top 100 Fastest Growing 
> Companies in B.C! 
> 
> Global Village Consulting ranks 44th in 25th annual PROFIT 500 ranking of 
> Canada’s Fastest-Growing Companies by PROFIT Magazine!

 ___
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: Your request produced an error.

2013-07-01 Thread Chuck Hill
That means that ERExtensions on the server is older than what you have in 
development.


On 2013-07-01, at 10:18 AM, Jesse Tayler wrote:

> you sly devil you!
> 
> that did indeed report something:
> 
>> Jul 01 17:07:59 WOMan[2001] INFO  er.extensions.appserver.ERXApplication  - 
>> erropr com.webobjects.foundation.NSForwardException 
>> [java.lang.NoSuchMethodError] 
>> er.extensions.eof.ERXKey.dot(Lcom/webobjects/eocontrol/EOQualifier;)Lcom/webobjects/eocontrol/EOQualifier;:java.lang.NoSuchMethodError:
>>  
>> er.extensions.eof.ERXKey.dot(Lcom/webobjects/eocontrol/EOQualifier;)Lcom/webobjects/eocontrol/EOQualifier;!
> 
> 
> my favorite method -- dot() !
> 
> from ERExtensions
> 
> I’m using that in my query to traverse a relationship.
> 
> I now see ERExtensions does have a build marker and this is perhaps from 
> make->clean and a build error while including frameworks in my build?
> 
> 
> 
> the errors seem to be related to 
> 
>> Hyperlink2: WOHyperlink
>> {
>>  directActionName = "WOEventDisplay";
>> }
>> 
> 
> bindings in ERExtensions not including a 
> 
> actionClass 
> 
> attribute?
> 
> maybe I should fix these?
> 
> 
> 
> On Jul 1, 2013, at 12:41 PM, Kieran Kelleher  wrote:
> 
>> Try this: Override appendToResponse in the component. Then wrap a call to 
>> super.appendToResponse() in a try/catch and log in the catch.
>> 
>> On Jul 1, 2013, at 12:36 PM, Jesse Tayler  wrote:
>> 
>>> thanks K-
>>> 
>>> shouldn’t it be giving a backtrace whatever it is?
>>> 
>>> I was wondering if it were automatic builds or unsaved files, but it seems 
>>> like I’m able to update things and retest as I’d expect.
>>> 
>>> the method in question performs a fetch through a relationship, but I don’t 
>>> see why that’s unusual or why I’d not get any backtrace?
>>> 
>>> 
>>> 
>>> On Jul 1, 2013, at 12:17 PM, Kieran Kelleher  wrote:
>>> 
 Might be classpath: The classpath in development is not the same as the 
 classpath in deployment.
 
 
 On Jul 1, 2013, at 11:04 AM, Jesse Tayler  wrote:
 
> 
> I have an odd situation, perhaps it rings bells with someone ?
> 
> I have a method which in deployment causes an exception, but I don’t see 
> any report in the backtrace?
> 
> I can see the new method that trips the error, but I cannot figure or 
> reproduce the error in development.
> 
> If I remove the bindings from the component, the app runs normally, but 
> when I return the bindings, the method trips and I get an error with no 
> backtrace and only on my deployment server.
> 
> any thoughts on that?
> 
> 
> 
> ___
> 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/kelleherk%40gmail.com
> 
> This email sent to kelleh...@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 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/gvc/practical_webobjects

Global Village Consulting ranks 13th in 2012 in BIV's Top 100 Fastest Growing 
Companies in B.C! 

Global Village Consulting ranks 44th in 25th annual PROFIT 500 ranking of 
Canada’s Fastest-Growing Companies by PROFIT Magazine!













 ___
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: is joda broken?

2013-07-01 Thread Theodore Petrosky
what's weird it that I didn't touch anything in the class path in weeks. but 
now my order is:

/sources
ERExtensions
ERAttributeExtension
JavaEOAccess

and it is working. 

Thanks,

zTed

On Jul 1, 2013, at 12:39 PM, Ramsey Gurley  wrote:

> It sounds like you aren't loading the proper EOAttribute class. The one in 
> ERAttributeExtension does not have a line 2216. 
> 
> Either you do not have it on your classpath, or it is being loaded after the 
> one in EOAccess. Make sure it is on your class path, make sure it is just 
> below ERExtensions at the top
> 
> On Jul 1, 2013, at 8:44 AM, Theodore Petrosky wrote:
> 
>> I don't know when this happened but I just entered a section of my app (that 
>> I haven't touched in weeks) and all of a sudden I get:
>> 
>> java.lang.IllegalStateException: adaptorValueType: unable to load class 
>> named 'LocalDate' for attribute internalRelease on entity Grid
>> 
>> 
>> Jul 01 11:39:16 ASPOColorGridD2W[63926] WARN  NSLog  - 
>> : Exception occurred 
>> while handling request:
>> java.lang.IllegalStateException: adaptorValueType: unable to load class 
>> named 'LocalDate' for attribute internalRelease on entity Grid
>> [2013-7-1 11:39:16 EDT]  java.lang.IllegalStateException: 
>> adaptorValueType: unable to load class named 'LocalDate' for attribute 
>> internalRelease on entity Grid
>>  at 
>> com.webobjects.eoaccess.EOAttribute.adaptorValueType(EOAttribute.java:2216)
>> 
>> 
>> Did something change with Joda? Is there some update I should do or 
>> shouldn't have done?
>> 
>> I am going to start crying now as I have a headache.
>> 
>> Ted
>> ___
>> 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/rgurley%40smarthealth.com
>> 
>> This email sent to rgur...@smarthealth.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: Your request produced an error.

2013-07-01 Thread Kieran Kelleher
Try this: Override appendToResponse in the component. Then wrap a call to 
super.appendToResponse() in a try/catch and log in the catch.

On Jul 1, 2013, at 12:36 PM, Jesse Tayler  wrote:

> thanks K-
> 
> shouldn’t it be giving a backtrace whatever it is?
> 
> I was wondering if it were automatic builds or unsaved files, but it seems 
> like I’m able to update things and retest as I’d expect.
> 
> the method in question performs a fetch through a relationship, but I don’t 
> see why that’s unusual or why I’d not get any backtrace?
> 
> 
> 
> On Jul 1, 2013, at 12:17 PM, Kieran Kelleher  wrote:
> 
>> Might be classpath: The classpath in development is not the same as the 
>> classpath in deployment.
>> 
>> 
>> On Jul 1, 2013, at 11:04 AM, Jesse Tayler  wrote:
>> 
>>> 
>>> I have an odd situation, perhaps it rings bells with someone ?
>>> 
>>> I have a method which in deployment causes an exception, but I don’t see 
>>> any report in the backtrace?
>>> 
>>> I can see the new method that trips the error, but I cannot figure or 
>>> reproduce the error in development.
>>> 
>>> If I remove the bindings from the component, the app runs normally, but 
>>> when I return the bindings, the method trips and I get an error with no 
>>> backtrace and only on my deployment server.
>>> 
>>> any thoughts on that?
>>> 
>>> 
>>> 
>>> ___
>>> 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/kelleherk%40gmail.com
>>> 
>>> This email sent to kelleh...@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: is joda broken?

2013-07-01 Thread Ramsey Gurley
It sounds like you aren't loading the proper EOAttribute class. The one in 
ERAttributeExtension does not have a line 2216. 

Either you do not have it on your classpath, or it is being loaded after the 
one in EOAccess. Make sure it is on your class path, make sure it is just below 
ERExtensions at the top

On Jul 1, 2013, at 8:44 AM, Theodore Petrosky wrote:

> I don't know when this happened but I just entered a section of my app (that 
> I haven't touched in weeks) and all of a sudden I get:
> 
> java.lang.IllegalStateException: adaptorValueType: unable to load class named 
> 'LocalDate' for attribute internalRelease on entity Grid
> 
> 
> Jul 01 11:39:16 ASPOColorGridD2W[63926] WARN  NSLog  - 
> : Exception occurred 
> while handling request:
> java.lang.IllegalStateException: adaptorValueType: unable to load class named 
> 'LocalDate' for attribute internalRelease on entity Grid
> [2013-7-1 11:39:16 EDT]  java.lang.IllegalStateException: 
> adaptorValueType: unable to load class named 'LocalDate' for attribute 
> internalRelease on entity Grid
>   at 
> com.webobjects.eoaccess.EOAttribute.adaptorValueType(EOAttribute.java:2216)
> 
> 
> Did something change with Joda? Is there some update I should do or shouldn't 
> have done?
> 
> I am going to start crying now as I have a headache.
> 
> Ted
> ___
> 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/rgurley%40smarthealth.com
> 
> This email sent to rgur...@smarthealth.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: Your request produced an error.

2013-07-01 Thread Jesse Tayler
thanks K-

shouldn’t it be giving a backtrace whatever it is?

I was wondering if it were automatic builds or unsaved files, but it seems like 
I’m able to update things and retest as I’d expect.

the method in question performs a fetch through a relationship, but I don’t see 
why that’s unusual or why I’d not get any backtrace?



On Jul 1, 2013, at 12:17 PM, Kieran Kelleher  wrote:

> Might be classpath: The classpath in development is not the same as the 
> classpath in deployment.
> 
> 
> On Jul 1, 2013, at 11:04 AM, Jesse Tayler  wrote:
> 
>> 
>> I have an odd situation, perhaps it rings bells with someone ?
>> 
>> I have a method which in deployment causes an exception, but I don’t see any 
>> report in the backtrace?
>> 
>> I can see the new method that trips the error, but I cannot figure or 
>> reproduce the error in development.
>> 
>> If I remove the bindings from the component, the app runs normally, but when 
>> I return the bindings, the method trips and I get an error with no backtrace 
>> and only on my deployment server.
>> 
>> any thoughts on that?
>> 
>> 
>> 
>> ___
>> 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/kelleherk%40gmail.com
>> 
>> This email sent to kelleh...@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: Your request produced an error.

2013-07-01 Thread Kieran Kelleher
Might be classpath: The classpath in development is not the same as the 
classpath in deployment.


On Jul 1, 2013, at 11:04 AM, Jesse Tayler  wrote:

> 
> I have an odd situation, perhaps it rings bells with someone ?
> 
> I have a method which in deployment causes an exception, but I don’t see any 
> report in the backtrace?
> 
> I can see the new method that trips the error, but I cannot figure or 
> reproduce the error in development.
> 
> If I remove the bindings from the component, the app runs normally, but when 
> I return the bindings, the method trips and I get an error with no backtrace 
> and only on my deployment server.
> 
> any thoughts on that?
> 
> 
> 
> ___
> 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/kelleherk%40gmail.com
> 
> This email sent to kelleh...@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

is joda broken?

2013-07-01 Thread Theodore Petrosky
I don't know when this happened but I just entered a section of my app (that I 
haven't touched in weeks) and all of a sudden I get:

java.lang.IllegalStateException: adaptorValueType: unable to load class named 
'LocalDate' for attribute internalRelease on entity Grid


Jul 01 11:39:16 ASPOColorGridD2W[63926] WARN  NSLog  - 
: Exception occurred while 
handling request:
java.lang.IllegalStateException: adaptorValueType: unable to load class named 
'LocalDate' for attribute internalRelease on entity Grid
[2013-7-1 11:39:16 EDT]  java.lang.IllegalStateException: 
adaptorValueType: unable to load class named 'LocalDate' for attribute 
internalRelease on entity Grid
at 
com.webobjects.eoaccess.EOAttribute.adaptorValueType(EOAttribute.java:2216)


Did something change with Joda? Is there some update I should do or shouldn't 
have done?

I am going to start crying now as I have a headache.

Ted ___
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

Your request produced an error.

2013-07-01 Thread Jesse Tayler

I have an odd situation, perhaps it rings bells with someone ?

I have a method which in deployment causes an exception, but I don’t see any 
report in the backtrace?

I can see the new method that trips the error, but I cannot figure or reproduce 
the error in development.

If I remove the bindings from the component, the app runs normally, but when I 
return the bindings, the method trips and I get an error with no backtrace and 
only on my deployment server.

any thoughts on that?



 ___
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: Unexplained WOSessionStore or NSProperties ClassNotFound Exceptions

2013-07-01 Thread Filippo Laurìa
Salve Mario,
sono Filippo Lauria.

Con il messaggio riportato in fondo ho chiesto aiuto alla mailing list
relativa ai WebObjects. Espongo il problema di cui si parlava l'altro
giorno. Ho provato a fare come abbiamo concordato, ovvero cercando di
scompattare i jars, ma il problema si sposta su un'altra classe. (Non
mi dilungo poiché puoi leggere tutto nel dettaglio là).

Mentre aspetto che qualcuno risponda alla domanda, provo a fare un
"refactoring" dei jars dei WebObjects in accordo con quanto scritto a
partire da qui:
_http://docs.oracle.com/javase/tutorial/deployment/jar/basicsindex.html_.

In sostanza attraverso il comando *jar i nome.jar* cercherò di creare
per tutti i jars dei frameworks un indice (INDEX.LIST a partire dalla
Directory META-INF) sperando che serva a risolvere il problema.

Se ti viene in mente qualche altro tentativo, rendimene partecipe.

Grazie per l'attenzione.

Saluti

2013/7/1 Filippo Laurìa :
> Hello everyone.
> I'm back with a new question.
>
> I'm always trying (few days ago I'm on it "full-time") to build up a
> Linux environment to modify WebObjects based Web-CAT [1] application.
> If you remember my last posts I had some troubles. My system is based
> on Ubuntu Linux 12, Eclipse 3.7, WOLips 37 and Tomcat 7.0.40.
>
> I tried using WO 5.4.3 + Wonder 5.0 installation but after many
> trials, i left that way for this other one: since Web-CAT developers
> release a war file and the application updates itself when starts
> (from here [2]), I decided to use frameworks itself downloaded and
> installed, so now I'm using same frameworks (same versions) in it
> used. (You can read list of used frameworks here [3])
>
> Then, I also added few jars needed (always taken from initial, up to
> date, war released, trying to avoid diffrent packages version) and
> finally I've got _no java compilation errors_ (i was starting having
> more than 2000 errors).
>
> But, I'm now having strange runtime problems. Specifically, some
> WebObjects classes cannot be found. Here it is few lines of
> catalina.out log:
>
> ...
> invoking ERXApplication.setup()
> Installed NSProjectSearchPath fix
> java.lang.ClassNotFoundException: com.webobjects.appserver.WOSessionStore
> at 
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1714)
> at 
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1559)
> at java.lang.ClassLoader.defineClass1(Native Method)
> at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
> at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
> at 
> org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:2895)
> at 
> org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:1173)
> at 
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1681)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:410)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:188)
> at 
> com.webobjects.foundation._NSUtilities._classWithPartialName(_NSUtilities.java:350)
> at 
> com.webobjects.foundation._NSUtilities.classWithName(_NSUtilities.java:334)
> at 
> com.webobjects.appserver.WOApplication._instanceOfNamedClassAssignableFrom(WOApplication.java:5831)
> at 
> com.webobjects.appserver.WOApplication.setSessionStoreClassName(WOApplication.java:5021)
> at com.webobjects.appserver.WOApplication.(WOApplication.java:857)
> at 
> er.extensions.appserver.ajax.ERXAjaxApplication.(ERXAjaxApplication.java:22)
> at er.extensions.appserver.ERXApplication.(ERXApplication.java:816)
> at org.webcat.core.Application.(Application.java:124)
> at net.sf.webcat.core.Application.(Application.java:33)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
> at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
> at java.lang.Class.newInstance0(Class.java:374)
> at java.lang.Class.newInstance(Class.java:327)
> at 
> com.webobjects.foundation._NSUtilities.instantiateObject(_NSUtilities.java:616)
> at 
> com.webobjects.appserver.WOApplication.primeApplication(WOApplication.java:634)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at 
> com.webobjects.jspservlet.WOServletAdaptor._applicationInit(WOServletAdaptor.java:421)
> at 
> com.webobjects.jspservlet.WOSer

Unexplained WOSessionStore or NSProperties ClassNotFound Exceptions

2013-07-01 Thread Filippo Laurìa
Hello everyone.
I'm back with a new question.

I'm always trying (few days ago I'm on it "full-time") to build up a
Linux environment to modify WebObjects based Web-CAT [1] application.
If you remember my last posts I had some troubles. My system is based
on Ubuntu Linux 12, Eclipse 3.7, WOLips 37 and Tomcat 7.0.40.

I tried using WO 5.4.3 + Wonder 5.0 installation but after many
trials, i left that way for this other one: since Web-CAT developers
release a war file and the application updates itself when starts
(from here [2]), I decided to use frameworks itself downloaded and
installed, so now I'm using same frameworks (same versions) in it
used. (You can read list of used frameworks here [3])

Then, I also added few jars needed (always taken from initial, up to
date, war released, trying to avoid diffrent packages version) and
finally I've got _no java compilation errors_ (i was starting having
more than 2000 errors).

But, I'm now having strange runtime problems. Specifically, some
WebObjects classes cannot be found. Here it is few lines of
catalina.out log:

...
invoking ERXApplication.setup()
Installed NSProjectSearchPath fix
java.lang.ClassNotFoundException: com.webobjects.appserver.WOSessionStore
at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1714)
at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1559)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at 
org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:2895)
at 
org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:1173)
at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1681)
at java.lang.ClassLoader.loadClass(ClassLoader.java:410)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:188)
at 
com.webobjects.foundation._NSUtilities._classWithPartialName(_NSUtilities.java:350)
at 
com.webobjects.foundation._NSUtilities.classWithName(_NSUtilities.java:334)
at 
com.webobjects.appserver.WOApplication._instanceOfNamedClassAssignableFrom(WOApplication.java:5831)
at 
com.webobjects.appserver.WOApplication.setSessionStoreClassName(WOApplication.java:5021)
at com.webobjects.appserver.WOApplication.(WOApplication.java:857)
at 
er.extensions.appserver.ajax.ERXAjaxApplication.(ERXAjaxApplication.java:22)
at er.extensions.appserver.ERXApplication.(ERXApplication.java:816)
at org.webcat.core.Application.(Application.java:124)
at net.sf.webcat.core.Application.(Application.java:33)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
at java.lang.Class.newInstance0(Class.java:374)
at java.lang.Class.newInstance(Class.java:327)
at 
com.webobjects.foundation._NSUtilities.instantiateObject(_NSUtilities.java:616)
at 
com.webobjects.appserver.WOApplication.primeApplication(WOApplication.java:634)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at 
com.webobjects.jspservlet.WOServletAdaptor._applicationInit(WOServletAdaptor.java:421)
at 
com.webobjects.jspservlet.WOServletAdaptor.initStatics(WOServletAdaptor.java:95)
at 
com.webobjects.jspservlet.WOServletAdaptor.init(WOServletAdaptor.java:652)
at net.sf.webcat.WCServletAdaptor.init(WCServletAdaptor.java:109)
at javax.servlet.GenericServlet.init(GenericServlet.java:160)
at 
org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1280)
at 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1193)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1088)
at 
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5123)
at 
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5407)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633)
at 
org.apache.catalina.startup.HostConfig.deployDirectory(Hos