Linux CVS - SHELLOPTS Error

Hi. I have a project using CVS source control and it all works fine except when I try to do a diff between files.
The error I'm getting is:
Unable to perform CVS file difference check.
sh: SHELLOPTS: readonly variableI'm running JDeveloper and CVS under Linux. I can connect to the CVS repository and check-out files using JDeveloper, however I cannot run diff with JDeveloper. I can however run diff and all other CVS commands from the command prompt. Any help will be greatly appreciated.
Thank you,
Johnny

Hi Rob,
When I right-click on my local file and then select "Source Control -> Compare with Previous Version", nothing shows up in the log window. Instead I get a message box saying "Unable to perform CVS file difference check...sh: SHELLOPTS: readonly variable". The same happens if I select "Source Control -> Compare..."...
However if I perform a "Source Control -> Update..." on the same file I get the following:
==========================================================
Concurrent Versions System (CVS) 1.11.5 (client/server)
Copyright (c) 1989-2002 Brian Berliner, david d `zoo' zuhn,
Jeff Polk, and other authors
CVS may be copied only under the terms of the GNU General Public License,
a copy of which can be found with the CVS distribution kit.
$ cd /home/jpatino/jdevhome/workspaces/MatrixOrbital/DisplayTester/src/lcdtester/com/matrixorbital/utilities
$ cvs update TestLCD.java
sh: SHELLOPTS: readonly variable
M TestLCD.java
==========================================================
I hope this helps explain my problem better.
I am using Mandrake Linux 9.1 with KDE 3.1 and the (almost) latest JDeveloper 9.0.3.1 (Build 1107) with J2SDK 1.4.2
Thanks for the prompt response.

Similar Messages

  • Trouble compiling aMSN-CVS (Make Error 77)

    I was trying to install aMSN-CVS from the latest AUR package and I keep running into this error:
    checking for gcc... gcc
    checking for C compiler default output file name...
    configure: error: C compiler cannot create executables
    See `config.log' for more details.
    make: *** [Makefile] Error 77
    ==> ERROR: Build Failed. Aborting...
    Following the trail, I checked out config.log to see what was going wrong and this is the part that seems to be causing the issue:
    ## Core tests. ##
    configure:1988: checking for gcc
    configure:2004: found /usr/bin/gcc
    configure:2015: result: gcc
    configure:2253: checking for C compiler version
    configure:2260: gcc --version >&5
    gcc (GCC) 4.1.2
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    configure:2263: $? = 0
    configure:2270: gcc -v >&5
    Using built-in specs.
    Target: i686-pc-linux-gnu
    Configured with: ../gcc-4.1.2/configure --prefix=/usr --enable-shared --enable-languages=c,c++,objc --enable-threads=posix$
    Thread model: posix
    gcc version 4.1.2
    configure:2273: $? = 0
    configure:2280: gcc -V >&5
    gcc: '-V' option must have argument
    configure:2283: $? = 1
    configure:2306: checking for C compiler default output file name
    configure:2333: gcc -march=i686 -O2 -pipe -O2 -w -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/i$
    gcc: svnversion: No such file or directory
    gcc: >: No such file or directory
    gcc: &&: No such file or directory
    gcc: svnversion`"': No such file or directory
    gcc: >: No such file or directory
    gcc: &&: No such file or directory
    gcc: svnversion`"': No such file or directory
    configure:2336: $? = 1
    configure:2374: result:
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | /* end confdefs.h. */
    |
    | int
    | main ()
    | {
    |
    | ;
    | return 0;
    | }
    configure:2381: error: C compiler cannot create executables
    See `config.log' for more details.
    Does anyone have any ideas what could be causing this?  I'm rather stumped.  I can post the whole config.log if that would help.
    I've tried some basic tests with other things and everything else I've tried to compile works just fine, it only seems to be the aMSN package having the issues, yet it looks like it's a problem with the GCC config and not aMSN.
    Any help would be greatly appreciated.

    Same problem here, with a fresh installation. If it is really a configuration problem, could somebody help us to check what is the problem ?
    The config.log extract posted by Locri is missing some information, probably due to the use of nano...
    Here is an extract from mine :
    configure:2263: $? = 0
    configure:2270: gcc -v >&5
    Using built-in specs.
    Target: i686-pc-linux-gnu
    Configured with: ../configure --prefix=/usr --enable-shared --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu
    Thread model: posix
    gcc version 4.1.2 20070423 (prerelease)
    configure:2273: $? = 0
    configure:2280: gcc -V >&5
    gcc: '-V' option must have argument
    configure:2283: $? = 1
    configure:2306: checking for C compiler default output file name
    configure:2333: gcc -march=i686 -O2 -pipe -O2 -w -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include -I/usr/include -I. -I./utils/linux/capture -I./utils/linux/capture/libng -I./utils/linux/capture/structs -I./utils/webcamsn/src -I./utils/tcl_siren/src -I./utils/TkCximage/src -I./utils/TkCximage/src/CxImage -DPACKAGE='"amsn"' -DVERSION='"0.97b-svn`which svnversion > /dev/null && svnversion`"' -DLIBDIR='"/var/abs/local/yaourtbuild/amsn-svn
    /src/amsn-build"' -fPIC conftest.c >&5
    gcc: svnversion: No such file or directory
    gcc: >: No such file or directory
    gcc: &&: No such file or directory
    gcc: svnversion`"': No such file or directory
    configure:2336: $? = 1
    configure:2374: result:
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | /* end confdefs.h. */
    |
    | int
    | main ()
    | {
    |
    | ;
    | return 0;
    | }
    configure:2381: error: C compiler cannot create executables
    And the complete version, just in case :
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
    It was created by configure, which was
    generated by GNU Autoconf 2.61. Invocation command line was
    $ ./configure --prefix=/usr
    ## Platform. ##
    hostname = DeepThought
    uname -m = i686
    uname -r = 2.6.21-ARCH
    uname -s = Linux
    uname -v = #1 SMP PREEMPT Fri May 25 18:51:33 CEST 2007
    /usr/bin/uname -p = unknown
    /bin/uname -X = unknown
    /bin/arch = i686
    /usr/bin/arch -k = unknown
    /usr/convex/getsysinfo = unknown
    /usr/bin/hostinfo = unknown
    /bin/machine = unknown
    /usr/bin/oslevel = unknown
    /bin/universe = unknown
    PATH: /bin
    PATH: /usr/bin
    PATH: /sbin
    PATH: /usr/sbin
    PATH: /usr/X11R6/bin
    PATH: /opt/bin
    PATH: /opt/java/bin
    PATH: /opt/java/jre/bin
    PATH: /opt/mozilla/bin
    ## Core tests. ##
    configure:1988: checking for gcc
    configure:2004: found /usr/bin/gcc
    configure:2015: result: gcc
    configure:2253: checking for C compiler version
    configure:2260: gcc --version >&5
    gcc (GCC) 4.1.2 20070423 (prerelease)
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    configure:2263: $? = 0
    configure:2270: gcc -v >&5
    Using built-in specs.
    Target: i686-pc-linux-gnu
    Configured with: ../configure --prefix=/usr --enable-shared --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu
    Thread model: posix
    gcc version 4.1.2 20070423 (prerelease)
    configure:2273: $? = 0
    configure:2280: gcc -V >&5
    gcc: '-V' option must have argument
    configure:2283: $? = 1
    configure:2306: checking for C compiler default output file name
    configure:2333: gcc -march=i686 -O2 -pipe -O2 -w -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include -I/usr/include -I. -I./utils/linux/capture -I./utils/linux/capture/libng -I./utils/linux/capture/structs -I./utils/webcamsn/src -I./utils/tcl_siren/src -I./utils/TkCximage/src -I./utils/TkCximage/src/CxImage -DPACKAGE='"amsn"' -DVERSION='"0.97b-svn`which svnversion > /dev/null && svnversion`"' -DLIBDIR='"/var/abs/local/yaourtbuild/amsn-svn/src/amsn-build"' -fPIC conftest.c >&5
    gcc: svnversion: No such file or directory
    gcc: >: No such file or directory
    gcc: &&: No such file or directory
    gcc: svnversion`"': No such file or directory
    configure:2336: $? = 1
    configure:2374: result:
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | /* end confdefs.h. */
    |
    | int
    | main ()
    | {
    |
    | ;
    | return 0;
    | }
    configure:2381: error: C compiler cannot create executables
    See `config.log' for more details.
    ## Cache variables. ##
    ac_cv_env_CCC_set=
    ac_cv_env_CCC_value=
    ac_cv_env_CC_set=
    ac_cv_env_CC_value=
    ac_cv_env_CFLAGS_set=set
    ac_cv_env_CFLAGS_value='-march=i686 -O2 -pipe -O2 -w -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include -I/usr/include -I. -I./utils/linux/capture -I./utils/linux/capture/libng -I./utils/linux/capture/structs -I./utils/webcamsn/src -I./utils/tcl_siren/src -I./utils/TkCximage/src -I./utils/TkCximage/src/CxImage -DPACKAGE='\''"amsn"'\'' -DVERSION='\''"0.97b-svn`which svnversion > /dev/null && svnversion`"'\'' -DLIBDIR='\''"/var/abs/local/yaourtbuild/amsn-svn/src/amsn-build"'\'' -fPIC'
    ac_cv_env_CPPFLAGS_set=
    ac_cv_env_CPPFLAGS_value=
    ac_cv_env_CPP_set=
    ac_cv_env_CPP_value=
    ac_cv_env_CXXFLAGS_set=set
    ac_cv_env_CXXFLAGS_value='-march=i686 -O2 -pipe -O2 -w -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include -I/usr/include -I. -I./utils/linux/capture -I./utils/linux/capture/libng -I./utils/linux/capture/structs -I./utils/webcamsn/src -I./utils/tcl_siren/src -I./utils/TkCximage/src -I./utils/TkCximage/src/CxImage -DPACKAGE='\''"amsn"'\'' -DVERSION='\''"0.97b-svn`which svnversion > /dev/null && svnversion`"'\'' -DLIBDIR='\''"/var/abs/local/yaourtbuild/amsn-svn/src/amsn-build"'\'' -fPIC'
    ac_cv_env_CXX_set=
    ac_cv_env_CXX_value=
    ac_cv_env_LDFLAGS_set=
    ac_cv_env_LDFLAGS_value=
    ac_cv_env_LIBS_set=
    ac_cv_env_LIBS_value=
    ac_cv_env_XMKMF_set=
    ac_cv_env_XMKMF_value=
    ac_cv_env_build_alias_set=
    ac_cv_env_build_alias_value=
    ac_cv_env_host_alias_set=
    ac_cv_env_host_alias_value=
    ac_cv_env_target_alias_set=
    ac_cv_env_target_alias_value=
    ac_cv_prog_ac_ct_CC=gcc
    ## Output variables. ##
    APPNAME='amsn'
    APPRELEASE='1'
    APPSTABLE='no'
    APPVERSION='0.97b'
    BUILD_DIR=''
    CC='gcc'
    CFLAGS='-march=i686 -O2 -pipe -O2 -w -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include -I/usr/include -I. -I./utils/linux/capture -I./utils/linux/capture/libng -I./utils/linux/capture/structs -I./utils/webcamsn/src -I./utils/tcl_siren/src -I./utils/TkCximage/src -I./utils/TkCximage/src/CxImage -DPACKAGE='\''"amsn"'\'' -DVERSION='\''"0.97b-svn`which svnversion > /dev/null && svnversion`"'\'' -DLIBDIR='\''"/var/abs/local/yaourtbuild/amsn-svn/src/amsn-build"'\'' -fPIC'
    CONFIGURE_ARGS='/usr/share/config.site /usr/etc/config.site'
    CPP=''
    CPPFLAGS=''
    CXX=''
    CXXFLAGS='-march=i686 -O2 -pipe -O2 -w -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include -I/usr/include -I. -I./utils/linux/capture -I./utils/linux/capture/libng -I./utils/linux/capture/structs -I./utils/webcamsn/src -I./utils/tcl_siren/src -I./utils/TkCximage/src -I./utils/TkCximage/src/CxImage -DPACKAGE='\''"amsn"'\'' -DVERSION='\''"0.97b-svn`which svnversion > /dev/null && svnversion`"'\'' -DLIBDIR='\''"/var/abs/local/yaourtbuild/amsn-svn/src/amsn-build"'\'' -fPIC'
    CXX_LIB=''
    DEBUG='no'
    DEFS=''
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP=''
    EXEEXT=''
    FOUND_OS='linux'
    FOUND_X11=''
    GREP=''
    LDFLAGS=''
    LDLIBS=''
    LIBDIR=''
    LIBOBJS=''
    LIBPTHREAD=''
    LIBS=''
    LTLIBOBJS=''
    OBJEXT=''
    PACKAGE_BUGREPORT=''
    PACKAGE_NAME=''
    PACKAGE_STRING=''
    PACKAGE_TARNAME=''
    PACKAGE_VERSION=''
    PATH_SEPARATOR=':'
    PWC='no'
    SHELL='/bin/sh'
    STATIC='no'
    TCLSH='/usr/bin/tclsh'
    TCL_INC_SPEC=''
    TCL_LIB_DIR=''
    TCL_STUB_LIB_SPEC=''
    TK_INC_SPEC=''
    TK_LIB=''
    TK_LIBS=''
    TK_LIB_DIR=''
    TK_STUB_LIB_SPEC=''
    TK_VERSION=''
    TOP_DIR=''
    USE_MMX=''
    XMKMF=''
    X_CFLAGS=''
    X_EXTRA_LIBS=''
    X_LIBS=''
    X_PRE_LIBS=''
    ac_ct_CC='gcc'
    ac_ct_CXX=''
    ac_prefix_program=''
    bindir='${exec_prefix}/bin'
    build_alias=''
    datadir='${datarootdir}'
    datarootdir='${prefix}/share'
    docdir='${datarootdir}/doc/${PACKAGE}'
    dvidir='${docdir}'
    exec_prefix='NONE'
    host_alias=''
    htmldir='${docdir}'
    includedir='${prefix}/include'
    infodir='${datarootdir}/info'
    libdir='${exec_prefix}/lib'
    libexecdir='${exec_prefix}/libexec'
    localedir='${datarootdir}/locale'
    localstatedir='${prefix}/var'
    mandir='${datarootdir}/man'
    oldincludedir='/usr/include'
    pdfdir='${docdir}'
    prefix='/usr'
    program_transform_name='s,x,x,'
    psdir='${docdir}'
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    sysconfdir='${prefix}/etc'
    target_alias=''
    ## confdefs.h. ##
    #define PACKAGE_NAME ""
    #define PACKAGE_TARNAME ""
    #define PACKAGE_VERSION ""
    #define PACKAGE_STRING ""
    #define PACKAGE_BUGREPORT ""
    configure: exit 77
    Last edited by Skippy le Grand Gourou (2007-06-12 22:31:48)

  • While booting linux VM getting error "error while loading shared libraries

    Hi Expert,
    while booting Oracle linux Virtual Machine getting error "error while loading shared libraries: libpopt.so.0 cannot open shared object file" no such file or directory
    Now i am unable to boot linux, any help appreciated.
    Note: Its Oracle Linux 5.8 x86_64 under Oracle VirtualBox
    Edited by: IgnitedMind on Apr 30, 2013 7:12 AM
    Edited by: IgnitedMind on May 1, 2013 12:04 AM
    Edited by: IgnitedMind on May 1, 2013 12:06 AM

    Without knowing what you have installed or what modifications you have done it is not possible to say what goes wrong. Like I previously mentioned, you may have installed an incompatible version of a core system library. Sorry, I'm not going to read any installation manual to find out what you might have done wrong. You may need to reinstall the complete system or just the popt installation package.
    Based on my experience people sometimes seem to misunderstanding the concept of software version requirements, which are always minimum version requirements and does not mean, for instance, software made for gcc 4.1.10 does not work under 4.1.12. You cannot simply upgrade or downgrade core system libraries without affecting the installed system. Using YUM to install software will check this and prevent you from breaking your system. RPM does not check any dependencies and hence can break your system beyond repair.

  • CF7 on RH Linux 5 install error

    I'm attempting to install Cold Fusion 7 on Red Hat Linux 5
    (32-Bit!! OS) and receiving the following errors: awk: error while
    loading shared libraries: libdl.so.2: cannot open shared object
    file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6:
    cannot open shared object file: No such file or directory
    /bin/ls: error while loading shared libraries: librt.so.1:
    cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6:
    cannot open shared object file: No such file or directory.
    Any ideas on how to correct this problem? I see where this
    error comes up on 64 bit installations, but how do you solve this
    error on 32 bit installations?
    Many thanks

    We are doing a single user install(as the oracle user) using rapidwiz across a db server and an apps server.
    At no point in the install were we asked to run root.sh. Is this expected?No.
    After the installs completed we had to run root.sh ourselves to create oratab and then we manually created the oraInventory.
    Has anyone else experienced this?Not really, but this should be OK as long as you have no errors.
    Thanks,
    Hussein

  • OBIEE 11g installing in Linux. domain creation error

    Hi,
    OBIEE 11g installing in Linux server now. domain creation is in progress for about an hour and in log I can see below error.
    Creating a new AdminServer Object ...
    AdminServer port is 7001
    Starting the domain ...
    java.lang.OutOfMemoryError: PermGen space
    java.lang.OutOfMemoryError: PermGen space
    java.lang.OutOfMemoryError: PermGen space
    domain creation is still running and looks like it is struck to start domain no idea how to solve the issue. waiting to see whether domain creation successful.
    Please let me know how to fix this issue.
    Thanks
    Jay.

    Hi,
    Have you try to increase MaxPermSize, it may occure memory issue.
    change the Middleware/ORACLE_BI1/oui/oraparam.ini and fine it like below
    JRE_MEMORY_OPTIONS=" -mx512m -XX:MaxPermSize=512m" then try to change it
    JRE_MEMORY_OPTIONS=" -mx2048m -XX:MaxPermSize=2048m"
    (i.e:It will increase the numbers for allocating more memory) then save it and then try to run config.bat (software only/enterprise) method and configure it.
    Thanks
    Deva

  • SOLUTION MANAGER 7.1 install on linux/oracle java error on ABAP IMPORT

    Hello sdn experts, Im trying to install the Solution Manager 7.1 on linux/oracle, but It always stops at the abap import,
    The error is in the Program "Migration Monitor", that exit with error.
    Reviewing the logs, it seems that is trying to execute a java command line with a unrecognized option:
    "Execution of the command "/opt/IBMJava2-amd64-142/bin/java -classpath migmon.jar -showversion -Xmx1024m com.sap.inst.migmon.imp.ImportMonitor -sapinst" finished with return code 1. Output:
    JVMJ9VM007E Command-line option unrecognized : -Xjvm:j9vm23"
    Usage : java [-options] class...
    As you can see, the sdk used is from IBM, and it works for all other saps we have here.
    Is the wrong jdk? Which I should use if its wrong?
    If is the right jdk, how could I get rid of this option and change it?
    Any idea would be appreciated.
    Thank you

    Hi Maurici,
    have you checked this note already?
    [https://service.sap.com/sap/support/notes/1159935|https://service.sap.com/sap/support/notes/1159935]
    It is about your error message. ...
    Best, Hannes

  • Error installing OEM 12 in Oracle Linux x86 32bit-Error Starting EMGC_OMS1

    Dear all.
    I've got a issue that I'm not able to figure out what's going on anymore. I'm preparing a new server to be the Oracle Enterprise Manager 12c Server. I've installed Oracle Database 11g Enterprise, 11g Grid Infrastructure, create a database (SID=oem12rep) using +ASM instance to the disks. Now I'm trying to install OEM 12c and when the installer gets 89% done, I'm stuck in Start OMS process. I don't undestand much about Weblogic but when I have a look to the logs I can see the message "Error Starting server EMGC_OMS1: weblogic.nodemanager.NMException: Exception while starting server 'EMGC_OMS1'" and then the process fails with the message "timed out waiting for EMGC_OMS1 to be RUNNING".
    My server:
    Oracle Enterprise Linux 5 Update 7
    Database: Oracle Enterprise Edition 11g
    Grid Infrastructure: 11g
    Could anyone please help me with this issue? The logs I have are:
    OEM Installer log:
    INFO: oracle.sysman.top.oms:Starting OMS ...
    INFO: oracle.sysman.top.oms:Executing command: /u01/app/middleware/oms/bin/emctl start oms
    INFO: oracle.sysman.top.oms:Oracle Enterprise Manager Cloud Control 12c Release 12.1.0.1.0
    INFO: oracle.sysman.top.oms:Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved.
    INFO: oracle.sysman.top.oms:Starting WebTier...
    INFO: oracle.sysman.top.oms:WebTier Successfully Started
    INFO: oracle.sysman.top.oms:Starting Oracle Management Server...
    INFO: oracle.sysman.top.oms:Oracle Management Server Could Not Be Started
    INFO: oracle.sysman.top.oms:Oracle Management Server is Down
    INFO: oracle.sysman.top.oms:Please check /u01/app/middleware/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log for error details
    SEVERE: oracle.sysman.top.oms:Starting of OMS failed.
    INFO: oracle.sysman.top.oms:The plug-in Start Oracle Management Service has failed its optional perform method
    INFO: oracle.sysman.top.oms:About to execute plug-in Start Oracle Management Service
    INFO: oracle.sysman.top.oms:The plug-in Start Oracle Management Service is running
    INFO: oracle.sysman.top.oms:Internal PlugIn Class: oracle.sysman.oms.StartOMS
    INFO: oracle.sysman.top.oms:Classpath = /u01/app/middleware/oms/sysman/jlib/omsConfig.jar:/u01/app/middleware/oms/jdbc/lib/ojdbc6.jar:/u01/app/middleware/oms/sysman/jlib/emcore_client.jar:/u01/app/middleware/oms/../modules/com.bea.core.apache.log4j_1.2.13.jar:/u01/app/middleware/oms/jlib/rcucommon.jar:/u01/app/middleware/oms/jdbc/lib/ojdbc6.jar:/u01/app/middleware/oms/sysman/jlib/emagentSDK.jar:/u01/app/middleware/oms/../oracle_common/modules/oracle.xdk_11.1.0/xmlparserv2.jar:/u01/app/middleware/oms/../oracle_common/modules/oracle.odl_11.1.1/ojdl.jar:/u01/app/middleware/oms/../oracle_common/modules/oracle.xdk_11.1.0/xml.jar:/u01/app/middleware/oms/../oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/u01/app/middleware/oms/../oracle_common/modules/oracle.dms_11.1.1/dms.jar:/u01/app/middleware/oms/../oracle_common/modules/oracle.odl_11.1.1/ojdl.jar:/u01/app/middleware/oms/jlib/rcu.jar
    INFO: oracle.sysman.top.oms:BaseConfiguration:invoke:Starting BaseConfiguration invoke method on an aggregate=oracle.sysman.top.oms for Action=configuration in step=9:microstep=0
    INFO: oracle.sysman.top.oms:Fetcing ports from teh static ports file: /u01/app/middleware/.gcinstall_temp/staticports.ini
    INFO: oracle.sysman.top.oms:Starting OMS ...
    INFO: oracle.sysman.top.oms:Executing command: /u01/app/middleware/oms/bin/emctl start oms
    INFO: oracle.sysman.top.oms:Oracle Enterprise Manager Cloud Control 12c Release 12.1.0.1.0
    INFO: oracle.sysman.top.oms:Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved.
    INFO: oracle.sysman.top.oms:Starting WebTier...
    INFO: oracle.sysman.top.oms:WebTier Successfully Started
    INFO: oracle.sysman.top.oms:Starting Oracle Management Server...
    INFO: oracle.sysman.top.oms:Oracle Management Server Could Not Be Started
    INFO: oracle.sysman.top.oms:Oracle Management Server is Down
    INFO: oracle.sysman.top.oms:Please check /u01/app/middleware/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log for error details
    SEVERE: oracle.sysman.top.oms:Starting of OMS failed.
    INFO: oracle.sysman.top.oms:The plug-in Start Oracle Management Service has failed its optional perform method
    INFO: oracle.sysman.top.oms:About to execute plug-in Start Oracle Management Service
    INFO: oracle.sysman.top.oms:The plug-in Start Oracle Management Service is running
    INFO: oracle.sysman.top.oms:Internal PlugIn Class: oracle.sysman.oms.StartOMS
    INFO: oracle.sysman.top.oms:Classpath = /u01/app/middleware/oms/sysman/jlib/omsConfig.jar:/u01/app/middleware/oms/jdbc/lib/ojdbc6.jar:/u01/app/middleware/oms/sysman/jlib/emcore_client.jar:/u01/app/middleware/oms/../modules/com.bea.core.apache.log4j_1.2.13.jar:/u01/app/middleware/oms/jlib/rcucommon.jar:/u01/app/middleware/oms/jdbc/lib/ojdbc6.jar:/u01/app/middleware/oms/sysman/jlib/emagentSDK.jar:/u01/app/middleware/oms/../oracle_common/modules/oracle.xdk_11.1.0/xmlparserv2.jar:/u01/app/middleware/oms/../oracle_common/modules/oracle.odl_11.1.1/ojdl.jar:/u01/app/middleware/oms/../oracle_common/modules/oracle.xdk_11.1.0/xml.jar:/u01/app/middleware/oms/../oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/u01/app/middleware/oms/../oracle_common/modules/oracle.dms_11.1.1/dms.jar:/u01/app/middleware/oms/../oracle_common/modules/oracle.odl_11.1.1/ojdl.jar:/u01/app/middleware/oms/jlib/rcu.jar
    INFO: oracle.sysman.top.oms:BaseConfiguration:invoke:Starting BaseConfiguration invoke method on an aggregate=oracle.sysman.top.oms for Action=configuration in step=9:microstep=0
    INFO: oracle.sysman.top.oms:Fetcing ports from teh static ports file: /u01/app/middleware/.gcinstall_temp/staticports.ini
    INFO: oracle.sysman.top.oms:Starting OMS ...
    INFO: oracle.sysman.top.oms:Executing command: /u01/app/middleware/oms/bin/emctl start oms
    INFO: oracle.sysman.top.oms:Oracle Enterprise Manager Cloud Control 12c Release 12.1.0.1.0
    INFO: oracle.sysman.top.oms:Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved.
    INFO: oracle.sysman.top.oms:Starting WebTier...
    INFO: oracle.sysman.top.oms:WebTier Successfully Started
    INFO: oracle.sysman.top.oms:Starting Oracle Management Server...
    INFO: oracle.sysman.top.oms:Oracle Management Server Could Not Be Started
    INFO: oracle.sysman.top.oms:Oracle Management Server is Down
    INFO: oracle.sysman.top.oms:Please check /u01/app/middleware/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log for error details
    SEVERE: oracle.sysman.top.oms:Starting of OMS failed.
    INFO: oracle.sysman.top.oms:The plug-in Start Oracle Management Service has failed its optional perform method
    /u01/app/middleware/gc_inst/em/EMGC_OMS1/sysman/log/
    emctl.log
    2012-03-14 08:38:58,970 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Successfully Connected to Node Manager.
    2012-03-14 08:38:58,971 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of node manager:
    2012-03-14 08:38:58,972 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Currently connected to Node Manager to monitor the domain GCDomain.
    2012-03-14 08:38:58,973 [Thread-1] INFO wls.OMSController run.1744 - <OUT>current status of EMGC_ADMINSERVER:
    2012-03-14 08:38:58,974 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:38:58,974 [Thread-1] INFO wls.OMSController run.1744 - <OUT>RUNNING
    2012-03-14 08:38:58,975 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:38:58,975 [Thread-1] INFO wls.OMSController run.1744 - <OUT>current status of EMGC_OMS1:
    2012-03-14 08:38:58,976 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:38:58,976 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-03-14 08:38:58,977 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:38:58,977 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Starting server EMGC_OMS1
    2012-03-14 08:38:58,977 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Starting server EMGC_OMS1 ...
    2012-03-14 08:38:59,559 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Error Starting server EMGC_OMS1: weblogic.nodemanager.NMException: Exception while starting server 'EMGC_OMS1'
    2012-03-14 08:38:59,560 [Thread-1] INFO wls.OMSController run.1744 - <OUT>new status of EMGC_OMS1:
    2012-03-14 08:38:59,562 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:38:59,563 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-03-14 08:38:59,563 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:38:59,563 [Thread-1] INFO wls.OMSController run.1744 - <OUT>wait until EMGC_OMS1 becomes RUNNING
    2012-03-14 08:38:59,564 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:38:59,564 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-03-14 08:38:59,565 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:38:59,565 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-03-14 08:39:09,569 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-03-14 08:39:09,571 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:39:09,571 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-03-14 08:39:09,571 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:39:09,572 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-03-14 08:39:19,571 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-03-14 08:39:19,573 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:39:19,573 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-03-14 08:39:19,574 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:39:19,574 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-03-14 08:39:29,574 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-03-14 08:39:29,575 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:39:29,576 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-03-14 08:39:29,576 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:39:29,576 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-03-14 08:39:39,576 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-03-14 08:39:39,577 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:39:39,583 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-03-14 08:39:39,583 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:39:39,584 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-03-14 08:39:49,578 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-03-14 08:39:49,580 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:39:49,580 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-03-14 08:39:49,581 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:39:49,581 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-03-14 08:39:59,580 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-03-14 08:39:59,582 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:39:59,583 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-03-14 08:39:59,583 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:39:59,583 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-03-14 08:40:09,583 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-03-14 08:40:09,585 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:40:09,585 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-03-14 08:40:09,585 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:40:09,586 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-03-14 08:40:19,585 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-03-14 08:40:19,587 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:40:19,588 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-03-14 08:40:19,588 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:40:19,588 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-03-14 08:40:29,588 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-03-14 08:40:29,589 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:40:29,590 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-03-14 08:40:29,590 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:40:29,590 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-03-14 08:40:39,590 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-03-14 08:40:39,592 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:40:39,592 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-03-14 08:40:39,592 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:40:39,593 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-03-14 08:40:49,592 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-03-14 08:40:49,594 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:40:49,594 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-03-14 08:40:49,595 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:40:49,595 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-03-14 08:40:59,594 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-03-14 08:40:59,597 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:40:59,598 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-03-14 08:40:59,598 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:40:59,598 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-03-14 08:41:09,598 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-03-14 08:41:09,599 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:41:09,600 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-03-14 08:41:09,600 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:41:09,600 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-03-14 08:41:19,600 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-03-14 08:41:19,602 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:41:19,602 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-03-14 08:41:19,603 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:41:19,603 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-03-14 08:41:29,602 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-03-14 08:41:29,604 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:41:29,604 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-03-14 08:41:29,605 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:41:29,605 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-03-14 08:41:39,606 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-03-14 08:41:39,607 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:41:39,608 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-03-14 08:41:39,608 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:41:39,609 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-03-14 08:41:49,608 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-03-14 08:41:49,610 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:41:49,610 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-03-14 08:41:49,610 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:41:49,611 [Thread-1] INFO wls.OMSController run.1744 - <OUT>sleep for 10 seconds...
    2012-03-14 08:41:59,610 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of EMGC_OMS1:
    2012-03-14 08:41:59,612 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:41:59,612 [Thread-1] INFO wls.OMSController run.1744 - <OUT>FAILED_NOT_RESTARTABLE
    2012-03-14 08:41:59,613 [Thread-1] INFO wls.OMSController run.1744 - <OUT>
    2012-03-14 08:41:59,613 [Thread-1] INFO wls.OMSController run.1744 - <OUT>timed out waiting for EMGC_OMS1 to be RUNNING
    2012-03-14 08:41:59,613 [Thread-1] INFO wls.OMSController run.1744 - <OUT>status of node manager:
    2012-03-14 08:41:59,614 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Currently connected to Node Manager to monitor the domain GCDomain.
    2012-03-14 08:41:59,614 [Thread-1] INFO wls.OMSController run.1744 - <OUT>1
    2012-03-14 08:41:59,614 [Thread-1] INFO wls.OMSController run.1744 - <OUT>Successfully disconnected from Node Manager.
    2012-03-14 08:41:59,617 [Thread-1] INFO wls.OMSController run.1744 - <OUT>END
    2012-03-14 08:41:59,617 [Thread-2] INFO wls.OMSController run.1744 - <ERR>END
    2012-03-14 08:41:59,713 [main] INFO wls.OMSController processCmd.1392 - wlst process is finished
    2012-03-14 08:41:59,714 [main] INFO wls.OMSController processCmd.1394 - wlst process exited with code 1
    2012-03-14 08:41:59,714 [main] INFO wls.OMSController processCmd.1396 - wlst outstream joined
    2012-03-14 08:41:59,715 [main] INFO wls.OMSController processCmd.1398 - wlst errstream joined
    2012-03-14 08:41:59,715 [main] INFO wls.OMSController processCmd.1406 - process exited with code 1
    2012-03-14 08:41:59,721 [main] DEBUG oms.StatusOMSCmd processStatusOMS.159 - HTTP port in emgc property file: 7203
    2012-03-14 08:41:59,721 [main] DEBUG oms.StatusOMSCmd processStatusOMS.160 - HTTPS port in emgc property file: 7302
    2012-03-14 08:41:59,721 [main] DEBUG oms.StatusOMSCmd processStatusOMS.166 - Webtier HTTP port in emgc property file: 7789
    2012-03-14 08:41:59,722 [main] DEBUG oms.StatusOMSCmd processStatusOMS.167 - Webtier HTTPS port in emgc property file: 7801
    2012-03-14 08:41:59,722 [main] DEBUG oms.StatusOMSCmd processStatusOMS.186 - Using https port.
    2012-03-14 08:41:59,722 [main] DEBUG oms.StatusOMSCmd processStatusOMS.203 - Using webtier https port.
    2012-03-14 08:41:59,972 [main] DEBUG oms.StatusOMSCmd pingOMSCheck.341 - Attempting to connect to https://nsaosv0369:7302/em/faces/logon/core-uifwk-console-login
    2012-03-14 08:42:00,003 [main] INFO oms.StatusOMSCmd processStatusOMS.294 - Failed to connect to em login page
    2012-03-14 08:42:00,004 [main] INFO oms.StatusOMSCmd processStatusOMS.295 - Connection refused
    2012-03-14 08:42:00,004 [main] INFO oms.StatusOMSCmd processStatusOMS.296 - Connection exception when trying to hit OMS page. OMS is down
    2012-03-14 08:42:00,005 [main] INFO wls.OMSController statusOMS.1354 - statusOMS finished with result: 8
    2012-03-14 08:42:00,005 [main] INFO wls.OMSController startOMS.940 - startOMS finished with result: 1
    2012-03-14 08:42:00,007 [main] DEBUG oms.StatusOMSCmd processStatusOMS.159 - HTTP port in emgc property file: 7203
    2012-03-14 08:42:00,007 [main] DEBUG oms.StatusOMSCmd processStatusOMS.160 - HTTPS port in emgc property file: 7302
    2012-03-14 08:42:00,007 [main] DEBUG oms.StatusOMSCmd processStatusOMS.166 - Webtier HTTP port in emgc property file: 7789
    2012-03-14 08:42:00,008 [main] DEBUG oms.StatusOMSCmd processStatusOMS.167 - Webtier HTTPS port in emgc property file: 7801
    2012-03-14 08:42:00,008 [main] DEBUG oms.StatusOMSCmd processStatusOMS.186 - Using https port.
    2012-03-14 08:42:00,009 [main] DEBUG oms.StatusOMSCmd processStatusOMS.203 - Using webtier https port.
    2012-03-14 08:42:00,010 [main] DEBUG oms.StatusOMSCmd pingOMSCheck.341 - Attempting to connect to https://nsaosv0369:7302/em/faces/logon/core-uifwk-console-login
    2012-03-14 08:42:00,011 [main] INFO oms.StatusOMSCmd processStatusOMS.294 - Failed to connect to em login page
    2012-03-14 08:42:00,012 [main] INFO oms.StatusOMSCmd processStatusOMS.295 - Connection refused
    2012-03-14 08:42:00,012 [main] INFO oms.StatusOMSCmd processStatusOMS.296 - Connection exception when trying to hit OMS page. OMS is down
    2012-03-14 08:42:00,044 [main] INFO wls.OMSController statusOMS.1354 - statusOMS finished with result: 8
    Thanks in advance
    Bruno Palma

    So ...
    After a lot of searches, it was necessary a help from a Weblogic Administrator to find out what was going on with the installation process. The problem was with the memory allocation to the Weblogic VM. The process EMGC_OMS1 could not be started cos it was not possible to create a VM into SERVERADMIN.
    With just my DB experience I could not find any logs besides emctl.log and that one that it's shown in OEM Installler interface. The Weblogic Administrator was browsing the HOME where the Weblogic was installed and he found logs that showed the error telling where the problem was. Even downloading the OEM 12c 32bit, it was allocated memory to the java as if it was 64bit. The solution was decreasing the values of memory and clicking in Retry. So, my OEM Cloud Control 12c it's working now.
    Regards
    Bruno Palma

  • J2sdk-1_4_2_03-linux-i586 unpacking error

    Hello everyone. I have the following error when I am unpacking j2sdk-1_4_2_03-linux-i586.bin under redhat5.5
    I type the following command: ./j2sdk-1_4_2_03-linux-i586.bin
    After I agree the license terms and error message is found.
    Here are the error message:
    Unpacking...
    tail: cannot open `+473' for reading: No such file or directory
    Checksumming...
    1
    The download file appears to be corrupted. Please refer
    to the Troubleshooting section of the Installation
    Instructions on the download page for more information.
    Please do not attempt to install this archive file.
    I want to know what the problem is. Thank you very much.

    798955 wrote:
    Hello everyone. I have the following error when I am unpacking j2sdk-1_4_2_03-linux-i586.bin ..I note you marked this question as 'answered' yet there is no indication of 'helpful' or 'correct' replies and no immediate indication of the solution (by my quick glance). In any case, thought it might be helpful to add that you do not really need a 1.4.2 JDK to compile code for 1.4.
    All that is required to code for a particular version is the right compile time options* and an rt.jar (the J2SE core classes) for that version. The rt.jar can be obtained from any JRE of that version.
    * -source -target & -bootclasspath

  • Copy database from linux to windows error

    Hi,
    I have my database on linux 4 as oracle 10g i want to copy it on windows xp oracle 10g. One option is to migrate using rman but both of them have same
    format by
    select * from V$DB_TRANSPORTABLE_PLATFORM
         Microsoft Windows IA (32-bit)     Little
         Linux IA (32-bit)     Littlei take cold backup of my database on linux and copy it to windows then edit pfile and mount the database now the issue to change the path of datafiles and log files
    i am using
    SQL> select * from v$logfile;
        GROUP# STATUS  TYPE
    MEMBER
    IS_
             3         ONLINE
    /home/oracle/oracle/product/10.2.0/oradata/orcl/redo03.log
    NO
             2         ONLINE
    /home/oracle/oracle/product/10.2.0/oradata/orcl/redo02.log
    NO
        GROUP# STATUS  TYPE
    MEMBER
    IS_
             1         ONLINE
    /home/oracle/oracle/product/10.2.0/oradata/orcl/redo01.log
    NO
    SQL> alter database rename file '/home/oracle/oracle/product/10.2.0/oradata/orcl/redo01.log' to 'D:\oracle\product\10.2.0\oradata\orcl\redo1.log';
    alter database rename file '/home/oracle/oracle/product/10.2.0/oradata/orcl/redo01.log' to 'D:\oracle\product\10.2.0\oradata\orcl\redo1.log'
    ERROR at line 1:
    ORA-01511: error in renaming log/data files
    ORA-01516: nonexistent log file, datafile, or tempfile
    "/home/oracle/oracle/product/10.2.0/oradata/orcl/redo01.log"i know the original location '/home/oracle/oracle/product/10.2.0/oradata/orcl/redo01.log' doesn't exists but is there any way to solve it.
    Thanks
    umesh

    Thanks for your help
    SQL> ed
    Wrote file afiedt.buf
      1  CREATE CONTROLFILE REUSE DATABASE "ORCL" RESETLOGS  ARCHIVELOG
      2      MAXLOGFILES 16
      3      MAXLOGMEMBERS 3
      4      MAXDATAFILES 100
      5      MAXINSTANCES 8
      6      MAXLOGHISTORY 292
      7  LOGFILE
      8    GROUP 1 'D:\oracle\product\10.2.0\oradata\orcl\redo1.log'  SIZE 50M,
      9    GROUP 2 'D:\oracle\product\10.2.0\oradata\orcl\redo2.log'  SIZE 50M,
    10    GROUP 3 'D:\oracle\product\10.2.0\oradata\orcl\redo3.log'  SIZE 50M
    11  -- STANDBY LOGFILE
    12  DATAFILE
    13    'D:\oracle\product\10.2.0\oradata\orcl\system01.dbf',
    14    'D:\oracle\product\10.2.0\oradata\orcl\undotbs01.dbf',
    15    'D:\oracle\product\10.2.0\oradata\orcl\sysaux01.dbf',
    16    'D:\oracle\product\10.2.0\oradata\orcl\users01.dbf',
    17    'D:\oracle\product\10.2.0\oradata\orcl\example01.dbf'
    18* CHARACTER SET WE8ISO8859P1
    19  /
    Control file created.
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database openThis is error in log file
    Errors in file d:\oracle\product\10.2.0\admin\orcl\udump\orcl_ora_3836.trc:
    ORA-30012: undo tablespace 'UNDOTBS' does not exist or of wrong type
    Thu Nov 05 13:35:09 2009
    Error 30012 happened during db open, shutting down database
    USER: terminating instance due to error 30012
    ARC1 started with pid=18, OS id=3680
    Thu Nov 05 13:35:10 2009
    Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_pmon_2316.trc:
    ORA-30012: undo tablespace '' does not exist or of wrong type
    Thu Nov 05 13:35:10 2009
    ARC0: STARTING ARCH PROCESSES COMPLETE
    Thu Nov 05 13:35:10 2009
    ARC0: Becoming the 'no FAL' ARCH
    ARC0: Becoming the 'no SRL' ARCH
    Thu Nov 05 13:35:11 2009
    Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_reco_2544.trc:
    ORA-30012: undo tablespace '' does not exist or of wrong type
    Thu Nov 05 13:35:11 2009
    Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_smon_756.trc:
    ORA-30012: undo tablespace '' does not exist or of wrong type
    Thu Nov 05 13:35:11 2009
    ARCH: Detected ARCH process failure
    ARCH: Detected ARCH process failure
    ARCH: Detected ARCH process failure
    ARCH: STARTING ARCH PROCESSES
    Thu Nov 05 13:35:11 2009
    Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_psp0_2888.trc:
    ORA-30012: undo tablespace '' does not exist or of wrong type
    Thu Nov 05 13:35:11 2009
    Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_lgwr_1320.trc:
    ORA-30012: undo tablespace '' does not exist or of wrong type
    Thu Nov 05 13:35:11 2009
    Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_dbw0_4012.trc:
    ORA-30012: undo tablespace '' does not exist or of wrong type
    Thu Nov 05 13:35:11 2009
    Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_mman_3728.trc:
    ORA-30012: undo tablespace '' does not exist or of wrong typethanks

  • Linux ODBC 12504 error

    I am doing Linux testing of software (that works on Windows) using ODBC against Oracle and getting a 12504 error (TNS:listener was not given the SID in CONNECT_DATA)
    The ODBC call being used is SQLDriverConnect() and connect string that works on Windows is: "DSN=OracleDSN;UID=scott;PWD=tiger"
    I have ORACLE_HOME set to /opt/oracle/product/11.1.0 and ORACLE_SID set to demo.
    The Linux ODBC driver manager is unixODBC, and my .odbcinst.ini file specifies: Driver = /opt/oracle/product/11.1.0/lib/libsqora.so.11.1
    In my .odbc.ini file, I have OracleDSN defined, and in that file I have tried setting: Servername = localhost/demo, to specify the SID, but that didn't help.
    Question: How do I avoid the 12504 error and specify the SID name using SQLDriverConnect?

    Are you able to connect using SQL*plus l
    Yes, I can connect locally using: sqslplust scott/tiger
    But for some reason, to connect remotely, I have to use the full service name, instead of just "demo":
    sqlplus scott/[email protected]/demo.reddog.gpv.az05.bull.com
    You may want to check your listener and tnsnames.ora settings for this error.I didn't see any obvious errors in these files (listed below):
    # tnsnames.ora Network Configuration File: /opt/oracle/product/11.1.0/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    DEMO =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = reddog.gpv.az05.bull.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = demo.reddog.gpv.az05.bull.com)
    # listener.ora Network Configuration File: /opt/oracle/product/11.1.0/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = reddog.gpv.az05.bull.com)(PORT = 1521))
    )

  • Oracle 9i R2 Installation on Linux -ORA-03113 error

    I am in the process of installing Oracle 9i R2 trail version on Linux Server 2.2.4. The software did get installed but the DBCA did not create the sample database.
    The error I get is:
    ORA-03113:end-of-file on communication channel.
    I have also after the installation re-run the DBCA but get the same error. Any help will be appreciated.
    Thank you

    Please post this question in the Database - Installation forum. The URL is:
    Database Installation

  • Weblogic 9.2 cluster install across 2 linux servers - authentication errors

    Hello all,
                        I am currently trying to install a 9.2 cluster across two Linux machines, but am having a few problems that I was hoping someone here could help with. I?ve been reading the documentation, but feel as though it?s getting me nowhere.
                        I have two servers, on which I have installed weblogic portal 9.2. On the first I have then used the configuration wizard to great an admin server and cluster members 1, 2 and 3.
                        A cluster is created and the three cluster members are assigned to it.
                        Then I configure two unix machines, for the servers 1 and 2.
                        I assign the admin server and cluster member 1 to the first server. Cluster members 2 and 3 are assigned to the second server.
                        The connection pools and JMS stores I left as the default values.
                        The configuration completes and a domain is created on the first server.
                        I have copied the complete user_projects directory to the second server. I didn?t want to go through the configuration steps on each server that weblogic was to be installed on, so this looked like the easiest way to get the startManagedWeblogic scripts onto the second server. Also I didn?t find anything in the documentation that mentioned how to set up a cluster across multiple machines in any detail, only how to install multiple instances on a single server and run them as a cluster.
                        I manage to start the admin server ok and can connect through the web based admin console.
                        The first cluster member also starts up on the first server.
                        Now I go to the second server again, and when I try to start the cluster members here I get Authentication errors:
                        <Jan 31, 2007 2:56:22 PM CET> <Error> <Security> <BEA-090854> <SAMLCredentialMapper provider initialization failed: Could not retrieve credentials for AssertionSigningKey.>
              <Jan 31, 2007 2:56:23 PM CET> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
              <Jan 31, 2007 2:56:23 PM CET> <Error> <com.bea.weblogic.kernel> <000000> <[Security:090735]The DBMS connection was not usable>
              <Jan 31, 2007 2:56:23 PM CET> <Critical> <Security> <BEA-090403> <Authentication for user weblogic denied>
              <Jan 31, 2007 2:56:23 PM CET> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
              weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
                      at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:947)
                      at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1029)
                      at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:854)
                      at weblogic.security.SecurityService.start(SecurityService.java:141)
                      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
                      Truncated. see log file for complete stacktrace
              >
              <Jan 31, 2007 2:56:24 PM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
              <Jan 31, 2007 2:56:24 PM CET> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
              <Jan 31, 2007 2:56:24 PM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
              Autonomy engine processes stopped
                                  What am I doing wrong / forgetting to do.
                        Any help or suggestions are most helpful
                        Regards
                                  IV

    Hello ,
              I can help you in this regard, (let me see).
              Let me start from the beginning.
              Assumptions:
              M1 is hosting 1-Admin server(AdminServer), 2-Managed Server(ms1,ms2),
              M2 is hosting 1 -managed server (ms3)
              1. Install WebLogic Server/Portal product on M1 and M2 say /home/user1/bea1 - on M1
              /home/user1/bea1 - on M2
              2. Create Cluster Domain using ConfigWiz/WLST.
                   [ here I will talk abt Config Wiz)
                   - Open config Wiz
              - Create domain in Production Mode.(ideally Cluster is not supported in Dev mode )
                   - Create 1 Admin server, 3 Managed server Host = <M1> and config SSL port
                        AdminServer ? Host_M1
                        Ms1     ? Host_M1
                        Ms2     ? Host_M1
                        Ms3     ? Host_M2
              NOTE: *** Don't use IP addresses - use hostnames. The hostnames need to be specified in the correct format. When specifying a hostname, use the receiving server side's rules for SSL certificate hostname format when specifying the server address. The address that a client uses needs to match up with the server's SSL certificate host identity field ((example: pint21.bea.com on both server/client side, not just pint21 and other pint21.bea.com)
              Using the 'keytool' Java utility, verify the content of hostname identity embedded in the demo SSL certificate
              $ keytool -list -v -alias demoidentity -keystore DemoIdentity.jks
              Owner: CN=pisol18, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
              -     Config Data Source (conn pool) to Any DB Type you like, test them and run the DB scripts if applicable (Run DB).
              3. Create Managed Server template Using Pack/Unpack tool
              3.1     Using <WL_HOME>\common\bin\pack.cmd with ?managed option create managed server template.
              3.2     Using <WL_HOME>\common\bin\unpack.cmd on M2 to create the domain on Host2
              4. Starting the Admin Server
              5. Start the Managed server in many way. As given on edocs.
              http://edocs.bea.com/wls/docs92/ConsoleHelp/taskhelp/clusters/StartOrStopAServer.html
              I hope this helps you,
              Thanks
              Viswa
              ------------

  • Oracle-Linux 11g Install error

    Hi guys,
    After starting Ora installer on Linux I'm getting this error:
    Invalid source path '../stage/Components/oracle.jdk/1.5.0.17.0/1/DataFiles' specified for unzip. Unzip command failed. Please check oraparam.ini and specify a valid source path.
    : No such file or directory
    I downloaded 11g twice thinking that maybe the files are corrupt but both times got the same error as above directory does not exist when I unzip Oracle 11g db files... ???
    Please help.
    I downloaded 11g twice thinking that maybe the file is corrupt but both times got the same error as above directory does not exist when I unzip Oracle db files...
    Please help.
    Thank you very much.
    Art.

    I already closed the session... I started Oracle Installer as a super user in Oracle-Linux:
    ...@localhost database]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 120 MB. Actual 21968 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 3999 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-02-13_08-24-59PM. Please wait ...
    Invalid source path '../stage/Components/oracle.jdk/1.5.0.17.0/1/DataFiles' specified for unzip. Unzip command failed. Please check oraparam.ini and specify a valid source path.
    The problem I think is that directory '.../oracle.jdk/...' does not exist.
    Thank you very much.
    Art.
    Edited by: user6248369 on Feb 13, 2011 6:24 PM

  • DBCA fails with java.lang.UnsatisfiedLinkError: Can't load library: /u01/oracle/prod/tech_st/product/11.2.0/db_1/oui/lib/linux/liboraInstaller.so Error in Oracle 11g

    Hi,
    After ORACLE 11G software installation i tried to change the ORACLE_HOME directory.
    OS : RHEL 4.5
    DB : 11.2.0
    Previous Home Location :
    [oracle@localhost ~]$ echo $ORACLE_HOME
    /u01/oracle/prod/tech_st/product/11.2.0/db_1
    Current Home Loc:
    [oracle@localhost ~]$ echo $ORACLE_HOME
    /u01/oracle/db/tech_st/product/11.2.0/db_1
    When i am trying the DBCA command i am getting the below error:
    [oracle@localhost ~]$ dbca
    java.lang.UnsatisfiedLinkError: Can't load library: /u01/oracle/prod/tech_st/product/11.2.0/db_1/oui/lib/linux/liboraInstaller.so
            at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1650)
            at java.lang.Runtime.load0(Runtime.java:769)
            at java.lang.System.load(System.java:968)
            at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:387)
            at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:122)
            at oracle.sysman.oii.oiip.oiipg.OiipgEnvironment.getEnv(OiipgEnvironment.java:201)
            at oracle.sysman.oii.oiip.oiipg.OiipgPropertyLoader.initUnixPtrFileLoc(OiipgPropertyLoader.java:212)
            at oracle.sysman.oii.oiip.oiipg.OiipgPropertyLoader.<clinit>(OiipgPropertyLoader.java:125)
            at oracle.sysman.oii.oiic.OiicStandardInventorySession.updateProperties(OiicStandardInventorySession.java:492)
            at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:266)
            at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:240)
            at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:189)
            at oracle.sysman.assistants.util.InventoryUtil.getOUIInvSession(InventoryUtil.java:346)
            at oracle.sysman.assistants.util.InventoryUtil.getHomeName(InventoryUtil.java:87)
            at oracle.sysman.assistants.util.OracleHome.getInventoryHomeName(OracleHome.java:1023)
            at oracle.sysman.assistants.dbca.backend.Host.<init>(Host.java:798)
            at oracle.sysman.assistants.dbca.ui.UIHost.<init>(UIHost.java:257)
            at oracle.sysman.assistants.dbca.ui.InteractiveHost.<init>(InteractiveHost.java:54)
            at oracle.sysman.assistants.dbca.Dbca.getHost(Dbca.java:164)
            at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:112)
            at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:184)
    Exception in thread "main" java.lang.UnsatisfiedLinkError: no oraInstaller in java.library.path
            at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
            at java.lang.Runtime.loadLibrary0(Runtime.java:822)
            at java.lang.System.loadLibrary(System.java:993)
            at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:405)
            at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:122)
            at oracle.sysman.oii.oiip.oiipg.OiipgEnvironment.getEnv(OiipgEnvironment.java:201)
            at oracle.sysman.oii.oiip.oiipg.OiipgPropertyLoader.initUnixPtrFileLoc(OiipgPropertyLoader.java:212)
            at oracle.sysman.oii.oiip.oiipg.OiipgPropertyLoader.<clinit>(OiipgPropertyLoader.java:125)
            at oracle.sysman.oii.oiic.OiicStandardInventorySession.updateProperties(OiicStandardInventorySession.java:492)
            at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:266)
            at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:240)
            at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:189)
            at oracle.sysman.assistants.util.InventoryUtil.getOUIInvSession(InventoryUtil.java:346)
            at oracle.sysman.assistants.util.InventoryUtil.getHomeName(InventoryUtil.java:87)
            at oracle.sysman.assistants.util.OracleHome.getInventoryHomeName(OracleHome.java:1023)
            at oracle.sysman.assistants.dbca.backend.Host.<init>(Host.java:798)
            at oracle.sysman.assistants.dbca.ui.UIHost.<init>(UIHost.java:257)
            at oracle.sysman.assistants.dbca.ui.InteractiveHost.<init>(InteractiveHost.java:54)
            at oracle.sysman.assistants.dbca.Dbca.getHost(Dbca.java:164)
            at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:112)
            at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:184)
    [oracle@localhost ~]$
    I tried all possible ways with google help but still i am facing the same issue.Kindly check and suggest to solve the issue.
    Thanks in advance.
    Vijay.

    Hi all,
    I give you the clear details about the issue what i am currently facing,
    1. I installed the 11g (11.2.0) database alone(No EBS) in my local vmware machine.
    2. Created my ORACLE_HOME under /u01/oracle/prod/tech_st/product/11.2.0/db_1 directory after that i tried to change my home location from /u01/oracle/prod/tech_st/product/11.2.0/db_1 location to /u01/oracle/db/tech_st/product/11.2.0/db_1 location, like created /u01/oracle/db directory and moved files from /u01/oracle/prod location.
    3. I changed my bash_profile and exported home with the modified location also deregistered an old home and registered the new home.
    4. When i am issuing echo $ORACLE_HOME it is showing the current home location and ORACLE_SID is same what i created before.
    5. But when i am trying to create one more db using DBCA utility it is through the above error.
    Please suggest me is it possible to change the location after db creation or any extra steps i have to do for this issue.
    Thanks.

  • Management Pack Templates - Unix/Linux Service template error

    Hello,
    When I try to run this template I get the following error.
    The Page [Microsoft.SystemCenter.CrossPlatform.UI.Authoring.ServiceTemplate.ServiceStateProbePage] in the assembly [Microsoft.SystemCenter.CrossPlatform.UI.Authoring] could not be loaded.  Please make sure that hte account you are running under has
    sufficient privileges to load the given assembly, or the management pack that defines this page is installed or hte assembly containing the page is in hte path of the executable or that the page derives from known Operations Manager page type.
    I tried this from my Computer and the Management server with the same result.   My account is in the Ops Admin role and I have no issues creating any of the other templates.
    Any help would be appreciated.
    Thank you
    Walter

    Just I case anyone else runs across this.
    The Online Catalogue UNIX/Linux MPs are only for SCOM 2007 R2. With SCOM 2012 and above we went with Management Pack Bundles [MPBs] and the Online Catalogue does not support them. To get the latest MPs and agents for UNIX/Linux on SCOM 2012 you need to go
    to the Microsoft Download Center and search for "System Center 2012 Monitoring Pack for UNIX and Linux Operating Systems". The current release is UR2 which can be found here -->
    http://www.microsoft.com/en-us/download/details.aspx?id=29696
    This release includes the following:
    4/9/2013 - Update release - version 7.4.4119.0 - includes agents with version: 1.4.1-270
    The Microsoft.Unix.Service.Library.mp is installed by default with SP1 and we don't expect it to be uninstalled. The Update Releases [UR] only contain MP/Bs that have changed so Rob is correct in that the only place you will find this MP is with the SCOM
    2012 SP1 RTM release.
    Regards,
    -Steve

Maybe you are looking for