Creating a Management  plugin archive.

Hello Frineds,
i want to create Management plugin archive which is included java source code. actullay when i have copied the source code and all xml file manually that is working fine. but i want import my code using OEM . pls help we how can i create one archive contain my source code +all xml file.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

ok , i used emctl command with monitor binary for copied my source code jar and its goes to C:\OracleHomes\agent10g\sysman\admin\scripts\emx folder .but while running my target its give the error class not found as my java class file is in that jar. then I have set classpath in classpath.in C:\OracleHomes\agent10g\sysman\config\classpath.in . then i was able to getting my matrix's data . is there any other way for declaring a class path.
2. i want to used matrix data in my java code with out using jdbc or sql query. can i passed matrix data back to in java code .how i can do it. please help me.

Similar Messages

  • Help with creating a management plugin in OEM.

    Hi Everyone ,
    I was trying to create a management plugin - which would monitor a WLS instance.
    So we created a plugin using the emjmxcli tool , and it worked fine.
    Background info :
    WLS side - managed server running - has 2 channels HTTP/ HTTPS - and 2 virtual hosts created : one for each channel. Applications are deployed into this virtual hosts.
    EM side - after creating a target of the particular type (from management plugin) , drilling down into the metrics gives different attributes
    eg : "com.bea:Name=Default[http],ServerRuntime=ManagedServer_1,Type=ServerChannelRuntime" ------ where ServerChannelRuntime = mbean i am monitoring.
    Among these , there are 2 attributes , one for each Channel which i specified earlier.
    Now the issue is - I need to modify the plugin target/collection xmls so to SUM up these 2 attributes (HTTP and HTTPS) , and filter out all other attributes which are shown. It takes up unnecessary space in db as well.
    So i tried - adding an <executiondescriptor> -
    <ExecutionDescriptor>
    <GetTable NAME="Metric" USE_CACHE="TRUE_IF_COLLECT"/>
        <GetView NAME="ChannelHTTP" FROM_TABLE="Metric">
            <Filter COLUMN_NAME="ObjectName" OPERATOR="EQ">com.bea:Name=Channel_HTTP_1,ServerRuntime=ManagedServer_1,Type=ServerChannelRuntime</Filter>
        </GetView>
       <GetView NAME="ChannelHTTPS" FROM_TABLE="Metric">
            <Filter COLUMN_NAME="ObjectName" OPERATOR="EQ">com.bea:Name=Channel_HTTPS_1,ServerRuntime=ManagedServer_1,Type=ServerChannelRuntime</Filter>
        </GetView>
       <JoinTables NAME="BothChannels" >
            <Table NAME="ChannelHTTP"/>
            <Table NAME="ChannelHTTPS"/>
        </JoinTables>
        <GroupBy NAME="result" FROM_TABLE="BothChannels">
            <AggregateColumn  NAME="NumberOfReq" COLUMN_NAME = "NumberOfReq" OPERATOR="SUM" />
         </GroupBy>
    </ExecutionDescriptor>But this didnt help. So if any one could help out with this , it would be great.
    I need to -
    1. Sum up 2 attributes.
    2. Filter out other attributes which appear automatically from the mbean.
    Thanks

    I found a great tutorial here:
    http://journalism.berkeley.edu/multimedia/tutorials/flash/slideshow.html

  • Management plugin creation query

    Hi i was trying to create a management plugin to display some lines of data onto the OMS UI. The problem i am facing here is, i am trying to post two lines to be displayed onto OMS UI, but i am able to see only one line being displayed on the UI..
    Please refer the below mentioned metadata file i am using
    <TargetMetadata META_VER="9.5" TYPE="workload360_collection_eod">
    <Display>
    <Label NLSID="workload_monitors_eod">Workload360 Data Monitor</Label>
    </Display>
    <Metric NAME="Response" TYPE="TABLE">
    <Display>
    <Label NLSID="workload_monitor_ccr_status">EBSO Concurrent Job Monitor</Label>
    <Label NLSID="workload_monitor_ccr_status">Response</Label>
    </Display>
    <TableDescriptor>
    <ColumnDescriptor NAME="Name" TYPE="STRING">
    <Display>
    <Label NLSID="name">WorkLoad360 Data Collection Status</Label>
    </Display>
    </ColumnDescriptor>
    <ColumnDescriptor NAME="instanceName" TYPE="STRING">
    <Display>
    <Label NLSID="instance_name">Instance Name</Label>
    </Display>
    </ColumnDescriptor>
    <ColumnDescriptor NAME="applicationShortName" TYPE="STRING">
    <Display>
    <Label NLSID="application_short_name">Application Short Name</Label>
    </Display>
    </ColumnDescriptor>
    <ColumnDescriptor NAME="concurrentProgramName" TYPE="STRING">
    <Display>
    <Label NLSID="concurrent_program_name">Concurrent Program Name</Label>
    </Display>
    </ColumnDescriptor>
    <ColumnDescriptor NAME="actualStartDate" TYPE="STRING">
    <Display>
    <Label NLSID="actual_start_date">Actual Start Date</Label>
    </Display>
    </ColumnDescriptor>
    <ColumnDescriptor NAME="actualCompletionDate" TYPE="STRING">
    <Display>
    <Label NLSID="actual_completion_date">Actual Completion Date</Label>
    </Display>
    </ColumnDescriptor>
    <ColumnDescriptor NAME="requestId" TYPE="NUMBER">
    <Display>
    <Label NLSID="request_id">Request ID</Label>
    </Display>
    </ColumnDescriptor>
    <ColumnDescriptor NAME="statusCode" TYPE="STRING">
    <Display>
    <Label NLSID="status_code">Status Code</Label>
    </Display>
    </ColumnDescriptor>
    <ColumnDescriptor NAME="requestedStartDate" TYPE="STRING">
    <Display>
    <Label NLSID="requested_start_date">Requested Start Date</Label>
    </Display>
    </ColumnDescriptor>
    <ColumnDescriptor NAME="requestDate" TYPE="STRING">
    <Display>
    <Label NLSID="request_date">Request Date</Label>
    </Display>
    </ColumnDescriptor>
    <ColumnDescriptor NAME="requestClassName" TYPE="STRING">
    <Display>
    <Label NLSID="request_class_name">Request Class Name</Label>
    </Display>
    </ColumnDescriptor>
    <ColumnDescriptor NAME="concurrentQueueName" TYPE="STRING">
    <Display>
    <Label NLSID="concurrent_queue_name">Concurrent Queue Name</Label>
    </Display>
    </ColumnDescriptor>
    </TableDescriptor>
    <QueryDescriptor FETCHLET_ID="OSLineToken">
    <Property NAME="perlBin" SCOPE="SYSTEMGLOBAL">perlBin</Property>
    <Property NAME="emdRoot" SCOPE="SYSTEMGLOBAL">emdRoot</Property>
    <Property NAME="scriptsDir" SCOPE="SYSTEMGLOBAL">scriptsDir</Property>
    <Property NAME="startsWith" SCOPE="GLOBAL">em_result=</Property>
    <Property NAME="delimiter" SCOPE="GLOBAL">|</Property>
    <Property NAME="STDINEM_TARGET_USERNAME" SCOPE="INSTANCE">UserName</Property>
    <Property NAME="STDINEM_TARGET_PASSWORD" SCOPE="INSTANCE">password</Property>
    <Property NAME="command" SCOPE="GLOBAL">
    <![CDATA["/bin/ksh" "%scriptsDir%/vikas/workload_monitor.sh"]]>
    </Property>
    </QueryDescriptor>
    </Metric>
    <InstanceProperties>
    <InstanceProperty NAME="UserName" CREDENTIAL="TRUE" OPTIONAL="FALSE" ENCRYPTED="FALSE">
    <Display>
    <Label NLSID="workload_username">Schema Username</Label>
    </Display>
    </InstanceProperty>
    <InstanceProperty NAME="password" CREDENTIAL="TRUE" OPTIONAL="FALSE" ENCRYPTED="FALSE">
    <Display>
    <Label NLSID="workload_password">Password</Label>
    </Display>
    </InstanceProperty>
    </InstanceProperties>
    </TargetMetadata>
    I am printing this output from the script "workload_monitor.sh"...
    print "em_result=hello|and|Collection|FNDEXT|19-OCT-08 19:34:12|19-OCT-08 19:34:15|1026751|C|19-OCT-08 19:33:44|19-OCT-08 19:23:44|ten|STANDARD\nDEST|EXT|Vikash Collection|VIKEXT|19-OCT-07 19:34:12|19-OCT-07 19:34:15|10111|D|19-OCT-07 19:33:44|19-OCT-07 19:23:44|eleven|why"
    In this case there are two rows, there could be multiple rows in some cases... my main intention is to collect data and get it through the OMS database. Can you please let me know how can i do that....
    Edited by: user504058 on Nov 5, 2008 11:27 PM

    Hi,
    the issue got sorted out.... anywayz have one more question...
    We are planning to modify some of the base EM plugin scripts, which comes with the basic EM Agent installation. In one of the metadata file named instance.xmlp , i did found a parameter name "_physical_writes" but wasnt able to trace the source in any of the perl scripts, i could find the parameter "physical_writes" collected in one of the perl script files, but wasnt able to find the parameter "_physical_writes", not sure what does the parameter "_physical_writes" mean or what does that underscore mean????
    In the below metadata entries the metric "physwrites_ps" is collected based on some other parameters like
    physicalwrites ,__interval, physicalwrites. I am able to figure where can i find the below mentioned parameters, i did check all the scipts and also the metadata files..
    admin/metadata/instance.xmlp: <Label NLSID="instance_throughput_physical_writes">physical writes</Label>
    admin/metadata/instance.xmlp: <ColumnDescriptor NAME="physwrites_ps" TYPE="NUMBER" IS_KEY="FALSE" COMPUTE_EXPR="(_physical_writes > physical_writes) ? (1/0) : (physical_writes - _physical_writes)/__interval">
    admin/metadata/instance.xmlp: <ColumnDescriptor NAME="physwrites_pt" TYPE="NUMBER" IS_KEY="FALSE" COMPUTE_EXPR="(_physical_writes > physical_writes) ? (1/0) : (physical_writes - _physical_writes)/transactions">

  • How to create a custom plugin in Oracle Access Manager to create a cookie

    How to create a custom plugin in Oracle Access Manager to create a cookie or Header Variable..
    Vipin

    Its has more steps which you need to consider in addition to Note:101048.1 which is mentioned by Prashant_Pathak. Both notes have enough information. If not, let's know what else you need to set

  • How can I remove a layout created by a plugin I don't have/can't get?

    I was sent some files by an associate who uses InDesign CS3 (Mac version) that I've been working on in InDesign CS4 (PC version).
    When I first opened the file, a box popped up that said the document was created with a plugin named "BmediaLayout.InDesignPlugin", that I don't have, and it asked if I wanted to open the file anyway?
    I replied yes and was able to work on the file without problem. I saved it with a new name, but later, when I went to reopen it (you know, like...after dinner) I received the same error message - that I didn'thave the plugin, did I still want to open it.
    I kept working with the file, made more revisions, I've exported it as a PDF, etc. with no trouble, but today, when I tried to add the indd file to a Book (in preparation for creating an epub version of the document), I got another error message that says I can't add the book because I don't have the "BmediaLayout" plugin.
    So...how can I get eradicate the effects of this plugin?
    I thought maybe I could download and install it, but I can't find it on any search of the Adobe site.
    Is there a way to find it in the document and remove it? Sort of a seek and destroy mission or exorcism?
    I have no experience with plugins whatsoever. I'm a basic "whatever came with the program is what I'll use" type of end user. I just don't have the time to experiment with cool options...
    I'll appreciate any suggestions.
    Sandra

    After a little Googling, it looks like B.Media is a content management system from Wave Corporation used for making catalogs. Doubtful you'd be able to license it at less than an enterprise level.

  • Oracle PeopleSoft Enterprise Manager Plugin Installation on oem grid control 12c facing error

    Hi Friends,
    I am planning to monitor Peoplesoft 8.52 HRMS application through oem 12c grid control. First I have installed 12c grid control successfully. Followed by I am installing the Oracle PeopleSoft Enterprise Manager Plugin in 12c oem repository containing 11g database. I am facing configuration assistant error message as below
    OUI-25031 some of configuration assistance failed.
    Configuration assistant "PeopleSoft Environment Management Repository Plug-in" failed
    The "/u01/oracle/cloudcontrol/middleware/oms/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------
    Please assist me how shall I proceed further...
    Regards,
    Rajesh Pachiyappan

    Hi,
    I just came across the same problem.
    In my case, I hit this issue while trying to reinstall Oracle EMCC 12g.
    Since previous installation failed, I decided to start from the beginning again but I am now hitting this.
    Before trying to reinstal, I dropped SYSMAN and a few other users created on the provided DB.
    Did you solve this issue?
    I believe I may have not "clean up" the database properly. Which would be the right way of wiping out the DB without actually rebuild it again?
    Thanks
    Angel

  • Project Manager plugin missing error message

    When opening documents InDesign CS 3 (5.0.3), I get an error message advising that the document uses the Project Manager plugin, which is "missing." These documents were created in a previous version of InDesign (probably CS1).
    Upon saving changes, I get this error message and am required to overwrite the existing document every time.
    Some of the images in the document may have been created by a previous user in a CAD program, which is what this plugin seems to relate to (from what I can discern from the limited info I've found online).
    All images, however, appear to be either TIF, EPS or AI. There are no DWG images that I can see, though some of the EPS images may have been exported from CAD.
    I've been unable to find the Project Manager plugin online. Does anyone know where I can find it -- or, if not, how I can disable the use of the plugin in these InDesign documents (and/or images placed therein)?
    I'm running Mac OSX 10.5.4 on a new iMac.
    Thanks!
    Jim

    Open the file in CS3 and then export it back out as INX. Open the INX
    file to continue working.
    Bob

  • How to create demand management workflow using visual studio

    Hello all,
    I need to create demand management workflow (Project server 2013) using visual studio 2012. I need to understand how we can write code in it. Any references??

    Hi Shanila,
    Here are some of the articles you can use for designing workflows using Visual Studio.
    Getting started Project Server 2013 Workflows :
    http://msdn.microsoft.com/en-us/library/office/ee767694(v=office.15).aspx
    Using workflow for Demand Management:
    http://technet.microsoft.com/en-us/library/dn458861(v=office.15).aspx
    Creating Project Workflows using Visual studio 2012:
    http://blogs.msdn.com/b/project_programmability/archive/2012/11/07/creating-project-workflows-using-visual-studio-2012.aspx
    Thanks,
    Phani

  • Problem when we created the managed server to configure different ports.

    I am trying to configure different ports for admin console and my communication service as we can’t share admin port to the outside world.
    So that only admin can access admin console using admin port.
    And out side clients can access my webapplication using different port.
    For this i have created the managed server in weblogic.and I deployed the application on managed server.
    Now admin server is running on 8001 port and my Communication Service application is running on 7001 port.
    But when I tried to configure MBeans related to myCommunicationServiceApplication those were disapper on admin console. And the other wlng services are appearing on admin console.
    1. Since my application deployed on managed server MBeans registration happened from myapplication hence it’s disappear on admin console.
    Now If I want to configure Mbeans (related to my communication service) how can I configure it?
    2. My communication service using configurationStore module and other wlng services.
    When I tried to start my application on managed server I got the below error:
    <Apr 28, 2009 12:22:44 PM IST> <Error> <Deployer> <BEA-149231> <dscp11166.TechMahindra.com> <Unable to set the activation state to true for the application 'wlng_nt_qualcomm_active_mediation [Version=1.0]'.
    com.bea.wlcp.wlng.api.storage.configuration.ConfigurationException: Configuration store module is not available.
    3. I tried to target all wlngResources to manged server by editing config.xml file.
    Then all wlng services disappears on admin console. If this is the case how can I configure container/account services on wlng?
    I have created the Basicweblogic domain.
    Below is the config.xml for reference.
    "QualcommServer" is managed server name.
    Can any one please suggest me how to configure this kind of scenarios?
    <server>
    <name>AdminServer</name>
    <machine>new_Machine_1</machine>
    <listen-port>8001</listen-port>
    <default-iiop-user>weblogic</default-iiop-user>
    <default-iiop-password-encrypted>{3DES}W8nBdoJPRZ8TkwcXwAZoxA==</default-iiop-password-encrypted>
    <listen-address>localhost</listen-address>
    </server>
    <server>
    <name>QualcommServer</name>
    <machine>new_Machine_1</machine>
    <listen-address>localhost</listen-address>
    <server-start>
    <java-vendor>Sun</java-vendor>
    <java-home>C:\Program Files\Java\jdk1.6.0</java-home>
    <class-path>C:\bea\wlng400\server\lib\weblogic.jar;C:\bea\wlng_pds400\lib\wlng\wlng.jar</class-path>
    <bea-home>C:\bea</bea-home>
    <username>weblogic</username>
    <password-encrypted>{3DES}W8nBdoJPRZ8TkwcXwAZoxA==</password-encrypted>
    </server-start>
    </server>
    <embedded-ldap>
    <name>managedserver</name>
    <credential-encrypted>{3DES}9q80YuFJueVVJxoWduJA1OGhbqk14EpgQWWyTrzlmxo=</credential-encrypted>
    </embedded-ldap>
    <configuration-version>10.0.1.0</configuration-version>
    <app-deployment>
    <name>wlng_nt_session#4.0</name>
    <target>QualcommServer</target>
    <module-type>ear</module-type>
    <source-path>C:\bea\wlng400/applications/wlng_nt_session.ear</source-path>
    <security-dd-model>CustomRolesAndPolicies</security-dd-model>
    </app-deployment>
    <app-deployment>
    <name>interceptors</name>
    <target>QualcommServer</target>
    <module-type>ear</module-type>
    <source-path>C:\bea\wlng400/applications/interceptors.ear</source-path>
    <security-dd-model>CustomRolesAndPolicies</security-dd-model>
    </app-deployment>
    <app-deployment>
    <name>wlng_prm</name>
    <target>QualcommServer</target>
    <module-type>ear</module-type>
    <source-path>C:\bea\wlng400/applications/wlng_prm.ear</source-path>
    <security-dd-model>CustomRolesAndPolicies</security-dd-model>
    </app-deployment>
    <app-deployment>
    <name>wlng_nt_qualcomm_active_mediation#1.0</name>
    <target>QualcommServer</target>
    <module-type>ear</module-type>
    <source-path>servers\AdminServer\upload\wlng_nt_qualcomm_active_mediation.ear</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    </app-deployment>
    <machine>
    <name>new_Machine_1</name>
    <node-manager>
    <name>new_Machine_1</name>
    <listen-address>localhost</listen-address>
    </node-manager>
    </machine>
    <jms-server>
    <name>JMSServer-AdminServer</name>
    <target>AdminServer</target>
    </jms-server>
    <jms-system-resource>
    <name>WLNGJMSResource</name>
    <target>QualcommServer</target>
    <descriptor-file-name>jms/wlng-jms.xml</descriptor-file-name>
    </jms-system-resource>
    <custom-resource>
    <name>networktier</name>
    <target>AdminServer</target>
    <descriptor-file-name>custom/nt.xml</descriptor-file-name>
    <resource-class>com.bea.wlcp.wlng.management.descriptor.resource.WlngTierResource</resource-class>
    <descriptor-bean-class>com.bea.wlcp.wlng.management.descriptor.bean.WlngTierBean</descriptor-bean-class>
    </custom-resource>
    <custom-resource>
    <name>wlng-edr</name>
    <target>AdminServer</target>
    <descriptor-file-name>custom/wlng-edr.xml</descriptor-file-name>
    <resource-class>com.bea.wlcp.wlng.management.descriptor.resource.WlngEdrResource</resource-class>
    <descriptor-bean-class>com.bea.wlcp.wlng.management.descriptor.bean.WlngEdrBean</descriptor-bean-class>
    </custom-resource>
    <admin-server-name>AdminServer</admin-server-name>
    <jdbc-system-resource>
    <name>wlng.datasource</name>
    <target>QualcommServer</target>
    <descriptor-file-name>jdbc/wlng-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>wlng.localTX.datasource</name>
    <target>QualcommServer</target>
    <descriptor-file-name>jdbc/wlng-localTX-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    Thanks,
    Srinu Babu P

    Dear Nariharan,
    Today I faced a simlar issue, and this SAP Note helped me fix it: 1966807 - Duplication of AET table records in change processing
    In my case, cardinality of AET table was 1:1, and I was getting duplicate PARENT_ID every time when trying to create a subsequent service request for my activity.
    Regards,
    Andrew

  • Error while creating persistence manager

    Folks,
    I have been receiving the following error while trying to invoke a subprocess in a flowN (the subprocess wraps some logic around a stored procedure call). There error is appearing N-1 times consistently (only one of the four transactions I'm testing is going through).
    <remoteFault>
    <part name="code" >
    <code>Server.userException</code>
    </part>
    <part name="summary" >
    <summary>when invoking endpointAddress 'http://crmoasdev.XXXX.com:7778/orabpel/CDH_inbound/XXXX_CDH_in_ProcessRewards/1.0', ORABPEL-05226 Error while creating persistence manager. An error occurred while attempting to instantiate the persistence manager class "org.apache.log4j.helpers.ISO8601DateFormat__CXBD" for type "org.apache.log4j.helpers.ISO8601DateFormat". The exception reported was: </summary>
    </part>
    <part name="detail" >
    <detail>AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: ORABPEL-05226 Error while creating persistence manager. An error occurred while attempting to instantiate the persistence manager class "org.apache.log4j.helpers.ISO8601DateFormat__CXBD" for type "org.apache.log4j.helpers.ISO8601DateFormat". The exception reported was: faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}hostname:crmoasdev.XXXX.com </detail>
    </part>
    </remoteFault>The domain log information is as follows:
    <2006-05-17 15:18:24,666> <WARN> <CDH_inbound.collaxa.cube.engine.deployment> <TypeHelperLoader::getBizdocVersionUID> missing resource: java.util.MissingResourceException: Cant find resource for bundle com.oracle.bpel.client.i18n.resources_client, key LOG_W_BD_out_of_date_class
    <2006-05-17 15:18:24,675> <ERROR> <CDH_inbound.collaxa.cube.engine.deployment> <TypeHelperRegistry::generatePersistenceManager> Error while creating persistence manager.
    An error occurred while attempting to instantiate the persistence manager class "org.apache.log4j.helpers.ISO8601DateFormat__CXBD" for type "org.apache.log4j.helpers.ISO8601DateFormat".  The exception reported was:
    <2006-05-17 15:18:24,675> <ERROR> <CDH_inbound.collaxa.cube> <BaseCubeSessionBean::logError> Error while invoking bean "cube engine": Error while creating persistence manager.
    An error occurred while attempting to instantiate the persistence manager class "org.apache.log4j.helpers.ISO8601DateFormat__CXBD" for type "org.apache.log4j.helpers.ISO8601DateFormat".  The exception reported was:
    ORABPEL-05226
    Error while creating persistence manager.
    An error occurred while attempting to instantiate the persistence manager class "org.apache.log4j.helpers.ISO8601DateFormat__CXBD" for type "org.apache.log4j.helpers.ISO8601DateFormat".  The exception reported was:
         at com.collaxa.cube.engine.deployment.TypeHelperLoader.generatePersistenceManager(TypeHelperLoader.java(Compiled Code))
         at com.collaxa.cube.engine.deployment.TypeHelperLoader.loadPersistenceManager(TypeHelperLoader.java(Compiled Code))
         at com.collaxa.cube.engine.deployment.TypePersistenceRegistry.getPersistenceManager(TypePersistenceRegistry.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.getPersistenceManager(PersistenceService.java(Inlined Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.DefaultPersistenceMgr.prepareToSave(DefaultPersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.DefaultPersistenceMgr.prepareToSave(DefaultPersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.DefaultPersistenceMgr.prepareToSave(DefaultPersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.DefaultPersistenceMgr.prepareToSave(DefaultPersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.List__CXPM.prepareToSave(List__CXPM.java(Compiled Code))
         at com.collaxa.cube.engine.persist.Vector__CXPM.prepareToSave(Vector__CXPM.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.DefaultPersistenceMgr.prepareToSave(DefaultPersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.DefaultPersistenceMgr.prepareToSave(DefaultPersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.Map__CXPM.prepareToSave(Map__CXPM.java(Compiled Code))
         at com.collaxa.cube.engine.persist.Hashtable__CXPM.prepareToSave(Hashtable__CXPM.java:41)
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.DefaultPersistenceMgr.prepareToSave(DefaultPersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.DefaultPersistenceMgr.prepareToSave(DefaultPersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.DefaultPersistenceMgr.prepareToSave(DefaultPersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.DefaultPersistenceMgr.prepareToSave(DefaultPersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.DefaultPersistenceMgr.prepareToSave(DefaultPersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.DefaultPersistenceMgr.prepareToSave(DefaultPersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.DefaultPersistenceMgr.prepareToSave(DefaultPersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.DefaultPersistenceMgr.prepareToSave(DefaultPersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.types.bpel.CXMessageVariable__CXPM.prepareToSave(CXMessageVariable__CXPM.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.persist.BaseScope__CXPM.prepareToSave(BaseScope__CXPM.java(Compiled Code))
         at com.collaxa.cube.engine.persist.Scope__CXPM.prepareToSave(Scope__CXPM.java(Compiled Code))
         at com.collaxa.cube.engine.core.PersistenceService.prepareToSave(PersistenceService.java(Compiled Code))
         at com.collaxa.cube.engine.enc.ScopeContextSerializer.serializeContext(ScopeContextSerializer.java(Compiled Code))
         at com.collaxa.cube.engine.enc.ScopeContextSerializer.toBin(ScopeContextSerializer.java(Compiled Code))
         at com.collaxa.cube.engine.adaptors.common.BaseCubeInstancePersistenceAdaptor.store(BaseCubeInstancePersistenceAdaptor.java(Compiled Code))
         at com.collaxa.cube.engine.adaptors.oracle.CubeInstancePersistenceAdaptor.store(CubeInstancePersistenceAdaptor.java(Compiled Code))
         at com.collaxa.cube.engine.data.CubeInstancePersistenceMgr.store(CubeInstancePersistenceMgr.java(Compiled Code))
         at com.collaxa.cube.engine.CubeEngine.store(CubeEngine.java(Compiled Code))
         at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java(Compiled Code))
         at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java(Compiled Code))
         at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.createAndInvoke(CubeEngineBean.java(Compiled Code))
         at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.syncCreateAndInvoke(CubeEngineBean.java(Inlined Compiled Code))
         at ICubeEngineLocalBean_StatelessSessionBeanWrapper0.syncCreateAndInvoke(ICubeEngineLocalBean_StatelessSessionBeanWrapper0.java(Compiled Code))
         at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequestAnyType(DeliveryHandler.java(Compiled Code))
         at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequest(DeliveryHandler.java(Inlined Compiled Code))
         at com.collaxa.cube.engine.delivery.DeliveryHandler.request(DeliveryHandler.java(Compiled Code))
         at com.collaxa.cube.ws.soap.providers.CXSOAPProvider.processBPELMessage(CXSOAPProvider.java:632)
         at com.collaxa.cube.ws.soap.providers.CXSOAPProvider.invoke(CXSOAPProvider.java:133)
         at org.collaxa.thirdparty.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
         at org.collaxa.thirdparty.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
         at org.collaxa.thirdparty.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
         at org.collaxa.thirdparty.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:450)
         at org.collaxa.thirdparty.apache.axis.server.AxisServer.invoke(AxisServer.java:285)
         at org.collaxa.thirdparty.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java(Compiled Code))
         at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
         at org.collaxa.thirdparty.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java(Compiled Code))
         at com.collaxa.cube.fe.CollaxaServlet.service(CollaxaServlet.java(Compiled Code))
         at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java(Compiled Code))
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java(Compiled Code))
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java(Compiled Code))
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java(Compiled Code))
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:568)
    <2006-05-17 15:18:24,803> <WARN> <CDH_inbound.collaxa.cube.engine.deployment> <TypeHelperLoader::getBizdocVersionUID> missing resource: java.util.MissingResourceException: Cant find resource for bundle com.oracle.bpel.client.i18n.resources_client, key LOG_W_BD_out_of_date_classThanks for your help,
    Joseph

    hmmm what was the usecase ...
    was it after deployment, or just after new installation? this looks like a defect on loading side .. other axis stuff running around?
    at least it's good to hear that you are up & running now :-)
    /clemens

  • JMStudio Error  "Can not create session manager"

    Hi,
    I'm trying to transmit an mpg file through a simple pc to pc network, using the transmission wizard in the JMStudio, and everytime it causes a "can not create session manager" error, even when I try to transmit .mp3 file
    I'm using an ip like 100.100.0.1 for the sender machine, and 100.100.0.2 for the receiver machine, and I don't know where is the problem
    thanks in advance

    Um,maybe the port that you use for transmission is already occupied.
    Make sure that you are not using JMStudio to transmit streams while trying to receive streams from the same port.

  • How do I Create and Manage one library for several computers

    As our family has grown over the years, we have 4 kids and 6 macs and duplicate images scattered thought all the separate computers in their own libraries. Is there a way to create and manage one central library that all computers access? That way we can reduce the headaches when we need an image and have to go to each computer and search it's library. Not to mention when we need to jump on a computer and it doesn't happen to be the one we have our library on and need to download our pictures and they end up forever lost on a different computer.

    You cannot share a library over the network, since a library needs to be on a locally mounted volume, but you can put a shared library onto a "sneaker drive" and plug it into each of your mad in turn, see Apple's support document:
    iPhoto: Sharing libraries among multiple users  http://support.apple.com/en-us/HT201517
    iPhoto does not support to merge libraries. But iPhoto Library Manager can.
    You can download it here:   http://www.fatcatsoftware.com/iplm/
    See : http://www.fatcatsoftware.com/iplm/Help/merging%20libraries.html
    Or, if you have Aperture, you can use it to merge libraries. Aperture 3.3: How to use Aperture to merge iPhoto libraries

  • How can I create a search plugin for multiple fields

    There are a number of sites that have search capabilities but they require entries into multiple fields.
    One such site is for instance the IBM Employee directory.
    (http://www.ibm.com/contact/employees/servlets/lookup)
    On this site - in order to get usable results - I have to enter both First name and Last name of the employee I'm looking for.
    I created a search plugin for the site, however I wasn't able to split the entered text into two parts and provide them as separate fields for the form.
    Is there a way to do this?
    Regards,
    Imre

    Hi,
    This is excellent. Not search-plugin though but but this is as good as a search-plugin. (Even better, as I haven't seen any solution with the plugins for the problem.)
    I didn't know that it was possible to use javascript as bookmark location.
    Thanks,
    Imre

  • Error While creating Collection Management role

    Hi
    We did a client copy and Iam getting the error "Database error UDM_PR_HEAD UDM_COLL_BUPA 5" whenever I tried to create collection management roles.
    Database error UDM_PR_HEAD UDM_COLL_BUPA 5
    Message no. UDM_WORK_LIST010
    Diagnosis
    Database instruction UDM_PR_HEAD was not successful.
    Procedure
    If you can reproduce the error message, contact SAP Support.
    Anyone knows anything about this error?
    Thanks

    Hi Ram,
    sorry for the inconvenience, can you provide the collections management(ecc6.0) configuration document.
    i am trying to learn that but i could not find any related document .
    Thanks,
    Ravi

  • Could not create shortcut Manage Virtual Networks.lnk during VM Server 2 install. Why?

    I am trying to install VMware Server 2.0.2 on my HP Laptop running Windows 8 Pro as Host. But I am getting the following warning messages but the install continues to completion:
    Warning Msg:
    Warning 1909. Could not create shortcut Manage Virtual Networks.lnk. Verify that the destination folder exist and that you can access it.
    Warning 1909. Could not create shortcut Server Home Page.lnk.         Verify that the destination folder exist and that you can access it.
    After installation, I am not able to login to the VM Server. When I click on the VMware Sever login icon, the error that I am getting states: okonita1:8333 -
    Oops! Page Not Found
    Sorry, the page you were looking for could not be found.
    I am at a loss how to correct this error. I have googled, read and followed a lot of the online help that I can find including taking ownership of suspect target folders such as ProgramData, all to no avail.
    At this point, I am hoping someone does know what specifically can help resolve my issue and I am asking for help. VMware knowledge base or support are not helpful.
    Thanks all,
    Enyi

    Did you run the VMServer setup *as Administrator*?
    Did you have IIS installed on your system before you installed VMServer?

Maybe you are looking for

  • Two thirds of macbook display fading out

    Recently the display of my Macbook Pro (2.2 GHz, Santa Rosa) has started fading out/going gray in the bottom two thirds when I open it from sleep. It also occasionally fades out after it's been open for a while. If I just give the screen a tap on the

  • Green flag in BW proxy

    Hello, I have scenario from file to BW proxy. Sometimes when I sent files, in XI in TOC SXMB_MONI the flag is black and white but in BW in SXMB_MONI the flag is green. After I sent the files more times in the next lines the flag is black and white. A

  • Ipad mail hangs with large attachment

    I've been really enjoying my iPad for the week that I have it now. Only trouble is that I have had to restart it four times so far, each time due to a large mail attachment that the mail app isn't willing to show. I don't know if there is any answer

  • Unable to connect using connect string in linus using sys user in Linux

    Hi, I am facing problem in using connect string while connecting as sys user in Linux OS For example: When I am connecting as sys/sysoracle as sysdba its getting connected. But when I am providing the connect string such as sys/sysoracle@TEST as sysd

  • USB External Drive, Itunes, and MacBook Pro

    So I'm buying a external USB drive so I can copy all my media to one source (External Drive). Once I have done so I'm guessing I need to leave the laptop and external drive on, for any sync. As I normally download podcasts via the laptop on a daily b