Announcement

Collapse
No announcement yet.

Language Error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Language Error

    Hello,

    I have run the install_lang.cmd (as indicates the administration guide) to change the language from English to Spanish but it doesn’t work.
    The execution generates some java errors like
    Exception in thread ‘main’ java.lang.NoClassDefFoundError: glog/database/admin/CSVUtil csvone.log

    Does anyone know how to solve this issue?

    Thanks

  • #2
    Re: Language Error

    Hi,

    Any suggestion on this, even iam facing the same problem. We are trying to change the language to french and when i run the install_lang.sh script getting the below error.

    [script8]# ./install_lang.sh fr

    Exception in thread "main" java.lang.NoClassDefFoundError: glog.database.admin.CSVUtil
    at gnu.gcj.runtime.FirstThread.run() (/usr/lib/libgcj.so.5.0.0)
    at _Jv_ThreadRun(java.lang.Thread) (/usr/lib/libgcj.so.5.0.0)
    at _Jv_RunMain(java.lang.Class, byte const, int, byte const, boolean) (/usr/lib/libgcj.so.5.0.0)
    at __gcj_personality_v0 (/otm55/glog/oracle/script8/java.version=1.4.2)
    at __libc_start_main (/lib/tls/libc-2.3.4.so)
    at _Jv_RegisterClasses (/otm55/glog/oracle/script8/java.version=1.4.2)
    Exception in thread "main" java.lang.NoClassDefFoundError: glog.database.admin.CSVUtil
    at gnu.gcj.runtime.FirstThread.run() (/usr/lib/libgcj.so.5.0.0)
    at _Jv_ThreadRun(java.lang.Thread) (/usr/lib/libgcj.so.5.0.0)
    at _Jv_RunMain(java.lang.Class, byte const, int, byte const, boolean) (/usr/lib/libgcj.so.5.0.0)
    at __gcj_personality_v0 (/otm55/glog/oracle/script8/java.version=1.4.2)
    at __libc_start_main (/lib/tls/libc-2.3.4.so)
    at _Jv_RegisterClasses (/otm55/glog/oracle/script8/java.version=1.4.2)

    Thanks in advance.
    Regard's
    Arun

    Comment


    • #3
      Re: Language Error

      Hi,


      I suggest you to open a service request, I did it and the answer was that the Spanish language version is not included on the otm 5.5 cu5 software so i had to apply a specific patch to change language to Spanish.



      Regards.

      Comment


      • #4
        Re: Language Error

        Originally posted by new_otm View Post
        Hi,


        I suggest you to open a service request, I did it and the answer was that the Spanish language version is not included on the otm 5.5 cu5 software so i had to apply a specific patch to change language to Spanish.

        Regards.
        Thanks for the reply...

        Even i came across the Oracle knowledge base and found out that spanish not supported till OTM 5.5 CU5 RU2.

        But we are on 5.5 CU4 trying to change it to French and i wouldn't mind using any other language too that supports/works in CU4.
        Regard's
        Arun

        Comment


        • #5
          Re: Language Error

          Hi,

          Have you run the command gc3env.sh before the command install_lang.sh fr?

          regards.

          Comment


          • #6
            Re: Language Error

            No i didn't. I jst followed what was said in the admin guide.

            Could you please explain you do we want to run these gc3env.sh before?
            Regard's
            Arun

            Comment


            • #7
              Re: Language Error

              Hi,


              You should follow this steps:
              • Open a new cmd window
              • Change the directory and run the <otm_install_path> /install/gc3enc.sh
              • Change to directory <otm_install_path>/glogo/oracle/script8
              • Run command install_lang.sh fr
              regards

              Comment


              • #8
                Re: Language Error

                Have followed the steps....but no use...still it throws the same error
                Regard's
                Arun

                Comment


                • #9
                  Re: Language Error

                  Hi,
                  I am sorry but i don’t know what more can i suggest to you, those steps help me on my installation.

                  Regards

                  Comment


                  • #10
                    Re: Language Error

                    Not a problem....thanks for your inputs.

                    I had raised a SR with Oracle and lets see what is the reply from them.
                    Regard's
                    Arun

                    Comment


                    • #11
                      Re: Language Error

                      I'm sorry.
                      Tell us plese, is this problem solved?

                      I've got same trouble on 2 OTM 5.5 servers.

                      Comment


                      • #12
                        Re: Language Error

                        Check OTM_HOME/install/gc3env.cmd (or gc3env.sh for UNIX)
                        Make sure you have added the following jar files to CLASSPATH
                        Windows
                        Code:
                        set CLASSPATH=%CLASSPATH%;%GLOG_HOME%/oas/jdbc/lib/ojdbc14dms.jar;%GLOG_HOME%/oas/lib/dms.jar
                        UNIX
                        Code:
                        CLASSPATH=$CLASSPATH:$GLOG_HOME/oas/jdbc/lib/ojdbc14dms.jar:$GLOG_HOME/oas/lib/dms.jar; export CLASSPATH
                        Then execute the script before you run install_lang.cmd

                        Actually, you need this to run any utility scripts, e.g. update_onecsv.cmd, and dbpatch_55.sql
                        --
                        Joseph Liang
                        MavenWire APAC
                        http://www.mavenwire.com/

                        Comment

                        Working...
                        X