I had a similar issue with a project where the connection dictionaries where not equal. If the URL and the username are the same, they have to respond true to equals() or you'll see weird problems. Can you check that?

cug


On 26.11.2008, at 10:20, Henrique Prange wrote:

Hi Lachlan,

Sorry for the long time to answer.

Lachlan Deck wrote:
Hi Henrique,
what's the full stack trace?

It's in end of this mail.

Do you have cache in memory checked in the model?

I search the entire project for 'cachesObjects'. No occurrences found.

Are you using JGroupSynchronizing or anything?

No. It's a D2W project with Wonder active. The application has those two frameworks. One framework has a model that depends on the model of the other framework.

Cheers,

Henrique

java.lang.IllegalStateException: The object with globalID _EOIntegralKeyGlobalID[Action (java.lang.Integer)2] could not be found in the database. This could be result of a referential integrity problem with the database. An empty fault could not be created because the object's class could not be determined (e.g. the GID is temporary or it is for an abstract entity). at com .webobjects .eoaccess .EODatabaseContext._fetchSingleObject(EODatabaseContext.java:3426) at com .webobjects .eoaccess .EODatabaseContext ._objectFaultWithSnapshotRelationshipEditingContext (EODatabaseContext.java:2359) at com .webobjects .eoaccess .EODatabaseContext ._fireDeferredFaultWithSourceObject(EODatabaseContext.java:2401) at com .webobjects .eoaccess .EOAccessDeferredFaultHandler .createFaultForDeferredFault(EOAccessDeferredFaultHandler.java:49) at com .webobjects .eocontrol.EOCustomObject.willReadRelationship(EOCustomObject.java: 1279) at er .extensions .ERXGenericRecord.willReadRelationship(ERXGenericRecord.java:334) at com.webobjects.eocontrol._EOMutableKnownKeyDictionary$Initializer $ _LazyGenericRecordBinding .valueInObject(_EOMutableKnownKeyDictionary.java:614) at com .webobjects .eocontrol.EOCustomObject.storedValueForKey(EOCustomObject.java:1634) at moleque .pas.finance.model._DebitAccountEntry.action(_DebitAccountEntry.java: 28) at moleque .pas .finance.model.DebitAccountEntry.description(DebitAccountEntry.java: 21)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun .reflect .NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun .reflect .DelegatingMethodAccessorImpl .invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
at com.webobjects.foundation.NSKeyValueCoding$ValueAccessor $1.methodValue(NSKeyValueCoding.java:636) at com.webobjects.foundation.NSKeyValueCoding $_MethodBinding.valueInObject(NSKeyValueCoding.java:1134) at com .webobjects.eocontrol.EOCustomObject.valueForKey(EOCustomObject.java: 1498) at com.webobjects.foundation.NSKeyValueCoding $Utility.valueForKey(NSKeyValueCoding.java:447) at com.webobjects.foundation.NSKeyValueCodingAdditions $ DefaultImplementation.valueForKeyPath(NSKeyValueCodingAdditions.java: 212) at com .webobjects .eocontrol.EOCustomObject.valueForKeyPath(EOCustomObject.java:1588) at com.webobjects.foundation.NSKeyValueCodingAdditions $Utility.valueForKeyPath(NSKeyValueCodingAdditions.java:149) at com.webobjects.foundation.NSKeyValueCodingAdditions $ DefaultImplementation.valueForKeyPath(NSKeyValueCodingAdditions.java: 217) at com .webobjects.appserver.WOComponent.valueForKeyPath(WOComponent.java: 1754) at com .webobjects .appserver ._private .WOKeyValueAssociation.valueInComponent(WOKeyValueAssociation.java:50)
        at er.extensions.ERXWOString.appendToResponse(ERXWOString.java:63)
at com .webobjects .appserver ._private .WODynamicGroup.appendChildrenToResponse(WODynamicGroup.java:126) at er.extensions.ERXWORepetition.appendToResponse(ERXWORepetition.java: 482) at com .webobjects .appserver ._private .WODynamicGroup.appendChildrenToResponse(WODynamicGroup.java:126) at er .ajax.AjaxUpdateContainer.appendToResponse(AjaxUpdateContainer.java: 155) at com .webobjects .appserver ._private .WODynamicGroup.appendChildrenToResponse(WODynamicGroup.java:126) at com .webobjects .appserver ._private.WOConditional.appendToResponse(WOConditional.java:94) at com .webobjects .appserver ._private .WODynamicGroup.appendChildrenToResponse(WODynamicGroup.java:126) at er.extensions.ERXWOForm.appendChildrenToResponse(ERXWOForm.java: 263)
        at er.extensions.ERXWOForm.appendToResponse(ERXWOForm.java:413)
at com .webobjects .appserver ._private .WODynamicGroup.appendChildrenToResponse(WODynamicGroup.java:126) at com .webobjects .appserver ._private.WODynamicGroup.appendToResponse(WODynamicGroup.java:136) at com .webobjects .appserver ._private .WOComponentContent.appendToResponse(WOComponentContent.java:51) at com .webobjects .appserver ._private .WODynamicGroup.appendChildrenToResponse(WODynamicGroup.java:126) at com .webobjects .appserver ._private.WODynamicGroup.appendToResponse(WODynamicGroup.java:136) at com .webobjects.appserver.WOComponent.appendToResponse(WOComponent.java: 1121) at com .webobjects .appserver ._private .WOComponentReference.appendToResponse(WOComponentReference.java:135) at com .webobjects .appserver ._private .WODynamicGroup.appendChildrenToResponse(WODynamicGroup.java:126) at com .webobjects .appserver ._private.WODynamicGroup.appendToResponse(WODynamicGroup.java:136) at com .webobjects.appserver.WOComponent.appendToResponse(WOComponent.java: 1121)
        at er.directtoweb.ERD2WPage.appendToResponse(ERD2WPage.java:605)
at com.webobjects.appserver.WOSession.appendToResponse(WOSession.java: 1385)
        at er.extensions.ERXSession.appendToResponse(ERXSession.java:527)
at com .webobjects .appserver.WOApplication.appendToResponse(WOApplication.java:1785) at er.extensions.ERXApplication.appendToResponse(ERXApplication.java: 1437) at com .webobjects .appserver ._private .WOComponentRequestHandler ._dispatchWithPreparedPage(WOComponentRequestHandler.java:242) at com .webobjects .appserver ._private .WOComponentRequestHandler ._dispatchWithPreparedSession(WOComponentRequestHandler.java:298) at com .webobjects .appserver ._private .WOComponentRequestHandler ._dispatchWithPreparedApplication(WOComponentRequestHandler.java:332) at com .webobjects .appserver ._private .WOComponentRequestHandler ._handleRequest(WOComponentRequestHandler.java:369) at com .webobjects .appserver ._private .WOComponentRequestHandler .handleRequest(WOComponentRequestHandler.java:442) at com .webobjects .appserver.WOApplication.dispatchRequest(WOApplication.java:1678) at er.extensions.ERXApplication.dispatchRequest(ERXApplication.java: 1504) at com .webobjects .jspservlet ._WOApplicationWrapper .servletDispatchRequest(_WOApplicationWrapper.java:131) at com .webobjects .jspservlet.WOServletAdaptor._handleRequest(WOServletAdaptor.java:727) at com .webobjects.jspservlet.WOServletAdaptor.doGet(WOServletAdaptor.java: 709)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org .apache .catalina .core .ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java: 269) at org .apache .catalina .core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org .apache .catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java: 210) at org .apache .catalina.core.StandardContextValve.invoke(StandardContextValve.java: 174) at org .apache .catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org .apache .catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117) at org .apache .catalina.core.StandardEngineValve.invoke(StandardEngineValve.java: 108) at org .apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java: 151) at org .apache.coyote.http11.Http11Processor.process(Http11Processor.java: 870) at org.apache.coyote.http11.Http11BaseProtocol $Http11ConnectionHandler.processConnection(Http11BaseProtocol.java: 665) at org .apache .tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java: 528) at org .apache .tomcat .util .net .LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81) at org.apache.tomcat.util.threads.ThreadPool $ControlRunnable.run(ThreadPool.java:685)
        at java.lang.Thread.run(Thread.java:613)


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/guido.neitzer%40gmail.com

This email sent to [EMAIL PROTECTED]

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to