Hi all,
I'm fresh back from Apple's WO class and, after installing 5.3 (mistake) and working out the preference and EOModel problems, I'm getting an exception java.lang.IllegalStateException : _obtainOpenChannel
Normally that would mean WO can't talk to the DB. But, I can go to EOModeler and drop and add tables and query data. All appears well in terms of the connection there, assuming that's a valid test.
So, any ideas on what might be awry here? I'm using FrontBase.
Here's the pertinent exception info:
java.lang.IllegalStateException: _obtainOpenChannel -- com.webobjects.eoaccess.EODatabaseContext com.webobjects.eoaccess.EODatabaseContext@1570cd: failed to open database channel. Check your connection dictionary, and ensure your database is correctly configured.
EODatabaseContext.java 2131 _obtainOpenChannel com.webobjects.eoaccess EODatabaseContext.java 5900 _batchNewPrimaryKeysWithEntity com.webobjects.eoaccess EODatabaseContext.java 5883 prepareForSaveWithCoordinator com.webobjects.eoaccess EOObjectStoreCoordinator.java 409 saveChangesInEditingContext com.webobjects.eocontrol EOEditingContext.java 3223 saveChanges com.webobjects.eocontrol |