Issue #536: Internal Exception: null

Type: Bug ReoprtPriority: NormalStatus: FixedReplies: 1
#1

The query

SELECT COUNT(t) FROM TrackerUser t WHERE NOT t.username = :username

with :username -> "admin"

leads to the following exception:

com.objectdb.o.InternalException: null
com.objectdb.o.InternalException
at com.objectdb.o.InternalException.f(InternalException.java:236)
at com.objectdb.o.WSP.h(WSP.java:337)
at com.objectdb.o.WSP.g(WSP.java:201)
at com.objectdb.o.WSP.f(WSP.java:139)
at com.objectdb.o.WVP.l(WVP.java:253)
at com.objectdb.o.WVP.i(WVP.java:162)
at com.objectdb.o.WHP.v(WHP.java:396)
at com.objectdb.o.WHP.q(WHP.java:197)
at com.objectdb.o.WHP.p(WHP.java:146)
at com.objectdb.o.QPN.d(QPN.java:86)
at com.objectdb.o.QRC.u(QRC.java:189)
at com.objectdb.o.QRM.U4(QRM.java:245)
at com.objectdb.o.MST.U4(MST.java:945)
at com.objectdb.o.WRA.U4(WRA.java:290)
at com.objectdb.o.WSM.U4(WSM.java:113)
at com.objectdb.o.STC.r(STC.java:426)
at com.objectdb.o.SHN.aj(SHN.java:489)
at com.objectdb.o.SHN.K(SHN.java:156)
at com.objectdb.o.HND.run(HND.java:133)
at java.lang.Thread.run(Thread.java:679)

I'll send you my database via a support ticket.
Database Doctor find's no errors. So the DB should be ok.

Regards

Ralph

#2

Thank you for this report. Build 2.3.1_05 should fix it.

ObjectDB Support

Reply