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

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

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

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

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: 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

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: 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 rgur...@smarthealth.com wrote: It sounds like you aren't loading

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

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

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: 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 g...@lapcominc.com wrote: Hello, We have a WebObjects app

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

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

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)'.

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 gsbr...@umich.edu wrote: Fun. Apple updates

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 l...@plsys.co.uk wrote: Hi We have exactly the same problem:

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

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.

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

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

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

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

Re: Tomcat deployment and CSS images

2013-07-01 Thread Miguel Torres
Hi List, I made it work doing this: Edit web.xml file !-- Indicates if application is development or deployment mode. In development mode, images are vended by the application directly from frameworks. In deployment mode, images are vended by the webserver. -- context-param

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