Re: Installing WO 543 on Linux

2009-11-09 Thread David Griffith
By the way, what I'm getting in the UnixClassPath.txt is LOCALROOT, WOROOT and APPROOT. I haven't named any of these so I guess WOLips is doing it for me? David. On Nov 10, 2009, at 1:21 AM, John Bruce wrote: ok you either need to define LOCALROOT or just change the path to be exact - I'm

Re: Installing WO 543 on Linux

2009-11-09 Thread David Griffith
Yeah I'm not sure where LOCALROOT came from but it's obviously something I overlooked when switching to Eclipse. I'll look into it and see if I can find where it's coming from. David. On Nov 10, 2009, at 1:21 AM, John Bruce wrote: ok you either need to define LOCALROOT or just change the pa

Re: WOB-Tokenizer

2009-11-09 Thread phil
Le 09. 11. 09 09:35, phil a écrit : Hi, While doing housekeeping in our Webobjects apps, I found some tags in our components. I'm not the original writer of the code... and I didn't found much documentation on google about these tags. Does anyone knows where to find documentation? Or the ex

Re: Reset JavaMonitor password

2009-11-09 Thread Chuck Hill
Take a look in SiteConfig.xml. IIRC, you can just delete that section. Chuck On Nov 9, 2009, at 7:44 PM, Cheong Hee (Gmail) wrote: Sorry for asking a dumb question... By any chance, is there a way to reset JavaMonitor password if it is lost or hijacked? If not, what will be the alternati

Reset JavaMonitor password

2009-11-09 Thread Cheong Hee (Gmail)
Sorry for asking a dumb question... By any chance, is there a way to reset JavaMonitor password if it is lost or hijacked? If not, what will be the alternative? Cheers Cheong Hee ___ Do not post admin requests to the list. They will be ignored. W

Re: Installing WO 543 on Linux

2009-11-09 Thread Pascal Robert
> Hi John, > > Yes several people have suggested that, and it's probably what I will > > do in the end. The problem is that it significantly increases the > file size and as I'm deploying to a remote server with not > particularly fast upload, it slows down the process a lot when > updati

Re: Installing WO 543 on Linux

2009-11-09 Thread Joe Little
He wasn't embedding, so I assume noneof the frameworks are local to the deployment server, or at least are at different paths then when it was built On Nov 9, 2009, at 4:13 PM, Chuck Hill wrote: On Nov 9, 2009, at 4:04 PM, David Griffith wrote: LOCALROOT/Library/Frameworks/ERExtensions.f

Re: Installing WO 543 on Linux

2009-11-09 Thread John Bruce
ok you either need to define LOCALROOT or just change the path to be exact - I'm assuming /opt for your WebObjects install so the extact path would be something like /opt/Library/Frameworks/ERExtensions.framework/Resources/Java/ERExtensions.jar the part about moving ERExtensions.jar above javafou

Re: Installing WO 543 on Linux

2009-11-09 Thread Chuck Hill
On Nov 9, 2009, at 4:04 PM, David Griffith wrote: LOCALROOT/Library/Frameworks/ERExtensions.framework/Resources/Java/ ERExtensions.jar Is LOCALROOT defined? Where is ERExtensions.jar? Chuck I've moved ERExtensions to appear above JavaFoundation, still the same. The above is the secon

Re: Installing WO 543 on Linux

2009-11-09 Thread David Griffith
LOCALROOT/Library/Frameworks/ERExtensions.framework/Resources/Java/ ERExtensions.jar I've moved ERExtensions to appear above JavaFoundation, still the same. The above is the second line I believe, with JavaFoundation coming further down. On Nov 10, 2009, at 12:56 AM, John Bruce wrote:

Re: Installing WO 543 on Linux

2009-11-09 Thread John Bruce
Hi David, The solution here is rsync. Using will allow to send only the files that have changed to your server. Since most of your frameworks, especially the WebObjects and Wonder ones, won't change much then only the first upload will take a long time. Cheers, John On Mon, Nov 9, 2009 at 10:23

Re: Installing WO 543 on Linux

2009-11-09 Thread John Bruce
Hi David, Whats the classpath entry for ERExtensions.jar in UNIXClassPath.txt? Also ERExtensions.jar needs to appear before the entry for javafoundation.jar. Cheers, John On Mon, Nov 9, 2009 at 11:47 PM, David Griffith wrote: > Well I think I figured out how to set that value, but this is wha

Re: Installing WO 543 on Linux

2009-11-09 Thread David Griffith
Well I think I figured out how to set that value, but this is what I am getting still: java.lang.NoClassDefFoundError: er/extensions/appserver/ERXApplication at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:616) at java.

Re: WOB-Tokenizer

2009-11-09 Thread Lachlan Deck
On 09/11/2009, at 7:35 PM, phil wrote: Hi, While doing housekeeping in our Webobjects apps, I found some tags in our components. I'm not the original writer of the code... and I didn't found much documentation on google about these tags. I've only seen those tags in the archives ... someo

Re: Installing WO 543 on Linux

2009-11-09 Thread David Griffith
I've noticed that when I manually launch this app on my new local server, I get: -DWOEnvClassPath="" Whereas on development machine, or the existing deployment server, I get: -DWOEnvClassPath=".:/usr/java/jre1.5.0_06/lib/classes.zip" Where is this value set or how do I set it? It seems th

[MEETING] Last Minute Reminder WO-NoVA 11/10/09

2009-11-09 Thread Andrew R. Kinnie
Greetings, November's WO-NoVA meeting has been scheduled for tomorrow night (November 10, 2009) at 6:30 PM. We're hoping to do demos of some subset of 1. something by Dave (D2JC? It's fabulously wonderful for everything after all . . .), 2. Aaron may do something on a) scanning uploads

Re: Installing WO 543 on Linux

2009-11-09 Thread David Griffith
Hi John, Yes several people have suggested that, and it's probably what I will do in the end. The problem is that it significantly increases the file size and as I'm deploying to a remote server with not particularly fast upload, it slows down the process a lot when updating apps. At th

Re: Installing WO 543 on Linux

2009-11-09 Thread John Bruce
Hi David, If exporting the NEXT_ROOT doens't work you can also edit the UNIXClassPath.txt file which is inside your woa in the Contents/UNIX directory. There you can set the path to the frameworks explicity which should solve the problem for now while you work on the NEXT_ROOT issue. In my build

Re: Installing WO 543 on Linux

2009-11-09 Thread David Griffith
Hmm... seems like I must have just set the env var. I'll have a look. Thanks. David. On Nov 9, 2009, at 10:50 PM, Joe Little wrote: Did you just set that env var, or did you export NEXT_ROOT=something? Export is required hear to persist into the next sub-shell that you are likely using. On

Re: Installing WO 543 on Linux

2009-11-09 Thread Joe Little
Did you just set that env var, or did you export NEXT_ROOT=something? Export is required hear to persist into the next sub-shell that you are likely using. On Mon, Nov 9, 2009 at 1:30 PM, David Griffith wrote: > Hi John, > > I did have an error in the path to the apps, I've fixed that and it wor

Re: Installing WO 543 on Linux

2009-11-09 Thread David Griffith
Hi John, I did have an error in the path to the apps, I've fixed that and it works great now. To start the apps I mean. I can connect to JavaMonitor on port 56789. I've installed all the Wonder frameworks, the mysql-connector/j, mysql server, installed my database and added users etc. No

RE: WO Mini conference in Southern California

2009-11-09 Thread Beatty, Daniel D CIV NAVAIR, 474300D
Greetings Josh, True. Although, the bulk of the time on the road is getting to the turn off there at I-5. I suspect that once I get to that point, the difference would be trivial. Later, Daniel Beatty Computer Scientist, Detonation Sciences Branch Code 4743000 2400 E. Pilot Plant Rd. Chi

Re: WO Mini conference in Southern California

2009-11-09 Thread Josh Paul
I don't think Pasadena will be the place, simply since Sir Alex will be in the Miracle Mile area. I think either The Grove or somewhere along Sunset (Hollywood) would work. (I know it's a drive for you, though.) On Nov 9, 2009, at 11:37 AM, Beatty, Daniel D CIV NAVAIR, 474300D wrote: Gree

RE: WO Mini conference in Southern California

2009-11-09 Thread Beatty, Daniel D CIV NAVAIR, 474300D
Greetings Alex, Sounds great. I will head into Pasadena early in the morning, pander to the traffic, and hopefully get there about 9 to 10 am. Hope to see you there, Daniel Beatty Computer Scientist, Detonation Sciences Branch Code 4743000 2400 E. Pilot Plant Rd. China Lake, CA 93555-61

Re: WO Mini conference in Southern California

2009-11-09 Thread Alex Cone
Lord or Sir works as well... On Nov 9, 2009, at 2:49 PM, Josh Paul wrote: It was either that or "Rev." On Nov 9, 2009, at 11:12 AM, Chuck Hill wrote: On Nov 9, 2009, at 11:00 AM, David Avendasora wrote: Alex Cone? Does he still know how to spell WO? ;-) And why is he calling Alex "Mr"?

Re: WO Mini conference in Southern California

2009-11-09 Thread Josh Paul
It was either that or "Rev." On Nov 9, 2009, at 11:12 AM, Chuck Hill wrote: On Nov 9, 2009, at 11:00 AM, David Avendasora wrote: Alex Cone? Does he still know how to spell WO? ;-) And why is he calling Alex "Mr"? :-P On Nov 9, 2009, at 1:11 PM, Josh Paul wrote: Wednesday is Veteran's

Re: WO Mini conference in Southern California

2009-11-09 Thread Alex Cone
W...O??? An off-shoot of the main line NeXTstep-->iPhone SDK evolution path? I'll be doing an iPhone training class during the day (http://www.meetup.com/LA-iPhone-Coders/calendar/11613766/ ) but would love to get together afterwards... abc On Nov 9, 2009, at 2:12 PM, Chuck Hill wrote:

RE: WO Mini conference in Southern California

2009-11-09 Thread Beatty, Daniel D CIV NAVAIR, 474300D
Greetings Josh, Then Friday it is. I will try to make enough time to find that Pasadena store. Hopefully parking is not to bad. I hope that it is easier than what the directions gave me for finding the "Grove". It had me navigating a neighborhood, which seemed to be an excessive way to go

Re: WO Mini conference in Southern California

2009-11-09 Thread Chuck Hill
On Nov 9, 2009, at 11:00 AM, David Avendasora wrote: Alex Cone? Does he still know how to spell WO? ;-) And why is he calling Alex "Mr"? :-P On Nov 9, 2009, at 1:11 PM, Josh Paul wrote: Wednesday is Veteran's Day, so it won't work. However, Friday could...and as a bonus I believe Mr.

Re: WO Mini conference in Southern California

2009-11-09 Thread David Avendasora
Alex Cone? Does he still know how to spell WO? ;-) Dave On Nov 9, 2009, at 1:11 PM, Josh Paul wrote: Wednesday is Veteran's Day, so it won't work. However, Friday could...and as a bonus I believe Mr. Alex Cone will be in town. I wonder if we could work a meetup with him & others. ??? On

Re: WO Mini conference in Southern California

2009-11-09 Thread Josh Paul
Wednesday is Veteran's Day, so it won't work. However, Friday could...and as a bonus I believe Mr. Alex Cone will be in town. I wonder if we could work a meetup with him & others. ??? On Nov 9, 2009, at 7:17 AM, Daniel Beatty wrote: Greetings Josh, Could work. Wednesday or Friday would b

Re: Uses for D2JC (was: Gianduia and WO)

2009-11-09 Thread David Avendasora
On Nov 9, 2009, at 11:30 AM, Mike Schrag wrote: I still go back to "why d2jc" -- why not just do d2w? you have the point, i suppose, about the assistant -- if that's a requirement for you, then you're probably a sad panda with d2w (why doesn't this work, again?that's gotta be relatively ea

RE: WO Mini conference in Southern California

2009-11-09 Thread Beatty, Daniel D CIV NAVAIR, 474300D
Greetings Tim, So it looks like Wednesday is a better day. I spotted the store in Pasadena. How is the parking there? Later, Daniel Beatty Computer Scientist, Detonation Sciences Branch Code 474300D 2400 E. Pilot Plant Rd. M/S 1109 China Lake, CA 93555 daniel.bea...@navy.mil (760)939-7097

Re: Uses for D2JC (was: Gianduia and WO)

2009-11-09 Thread Mike Schrag
I still go back to "why d2jc" -- why not just do d2w? you have the point, i suppose, about the assistant -- if that's a requirement for you, then you're probably a sad panda with d2w (why doesn't this work, again?that's gotta be relatively easily fixable, though everyone i've ever heard say

Re: WO Mini conference in Southern California

2009-11-09 Thread Tim Worman
I would love to hook up with you guys on Tuesday but: a. it's my birthday b. my little boy will be with me Dan - you may want to look at the Apple Store in Old Town Pasadena too. That's a great spot to hang out and there's lots of little spots to grab something to eat/drink. Tim Tim Worman UC

Re: Uses for D2JC (was: Gianduia and WO)

2009-11-09 Thread David Avendasora
I think we are talking about two different uses of D2JC. I'm not really suggesting that it should be used to create an end-user UI in most cases. I'm saying that it is a powerful tool to aid in the development process. On Nov 6, 2009, at 12:42 PM, Mike Schrag wrote: Sure, I agree yours is

Re: WO Mini conference in Southern California

2009-11-09 Thread Daniel Beatty
Greetings Josh, Could work. Wednesday or Friday would be better for me. Since I have found the way to the Apple Store at the Grove (assuming that is not the only one in Los Angeles). We could walk across the street to that Barnes and Noble, visit, drink coffee, and talk WO. Later, Dan O

Re: Installing WO 543 on Linux

2009-11-09 Thread Pascal Robert
Le 09-11-09 à 10:03, Kieran Kelleher a écrit : David, I would not advise you to add JavaMonitor within WOMonitor. I did it and had a site running like that for a while in the past, but it caused problems, which I don't remember exactly now, but I would advise against it. Hum, so far I

Re: Installing WO 543 on Linux

2009-11-09 Thread John Bruce
Hi David, you can test that the script works properly by trying to launch webobjects via: /etc/init.d/webobjects start /etc/init.d/webobjects stop after running this you should have the two java processes running - if not then there's something wrong. Perhaps check the permissions on the script,

Re: Installing WO 543 on Linux

2009-11-09 Thread Kieran Kelleher
David, I would not advise you to add JavaMonitor within WOMonitor. I did it and had a site running like that for a while in the past, but it caused problems, which I don't remember exactly now, but I would advise against it. In any case, Apple advises against running more than one instanc

Re: Installing WO 543 on Linux

2009-11-09 Thread Pascal Robert
Try to start everything by hand : su appserver -c "/opt/Library/WebObjects/JavaApplications/wotaskd.woa/ wotaskd -WOPort 1085 &" su appserver -c "$/opt/Library/WebObjects/JavaApplications/ JavaMonitor.woa/JavaMonitor -WOPort 56789 &" And check if you have any errors... Immediately after reb

Re: Installing WO 543 on Linux

2009-11-09 Thread David Griffith
Immediately after reboot: root 2764 0.0 0.1 3916 664 pts/0R+ 17:29 0:00 grep java Regards, David. On Nov 9, 2009, at 3:23 PM, Pascal Robert wrote: ps auxww | grep java ___ Do not post admin requests to the list. They will be ig

Re: Installing WO 543 on Linux

2009-11-09 Thread Pascal Robert
Do you have any java process running? ps auxww | grep java Hi, Yes I did manage to connect on a direct port to JavaMonitor, however not on 56789. Only on the port it gives me when I run from the command line. I did all that with the scripts and after reboot: Last login: Mon Nov 9 14:59:

Re: Installing WO 543 on Linux

2009-11-09 Thread David Griffith
Hi, Yes I did manage to connect on a direct port to JavaMonitor, however not on 56789. Only on the port it gives me when I run from the command line. I did all that with the scripts and after reboot: Last login: Mon Nov 9 14:59:37 2009 from 192.168.1.50 [r...@localhost ~]# chkconfig --li

Re: Installing WO 543 on Linux

2009-11-09 Thread David Griffith
Yes, I have already done that. Regards, David. On Nov 9, 2009, at 2:12 PM, John Bruce wrote: Hi David, Sorry forgot to mention that to get the adaptor to use /Apps/WebObjects instead of /cgi-bin/WebObjects you need to have this variable set in your adaptor configuration file for Apache. WebO

Re: Installing WO 543 on Linux

2009-11-09 Thread David Griffith
Hi John, That's excellent, I'll give it a go. Thank you. Regards, David. On Nov 9, 2009, at 2:01 PM, John Bruce wrote: Hi David, To do auto startup on Linux (RHEL / Centos) you need to add a script into /etc/init.d and configure via chkconfig. Attached is a sample startup script for wotaskd

Re: Installing WO 543 on Linux

2009-11-09 Thread David Griffith
Hi Pascal, That's obviously the issue then. I'll have to connect to it on the port first and add it within JavaMonitor. I'll try the scripts and hopefully that will sort it! Thanks for you help, David. On Nov 9, 2009, at 2:36 PM, Pascal Robert wrote: Le 09-11-09 à 07:35, David Griffith a

Re: Installing WO 543 on Linux

2009-11-09 Thread David Griffith
Hi John, That's excellent, I'll give it a go. Thank you. Regards, David. On Nov 9, 2009, at 2:01 PM, John Bruce wrote: Hi David, To do auto startup on Linux (RHEL / Centos) you need to add a script into /etc/init.d and configure via chkconfig. Attached is a sample startup script for wotaskd

Re: Installing WO 543 on Linux

2009-11-09 Thread Pascal Robert
Le 09-11-09 à 08:01, John Bruce a écrit : Hi David, To do auto startup on Linux (RHEL / Centos) you need to add a script into /etc/init.d and configure via chkconfig. Attached is a sample startup script for wotaskd and javamonitor. You will need to edit it to set your NEXT_ROOT and the USER y

Re: Installing WO 543 on Linux

2009-11-09 Thread Pascal Robert
Le 09-11-09 à 07:35, David Griffith a écrit : Hi, Thanks for that. I didn't change the port and I guess it would probably connect on that, but I am trying to do it through Apache without any specified port. I don't have a GUI interface or browser on the server (@192.168.1.10). It's ru

Re: Installing WO 543 on Linux

2009-11-09 Thread John Bruce
Hi David, Sorry forgot to mention that to get the adaptor to use /Apps/WebObjects instead of /cgi-bin/WebObjects you need to have this variable set in your adaptor configuration file for Apache. WebObjectsAlias /Apps/WebObjects - John On Mon, Nov 9, 2009 at 12:35 PM, David Griffith wrote: > Hi

Re: Installing WO 543 on Linux

2009-11-09 Thread John Bruce
Hi David, To do auto startup on Linux (RHEL / Centos) you need to add a script into /etc/init.d and configure via chkconfig. Attached is a sample startup script for wotaskd and javamonitor. You will need to edit it to set your NEXT_ROOT and the USER you want to run the apps as. To install put it

Re: Installing WO 543 on Linux

2009-11-09 Thread David Griffith
Hi, Thanks for that. I didn't change the port and I guess it would probably connect on that, but I am trying to do it through Apache without any specified port. I don't have a GUI interface or browser on the server (@192.168.1.10). It's running on CentOS 5. I am trying to connect dire

Re: Installing WO 543 on Linux

2009-11-09 Thread Bogdan Zlatanov
Hi David, JavaMonitor starts at port 56789 by default. If you haven't made any changes to that, http://192.168.1.10:56789/app/WebObjects/JavaMonitor should do the trick. Cheers On 9 Nov 2009, at 14:07, David Griffith wrote: Hi, Yeah I've installed the prebuilt one now and I'm trying

Re: Installing WO 543 on Linux

2009-11-09 Thread David Griffith
Hi, Yeah I've installed the prebuilt one now and I'm trying to get wotaskd and JavaMonitor to load on startup but no idea how. I've used some of the script that I've found on wiki.objectstyle, have chmod +x them, put them in init.d and created a symlink from rc3.d but they just don't see

WOB-Tokenizer

2009-11-09 Thread phil
Hi, While doing housekeeping in our Webobjects apps, I found some tags in our components. I'm not the original writer of the code... and I didn't found much documentation on google about these tags. Does anyone knows where to find documentation? Or the exact meaning of this one at least? B