Skip to Main Content

Security Software

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!

ClassNotFoundException: oracle.ldap.util.UtilException during SSO with OAM

692471Feb 1 2010
Hi,

I am implementing SSO of EBS R12 using OAM, I follow the posts on Metalink(376811.1). But there is a problem when I do the Registration of OID for EBSR12 using these scripts:
"$FND_TOP/bin/txkrun.pl \
-script=SetSSOReg \
-registerinstance=yes"
I am quite sure that the parameters are right, but I got the exception bellow:

-----
[appl05@ebs004 bin]$ txkrun.pl -script=SetSSOReg -registerinstance=yes

You are registering ORACLE HOME only.

Enter the host name where Oracle iAS Infrastructure database is installed ? 192.168.11.19
Enter the LDAP Port on Oracle Internet Directory server ? 3060
Enter SSL LDAP Port on Oracle Internet Directory server ? 3131
Enter the Oracle Internet Directory Administrator (orcladmin) Bind password ?
Enter Oracle E-Business apps database user password ?

*** Log File = /d05/VIS05/inst/apps/VIS05_ebs004/logs/appl/rgf/TXK/txkSetSSOReg_Mon_Feb_1_13_47_03_2010.xml
Exception in thread "main" java.lang.NoClassDefFoundError: oracle/ldap/util/UtilException
Caused by: java.lang.ClassNotFoundException: oracle.ldap.util.UtilException
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)

Errors encountered running /d05/VIS05/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkSetSSOReg.pl

*******FATAL ERROR*******
PROGRAM : (/d05/VIS05/apps/apps_st/appl/fnd/12.0.0/bin/txkrun.pl)
TIME : Mon Feb 1 13:47:40 2010
FUNCTION: TXK::Process::run [ Level 3 ]
MESSAGES:
Unable to close pipe


STACK TRACE
TXK::Error::abort('TXK::Error','HASH(0x875c42c)') called at /d05/VIS05/apps/apps_st/appl/au/12.0.0/perl/TXK/Common.pm line 299
TXK::Common::doError('TXK::Process=HASH(0x8c590d8)','Unable to close pipe','undef') called at /d05/VIS05/apps/apps_st/appl/au/12.0.0/perl/TXK/Common.pm line 314
TXK::Common::setError('TXK::Process=HASH(0x8c590d8)','Unable to close pipe') called at /d05/VIS05/apps/apps_st/appl/au/12.0.0/perl/TXK/Process.pm line 399
TXK::Process::run('TXK::Process=HASH(0x8c590d8)','HASH(0x9135460)') called at /d05/VIS05/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkSetSSOReg.pl line 559
require /d05/VIS05/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkSetSSOReg.pl called at /d05/VIS05/apps/apps_st/appl/au/12.0.0/perl/TXK/RunScript.pm line 105
TXK::RunScript::require('TXK::RunScript','/d05/VIS05/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkSetS...') called at /d05/VIS05/apps/apps_st/appl/au/12.0.0/perl/TXK/Script.pm line 177
eval {...} called at /d05/VIS05/apps/apps_st/appl/au/12.0.0/perl/TXK/Script.pm line 177
TXK::Script::run('TXK::Script=HASH(0x91acd88)','/d05/VIS05/inst/apps/VIS05_ebs004/logs/appl/rgf/TXK','/d05/VIS05/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkSetS...') called at /d05/VIS05/apps/apps_st/appl/fnd/12.0.0/bin/txkrun.pl line 174
-----

OID: 11gR1
EBS R12:12.0.x

Can anyone give some suggestion?
Best wishes!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 1 2010
Added on Feb 1 2010
0 comments
569 views