Home » Fusion Middleware & Colab Suite » Weblogic & Application Server » IP CHANGED on OAS
IP CHANGED on OAS [message #240736] Fri, 25 May 2007 10:52 Go to next message
waveblue
Messages: 22
Registered: December 2004
Junior Member
Hello,

I have an 10.1.2.0.2 Oracle Application Server (Infra & mid-tier) with HTTP & FORMS.

I have changed IP of the host redhat ES 4 and now dcm-daemon & OC4J are down are down.


on my INFRA, when i do opmctl status:
dDSA | DSA | N/A | Down
LogLoader | logloaderd | N/A | Down
dcm-daemon | dcm-daemon | N/A | Down
OC4J | OC4J_SECURITY | 18141 |Down
HTTP_Server | HTTP_Server | 4488 | Alive
OID | OID | 4503 | Alive


in $ORACLE_HOME/NomInstance/opmn/log/OC4J~OC4J_SECURITY~default_island~1, i have:
07/05/25 17:18:13 Start process
--------
07/05/25 17:18:31 DAS servlet init enter
07/05/25 17:18:31 oiddas: Release 10.1.2.1.0 Production Started
07/05/25 17:18:36 DAS servlet init exit
07/05/25 17:18:38 SSOLoginServlet.init: Starting up SSO server ...
07/05/25 17:18:38 Initilize NLS utility...
07/05/25 17:18:38 Reading SSO server policy....
07/05/25 17:18:38 SSO: Entered FilePolicyManager constructor ...
07/05/25 17:18:38 SSO: FilePolicyManager: done loading the /u01/app/oracle/product/infra10g/sso/conf/policy.properties file
07/05/25 17:18:38 SSO: Leaving FilePolicyManager constructor ...
07/05/25 17:18:38 SSODebug: Done loading the debug file, /u01/app/oracle/product/infra10g/sso/log/ssoServer.log
07/05/25 17:18:38 SSO: DB Error. Please make sure the database is available and restart SSO Server
07/05/25 17:18:38 oracle.security.sso.server.util.DBException: Empty DB connect string. Could not create DB connection pool
07/05/25 17:18:38 at oracle.security.sso.server.util.DBConnectionPool.init(DBConnectionPool.java:132)
07/05/25 17:18:38 at oracle.security.sso.server.util.DBConnectionPool.init(DBConnectionPool.java:82)
07/05/25 17:18:38 at oracle.security.sso.server.ui.SSOLoginServlet.init(SSOLoginServlet.java:235)
07/05/25 17:18:38 at javax.servlet.GenericServlet.init(GenericServlet.java:258)
07/05/25 17:18:38 at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2354)
07/05/25 17:18:38 at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4795)
07/05/25 17:18:38 at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4889)
07/05/25 17:18:38 at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1015)
07/05/25 17:18:38 at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
07/05/25 17:18:38 at com.evermind.server.Application.getHttpApplication(Application.java:890)
07/05/25 17:18:38 at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
07/05/25 17:18:38 at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
07/05/25 17:18:38 at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
07/05/25 17:18:38 at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
07/05/25 17:18:38 at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
07/05/25 17:18:38 at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
07/05/25 17:18:38 at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1551)
07/05/25 17:18:38 at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
07/05/25 17:18:38 at java.lang.Thread.run(Thread.java:534)
07/05/25 17:18:38 SSO: FAILED TO START SSO SERVER!


in $ORACLE_HOME/NomInstance/opmn/log/ons.log :
Connection 1,10.12.3.116,6201 connect (Connection refused)


I made changed in :
/etc/hosts
.../ifcfg-eth0

I'm sure of my network parameter but it doesn't work.

it is possible to change address IP HOST of Oracle application?

Have you an idea of my problem?

thanks for your reponse.

waveblue.
Re: IP CHANGED on OAS [message #241651 is a reply to message #240736] Wed, 30 May 2007 05:26 Go to previous messageGo to next message
zeshanali76
Messages: 180
Registered: January 2006
Location: Pakistan
Senior Member

Operating System Plz ?????????????????
Re: IP CHANGED on OAS [message #241652 is a reply to message #240736] Wed, 30 May 2007 05:28 Go to previous messageGo to next message
zeshanali76
Messages: 180
Registered: January 2006
Location: Pakistan
Senior Member

It is possible but tell Operating System first
Re: IP CHANGED on OAS [message #241881 is a reply to message #241652] Wed, 30 May 2007 16:45 Go to previous messageGo to next message
waveblue
Messages: 22
Registered: December 2004
Junior Member
My OS is REDHAT Enterprise AS4
Re: IP CHANGED on OAS [message #242175 is a reply to message #240736] Thu, 31 May 2007 22:26 Go to previous messageGo to next message
zeshanali76
Messages: 180
Registered: January 2006
Location: Pakistan
Senior Member

Run the following commands in the Infrastructure Oracle home:

cd ORACLE_HOME/chgip/scripts
./chgiphost.sh -infra

The chgiphost.sh command prompts for the old and new IP address.

Zeeshan Ali AWan
Re: IP CHANGED on OAS [message #254345 is a reply to message #242175] Thu, 26 July 2007 09:36 Go to previous messageGo to next message
linlasj
Messages: 98
Registered: August 2005
Location: Linköping
Member
Hi,
I have always heard that it is hard to change IP adresses in an Oracle environment. Does this useful command work for other tiers as well?

Or are there similar commands that will do the magic?


Best Regards,
Lars
icon8.gif  Re: SSO in down...! [message #328253 is a reply to message #240736] Thu, 19 June 2008 09:22 Go to previous messageGo to next message
wael112233
Messages: 5
Registered: September 2007
Location: Egypt - Cairo
Junior Member
hello Smile
i faced a problem and i cant solve it, i installed oracle Infra and Portal in 2 linux Redhat AS servers as follow:

Infra Servre:

- Metadatai
- Identity management (Non-SSl 389 , SSL 363)

Portal Server: connect on Infra server

The problem occurred when we applied IPtables on the infra server
and infra didnt work again, even we allow LDAPS requests on iptables on 389, and 636 .

Now we remove iptables " uninstall rpm file" put it doesnt work. even the database is started and working correctlly

kindly find following the errors:

1- In file "/home/oracle/ora_Infra/opmn/logs/infra":
================================================================ --------
08/06/18 12:33:25 Dependency check
--------
Error - ORA-28000: the account is locked

infra is available
SUCCEEDED
================================================================


2- In file "/home/oracle/ora_Infra/opmn/logs/ipm.log":
================================================================
08/06/18 16:44:03 [4] Request 762 Started. Command: start
08/06/18 17:04:04 [4] Starting Process: OC4J~OC4J_SECURITY~default_island~1 (1449394321:0)
08/06/18 17:04:06 [4] Request 762 Completed. Command: start
08/06/18 17:04:06 [4] Stopping Process: OC4J~OC4J_SECURITY~default_island~1 (1449394321:24244)
08/06/18 17:04:06 [4] [libopmnoc4j] Process Stop Error: OC4J~OC4J_SECURITY~default_island~1 (1449394321:24244)
08/06/18 17:04:06 [4] [libopmnoc4j] Forcefully Terminating Process: OC4J~OC4J_SECURITY~default_island~1 (1449394321:24244)
08/06/18 17:04:08 [4] Process Stopped: OC4J~OC4J_SECURITY~default_island~1 (1449394321:24244)
================================================================


3- In file "/home/oracle/ora_Infra/opmn/logs/OC4J~OC4J_SECURITY~default_island~1":
================================================================
08/06/18 10:00:39 Warning: Error reading transaction-log file (/home/oracle/OraHome_1/j2ee/OC4J_SECURITY/persistence/OC4J_SECURITY_default_island_1/transaction.state) for recovery: premature end of file
08/06/18 10:00:39 Forced or abrupt (crash etc) server shutdown detected, starting recovery process...
08/06/18 10:00:39 Recovery completed, 0 connections committed and 0 rolled back...
08/06/18 10:00:41 DAS servlet init enter
08/06/18 10:00:42 oiddas: Release 10.1.2.1.0 Production Started
08/06/18 10:00:43 DAS servlet init exit
08/06/18 10:00:44 SSOLoginServlet.init: Starting up SSO server ...
08/06/18 10:00:44 Initilize NLS utility...
08/06/18 10:00:44 Reading SSO server policy....
08/06/18 10:00:44 SSO: Entered FilePolicyManager constructor ...
08/06/18 10:00:44 SSO: FilePolicyManager: done loading the /home/oracle/OraHome_1/sso/conf/policy.properties file
08/06/18 10:00:44 SSO: Leaving FilePolicyManager constructor ...
08/06/18 10:00:44 SSODebug: Done loading the debug file, /home/oracle/OraHome_1/sso/log/ssoServer.log
08/06/18 10:00:44 SSO: DB Error. Please make sure the database is available and restart SSO Server
08/06/18 10:00:44 oracle.security.sso.server.util.DBException: Empty DB connect string. Could not create DB connection pool
08/06/18 10:00:44 at oracle.security.sso.server.util.DBConnectionPool.init(DBConnectionPool.java:132)
08/06/18 10:00:44 at oracle.security.sso.server.util.DBConnectionPool.init(DBConnectionPool.java:82)
08/06/18 10:00:44 at oracle.security.sso.server.ui.SSOLoginServlet.init(SSOLoginServlet.java:235)
08/06/18 10:00:44 at javax.servlet.GenericServlet.init(GenericServlet.java:258)
08/06/18 10:00:44 at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2354)
08/06/18 10:00:44 at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4795)
08/06/18 10:00:44 at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4889)
08/06/18 10:00:44 at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1015)
08/06/18 10:00:44 at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
08/06/18 10:00:44 at com.evermind.server.Application.getHttpApplication(Application.java:890)
08/06/18 10:00:44 at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
08/06/18 10:00:44 at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
08/06/18 10:00:44 at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
08/06/18 10:00:44 at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
08/06/18 10:00:44 at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
08/06/18 10:00:44 at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
08/06/18 10:00:44 at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1551)
08/06/18 10:00:44 at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
08/06/18 10:00:44 at java.lang.Thread.run(Thread.java:534)
08/06/18 10:00:44 SSO: FAILED TO START SSO SERVER!
================================================================

4- In file "/home/oracle/ora_Infra/sso/log/ssoServer.log":
================================================================
Wed Jun 18 10:00:44 EEST 2008 [ERROR] Orion Launcher Could not get DB connect information from Repository API
oracle.ias.repository.schema.SchemaException: Unable to establish connection to the Oracle Internet Directory Server ldap://em-engine-net:389/. Base Exception : javax.naming.CommunicationException: em-engine-net:389 [Root exception is java.net.ConnectException: Connection refused]
at oracle.ias.repository.directory.DirectoryReader.connect(DirectoryReader.java:124)
at oracle.ias.repository.IASSchema.getColocatedDBConnect(IASSchema.java:657)
at oracle.ias.repository.IASSchema.getDBConnect(IASSchema.java:767)
at oracle.ias.repository.SchemaManager.getDBConnect(SchemaManager.java:406)
at oracle.security.sso.server.util.DBConnectionPool.init(DBConnectionPool.java:114)
at oracle.security.sso.server.util.DBConnectionPool.init(DBConnectionPool.java:82)
at oracle.security.sso.server.ui.SSOLoginServlet.init(SSOLoginServlet.java:235)
at javax.servlet.GenericServlet.init(GenericServlet.java:258)
at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2354)
at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4795)
at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4889)
at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1015)
at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
at com.evermind.server.Application.getHttpApplication(Application.java:890)
at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1551)
at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
at java.lang.Thread.run(Thread.java:534)
Wed Jun 18 10:00:44 EEST 2008 [ERROR] Orion Launcher SSO: DB Error. Please make sure the database is available and restart SSO Server
oracle.security.sso.server.util.DBException: Empty DB connect string. Could not create DB connection pool
at oracle.security.sso.server.util.DBConnectionPool.init(DBConnectionPool.java:132)
at oracle.security.sso.server.util.DBConnectionPool.init(DBConnectionPool.java:82)
at oracle.security.sso.server.ui.SSOLoginServlet.init(SSOLoginServlet.java:235)
at javax.servlet.GenericServlet.init(GenericServlet.java:258)
at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2354)
at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4795)
at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4889)
at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1015)
at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
at com.evermind.server.Application.getHttpApplication(Application.java:890)
at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1551)
at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
at java.lang.Thread.run(Thread.java:534)
================================================================


5 - In file "/home/oracle/ora_Infra/opmn/logs/ons.log":
================================================================
08/06/18 18:04:37 [4] Connection 2,10.2.2.70,6201 connect (Connection refused)
08/06/18 18:06:36 [4] Connection 2,10.2.2.70,6201 connect (Connection refused)
08/06/18 18:08:35 [4] Connection 2,10.2.2.70,6201 connect (Connection refused)
08/06/18 18:10:34 [4] Connection 2,10.2.2.70,6201 connect (Connection refused)
================================================================

OOG..!! I face a HUGE BULK of ERRORS... ;-(

any advice please...

Wael Gaber
Re: SSO in down...! [message #328704 is a reply to message #328253] Sat, 21 June 2008 23:10 Go to previous message
ebrian
Messages: 2794
Registered: April 2006
Senior Member
This thread is a year old!

Please DO NOT cross-post.

[Updated on: Sat, 21 June 2008 23:11]

Report message to a moderator

Previous Topic: default.env in 10g release 3
Next Topic: Oracle Report is not showing full Pages
Goto Forum:
  


Current Time: Thu Mar 28 14:55:43 CDT 2024