Re: question about javaEnum prototype

2012-07-22 Thread Tim Worman
On Jul 21, 2012, at 1:30 PM, Kieran Kelleher wrote: > On Jul 21, 2012, at 3:30 PM, Tim Worman wrote: > >> Thanks Ramsey. >> >> Yeah. I would really need a many-to-many relationship - which I was hoping >> to avoid. :-) I was wanting to just store and query "keywords" for my EO. A >> flattene

Re: App won't start, no logs

2012-07-22 Thread Jeffrey Schmitz
Yep, something weird going on here, not sure why it's picking up the cocoon stuff (even though it is a pretty cool framework) or the saxon stuff, from my downloads directory of all places. I don't have either in my build path of my project. /Library/WebObjects/Extensions/axis-ant.jar /Libra

Re: App won't start, no logs

2012-07-22 Thread probert
Start the app manually (cd /my/app.woa; ./myApp), you should see why it's not starting. Are you bundling the frameworks inside the app? Envoyé de mon iPhone Le 2012-07-22 à 20:23, "Jeffrey Schmitz" a écrit : > It's an OS X box (lion server) but that didn't help. Still no start and no > logs

Re: App won't start, no logs

2012-07-22 Thread Jeffrey Schmitz
It's an OS X box (lion server) but that didn't help. Still no start and no logs. Jeff On Jul 22, 2012, at 6:24 PM, Pascal Robert wrote: > If it's a OS X box, wotaskd is running on _appserver (the user) or > _appserveruser (the group), so try to change the user to _appserver to see if > the a

Re: App won't start, no logs

2012-07-22 Thread Pascal Robert
If it's a OS X box, wotaskd is running on _appserver (the user) or _appserveruser (the group), so try to change the user to _appserver to see if the app starts. > The permissions are the same for both: > > -rwxr-x--- 1 root _appserveradm > > On Jul 22, 2012, at 12:55 PM, Pascal Robert wrot

Re: App won't start, no logs

2012-07-22 Thread Jeffrey Schmitz
The permissions are the same for both: -rwxr-x--- 1 root _appserveradm On Jul 22, 2012, at 12:55 PM, Pascal Robert wrote: > Sounds like permission problems… Compare the permissions of the startup > script (MyApp.woa/MyApp) of the "bad" application with the one that starts > correctly. > >

Re: Charting framework for WO/Wonder.

2012-07-22 Thread Matthew Ness
Hi James, Yeah that's a hangover from when that class extended another, sorry. You have strict warning settings :) I'll edit them out today. -- Matt http://logicsquad.net/ > Matt - > > This comes at a very opportune time for me. I was originally woking with > Sencha, but seeing > that you ha

Re: App won't start, no logs

2012-07-22 Thread Pascal Robert
Sounds like permission problems… Compare the permissions of the startup script (MyApp.woa/MyApp) of the "bad" application with the one that starts correctly. > Hello, >I recently tried to install and start a new version of an already setup > app using WOMonitor (the wonder version). However

App won't start, no logs

2012-07-22 Thread Jeffrey Schmitz
Hello, I recently tried to install and start a new version of an already setup app using WOMonitor (the wonder version). However, it doesn't start, and there are no webobject log files being created. I've added the logs for wotaskd and womonitor as described here: http://wiki.wocommunity.

Re: Charting framework for WO/Wonder.

2012-07-22 Thread James Cicenia
Matt - This comes at a very opportune time for me. I was originally woking with Sencha, but seeing that you have created a framework for Highcharts, I would rather go with Highcharts. However, I am having some compile errors with KVCAExtensionGraph Eclipse wants me to remove the @override. I do