{"id":2608,"date":"2011-08-10T07:08:48","date_gmt":"2011-08-10T11:08:48","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2011\/08\/10\/dump-core-files-issue\/"},"modified":"2012-12-03T09:22:41","modified_gmt":"2012-12-03T13:22:41","slug":"dump-core-files-issue","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2011\/08\/10\/dump-core-files-issue\/","title":{"rendered":"OC4J Service issue"},"content":{"rendered":"<p><strong>Problem Description:<\/strong> In production environment we have two nodes and it\u2019s clustered. The environment has OAS and Oracle Access Manager Products installed in same node. I have seen issue like OC4J not coming up while restarting the osinfra services in one node. Previously everything was working fine, unable to understand what happen suddenly.<\/p>\n<p><strong>Cause:<\/strong> \u00a0Somehow LBR hostname is missed in one node. SSO is using LBR to get OID connection.<\/p>\n<p><strong>Workaround summary,<\/strong><\/p>\n<p>1. Stop the osinfra service or kill the (OAS) process manually since the pid are catch hold by oracle user<\/p>\n<p>2. Start the OID service [oracle_home\/opmn\/bin]$.\/opmnctl startproc process-type=OID<\/p>\n<p>Confirmed whether ldapbind is happening or not<\/p>\n<p>3. [oracle_home\/bin]$ .\/ldapbind -h &lt;oid_hostname&gt; -p &lt;oid_non_ssl_port&gt; -D cn=orcladmin -w &lt;pwd&gt;<\/p>\n<p>4. [oracle_home\/bin]$ .\/ldapbind -h &lt;oid_hostname&gt; -p &lt;oid_ssl_port&gt; -U 1 -D cn=orcladmin -w &lt;pwd&gt;<\/p>\n<p>5. Start the OC4J service [oracle_home\/opmn\/bin]$.\/opmnctl startproc process-type=OC4J_SECURITY<\/p>\n<p>6. Unable to come up, once again stop all services in osinfra, and truncate the ods_process table and start the process again but no luck.<\/p>\n<p>I did some more workarounds but no luck.<\/p>\n<p>Finally I replace the old backup of osinfra folder and try to bring up the services one by one.<\/p>\n<p>1. Started the OID service but ldapbind not happening. Executed the action plan in this metalink 558296.1<\/p>\n<p>Now ldapbind happen smoothly but again OC4J service not coming up after replaces the backup.<\/p>\n<p>2. Tried to reset the IASpassword but it\u2019s failed.<\/p>\n<p>After long workaround, we come to know the solution for this issue.<\/p>\n<p>3. resetiaspassword is not working because is expecting LBR working and we get a little clue about this issue and we tried to bind with LBR hostname but its failed.<\/p>\n<p>4. Verified the LBR hostname in \/etc\/hosts file and we surprised how LBR entry get missed.<\/p>\n<p>5. Added LBR hostname in \/etc\/hosts and then ping\/ldapbind was working<\/p>\n<p>Finally, executed resetiaspasswd too and OC4J_SECURITY started as expected.<\/p>\n<p>I hope this will hep you. \ud83d\ude42<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Problem Description: In production environment we have two nodes and it\u2019s clustered. The environment has OAS and Oracle Access Manager [&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":[],"class_list":["post-2608","post","type-post","status-publish","format-standard","hentry","category-troubleshooting"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>OC4J Service issue -<\/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\/2011\/08\/10\/dump-core-files-issue\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"OC4J Service issue -\" \/>\n<meta property=\"og:description\" content=\"Problem Description: In production environment we have two nodes and it\u2019s clustered. The environment has OAS and Oracle Access Manager [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2011\/08\/10\/dump-core-files-issue\/\" \/>\n<meta property=\"article:published_time\" content=\"2011-08-10T11:08:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2012-12-03T13:22:41+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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/08\/10\/dump-core-files-issue\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/08\/10\/dump-core-files-issue\/\",\"name\":\"OC4J Service issue -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"datePublished\":\"2011-08-10T11:08:48+00:00\",\"dateModified\":\"2012-12-03T13:22:41+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/08\/10\/dump-core-files-issue\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2011\/08\/10\/dump-core-files-issue\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/08\/10\/dump-core-files-issue\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"OC4J Service issue\"}]},{\"@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":"OC4J Service issue -","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\/2011\/08\/10\/dump-core-files-issue\/","og_locale":"en_US","og_type":"article","og_title":"OC4J Service issue -","og_description":"Problem Description: In production environment we have two nodes and it\u2019s clustered. The environment has OAS and Oracle Access Manager [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2011\/08\/10\/dump-core-files-issue\/","article_published_time":"2011-08-10T11:08:48+00:00","article_modified_time":"2012-12-03T13:22:41+00:00","author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/08\/10\/dump-core-files-issue\/","url":"https:\/\/onlineappsdba.com\/index.php\/2011\/08\/10\/dump-core-files-issue\/","name":"OC4J Service issue -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"datePublished":"2011-08-10T11:08:48+00:00","dateModified":"2012-12-03T13:22:41+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/08\/10\/dump-core-files-issue\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2011\/08\/10\/dump-core-files-issue\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/08\/10\/dump-core-files-issue\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"OC4J Service issue"}]},{"@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\/2608","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=2608"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/2608\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=2608"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=2608"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=2608"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}