FW V4.2.0.2.0 submitjob.sh java.lang.NoClassDefFoundError: com/microfocus/cobol/RuntimeSystem
(Doc ID 1920248.1)
Last updated on SEPTEMBER 16, 2022
Applies to:
Oracle Utilities Framework - Version 4.2.0.2.0 to 4.2.0.2.0 [Release 4.2]Information in this document applies to any platform.
Goal
**Any examples provided in this article do not represent real life personal/confidential information**
**Disclaimer:** This KM article may include the following abbreviations:
CCB/CC&B - Oracle Utilities Customer Care and Billing
CM - Customer Modification
OUAF/FW - Oracle Utilities Framework
A new issue came up while testing new submitjob.sh 2.4 Service Pack 2. Properties files were properly located in config/standalone/job.F1-LDAP.properties and also tested config/standalone/job.UPDERR.properties.
Full Error:
- 2014-08-19 18:22:42,146 [main] INFO (xai.ldap.LdapImport) importing Group CCNB_* from CMPNY_LDAP
- 2014-08-19 18:22:42,147 [main] INFO (xai.ldap.LdapImport) reading ldap config from /odcccbliapp01/config/LDAP/ldapdef.xml
- 2014-08-19 18:22:42,148 [main] INFO (xai.ldap.LdapImport) validating ldapdefs file /odcccbliapp01/config/LDAP/ldapdef.xml
- 2014-08-19 18:22:42,214 [main] INFO (xai.ldap.LdapImport) ldapdefs file /odcccbliapp01/config/LDAP/ldapdef.xml is valid
- 2014-08-19 18:22:43,351 [main] INFO (xai.ldap.LdapImport) Importing 36 groups: CCNB_CUST_CLAIMLEGAL (linking users: ) (unlinking users: ) CCNB_CUST_OPSCUSTSUP (linking users: ) (unlinking users: ) CCNB_FAMT_MSHQTRTDSP (linking users: ) CCNB_RM_PAYCOLLCTION (linking users: ) (unlinking users: )
- 2014-08-19 18:22:43,351 [main] INFO (xai.ldap.LdapImport) Importing 2 users (UC2Z UPX0 )
- 2014-08-19 18:22:43,352 [main] INFO (xai.ldap.LdapImport) creating work unit for User UC2Z
- 2014-08-19 18:22:43,354 [main] INFO (xai.ldap.LdapImport) creating work unit for User UPX0
Exception in thread "CobolThread 1" java.lang.NoClassDefFoundError: com/microfocus/cobol/RuntimeSystem
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
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)
at com.splwg.base.support.cobol.host.CobolThread.run(CobolThread.java:30)
Caused by: java.lang.ClassNotFoundException: com.microfocus.cobol.RuntimeSystem
at java.net.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)
... 13 more
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |