Posts

An error occurred while making the JMX RMI connection and it should have only one AS-control running in Application server 10.1.3.4.

An error occurred while making the JMX RMI connection and it should have only one AS-control running in Application server 10.1.3.4. Resolution Steps :- 1) Go to $OH/j2ee/test_oc4j/config path ( In each OC4J) 2) Update the new password for "oc4jadmin" in system-jazn-data.xml file with "!newpasword". "!" is used for encrytption. 3) Go to $OH/j2ee/home/persistence/ascontrol/ascontrol/securestore directory. 4) Delete the contents of the "securestore" directory . 5) Restart the application server or oc4j container.

How to re-point nodes to current Oracle Grid Agent to new Grid OMS (10.2.0.5)

It is a two step process as far as my documentation goes given below :- (i) STEP1 :- a) Remove the agent from the old OMS otherwise the same agent will not be able to point to the new OMS as it is registered in the old OMS with below tasks :- a.1)From OMS, drop all the Targets on the host to be removed, except the Host and Agent.All targets except the Host and Agent should now be gone from the OMS. a.2) Confirm the targets (except Host and Agent) are removed successfully and completely from the OMS: Click on "Setup" in upper right. Click on the "EM 10g Grid Control Management System" tab You will see this information on the page: --> Management Services and Repository --> Overview page --> General section --> Deleted Targets: a.3) Click on "Deleted Targets" (Note this only appears once a delete is attempted.) a.4) Confirm that the "Time Delete Completed" column is filled in; once that column is filled in then the d...

To check application compatibility with differnt versions of IE with a utility called IETester.

Image
Many times , some websites/applications/web services doesnt run on some particular version of Internet Explores and the reason being the compatibility of the application/code with the IE version so we can test our application URL by running on IE tester. IETester, using this utility you can run multiple instances of Internet Explorer and view how the Services are rendered in each, To download this utility :- http://www.my-debugbar.com/ietester/install-ietester-v0.4.2.exe

How to install "BASH" on HP-UX 11.31

1) Copy the below .depot files in /var/tmp cd /var/tmp termcap-1.3.1-ia64-11.31.depot gettext-0.17-ia64-11.31.depot 2) Swinstall –s /var/tmp/termcap-1.3.1-ia64-11.31.depot Swinstall –s /var/tmp/gettext-0.17-ia64-11.31.depot 3) type bash at prompt.

ORA-22990: LOB locators cannot span transactions

Below is the error reported in BPEL opmn logs :- ############ <2010-02-07 10:50:59,852> Error while invoking bean "cube engine": Cannot update lob column.The process domain was unable to update the lob column "3" in the datastore. The exception reported is: ORA-22990: LOB locators cannot span transactions Please check that the machine hosting the datasource is physically connected to the network. Otherwise, check that the datasource connection parameters (user/password) is currently valid. sql statement: BEGIN INSERT INTO cube_scope( cikey, domain_ref, scope_bin ) VALUES ( ?, ?, '0' ) RETURNING scope_bin INTO ?; END; ORABPEL-04040 Cannot update lob column. The process domain was unable to update the lob column "3" in the datastore. The exception reported is: ORA-22990: LOB locators cannot span transactions Please check that the machine hosting the datasource is physically connected to the network. Otherwise, check tha...

OC4j container load balancing is not happening in Clustered OC4J and one node is getting loaded with active requests

Issue :- Mod_oc4j not able to connect to OC4J . Below error in apache logs(error logs) ######### Sun Feb 7 10:55:58 2010] [error] [client 100.1.2.101] [ecid: 1265525758:172.1.2.3:18412:0:1429,0] File does not exist: / $OH/Apache/Apache/htdocs/error/HTTP_BAD_GATEWAY.html.var [Sun Feb 7 10:56:00 2010] [warn] [client 100.1.2.101] oc4j_socket_recvfull timed out [Sun Feb 7 10:56:00 2010] [error] [client 100.1.2.101] [ecid: 1265525456:172.1.2.3:25882:0:294,0] mod_oc4j: request to OC 4J ab.testworld.com :12543 failed: recv failed (errno=4) [Sun Feb 7 10:56:00 2010] [warn] [client 100.1.2.102] oc4j_socket_recvfull timed out [Sun Feb 7 10:56:00 2010] [error] [client 100.1.2.102] [ecid: 1265525458:172.1.2.3:15032:0:1931,0] mod_oc4j: request to O C4J ab.testworld.com:12506 failed: Connect failed ######### Solution in metalink :- Troubleshooting MOD_OC4J_0080 MOD_OC4J_0058 MOD_OC4J_0035 MOD_OC4J_0121 MOD_OC4J_0013 Errors In the HTTP Server error_log file...

Application gets automatically undeployed after OC4J container restart

Whenever we were restarting the OC4J Container , we observed that some of the applications automatically gets undeployed and are not visible in enterprise manager console.We found below errors in the container logs which are due to the wrong entries in server.xml and default-website.xml file Then we deleted those physical appliation folders from the $OH/j2ee/testoc4j/applications and restarted the container and then deployed the J2EE applications again. It worked even after the restart. Issue :- opmn referreing to wrong entries in server.x ml and default-website.xml file. Solution :- Delete application folders from $OH/j2ee/testoc4j/applications and redeployed the applications. ############# 09/06/21 17:27:13 [SEVERE]: Error instantiating application at file $OH/j2ee/testoc4j/applications/test.ear: Unable to get A pplicationConfig for test1 : Error creating deployment directory: IO Error: error in opening zip file 09/06/21 17:27:13 [SEVERE]: Error instantiating appl...