Skip to Main Content

GoldenGate

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

GoldenGate Installation runInstaller error

Ganesh WankhadeJul 5 2017 — edited Jul 6 2017

Hi,

I am trying to do a new install of GoldenGate 12.2.0.1.0 for Linux x86_64 from the VM console. xclock works fine.

The installer is falling over at startup with the following message :

Exception in thread "main" java.lang.NoClassDefFoundError: oracle/install/ivw/oggcore/driver/OGGInstaller

Caused by: java.lang.ClassNotFoundException: oracle.install.ivw.oggcore.driver.OGGInstaller

        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)

        at java.security.AccessController.doPrivileged(Native Method)

        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)

        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)

        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

Could not find the main class: oracle.install.ivw.oggcore.driver.OGGInstaller.  Program will exit.

Is this a java issue ?

In other existing and working GG installations the GG install user does not even see java i.e.  $ which java says can't find it.

Played around with the LD_LIBRARY_PATH settings and PATH settings but can't get it to work.

Thanks

Matt.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 3 2017
Added on Jul 5 2017
4 comments
860 views