<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Resolve OAS Startup Issue: &#8220;Port Information in the ONS Notification is Incorre&#8230;</title>
	<atom:link href="http://www.dbuggr.com/smallwei/resolve-oc4j-startup-issue-port-information-ons-notification-incorr/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbuggr.com/smallwei/resolve-oc4j-startup-issue-port-information-ons-notification-incorr/</link>
	<description>Share Knowledge &#38; Be Rewarded</description>
	<lastBuildDate>Fri, 03 Feb 2012 23:13:48 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: smallwei</title>
		<link>http://www.dbuggr.com/smallwei/resolve-oc4j-startup-issue-port-information-ons-notification-incorr/comment-page-1/#comment-490</link>
		<dc:creator>smallwei</dc:creator>
		<pubDate>Tue, 08 Dec 2009 03:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/resolve-oc4j-startup-issue-port-information-ons-notification-incorr/#comment-490</guid>
		<description>&lt;ol&gt;
&lt;li&gt;Make sure there is no network or IP change recently.&lt;/li&gt;
&lt;li&gt;Shutdown OAS, delete everything located under $OAS_HOME\j2ee\home\persistence\ (do not delete persistence folder itself) and restart the server.&lt;/li&gt;
&lt;li&gt;Try to identify which process actually caused this error by disable &quot;one process&quot; at a time (if you have multiple processes):&lt;/li&gt;
&lt;/ol&gt;
In my case, I have two processes.
&lt;ul&gt;
&lt;li&gt;Shutdown OAS, edit opmn.xml and disable &quot;home&quot; process first.&lt;/li&gt;
&lt;code&gt;&lt;process-type id=&quot;home&quot; module-id=&quot;OC4J&quot; status=&quot;disabled&quot;&gt;&lt;/code&gt;
&lt;li&gt;Startup OAS and see if you are getting the error.&lt;/li&gt;
&lt;li&gt;If there is no error, I then shutdown OAS, re-enable &quot;home&quot; process, and then I disable &quot;oc4j_soa&quot; process.&lt;/li&gt;
&lt;code&gt;&lt;process-type id=&quot;oc4j_soa&quot; module-id=&quot;OC4J&quot; status=&quot;disabled&quot;&gt;&lt;/code&gt;
&lt;li&gt;Startup OAS and see if you are getting the error.&lt;/li&gt;
&lt;li&gt;In my case, OAS also comes up without error this time.&lt;/li&gt;
&lt;li&gt;This tells me there is a conflict (possibily port) between &quot;oc4j_soa&quot; and &quot;home&quot; process.&lt;/li&gt;
&lt;li&gt;I then decided to give both oc4j_soa and home processes different &quot;range&quot; of port for RMI, RMIS and JMS:&lt;/li&gt;
&lt;code&gt;&lt;port id=&quot;rmi&quot; range=&quot;12401-12500&quot;/&gt;
&lt;port id=&quot;rmis&quot; range=&quot;12701-12800&quot;/&gt;
&lt;port id=&quot;jms&quot; range=&quot;12601-12700&quot;/&gt;&lt;/code&gt;
&lt;/ul&gt;
This resolved my issues.</description>
		<content:encoded><![CDATA[<ol>
<li>Make sure there is no network or IP change recently.</li>
<li>Shutdown OAS, delete everything located under $OAS_HOME\j2ee\home\persistence\ (do not delete persistence folder itself) and restart the server.</li>
<li>Try to identify which process actually caused this error by disable &#8220;one process&#8221; at a time (if you have multiple processes):</li>
</ol>
<p>In my case, I have two processes.</p>
<ul>
<li>Shutdown OAS, edit opmn.xml and disable &#8220;home&#8221; process first.</li>
<p><code>&lt;process-type id=&quot;home&quot; module-id=&quot;OC4J&quot; status=&quot;disabled&quot;&gt;</code></p>
<li>Startup OAS and see if you are getting the error.</li>
<li>If there is no error, I then shutdown OAS, re-enable &#8220;home&#8221; process, and then I disable &#8220;oc4j_soa&#8221; process.</li>
<p><code>&lt;process-type id=&quot;oc4j_soa&quot; module-id=&quot;OC4J&quot; status=&quot;disabled&quot;&gt;</code></p>
<li>Startup OAS and see if you are getting the error.</li>
<li>In my case, OAS also comes up without error this time.</li>
<li>This tells me there is a conflict (possibily port) between &#8220;oc4j_soa&#8221; and &#8220;home&#8221; process.</li>
<li>I then decided to give both oc4j_soa and home processes different &#8220;range&#8221; of port for RMI, RMIS and JMS:</li>
<p><pre><code>&lt;port id=&quot;rmi&quot; range=&quot;12401-12500&quot;/&gt;
&lt;port id=&quot;rmis&quot; range=&quot;12701-12800&quot;/&gt;
&lt;port id=&quot;jms&quot; range=&quot;12601-12700&quot;/&gt;</code></pre>
</ul>
<p>This resolved my issues.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
