Issue #2659: Crash after altering schema

Type: Bug ReoprtVersion: 2.8.4Priority: NormalStatus: ClosedReplies: 2
#1

Hi, 

I got an exception after altering Schema.... (just adding an index).

---

bmpccdeMac-mini:CloudAI eko$ java -jar build/libs/asli-cloudai.jar 

Current Working directory /Users/eko/work/asli/CloudAI

Exception in thread "main" java.lang.NullPointerException
at com.objectdb.o.IXA.h(IXA.java:135)
at com.objectdb.o.IXM.YB(IXM.java:108)
at com.objectdb.o.MST.X(MST.java:1210)
at com.objectdb.o.MST.Zk(MST.java:1197)
at com.objectdb.o.TYS.f(TYS.java:808)
at com.objectdb.o.TYS.ZD(TYS.java:606)
at com.objectdb.o.TYM.Z(TYM.java:570)
at com.objectdb.o.MST.Zk(MST.java:1194)
at com.objectdb.o.WRA.Zk(WRA.java:215)
at com.objectdb.o.WRA.Zk(WRA.java:215)
at com.objectdb.o.WSN.Zk(WSN.java:194)
at com.objectdb.o.STC.g(STC.java:341)
at com.objectdb.o.SHN.H(SHN.java:390)
at com.objectdb.o.SHN.w(SHN.java:135)
at com.objectdb.o.HND.run(HND.java:134)
at java.base/java.lang.Thread.run(Thread.java:832)
#2

Note that after schema change you have to restart the server.

Please advise whether you see such exceptions after restarting the server, and if you do, whether the database has errors when checked by the Doctor.

ObjectDB Support
#3

Yes, I still see that exception after restarting the server.

However, the exceptions disappeared after I checked with the Doctor.

Thanks!! 

Reply