Sidebar

Errors on QIE

0 votes
136 views
asked Apr 26, 2022 by fintan-s-7620 (150 points)

I recently installed QIE and the following error pop-ups up whenever I click into Default Zone > Channels:

QIE has encountered an error. The error has been logged on the server and Qvera has been notified. Please try the operation again. If the problem persists, please contact Qvera.

Error Code: com.google.gwt.user.client.rpc.StatusCodeException: 500 java.lang.reflect.InaccessibleObjectException: Unable to make field final boolean java.util.LinkedHashMap.accessOrder accessible: module java.base does not "opens java.util" to unnamed module @8c3619e

 

I've noticed the following happens whenver I try to send a test email from the SMTP settings:

QIE has encountered an error. The error has been logged on the server and Qvera has been notified. Please try the operation again. If the problem persists, please contact Qvera.

Error Code: com.google.gwt.user.client.rpc.StatusCodeException: 500 java.lang.reflect.InaccessibleObjectException: Unable to make field private java.lang.String java.lang.Throwable.detailMessage accessible: module java.base does not "opens java.lang" to unnamed module @8c3619e

Any ideas what could be causing this? If it helps, the QIE service is pointing to the following java location:

C:\Program Files\Java\jdk-17.0.2\bin\server\jvm.dll

1 Answer

0 votes
 
Best answer

QIE does not yet support Java 17; here is a link to a KB article about the supported Java versions.  At the moment, QIE supports Java 8.

answered Apr 26, 2022 by jon-t-7005 (7,590 points)
selected Apr 26, 2022 by fintan-s-7620
...