Report Server startet nicht

Nach einer neuen Installation und Erstellung eines Reports Servers startet dieser nicht. Log Dateien sind alle 0 Byte gross.

Im Nodemanager Log Informationen wie

 

oracle.security.jps.internal.config.OpssCommonStartup preStart

INFO: Jps startup failed

Lösung:

12.2.1.3.0: Standalone Report Server Restarted Continuously By Node Manager (Doc ID 2400542.1)

http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html

or Scenario 3, also use: JDK 1.8.0_161-b12 (which was confirmed to work with multiple customers)

$ which java
/usr/java/java-1.8.0-sun.x86_64/bin/java
$ java -fullversion
java full version „1.8.0_161-b12“

Perform the below solution —

1- Download Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files from the following link.

Reference

http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html
2- Backup existing limited policy versions from JDK_HOME\jre\lib\security (for WLS environment) and ORACLE_HOME\oracle_common\jdk\jre\lib\security locations.

Unix Example

$ mv local_policy.jar local_policy.jar.original

$ mv US_export_policy.jar US_export_policy.jar.original

3- Unzip jce_policy-8.zip file and copy the new JCE policy files to the same two folders.

– JDK_HOME\jre\lib\security (for WLS environment)

and

– ORACLE_HOME\oracle_common\jdk\jre\lib\security

4- Re-try operation

DOMAIN_HOME/bin > ./startComponent.sh rep_server1

Diskussionen

Trackbacks/Pingbacks

  1. Pingback: Reports Server 12c startet nicht und es kommt noch schlimmer – Der Blog der IT-Macher - 24. März 2019

Hinterlasse einen Kommentar