How to resolve java.lang.NoClassDefFoundError
Hi
After applying 1779336 on Oracle Applications 11.5.10.2. I want to enable "Server Security Activation" but when i issue following command
jre oracle.apps.fnd.security.AdminAppServer apps/apps AUTHENTICATION ON DBC=<dbc file path>
Following error received
jre oracle.apps.fnd.security.AdminAppServer apps/apps AUTHENTICATION ON DBC=<dbc file path>
java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver
Database connection to jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=ITRELIANCE.fatimagroup.com)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=PROD))) failed
How can I resolve this issue?
Regards,
MSM
jre oracle.apps.fnd.security.AdminAppServer apps/apps AUTHENTICATION ON DBC=<dbc file path>
Following error received
jre oracle.apps.fnd.security.AdminAppServer apps/apps AUTHENTICATION ON DBC=<dbc file path>
java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver
Database connection to jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=ITRELIANCE.fatimagroup.com)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=PROD))) failed
How can I resolve this issue?
Regards,
MSM
0