Re: Your request produced an error.

2013-07-02 Thread Theodore Petrosky
the new frameworks. maybe a bit draconian, but I feel better. Ted --- On Tue, 7/2/13, Bastian Triller bastian.tril...@gmail.com wrote: From: Bastian Triller bastian.tril...@gmail.com Subject: Re: Your request produced an error. To: Jesse Tayler jtay...@oeinc.com Cc: webobjects-dev

Re: Your request produced an error.

2013-07-02 Thread David LeBer
: From: Bastian Triller bastian.tril...@gmail.com Subject: Re: Your request produced an error. To: Jesse Tayler jtay...@oeinc.com Cc: webobjects-dev@lists.apple.com Development webobjects-dev@lists.apple.com Date: Tuesday, July 2, 2013, 2:51 AM Ant install ... in Eclipse only installs

Re: Your request produced an error.

2013-07-02 Thread probert
it picking up the new frameworks. maybe a bit draconian, but I feel better. Ted --- On Tue, 7/2/13, Bastian Triller bastian.tril...@gmail.com wrote: From: Bastian Triller bastian.tril...@gmail.com Subject: Re: Your request produced an error. To: Jesse Tayler jtay...@oeinc.com Cc: webobjects

Re: Your request produced an error.

2013-07-02 Thread Jesse Tayler
...@gmail.com wrote: From: Bastian Triller bastian.tril...@gmail.com Subject: Re: Your request produced an error. To: Jesse Tayler jtay...@oeinc.com Cc: webobjects-dev@lists.apple.com Development webobjects-dev@lists.apple.com Date: Tuesday, July 2, 2013, 2:51 AM Ant install ... in Eclipse

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

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 jtay...@oeinc.com wrote: I have an odd situation, perhaps it rings bells with someone ? I have a method which in deployment causes an exception, but

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

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 jtay...@oeinc.com wrote: thanks K- shouldn’t it be giving a backtrace whatever it is? I was wondering if it

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

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

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

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 ch...@global-village.net

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

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 jtay...@oeinc.com: Ok, I’m out of sync. How to get back? If I fix the errors and tap on the ERExtensions framework and use

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,

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

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 jtay...@oeinc.com wrote: thanks for this — on my developer machine, I notice I do

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