Mindblown: a blog about philosophy.
-
java.sql.SQLException: ResultSet.next was not called Oracle JDeveloper, B2B Callout
While running a Java code of B2B callout i was getting the below error. This was due to below Java code. The commented code was causing the problem then i defined it in if statement as shown below. I hope you understand the reason. PreparedStatement pstmt = conn.prepareStatement(“My select query=?”); pstmt.setInt(1,…
-
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…
-
Error(1,1)mdssys/mdx/componentType.rdf: XML-20108: (Fatal Error) Start of root element expected.
Error(1,1)mdssys/mdx/componentType.rdf<Line 1, Column 1>: XML-20108: (Fatal Error) Start of root element expected. Sometimes when we build Oracle SOA project we get the above error. To resolve this issue just go to those file where this error is coming you can see this from compiler and remove those file or add following in those files <xml…
-
rul-05720 datatype mismatch for test jaxbelement >int Oracle SOA business rule
rul-05720 datatype mismatch for test jaxbelement >int Sometime we face this error while creating business rule. I was facing the same issue with variable that I was using in business rule by removing minOccurs=”0″ in my schema element. Like below <xs:element name=”netAmount” type=”xs:decimal” minOccurs=”0″ nillable=”true”/> just remove the highlighted area and try to create your business…
-
Oracle SOA Business rule Fact not found in the rule engine working memory
The following error comes sometimes in Oracle SOA suite business rule. Fact not found in the rule engine working memory, rule session execution failed. This is most likely a rule modeling error. I was facing the same issue while working on business rule. The error was coming due to schema issues or namespace issues in…
-
Oracle BPM 12c vacation rule
Recently I was trying to use Oracle BPM 12c vacation rule but it was not working for me. I also posted on Oracle community and following was the detailed problem. Oracle BPM 12c vacation rule issue How it worked for me then? So go to your .task file of that user like manager in my…
-
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…
-
Oracle BPM 12c error ADF_FACES-60097, ADF_FACES-60096 server exception during PPR #15
Recently I was working on Oracle BPM 12.1.3 and I was constantly getting the following error Error ADF_FACES-60097, ADF_FACES-60096 server exception during PPR #15 I also asked on Oracle community page and somehow got ride but for just short time and its started appearing again and again. If you are facing the same issue in…
-
Oracle BAM 12C error(BEA-240003,SPI:260112) while updating OracleBamAdapter
While updating Oracle BAM 12 adpater OracleBamAdapter I was facing the below error. After troubleshooting I figured out that OracleBamAdapter was not targeted to any server. To resolve this issue go to Deployments, then click on OracleBamAdapter and then select Targets from top menu bar of OracleBamAdapter setting. From the servers list select any server like bam_server1 and hit…
Got any book recommendations?