Friday, 6 November 2009

Correct openmotif for suse 10

I have the correct version of openmotif on suse 10, the version that the oracle’s installation guide said, but I have a lot of errors on my oas because of openmotif, so I have to obtain a fixed version of the Motif 2.1.30 package from Novell support:
If you have “openmotif21-libs-2.1.30MLI4-143.2” , then it needs to be replaced by:

  • RPM for x86_64 machines:
openmotif21-
libs-32bit-2.1.30MLI4-143.2.PTF.378190.0.x86_64.rpm
or
     openmotif21-libs-32bit-2.1.30MLI4-143.6.x86_64.rpm


  • RPM for x86 32-bit machines:
openmotif21-libs-2.1.30MLI4-143.2.PTF.378190.0.i586.rpm
or
openmotif21-libs-2.1.30MLI4-143.6.i586.rpm



Notes:
1.      Please note that the extension “PTF.378190.0” does not change the package version, but indicates a temporary bug fix inclusion (that is required in this case).
2.      As of January 2009, there is a new package version available (shown above) which has this bug fix included into a regular package version:
            openmotif21-libs-2.1.30MLI4-143.6.i586.rpm (32bit)
           openmotif21-libs-32bit-2.1.30MLI4-143.6.x86_64.rpm

           (64bit)
           This package has been tested successfully inhouse.


After replace the openmotif all these errors on my oas was :


·         Error: Frm-92102
oracle.forms.net.ConnectionException:500

·         Error on OC4J_BI_FORMS’s server.log
/opt/oracle/bi_forms/j2ee/OC4J_BI_Forms/log/OC4J_BI_Forms_default_island_1/server.log
java.lang.UnsatisfiedLinkError: /opt/oracle/bi_forms/lib/librwu.so: /usr/X11R6/lib/libXm.so.2: undefined symbol: _Xsetlocale

The report server will cause OC4J_BI_Forms to fail with an error similar to below if you do not have the proper openmotif RPM installed on you system:
    * 08/01/04 05:31:03 Oracle Application Server Containers
      for J2EE 10g (10.1.2.2.0) initialized
      08/01/04 05:31:03 ListenerServlet init()
      08/01/04 05:31:29 java.lang.UnsatisfiedLinkError:
      <oracle_home>/lib/librwu.so:
      /usr/X11R6/lib/libXm.so.2: undefined symbol: _Xsetlocale
      oracle.reports.server.RWServer.startServer
(RWServer.java:289)
      08/01/04 05:31:29 at      java.lang.Thread.run(Thread.java:534)
      **********************************

·         Error on OC4J_BI_FORMS’s application.log
/opt/oracle/bi_forms/j2ee/OC4J_BI_Forms/application-deployments/discoverer/OC4J_BI_Forms_default_island_1/application.log

09/08/21 09:37:55 discoverer: [ERROR] [Orion Launcher] oracle.discoverer.applications.viewer.view.DiscovererPageBroker.init oracle.discoverer.applications.protocol
system property is not set.Defaultinf to http

·         Error on report showjobs pages

REP-52266: The in-process Reports Server rep_oas_bi_forms failed to start.java.lang.InterruptedException


No comments:

Post a Comment