{"id":653,"date":"2026-04-16T20:57:36","date_gmt":"2026-04-16T18:57:36","guid":{"rendered":"https:\/\/www.familie-kleinman.nl\/brain\/?p=653"},"modified":"2026-04-16T21:06:35","modified_gmt":"2026-04-16T19:06:35","slug":"4-days-one-error-zero-clues","status":"publish","type":"post","link":"https:\/\/www.familie-kleinman.nl\/brain\/index.php\/2026\/04\/16\/4-days-one-error-zero-clues\/","title":{"rendered":"4 Days, One Error, Zero Clues"},"content":{"rendered":"<pre>[ERROR]: + CannotCommit Invalid JCA transport endpoint configuration, exception: BINDING.JCA-11043\r\n[ERROR]: Invalid Interaction parameter.\r\n[ERROR]: Invalid Interaction parameter.\r\n[ERROR]: Interaction parameter Authentication Type has invalid value {PUBLICKEY}.\r\n[ERROR]: Please correct the value of the interaction parameter and redeploy the process.<\/pre>\n<p>This exact error has haunted me for the last four days.<\/p>\n<blockquote><p>&#8220;Interaction parameter Authentication Type has invalid value {PUBLICKEY}.&#8221;<\/p><\/blockquote>\n<p data-start=\"695\" data-end=\"822\">This error occurred while I was trying to configure an outbound Oracle OSB business service using an FTP adapter configuration.<\/p>\n<p data-start=\"695\" data-end=\"822\">The fun part? This project is being migrated from 12c to 14c.<\/p>\n<p data-start=\"695\" data-end=\"822\">So I already had a fully working version.<\/p>\n<p data-start=\"695\" data-end=\"822\">I wasn\u2019t inventing anything new here, I was just trying to get the same configuration to work in my 14c development environment.<\/p>\n<p data-start=\"695\" data-end=\"822\">And yes, as you may have guessed already, this SFTP configuration was supposed to use a public key to connect to the FTP server.<\/p>\n<p>What the heck is wrong with AuthenticationType PUBLICKEY in the ftp_adapter.xml file?<br data-start=\"548\" data-end=\"551\" \/>Did something change between 12c and 14c?<\/p>\n<p data-start=\"599\" data-end=\"698\">I even found documentation suggesting it might need to be lowercase.<br data-start=\"667\" data-end=\"670\" \/>Fine. &#8220;<strong>publickey<\/strong>&#8221;\u00a0 it is.<\/p>\n<p data-start=\"703\" data-end=\"715\">Did it work?<\/p>\n<p data-start=\"720\" data-end=\"739\">Nah. Of course not.<\/p>\n<p data-start=\"554\" data-end=\"630\">Next, I changed AuthenticationType to PASSWORD and deployed the project.<\/p>\n<p data-start=\"554\" data-end=\"630\">It worked.<\/p>\n<p data-start=\"554\" data-end=\"630\">Then I changed it back to PUBLICKEY.<\/p>\n<p data-start=\"554\" data-end=\"630\">It also worked.<\/p>\n<p data-start=\"554\" data-end=\"630\">Which made absolutely no sense!<\/p>\n<p data-start=\"554\" data-end=\"630\">So I removed the project from the OSB Console and tried a clean deployment.<\/p>\n<p data-start=\"554\" data-end=\"630\">And yes, there it was again:<\/p>\n<blockquote>\n<p data-start=\"554\" data-end=\"630\"><code data-start=\"862\" data-end=\"913\">Authentication Type has invalid value {PUBLICKEY}<\/code><\/p>\n<\/blockquote>\n<h2 data-start=\"554\" data-end=\"630\">Square one<\/h2>\n<p data-start=\"105\" data-end=\"130\">Okay. Back to square one.<\/p>\n<p data-start=\"105\" data-end=\"130\">I reset the\u00a0 ftp_adapter.xml to its factory default and used the remote console to configure the FTP adapter the \u201cofficial\u201d way, instead of editing the XML files directly, which I\u2019m normally quite comfortable with.<\/p>\n<p data-start=\"105\" data-end=\"130\">Just to be sure, I stopped the entire environment and started it again.<\/p>\n<p data-start=\"105\" data-end=\"130\">A full reset. Clean state.<\/p>\n<p data-start=\"105\" data-end=\"130\">No leftovers.<\/p>\n<blockquote><p><code data-start=\"862\" data-end=\"913\">Authentication Type has invalid value {PUBLICKEY}<\/code><\/p><\/blockquote>\n<p>Surprise! That fixed absolutely nothing.<\/p>\n<h2>Private key<\/h2>\n<p data-start=\"444\" data-end=\"583\">When AuthenticationType is set to <strong>PUBLICKEY<\/strong>, you\u2019re supposed to provide a path to a private key file via the <strong>privateKeyFile<\/strong>\u00a0property.<\/p>\n<p data-start=\"444\" data-end=\"583\">So I checked.<\/p>\n<p data-start=\"444\" data-end=\"583\">Does the file exist?<\/p>\n<p data-start=\"444\" data-end=\"583\">Did I mess up the path?<\/p>\n<p data-start=\"444\" data-end=\"583\">Nope.<\/p>\n<p data-start=\"444\" data-end=\"583\">Path is correct. Key is there. On all <span style=\"text-decoration: underline;\">managed<\/span> servers.<\/p>\n<h2>Oracle SR<\/h2>\n<p data-start=\"428\" data-end=\"468\">At this point, I had run out of options.<\/p>\n<p data-start=\"428\" data-end=\"468\">I started collecting screenshots and configuration files to open a Service Request with Oracle. Maybe I had stumbled upon a bug in 14c that didn\u2019t exist in 12c.<\/p>\n<p data-start=\"473\" data-end=\"633\">The codebases are massive.<\/p>\n<p data-start=\"473\" data-end=\"633\">Stuff like this happens.<\/p>\n<h2>Lightbulb<\/h2>\n<p data-start=\"142\" data-end=\"191\">Then a lightbulb went on inside my Brain Factory.<\/p>\n<p data-start=\"142\" data-end=\"191\">What if I just copy the entire ftp_adapter.xml \u00a0from 12c to my new 14c environment?<\/p>\n<p data-start=\"142\" data-end=\"191\">Easy enough.<\/p>\n<p data-start=\"142\" data-end=\"191\">Update the context root, double-check the paths, and do a full stop\/start cycle for good measure.<\/p>\n<p data-start=\"443\" data-end=\"457\">And it worked.<\/p>\n<p data-start=\"443\" data-end=\"457\">Wait\u2026<\/p>\n<p data-start=\"443\" data-end=\"457\">What?!<\/p>\n<p data-start=\"443\" data-end=\"457\">Remove the project and deploy again?<\/p>\n<p data-start=\"443\" data-end=\"457\">Yep.<\/p>\n<p data-start=\"443\" data-end=\"457\">Generate a customization file?<\/p>\n<p data-start=\"443\" data-end=\"457\">Yep.<\/p>\n<p data-start=\"443\" data-end=\"457\">Wipe everything, full restart, clean deploy?<\/p>\n<p data-start=\"443\" data-end=\"457\">Yep. Still works.<\/p>\n<p data-start=\"443\" data-end=\"457\">What is going on here?!<\/p>\n<h2 data-start=\"142\" data-end=\"191\">Solution<\/h2>\n<p data-start=\"164\" data-end=\"290\">I still don\u2019t fully understand every detail of what happened here, but the root cause seems to be a combination of two things:<\/p>\n<p data-start=\"164\" data-end=\"290\"><strong data-start=\"295\" data-end=\"305\">PICNIC<\/strong> (Problem In Chair, Not In Computer)<\/p>\n<p data-start=\"164\" data-end=\"290\">and<\/p>\n<p data-start=\"164\" data-end=\"290\"><strong data-start=\"354\" data-end=\"400\">Managed Server vs Admin Server differences<\/strong><\/p>\n<p data-start=\"164\" data-end=\"290\">I already hinted at it earlier:<\/p>\n<blockquote>\n<p data-start=\"164\" data-end=\"290\">Path is correct. Key is there. On all managed servers.<\/p>\n<\/blockquote>\n<p data-start=\"502\" data-end=\"546\">That last part turned out to be the problem.<\/p>\n<p data-start=\"502\" data-end=\"546\">In our 12c setup, the Admin Server was deployed on the first node.<\/p>\n<p data-start=\"502\" data-end=\"546\">In 14c, the Admin Server runs on a separate machine.<\/p>\n<p data-start=\"502\" data-end=\"546\">Which means\u2026<\/p>\n<p data-start=\"502\" data-end=\"546\">The private key also needs to exist on the Admin Server.<\/p>\n<p data-start=\"502\" data-end=\"546\">Not just on the managed servers.<\/p>\n<p data-start=\"502\" data-end=\"546\">Once I copied the privateKeyFile\u00a0to the same location on the Admin Server, the issue was resolved on our build environment.<\/p>\n<p data-start=\"502\" data-end=\"546\">On my local VM, it was most likely a combination of that and a simple typo in the path or the <strong>ftp_adapter.xml<\/strong>\u00a0itself.<\/p>\n<p data-start=\"502\" data-end=\"546\">I can\u2019t say for sure anymore.<\/p>\n<p data-start=\"502\" data-end=\"546\">But I can say this:<\/p>\n<p data-start=\"502\" data-end=\"546\">I\u2019m very glad this issue is finally gone.<\/p>\n<h2>Errormessage<\/h2>\n<p data-start=\"163\" data-end=\"183\">But let me be clear.<\/p>\n<p data-start=\"163\" data-end=\"183\">This issue could have been found and fixed much faster if the error message had been even slightly more helpful than:<\/p>\n<blockquote>\n<p data-start=\"163\" data-end=\"183\"><code data-start=\"310\" data-end=\"361\">Authentication Type has invalid value {PUBLICKEY}<\/code><\/p>\n<\/blockquote>\n<p data-start=\"163\" data-end=\"183\"><code data-start=\"310\" data-end=\"361\"><\/code>What\u2019s wrong with something like:<\/p>\n<blockquote>\n<p data-start=\"163\" data-end=\"183\"><code data-start=\"404\" data-end=\"502\">AuthenticationType PUBLICKEY: PrivateKeyFile not found on one or more nodes, check configuration<\/code><\/p>\n<\/blockquote>\n<p data-start=\"163\" data-end=\"183\"><code data-start=\"404\" data-end=\"502\"><\/code>or even:<\/p>\n<blockquote>\n<p data-start=\"163\" data-end=\"183\"><code data-start=\"520\" data-end=\"560\">PrivateKeyFile not found on node X\/Y\/Z<\/code><\/p>\n<\/blockquote>\n<p data-start=\"163\" data-end=\"183\"><code data-start=\"520\" data-end=\"560\"><\/code>Or just anything that points to the actual culprit instead of a loosely related property.<\/p>\n<p data-start=\"163\" data-end=\"183\">And there\u2019s another frustrating part.<\/p>\n<p data-start=\"163\" data-end=\"183\">Why is this error only triggered when a component is deployed that references the FTP adapter configuration?<\/p>\n<p data-start=\"163\" data-end=\"183\">Why not when the adapter plan is loaded during startup?<\/p>\n<p data-start=\"163\" data-end=\"183\">Or when you hit save in the remote console?<\/p>\n<p data-start=\"163\" data-end=\"183\">Catch it early.<\/p>\n<p data-start=\"163\" data-end=\"183\">Fail fast.<\/p>\n<p data-start=\"371\" data-end=\"397\">Point to the real problem.<\/p>\n<p data-start=\"371\" data-end=\"397\">It would actually help.<\/p>\n<p data-start=\"371\" data-end=\"397\">It would definitely save time.<\/p>\n<p data-start=\"371\" data-end=\"397\">That said\u2026<\/p>\n<p data-start=\"371\" data-end=\"397\">I do live for these kinds of weird issues.<\/p>\n<p data-start=\"371\" data-end=\"397\">Digging into them, finding the root cause\u2026<\/p>\n<p data-start=\"371\" data-end=\"397\">It\u2019s basically a puzzle.<\/p>\n<p>Brain out!<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[ERROR]: + CannotCommit Invalid JCA transport endpoint configuration, exception: BINDING.JCA-11043 [ERROR]: Invalid Interaction parameter. [ERROR]: Invalid Interaction parameter. [ERROR]: Interaction parameter Authentication Type has invalid value {PUBLICKEY}. [ERROR]: Please correct the value of the interaction parameter and redeploy the process. This exact error has haunted me for the last four days. &#8220;Interaction parameter Authentication Type&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[157,5,96],"tags":[423,58,16,17,424,115],"class_list":["post-653","post","type-post","status-publish","format-standard","hentry","category-brain-factory-tm","category-coding","category-computers","tag-adapterplan","tag-debugging","tag-oracle","tag-osb","tag-picnic","tag-xml"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>4 Days, One Error, Zero Clues - Brain&#039;s Ramblings<\/title>\n<meta name=\"description\" content=\"4 days lost to an Oracle OSB FTP adapter error (JCA-11043). A misleading PUBLICKEY error turned out to be a missing private key on the Admin Server.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.familie-kleinman.nl\/brain\/index.php\/2026\/04\/16\/4-days-one-error-zero-clues\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"4 Days, One Error, Zero Clues - Brain&#039;s Ramblings\" \/>\n<meta property=\"og:description\" content=\"4 days lost to an Oracle OSB FTP adapter error (JCA-11043). A misleading PUBLICKEY error turned out to be a missing private key on the Admin Server.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.familie-kleinman.nl\/brain\/index.php\/2026\/04\/16\/4-days-one-error-zero-clues\/\" \/>\n<meta property=\"og:site_name\" content=\"Brain&#039;s Ramblings\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-16T18:57:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-16T19:06:35+00:00\" \/>\n<meta name=\"author\" content=\"Brain\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Brain\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.familie-kleinman.nl\\\/brain\\\/index.php\\\/2026\\\/04\\\/16\\\/4-days-one-error-zero-clues\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.familie-kleinman.nl\\\/brain\\\/index.php\\\/2026\\\/04\\\/16\\\/4-days-one-error-zero-clues\\\/\"},\"author\":{\"name\":\"Brain\",\"@id\":\"https:\\\/\\\/www.familie-kleinman.nl\\\/brain\\\/#\\\/schema\\\/person\\\/24700e1628cfd605409636397a9bb6ab\"},\"headline\":\"4 Days, One Error, Zero Clues\",\"datePublished\":\"2026-04-16T18:57:36+00:00\",\"dateModified\":\"2026-04-16T19:06:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.familie-kleinman.nl\\\/brain\\\/index.php\\\/2026\\\/04\\\/16\\\/4-days-one-error-zero-clues\\\/\"},\"wordCount\":754,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.familie-kleinman.nl\\\/brain\\\/#\\\/schema\\\/person\\\/24700e1628cfd605409636397a9bb6ab\"},\"keywords\":[\"adapterplan\",\"debugging\",\"Oracle\",\"OSB\",\"PICNIC\",\"XML\"],\"articleSection\":[\"Brain Factory (TM)\",\"Coding\",\"Computers\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.familie-kleinman.nl\\\/brain\\\/index.php\\\/2026\\\/04\\\/16\\\/4-days-one-error-zero-clues\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.familie-kleinman.nl\\\/brain\\\/index.php\\\/2026\\\/04\\\/16\\\/4-days-one-error-zero-clues\\\/\",\"url\":\"https:\\\/\\\/www.familie-kleinman.nl\\\/brain\\\/index.php\\\/2026\\\/04\\\/16\\\/4-days-one-error-zero-clues\\\/\",\"name\":\"4 Days, One Error, Zero Clues - Brain&#039;s Ramblings\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.familie-kleinman.nl\\\/brain\\\/#website\"},\"datePublished\":\"2026-04-16T18:57:36+00:00\",\"dateModified\":\"2026-04-16T19:06:35+00:00\",\"description\":\"4 days lost to an Oracle OSB FTP adapter error (JCA-11043). A misleading PUBLICKEY error turned out to be a missing private key on the Admin Server.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.familie-kleinman.nl\\\/brain\\\/index.php\\\/2026\\\/04\\\/16\\\/4-days-one-error-zero-clues\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.familie-kleinman.nl\\\/brain\\\/index.php\\\/2026\\\/04\\\/16\\\/4-days-one-error-zero-clues\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.familie-kleinman.nl\\\/brain\\\/index.php\\\/2026\\\/04\\\/16\\\/4-days-one-error-zero-clues\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.familie-kleinman.nl\\\/brain\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"4 Days, One Error, Zero Clues\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.familie-kleinman.nl\\\/brain\\\/#website\",\"url\":\"https:\\\/\\\/www.familie-kleinman.nl\\\/brain\\\/\",\"name\":\"Brain's Ramblings\",\"description\":\"Code, commitment, caffeine, and the odd mindfart\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.familie-kleinman.nl\\\/brain\\\/#\\\/schema\\\/person\\\/24700e1628cfd605409636397a9bb6ab\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.familie-kleinman.nl\\\/brain\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.familie-kleinman.nl\\\/brain\\\/#\\\/schema\\\/person\\\/24700e1628cfd605409636397a9bb6ab\",\"name\":\"Brain\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.familie-kleinman.nl\\\/brain\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/brain_brain.png\",\"url\":\"https:\\\/\\\/www.familie-kleinman.nl\\\/brain\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/brain_brain.png\",\"contentUrl\":\"https:\\\/\\\/www.familie-kleinman.nl\\\/brain\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/brain_brain.png\",\"width\":1024,\"height\":1024,\"caption\":\"Brain\"},\"logo\":{\"@id\":\"https:\\\/\\\/www.familie-kleinman.nl\\\/brain\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/brain_brain.png\"},\"sameAs\":[\"https:\\\/\\\/www.familie-kleinman.nl\\\/brain\"],\"url\":\"https:\\\/\\\/www.familie-kleinman.nl\\\/brain\\\/index.php\\\/author\\\/brain\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"4 Days, One Error, Zero Clues - Brain&#039;s Ramblings","description":"4 days lost to an Oracle OSB FTP adapter error (JCA-11043). A misleading PUBLICKEY error turned out to be a missing private key on the Admin 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:\/\/www.familie-kleinman.nl\/brain\/index.php\/2026\/04\/16\/4-days-one-error-zero-clues\/","og_locale":"en_US","og_type":"article","og_title":"4 Days, One Error, Zero Clues - Brain&#039;s Ramblings","og_description":"4 days lost to an Oracle OSB FTP adapter error (JCA-11043). A misleading PUBLICKEY error turned out to be a missing private key on the Admin Server.","og_url":"https:\/\/www.familie-kleinman.nl\/brain\/index.php\/2026\/04\/16\/4-days-one-error-zero-clues\/","og_site_name":"Brain&#039;s Ramblings","article_published_time":"2026-04-16T18:57:36+00:00","article_modified_time":"2026-04-16T19:06:35+00:00","author":"Brain","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Brain","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.familie-kleinman.nl\/brain\/index.php\/2026\/04\/16\/4-days-one-error-zero-clues\/#article","isPartOf":{"@id":"https:\/\/www.familie-kleinman.nl\/brain\/index.php\/2026\/04\/16\/4-days-one-error-zero-clues\/"},"author":{"name":"Brain","@id":"https:\/\/www.familie-kleinman.nl\/brain\/#\/schema\/person\/24700e1628cfd605409636397a9bb6ab"},"headline":"4 Days, One Error, Zero Clues","datePublished":"2026-04-16T18:57:36+00:00","dateModified":"2026-04-16T19:06:35+00:00","mainEntityOfPage":{"@id":"https:\/\/www.familie-kleinman.nl\/brain\/index.php\/2026\/04\/16\/4-days-one-error-zero-clues\/"},"wordCount":754,"commentCount":0,"publisher":{"@id":"https:\/\/www.familie-kleinman.nl\/brain\/#\/schema\/person\/24700e1628cfd605409636397a9bb6ab"},"keywords":["adapterplan","debugging","Oracle","OSB","PICNIC","XML"],"articleSection":["Brain Factory (TM)","Coding","Computers"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.familie-kleinman.nl\/brain\/index.php\/2026\/04\/16\/4-days-one-error-zero-clues\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.familie-kleinman.nl\/brain\/index.php\/2026\/04\/16\/4-days-one-error-zero-clues\/","url":"https:\/\/www.familie-kleinman.nl\/brain\/index.php\/2026\/04\/16\/4-days-one-error-zero-clues\/","name":"4 Days, One Error, Zero Clues - Brain&#039;s Ramblings","isPartOf":{"@id":"https:\/\/www.familie-kleinman.nl\/brain\/#website"},"datePublished":"2026-04-16T18:57:36+00:00","dateModified":"2026-04-16T19:06:35+00:00","description":"4 days lost to an Oracle OSB FTP adapter error (JCA-11043). A misleading PUBLICKEY error turned out to be a missing private key on the Admin Server.","breadcrumb":{"@id":"https:\/\/www.familie-kleinman.nl\/brain\/index.php\/2026\/04\/16\/4-days-one-error-zero-clues\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.familie-kleinman.nl\/brain\/index.php\/2026\/04\/16\/4-days-one-error-zero-clues\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.familie-kleinman.nl\/brain\/index.php\/2026\/04\/16\/4-days-one-error-zero-clues\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.familie-kleinman.nl\/brain\/"},{"@type":"ListItem","position":2,"name":"4 Days, One Error, Zero Clues"}]},{"@type":"WebSite","@id":"https:\/\/www.familie-kleinman.nl\/brain\/#website","url":"https:\/\/www.familie-kleinman.nl\/brain\/","name":"Brain's Ramblings","description":"Code, commitment, caffeine, and the odd mindfart","publisher":{"@id":"https:\/\/www.familie-kleinman.nl\/brain\/#\/schema\/person\/24700e1628cfd605409636397a9bb6ab"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.familie-kleinman.nl\/brain\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.familie-kleinman.nl\/brain\/#\/schema\/person\/24700e1628cfd605409636397a9bb6ab","name":"Brain","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.familie-kleinman.nl\/brain\/wp-content\/uploads\/2025\/04\/brain_brain.png","url":"https:\/\/www.familie-kleinman.nl\/brain\/wp-content\/uploads\/2025\/04\/brain_brain.png","contentUrl":"https:\/\/www.familie-kleinman.nl\/brain\/wp-content\/uploads\/2025\/04\/brain_brain.png","width":1024,"height":1024,"caption":"Brain"},"logo":{"@id":"https:\/\/www.familie-kleinman.nl\/brain\/wp-content\/uploads\/2025\/04\/brain_brain.png"},"sameAs":["https:\/\/www.familie-kleinman.nl\/brain"],"url":"https:\/\/www.familie-kleinman.nl\/brain\/index.php\/author\/brain\/"}]}},"_links":{"self":[{"href":"https:\/\/www.familie-kleinman.nl\/brain\/index.php\/wp-json\/wp\/v2\/posts\/653","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.familie-kleinman.nl\/brain\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.familie-kleinman.nl\/brain\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.familie-kleinman.nl\/brain\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.familie-kleinman.nl\/brain\/index.php\/wp-json\/wp\/v2\/comments?post=653"}],"version-history":[{"count":3,"href":"https:\/\/www.familie-kleinman.nl\/brain\/index.php\/wp-json\/wp\/v2\/posts\/653\/revisions"}],"predecessor-version":[{"id":656,"href":"https:\/\/www.familie-kleinman.nl\/brain\/index.php\/wp-json\/wp\/v2\/posts\/653\/revisions\/656"}],"wp:attachment":[{"href":"https:\/\/www.familie-kleinman.nl\/brain\/index.php\/wp-json\/wp\/v2\/media?parent=653"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.familie-kleinman.nl\/brain\/index.php\/wp-json\/wp\/v2\/categories?post=653"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.familie-kleinman.nl\/brain\/index.php\/wp-json\/wp\/v2\/tags?post=653"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}