Jms  grid

HI,
can anyone tell me how jms grid useful in our projects.i did jms up to creation of topic&relate b/w topics.After that i don't know how to proceed further process.it is fully programming can anyone help me how to do sample scenario .

This book:
http://www.amazon.com/Java-CAPS-Basics-Implementing-Patterns/dp/0137130716
has good examples of JMS grid.
For HA, if you're using JCAPS 6 I'd say go with OpenMQ...
--Adam                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • JMS Grid, SeeBeyond IQ, Sun JMQ jar files required for JMS Clients

    I'm trying to determine the Jar files required to connect to JMS Grid, IQ, and JMQ. I am testing connectivity to each product independently and I think I may have copied over more files than necessary.

    I'm trying to determine the Jar files required to connect to JMS Grid, IQ, and JMQ. I am testing connectivity to each product independently and I think I may have copied over more files than necessary.

  • Found existing proxy warning in JMS Grid logs

    Hi All,
    I am currently getting issues with my JMS Grid cluster. I have two AIX machines linked as a cluster of two JMS Grid instances. I then have a total of three JCAPS logical hosts connecting into this Grid cluster.
    What seems to be happening is that the JMS Grids (one or both at the same time) lose site of one and other (and perhaps the logical hosts too) which is causing them to eventually hang and stop processing message requests.
    In the logs we are seeing different errors on different occations. I have included the logs from the hanging grid for the last instance of the failure. This time it is showing the "Found Existing Proxy" warning. Last time it was a connection timeout.
    We are already tracking the network to check for timeout issues and network traffic problems. If anyone has any ideas on what causes this "Found Existing Proxy" I'd appreciate it. I can't find any reference to it on the forums sites for JMS.
    Kind regards
    Simon
    [#|2009-01-17 19:42:19,036| WARN|com.spirit.wms.ClusterManager|ThreadName=/166.65.46.121:50651=>60607 D(CD->) ;|found existing proxy for ID:wncptip202
    -1297.285319944908.1673840|#]

    I had a similar issue to this. It turned out the tns listener had already started on the VIP address on the first node.
    [root@rac-1 home]# netstat -nltp
    Active Internet connections (only servers)
    Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name        
    tcp        0      0 172.25.15.132:1521          0.0.0.0:*                   LISTEN      18253/tnslsnr                   
    [root@rac-1 home]# Not sure how this got started since the only program I had run was the Grid installer, however killing this process and retrying the Oracle Net Configuration Assistant step allowed me to continue.

  • How to start JMS Grid daemon as Windows service

    In JMS Grid 5.1.x documentation (3.2.3 Starting a Daemon), the preferred way to dameon on Windows is to start as an NT Service. But I couldn't find the way of doing this. Does anyone know if and how this can be done?
    Thanks in advance!

    I'm replying to myself .... ;-) ahah
    All we need for this purpose is JavaService, at link
    http://www.alexandriasc.com/software/JavaService/index.html

  • JMS Grid Load & Performance Testing

    Does anyone know if this has been done/ can be done? We are implementing a JMS Grid with JCAPS. None of the proprietary testing tools I've seen support PTP testing of this type of messaging as it doesn't have a JNDI binding.
    I have to find some method to apply messages directly into the system to assess the performance characteristics to enable the system to be tuned.
    Any suggestions?
    Thanks
    Alsebub

    Does anyone know if this has been done/ can be done? We are implementing a JMS Grid with JCAPS. None of the proprietary testing tools I've seen support PTP testing of this type of messaging as it doesn't have a JNDI binding.
    I have to find some method to apply messages directly into the system to assess the performance characteristics to enable the system to be tuned.
    Any suggestions?
    Thanks
    Alsebub

  • JMS-Grid problems

    Hi!
    Im getting problem when am about to change JNDIStorePresets from FS Store to SunSeeBeyond (see logtext below)
    We are using vitrual servicegroups with own ip-address, i have tryout severel ways to change bindAddresses in overrideprops.cfg to servicegroupsname, ipaddress, localhost and physical machinename with no sucess.
    The port 50607 has status LISTEN when using command netstat -a.
    Anyone who recognize this problem?
    Regards Olaus
    # LOG text #
    $ [#|2007-06-11 16:36:41,326| WARN|com.spirit.directory.SpiritDirectoryContextFactory|ThreadName=AWT-EventQueue-0;|Failed To get Context|#]
    [#|2007-06-11 16:36:43,872| WARN|com.spirit.directory.SpiritDirectoryContextFactory|ThreadName=AWT-EventQueue-0;|Failed To get Context|#]
    [#|2007-06-11 16:36:41,302|ERROR|com.spirit.wms.daemon.WaveMessageDaemon|ThreadName=/192.168.53.44:50607=>37387;|store()|#]
    java.lang.NullPointerException
    at com.spirit.wms.WaveMessageDaemon.store(WaveMessageDaemon.java:557)
    at com.spirit.wms.MessageSwitch.processMessage(MessageSwitch.java:243)
    at com.spirit.wms.Client.consumeMessage(Client.java:1005)
    at com.spirit.core.network.AbstractConnect.fireNetworkMessage(AbstractConnect.java:461)
    at com.spirit.core.network.DataStreamConnect.doWork(DataStreamConnect.java:497)
    at com.spirit.core.network.DataStreamConnect.run(DataStreamConnect.java:353)
    at com.spirit.wms.Client.run(Client.java:520)
    at com.spirit.core.threads.PooledThread.run(PooledThread.java:60)
    [#|2007-06-11 16:36:43,869|ERROR|com.spirit.wms.daemon.WaveMessageDaemon|ThreadName=/192.168.53.44:50607=>37401;|store()|#]
    java.lang.NullPointerException
    at com.spirit.wms.WaveMessageDaemon.store(WaveMessageDaemon.java:557)
    at com.spirit.wms.MessageSwitch.processMessage(MessageSwitch.java:243)
    at com.spirit.wms.Client.consumeMessage(Client.java:1005)
    at com.spirit.core.network.AbstractConnect.fireNetworkMessage(AbstractConnect.java:461)
    at com.spirit.core.network.DataStreamConnect.doWork(DataStreamConnect.java:497)
    at com.spirit.core.network.DataStreamConnect.run(DataStreamConnect.java:353)
    at com.spirit.wms.Client.run(Client.java:520)
    at com.spirit.core.threads.PooledThread.run(PooledThread.java:60)

    Hi!
    Im getting problem when am about to change JNDIStorePresets from FS Store to SunSeeBeyond (see logtext below)
    We are using vitrual servicegroups with own ip-address, i have tryout severel ways to change bindAddresses in overrideprops.cfg to servicegroupsname, ipaddress, localhost and physical machinename with no sucess.
    The port 50607 has status LISTEN when using command netstat -a.
    Anyone who recognize this problem?
    Regards Olaus
    # LOG text #
    $ [#|2007-06-11 16:36:41,326| WARN|com.spirit.directory.SpiritDirectoryContextFactory|ThreadName=AWT-EventQueue-0;|Failed To get Context|#]
    [#|2007-06-11 16:36:43,872| WARN|com.spirit.directory.SpiritDirectoryContextFactory|ThreadName=AWT-EventQueue-0;|Failed To get Context|#]
    [#|2007-06-11 16:36:41,302|ERROR|com.spirit.wms.daemon.WaveMessageDaemon|ThreadName=/192.168.53.44:50607=>37387;|store()|#]
    java.lang.NullPointerException
    at com.spirit.wms.WaveMessageDaemon.store(WaveMessageDaemon.java:557)
    at com.spirit.wms.MessageSwitch.processMessage(MessageSwitch.java:243)
    at com.spirit.wms.Client.consumeMessage(Client.java:1005)
    at com.spirit.core.network.AbstractConnect.fireNetworkMessage(AbstractConnect.java:461)
    at com.spirit.core.network.DataStreamConnect.doWork(DataStreamConnect.java:497)
    at com.spirit.core.network.DataStreamConnect.run(DataStreamConnect.java:353)
    at com.spirit.wms.Client.run(Client.java:520)
    at com.spirit.core.threads.PooledThread.run(PooledThread.java:60)
    [#|2007-06-11 16:36:43,869|ERROR|com.spirit.wms.daemon.WaveMessageDaemon|ThreadName=/192.168.53.44:50607=>37401;|store()|#]
    java.lang.NullPointerException
    at com.spirit.wms.WaveMessageDaemon.store(WaveMessageDaemon.java:557)
    at com.spirit.wms.MessageSwitch.processMessage(MessageSwitch.java:243)
    at com.spirit.wms.Client.consumeMessage(Client.java:1005)
    at com.spirit.core.network.AbstractConnect.fireNetworkMessage(AbstractConnect.java:461)
    at com.spirit.core.network.DataStreamConnect.doWork(DataStreamConnect.java:497)
    at com.spirit.core.network.DataStreamConnect.run(DataStreamConnect.java:353)
    at com.spirit.wms.Client.run(Client.java:520)
    at com.spirit.core.threads.PooledThread.run(PooledThread.java:60)

  • Jms implementations available in CAPS and their differences

    hi *,
    is there any source where i can find aggregated information about what jms implenmentations are shipped with CAPS and how their architecture is ?
    e.g. which version of GRID is shipped with CAPS , what processes are needed , how does jms server store data and lots more ...... i am especially interested in differences between jms grid and sun java system message qeueu. e.g. differences in clustering.
    regards chris

    As far as Tibco JMS goes, if Tibco has made available a JCA 1.5 compliant resource adapter then you can just import it and use JNDI to get a connection from it. Do make sure to implement the Synchronization interface if you want to hook up with the Integration Server's Transaction Manager.
    Any issues, there's good info available on http://blogs.sun.com/fkieviet/entry/using_resource_adapters_outside_of as well as here https://jmsjca.dev.java.net/
    As far as the different MQ implementations go, you'd really need to check with a Sun representative as you do want to implement something that is future compliant as well as suits your needs.
    JMS Grid for example is very strong in the area of non-Persistent non-XA Topic broadcasting, but less so in the area of Queues... SunMQ has very interesting HA features and can run on top of an Oracle RAC. As Johan says the SunMQ version packaged by default with JCAPS is a bit eerie, support of it is unclear and it's better to start off with version 4.
    STCMS appears to be undergoing many enhancements which have been piling up and in 5.2.0 it is possible again to run multiple instance per domain, and possibly a multiplexer way of communicating between the server and the JMS Clients is to be implemented so that it can run behind an IP loadbalancer (allowing for a HA "Queue farm"). Of these three STCMS has experienced the highest level of battle-testing, so do be sure to prioritize your requirements.
    Then of course there's the roadmap from 5.2.0 onwards where in version 6 a converged Message Queue is foreseen...
    Hope this helps, or, at least, is confusing enough..
    8 )
    Take care,
    Paul

  • Anyone working with eView under JCAPS 5.1.X

    Has anyone worked with eView under JCAPS 5.1.X? I am exploring the use of this tool in a project and I would like to talk to someone who has real world experience.

    Using eView to uniquely identify the person is a good solution especially when customizing the OTDs to each specific source.
    Deployment?
    Well, it depends, impossible to make a blanket statement here.
    With our case, a dedicated eView (logical host) domain is deployed, another domain is deployed for HL7 messages. JMS queues and topics are the the integration layers between them. Currently, looking into JMS Grid for a logical decoupling and clustering between domains.
    Also, going to migrate our eGate SRE messages to JCAPS gradually, the messages which pertain to patient demographic events (ADT) will subscribe to JMS topics wired to eView.
    The great thing about JCAPS (J2EE) is to logically partition components wand then deploy as required. For example, going to deploy HL7 message collaborations and eView components to a single domain now because transactions are low.
    Designed this without consultants, have many years experience with J2EE software development, my problem is with the limited JCAPS Netbeans IDE functionality - ready for JCAPS 5.2!
    Anyway, the eIndex project included with JCAPS, should get you started, forget the "patient" semantics, this is really a person in disguise.

  • CAPS clustering\failover

    Hi all,
    I've seen several posts where people indicated that they are using a clustered and/or failover environment.
    This is something that we want to implement. Could you tell me what products or OS that you are using?
    We currently are using SuSE Linux ES sp3 but are moving to Red Hat 5.
    Regards,
    John

    hi john,
    we are now using an active active configuration. with basic sw components on HP-UX. all our components are designed to support active active configuration.
    we plan to use either java mq with HA features in 5.1 or 5.2 or JMS grid. with this we want to overcome the datafreeze if a host crashes completeley.
    regards chris

  • EnterpriseManager0. hostname OC4J_EMPROV shows down

    Hi Experts,
    I have OEM Grid Control 10.2.0.5 on redhat 5.4
    Problem is while I browse through web (https://hostname:1159/em) it shows "EnterpriseManager0.grid-control_OC4J_EMPROV" down (Targets > All Targets).
    But usning command below I found it up:
    ./opmnctl status
    Processes in Instance: EnterpriseManager0.grid-control
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    DSA | DSA | 9024 | Alive
    HTTP_Server | HTTP_Server | 5472 | Alive
    LogLoader | logloaderd | 9077 | Alive
    dcm-daemon | dcm-daemon | 5179 | Alive
    OC4J | home | 9438 | Alive
    OC4J | OC4J_EM | 9439 | Alive
    OC4J               | OC4J_EMPROV        |    9440 | Alive
    WebCache | WebCache | 5484 | Alive
    WebCache | WebCacheAdmin | 5478 | Alive
    How can I resolve it ?
    What is the specific task of OC4J_EMPROV ?
    Thanks in advance
    -obaid

    There are no errors in any file in that folder except as in the file below:
    <OMS_HOME>/j2ee/OC4J_EMPROV/log/OC4J_EMPROV_default_island_1/server.log
    EMPROV#default_island&grid-control&HTTP:grid-control#12503&RMI:grid-control#12403&JMS:grid-control#12603
    10/03/11 12:43:26 10.1.2.3.0 Stopped (JVM termination)
    10/03/11 12:46:40 10.1.2.3.0 Started
    10/03/11 12:46:41 Internal server error
    java.lang.NullPointerException
    at com.evermind.server.rmi.RMIServer.run(RMIServer.java:490)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    10/03/11 12:46:44 10.1.2.3.0 Started
    10/03/11 12:46:48 Published an event: C_127.0.0.1.1edc073.12746e9fb98.-8000#EnterpriseManager0.grid-control#297992242#D#OC4J_EMPROV#default_island&grid-control&HTTP:grid-control#12502&RMI:grid-control#12402&JMS:grid-control#12602
    But i searched in <OMS_HOME>/opmn/logs/OC4J~OC4J_EMPROV~default_island~1 i found below:
    10/03/11 12:46:27 Start process
    10/03/11 12:46:41 Error starting ORMI-Server. Unable to bind socket: Address already in use
    10/03/11 12:46:41 java.lang.NullPointerException
    10/03/11 12:46:41 at com.evermind.server.rmi.RMIServer.run(RMIServer.java:490)
    10/03/11 12:46:41 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.j
    ava:186)
    10/03/11 12:46:41 at java.lang.Thread.run(Thread.java:534)
    10/03/11 12:46:48 Oracle Application Server Containers for J2EE 10g (10.1.2.3.0) initialized
    what is the specific port it is using ? can i change it or should i need to free that port resolve the problem?
    -obaid

  • AQ to be phased out and replaced by Weblogic JMS??

    I work at a large company in Los Angeles and was recently in a meeting with our architecture team where i was trying to make a case for using AQ for some internal apps.
    I had not used AQ in the past but found it very easy to set up and get running in a proof of concept test case.
    However, in my meeting I was informed by our main architect that:
    1) AQ was not an enterprise solution and had never been fully completed or vetted in production environments.
    2) AQ queues "get stuck" when processing large numbers of messages.
    3) Contacts at Oracle had told him that AQ is being phased out in the very near term in favor of JMS Queues in Weblogic.
    Based on the above statements by our architecture group, our company has essentially disallowed any development on AQ.
    Are these statements true?
    Thanks.

    Your architect is incorrect on multiple counts.
    1. AQ is definitely in use as an enterprise solution in a wide variety of very larger "name" corporations.
    2. So do insert statements. The statement has no meaning unless it has a context. Have this person state the hardware, operating system, database version, and metrics and present the numbers. Try to not to gloat when they can't. Everything has a limitation. But my bet is they have no idea what AQ's is.
    3. Ask for the name and contact information for the person at Oracle that made that statement: It is preposterous on its face. AQ is a foundation technology in RAC, Streams, the Grid Control, and numerous other technologies. Oracle is not removing these technologies from the database any more than they are going to force all database customers to install middleware.
    The only thing that should be removed is your architect for a lack of being honest with the team and management.
    Feel free to have your management contact me directly at the university if they wish to have me confirm what I have written here.

  • TIBCO consumer, WebLogic JMS, reconnecting

    We're currently running TIBCO 7.2 processes with WebLogic 7 as the JMS and DB connection factory.
              When using weblogic.jar to access JMS, we have discovered that TIBCO seems to loose connection entirely if a JMS server node dies, even when using distributed queues.
              We have implemented the 'forward-delay' option to process messages from queues without an active consumer, in the event of a physical node failure. When this occurs however, TIBCO will not automatically reconnect.
              Does anyone know of a work-around or whether or not this is resolved with the WL 9 releast of weblogic.jar?
              The issue is that the entry point to TIBCO processes is to listen on a queue. Once the connection is broken, the component stops listening for messages.

    Hi Uday,
    The best option depends on your use case.
    A messaging bridge is usually only appropriate when you want to store-and-forward from a local destination to a remote destination, instead of directly sending to the remote destination. Store-and-forward is helpful when you still want to be able to produce a message even when the remote destination is unavailable.
    SAF Agents are a store and forward solution, just like bridges, but are only designed to only work with WebLogic JMS destinations.
    For links to WebLogic Messaging white-papers, blog posts, samples, and documentation, click Enterprise Grid Messaging on the [url http://www.oracle.com/technetwork/middleware/weblogic/overview/index.html]Oracle WebLogic Product Page.
    Specifically, see the [url http://download.oracle.com/docs/cd/E17904_01/web.1111/e13727/interop.htm#JMSPG553]Integrating Remote JMS Providers FAQ, which should help you choose between WebLogic's various JMS integration options.
    Hope this helps,
    Tom

  • 1 "simple" JMS topic and 2 cluster elements with OSB

    Hi,
    I have 1 simple jms topic (not distributed, not on migratable target) and cluster with 2 members - OSB as main application. My OSB proxy service reads from this topic and saves data to file.
    The problem is that reading from topic appears twice - once by each cluster member. How to configure topic or proxy service for only one reading?

    FYI - At this year's Oracle OpenWorld, which is being held in conjunction with this year's JavaOne, Oracle will be announcing a set of enhancements that are designed to cover this exact use case.
    Tom Barnes
    Session ID: S317469
    Title: New Service-Oriented Architecture Patterns with Enterprise Grid Messaging
    Abstract: Messaging systems are essential in enabling the flexibility and loosely coupled nature of a service-oriented architecture (SOA). Oracle WebLogic Java Message Service (JMS) includes new pub-sub capabilities that make architectures more adaptable, allowing message producers to be ignorant of who is the consumer of a message or how many consumers there are. It also enables easy scale out and dynamic adaptability through clustering and message-driven bean (MDB) enhancements, all while still guaranteeing strict message ordering. This session will outline new JMS capabilities and show how they enable new designs with Oracle WebLogic Server and Oracle Service Bus.
    Speaker(s): Dongbo Xiao, Oracle, Principal Member of Technical Staff
    Biography not available.
    David Cabelus, Oracle USA, Senior Principal Product Manager
    Dave Cabelus is a Senior Principal Product Manager in the WebLogic Server group at Oracle. Dave's responsibilities include product strategy and direction for various pieces of WebLogic Server, including Java Messaging, Operations and Management, Diagnostics, and various other initiatives, and previously included database connectivity, transactions, and Web tier integration. In the industry since 1996 and involved in Java since 1999, Dave worked at various software companies including Logic Works, Platinum Software, Kana, and a few startups before coming to Oracle (BEA) in 2001.
    Event: JavaOne and Oracle Develop
    Stream(s): ORACLE DEVELOP, DEVELOP
    Track(s): Application Grid and Oracle WebLogic
    Tags: Add
    Session Type: Conference Session
    Session Category: Features
    Duration: 60 min.
    Schedule: Thursday, September 23, 11:00AM | Hotel Nikko, Nikko Ballroom II Available
    Edited by: TomB on Aug 12, 2010 1:21 PM

  • OEM 10g grid.... Please help..

    Hi all
    Please can someone help... Im new at this and Im having afew issues..
    Im running Oracle 10g grid on AIX box . The install went well and Im able to connect to all targets....
    1) The repositry database startsup without any error messages but in OEM software shows the database is in a Mertric Collection status.. unknown
    OEM shows that the Instance is down but its not...
    SQL> select * from V$instance;
    INSTANCE_NUMBER INSTANCE_NAME
    HOST_NAME
    VERSION STARTUP_T STATUS PAR THREAD# ARCHIVE LOG_SWITCH_
    LOGINS SHU DATABASE_STATUS INSTANCE_ROLE ACTIVE_ST
    1 oem0a
    BigMac
    10.1.0.4.0 09-SEP-08 OPEN NO 1 STOPPED
    ALLOWED NO ACTIVE PRIMARY_INSTANCE NORMAL
    Also the Agent connection is down..
    Agent Connection to Instance
    Status Failed
    Details Failed to connect to database instance: ORA-12505: TNS:listener does not currently know of SID given in connect descriptor (DBD ERROR: OCIServerAttach).
    AGENT STATUS
    [email protected]> emctl status agent
    Oracle Enterprise Manager 10g Release 10.2.0.1.0.
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    Agent Version : 10.2.0.1.0
    OMS Version : 10.2.0.1.0
    Protocol Version : 10.2.0.0.0
    Agent Home : /apps/oracle/OracleHomeOEM/agent10g
    Agent binaries : /apps/oracle/OracleHomeOEM/agent10g
    Agent Process ID : 397392
    Parent Process ID : 74206
    Agent URL : https://bigmac.dstio.com:1830/emd/main/
    Repository URL : https://bigmac.dstio.com:1159/em/upload
    Started at : 2008-09-06 06:28:29
    Started by user : oracle
    Last Reload : 2008-09-06 21:29:15
    Last successful upload : 2008-09-09 10:13:56
    Total Megabytes of XML files uploaded so far : 28.47
    Number of XML files pending upload : 0
    Size of XML files pending upload(MB) : 0.00
    Available disk space on upload filesystem : 11.78%
    Last successful heartbeat to OMS : 2008-09-09 10:16:05
    Agent is Running and Ready
    [email protected]>
    2) When I try the following commands I get the following error message
         emctl stop dbconsole
         emctl start dbconsole
         emctl status dbconsole
    [email protected]> emctl status dbconsole
    OC4J Configuration issue. /apps/oracle/OracleHomeOEM/oms10g/oc4j/j2ee/OC4J_DBConsole not found.
    When I try to recreate the repository I get the following message...
    3) emca -config dbcontrol db -repos create
    Incorrect usage:
    ( ive tried the binaries in both locations ... /apps/oracle/OracleHomeOEM/oms10g/bin and /apps/oracle/OracleHomeOEM/agent10g/bin) still no luck
    oracle.sysman.emcp.EMConfigAssistant [options] [list of parameters]
    Options:
    -a :configure for an ASM database
    -b :configure for automatic backup
    -c :configure a cluster database
    -e <node> :remove a node from the cluster
    -f <file> :specify the file name that contains parameter values
    -h :help
    -m :configure EM for a central agent
    -n <node> :add a new node to the cluster
    -r :skip creation of repository schema
    -s :silent mode (no user prompts
    -x <db> :deletion of a SID or DB
    -RMI_PORT <port> :specify the RMI port for DB Control
    -JMS_PORT <port> :specify the JMS port for DB Control
    -AGENT_PORT <port> :specify the EM agent port
    -DBCONSOLE_HTTP_PORT <port> :specify the DB Control HTTP port
    The script will prompt for any required data that is not specified in a configuration file. The script always prompts for all required passwords. If you use a configuration file, the file may contain any of the following specifications, as shown, with the specified values correctly filled in:
    4) When setting the Preferred Credentials on the host using OEM I get the following error message.:
    SQL Error: ORA-28232: invalid input length for obfuscation toolkit ORA-06512: at "SYS.DBMS_OBFUSCATION_TOOLKIT_FFI", line 84 ORA-06512: at "SYS.DBMS_OBFUSCATION_TOOLKIT", line 233 ORA-06512: at "SYSMAN.DECRYPT", line 9 when I try apply the Preferred Credentials on the Instance I get the same kindof message...
    ORA-28232: invalid input length for obfuscation toolkit ORA-06512: at "SYSMAN.MGMT_CREDENTIAL", line 1284 ORA-06512: at "SYSMAN.MGMT_CREDENTIAL", line 1333 ORA-06512: at line 1
    5) In the emoms.log In get the following error message,,,
    2008-09-05 07:14:50,001 [XMLLoader0 30000000298.xml] ERROR eml.XMLLoader java.? - Failed to load 30000000298.xml even after 2 attempts; moving to errors direc
    tory. Error:
    java.sql.SQLException: ORA-14400: inserted partition key does not map to any partition
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java(Compiled Code))
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java(Compiled Code))
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java(Inlined Compiled Code))
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java(Compiled Code))
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java(Compiled Code))
    at oracle.jdbc.driver.T4CPreparedStatement.execute_for_rows(T4CPreparedStatement.java(Compiled Code))
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java(Compiled Code))
    at oracle.jdbc.driver.OraclePreparedStatement.sendBatch(OraclePreparedStatement.java(Compiled Code))
    at oracle.sysman.util.jdbc.PreparedStatementWrapper.sendBatch(PreparedStatementWrapper.java(Compiled Code))
    at oracle.sysman.emdrep.dbjava.loader.XMLLoaderContext.flushAllStatements(XMLLoaderContext.java(Compiled Code))
    at oracle.sysman.emdrep.dbjava.loader.XMLDocumentSplitter.endElement(XMLDocumentSplitter.java(Compiled Code))
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java(Compiled Code))
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java(Compiled Code))
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java(Compiled Code))
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java(Compiled Code))
    at oracle.sysman.emdrep.dbjava.loader.XMLDocumentSplitter.split(XMLDocumentSplitter.java(Compiled Code))
    at oracle.sysman.emdrep.dbjava.loader.XMLLoaderContext.loadFromStream(XMLLoaderContext.java(Compiled Code))
    at oracle.sysman.emdrep.dbjava.loader.XMLLoader.LoadFile(XMLLoader.java(Compiled Code))
    at oracle.sysman.emdrep.dbjava.loader.XMLLoader.LoadFiles(XMLLoader.java(Compiled Code))
    at oracle.sysman.emdrep.dbjava.loader.XMLLoader.run(XMLLoader.java(Compiled Code))
    at java.lang.Thread.run(Thread.java:568)
    2008-09-05 07:16:53,415 [XMLLoader0 90000000233.xml] WARN eml.XMLLoader java.? - Marking the file for retry : 90000000233.xml after receiving exceptionjava.s
    ql.SQLException: ORA-14400: inserted partition key does not map to any partition
    2008-09-05 07:16:58,496 [XMLLoader0 90000000233.xml] ERROR eml.XMLLoader java.? - Failed to load 90000000233.xml even after 2 attempts; moving to errors direc
    tory. Error:
    java.sql.SQLException: ORA-14400: inserted partition key does not map to any partition
    Cheers

    Your first issue isn't necessarily a repsitory issue:
    1. Is your target configured?
    2. When you type "lsnrctl services" on the target server, does it return your target? If not, you need to resolve that issue first before it can be monitored via GRID

  • EM Grid control 10G installtion problem ........

    I m trying to install EM grid control 10G release 2, it prompt error on OMS configuration:
    Failed status
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Performing Command=CMD /C e:\OracleHomes\oms10g\opmn\bin\opmnctl startall
    INFO: oracle.sysman.top.oms:Start Opmn Error = CMD /C e:\OracleHomes\oms10g\opmn\bin\opmnctl startall
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:CMD /C e:\OracleHomes\oms10g\opmn\bin\opmnctl startall  have completed with exitCode=206
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    'opmnctl: starting opmn and all managed processes...
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    '================================================================================
    opmn id=testpc:6201
        5 of 6 processes started.
    ias-instance id=EnterpriseManager0.testpc
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
        HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=7112)
        failed to start a managed process after the maximum retry limit
        Log:
        e:\OracleHomes\oms10g\opmn\logs\HTTP_Server~1
    INFO: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 5 have been completed with status=false
    INFO: oracle.sysman.top.oms:EmcpPlug:invoke:Completed EmcpPlug invoke method on an aggregate=oracle.sysman.top.oms for Action=configuration in step=2:microstep=0
    INFO: oracle.sysman.top.oms:The plug-in OMS Configuration has failed its perform method
    config tools failed command
    rem Copyright (c) 1999, 2006, Oracle. All rights reserved.
    oracle.sysman.emcp.agent.AgentPlugIn
    Pl suggest remedy
    Thnx

    13/10/23 09:34:58 10.1.2.0.2 Stopped (Shutdown executed by jazn.com/admin from 127.0.0.1 (localhost))
    13/10/23 09:36:38 10.1.2.0.2 Started
    13/10/23 09:36:38 10.1.2.0.2 Started
    13/10/23 09:36:52 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1380909112#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12604
    13/10/23 09:37:22 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1380909112#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12604
    13/10/23 09:37:52 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1380909112#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12604
    13/10/23 09:38:22 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1380909112#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12604
    13/10/23 09:38:52 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1380909112#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12604
    13/10/23 09:39:22 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1380909112#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12604
    13/10/23 09:39:52 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1380909112#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12604
    13/10/23 09:40:22 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1380909112#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12604
    13/10/23 09:40:52 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1380909112#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12604
    13/10/23 09:41:22 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1380909112#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12604
    13/10/23 09:41:52 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1380909112#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12604
    13/10/23 09:42:22 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1380909112#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12604
    13/10/23 09:42:52 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1380909112#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12604
    13/10/23 09:43:22 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1380909112#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12604
    13/10/23 09:43:52 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1380909112#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12604
    13/10/23 09:44:22 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1380909112#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12604
    13/10/23 09:44:52 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1380909112#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12604
    13/10/23 09:45:22 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1380909112#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12604
    13/10/23 09:45:52 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1380909112#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12604
    13/10/23 09:46:22 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1380909112#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12604
    13/10/23 09:46:52 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1380909112#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12604
    13/10/23 09:47:20 10.1.2.0.2 Stopped (Shutdown executed by jazn.com/admin from 127.0.0.1 (localhost))
    13/10/23 09:48:59 10.1.2.0.2 Started
    13/10/23 09:49:00 10.1.2.0.2 Started
    13/10/23 09:49:13 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1429536831#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12605
    13/10/23 09:49:43 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1429536831#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12605
    13/10/23 09:50:13 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1429536831#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12605
    13/10/23 09:50:43 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1429536831#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12605
    13/10/23 09:51:13 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1429536831#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12605
    13/10/23 09:51:43 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1429536831#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12605
    13/10/23 09:52:13 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1429536831#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12605
    13/10/23 09:52:43 Published an event: C_192.168.0.192.121f1d.141dfd0ddfc.-8000#EnterpriseManager0.testpc#1429536831#D#OC4J_EM#default_island&testpc&HTTP:testpc#12504&RMI:testpc#12404&JMS:testpc#12605

Maybe you are looking for