Help Needed: Unable to Start jBPM with Java 17

120 views
Skip to first unread message

SAIF KHAN

unread,
Jul 16, 2024, 9:15:05 AM7/16/24
to jBPM Setup

Hi jBPM Community,

I'm new to Java and jBPM and I'm having trouble starting jBPM. Here are the details of my setup:

  • Java Version: 17
  • jBPM Version: jbpm-server-7.40.0.Final-dist
  • Build Tool: Ant

I've attached the error log file for reference. Any assistance or guidance on how to resolve this issue would be greatly appreciated.

Thank you in advance for your help!

Best regards,
Saif Khan

server.log

László Tóth

unread,
Jul 19, 2024, 3:32:45 PM7/19/24
to jBPM Setup
Hi!
There is a new java9 module security!

Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make protected native java.lang.Object java.lang.Object.clone() throws java.lang.CloneNotSupportedException accessible: module java.base does not "opens java.lang" to unnamed module @32026d21

You must open this! Add this parameter to wildfly starting command!

--add-opens java.base/java.lang=ALL-UNNAMED

There can be another module what you must open.
Reply all
Reply to author
Forward
0 new messages