Re: java.lang.ClassCastException in deployment

2005-11-25 Thread Lachlan Deck
Hi there, On 26/11/2005, at 5:26 AM, David Holt wrote: Well, it was because I hadn't set the ValueType for Decimal in EOModeler to B. Doing that cleared up issue. Does anyone know why this error doesn't show up in development but it does in Deployment? Xcode caching? with regards, -- Lac

Re: XServer TIger

2005-11-25 Thread Art Isbell
On Nov 25, 2005, at 7:11 AM, Sébastien Gruhier wrote:The StartupItems /System/Library/StartupItems/WebObjects/WebObjects does not exists anymore in 10.4 but it starts well so it's somewhere else, may be a launchd file. That's correct.  See /System/Library/LaunchDaemons/com.apple.wotaskd.plist.  By

Re: XServer TIger

2005-11-25 Thread Gavin Eadie
At 6:11 PM +0100 11/25/05, Sébastien Gruhier wrote: I am kind of lost. ... let's take a deep breath and progress through this logically! (1) you have wotaskd and JavaMonitor running [you reported earlier] appserve -WOPort 56789 <-- Monitor appserve -WOPort 1085 <-- wotaskd (2)

Re: XServer TIger

2005-11-25 Thread Chuck Hill
er never mind. Need more coffee. I was thinking of the woadaptor in /tmp Where is that coffee cup now... On Nov 25, 2005, at 9:11 AM, Sébastien Gruhier wrote: Thanks guy for your answer. The StartupItems /System/Library/StartupItems/WebObjects/WebObjects does not exists anymore in 10.4

Re: XServer TIger

2005-11-25 Thread Chuck Hill
On Nov 25, 2005, at 9:11 AM, Sébastien Gruhier wrote: Thanks guy for your answer. The StartupItems /System/Library/StartupItems/WebObjects/WebObjects does not exists anymore in 10.4 but it starts well so it's somewhere else, may be a launchd file. I have created the /var/log/webobjects.l

Re: java.lang.ClassCastException in deployment

2005-11-25 Thread David Holt
Well, it was because I hadn't set the ValueType for Decimal in EOModeler to B. Doing that cleared up issue. Does anyone know why this error doesn't show up in development but it does in Deployment? David -- When you sit with a nice girl for two hours you think that it is only a minute. But when y

java.lang.ClassCastException in deployment

2005-11-25 Thread David Holt
I have exactly the same set up on my development and deployment boxes. I am developing with WODirectConnectEnabled=false Last night I changed a few variables from INT to DECIMAL. In development all works as expected. Now when I deploy, clicking a hyperlink to the component containing the decimal en

Re: XServer TIger

2005-11-25 Thread Helge Staedtler
Title: Re: XServer TIger ah, right. under tiger they changed it to launchd. hmm. then perhaps reading the documentation at least the diff’s for WO under tiger server seems to be a reasonable start to get to know the “new” way of starting all the services. since i did not upgrade to tiger server

Re: XServer TIger

2005-11-25 Thread Sébastien Gruhier
Thanks guy for your answer. The StartupItems /System/Library/StartupItems/WebObjects/WebObjects does not exists anymore in 10.4 but it starts well so it's somewhere else, may be a launchd file.I have created the /var/log/webobjects.log but it's still empty :(I tried to change the user/group of wota

Re: XServer TIger

2005-11-25 Thread Gavin Eadie
At 4:45 PM +0100 11/25/05, Helge Staedtler wrote: @wolfram: i think you can just plain make a "touch /var/log/webobjects.log" to activate logging. ... that's the method for enabling adaptor logging and it operates in /tmp, not relevant for this problem ... the /var/log/ logging is set in the

Re: XServer TIger

2005-11-25 Thread Helge Staedtler
Title: Re: XServer TIger please have a closer look than at /System/Library/StartupItems/WebObjects/WebObjects there you can configure things/user-rights. if you cannot successfully add something in javamonitor it might be because the javamonitor has no rights to write its configuration file. so

Re: XServer TIger

2005-11-25 Thread Gavin Eadie
At 3:21 PM +0100 11/25/05, Sébastien Gruhier wrote: As wolfram I don't have /var/log/webobjects.log on the server ... make sure the user 'appserver' can write into /var/log/ otherwise it can't create webobjects.log (though that won't cause anything to not run). Other things to look for might

Re: XServer TIger

2005-11-25 Thread Sébastien Gruhier
As wolfram I don't have /var/log/webobjects.log on the server, it's a hide-and seek game? :)I remembered having some user/rights issues before but here it's seems to llike my 10.3 machine.here is what I have:appserve    47   0.0  3.1   309496  32784  ??  Ss    3:04PM   0:03.90 java -XX:NewSize=2m -

Re: XServer TIger

2005-11-25 Thread Wolfram Stebel
Am 25.11.2005 14:58 Uhr schrieb "Helge Staedtler" unter <[EMAIL PROTECTED]>: > Try to have a closer look at /var/log /webobjects.log > this one should have perhaps some more useful information. > > perhaps it is just a problem with the user-rights. if you start it at the > command line is it the

Re: XServer TIger

2005-11-25 Thread Helge Staedtler
Try to have a closer look at /var/log /webobjects.log this one should have perhaps some more useful information. perhaps it is just a problem with the user-rights. if you start it at the command line is it the same user as if it gets started by the server? regards, helge Am 25.11.2005 9:45 Uhr

Re: Forum Software

2005-11-25 Thread Geoff Hopson
I had a look at this a few months back. There is some stuff on wocode.com (WebObjects Bulletin Board), which has a lot of features. If you have an earlier version of WO (I think WO5.0), there is an example forum in that. In the end, I ended up writing my own. More recently I have been looking to r

Forum Software

2005-11-25 Thread Gino Pacitti
Hi all, Does anyone know of any good forum software like used on Mac Support site - something that can maybe integrate with a WO App? I've used the php forum but was looking for something that would allow usergroups and messaging within usergroups. Gino _

XServer TIger

2005-11-25 Thread Sébastien Gruhier
Hi I am setting up a new XServe with OS X Server 10.4 to move our WebObjects Applications from an old machine running OS X Server 10.3. At the beginning, everything was fine and so easy. I started wotask and JavaMonitor with Admin Server (that's cool) and JavaMonitor is running well BUT w

Re: Broken pipe?

2005-11-25 Thread Greg Hulands
Using Shark in the CHUD tools can prove very helpful in trying to track down where bottle necks are and how to improve performance. Greg On 25/11/2005, at 4:04 PM, Eric Stewart wrote: Thank you all very much for your help. At least now I know it's my application trying to respond to the WOA