Posts

Showing posts from January 20, 2010

How to change connection pool from unix console

How to change connection pool from unix console Steps :- 1) Go to the $OH/j2ee/oc4j_soa/config path 2) take backup of data-sources.xml like below :- bash-3.2$ cp data-sources.xml data-sources.xml_bkp200110 3) Then open the same file as bash-3.2$ vi data-sources.xml 4) just execute the global replacement command like 1,$s/xyz/abc/g 5) save the file 6) Restart the container to effect the change opmnctl restartproc

OutOfMemoryError: unable to create new native thread

OutOfMemoryError: unable to create new native thread 10/01/14 11:06:10 java.lang.OutOfMemoryError: unable to create new native thread 10/01/14 11:06:10 at java.lang.Thread.start0(Native Method) 10/01/14 11:06:10 at java.lang.Thread.start(Thread.java:574) 10/01/14 11:06:10 at com.evermind.util.ReleasableResourcePooledExecutor.addThread(ReleasableResourcePooledExecutor.java:236) 10/01/14 11:06:10 at EDU.oswego.cs.dl.util.concurrent.PooledExecutor.execute(PooledExecutor.java:997) 10/01/14 11:06:10 at com.evermind.util.ThreadPool.launch(ThreadPool.java:283) 10/01/14 11:06:10 at com.evermind.server.rmi.RMIServerConnection.startConnection(RMIServerConnection.java:141) 10/01/14 11:06:10 at com.evermind.server.rmi.RMIServer.createRMIServerConnection(RMIServer.java:812) 10/01/14 11:06:10 at com.evermind.server.rmi.RMIServer.connect(RMIServer.java:805) 10/01/14 11:06:10 at com.evermind.server.rmi.RMIServer$Listener.acceptNewConnection(RMIServ

BPEL Crash with ping attempt timeout error

BPEL Crash with ping attempt timeout error 09/12/30 23:02:42 [ons-connect] Passive connection 100.00.00.000,6024 missing connect 10/01/14 11:01:48 [libopmnoc4j] OC4J ping attempt timed out 10/01/14 11:01:48 [libopmnoc4j] Process Ping Failed: BPEL~oc4j_soa~default_group~1 (345181855:4176) 10/01/14 11:02:38 [libopmnoc4j] OC4J ping attempt timed out 10/01/14 11:02:38 [libopmnoc4j] Process Ping Failed: BPEL~oc4j_soa~default_group~1 (345181855:4176) 10/01/14 11:03:28 [libopmnoc4j] OC4J ping attempt timed out 10/01/14 11:03:28 [libopmnoc4j] Process Ping Failed: BPEL~oc4j_soa~default_group~1 (345181855:4176) 10/01/14 11:04:18 [libopmnoc4j] OC4J ping attempt timed out 10/01/14 11:04:18 [libopmnoc4j] Process Ping Failed: BPEL~oc4j_soa~default_group~1 (345181855:4176) 10/01/14 11:05:08 [libopmnoc4j] OC4J ping attempt timed out 10/01/14 11:05:08 [libopmnoc4j] Process Ping Failed: BPEL~oc4j_soa~default_group~1 (345181855:4176) 10/01/14 11:05:58 [libopmnoc4j] OC4J ping attempt timed out 10/01/14 11

Identity Service Authentication failure

Identity Service Authentication failure --2010-01-14 10:34:33,032-- --ERROR-- --oracle.bpel.services.workflow-- --::-- Identity Service Authentication failure. Identity Service Authentication failure. Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable. ORABPEL-10528 Identity Service Authentication failure. Identity Service Authentication failure. Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable. at oracle.tip.pc.services.identity.jazn.xml.XMLAuthenticationService.authenticateUser(XMLAuthenticationService.java:150) at oracle.tip.pc.services.identity.jazn.xml.XMLIdentityService.authenticateUser(XMLIdentityService.java:426) at oracle.bpel.services.workflow.verification.impl.VerificationService.authenticateUser(VerificationService.java:341) 1) Check username/password used in worklist is correct or not. 2) Add correct password in the descriptor of BPEL Process throwi

How to disable a container not to ping and display in EM or at server .

How to disable a container not to ping and display in em or at server . 1) stop the application server by using opmnctl @cluster stopproc 2) go to $OH/opmn/conf file 3) open opmn.xml file and find below :- --/process-set-- --/process-type-- --/ias-component-- --ias-component id="group_xyz" status="enabled"-- --process-type id="xyz" module-id="OC4J" status="enabled"-- --module-data-- --category id="start-parameters"-- --data id="java-options" value="-server -Dcom.sun.management.jmxremote -mx1792M -ms1792M -XX:MaxPermSize=300M -XX:AppendRatio=3 -Djava.security.policy=$ORACLE_HOME/j2ee/xyz/c onfig/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false -Xbootclasspath^/p $OH/j2ee/xyz/applib/jtds-1.2.2.jar -XX:PermSize=300m -Duser.tim ezone=GMT+4 -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+UseParallelGC -XX:ParallelGCThreads=4 -XX:SurvivorRatio=32"/-- --/category-- --category id="stop-paramete

Unable to get a physical connection from the database

This is a stale connection issue :- : The Adapter Framework was unable to establish an outbound JCA connection due to the following issue: ORABPEL-11929 SQL error while creating managed (database) connection. SQL error while creating managed (database) connection: Unable to get a physical connection from the database...there are no connections available. Please examine the log file to determine the problem. [Caused by: Unable to get a physical connection from the database...there are no connections available.] 1) Check database for the stale connections. 2) Oracle Suggests MLR9 patch to remove this issue. 3) Configure Connection pools analyzing current transactions 4) For immediate solution , restart the container and thus connections will get released.

Anonymous user got deleted or missing

OC4J denotes the anonymous user as the OC4J user when an application is initiated that does not have an authenticated user. The anonymous user may also be used during EJB RMI access Below error will come :- This load was initiated at hw_services.root:0.0.0 using the Class.forName() method. The missing class is available from the following locations: 1. Code-Source: $OH/bpel/system/services/lib/bpm-services.jar (from in $OH/SOA/j2ee/oc4j_soa/config/server.xml) This code-source is available in loader oracle.bpel.common:10.1.3. This shared-library can be imported by the "hw_services" application. 1) Check hw_services sub-application up and running in orabpel appliation in em console 2) check anonymous user exist in jazn of BPEL container 3) if not, create with any password. 4) start the container