Re: App hangs on 1st access to DB
Re: App hangs on 1st access to DB
- Subject: Re: App hangs on 1st access to DB
- From: Chuck Hill <email@hidden>
- Date: Tue, 23 Mar 2004 09:04:49 -0800
Different version of the JDBC driver?
Different version of the EOF plugin?
Different version of Java?
Different version of WO?
Can that machine see the DB?
Is the name resolving correct via DNS?
Which DB?
Chuck
On Mar 22, 2004, at 11:28 AM, Baiss Eric Magnusson wrote:
I probably don't have a cookie problem as the line of code at which
the app hangs I moved to <awake()>, so it's after all the cookie
access which stayed in the constructor.
[2004-03-22 11:20:20 PST] <WorkerThread1> After call to get cookie
[2004-03-22 11:20:20 PST] <WorkerThread1> Set new cookie true Iceland
[2004-03-22 11:20:20 PST] <WorkerThread1> End Main Constructor
[2004-03-22 11:20:20 PST] <WorkerThread1> In awake() before call to
objectMatchingKeyAndValue Iceland
com.webobjects.eocontrol.EOEditingContext@139c2e
curRegion = (Regions)EOUtilities.objectMatchingKeyAndValue( ec,
regionEntity, "regionName", curRegionName );
...the app hangs on the above line, I dumped out what I could think of
before the call, that is, <ec.toString() and curRegionName> but I
don't know what to do next? The regular deployed app, on Jaguar, which
was built under 5.2 has no problem with the DB or the line of code
above, which has always been there, and the app runs fine on my
Panther development machine.
----
Baiss Eric Magnusson
<http://www.Track-Your-Finances.com>
<http://www.CascadeWebDesign.com>
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.