Starting Enterprise Manager error

Hello,
I installed oracle client 11g Release 1 (11.1) on opensuse 10.3 Linux system and I don't have installed any other oracle applications on my system.
Installation was successfully, I've tried some applications netca, sqlplus, sqldeveloper and work fine, but emca throw an exception:
Exception in thread "main" java.lang.NoClassDefFoundError: oracle/sysman/emSDK/util/jdk/Platform
at oracle.sysman.emcp.EMConfigAssistant.printUsage(EMConfigAssistant.java:202)
at oracle.sysman.emcp.EMConfigAssistant.incorrectUsage(EMConfigAssistant.java:948)
at oracle.sysman.emcp.EMConfigAssistant.parseCmdLineArgs(EMConfigAssistant.java:1560)
at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:474)
at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:467)
please give me some idea how to solve this problem
Message was edited by:
[email protected]

This is the problem of Oracle client which shows up regardless of the OS.
The emca (or emca.bat) script tries to set up the CLASSPATH,
but the jars on the CLASSPATH are missing from the Oracle client installation.
Here's the list of missing jars:
${ORACLE_HOME}\jlib\emConfigInstall.jar
${ORACLE_HOME}\jlib\http_client.jar
${ORACLE_HOME}\lib\http_client.jar
${ORACLE_HOME}\sysman\jlib\emCORE.jar
${ORACLE_HOME}\sysman\jlib\emagentSDK.jar
I wonder how the folks from Oracle are testing their deliveries =)

Similar Messages

  • Can not start Enterprise Manager web page

    I can not start Enterprise Manager web page.
    Here is my steps:
    1. Start enterprise manager
    emctl start
    Waiting for EM to initialize ...Started
    2. Check status:
    emctl status
    EMD is up and running : 200 OK
    3. Start the web page
    http://myhost:1810/
    4. get following error
    "There was no response. The server could be down or is not responding"
    System info:
    Database: 8.1.7.2
    OAS: 9.2.0.2
    JDK: 1.3.0_02
    Server OS: SunOS 5.8
    My question is where is the log file of enterprise manager and what the problem is.
    Thanks in advance
    Don

    diego,
    Thank you for your help. when I try your command I get following error:
    emctl start iasconsole
    Unknown command option
    Usage::
    emctl start|stop|status
    emctl reload | upload
    emctl set credentials [<Target_name>[:<Target_Type>]]
    emctl gencertrequest
    emctl installcert [-ca|-cert] <certificate base64 text file>
    emctl set ssl test|on|off|password [<old password> <new password>]
    emctl set password <new pwd>
    emctl authenticate <pwd>
    emctl switch home [-silent <new_home>]
    emctl config <options>
    emctl config options can be listed by typing "emctl config"

  • When I try to start Enterprise Manager 10g after I rename the machine.

    OS is Sun Solaris and Oracle version is 10.2.0.1 .
    Renaming the machine, I can't start Enterprise Manager by type "emctl start dbconsole" but system show bottom error.
    OC4J Configuration issue. [Oracle_home]/oc4j/j2ee/OC4J_DBConsole_Error occurred dur
    ing initialization of VM
    java.lang.Error: Properties init: Could not determine current working directory.
    _[SID_NAME] not found.
    How to fix?
    And in log file I found "WARNING: inbound connection timed out (ORA-3136)" message many time.
    Sometimes clients can't connect to database server although I can connect inside normally so I must reboot machine.
    What is a problem and how to fix both problems?
    Thankyou

    Check Settings>Messages>Show Subject Field and make sure it's set to "Off".

  • How to  start Enterprise manager 10g Linux?

    To,
    Can some one please tell me
    How to start Enterprise manager 10g on Linux RHEL 4.7
    Thanks,

    Hi
    While runniing $ sh emctl start dbconsole getting error of Enveromment variable ORACLE_SID not Defined
    Can you pls tell me Where do i fine env file to source the ENV file Enterprise manager 10g
    Also do i need to run the *$ sh emctl start dbconsole* command from GUI of Linux.
    Actualy follwoing is my exact stetup
    I have installed Oracle EBS 11.5.10.2 on Linux EHEL 4.7
    On the same Linux Box ( Where Oracle EBS 11.5.10.2 is installed ) Installed Oracle Application and Infra. server and Discoverer
    Please guide me on the same.
    Thanks,

  • How to start Enterprise manager ?

    how to know if i have installed Enterprise manager or not.
    what command to start Enterprise manager ?

    You can start OEM as:
    go to ORACLE_HOME/bin directory.
    then type ./oemapp with any 1 of its 6 options.
    You can type just ./oemapp and it will show the available options like instance etc.
    Vinayak Thatte

  • How to start Enterprise Manager Server on  Linux

    I install successful oracle 9i on redhat 7.2 Linux ,but I don't know how to start Enterprise Manager Server on Linux ,please help me ,thanks!

    oemctrl start oms
    oemctrl status oms sysman/oem_temp
    oemctrl stop oms sysman/oem_temp

  • How to start Enterprise Manager Server on SUN Solaris 2.8

    I need to start Enterprise Manager for ORACLE 8.1.6; on server for do same think (same action not possible on client machine).
    thank you all

    Hi
    From the Unix prompt enter oemapp console(for v9.x). If you are using earlier versions it is oemapp console (for starting the console) and oemapp dbastudio(for starting dba studio)
    For starting OMS enter: oemctrl start oms.
    Hope this helps
    sarath

  • Error starting Enterprise Manager in WebLogic 10.3.2 - library conflict?

    I've just installed WebLogic 11g (10.3.2) and the Application Developer Runtime (11.1.1.2.0). I then used the domain 'Configuration Wizard' to extend my domain (base_domain) and add:
    - Oracle JRF - 11.1.1.0 \[oracle_common]
    - Oracle Enterprise Manager - 11.1.1.0 \[oracle_common]
    Now when I start the server, I get the following error in the log
    <Jan 21, 2010 11:48:21 AM GMT> <Warning> <HTTP> <BEA-101162> <User defined listener oracle.sysman.eml.app.ContextInitializer failed: java.lang.NoSuchFieldError: level.
    java.lang.NoSuchFieldError: level
            at org.apache.log4j.spi.RootLogger.setLevel(RootLogger.java:65)
            at org.apache.log4j.spi.RootLogger.<init>(RootLogger.java:44)
            at org.apache.log4j.LogManager.<clinit>(LogManager.java:78)
            at org.apache.log4j.Logger.getLogger(Logger.java:117)
            at oracle.sysman.core.intg.RfbIntegration.<clinit>(RfbIntegration.java:44)
            Truncated. see log file for complete stacktrace
    <Jan 21, 2010 11:48:21 AM GMT> <Warning> <HTTP> <BEA-101162> <User defined listener oracle.sysman.eml.app.ContextInitializer failed: java.lang.NullPointerException.
    java.lang.NullPointerException
            at oracle.sysman.emdrep.repoless.RepolessTargetManager.stop(RepolessTargetManager.java:713)
            at oracle.sysman.eml.app.ContextInitializer.contextDestroyed(ContextInitializer.java:1229)
            at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:482)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
            Truncated. see log file for complete stacktrace
    <Jan 21, 2010 11:48:21 AM GMT> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'em'.
    weblogic.application.ModuleException:
            at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1399)
            at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:460)
            at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
            at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoSuchFieldError: level
            at org.apache.log4j.spi.RootLogger.setLevel(RootLogger.java:65)
            at org.apache.log4j.spi.RootLogger.<init>(RootLogger.java:44)
            at org.apache.log4j.LogManager.<clinit>(LogManager.java:78)
            at org.apache.log4j.Logger.getLogger(Logger.java:117)
            at oracle.sysman.core.intg.RfbIntegration.<clinit>(RfbIntegration.java:44)
            Truncated. see log file for complete stacktraceIt appears that there's a logging library conflict somewhere. I haven't installed any of my own applications at all, only extended the domain with the two features described above. Can anyone help?

    Just completely uninstalled everything and tried again. The problem seems to have disappeared.
    I can't be sure, but suspect one of the following fixed it:
    - I had JDeveloper 11.1.1.2.0 installed to the same Oracle Middleware home. This could have been where the conflicting library was coming from. Second time around I didn't install JDeveloper.
    - When I reinstalled WebLogic, I unchecked 'Oracle Enterprise Pack for Eclipse'
    - When I reinstalled WebLogic, I didn't install the Oracle JRockit JDK

  • Ubable to start enterprise manager console via browser in Oracle 11gR2

    Dear Friends
    I have tried following. But i'm not able to get em console through my web browser.
    here i'm posting what i have done.i have started my database listner and database ,it found working properly. So please let me know what am i missing here.
    [oracle1@WBH-DB1 ~]$ echo $ORACLE_HOME
    /ora11gsoft/odb/OH1
    [oracle1@WBH-DB1 ~]$ echo $ORACLE_SID
    wbdata
    [oracle1@WBH-DB1 ~]$ echo $PATH
    /usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/ora11gsoft/odb/bin:/ora11gsoft/odb/OH1/jdk/bin:/ora11gsoft/odb/OH1/jdk/lib:/ora11gsoft/odb/OH1/bin
    [oracle1@WBH-DB1 ~]$ hostname
    WBH-DB1.wbtea.com
    [oracle1@WBH-DB1 ~]$ emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    https://WBH-DB1.wbtea.com:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ..... started.
    Logs are generated in directory /ora11gsoft/odb/OH1/WBH-DB1.wbtea.com_wbdata/sysman/log
    i try following url in firefox web-browser
    https://WBH-DB1.wbtea.com:1158/em
    and i got the following error
    Secure Connection Failed
    xxx.xx.xx.xx:1158 uses an invalid security certificate.
    The certificate is not trusted because the issuer certificate is not trusted.
    The certificate is not valid for any server names.
    (Error code: sec_error_untrusted_issuer)

    Hi,
    you are not missing anything.
    enterprise manager is working fine. Accept the certificate and press on continue button..
    Can you try running the same in internet explorer also.
    Regards
    Rajesh

  • LISTNER and enterprise manager error

    TNS-12560: TNS:protocol adapter error
    i m unable to start my listner. i m using oracle 11g on windows 7
    another error is of enterprise manager
    their is something like falling back to standard locale ("c")
    em configration isses c:\app\manish\product\11.2.0\db_home_1\manish-pc_orcl not found

    945224 wrote:
    TNS-12560: TNS:protocol adapter error
    i m unable to start my listner. i m using oracle 11g on windows 7
    another error is of enterprise manager
    their is something like falling back to standard locale ("c")
    em configration isses c:\app\manish\product\11.2.0\db_home_1\manish-pc_orcl not found
    CLASSIC Windows error due to any number of OS/Networking mis-configurations
    are both OS Services for database & listener started & running?
    when was last time all worked with out error?
    what changed since then?
    Does system get is IP# via DHCP?

  • Oracle Enterprise Manager Error(s)

    I recently installed Oracle 11g on my computer and am playing around with it and have come across two errors that i see are pretty common but i cant wrap my head around whats going on.
    Scenario 1:
    I start up my computer, no services are running (OracleDBConsoleorcl, OracleTNSListener & OracleServiceORCL) are all not on.
    I go into control panel->Services and turn on OracleDBConsoleorcl so i can log into enterprise manager.
    When I enter enterprise manager I see that i can start up the listener or database instance.
    I start up the listener (no problems) but when i try to turn on the instance I then get the error
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    When i go back to the control panel and services and start up OracleServiceORCL then everything works as expected.
    Why am i not able to start up the oracle instance via the enterprise manager?
    Thanks....

    rodneyc8063 wrote:
    I recently installed Oracle 11g on my computer and am playing around with it and have come across two errors that i see are pretty common but i cant wrap my head around whats going on.
    Scenario 1:
    I start up my computer, no services are running (OracleDBConsoleorcl, OracleTNSListener & OracleServiceORCL) are all not on.
    I go into control panel->Services and turn on OracleDBConsoleorcl so i can log into enterprise manager.
    When I enter enterprise manager I see that i can start up the listener or database instance.
    I start up the listener (no problems) but when i try to turn on the instance I then get the error
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    When i go back to the control panel and services and start up OracleServiceORCL then everything works as expected.
    Why am i not able to start up the oracle instance via the enterprise manager?
    Thanks....
    >I recently installed Oracle 11g on my computer and am playing around with it and have come across two errors that i see are pretty common but i cant wrap my head around whats going on.
    Scenario 1:
    I start up my computer, no services are running (OracleDBConsoleorcl, OracleTNSListener & OracleServiceORCL) are all not on.
    I go into control panel->Services and turn on OracleDBConsoleorcl so i can log into enterprise manager.
    When I enter enterprise manager I see that i can start up the listener or database instance.
    I start up the listener (no problems) but when i try to turn on the instance I then get the error
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    When i go back to the control panel and services and start up OracleServiceORCL then everything works as expected.
    Why am i not able to start up the oracle instance via the enterprise manager?
    Thanks....
    EM can only connect to the DB via SQL*Net.
    When the DB is down the listener does not know anything about the DB.
    When EM tries to connect to the DB the listener reports it does not know how to complete the connection request

  • Oracle 9ias Enterprise Manager error

    Hi guys,
    I'm getting the following error when i access my Enterprise Manager:
    Servlet error: Renderer failed: java.lang.NoClassDefFoundError
    It's my first access to the EM.
    The server is instaled in a Windows 2000.
    Someone can help me with this error?
    Thanks

    Hi Fabio,
    You have one emwebsite running per ORACLE HOME. Having said that you should have 1 em for the Infra and 1 for the midtier.
    To access the corresponding emwebsite, you need to start the corresponding em process.
    This is how it can be done:
    From the Services >
    Start the <..>ASControl process
    From the cmd like:
    GOTO OH/bin> emctl start iasconsole
    To start ONLY the agent:
    OH/bin> emctl start agent
    From the error, you have mentioned it is difficult to conclude the exact cause of the error.
    Can you please provide the following informations:
    1) What type of install is it?
    (e.g. Infra on so and so machine + portal & wireless midtier on..)
    2) Can you please check the corresponding OH/sysman/log directory and scan the log files. Incase, you are unable to understand then please post the corresponding errors in this post.
    I suggest, you stop your instance and start it in order.
    This is what you can try:
    Stop you instance (All processes)
    In this Order --
    em of the midtier,
    process manager of the midtier
    em of the infra
    process manager of the infra
    database
    tnslistener
    Check for runaway processes. If found kill it.
    When all done start it in the following order:
    tnslistener
    database
    process manager of the infra
    em of the infra
    process manager of the midtier
    em of the midtier
    Thanx,
    Chetan.

  • Cannot start Enterprise Manager for Fusion Middleware 11g

    Dear all,
    Because I want to install Oracle EGRCM v8.0.1 in Linux x86_64, so I installed Oracle Weblogic 11gR1 and SOA Suite 11g first.
    After installation successfully, I created a base_domain as default, and can start weblogic administration server ( http://localhost:7001/console ) successfully.
    Now I want to use Enterprise Manager for Fusion Middleware 11g. Per "*Oracle® Fusion Middleware Administrator's Guide 11g Release 1 (11.1.1)*", the EM should be available now and the access URL should be http://localhost:7001/em . But when I try to access it, the following error returned:
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    +10.4.5 404 Not Found+
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    So I try to start with emctl in *$MW_HOME/oracle_common/bin/*, the error is as following:
    +./emctl: line 387 /d02/Middleware/oracle_common/perl/bin/perl: No such file or directory+.
    I check the path and find out that no directory named "perl" under */d02/Middleware/oracle_common*. So I try to copy the necessary dir from the dir installed Oracle Database 11g ( *$ORACLE_HOME* ), but it returns following error:
    OC4J Configuration issue. /d02/Middleware/oracle_common/sysman/j2ee not found.
    I try to copy necessary dir from *$ORACLE_HOME* but still cannot start EM.
    Please give some advise about how I can start EM for Fusion Middleware 11g, any idea is appreciate!
    Best Regards,
    Kenny Wang

    Ravi Jegga wrote:
    Hi Kenny
    See this post of mine: Re: Fusion Middleware Console
    For any SOA Domain, unless you have Enterprise Manager Facet enabled (during domain creation process or adding later on by extending it), you will not be able to access the EM Console. For quick testing, open config.xml file for your domain and check the modules specially em module as shown below. It should be there. This is for one of my SOA Cluster Domains with SOA on top of WLS 10.3.2
    <app-deployment>
    <name>em</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>C:\beawls1032\user_projects\applications\soaDomainCluster1/em.ear</source-path>
    <deployment-order>400</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    Thanks
    Ravi JeggaHello Ravi:
    I too like Kenny experienced the EXACT same thing this morning. I was trying to figure out how to modify the formsweb.cfg and I remembered from when I install Oracle9i/10g AS a few years back, that it was on the Enterprise Manager Console for forms (different than the EM for the database). Well that's different than the consoles for Weblogic Server and Weblogic Server for Forms. I ran into the same errors Kenny did, and I followed your steps except that I did install into the domain the Enterprise Manager so when I looked at the config.xml I do see the same code that you posted above. Yet I still get the error when accessing
    http://computer:7001/em
    Also when trying to run emctl (I copied the perl directory from the database) and same error as Kenny. Any tips/clues?
    I'm running on Red Hat Enterprise Linux 5, Oracle 11g (database, Fusion Middleware).
    Thanks,
    Gio

  • Could Not start Enterprise Management Server Service

    Hi,
    I have installed Oracle 8i Personal Edition 8.1.6.00 on a Win2000
    machine at home.
    I can connect to the database that i have created (oracleDB)
    When i try and run Enterprise Manager and connect to the
    database, i get
    the error
    "ORA- 12541: TNS: no listener"
    Im guessing this is because i do not have the
    'OracleOraHome81ManagementServer' service running (???)
    When i try and start it from the Services MMC, i recieve the
    error
    "Could not start the OracleOraHome81ManagementServer servic on
    Local
    Computer
    Error 997: Overlapped I/O operation in progress"
    Can anyone help me out with this?
    All other Oracle related services run fine.
    I have admin privelages for the PC.
    Have PATH for oracle set up correctly i think.
    Any help would be much appreciated
    Thanks
    Martin

    Try creating a repository via the Configuration Assistant first
    Martin, and then start the OMS service. It worked for me.

  • Enterprise Manager:  Error in table "View Data" for table with 128 column

    We appear to be getting an error when running Oracle Enterprise Manager when doing a "View Data" and selecting > 128 columns to display.
    Here's the error message.
    Could you let me know if this is a known issue, and any workaround/fixes for it?
    Thanks!
    2012-07-11 16:53:08,315 [EMUI_16_53_08_/console/database/util/Flex] ERROR perf.svgChart getCurveLegend.139 - curveindex 0
    2012-07-11 16:53:08,315 [EMUI_16_53_08_/console/database/util/Flex] ERROR perf.svgChart logChartDetails.411 - oracle.sysman.emo.smap.HostChart@7d1a73ee
    2012-07-11 16:53:08,315 [EMUI_16_53_08_/console/database/util/Flex] ERROR perf.svgChart logChartDetails.412 - chart name cpuChart
    2012-07-11 16:53:08,315 [EMUI_16_53_08_/console/database/util/Flex] ERROR perf.svgChart logChartDetails.413 - number of names 0
    2012-07-11 16:53:08,330 [EMUI_16_53_08_/console/database/util/Flex] ERROR perf.svgChart logChartDetails.414 - number of times 0
    2012-07-11 16:53:08,330 [EMUI_16_53_08_/console/database/util/Flex] ERROR perf.svgChart logChartDetails.415 - number of values 0
    2012-07-11 16:53:08,330 [EMUI_16_53_08_/console/database/util/Flex] ERROR perf.svgChart logChartDetails.416 - curve count 0
    2012-07-11 16:55:40,768 [EMUI_16_55_40_/console/database/schema/displayContents] ERROR svlt.PageHandler handleRequest.639 - java.lang.ArrayIndexOutOfBoundsException: -128
    java.lang.ArrayIndexOutOfBoundsException: -128
         at oracle.sysman.emo.adm.DBObjectsMCWInfo.getSqlTimestampIndexes(DBObjectsMCWInfo.java:194)
         at oracle.sysman.emo.adm.schema.TableViewDataBrowsingDataSource.executeQuery(TableViewDataBrowsingDataSource.java:167)
         at oracle.sysman.emo.adm.DatabaseObjectsDataSource.populate(DatabaseObjectsDataSource.java:201)
         at oracle.sysman.emo.adm.DatabaseObjectsDataSource.populate(DatabaseObjectsDataSource.java:151)
         at oracle.sysman.emo.adm.schema.DisplayContentsObject.populate(DisplayContentsObject.java:369)
         at oracle.sysman.db.adm.schm.DisplayContentsController.onDisplayAllRows(DisplayContentsController.java:303)
         at oracle.sysman.db.adm.schm.DisplayContentsController.onDisplayContents(DisplayContentsController.java:290)
         at oracle.sysman.db.adm.schm.DisplayContentsController.onEvent(DisplayContentsController.java:136)
         at oracle.sysman.db.adm.DBController.handleEvent(DBController.java:3431)
         at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:577)
         at oracle.sysman.db.adm.RootController.handleRequest(RootController.java:207)
         at oracle.sysman.db.adm.DBControllerResolver.handleRequest(DBControllerResolver.java:121)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:784)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:340)
         at oracle.sysman.eml.app.Console.doGet(Console.java:319)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:190)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:153)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.eml.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:122)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:102)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:353)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    2012-07-11 17:02:36,519 [EMUI_17_02_36_/console/database/schema/displayContents] ERROR svlt.PageHandler handleRequest.639 - java.lang.ArrayIndexOutOfBoundsException: -128
    java.lang.ArrayIndexOutOfBoundsException: -128
         at oracle.sysman.emo.adm.DBObjectsMCWInfo.getSqlTimestampIndexes(DBObjectsMCWInfo.java:194)
         at oracle.sysman.emo.adm.schema.TableViewDataBrowsingDataSource.executeQuery(TableViewDataBrowsingDataSource.java:167)
         at oracle.sysman.emo.adm.DatabaseObjectsDataSource.populate(DatabaseObjectsDataSource.java:201)
         at oracle.sysman.emo.adm.DatabaseObjectsDataSource.populate(DatabaseObjectsDataSource.java:151)
         at oracle.sysman.emo.adm.schema.DisplayContentsObject.populate(DisplayContentsObject.java:369)
         at oracle.sysman.db.adm.schm.DisplayContentsController.onDisplayAllRows(DisplayContentsController.java:303)
         at oracle.sysman.db.adm.schm.DisplayContentsController.onDisplayContents(DisplayContentsController.java:290)
         at oracle.sysman.db.adm.schm.DisplayContentsController.onEvent(DisplayContentsController.java:136)
         at oracle.sysman.db.adm.DBController.handleEvent(DBController.java:3431)
         at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:577)
         at oracle.sysman.db.adm.RootController.handleRequest(RootController.java:207)
         at oracle.sysman.db.adm.DBControllerResolver.handleRequest(DBControllerResolver.java:121)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:784)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:340)
         at oracle.sysman.eml.app.Console.doGet(Console.java:319)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:190)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:153)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.eml.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:122)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:102)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:353)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)

    Not many people run into this but one has before: Too many columns to be shown in the Enterprise Manager 11g?
    I can not find a known bug related to EM/CC, however a lot of bugs exist if you search in MOS for java.lang.ArrayIndexOutOfBoundsException: 128
    So, best is to create a SR.
    Eric

Maybe you are looking for

  • I lost my remote and had to reset my appletv

    now my remote on my iphone wont reconginze my apple tv I need to hit the menu button how can i get passed this?

  • How can I lock a Time Machine folder?

    I have a folder on a Time Machine disk that I don't want Time Machine to automatically overwrite when it needs more space on the disk. When I "Get Info" on the file there is an option to "Lock" it, but, the option is greyed out. I've changed the file

  • How to create round charts in Pages?

    Hi community, I'm working on my curiculum vitae at the moment and wanted to add some charts to it for better visualisation. Since Pie Charts don't look that great in my oppinion i searched a bit at google and discovered a nice looking template (sadly

  • None of the solutioin Manager ST and ST-TAO packages were found

    Hi all, I'm in the middle of installation and configuration of SAP TAO. My SAP TAO was fully connected to the SAP SolMan (SAP EHP 1 for SAP Solution Manager 7.0) and to HP QualityCenter/QuickTest Pro (both with version 10). But I canu2019t connect to

  • Tagging videos within the clip.... (database?)

    I've been looking for software/plugin associated with Premiere 5.0 that allows me to do the following: 1)  Tag a portion of a video clip, for example a person's name (Basketball player) and/or the name of the school he attends. 2)  It notes the name