Issue #2657: Enhancement Error: Unexpected constant pool entry tag: 19

Type: Bug ReoprtVersion: 2.8.5_03Priority: NormalStatus: FixedReplies: 3
#1

Hi , I got this error when trying to enhance 

Thanks

--

 

bmpccdeMac-mini:CloudAI eko$ bash ~/lib/objectdb-2.8.4/bin/enhancer.sh  build/libs/asli-cloudai.jar 


[ObjectDB 2.8.4] Unexpected constant pool entry tag: 19
[ObjectDB 2.8.4] Unexpected exception (Error 990)
  Generated by Java HotSpot(TM) 64-Bit Server VM 14.0.2 (on Mac OS X 10.15.7).
Please report this error on http://www.objectdb.com/issue/new
com.objectdb.o.InternalException: Unexpected constant pool entry tag: 19
com.objectdb.o.InternalException: Unexpected constant pool entry tag: 19
at com.objectdb.o.JCP.j(JCP.java:206)
at com.objectdb.o.JCP.d(JCP.java:145)
at com.objectdb.o.JCE.<init>(JCE.java:60)
at com.objectdb.o.JCP.<init>(JCP.java:84)
at com.objectdb.o.JCL.p(JCL.java:430)
at com.objectdb.o.JCL.<init>(JCL.java:127)
at com.objectdb.o.JEL.n(JEL.java:582)
at com.objectdb.o.JER.e(JER.java:174)
at com.objectdb.o.JER$a.b(JER.java:251)
at com.objectdb.o.JEL.m(JEL.java:399)
at com.objectdb.o.JEN.g(JEN.java:101)
at com.objectdb.Enhancer.main(Enhancer.java:33)
#2

Thank you for this report. Please try build 2.8.5_03, which should solve this issue.

ObjectDB Support
#3

Unfortunately, I got another Error after upgrading to 2.8.5_03

 

Thanks,

 

bmpccdeMac-mini:CloudAI eko$ bash enhancer.sh  build/libs/asli-cloudai.jar 


[ObjectDB 2.8.5_03] Failed to process class file of type 'io.grpc.netty.shaded.io.netty.handler.codec.compression.JZlibEncoder' (error 422)

com.objectdb.o.UserException: Failed to process class file of type 'io.grpc.netty.shaded.io.netty.handler.codec.compression.JZlibEncoder'

at com.objectdb.o.MSG.a(MSG.java:77)

at com.objectdb.o.JEL.e(JEL.java:447)

at com.objectdb.o.JEN.g(JEN.java:103)

at com.objectdb.Enhancer.main(Enhancer.java:33)

Caused by: java.lang.NoClassDefFoundError: Lcom/jcraft/jzlib/Deflater;

at java.base/java.lang.Class.getDeclaredFields0(Native Method)

at java.base/java.lang.Class.privateGetDeclaredFields(Class.java:3139)

at java.base/java.lang.Class.getDeclaredField(Class.java:2487)

at com.objectdb.o.JEW.aw(JEW.java:302)

at com.objectdb.o.JEW.at(JEW.java:264)

at com.objectdb.o.JEW.at(JEW.java:225)

at com.objectdb.o.JEW.an(JEW.java:189)

at com.objectdb.o.JEL.e(JEL.java:437)

... 2 more

Caused by: java.lang.ClassNotFoundException: com.jcraft.jzlib.Deflater

at java.base/java.lang.ClassLoader.findClass(ClassLoader.java:719)

at com.objectdb.o.ACL.loadClass(ACL.java:132)

at com.objectdb.o.BCL.loadClass(BCL.java:65)

at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)

... 10 more
#4

Your post at #3 was moved to a separate thread, and has already been answered.

We try to keep every thread focused on one question or issue.

ObjectDB Support

Reply