Re: Instances don't show up in Monitor and URLs do not work.

2012-02-28 Thread Gaastra Dennis - WO Lists
Thanks Basically, we need to kill both processes and /usr/sbin/apachectl restart to get it to work. It would be nice if it was automated. We'll try the ipconfig thing later. Thanks Dennis. On 28/Feb/12 6:56 PM, Simon J Oliver (sjoliver) wrote: Glad to help; I don't know that it's Lion per

Re: JavaMonitor & wotask SSD Problem.

2012-02-28 Thread Gaastra Dennis - WO Lists
and the webobjects apache configuration WebObjectsConfig http://:1085 10 On 28/Feb/12 7:49 PM, Chuck Hill wrote: All three of wotaskd, java monitor, and your apps need to agree on WOHost On Feb 29, 2012, at 8:52 AM, Gaastra Dennis - WO Lists mailto:webobjects_li...@webappz.com>> wrote:

Re: JavaMonitor & wotask SSD Problem.

2012-02-28 Thread Chuck Hill
All three of wotaskd, java monitor, and your apps need to agree on WOHost On Feb 29, 2012, at 8:52 AM, Gaastra Dennis - WO Lists wrote: > Hi Ken et al, > > After restarting the launchdaemons, Monitor seems to be happy with its > instances showing as running, but we still get the famous "The

Re: Instances don't show up in Monitor and URLs do not work.

2012-02-28 Thread Simon J Oliver (sjoliver)
Glad to help; I don't know that it's Lion per se causing the start-up thing. My Lion servers have been fine, and as I mentioned in the other thread, I saw it today with Leopard :-) If you try the 'ipconfig waitall' thing, let me know if it solves the problem. Simon On Feb 28, 2012, at 8:5

Re: Instances don't show up in Monitor and URLs do not work.

2012-02-28 Thread Simon J Oliver (sjoliver)
Dennis - some further thoughts below On Feb 28, 2012, at 8:24 PM, Gaastra Dennis - WO Lists wrote: 1) have you made sure that your adaptor config correctly has the correct hostnames and ports for the wotaskd(s) it needs to know about? What does the adaptor config page tell you about wha

Re: Instances don't show up in Monitor and URLs do not work.

2012-02-28 Thread Gaastra Dennis - WO Lists
Hi Simon, Yes, you are bang on! That did the trick for the classic error. Thanks. Is it true that Lion Server is more finicky so that we must do all these extra steps? Now back to that start-up issue... Thanks Dennis. On 28/Feb/12 6:45 PM, Simon J Oliver (sjoliver) wrote: Actually, in my h

Re: Instances don't show up in Monitor and URLs do not work.

2012-02-28 Thread Simon J Oliver (sjoliver)
Actually, in my haste I was looking at the wrong version of the config file... I can confirm that I am using FQDN in the WebObjectsConfig line to make it work. On Feb 28, 2012, at 8:32 PM, Simon Oliver wrote: Dennis - In your apache config file you should be including a line similar to: Incl

Re: Instances don't show up in Monitor and URLs do not work.

2012-02-28 Thread Simon J Oliver (sjoliver)
Dennis - In your apache config file you should be including a line similar to: Include /System/Library/WebObjects/Adaptors/Apache/apache.conf In that file that is referenced is where the apache adaptor gets configured: that's where you tell apache where to find the wotaskd's its talking to.

Re: Instances don't show up in Monitor and URLs do not work.

2012-02-28 Thread Gaastra Dennis - WO Lists
Hi Simon et al, Thanks for your insightful response. Please see my comments inside: On 28/Feb/12 5:09 PM, Simon J Oliver (sjoliver) wrote: Dennis - In my experience FQDN is definitely the way to go - make sure your apps, monitor, and wotaskd all have the exact same thing. JavaMonitor: - In F

Re: JavaMonitor & wotask SSD Problem.

2012-02-28 Thread Simon J Oliver (sjoliver)
I saw this problem (or something very much like it) today on a 2008 Mac Pro running Leopard, and not an SSD in sight... so while SSD's make it worse, it can happen in other circumstances. In what seems to me like an odd decision, given Apple's dependency on it (and hyping of it) launchd doesn't

Re: Instances don't show up in Monitor and URLs do not work.

2012-02-28 Thread Simon J Oliver (sjoliver)
Dennis - In my experience FQDN is definitely the way to go - make sure your apps, monitor, and wotaskd all have the exact same thing. Run nslookup or similar at the command line to make sure the name resolves to the IP address of the NIC on the box, and the IP address resolves back to the name

Re: JavaMonitor & wotask SSD Problem.

2012-02-28 Thread Gaastra Dennis - WO Lists
Hi Ken et al, After restarting the launchdaemons, Monitor seems to be happy with its instances showing as running, but we still get the famous "The requested application was not found on this server." Thanks Dennis. On 27/Feb/12 10:41 PM, ISHIMOTO Ken wrote: Hi, It looks we have a problem

Re: WebObjects 5.3 on 10.4 compatible with OpenBase SQL 11?

2012-02-28 Thread Tim Worman
On Feb 28, 2012, at 12:27 PM, Ramsey Gurley wrote: > > On Feb 28, 2012, at 11:54 AM, Tim Worman wrote: > >> +1 to what Paul said. > > > I'm not nervous :-) I just wish Apple would APSL the rest of the frameworks > like they did with JavaWOExtensions, JavaMonitor, wotaskd, and the cgi > ada

Re: JavaMonitor & wotask SSD Problem.

2012-02-28 Thread Gaastra Dennis - WO Lists
Hi Ken, All java tasks start, but they all don't work. Please see excerpt. mm4:Logs admin$ ps -ax | grep java 131 ?? 0:05.28 /usr/bin/java -XX:NewSize=2m -Xmx64m -Xms32m -DWORootDirectory=/System -DWOLocalRootDirectory= -DWOUserDirectory=/ -DWOEnvClassPath= -DWOApplicationClass=com.

Re: Instances don't show up in Monitor and URLs do not work.

2012-02-28 Thread Gaastra Dennis - WO Lists
Just another question. Are all these problems due to using the wonder versions, suggested in http://www.ksroom.com/App/WebObjects/Kisa.woa/wa/woDeploy and we should just have used the normal versions for Lion Server? We need to get this running soon... Thanks Dennis. On 27/Feb/12 10:24 PM,

Re: Instances don't show up in Monitor and URLs do not work.

2012-02-28 Thread Gaastra Dennis - WO Lists
Hi Tim, Thanks for your email. Yes DNS works correctly with 'changeip -checkhostname'; put full host names in wotask and JavaMonitor Properties files; and still nothing works. This is the most frustrating part of WO on Lion Server, however, this has always just worked for us in the past. Gr

Re: Instances don't show up in Monitor and URLs do not work.

2012-02-28 Thread Gaastra Dennis - WO Lists
Hi Chuck and all, Setting the FQDN in the two properties files, we get the famous "The requested application was not found on this server." and the other similar configured box has "Failed to contact mm4.webappz.com-1085" and monitor only working on local box as "localhost:56789", before the l

Re: WebObjects 5.3 on 10.4 compatible with OpenBase SQL 11?

2012-02-28 Thread Pascal Robert
Le 2012-02-28 à 14:48, Tim Worman a écrit : > Sorry, my emails to the list were delivered out of order due to the up and > down network at Starbucks. :-) That's not you, it's lists.apple.com who is delaying mail delivery, again... > Tim > > On Feb 28, 2012, at 10:54 AM, Tim Worman wrote: >

Re: WebObjects 5.3 on 10.4 compatible with OpenBase SQL 11?

2012-02-28 Thread Ramsey Gurley
On Feb 28, 2012, at 11:54 AM, Tim Worman wrote: > +1 to what Paul said. I'm not nervous :-) I just wish Apple would APSL the rest of the frameworks like they did with JavaWOExtensions, JavaMonitor, wotaskd, and the cgi adaptors. > The connection to the database is abstracted so as long as y

Re: WebObjects 5.3 on 10.4 compatible with OpenBase SQL 11?

2012-02-28 Thread Pascal Robert
For the OS, you will have to upgrade from 10.4 to 10.6, and after to 10.7 (you better off re-installing the OS…). For the Xcode to Eclipse migration, which the vast majority of us did, you can look at the wiki: http://wiki.wocommunity.org/display/WOL/Upgrading+to+WOLips+from+Xcode+or+Project+

Re: WebObjects 5.3 on 10.4 compatible with OpenBase SQL 11?

2012-02-28 Thread Tim Worman
Sorry, my emails to the list were delivered out of order due to the up and down network at Starbucks. :-) Tim On Feb 28, 2012, at 10:54 AM, Tim Worman wrote: > +1 to what Paul said. > > The connection to the database is abstracted so as long as you have the > appropriate driver I don't reall

Re: WebObjects 5.3 on 10.4 compatible with OpenBase SQL 11?

2012-02-28 Thread Paul Yu
There were instructions on porting from Xcode to WOLips on the web, but if I were to do the project, I would: 1) Create new WOnder based Frameworks and Application. 2) Manually move the EOModel, do the eogenerate thing; move the EO business logic into the new Models framework. 3) Manuall

Re: WebObjects 5.3 on 10.4 compatible with OpenBase SQL 11?

2012-02-28 Thread Tim Worman
Cretu: The instructions for installing the development tools are the same regardless of whether it is 10.6 or 10.7. http://wiki.wocommunity.org/display/WONDER/Getting+Started Tutorials for WOLips are here: http://wiki.wocommunity.org/display/WOL/Tutorials Tim On Feb 28, 2012, at 10:08 AM, Cr

Re: WebObjects 5.3 on 10.4 compatible with OpenBase SQL 11?

2012-02-28 Thread Tim Worman
+1 to what Paul said. The connection to the database is abstracted so as long as you have the appropriate driver I don't really see where there would be a compatibility issue between a version of OpenBase and your development tools. The question is, does OpenBase 11 run on Tiger. I don't know.

Re: WebObjects 5.3 on 10.4 compatible with OpenBase SQL 11?

2012-02-28 Thread Cretu Catalin
Hello Paul, Is there a tutorial for updating for Mac 10.7? Thank you Catalin Cretu From: Paul Yu To: jazz Cc: webobjects-dev@lists.apple.com Sent: Tuesday, February 28, 2012 12:12:04 PM Subject: Re: WebObjects 5.3 on 10.4 compatible with OpenBase SQL 11?

Re: Scheduling not at full hours?

2012-02-28 Thread Alexander Spohr
Thank your Chuck. I found the missing parts under Wonder/Frameworks/Misc after a pointer from Anjo. MInstance can be scheduled only on full hours. Its an integer. atze Am 28.02.2012 um 13:40 schrieb Chuck Hill: > wotaskd and JavaMonitor are there in Wonder, under Wonder/Applications >

Re: WebObjects 5.3 on 10.4 compatible with OpenBase SQL 11?

2012-02-28 Thread Paul Yu
Bart You should upgrade to the latest WO and Wonder. I know it may not be easy, but life will be much better afterwards. The rest of us are already very nervous about being left behind by Apple at 5.4+, so you're not going to get a lot of love back there on 5.3... -- Paul Yu Sent with Spar

WebObjects 5.3 on 10.4 compatible with OpenBase SQL 11?

2012-02-28 Thread jazz
Hi, I am running Webobjects from Mac OS 10.4 using OpenBase 8. Importing large txt files into the database crash the application. Is it possible to update to OpenBase 11? Or will the compatibility with Xcode 2.1 / WebObjects 5.3 break? In general it would be nice to know who is developing for W

Re: QualifierAdditions ?

2012-02-28 Thread James Cicenia
I did that too... downloaded the source from that and didn't see it in the source? - j- On Tue, Feb 28, 2012 at 8:15 AM, Pascal Robert wrote: > A search on Google returns: > > > http://code.google.com/p/houdah-webobjects-frameworks/wiki/QualifierAdditions > > … > > > Anyone know where the Houda

Re: QualifierAdditions ?

2012-02-28 Thread Pascal Robert
A search on Google returns: http://code.google.com/p/houdah-webobjects-frameworks/wiki/QualifierAdditions … > Anyone know where the Houdah QualifierAdditions went? > > Thanks > James > ___ > Do not post admin requests to the list. They will be ignored

QualifierAdditions ?

2012-02-28 Thread James Cicenia
Anyone know where the Houdah QualifierAdditions went? Thanks James ___ 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://lis

Re: Scheduling not at full hours?

2012-02-28 Thread Chuck Hill
wotaskd and JavaMonitor are there in Wonder, under Wonder/Applications On 2012-02-28, at 8:30 PM, Alexander Spohr wrote: > As nobody seems to have an answer, could someone point me to the sources of > wotaskd? Are they available? I couldn’t find them. > Wonder seems to have just some classes b

Re: Scheduling not at full hours?

2012-02-28 Thread Pascal Robert
Le 2012-02-28 à 07:30, Alexander Spohr a écrit : > As nobody seems to have an answer, could someone point me to the sources of > wotaskd? Are they available? I couldn’t find them. > Wonder seems to have just some classes but uses a framework that I can’t find > in the source of. The full sourc

Re: Scheduling not at full hours?

2012-02-28 Thread Alexander Spohr
As nobody seems to have an answer, could someone point me to the sources of wotaskd? Are they available? I couldn’t find them. Wonder seems to have just some classes but uses a framework that I can’t find in the source of. atze Am 26.02.2012 um 21:05 schrieb Alexander Spohr: > Hi list

Why does ERModernLook give me this error...

2012-02-28 Thread James Cicenia
If I change the look for my list page, I don't get an error and it displays correctly. When I change it to ERModernLook I always get the following error: What is ERModernLook doing .. where is it getting the improperly set AjaxSubmitButton? Thanks James Feb 28 06:47:26 PI[63984] WARN NSLog (L

No HTML escape within attributes (XSS issue)

2012-02-28 Thread Oliver Scheel
It seems that most attributes in components are not escaped properly to avoid XSS (even with Wonder latest). Sample: XSSImage : WOImage { src = "someImage.gif"; alt = "\">alert('Hi')"; } Problem is, when that content come from a database and nothing prevents this kind of input. The q

Re: stringArray prototype - proper usage

2012-02-28 Thread Tim Worman
Johann: Thanks so much. That was it! I didn't realize I needed an additional framework when I selected that prototype. I probably spent about a half hour googling and the results just weren't obvious enough for me. :-) Maybe I should put something on the wiki about this. Thanks so much for your

Rép : Re: WebObjects 5.4.3 and JavaClient Apps

2012-02-28 Thread Raymond NANEON
Hi Paolo,Thank for the link and the informations it contains. I hope to sample projects that hold back the answers to my problem. I wonder why did you just create a framework to launch JavaClient  under the WO?RayEnvoyé depuis iCloudLe 27 fév 2012 à 03:07, Paolo Sommaruga a écrit :Hi Raymond,we do