This is a migrated thread and some comments may be shown as answers.

Object reference errors

1 Answer 62 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
cayates
Top achievements
Rank 1
cayates asked on 08 Mar 2010, 06:58 PM
Hello,  I am intermittently getting this error during a commit()

Object reference not set to an instance of an object.
at Telerik.OpenAccess.RT.Adonet2Generic.Impl.ConnectionImp.commit()
at OpenAccessRuntime.Relational.conn.LoggingConnection.commit()
at OpenAccessRuntime.Relational.conn.PooledConnection.commit()
at OpenAccessRuntime.Relational.RelationalStorageManager.finishRead(StatesReturned container, RelationalCompiledQuery cq, Object[] param, CachedQueryResult queryData, Int32 queryResultCount)
at OpenAccessRuntime.Relational.RelationalStorageManager.fetch(ApplicationContext context, OID oid, State current, FetchPlanIF fPlan, FieldMetaData triggerField)


What would cause that?  Thanks.

1 Answer, 1 is accepted

Sort by
0
Jan Blessenohl
Telerik team
answered on 12 Mar 2010, 06:04 PM
Hello cayates,
Looks like the connection is closed by our backgroud thread. Is it possible that the scope holds the connection longer than the 2 minutes that are the default for connection timeout?

Greetings,
Jan Blessenohl
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
cayates
Top achievements
Rank 1
Answers by
Jan Blessenohl
Telerik team
Share this question
or