Re: no database channel?
Mike Fuselier <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel,gmane.comp.web.webobjects.eof |
|---|---|
| Message-ID | <[email protected]> |
I've seen this plenty when the application runs low on memory. Have you tried addind a command line argument line -Xms128m -Xmx512m to increase memory usage? My example sets a minimum on 128 meg and maximum of 512 meg. On Wednesday, October 9, 2002 1:18 PM, Jonathan Rochkind <[email protected]> wrote: >After making no major changes to my application that I am aware of, one >particular page suddenly gives me the following exception in >appendToResponse: > >Error: java.lang.IllegalStateException Reason: _obtainOpenChannel -- >com.webobjects.eoaccess.EODatabaseContext >com.webobjects.eoaccess.EODatabaseContext@3754b2: no database channel is >available > > >Any ideas? > >_______________________________________________ >WebObjects-dev mailing list >[email protected] >http://www.omnigroup.com/mailman/listinfo/webobjects-dev >