{"id":2151,"date":"2010-10-12T08:52:27","date_gmt":"2010-10-12T12:52:27","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2010\/10\/12\/error-missing-ormis-while-stopping-oc4j-process-of-soa-application-server\/"},"modified":"2010-10-12T08:54:30","modified_gmt":"2010-10-12T12:54:30","slug":"error-missing-ormis-while-stopping-oc4j-process-of-soa-application-server","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2010\/10\/12\/error-missing-ormis-while-stopping-oc4j-process-of-soa-application-server\/","title":{"rendered":"Error: Missing ormi[s]:\/\/: : While stopping OC4J Process of SOA Application Server"},"content":{"rendered":"<p>I have come across with an issue while stopping the OC4J process of SOA Application Server 10.1.3.1.0 in a Linux environment. This is peculiar behavior wherein it was working fine when I had stopped it as root user and the issue arises only when I perform the task using non-root user.<\/p>\n<p><!--[if gte mso 9]&amp;gt;     Normal   0               false   false   false      EN-US   X-NONE   X-NONE                                                     MicrosoftInternetExplorer4                                                   &amp;lt;![endif]--><!--[if gte mso 9]&amp;gt;                                                                                                                                                                                                                                                                                                                                                                                                                                &amp;lt;![endif]--><!--[if gte mso 10]&amp;gt;   \/* Style Definitions *\/  table.MsoNormalTable \t{mso-style-name:\"Table Normal\"; \tmso-tstyle-rowband-size:0; \tmso-tstyle-colband-size:0; \tmso-style-noshow:yes; \tmso-style-priority:99; \tmso-style-qformat:yes; \tmso-style-parent:\"\"; \tmso-padding-alt:0in 5.4pt 0in 5.4pt; \tmso-para-margin:0in; \tmso-para-margin-bottom:.0001pt; \tmso-pagination:widow-orphan; \tfont-size:11.0pt; \tfont-family:\"Calibri\",\"sans-serif\"; \tmso-ascii-font-family:Calibri; \tmso-ascii-theme-font:minor-latin; \tmso-fareast-font-family:\"Times New Roman\"; \tmso-fareast-theme-font:minor-fareast; \tmso-hansi-font-family:Calibri; \tmso-hansi-theme-font:minor-latin;}  &amp;lt;![endif]--><\/p>\n<p><!--[if gte mso 9]&amp;gt;     Normal   0               false   false   false      EN-US   X-NONE   X-NONE                                                     MicrosoftInternetExplorer4                                                   &amp;lt;![endif]--><!--[if gte mso 9]&amp;gt;                                                                                                                                                                                                                                                                                                                                                                                                                                &amp;lt;![endif]--><!--[if gte mso 10]&amp;gt;   \/* Style Definitions *\/  table.MsoNormalTable \t{mso-style-name:\"Table Normal\"; \tmso-tstyle-rowband-size:0; \tmso-tstyle-colband-size:0; \tmso-style-noshow:yes; \tmso-style-priority:99; \tmso-style-qformat:yes; \tmso-style-parent:\"\"; \tmso-padding-alt:0in 5.4pt 0in 5.4pt; \tmso-para-margin:0in; \tmso-para-margin-bottom:.0001pt; \tmso-pagination:widow-orphan; \tfont-size:11.0pt; \tfont-family:\"Calibri\",\"sans-serif\"; \tmso-ascii-font-family:Calibri; \tmso-ascii-theme-font:minor-latin; \tmso-fareast-font-family:\"Times New Roman\"; \tmso-fareast-theme-font:minor-fareast; \tmso-hansi-font-family:Calibri; \tmso-hansi-theme-font:minor-latin;}  &amp;lt;![endif]--><\/p>\n<p><font color=\"#ff0000\">[oracle@soa_hostname bin]$ .\/opmnctl stopproc process-type=home<\/font><\/p>\n<p><font color=\"#ff0000\">opmnctl: stopping opmn managed processes&#8230;<\/font><\/p>\n<p><font color=\"#ff0000\">opmn id=soa_hostname:6302 \u00a0\u00a0 0 of 1 processes stopped.<\/font><\/p>\n<p><font color=\"#ff0000\">ias-instance id=idmtest.soa_hostname<\/font><\/p>\n<p><font color=\"#ff0000\">ias-component\/process-type\/process-set:\u00a0\u00a0\u00a0 default_group\/home\/default_group\/<\/font><\/p>\n<p><font color=\"#ff0000\">Error\u00a0 &#8211;&gt; Process (index=1,uid=1111129602,pid=11081)<\/font><\/p>\n<p><font color=\"#ff0000\">\u00a0\u00a0\u00a0 time out while waiting for a managed process to stop<\/font><\/p>\n<p><font color=\"#ff0000\">\u00a0\u00a0\u00a0 Log:\/u01\/apps\/oraclesoa\/opmn\/logs\/\/default_group~home~default_group~1.log<\/font><\/p>\n<p>The error seen in log file <font color=\"#ff0000\">default_group~home~default_group~1.log<\/font> is shown below.<\/p>\n<p><font color=\"#ff0000\">Error: Missing ormi[s]:\/\/&lt;host&gt;:&lt;port&gt;<\/font><\/p>\n<p><strong>Workaround:<\/strong><\/p>\n<ul>\n<li>Goto the location Oracle_Home\/opmn\/conf and edit opmn.xml to add a parameter <font color=\"#ff0000\">-Djava.net.preferIPv4Stack=true<\/font> for OC4J module as shown below.<\/li>\n<\/ul>\n<p><font color=\"#666699\">&lt;process-type id=&#8221;home&#8221; module-id=&#8221;OC4J&#8221; status=&#8221;enabled&#8221;&gt;<br \/>\n&lt;module-data&gt;<br \/>\n&lt;category id=&#8221;start-parameters&#8221;&gt;<br \/>\n&lt;data id=&#8221;java-options&#8221; value=&#8221;-server <font color=\"#ff0000\">-Djava.net.preferIPv4Stack=true<\/font><br \/>\n-Djava.security.policy=$ORACLE_HOME\/j2ee\/home\/config\/java2.policy -Djava.awt.headless=true<br \/>\n-Dhttp.webdir.enable=false&#8221;\/&gt;<br \/>\n&lt;\/category&gt;<br \/>\n&lt;category id=&#8221;stop-parameters&#8221;&gt;<br \/>\n&lt;data id=&#8221;java-options&#8221; value=&#8221;<font color=\"#ff0000\">-Djava.net.preferIPv4Stack=true<\/font> -Djava.security.policy=$ORACLE_HOME\/j2ee\/home\/config\/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false&#8221;\/&gt;<br \/>\n&lt;\/category&gt; <\/font><\/p>\n<ul>\n<li>Restart theOC4J process using .\/opmnctl stopall and .\/opmnctl startall.<\/li>\n<li>Stop the OC4J component using .\/opmnctl stopproc process-type=home (Please note that the oc4j instance name is &#8220;home&#8221; in my case).<\/li>\n<\/ul>\n<p>The error gets disappeared now.<br \/>\n<strong>References:<\/strong><\/p>\n<p>Metalink Note: 414427.1<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I have come across with an issue while stopping the OC4J process of SOA Application Server 10.1.3.1.0 in a Linux [&hellip;]<\/p>\n","protected":false},"author":115,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[42],"tags":[481,308,466],"class_list":["post-2151","post","type-post","status-publish","format-standard","hentry","category-troubleshooting","tag-opmn","tag-soa-application-server","tag-troubleshooting"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Error: Missing ormi[s]:\/\/: : While stopping OC4J Process of SOA Application Server -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onlineappsdba.com\/index.php\/2010\/10\/12\/error-missing-ormis-while-stopping-oc4j-process-of-soa-application-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Error: Missing ormi[s]:\/\/: : While stopping OC4J Process of SOA Application Server -\" \/>\n<meta property=\"og:description\" content=\"I have come across with an issue while stopping the OC4J process of SOA Application Server 10.1.3.1.0 in a Linux [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2010\/10\/12\/error-missing-ormis-while-stopping-oc4j-process-of-soa-application-server\/\" \/>\n<meta property=\"article:published_time\" content=\"2010-10-12T12:52:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2010-10-12T12:54:30+00:00\" \/>\n<meta name=\"author\" content=\"Masroof Ahmad\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Masroof Ahmad\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2010\/10\/12\/error-missing-ormis-while-stopping-oc4j-process-of-soa-application-server\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2010\/10\/12\/error-missing-ormis-while-stopping-oc4j-process-of-soa-application-server\/\",\"name\":\"Error: Missing ormi[s]:\/\/: : While stopping OC4J Process of SOA Application Server -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"datePublished\":\"2010-10-12T12:52:27+00:00\",\"dateModified\":\"2010-10-12T12:54:30+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2010\/10\/12\/error-missing-ormis-while-stopping-oc4j-process-of-soa-application-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2010\/10\/12\/error-missing-ormis-while-stopping-oc4j-process-of-soa-application-server\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2010\/10\/12\/error-missing-ormis-while-stopping-oc4j-process-of-soa-application-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Error: Missing ormi[s]:\/\/: : While stopping OC4J Process of SOA Application Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineappsdba.com\/#website\",\"url\":\"https:\/\/onlineappsdba.com\/\",\"name\":\"\",\"description\":\"Oracle Implementation &amp; Training Experts\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineappsdba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\",\"name\":\"Masroof Ahmad\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"caption\":\"Masroof Ahmad\"},\"url\":\"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Error: Missing ormi[s]:\/\/: : While stopping OC4J Process of SOA Application Server -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/onlineappsdba.com\/index.php\/2010\/10\/12\/error-missing-ormis-while-stopping-oc4j-process-of-soa-application-server\/","og_locale":"en_US","og_type":"article","og_title":"Error: Missing ormi[s]:\/\/: : While stopping OC4J Process of SOA Application Server -","og_description":"I have come across with an issue while stopping the OC4J process of SOA Application Server 10.1.3.1.0 in a Linux [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2010\/10\/12\/error-missing-ormis-while-stopping-oc4j-process-of-soa-application-server\/","article_published_time":"2010-10-12T12:52:27+00:00","article_modified_time":"2010-10-12T12:54:30+00:00","author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2010\/10\/12\/error-missing-ormis-while-stopping-oc4j-process-of-soa-application-server\/","url":"https:\/\/onlineappsdba.com\/index.php\/2010\/10\/12\/error-missing-ormis-while-stopping-oc4j-process-of-soa-application-server\/","name":"Error: Missing ormi[s]:\/\/: : While stopping OC4J Process of SOA Application Server -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"datePublished":"2010-10-12T12:52:27+00:00","dateModified":"2010-10-12T12:54:30+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2010\/10\/12\/error-missing-ormis-while-stopping-oc4j-process-of-soa-application-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2010\/10\/12\/error-missing-ormis-while-stopping-oc4j-process-of-soa-application-server\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2010\/10\/12\/error-missing-ormis-while-stopping-oc4j-process-of-soa-application-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Error: Missing ormi[s]:\/\/: : While stopping OC4J Process of SOA Application Server"}]},{"@type":"WebSite","@id":"https:\/\/onlineappsdba.com\/#website","url":"https:\/\/onlineappsdba.com\/","name":"","description":"Oracle Implementation &amp; Training Experts","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineappsdba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb","name":"Masroof Ahmad","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","caption":"Masroof Ahmad"},"url":"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/2151","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/comments?post=2151"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/2151\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=2151"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=2151"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=2151"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}