IT-eye weblogs

  • RSS Medewerker weblogs

    • upgrade 10.1.2.x to 10.1.2.3: Oracle Internet Directory Patch Configuration Assistant fails March 10 2010
      When I upgraded the infra 10.1.2.x to 10.1.2.3 I got an failed on Oracle Internet Directory Patch Configuration Assistant. I found out that in the $ORACLE_HOME/ldap/log/patchca.log there was an error:Wed Mar 10 09:51:41 CET 2010OID PatchCA started..Check if OID is configured.oracle.sysman.assistants.util.NetAPIException: TNS-04404: no error caused by: oracle […]
    • Getting started with Nexus maven repository manager March 9 2010
      Nexus is a maven repository manager. You can use Nexus to host your own maven repository for artifact created in your company, or for caching external artifacts. Getting started with Nexus is pretty easy. Download the application. The package contains a webserver, so you don’t have to have a java container running. Simply unpack the [...] […]
    • New features in Oracle SOA Suite 11gR1 patchset 2 March 9 2010
      Clemens published a list of the new features coming up in the patchset 2 of SOA Suite 11gR1. short overview SOA Infra’s Spring C&I implementation (based on weblogic sca for java) becomes full production. Full and complete support for BPEL 2.0 Reintroduction of “BPEL domains”, now to be called “partitions” Enhancements to BPEL’s transactional behavior and […]
    • JEE CDI tip: Target Unreachable, identifier resolved to null March 5 2010
      If you are just starting out with JEE CDI (Weld), it’s easy to forget the required beans.xml file. If you don’t include it, you may run into problems like this: SEVERE: javax.el.PropertyNotFoundException: /index.xhtml @8,67 action="#{crm.ping}": Target Unreachable, identifier 'crm' resolved to null javax.faces.el.EvaluationException: java […]
    • Absent Code attribute in method that is not native or abstract March 4 2010
      I ran into the following problem yesterday while building a rest service using resteasy: the code would compile ok, but the unit tests wouldn’t run. I got the following exception in the output of the unit tests: java.lang.ClassFormatError: Absent Code attribute in method that is not native or abstract in class file javax/ws/rs/ext/RuntimeDelegate at java.lan […]
    • Make Access Server debug log (oblog.log) more readable February 26 2010
      tail -f oblog.log | sed 's/\%25253d/=/g' | sed 's/\%253d/=/g' | sed 's/\%20/ /g' | sed 's/\%3d/=/g' | sed 's/\%2520/ /g' | sed 's/\%2525253/=/g' | tr ' ' '\n'Did this post help you in any way can you please leave a comment? This will motivate me writing more posts. […]
    • Managing Data and System Integrity in an SOA environment. Are You Prepared? February 15 2010
      One thing that worries me a bit, is that you hardly find any discussion on data and system integrity in an SOA environment. At least, I don't see many. To me, data and system integrity is the most challenging issue we face today and the days to come. We will see more and more combinations of Services, SaaS, legacy apps, which will make a 'standard […]
    • Prezi presentation software needs to add visual February 11 2010
      I tried Prezi yesterday, and looked at some of the presentations others made with it. It’s a nice idea, but absolutely not the presentation tool i’m looking for. Prezi basically is a mind-mapping tool, with some nice transitions. But mindmaps are for brainstorming your presentation content. You do not create a compelling presentation by showing [...] […]
    • How to: Syntax highlighting in Qlikview February 10 2010
      Highlighting in UltraEdit: http://blog.birchroad.net/2010/01/26/ultraedit-wordfile-for-qlikview/ with thanks to the Birchroad Blog Highlighting in Notepad++: http://guerrillabi.com/syntax_highlighting_qlikview with thanks to Guerrilla Business Intelligence […]
    • After CPU patch OC4J containers will not start anymore February 4 2010
      We applied a CPU patch an Oracle Infrastructure 10.1.2.3 and after that the OC4J containers did not start anymore.In de $ORACLE_HOME/ldap/log/oidldapd01.log the following error: Bind failed on communication endpoint (13) With an opmnctl status the OID seems to be up.When this problem occurs you need to execute root.sh.Did this post help you in any way can yo […]
#