Couldnt create management plug in archive..

When i tried to create a custom management plug in, i got the given error...
Warning: -jar not understood. Ignoring.
Exception in thread "main" java.lang.NoClassDefFoundError: ..emCLI.jar....
I specified metadata,collection and a .sql report file for the jar.
what could be the problem?

If you type "emcli help add_mp_to_mpa" it will give you a description of all the inputs that are expected and how to use them. -jar is not a valid option, which is why you're getting an error.
If you address these questions on the Extensibility forum, you will get a more prompt response.

Similar Messages

  • Use of SQL fetchlet to create a custom management plug-in

    Hi,
    I would appreciate if you anyone could help me out on this:
    I need to fetch some data from EMF tables and create a custom Management plug-in in OEM so that it can be monitored from OEM itself. For getting the data from database table i am using SQL fetchlet coz it provides the facility to use SQL statement in it. Following is the code i have developed in target-type.xml file.
    <TargetMetadata META_VER="1.0" TYPE="emf_filer">
    <Display>
    <Label NLSID="emf_filer">Error Management Filer</Label>
    </Display>
    <Metric NAME="emf_filer" TYPE="TABLE">
    <Display>
    <Label NLSID="emf_filer_resp">Response</Label>
    </Display>
    <TableDescriptor>
    <!-- <ColumnDescriptor NAME="tcpPing" TYPE="NUMBER" >
    <Display>
    <Label NLSID="netapp_filer_resp_tcpPing">TCP Ping, Milliseconds</Label>
    </Display>
    </ColumnDescriptor> -->
    <ColumnDescriptor NAME="Status" TYPE="NUMBER" >
    <Display>
    <Label NLSID="emf_filer_resp_status">Status</Label>
    </Display>
    </ColumnDescriptor>
    <ColumnDescriptor NAME="PROGRAM_NAME" TYPE="STRING" >
    <Display>
    <Label NLSID="PROGRAM_NAME">Program Name</Label>
    </Display>
    </ColumnDescriptor>
    <ColumnDescriptor NAME="PROGRAM_TYPE" TYPE="STRING" >
    <Display>
    <Label NLSID="PROGRAM_TYPE">Program Type</Label>
    </Display>
    </ColumnDescriptor>
    <ColumnDescriptor NAME="RICEW_ID" TYPE="STRING" >
    <Display>
    <Label NLSID="RICEW_ID">Rice Id</Label>
    </Display>
    </ColumnDescriptor>
    <ColumnDescriptor NAME="Request_id" TYPE="NUMBER" IS_KEY="TRUE" >
    <Display>
    <Label NLSID="Request_id">Request Id</Label>
    </Display>
    </ColumnDescriptor>
    <ColumnDescriptor NAME="EBIZ_INSTANCE_NAME " TYPE="STRING" >
    <Display>
    <Label NLSID="EBIZ_INSTANCE_NAME">Instance Name</Label>
    </Display>
    </ColumnDescriptor>
    </TableDescriptor>
    <QueryDescriptor FETCHLET_ID="SQL">
    <Property NAME="MachineName" SCOPE="INSTANCE">MachineName</Property>
    <Property NAME="Port" SCOPE="INSTANCE">Port</Property>
    <Property NAME="SID" SCOPE="INSTANCE">SID</Property>
    <Property NAME="UserName" SCOPE="UserName">apps</Property>
    <Property NAME="password" SCOPE="password">password</Property>
    <Property NAME="ServiceName" SCOPE="INSTANCE">ServiceName</Property>
    <Property NAME="STATEMENT" SCOPE="INSTANCE">
    BEGIN
    SELECT PROGRAM_NAME, PROGRAM_TYPE,
    RICEW_ID,REQUEST_ID, EBIZ_INSTANCE_NAME FROM XX_EMF_MESSAGE_HEADER WHERE STATUS = 'ERROR' AND RICEW_ID = 'INT-DL019';
    END;
    </Property>
    <!-- <Property NAME="SQLINPARAM1" SCOPE="ENV">HOSTNAME</Property>
    <Property NAME="SQLOUTPARAMPOS" SCOPE="GLOBAL">2</Property>
    <Property NAME="SQLOUTPARAMTYPE" SCOPE="GLOBAL">SQL_CURSOR</Property>-->
    <Property NAME="NUMROWS" SCOPE="GLOBAL">40
    </Property>
    </QueryDescriptor>
    <ExecutionDescriptor>
    <GetTable NAME="emf_filer"/>
    <GetView NAME="emf_View" FROM_TABLE="emf_filer">
    <Column NAME="PROGRAM_NAME"/>
    <Column NAME="PROGRAM_TYPE"/>
    <Column NAME="RICEW_ID"/>
    <Column NAME="REQUEST_ID"/>
    <Column NAME="EBIZ_INSTANCE_NAME"/>
    <Filter COLUMN_NAME="REQUEST_ID" OPERATOR="GT">0</Filter>
    </GetView>
    </ExecutionDescriptor>
    <InstanceProperties>
    <InstanceProperty NAME="UserName" CREDENTIAL="TRUE" OPTIONAL="FALSE" NEED_REENTER="FALSE" HIDE_ENTRY="FALSE">
    <Display>
    <Label NLSID="UserName_emf">Username</Label>
    </Display>
    </InstanceProperty>
    <InstanceProperty NAME="password" CREDENTIAL="TRUE" OPTIONAL="FALSE" NEED_REENTER="TRUE">
    <Display>
    <Label NLSID="password_emf">Password</Label>
    </Display>
    </InstanceProperty>
    <InstanceProperty NAME="MachineName" CREDENTIAL="FALSE" OPTIONAL="FALSE">
    <Display>
    <Label NLSID="MachineName_emf">Listener Machine Name</Label>
    </Display>
    </InstanceProperty>
    <InstanceProperty NAME="Port" CREDENTIAL="FAL
    My doubt here is:
    As per Oracle it is importent to use response matrics with status column. How can i accomodate Response matrics with this code. what will be the columns except Status that i need to mention? if i use just one matrics i.e response then what will i use in in FROM clause in ExecutionDescriptor [<GetView NAME="emf_View" FROM_TABLE="emf_filer">]? i wuld appreciate if anyone could clarify my issues.
    Thanks for your help.
    Regards,
    AS

    That is what i am trying to ask..as i will b using 2 dfifferent matrics so i will have to use 2 diffrent QueryDescriptors one for Response matric and one for other one. Now following QueryDescriptor will be added in other(Not Response) matric then what should i add in QueryDescriptor in Response matric?
    Query Descriptor for matric other than "Reposnse":
    QueryDescriptor FETCHLET_ID="SQL">
         <Property NAME="MachineName" SCOPE="INSTANCE">MachineName</Property>
         <Property NAME="Port" SCOPE="INSTANCE">Port</Property>
         <Property NAME="SID" SCOPE="INSTANCE">SID</Property>
         <Property NAME="UserName" SCOPE="UserName">UserName</Property>
         <Property NAME="password" SCOPE="password">password</Property>
         <Property NAME="ServiceName" SCOPE="INSTANCE">ServiceName</Property>
         <Property NAME="STATEMENT" SCOPE="GLOBAL">
              SELECT PROGRAM_NAME,
                             PROGRAM_TYPE,
                             RICEW_ID,REQUEST_ID,
                             EBIZ_INSTANCE_NAME
              FROM XX_EMF_MESSAGE_HEADER WHERE STATUS = 'ERROR' AND RICEW_ID = 'INT-DL019';
              </Property>
    </QueryDescriptor>
    what should be the QueryDescriptor for Response matric?? Will it be same or different?
    Thanks for your help.
    Regards,
    AS
    Edited by: user9959418 on Oct 31, 2008 1:10 PM

  • How to ship a plug-in archive with my own files and directories ?

    Hi:
    - Can I ship a module plug-in archive with my own properties file and my own directories ?
    - If yes, how can I do this and where would my own properties file and my directories be located ?
    Thanks
    John

    The files included with a plug-in all serve very specific purposes, as such there's not a lot of flexibility in what you can deliver with the plug-in. The only real spot where you do get some flexibility is with the scripts you deliver with the plug-in. Those have their own directory structure:
    AGENT_SCRIPTS_DIR/emx/<target_type>/
    You can put files into this directory, but you wouldn't be able to create more directory structure under that directory.

  • After downloading 4.0 I get this message: JavaScript application can't create mcafee plug-in object: TypeError: components.classes[cid] is undefined

    I finished downloading Firefox 4.o to my Mac OS.X.
    When I try to open a website I get the message:
    [JavaScript Application] can't create mcafee plug-in object: TypeError: Components.classes[cid] is undefined
    If I click the OK button, the site opens, but without the McAfee alert at the bottom of the window.
    I had just downloaded 3.6.16, and got box suggesting download version 4.0 for better security, but that seems to be where the problem is!

    That indicates that an add-on you are using is not compatible, considering the other errors it is possibly the McAfee add-on. To confirm what add-on is causing this use the procedure in this link - https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Can't create mcafee plug-in object: TypeError: Components.classes[cid] is undefined

    I updated to Firefox 4.0 and ever since then, I get this message when I try to open Firefox:
    can't create mcafee plug-in object: TypeError: Components.classes[cid] is undefined
    I have a Mac and have McAfee protection for Mac. This problem did not happen before I updated Firefox. Once I click on "OK" Firefox opens.

    This issue is most likely caused by a McAfee extension that isn't working properly and you will have to disable the extension that causes it.
    You can also check if there is an update available from McAfee that fixes this problem.

  • Updating a management plug-in

    Hi,
    I would like to know is there a way to update a deployed management plug-in?
    Thanks in advance.

    To be more specific, you don't have to undeploy the original version. You can simply deploy the newer (greater version) of the management plug-in to the same agents where the old one has been deployed.
    One thing you'll have to be careful for, though, is the instance properties. If they have changed or new ones added in the new version, you'll have to reconfigure the target instances for that target type or they may run into problems.
    As a development side note, if this is a plug-in you are developing and you have changed the target metadata at all, you need to make sure that you increment the meta_ver at the top of that file.

  • Agent restart results in loss of management plug-in deployment

    A hardware provider provided us 3 management plug-ins for the Grid Control Enterprise Manager (V11g).
    The Plug-ins are deployed on one single agent. The agent is located on our OMS. Overall, we've got 20 instances of these plug-ins on the same agent.
    Now, we've detected that restarting this agent causes that the deployment of one plug-in has been lost. The effect is that the plug-in instances are not working anymore. They are still existing but without no function (like zombie processes).
    We help ourselves with the following workaround:
    Deleting all pug-in instances, re-deploy the plug-ins to the agent, recreate all 20 plug-in instances.
    This workaround costs a lot of time and is not acceptable in the long run. Fortunately, I was able to write a script for an automatic deletion and creation of the plug-in instances on the agent.

    Plug-in deployment results in files installed in the repository to handle the new target type and files laid down on the agent to handle the new target type. Restarting the agent shouldn't be able to remove any of these artifacts.
    Can you confirm after the agent is restarted that the plug-in files still remain on the agent? (sysman/admin/metadata/<target_type>.xml is the main one) Are there errors in the agent logs?
    How are the target instances discovered? Are they the same ones each time with the same instance properties?

  • Urgent : How to create Manager and Reportee of a User in Embedded LDAP in W

    Hi All,
    I have created user in Weblogic Server Embdeed LDAP (Console-->SecurityRealm)
    however how can I assign another user as Manager of this user and some other user as reportee of this user.
    Basically how to create Manager and Reportee of a User in Embedded LDAP in Weblogic 10.3.5
    ie I have a user A and user B created in Security Realm.
    Now I want user A to be as Manager of User B so that when I use getManager() function in Human Task,I get A as Manager of B.
    Thanks
    Edited by: Vivek on 28 Sep, 2011 3:54 AM

    To get an idea check these links.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/aaa1a890-0201-0010-eb93-ae3d2bb74a78
    BSP/HowTo - Customizing the design of System Logon page in NetWeaver '04
    -Aman

  • Creating management accounts for protected accounts and groups in Active Directory

    I'm following step-by-step instruction for creating management accounts for protected groups that I found in Microsoft book "Best Practise for Securing Active Directory", published april 2013.
    What is confusing me is the "Enabling management accounts to modify the membership of protected groups" step. When I use DSACLS command:
    Dsacls "CN=AdminSDHolder,CN=System,DC=MyDomain,DC=com"/G
    [email protected]:RPWP;member
    what I have to type insted of "member".
    When I use previous command with simple "member" at the end I dont get this:
    Verify that the account has been granted only Read Members and
    Write Members permissions on the DA group, and click OK.
    My account have flag on all properties.
    I hope You understand me.

    The last field is for the attribute to delegate. You can read about it here: https://technet.microsoft.com/en-us/library/cc772662%28v=ws.10%29.aspx
    You can also refer to this for updating AdminSDHolder container: http://social.technet.microsoft.com/wiki/contents/articles/22331.adminsdholder-protected-groups-and-security-descriptor-propagator.aspx
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • The following error message came when I tried to open Firefox and install Firefox Home. "can't create mcafee plug-in object: TypeError: Components.classes[cid] is undefined"

    The following error message came when I tried to open Firefox and install Firefox Home.
    "can't create mcafee plug-in object: TypeError: Components.classes[cid] is undefined"

    This issue can be caused by an extension or plugin that isn't working properly.
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]

  • Create/Manage WF approval - Admin Console

    Hi Gurus,
    OIM 9.1.0.2
    I have an user group in the OIM that need only be able to create/manage resource's approval workflow thru Admin Console. (Resource Management / Manage / Select Resource Name - Resource Detail - Resource Workflow)
    I have already assigned to the group the Manage Resource menu item and I have selected some permissions in the Permission list, but it has not worked (Resource Object list doesn't appear).
    Is it possible to give permission to a group in the OIM to be able to create/manage Resource's approval workflow? Which permission are needed from Admin and Design Console side?
    Any help would be appreciated.
    TiA,
    Carlos

    Hi Kevin,
    Thanks for your prompt reply.
    I have given the admin permission to group for each object, and now I can see the resource objects.
    But when I select a resource object and click Resource Workflow in the Resource Detail list, the workflows created don't appear.
    Anything else I can do?
    Thanks in advance.
    Carlos

  • Creating Standby server ---- Flash archive/Alternate Boot Environment.

    Dear All,
    I want to patch upgrade the Centralized login server which holds more than 200 users. To avoid this production outage during the downtime of upgradation, we are planning to create all the logins and application in the alternate server manually. But i feel (lazy) hesitate to create logins and copy the applications in the statndby server. Since "chpasswd" is not in solaris, i can't copy the /etc/passwd & shadow file to standby server.
    So i have the plan to achieve this by
    i) creating flash archive of existing login server
    ii) Creating Alternate boot environment in the standby server and flash restore the archive in it.
    Whether the above mentioned plan is achievable, how to create the entire flash archive of solaris os?? and how to deploy it in the alternate boot environment.?
    Regards,
    Siva

    Done, I've given the same path in Standby Database [datafiles, controlfiles] as it has been given in the Primary Database.
    MoreOver, I m manually switching logfiles at primary database [alter system switch logfile] they are copied and applied sucessfully at standby database. But the archived files that I have copied with cold backup are not applied yet. Infact they are not retrieved executing the below query.
    select name, applied from v$archived_log;
    How can I apply those archived logs? [archives that copied with cold backup]
    Regards.

  • Create managed servers

    is there any way to create managed server in putty? i only took the option of starting admin server while running ./config.sh and after finishing all the steps i now want to create manage servers without using the browser. i have started weblogic using honup ./startWeblogic.sh & . As it is in development mode the username and pass has been taken automatically. i tried to search google on how to do it in putty but couldnot find one, every where they are doing it by http browser.
    or i have to do ./config.sh every time if i have to modify or create managed servers?
    and 1 more doubt in real time do we use 1 nodemanager to all domains or individual for each domain? i got a unix box with 2 sample domains, so i have created 2 nodemanagers for both the domains(i dont want both the domains to have dependency). please suggest best practises on nodemanager 1 per box or 1 for each domain?
    thank you.

    By "putty" I'm assuming you mean using the command line in an operating system shell.
    The WLST functionality in WLS gives you a lot of power to execute administration/configuration tasks on a WebLogic Server domain.
    As a really well illustrated example, I'd suggest looking at this blog post from Rene van Wilk which shows how he uses WLST to create an environment consisting of multiple managed servers. The script he provides can be run non-interactively in the WLST shell, or you can type the respective commands you want to use into the shell in an interactive manner.
    http://middlewaremagic.com/weblogic/?p=6637
    Below is an example from his blog that shows the commands used to create and configure a managed server instance. This has been taken from the URL above (without permission, hope it's OK) and I suggest reading his full blog to see the entire script and description thereof.
    -steve-
    082  print 'CREATE MANAGED SERVER: server1';
    083     server1 = cmo.createServer('Server1');
    084     server1.setListenPort(7002);
    085     server1.setAutoRestart(true);
    086     server1.setAutoKillIfFailed(true);
    087     server1.setRestartMax(2);
    088     server1.setRestartDelaySeconds(10);
    089     server1.getServerStart().setJavaHome(jvmlocation);
    090     server1.getServerStart().setJavaVendor('Oracle');
    091     server1.getServerStart().setArguments('-Xms512m -Xmx512m -Xns256m -Xgcprio:pausetime');Using his script as a template, I think you should be able to tweak it very easily to support your specific requirements.
    -steve-

  • Management Plug-ins

    Using OEM Grid 10.2.0.3 setup page, I am trying to deploy Management Plug-ins, ibm_db2_database version 3.1.1.0.0 to an management agent locared on the AIX server; and microsoft_sqlserver_database version 3.2.3.1.0 to the Widnows 2003 SP2 Server. I have set the preference for both server and agent on those servers but I the same error on both; "Internal error occurred while undeploying the Management Plug-in entry(ies) of type ECM_UNDEPLOY. Make sure that this Management Plug-in is valid. Consult the OMS log file(s) for more details."
    Is there anyway I can install/setup plugin directly to the server without deploying through the OEM Grid setup page?

    I had to add the Windows server's IP to the /etc/hosts file on the OEM server.
    That fixed the issue.

  • Create a case to archive mails

    I configured my mail account on my Blackberry but I do not find where go to create new cases to archive my mails. Even having consulted the documentation of the telephone, this one indicates me a procedure :
    On the welcome screen, click the icon Messages.
    Support on the sideline > Post(Show) the file(case).
    Highlight a file case.
    Support on the sideline.
    To add a case, click to Add a case.
    To move a case, click to Move thecase. Click the new location.
    To rename a case, click to Rename the case.
    To delete a case, click to Delete the case.
    The problem is that when I click on the sideline menu, I have no option to create a case.
    I am under os 7.1, bb torch 9810.
    Sorry for my language, i'm french and don't speak english very well (I used a traductor).
    Thank's for your answer.

    I understand the language barrier can be a problem, so I'll assume when you say Case you mean Folder. 
    If you are using your phone with BIS (Blackberry Internet Service) you cannot create sub folders to place messages in - this is only possible via BES (Blackberry Enterprise Server), BESx (Blackberry Server Express) or with Google Mail via BIS. 

Maybe you are looking for

  • How do I use UTL_FILE to insert a large number of fields to a file?

    Hi I am trying to use UTL_FILE for the first time in a Stored Procedure. I need to run a complex query to select 50 fields from various tables. I need these to be inserted into one line in the output file for all rows. Is this possible? My procedure

  • Trouble with site in flash should be visualized FULL  screen some people report to have seen very small

    REF.: trouble with site in flash that should be visualized in FULL screen as width/height parameters are set 'width','100%','height','100%' - however some people report to have seen it very small as a “miniature” I simply cannot explain why some peop

  • Restrict Inspection Lot Creation

    My scenario is For a material u2013 XXXXXXX I have activated inspection type 01. I have Two Storage location namely  0001 & 0002 Now as I do GR against PO, I want that Inspection lot of this material should only be created ,If I select storage locati

  • Frozen books on iBooks. Won't open.

    My books will not open on my iPad 2. I can see them all, but cannot open them. This happened after the newest update. I tried deleting the app and resetting my iPad. Can someone help?

  • Need Inventory Join conditions

    Dear All, I need join conditions on below tables....please help me.... MTL_SYSTEM_ITEMS, MTL_MATERIAL_TRANSACTIONS AND MTL_TRANSACTION_TYPES , MTL_CATEGORIES.... Kindly wating for reply..... Regards.. krishna Edited by: user12070109 on Dec 21, 2009 1