Ad-hoc View Creation Error with JS 9.0.0
search cancel

Ad-hoc View Creation Error with JS 9.0.0

book

Article ID: 376297

calendar_today

Updated On:

Products

Clarity PPM On Premise

Issue/Introduction

We upgraded to JS 8.1.1 which worked fine but once we upgraded to JS 9.0.0, we are getting an error message when I try to create an ad-hoc view. 

Error Message:

Caused by: [CIRCULAR REFERENCE: java.lang.reflect.InaccessibleObjectException: Unable to make field final byte[] java.nio.ByteBuffer.hb accessible: module java.base does not "opens java.nio" to unnamed module @31f01022]

Resolution

  1. Navigate to the bin folder inside the Tomcat folder.

 

  1. Edit the newly created service by executing "tomcat9w.exe //ES//JasperReports" from the above directory.

 

 

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

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

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

--add-opens=java.base/java.nio.channels.spi=ALL-UNNAMED

--add-opens=java.base/java.nio.channels=ALL-UNNAMED

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

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

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

--add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED

--add-opens=java.base/java.util.concurrent.locks=ALL-UNNAMED

--add-opens=java.base/java.util.concurrent=ALL-UNNAMED

--add-opens=java.base/java.util.regex=ALL-UNNAMED

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

--add-opens=java.base/javax.security.auth.login=ALL-UNNAMED

--add-opens=java.base/javax.security.auth=ALL-UNNAMED

--add-opens=java.base/jdk.internal.access.foreign=ALL-UNNAMED

--add-opens=java.base/sun.net.util=ALL-UNNAMED

--add-opens=java.base/sun.nio.ch=ALL-UNNAMED

--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED

--add-opens=java.base/sun.util.calendar=ALL-UNNAMED