Sunday 27 November 2016

Error while accessing FDMEE source system – ADF_FACES-60097: For more information, please see the server’s error log for an entry beginning with: ADF_FACES-60096: Server Exception during PPR, #2

Well, I have recently got an Oracle Linux server up and running and installed Hyperion EPM on it… So, while doing a practice setup for FDMEE recently, I encountered an error as shown in the below snapshot. This error was encountered while I was trying to create a source system in the application.
The error is as follows:-
Org/codehaus/groovy/ast/ModuleNode.getStarImports()Ljava/util/List;
ADF_FACES-60097: For more information, please see the server’s error log for an entry beginning with: ADF_FACES-60096: Server Exception during PPR, #

This was strange since I thought that the error was because of missing some configuration. However, a lot of searching on the inter-web and I found someone who had encountered a similar issue and fixed it using a fix provided by Oracle support.

The error has to do with having a couple of groovy jars present in the install that is there for compatibility and you just need to rename them to get the system up and running (Boy, if only all changes were so simple to make…)

Now, all the system related modules and jar files are present at a path as shown in the below snapshot.
This path is {EPM MIDDLEWARE home}/oracle_home/modules/
A small list of jar files present at this path is as shown in the below snapshot.
The groovy jar files that need to be replaced is as shown in the below snapshot.

The below snapshot shows me doing a simple rename of the three groovy jar files.


Once I do a rename of the groovy jar files, I need to do either a restart of services or a system restart for the changes to be reflected.

Once the server was up and running, I was able to access the source system tab in FDMEE successfully as shown in the below snapshot.

2 comments:

  1. Was getting EXACT same error on my end but in HPCM 11.1.2.4.120 assigning sequences to Management Ledger application and this solution fixed it - thanks for posting this. Nothing on MySupport for this.

    ReplyDelete