Re: Connection dictionary broken on deployment

2009-06-26 Thread Chuck Hill
On Jun 26, 2009, at 8:51 AM, John Pollard wrote: Thanks to all who replied, I can't say how useful your help is. The ERXJDBCConnectionAnalyzer gave a beautiful account of what was going on, so much so that I want to hug the class as well as Chuck. I am not sure that I want a hug, but you

Connection dictionary broken on deployment

2009-06-25 Thread John Pollard
Hi List, I maintain a separate framework containing the model definition which has worked well. My powerpc g5 recently died so I have switched to another Mac. In development all is well, but on deployment I now get this: ... [2009-6-25 11:42:8 GMT] main Model loaded is: EOModelGroup ( (

Re: Connection dictionary broken on deployment

2009-06-25 Thread David Avendasora
On Jun 25, 2009, at 8:07 AM, John Pollard wrote: Hi List, I maintain a separate framework containing the model definition which has worked well. My powerpc g5 recently died so I have switched to another Mac. In development all is well, but on deployment I now get this: ... [2009-6-25

Re: Connection dictionary broken on deployment

2009-06-25 Thread Chuck Hill
Using Wonder? ERXJDBCConnectionAnalyzer can be your friend. Chuck On Jun 25, 2009, at 5:07 AM, John Pollard wrote: Hi List, I maintain a separate framework containing the model definition which has worked well. My powerpc g5 recently died so I have switched to another Mac. In

Re: Connection dictionary broken on deployment

2009-06-25 Thread Timo Hoepfner
Are you using Wonder? There is some code that fiddles with the connection dictionary to prevent some obscure bugs occuring. (You can get into trouble when you have multiple models with almost but not exactly identical connection dictionaries.) Maybe that is getting in your way somehow.

Re: Connection dictionary broken on deployment

2009-06-25 Thread David Avendasora
Can you paste the connection information here from the EOModel? What type of DB is it? Is there any way that there are some permissions on the DB that keep this instance from connecting? Dave On Jun 25, 2009, at 12:34 PM, John Pollard wrote: Ah yes, I was just reading the thread about

Re: Connection dictionary broken on deployment

2009-06-25 Thread Chuck Hill
On Jun 25, 2009, at 10:40 AM, John Pollard wrote: Dave/Timo/Chuck, thank you for your replies. I am not using Wonder. This is a fine time to start! :-) It is a stand alone class. ERXJDBCConnectionAnalyzer.java Description: Binary data Chuck I have added logging of the DB

Re: Connection dictionary broken on deployment

2009-06-25 Thread John Pollard
I have now compared the list of properties that are logged when the application starts up and there are see that the following: WOPlatform=MacOS WOEnvClassPath= WOApplicationClass=mpMall.Application com.webobjects.pid=xxx are not showing up in my latest problem version of that application.

Re: Connection dictionary broken on deployment

2009-06-25 Thread John Pollard
Ok thanks very much, I will give this analyser a go. On 25 Jun 2009, at 19:01, Chuck Hill wrote: On Jun 25, 2009, at 10:40 AM, John Pollard wrote: Dave/Timo/Chuck, thank you for your replies. I am not using Wonder. This is a fine time to start! :-) It is a stand alone class.

Re: Connection dictionary broken on deployment

2009-06-25 Thread David Avendasora
On Jun 25, 2009, at 1:40 PM, John Pollard wrote: Dave/Timo/Chuck, thank you for your replies. I am not using Wonder. I have added logging of the DB connection parameters in the (first and only) model within the EOModelGroup, and the bits I set seem to come out as expected: driver =

Re: Connection dictionary broken on deployment

2009-06-25 Thread Steven Stout
My guess is that it's a problem with the MySQL database permissions. You might try turning on logging on the db. -steve On Jun 25, 2009, at 10:40 AM, John Pollard wrote: Dave/Timo/Chuck, thank you for your replies. I am not using Wonder. I have added logging of the DB connection