{"id":2471,"date":"2011-06-10T11:28:56","date_gmt":"2011-06-10T15:28:56","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2011\/06\/10\/oam-webgate-registration-rreg-resource-url-format-is-not-valid\/"},"modified":"2011-06-10T11:28:56","modified_gmt":"2011-06-10T15:28:56","slug":"oam-webgate-registration-rreg-resource-url-format-is-not-valid","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/10\/oam-webgate-registration-rreg-resource-url-format-is-not-valid\/","title":{"rendered":"OAM WebGate Registration RREG &#8211; Resource URL format is not valid"},"content":{"rendered":"<p><strong>WebGate<\/strong>: is a Policy Enforcement Point, which is installed as WebServer plug-in. Before you can use WebGate, an instance of WebGate must be created in Oracle Access Manager (OAM) and then WebGate should be installed with WebServer.<\/p>\n<ul>\n<li>In <strong>10g OAM<\/strong>, only way to create an WebGate instance is via <strong>Access System Console<\/strong> (GUI).<\/li>\n<li>In <strong>11g OAM<\/strong>, there are <strong>two ways<\/strong>to create an instance of WebGate, <strong>a)<\/strong> using OAM Console or <strong>b)<\/strong> using Remote Registration tool (RREG) .RREG and OAM Console both are covered in chapter 5 &amp; 8 in my book <a target=\"_blank\" href=\"https:\/\/www.packtpub.com\/oracle-identity-and-access-manager-11g-for-administrators\/book\">OAM\/OIM 11g for Administrators <\/a>\u00a0 (<font color=\"#ff0000\">This book is now\u00a0available from Packtpub Website<\/font>)<\/li>\n<\/ul>\n<p>I also discussed about OAM 11g WebGate (10g or 11g) registration using RREG <a target=\"_blank\" href=\"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/10\/part-ix-install-oam-agent-11g-webgate-with-oam-11g\/\">here<\/a><\/p>\n<p>After creating WebGate instance in OAM 11g, you can see it via OAM Console under &#8220;<strong>System Configuration<\/strong>&#8221; tab<br \/>\n<a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/06\/webgate_1.JPG\"><strong><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/06\/webgate_1.JPG\" \/><\/strong><\/a><strong> <\/strong><\/p>\n<p>.\u00a0<\/p>\n<p>I registered 10g Webgate with OAM 11g for<a target=\"_blank\" href=\"https:\/\/onlineappsdba.com\/index.php\/2011\/05\/06\/oracle-access-manager-11g-is-now-certified-with-e-business-suite-apps-r12\/\"> EBS R12 integration <\/a>\u00a0 and faced below issue while\u00a0running <strong>RREG<\/strong>\u00a0 (<strong>oamreg.sh inband input\/ebswebgate.xml<\/strong>)<\/p>\n<p><strong><u>Error Message<\/u><\/strong><br \/>\n<font color=\"#ff0000\">03-Jun-2011 11:23:32<\/font><\/p>\n<p><font color=\"#ff0000\">oracle.security.am.engines.rreg.client.RegController processRegistration\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<br \/>\nSEVERE: Server side error occurred. Specific error messages are:<strong>Resource URL format is not valid<\/strong>.\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<br \/>\n\u00a0 in main program&#8230;\u00a0 The remote registration process did not succeed!<br \/>\nPlease find the specific error message below.<\/font><\/p>\n<p><strong><font color=\"#ff0000\">Error message passed from server is:Resource URL format is not valid.<\/font><\/strong>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<br \/>\n_____________<\/p>\n<p>From error message it was clear that issue is with <strong>Resource definition<\/strong>\u00a0in input file (xml) used with <strong>oamreg.sh <\/strong>. My input file ebswebgate.xml looks like<\/p>\n<p>.<br \/>\n___________<br \/>\n&lt;OAMRegRequest&gt;<br \/>\n\u00a0\u00a0\u00a0 &lt;serverAddress&gt;http:\/\/oamserver.domain:7001&lt;\/serverAddress&gt;<br \/>\n\u00a0\u00a0\u00a0 &lt;hostIdentifier&gt;ebsdev_HostId&lt;\/hostIdentifier&gt;<br \/>\n\u00a0\u00a0\u00a0 &lt;agentName&gt;ebsdev_Agent&lt;\/agentName&gt;<br \/>\n\u00a0\u00a0\u00a0 &lt;agentBaseUrl&gt;http:\/\/ohsserver.domain:7777&lt;\/agentBaseUrl&gt;<br \/>\n\u00a0\u00a0\u00a0 &lt;logOutUrls&gt;<br \/>\n\u00a0\u00a0\u00a0\u00a0\u00a0 &lt;url&gt;\/logout&lt;\/url&gt;<br \/>\n\u00a0\u00a0\u00a0 &lt;\/logOutUrls&gt;<br \/>\n\u00a0\u00a0\u00a0 &lt;protectedResourcesList&gt;<br \/>\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 &lt;resource&gt;\/ebsauth_dev\/&lt;\/resource&gt;<br \/>\n<strong>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 &lt;resource&gt;\/ebsauth_dev\/..\/*&lt;\/resource&gt;<br \/>\n<\/strong>\u00a0\u00a0\u00a0 &lt;\/protectedResourcesList&gt;<br \/>\n\u00a0\u00a0\u00a0 &lt;publicResourcesList&gt;<br \/>\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 &lt;resource&gt;\/ebsauth_dev\/OAMLogin.jsp&lt;\/resource&gt;<br \/>\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 &lt;resource&gt;\/ebsauth_dev\/style\/&lt;\/resource&gt;<br \/>\n<strong>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 &lt;resource&gt;\/ebsauth_dev\/style\/..\/*&lt;\/resource&gt;<\/strong><br \/>\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 &lt;resource&gt;\/public\/oacleanup.html&lt;\/resource&gt;<br \/>\n\u00a0\u00a0\u00a0 &lt;\/publicResourcesList&gt;<br \/>\n&lt;\/OAMRegRequest&gt;<br \/>\n____________<\/p>\n<p>.<br \/>\nOn closer\u00a0look and comparing resource with other pre-conifgured resources in OAM, \u00a0I realised culprit resources are<\/p>\n<p>&lt;resource&gt;\/ebsauth_dev\/..\/*&lt;\/resource&gt;<br \/>\n&lt;resource&gt;\/ebsauth_dev\/..\/*&lt;\/resource&gt;<\/p>\n<p>.<\/p>\n<p>I would now like to hear from your view as <strong>why above two resources are not correct<\/strong> and <strong>what should be correct value<\/strong> ?<br \/>\n\u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"<p>WebGate: is a Policy Enforcement Point, which is installed as WebServer plug-in. Before you can use WebGate, an instance of [&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":[1],"tags":[],"class_list":["post-2471","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>OAM WebGate Registration RREG - Resource URL format is not valid -<\/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\/06\/10\/oam-webgate-registration-rreg-resource-url-format-is-not-valid\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"OAM WebGate Registration RREG - Resource URL format is not valid -\" \/>\n<meta property=\"og:description\" content=\"WebGate: is a Policy Enforcement Point, which is installed as WebServer plug-in. Before you can use WebGate, an instance of [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/10\/oam-webgate-registration-rreg-resource-url-format-is-not-valid\/\" \/>\n<meta property=\"article:published_time\" content=\"2011-06-10T15:28:56+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/06\/webgate_1.JPG\" \/>\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\/06\/10\/oam-webgate-registration-rreg-resource-url-format-is-not-valid\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/10\/oam-webgate-registration-rreg-resource-url-format-is-not-valid\/\",\"name\":\"OAM WebGate Registration RREG - Resource URL format is not valid -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/10\/oam-webgate-registration-rreg-resource-url-format-is-not-valid\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/10\/oam-webgate-registration-rreg-resource-url-format-is-not-valid\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/06\/webgate_1.JPG\",\"datePublished\":\"2011-06-10T15:28:56+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/10\/oam-webgate-registration-rreg-resource-url-format-is-not-valid\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/10\/oam-webgate-registration-rreg-resource-url-format-is-not-valid\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/10\/oam-webgate-registration-rreg-resource-url-format-is-not-valid\/#primaryimage\",\"url\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/06\/webgate_1.JPG\",\"contentUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/06\/webgate_1.JPG\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/10\/oam-webgate-registration-rreg-resource-url-format-is-not-valid\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"OAM WebGate Registration RREG &#8211; Resource URL format is not valid\"}]},{\"@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":"OAM WebGate Registration RREG - Resource URL format is not valid -","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\/06\/10\/oam-webgate-registration-rreg-resource-url-format-is-not-valid\/","og_locale":"en_US","og_type":"article","og_title":"OAM WebGate Registration RREG - Resource URL format is not valid -","og_description":"WebGate: is a Policy Enforcement Point, which is installed as WebServer plug-in. Before you can use WebGate, an instance of [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/10\/oam-webgate-registration-rreg-resource-url-format-is-not-valid\/","article_published_time":"2011-06-10T15:28:56+00:00","og_image":[{"url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/06\/webgate_1.JPG","type":"","width":"","height":""}],"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\/06\/10\/oam-webgate-registration-rreg-resource-url-format-is-not-valid\/","url":"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/10\/oam-webgate-registration-rreg-resource-url-format-is-not-valid\/","name":"OAM WebGate Registration RREG - Resource URL format is not valid -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/10\/oam-webgate-registration-rreg-resource-url-format-is-not-valid\/#primaryimage"},"image":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/10\/oam-webgate-registration-rreg-resource-url-format-is-not-valid\/#primaryimage"},"thumbnailUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/06\/webgate_1.JPG","datePublished":"2011-06-10T15:28:56+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/10\/oam-webgate-registration-rreg-resource-url-format-is-not-valid\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2011\/06\/10\/oam-webgate-registration-rreg-resource-url-format-is-not-valid\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/10\/oam-webgate-registration-rreg-resource-url-format-is-not-valid\/#primaryimage","url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/06\/webgate_1.JPG","contentUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/06\/webgate_1.JPG"},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/06\/10\/oam-webgate-registration-rreg-resource-url-format-is-not-valid\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"OAM WebGate Registration RREG &#8211; Resource URL format is not valid"}]},{"@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\/2471","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=2471"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/2471\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=2471"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=2471"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=2471"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}