Any idea why I get the following NPE? Did I screew something upp in the EO
model .. Any idea what?

Database Exception occured: java.lang.NullPointerException
java.lang.NullPointerException    at
com.webobjects.eoaccess.EODatabaseContext._objectFaultWithSnapshotRelationsh
ipEditingContext(EODatabaseContext.java:2356)    at
com.webobjects.eoaccess.EODatabaseContext._fireDeferredFaultWithSourceObject
(EODatabaseContext.java:2401)    at
com.webobjects.eoaccess.EOAccessDeferredFaultHandler.createFaultForDeferredF
ault(EOAccessDeferredFaultHandler.java:49)    at
com.webobjects.eocontrol.EOCustomObject.willReadRelationship(EOCustomObject.
java:1279)    at 
er.extensions.eof.ERXGenericRecord.willReadRelationship(ERXGenericRecord.jav
a:349)    at 
com.webobjects.eocontrol._EOMutableKnownKeyDictionary$Initializer$_LazyGener
icRecordBinding.valueInObject(_EOMutableKnownKeyDictionary.java:614)    at
com.webobjects.eocontrol.EOCustomObject.storedValueForKey(EOCustomObject.jav
a:1634)    at 
com.webobjects.eoaccess.EODatabaseContext.databaseOperationForObject(EODatab
aseContext.java:4814)    at
com.webobjects.eoaccess.EODatabaseContext.valuesForKeys(EODatabaseContext.ja
va:6535)    at 
com.webobjects.eocontrol.EOObjectStoreCoordinator.valuesForKeys(EOObjectStor
eCoordinator.java:326)    at
com.webobjects.eoaccess.EOQualifierSQLGeneration$_KeyValueQualifierSupport.s
chemaBasedQualifierWithRootEntity(EOQualifierSQLGeneration.java:439)    at
er.extensions.ERXExtensions$KeyValueQualifierSQLGenerationSupport.schemaBase
dQualifierWithRootEntity(ERXExtensions.java:316)    at
com.webobjects.eoaccess.EOQualifierSQLGeneration$Support._schemaBasedQualifi
erWithRootEntity(EOQualifierSQLGeneration.java:179)    at
com.webobjects.eoaccess.EODatabaseChannel.selectObjectsWithFetchSpecificatio
n(EODatabaseChannel.java:227)    at
com.webobjects.eoaccess.EODatabaseContext._objectsWithFetchSpecificationEdit
ingContext(EODatabaseContext.java:3055)    at
com.webobjects.eoaccess.EODatabaseContext.objectsWithFetchSpecification(EODa
tabaseContext.java:3195)    at
com.webobjects.eocontrol.EOObjectStoreCoordinator.objectsWithFetchSpecificat
ion(EOObjectStoreCoordinator.java:488)    at
com.webobjects.eocontrol.EOEditingContext.objectsWithFetchSpecification(EOEd
itingContext.java:4069)    at
er.extensions.eof.ERXEC.objectsWithFetchSpecification(ERXEC.java:1114)    at
com.webobjects.eoaccess.EODatabaseContext.objectsForSourceGlobalID(EODatabas
eContext.java:4084)    at
com.webobjects.eocontrol.EOObjectStoreCoordinator.objectsForSourceGlobalID(E
OObjectStoreCoordinator.java:634)    at
com.webobjects.eocontrol.EOEditingContext.objectsForSourceGlobalID(EOEditing
Context.java:3923)    at
er.extensions.eof.ERXEC.objectsForSourceGlobalID(ERXEC.java:1070)    at
com.webobjects.eoaccess.EODatabaseContext._fireArrayFault(EODatabaseContext.
java:4245)    at 
com.webobjects.eoaccess.EOAccessArrayFaultHandler.completeInitializationOfOb
ject(EOAccessArrayFaultHandler.java:77)    at
com.webobjects.eocontrol._EOCheapCopyMutableArray.willRead(_EOCheapCopyMutab
leArray.java:45)    at
com.webobjects.eocontrol._EOCheapCopyMutableArray.count(_EOCheapCopyMutableA
rray.java:103)    at
com.webobjects.eocontrol.EOQualifier.filteredArrayWithQualifier(EOQualifier.
java:687)    at 
is.us.accidentregistry.data._InSkyrsla.inadilar(_InSkyrsla.java:789)    at
is.us.accidentregistry.data._InSkyrsla.inadilar(_InSkyrsla.java:761)    at
is.us.simple.accidentregistry.USAccidentReport.people(USAccidentReport.java:
168)    at 
is.us.simple.accidentregistry.USAccidentReport.serialize(USAccidentReport.ja
va:157)    at com.roepcke.jim.xmlrpc.XmlRpc.writeObject(XmlRpc.java:209)
at com.roepcke.jim.xmlrpc.XmlRpc.writeObject(XmlRpc.java:267)    at
com.roepcke.jim.xmlrpc.XmlRpcServer$Worker.writeResponse(XmlRpcServer.java:1
88)    at 
com.roepcke.jim.xmlrpc.XmlRpcServer$Worker.execute(XmlRpcServer.java:146)
at com.roepcke.jim.xmlrpc.XmlRpcServer.execute(XmlRpcServer.java:70)    at
com.roepcke.jim.xmlrpc.XmlRpcServer.execute(XmlRpcServer.java:61)    at
com.roepcke.jim.xmlrpc.WOXmlRpc.RPC2Action(WOXmlRpc.java:23)    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.appserver.WODirectAction.performActionNamed(WODirectAction.ja
va:144)    at 
com.webobjects.appserver._private.WOActionRequestHandler._handleRequest(WOAc
tionRequestHandler.java:259)    at
com.webobjects.appserver._private.WOActionRequestHandler.handleRequest(WOAct
ionRequestHandler.java:161)    at
er.extensions.appserver.ERXDirectActionRequestHandler.handleRequest(ERXDirec
tActionRequestHandler.java:124)    at
com.webobjects.appserver.WOApplication.dispatchRequest(WOApplication.java:16
87)    at 
er.extensions.appserver.ERXApplication.dispatchRequestImmediately(ERXApplica
tion.java:1657)    at
er.extensions.appserver.ERXApplication.dispatchRequest(ERXApplication.java:1
621)    at 
is.us.application.USApplication.dispatchRequest(USApplication.java:51)    at
com.webobjects.appserver._private.WOWorkerThread.runOnce(WOWorkerThread.java
:144)    at 
com.webobjects.appserver._private.WOWorkerThread.run(WOWorkerThread.java:226
)    at java.lang.Thread.run(Thread.java:613)

Regards,
Atli Páll Hafsteinsson

Fyrirvari á tölvupósti / e-mail disclaimer
http://us.is/Apps/WebObjects/US.woa/wa/dp?id=3776

 _______________________________________________
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