AppMerge failed to merge your application.
Hello, experts.
Environment.
OS: OEL6.9 (x64)
JDK: 1.8.0_191
WLS: 12.2.1.4.0
Question.
I got application (as directory, not war archive), from our dev team. On development environment (WLS version 12.1.3.0 JDK 1.7.0_80-b15) it working fine. On production it should be installed on 12.2.1.4.0, but during installation I faced following error:
Log file:
...
AppMerge failed to merge your application.
...
However, if I create a war-file from the directory, the application can be installed successfully.
Permissions are ok, no broken files inside application directory.
I need install application from directory, not war-file. How to resolve this situation?