B4J Question Error in Open Java 11 after click on SERIAL PORT OPEN button

petr4ppc

Well-Known Member
Licensed User
Longtime User
Dear friends,

please for advice. I have this error:


Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j jssc.SerialNativeInterface.openPort(Ljava/lang/String;Z)J+0 b4j
j jssc.SerialPort.openPort()Z+65 b4j
j anywheresoftware.b4j.serial.Serial.Open(Ljava/lang/String;)V+16 b4j
j XX.uz.main._btnopenserialport_action()Ljava/lang/String;+18 b4j
v ~StubRoutines::call_stub
J 3352 jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; [email protected] (0 bytes) @ 0x0000019cbed94dcf [0x0000019cbed94d40+0x000000000000008f]
J 3351 c1 jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; [email protected] (104 bytes) @ 0x0000019cb7df3874 [0x0000019cb7df2bc0+0x0000000000000cb4]
J 4554 c2 jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; [email protected] (10 bytes) @ 0x0000019cbee58568 [0x0000019cbee58520+0x0000000000000048]
J 4417 c1 anywheresoftware.b4a.BA.raiseEvent2(Ljava/lang/Object;ZLjava/lang/String;Z[Ljava/lang/Object;)Ljava/lang/Object; b4j (301 bytes) @ 0x0000019cb80619ac [0x0000019cb8060e80+0x0000000000000b2c]
j anywheresoftware.b4a.BA$1.run()V+18 b4j
J 4497 c1 com.sun.javafx.application.PlatformImpl$$Lambda$62.run()Ljava/lang/Object; javafx.graphics (8 bytes) @ 0x0000019cb8091024 [0x0000019cb8090ee0+0x0000000000000144]
v ~StubRoutines::call_stub
J 4355 java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object; [email protected] (0 bytes) @ 0x0000019cbee33336 [0x0000019cbee332c0+0x0000000000000076]
J 4494 c1 com.sun.javafx.application.PlatformImpl.lambda$runLater$11(Ljava/lang/Runnable;Ljava/security/AccessControlContext;)V javafx.graphics (38 bytes) @ 0x0000019cb809183c [0x0000019cb80914c0+0x000000000000037c]
J 4493 c1 com.sun.javafx.application.PlatformImpl$$Lambda$61.run()V javafx.graphics (12 bytes) @ 0x0000019cb8090b44 [0x0000019cb8090ac0+0x0000000000000084]
J 4491 c1 com.sun.glass.ui.InvokeLaterDispatcher$Future.run()V javafx.graphics (91 bytes) @ 0x0000019cb808df34 [0x0000019cb808de20+0x0000000000000114]
v ~StubRoutines::call_stub
j com.sun.glass.ui.win.WinApplication._runLoop(Ljava/lang/Runnable;)V+0 javafx.graphics
j com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(ILjava/lang/Runnable;)V+8 javafx.graphics
j com.sun.glass.ui.win.WinApplication$$Lambda$50.run()V+12 javafx.graphics
j java.lang.Thread.run()V+11 [email protected]
v ~StubRoutines::call_stub

siginfo: EXCEPTION_ACCESS_VIOLATION (0xc0000005), reading address 0xffffffffd910e5fc

It was everything og and functioned with older version of classic JDK..
Now with Java 11 I get this message.

Do you know what is it, please?

Thank you very much,
best regards
p4ppc
 
Top