How to Allow Custom Java Conc Programs To Recognize Custom Java Top
(Doc ID 414321.1)
Last updated on APRIL 04, 2025
Applies to:
Oracle E-Business Suite Technology Stack - Version 11.5.10.2 to 11.5.10.2 [Release 11.5.10]Information in this document applies to any platform.
Information in this document applies to any platform.
Goal
For instance after creation of a Concurrent Program with java executable for which the related java classes reside under $XXJAVA_TOP/java custom directory the Concurrent Manager doesn't recognize the $XXJAVA_TOP/java directory.
Thus the concurrent request fails with such errors below, for instance with custom class file "prd.oracle.apps.hr.staffchanges.StaffChanges" :
+---------------------------------------------------------------------------+
HR Custom: Version : 1.0 - Development
Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
XXCHRSCR module: CUSTOM HR Staff Changes Report - HR
+---------------------------------------------------------------------------+
Current system time is 07-SEP-2006 15:34:59
+---------------------------------------------------------------------------+
java.lang.ClassNotFoundException: prd.oracle.apps.hr.staffchanges.StaffChanges
at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at oracle.apps.fnd.cp.request.Run.main(Run.java:144)
+---------------------------------------------------------------------------+
Executing request completion options...
Finished executing request completion options.
+---------------------------------------------------------------------------+
Concurrent request completed
Current system time is 07-SEP-2006 15:35:04
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 |