Java.lang.NoClassDefFoundError: oracle/dfw/impl/common/TempFileManager

After successfully installing second OAM application on the server which already have an up and running OAM application, while starting the Admin and OAM Managed server  , i got below error in log file under $DOMAIN_HOME/servers/oam_server1/logs/oam_server1.out Caused by: java.lang.NoClassDefFoundError: oracle/dfw/impl/common/TempFileManager at oracle.dfw.spi.portable.PortableDiagnosticsFrameworkProvider.init(PortableDiagnosticsFrameworkProvider.java:120) at oracle.dfw.framework.DiagnosticsFramework.initializeProvider(DiagnosticsFramework.java:98) at oracle.dfw.framework.DiagnosticsFramework.<init>(DiagnosticsFramework.java:53) at oracle.dfw.spi.portable.JMXDiagnosticsConfig.load(JMXDiagnosticsConfig.java:85) at oracle.as.jmx.framework.util.ConfigMBeanSupport.preRegister(ConfigMBeanSupport.java:195) at oracle.dfw.spi.portable.JMXDiagnosticsConfig.preRegister(JMXDiagnosticsConfig.java:163) at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.doPreRegister  Reason: […]

Read More

Weekend Batch – Online Oracle Apps DBA R12 Training by industry experts commencing on 8th July 2012

Join now to reap the benefits of Oracle Apps DBA R12 Training which is constantly in great demand. This is a course tailor made for you keeping in mind the latest in the world of Oracle.   Why this training is important? Our training offers hands-on exercises on day-to-day Apps DBA activities such as Installation, […]

Read More

“oamDS”: ORA-28001: The Password Has Expired

Recently i come across an issue where R12 E-Business Users which was integrated with OAM 11g for SSO were not able to login.They were getting error message as shown below: From first look of redirection URL in browser, it appears that it was crossing the OAM authentication process and it was the application which is […]

Read More

How to export and import configurations in OAM 11g?

This post talks about migrating the OAM 11g configurations from one environment to the other. The OAM 11g migration process is explained in Oracle Documentation and that typically needs to have Oracle Home binaries to be copied over to the target OAM environment (Well, I think so!!) and few other things. The complete migration process […]

Read More

Backup and restore OIM 11g

This post will explain the steps to back and restore the OIM 11g. Typically the cases for backup and restore would involve: Restoring in same database (restoring to previous working state) Restoring in different database (setting up new OIM environment in new DB instance) I will explain the 1st scenario here. The export and import […]

Read More

How to bind and unbind applications to SM using OES API?

In OES 11g, the applications can be binded to SM instances either through OES Admin console or through API. In this post I would like to provide sample code snippet to do the same. Assuming that there is a proper jps-config.xml of an SM instance, the code snippet will work if the JPS Context is […]

Read More

Import and export policies in OES 11g using API

My friend has already posted about exporting and importing policies in OES 11g through command line. However, if you wish to do the same operation using OES 11g API, here is what you need to do: Use the jps-config.xml as specified in the above posts for export and import respectively. The below code snippet will […]

Read More

Change data sources to point to a specific OIM schema

I had set up a new OIM 11g environment recently and there was OIM schema with prefix DEV_OIM already being used by different OIM instance. So in the new OIM instance I had created schema with prefix as EXPIMP so that schema name is EXPIMP_OIM and thus other OIM dependent schemas are EXPIMP_MDS, EXPIMP_SOAINFRA and […]

Read More

Copying configuration files between OVD 11g servers

Configuration files from OVD 11g perspective includes server.os_xml, adapters.os_xml, acls.os_xml and schema.user.xml.  These files are located at $AS_INSTANCE/config/OVD/<ovd_server>. server.os_xml : It contains the master configuration details such as Names of other configuration files (for example, adapters.os_xml), General Information and Licensing Information, Global Plug-in Configuration, Logging Configuration, System Wide Quotas, Denial of Service Settings, View Definitions, […]

Read More

Exporting and Importing partners in OAM 11g

In OAM 11g, partners can be exported and imported using WLST command line tool. Note that there is no GUI interface to perform this operation unlike OAM Configuration Manager in 10g. I have covered export and import of policies in previous post . The export and import partners also entail in similar steps using WLST […]

Read More
Not found