Category: Problems
-
Problem while accessing Oracle Application, Security Issue
The most irritating message when you try to run any applet you get. Sometimes even if you installed the below mentioned J2SE plugin, it still does not work. I got the same issue and I uninstalled all of my Java versions first and then I installed the below mentioned Java plugin and then it started…
-
Local area connection is not showing under network and sharing center, LAN is not working issue
Local Area connection is not showing up in network connection and sharing center. To resolve this issue I found very useful video which helped me to resolve my issue immediately. I installed LAN driver again and again but that did not work.
-
BPM Timer Process java.lang.NoClassDefFoundError: oracle/bpm/runtime/quartz/trigger/TriggerWithReschedule
Following issue came because one of the library could not be loaded. So you need to add that library to lib directory of your SOA domain. Go to the /oracle/Middleware/Oracle_SOA1/soa/modules and then copy the oracle.bpm.runtime.classloader-util.jar jar file. Go to /oracle/Middleware/user_projects/domains/[domain_name]/lib directory and past that file. restart the servers, hope this will help. javax.ejb.EJBException: EJB Exception: :…
-
javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3: Destination unreachable
While compiling some code in JDeveloper I was getting the below error. It was coming due to proxy issue. So go to Jdeveloper then Tools—Preferences—Web Browser and Proxy then in exceptions field enter your server hostname. Test your code again and this time hopefully error will not come. It resolved my issue and i hope…
-
java.security.PrivilegedActionException: weblogic.common.ResourceException Oracle SOA
java.security.PrivilegedActionException: weblogic.common.ResourceException: java.security.PrivilegedActionException: weblogic.common.ResourceException: No credential mapper entry found for password indirection user=apps for data source DataSourceName While creating a war file and then deploying on weblogic we get this error. To get ride of this error in Jdeveloper go to application properties and then deployments and then uncheck “Auto Generate and Synchronize weblogic-jdbc.xml Descriptors During…
-
Oracle SOA BPEL Email error Could not connect to SMTP host: smtp.gmail.com
I configured email server in Enterprise Manger and then I used email activity in BPEL to send notifications. But I was facing the below issue. After much troubleshooting I figured it out as network issue. My server was behind proxy server and it was blocking such type traffic then I have to check it with…
-
SQLDeveloper is not connecting to remote database
I have already written a post on SQL Developer connectivity problem. But recently I got one new error while connecting SQLDeveloper to remote database. First as I mentioned in my last post set proxy if you are using any in your SQLDeveloper and then try to connect it. But If it still gives the error then…
-
Error(24,68): SCAC-50012 Oracle SOA BPEL Error in JDeveloper while building application
I was following one of document/tutorial to implement email notification service in BPEL. But after completing it when I tried to build it, It gave Error(24,68): SCAC-50012. It was so generic error that I could not find exact detailed error. So I did again every step that I did to build application and rebuilt application…
-
cfgfwk-64069 the following prerequisite found to be missing
I was getting this error while creating domain for Webcenter content cfgfwk-64069 the following prerequisite found to be missing oracle enterprise manager I re-installed Webcenter content and then recreated domain too but the same issue was there. I was unable to see Oracle Enterprise Manager in list. I was starting domain configuration wizard from command line.…
-
Oracle Application Adapter error on activating in Weblogic Console resolved
Last couple of days i was facing the following issue when i try to update Apps Adapter in Oracle Weblogic consoleAn error occurred during activation of changes, please see the log for details.[1] The ra.xml <connection-interface> class ‘oracle.tip.adapter.apps.IAppsConnection’ was not found in the resource adapter archive/application. [2] The ra.xml <connection-impl-class> class ‘oracle.tip.adapter.apps.AppsConnection’ was not found in…