Jump to content
JasperReports Library 7.0 is now available ×

lukas.graussam

Members
  • Posts

    7
  • Joined

  • Last visited

lukas.graussam's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Have you found a solution? I currently have the same problem. Best Lukas
  2. Hi everyone, I am trying to get Jasperserver-pro V8.0.0 running with JBoss EAP 7.4.5. Our database (for the Jasper repository DB) is Oracle (19c) 19.0.0.0 I receive only one Exception (see [1]) in the server.log and I am pretty sure this is the cause of the problem. Does anyone have an idea how to resolve this? The exception is always there, when trying to deploy the jasperserver-pro.war I thought it is caused by the keystore-files (.jrsks & .jrsksp), but I tried everything. I recreated the files (and Jasper Database) a few times, they have all permissions (jboss user can read them) and directory-path is set correctly. However, the exception is always there, no matter what I do with the keystore files. Even if I delete them, the exception stays the same. Jboss does not immediately move the jasperserver-pro.war to "failed" state, but rather hangs on some point, until its timeout (300sec) is reached. Any help or suggestion is greatly appreciated. Thanks in advance! Lukas [1] Exception: 2022-10-25 11:01:59,996 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0003: Could not index class com/jaspersoft/jasperserver/crypto/Migrator$PropertiesMigration.class at /content/jasperserver-pro.war/WEB-INF/lib/js-crypto-3.1.1.jar: java.lang.ArrayIndexOutOfBoundsException: 0 at org.jboss.jandex.Indexer.updateTypeTarget(Indexer.java:908) [jandex.jar:2.2.3.Final-redhat-00001] at org.jboss.jandex.Indexer.updateTypeTargets(Indexer.java:630) [jandex.jar:2.2.3.Final-redhat-00001] at org.jboss.jandex.Indexer.index(Indexer.java:1698) [jandex.jar:2.2.3.Final-redhat-00001] at org.jboss.as.server.deployment.annotation.ResourceRootIndexer.indexResourceRoot(ResourceRootIndexer.java:99) [wildfly-server-15.0.13.Final-redhat-00001.jar:15.0.13.Final-redhat-00001] at org.jboss.as.server.deployment.annotation.AnnotationIndexProcessor.deploy(AnnotationIndexProcessor.java:51) [wildfly-server-15.0.13.Final-redhat-00001.jar:15.0.13.Final-redhat-00001] at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:182) [wildfly-server-15.0.13.Final-redhat-00001.jar:15.0.13.Final-redhat-00001] at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1739) [jboss-msc.jar:1.4.12.Final-redhat-00001] at org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1701) [jboss-msc.jar:1.4.12.Final-redhat-00001] at org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1559) [jboss-msc.jar:1.4.12.Final-redhat-00001] at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35) [jboss-threads.jar:2.4.0.Final-redhat-00001] at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990) [jboss-threads.jar:2.4.0.Final-redhat-00001] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486) [jboss-threads.jar:2.4.0.Final-redhat-00001] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1363) [jboss-threads.jar:2.4.0.Final-redhat-00001] at java.lang.Thread.run(Thread.java:750) [rt.jar:1.8.0_331] 2022-10-25 11:02:00,057 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0003: Could not index class com/jaspersoft/jasperserver/crypto/migration/V1_0_2__1__KeystoreCreator.class at /content/jasperserver-pro.war/WEB-INF/lib/js-crypto-3.1.1.jar: java.lang.ArrayIndexOutOfBoundsException: 0 at org.jboss.jandex.Indexer.updateTypeTarget(Indexer.java:908) [jandex.jar:2.2.3.Final-redhat-00001] at org.jboss.jandex.Indexer.updateTypeTargets(Indexer.java:630) [jandex.jar:2.2.3.Final-redhat-00001] at org.jboss.jandex.Indexer.index(Indexer.java:1698) [jandex.jar:2.2.3.Final-redhat-00001] at org.jboss.as.server.deployment.annotation.ResourceRootIndexer.indexResourceRoot(ResourceRootIndexer.java:99) [wildfly-server-15.0.13.Final-redhat-00001.jar:15.0.13.Final-redhat-00001] at org.jboss.as.server.deployment.annotation.AnnotationIndexProcessor.deploy(AnnotationIndexProcessor.java:51) [wildfly-server-15.0.13.Final-redhat-00001.jar:15.0.13.Final-redhat-00001] at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:182) [wildfly-server-15.0.13.Final-redhat-00001.jar:15.0.13.Final-redhat-00001] at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1739) [jboss-msc.jar:1.4.12.Final-redhat-00001] at org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1701) [jboss-msc.jar:1.4.12.Final-redhat-00001] at org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1559) [jboss-msc.jar:1.4.12.Final-redhat-00001] at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35) [jboss-threads.jar:2.4.0.Final-redhat-00001] at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990) [jboss-threads.jar:2.4.0.Final-redhat-00001] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486) [jboss-threads.jar:2.4.0.Final-redhat-00001] at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1363) [jboss-threads.jar:2.4.0.Final-redhat-00001] at java.lang.Thread.run(Thread.java:750) [rt.jar:1.8.0_331]
  3. Hi, I had the same problem and your comment also fixed it. I am using the python's requests library. Using one session object for the GET/POST commands fixed the problem. Thanks Lukas
  4. Hi, I had the same problem and your comment also fixed it. I am using the python's requests library. Using one session object for the GET/POST commands fixed the problem. Thanks Lukas
  5. Hi, can anybody tell me how to achieve this in the jrxml File? That would really help me. Thanks in advance!
×
×
  • Create New...