Plugin deployment

Hello
I'm developing plugins for CS3, 4, 5 and 6 for MacOSX and Windows. I want to simplify the deployment process for our customers. Today they have to set an additional folder in the preferences of Illustrator.
How can we know the version of Illustrator and where to put automatically the plugins in a directory where Illustrator will find them without user intervention ?
On MacOSX I use packagemaker and on Windows I use a Windows Installer.

I can't help you on Mac, but there's a whole lot of painful stupidity to try and figure this out on the PC. I have to check two different registry keys (one in the WOW64Node to see if I'm finding a 32-bit on a 64-bit system) just to identify the proper Illustrator root folder (for each architecture that exists -- this is for CS6 mind you. Then I have to go looking one level down from there for something like '3D.aip' -- that gives me a folder one up from the plugin folder.
Granted, if the 3D.aip isn't there, you're boned. But there's no other way then to look for a 'built-in' plugin -- and its hard to find one that doesn't change names between different language versions.
For CS5 its the same process, I just use HKEY_CLASSES_ROOT\Adobe.Illustrator.CS5.DefaultIcon and get the Illustrator.exe's location from there. I imagine it'd work similarly for CS3 & CS4. Then I do the same as above, searching for 3D.aip.

Similar Messages

  • Orphan job during the plugin deploy

    Hi,
    I was deploying a plugin on our em system and the plugin deployment failed. Due to experience with a plugin deployment failure before, I knew that I would have to restore. I had taken a backup of the OMS servers by creating a tar file of the entire directory structure for the Home. I copied that back over to restore the oms servers. I also then restored the repository back to about the same time. I followed the steps documented for recovering EM after a failure and everything came back up successfully. However, when I now try to deploy a plugin, I get the error message that there is already a plugin deployment running.
    When I check deployment activities, I don’t see any deployment activities at all.
    I looked at the job activities and did not find any. I then ran the db query and found this:
    SQL> select deployment_id, deploy_progress_on, lock_date_utc from em_plugin_lock_track where deployment_id > 0 and deploy_progress_on='OMS';
    DEPLOYMENT_ID DEPLOY_P LOCK_DATE
    46 OMS 06-APR-13
    How to fix this?
    Thanks

    Hi,
    The earlier deployment was not got initiated, but the reference id was created, which was blocking the current deployment.
    You can verify the issue from the following:
    1. Login in to cloud control
    Setup --> Extensibility --> Plugi-ns
    Click on Actions --> Deployment Activities
    2. Verify if No jobs created using that Deployment ID
    Go to Enterprise -> Jobs -> Activity
    and search for '%Plugin%'
    see if any job turns up with id "ID" marked in the job name
    3. Verify the command output:
    $ emcli get_plugin_deployment_status -deployment_ID=<ID>
    This will not return any rows.
    4. But reference of this Deployment ID exists in the tables:
    SQL> SELECT deployment_id,deploy_progress_on tier,lock_date_utc started_utc FROM em_plugin_lock_track l WHERE deployment_id>0 AND deploy_progress_on='OMS';
    5. Running EMDIAG will list the following in Plugin Module:
    verifyPLUGINS
    7001. Orphan plugin deploy
    Confirm the above and that would give more explanation and narrow the issue down.
    Regards,
    Venkat

  • 12c BP1 Oracle Chargeback plugin  deployment failed when config webtier

    Plugin version is 12.1.0.2.0,
    It failed at config WebTier stage.
    From pluginca trc file, it shows
    EMPluginDeploymentStep:{ OMS_CONFIG ; FAILED
    Further check the content of configplugin_all_2012-07-04_21-40-01.trc shows:
    2012-07-04 21:42:13,968 [main] DEBUG pluginca.PluginCADriver - Deploying all plug-ins at once using templates
    2012-07-04 21:42:13,969 [main] DEBUG pluginca.PluginCADriver - Setting WLST properties value to: -Dweblogic.security.TrustKeyStore=DemoTrust -Dweblogic.security.SSL.ignoreHostnameVerification=true -Djava.security.egd=file:///dev/./urandom
    2012-07-04 21:42:13,969 [main] INFO pluginca.PluginCADriver - Executing the command: /u01/app/oracle/middleware/oracle_common/common/bin/wlst.sh /u01/app/oracle/middleware/oms/sysman/pluginca/scripts/wls/template.py abc.xyz.com 7101 7403 weblogic nodemanager EMGC_OMS1 abc.xyz.com GCDomain /u01/app/oracle/middleware/oms/sysman/omsca/scripts/wls
    Initializing WebLogic Scripting Tool (WLST) ...
    ...(all normal msg)...
    ..(some security info, <Notice> <Security> <BEA-090898> ...)
    Successfully Connected to Node Manager.
    FAILED_NOT_RESTARTABLE
    Wed Jul 04 21:42:20 SGT 2012
    Adding plug-in templates
    Already connected to a Node Manager
    FAILED_NOT_RESTARTABLE
    Starting server EMGC_ADMINSERVER ...
    Error Starting server EMGC_ADMINSERVER: weblogic.nodemanager.NMException: Exception while starting server 'EMGC_ADMINSERVER'
    Connecting to t3s:/abc.xyz.com:7101 with userid weblogic ...
    ...(some <Notice> <Security> <BEA-090898> )
    Successfully connected to Admin Server 'EMGC_ADMINSERVER' that belongs to domain 'GCDomain'.
    Wed Jul 04 21:45:31 SGT 2012
    Admin server started successfully....
    Disconnected from weblogic server: EMGC_ADMINSERVER
    FAILED_NOT_RESTARTABLE
    Wed Jul 04 21:45:31 SGT 2012
    Error Starting Admin Server5
    Wed Jul 04 21:45:31 SGT 2012
    SEVERE: Exception: during deployment of plug-in template done
    Wed Jul 04 21:45:31 SGT 2012
    Name of Exception: exceptions.SystemExit
    Wed Jul 04 21:45:31 SGT 2012
    Code of Exception: 5
    Wed Jul 04 21:45:31 SGT 2012
    <traceback object at 1>
    Wed Jul 04 21:45:31 SGT 2012
    SEVERE: Exception: during deploying Plug-in template
    Wed Jul 04 21:45:31 SGT 2012
    Name of Exception: exceptions.SystemExit
    Wed Jul 04 21:45:31 SGT 2012
    Code of Exception: 65
    Wed Jul 04 21:45:31 SGT 2012
    <traceback object at 2>
    Then it tries to run wlst again, and failed with same information.
    Can anyone help on this issue. Or share some idea about how to investigate into this wlst issue.
    Thanks,
    Frank
    Edited by: FrankWang on 2012-7-27 上午10:16

    Try re-starting admin server by doing:
    1) emctl stop oms -all
    2) Check if any java processes are running from middleware (ps -ef | grep EMGC_ADMINSERVER, ps -ef | grep EMGC_OMS1, ps -ef | grep <MW_HOME>) and kill them using 'kill -9'
    3) emctl start oms
    4) Re-try plug-in deployment
    I think as long as admin server is in FAILED_NOT_RESTARTABLE state, plug-in deployment cannot succeed.

  • BPM Plugin Deployment issues

    Hi Guys,
    My environment is wl6.1sp2 and wli 2.1.
    I am trying to develop a bpm event plugin. I just copied the Event plugin files
    from the sample plugin and packaged them in my own package structure and am trying
    to deply this. I am not clear as to what all needs to be in the EJBComponent section
    of config.xml. This is all that I have right now.
    <EJBComponent DeploymentOrder="0" Name="repository-ejb.jar"
    Targets="myserver" URI="repository-ejb.jar"/>
    <EJBComponent DeploymentOrder="1" Name="wlpi-ejb.jar"
    Targets="myserver" URI="wlpi-ejb.jar"/>
    <EJBComponent DeploymentOrder="2" Name="wlpi-master-ejb.jar"
    Targets="myserver" URI="wlpi-master-ejb.jar"/>
    <EJBComponent DeploymentOrder="3" Name="wlpi-mdb-ejb.jar"
    Targets="myserver" URI="wlpi-mdb-ejb.jar"/>
    <EJBComponent DeploymentOrder="4" Name="wlc-wlpi-plugin.jar"
    Targets="myserver" URI="wlc-wlpi-plugin.jar"/>
    <EJBComponent DeploymentOrder="5" Name="wlai-ejb-server"
    Targets="myserver" URI="wlai-ejb-server.jar"/>
    <EJBComponent DeploymentOrder="6" Name="wlai-admin-ejb"
    Targets="myserver" URI="wlai-admin-ejb.jar"/>
    <EJBComponent DeploymentOrder="7" Name="wlxtpi.jar"
    Targets="myserver" URI="wlxtpi.jar"/>
    <EJBComponent DeploymentOrder="8" Name="wlai-plugin.jar"
    Targets="myserver" URI="wlai-plugin.jar"/>
    <WebAppComponent DeploymentOrder="9" Name="XTPlugin"
    Targets="myserver" URI="wlxtpi.war"/>
    <EJBComponent DeploymentOrder="10" Name="plugin.jar"
    Targets="myserver" URI="plugin.jar"/>
    the last one plugin.jar is where i packaged the event plugin . I am ataching that
    with this mail. I am getting the following exception at startup.
    java.lang.NoClassDefFoundError: com/bea/wlpi/server/initlistener/Reaper
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:493)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:11
    1)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:292)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
    at java.lang.Class.getMethod0(Native Method)
    at java.lang.Class.getMethod(Class.java:888)
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.setTransactionAttri
    bute(MessageDrivenBeanInfoImpl.java:618)
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.<init>(MessageDrive
    nBeanInfoImpl.java:280)
    at weblogic.ejb20.deployer.BeanInfoImpl.createBeanInfoImpl(BeanInfoImpl.
    java:330)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.initializeBeanInfos(M
    BeanDeploymentInfoImpl.java:395)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.<init>(MBeanDeploymen
    tInfoImpl.java:126)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:866)
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:30)
    at weblogic.j2ee.Application.addComponent(Application.java:163)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:329)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:279)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:233)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy38.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2761)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:370)
    at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:160)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy56.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    .start(ApplicationManagerMBean_CachingStub.java:480)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
    at weblogic.management.Admin.finish(Admin.java:590)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
    at weblogic.Server.main(Server.java:35)
    --------------- nested within: ------------------
    weblogic.utils.AssertionError: ***** ASSERTION FAILED ***** - with nested except
    ion:
    [java.lang.NoClassDefFoundError: com/bea/wlpi/server/initlistener/Reaper]
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.setTransactionAttri
    bute(MessageDrivenBeanInfoImpl.java:621)
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.<init>(MessageDrive
    nBeanInfoImpl.java:280)
    at weblogic.ejb20.deployer.BeanInfoImpl.createBeanInfoImpl(BeanInfoImpl.
    java:330)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.initializeBeanInfos(M
    BeanDeploymentInfoImpl.java:395)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.<init>(MBeanDeploymen
    tInfoImpl.java:126)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:866)
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:30)
    at weblogic.j2ee.Application.addComponent(Application.java:163)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:329)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:279)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:233)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy38.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2761)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:370)
    at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:160)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy56.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    .start(ApplicationManagerMBean_CachingStub.java:480)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
    at weblogic.management.Admin.finish(Admin.java:590)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
    at weblogic.Server.main(Server.java:35)
    <Oct 18, 2002 4:16:25 PM IST> <Error> <J2EE> <Error deploying application wlpi-m
    db-ejb.jar:
    Unable to deploy EJB: c:\config\tavantdomain80\applications\.wlnotdelete\wl_comp
    60488.jar from wlpi-mdb-ejb.jar:
    java.lang.NoClassDefFoundError: com/bea/wlpi/server/initlistener/Reaper
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:493)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:11
    1)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:292)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
    at java.lang.Class.getMethod0(Native Method)
    at java.lang.Class.getMethod(Class.java:888)
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.setTransactionAttri
    bute(MessageDrivenBeanInfoImpl.java:618)
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.<init>(MessageDrive
    nBeanInfoImpl.java:280)
    at weblogic.ejb20.deployer.BeanInfoImpl.createBeanInfoImpl(BeanInfoImpl.
    java:330)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.initializeBeanInfos(M
    BeanDeploymentInfoImpl.java:395)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.<init>(MBeanDeploymen
    tInfoImpl.java:126)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:866)
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:30)
    at weblogic.j2ee.Application.addComponent(Application.java:163)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:329)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:279)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:233)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy38.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2761)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:370)
    at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:160)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy56.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    .start(ApplicationManagerMBean_CachingStub.java:480)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
    at weblogic.management.Admin.finish(Admin.java:590)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
    at weblogic.Server.main(Server.java:35)
    --------------- nested within: ------------------
    weblogic.utils.AssertionError: ***** ASSERTION FAILED ***** - with nested except
    ion:
    [java.lang.NoClassDefFoundError: com/bea/wlpi/server/initlistener/Reaper]
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.setTransactionAttri
    bute(MessageDrivenBeanInfoImpl.java:621)
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.<init>(MessageDrive
    nBeanInfoImpl.java:280)
    at weblogic.ejb20.deployer.BeanInfoImpl.createBeanInfoImpl(BeanInfoImpl.
    java:330)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.initializeBeanInfos(M
    BeanDeploymentInfoImpl.java:395)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.<init>(MBeanDeploymen
    tInfoImpl.java:126)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:866)
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:30)
    at weblogic.j2ee.Application.addComponent(Application.java:163)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:329)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:279)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:233)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy38.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2761)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:370)
    at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:160)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy56.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    .start(ApplicationManagerMBean_CachingStub.java:480)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
    at weblogic.management.Admin.finish(Admin.java:590)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
    at weblogic.Server.main(Server.java:35)
    Can anybody please point me to the right place to look for a howto kind of doc
    on how to create a new plugin. The e-docs section that i am using is very tailored
    to sampleplugin and it doesn't talk about things at a generic level.
    If somebody has a working plugin, Please send me your config files.
    Munish
    [plugin.jar]

    did you change all the deployment orders for a reason? it might be
    something to do with that. your plugin should should be deployed before
    the system tries to locate all the plugins (i am not sure which bean
    does this, but try moving your bean up in the deployment order)
    does it start ok without your plugin?
    Munish Singla wrote:
    Hi Guys,
    My environment is wl6.1sp2 and wli 2.1.
    I am trying to develop a bpm event plugin. I just copied the Event plugin files
    from the sample plugin and packaged them in my own package structure and am trying
    to deply this. I am not clear as to what all needs to be in the EJBComponent section
    of config.xml. This is all that I have right now.
    <EJBComponent DeploymentOrder="0" Name="repository-ejb.jar"
    Targets="myserver" URI="repository-ejb.jar"/>
    <EJBComponent DeploymentOrder="1" Name="wlpi-ejb.jar"
    Targets="myserver" URI="wlpi-ejb.jar"/>
    <EJBComponent DeploymentOrder="2" Name="wlpi-master-ejb.jar"
    Targets="myserver" URI="wlpi-master-ejb.jar"/>
    <EJBComponent DeploymentOrder="3" Name="wlpi-mdb-ejb.jar"
    Targets="myserver" URI="wlpi-mdb-ejb.jar"/>
    <EJBComponent DeploymentOrder="4" Name="wlc-wlpi-plugin.jar"
    Targets="myserver" URI="wlc-wlpi-plugin.jar"/>
    <EJBComponent DeploymentOrder="5" Name="wlai-ejb-server"
    Targets="myserver" URI="wlai-ejb-server.jar"/>
    <EJBComponent DeploymentOrder="6" Name="wlai-admin-ejb"
    Targets="myserver" URI="wlai-admin-ejb.jar"/>
    <EJBComponent DeploymentOrder="7" Name="wlxtpi.jar"
    Targets="myserver" URI="wlxtpi.jar"/>
    <EJBComponent DeploymentOrder="8" Name="wlai-plugin.jar"
    Targets="myserver" URI="wlai-plugin.jar"/>
    <WebAppComponent DeploymentOrder="9" Name="XTPlugin"
    Targets="myserver" URI="wlxtpi.war"/>
    <EJBComponent DeploymentOrder="10" Name="plugin.jar"
    Targets="myserver" URI="plugin.jar"/>
    the last one plugin.jar is where i packaged the event plugin . I am ataching that
    with this mail. I am getting the following exception at startup.
    java.lang.NoClassDefFoundError: com/bea/wlpi/server/initlistener/Reaper
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:493)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:11
    1)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:292)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
    at java.lang.Class.getMethod0(Native Method)
    at java.lang.Class.getMethod(Class.java:888)
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.setTransactionAttri
    bute(MessageDrivenBeanInfoImpl.java:618)
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.<init>(MessageDrive
    nBeanInfoImpl.java:280)
    at weblogic.ejb20.deployer.BeanInfoImpl.createBeanInfoImpl(BeanInfoImpl.
    java:330)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.initializeBeanInfos(M
    BeanDeploymentInfoImpl.java:395)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.<init>(MBeanDeploymen
    tInfoImpl.java:126)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:866)
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:30)
    at weblogic.j2ee.Application.addComponent(Application.java:163)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:329)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:279)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:233)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy38.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2761)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:370)
    at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:160)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy56.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    start(ApplicationManagerMBean_CachingStub.java:480)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
    at weblogic.management.Admin.finish(Admin.java:590)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
    at weblogic.Server.main(Server.java:35)
    --------------- nested within: ------------------
    weblogic.utils.AssertionError: ***** ASSERTION FAILED ***** - with nested except
    ion:
    [java.lang.NoClassDefFoundError: com/bea/wlpi/server/initlistener/Reaper]
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.setTransactionAttri
    bute(MessageDrivenBeanInfoImpl.java:621)
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.<init>(MessageDrive
    nBeanInfoImpl.java:280)
    at weblogic.ejb20.deployer.BeanInfoImpl.createBeanInfoImpl(BeanInfoImpl.
    java:330)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.initializeBeanInfos(M
    BeanDeploymentInfoImpl.java:395)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.<init>(MBeanDeploymen
    tInfoImpl.java:126)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:866)
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:30)
    at weblogic.j2ee.Application.addComponent(Application.java:163)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:329)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:279)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:233)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy38.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2761)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:370)
    at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:160)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy56.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    start(ApplicationManagerMBean_CachingStub.java:480)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
    at weblogic.management.Admin.finish(Admin.java:590)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
    at weblogic.Server.main(Server.java:35)
    <Oct 18, 2002 4:16:25 PM IST> <Error> <J2EE> <Error deploying application wlpi-m
    db-ejb.jar:
    Unable to deploy EJB: c:\config\tavantdomain80\applications\.wlnotdelete\wl_comp
    60488.jar from wlpi-mdb-ejb.jar:
    java.lang.NoClassDefFoundError: com/bea/wlpi/server/initlistener/Reaper
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:493)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:11
    1)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:292)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
    at java.lang.Class.getMethod0(Native Method)
    at java.lang.Class.getMethod(Class.java:888)
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.setTransactionAttri
    bute(MessageDrivenBeanInfoImpl.java:618)
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.<init>(MessageDrive
    nBeanInfoImpl.java:280)
    at weblogic.ejb20.deployer.BeanInfoImpl.createBeanInfoImpl(BeanInfoImpl.
    java:330)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.initializeBeanInfos(M
    BeanDeploymentInfoImpl.java:395)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.<init>(MBeanDeploymen
    tInfoImpl.java:126)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:866)
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:30)
    at weblogic.j2ee.Application.addComponent(Application.java:163)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:329)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:279)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:233)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy38.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2761)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:370)
    at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:160)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy56.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    start(ApplicationManagerMBean_CachingStub.java:480)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
    at weblogic.management.Admin.finish(Admin.java:590)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
    at weblogic.Server.main(Server.java:35)
    --------------- nested within: ------------------
    weblogic.utils.AssertionError: ***** ASSERTION FAILED ***** - with nested except
    ion:
    [java.lang.NoClassDefFoundError: com/bea/wlpi/server/initlistener/Reaper]
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.setTransactionAttri
    bute(MessageDrivenBeanInfoImpl.java:621)
    at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.<init>(MessageDrive
    nBeanInfoImpl.java:280)
    at weblogic.ejb20.deployer.BeanInfoImpl.createBeanInfoImpl(BeanInfoImpl.
    java:330)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.initializeBeanInfos(M
    BeanDeploymentInfoImpl.java:395)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.<init>(MBeanDeploymen
    tInfoImpl.java:126)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:866)
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:30)
    at weblogic.j2ee.Application.addComponent(Application.java:163)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:329)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:279)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:233)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy38.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2761)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:370)
    at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:160)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy56.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    start(ApplicationManagerMBean_CachingStub.java:480)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
    at weblogic.management.Admin.finish(Admin.java:590)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
    at weblogic.Server.main(Server.java:35)
    Can anybody please point me to the right place to look for a howto kind of doc
    on how to create a new plugin. The e-docs section that i am using is very tailored
    to sampleplugin and it doesn't talk about things at a generic level.
    If somebody has a working plugin, Please send me your config files.
    Munish

  • Plugin deployment crio

    Hello,
    I have a problem of deployment of the chassis of my CompactRIO. When I want to launch an acquisition of a single track, it gives me the error hex 0x80DF001E plugin this element was not found Verify that appropriate software is installed.
    I think the target rt does not start because it lacks a feature but I do not know why.
    attached the error message.
    Thank you

    Hey,
    When you get the error message, which item is causing the problem?
    You might want to post a screenshot.
    Thanks,
    Christian

  • Outlook plugin deployment

    Hello!
    We are now deploying outlook plugin, so the problem: it is unacceptable to instruct our users to install plugin manually, and we have to create an .msi for active directory.
    What is your practice? Maybe IronPort have plans to release their own .msi packages, it will solve a lot of headache for system administrators all over the world!

    Hello,
    There is currently a feature request to make the Outlook plugin in .msi format. The feature request number is #1028. You may want to bring this up with your Sales or System Engineer and mention the benefit that this feature can provide.
    Hope this helps. Let us know if you need any further assistance.
    Hello!
    We are now deploying outlook plugin, so the problem: it is unacceptable to instruct our users to install plugin manually, and we have to create an .msi for active directory.
    What is your practice? Maybe IronPort have plans to release their own .msi packages, it will solve a lot of headache for system administrators all over the world!

  • Plugins, deployment & Qt on a Mac

    I have a plug-in that links to the Qt framework (QtCore.framework and QtGui.framework) on Mac OS X 10.6.8 - XCode 3.2.6
    So I'm trying to deploy the plug-in onto a mac that doesn't already have the Qt framework installed, but with no success so far. This is what I've done:
    Added a Copy Files Build Phase to copy QtCore.framework & QtGui.framework to my plug-in bundle's Frameworks folder.
    Added a "Run Script Phase" to alter the install names of the frameworks which looks like this:
    install_name_tool -id @loader_path/../Frameworks/QtCore.framework/Versions/4/QtCore ${BUILD_DIR}"/"${WRAPPER_NAME}/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
    install_name_tool -id @loader_path/../Frameworks/QtGui.framework/Versions/4/QtGui ${BUILD_DIR}"/"${WRAPPER_NAME}/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
    install_name_tool -change /usr/local/Trolltech/Qt-4.7.4/lib/QtCore.framework/Versions/4/QtCore @loader_path/../Frameworks/QtCore.framework/Versions/4/QtCore ${BUILD_DIR}"/"${WRAPPER_NAME}/Contents/MacOS/QtDeploymentTest
    install_name_tool -change /usr/local/Trolltech/Qt-4.7.4/lib/QtGui.framework/Versions/4/QtGui@loader_path/../Framewo rks/QtGui.framework/Version/4/QtGui ${BUILD_DIR}"/"${WRAPPER_NAME}/Contents/MacOS/QtDeploymentTest
    install_name_tool -change /usr/local/Trolltech/Qt-4.7.4/lib/QtCore.framework/Versions/4/QtCore @loader_path/../Frameworks/QtCore.framework/Versions/4/QtCore ${BUILD_DIR}"/"${WRAPPER_NAME}/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
    But when Illustrator attempts to load the plug-in on the target mac, I'm getting this error:
    Error loading /Applications/Adobe Illustrator CS5.1/Plug-ins.localized/QtDeploymentTest.aip/Contents/MacOS/QtDeploymentTest:  dlopen(/Applications/Adobe Illustrator CS5.1/Plug-ins.localized/QtDeploymentTest.aip/Contents/MacOS/QtDeploymentTest, 262): Library not loaded: @loader_path/../Frameworks/QtCore.framework/QtCore
      Referenced from: /Applications/Adobe Illustrator CS5.1/Plug-ins.localized/QtDeploymentTest.aip/Contents/MacOS/../Frameworks/QtGui.framewor k/QtGui
      Reason: image not found
    Any ideas anyone? I was under the understanding that @loader_path should be the path to my plug-in's executable but ld still fails to load it.

    Garvan, you are a legend, thank you!
    AFAIK, the @loader_path is set to QtGui once that is being loaded.
    ^ This was the vital piece of info I've been missing. I knew that QtGui loaded QtCore but I wasn't aware that @loader_path was reset once a library had been loaded.
    I wasn't aware of @rpath until I read an article today stating that it should be used in favour of @loader_path, I'll be looking into that next!
    FYI, your '..' count was spot on
    Much appreciated as always, thanks again.

  • Deploy the plugin runs forever...

    Hi,
    I am using EM 12c and during the deployment of plugin, the regisgter metadata step runs forever and am not able to stop/boot up the instance
    bash$ emctl status oms -details
    Console Server Host : slc00tao.us.oracle.com
    HTTP Console Port : 7788
    HTTPS Console Port : 7799
    HTTP Upload Port : 4889
    HTTPS Upload Port : 4900
    OMS is not configured with SLB or virtual hostname
    Agent Upload is locked.
    OMS Console is locked.
    Active CA ID: 1
    Oracle Management Server is down, may be due to the following plugin being deployed/undeployed on the server:
    Plugin Deployment/Undeployment Status
    Plugin Name : Oracle PeopleSoft
    Version : 12.1.0.1.0
    Content : Plugin
    Action : Deployment
    Status : Deploying
    Steps Info:
    Step Start Time End Time Status
    Start deployment 4/17/12 12:17:24 AM PDT 4/17/12 12:17:24 AM PDT Success
    Initialize 4/17/12 12:17:38 AM PDT 4/17/12 12:17:44 AM PDT Success
    Install software 4/17/12 12:17:44 AM PDT 4/17/12 12:17:46 AM PDT Success
    Validate plug-in home 4/17/12 12:17:46 AM PDT 4/17/12 12:17:46 AM PDT Success
    Perform custom pre-configuration 4/17/12 12:17:47 AM PDT 4/17/12 12:17:47 AM PDT Success
    Check mandatory patches 4/17/12 12:17:47 AM PDT 4/17/12 12:17:47 AM PDT Success
    Generate metadata SQL 4/17/12 12:17:47 AM PDT 4/17/12 12:17:50 AM PDT Success
    Pre-configure repository 4/17/12 12:17:51 AM PDT 4/17/12 12:17:51 AM PDT Success
    Stop management server 4/17/12 12:17:52 AM PDT 4/17/12 12:18:36 AM PDT Success
    Configure repository 4/17/12 12:18:36 AM PDT 4/17/12 12:20:40 AM PDT Success
    Configure middle tier 4/17/12 12:20:40 AM PDT 4/17/12 12:22:02 AM PDT Success
    OPSS jazn policy migration 4/17/12 12:22:03 AM PDT 4/17/12 12:22:03 AM PDT Success
    Register metadata                        4/17/12 12:22:03 AM PDT   N/A                       Running
    *[bash]$ date*
    Tue Apr 17 21:48:47 PDT 2012
    And am not able to stop the instance also (even after killing all the java processes)
    [bash]$ emctl stop oms
    Oracle Enterprise Manager Cloud Control 12c Release 12.1.0.1.0
    Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved.
    Stopping WebTier...
    WebTier Successfully Stopped
    Stopping Oracle Management Server...
    Oracle Management Server Already Stopped
    Oracle Management Server is Down
    This may be due to the following plugin being deployed/undeployed on the management server:
    Plugin name: : Oracle PeopleSoft
    Version: : 12.1.0.1.0
    Am kind of struck here and please provide pointers for the same
    Thanks

    if you're having problems submitting your addon to AMO, please rather use the mozilla addons forum at [https://forums.mozilla.org/addons/viewforum.php?f=20], since the general support forum for firefox here is rather focused on problems with the browser/for end-users...

  • Issue in deploying Service Bus projects using maven

    Hi,
    I am following the following documentation for deploying service bus projects to my OSB server.
    http://docs.oracle.com/middleware/1213/core/MAVEN/osb_maven_project.htm#MAVEN8973
    I was able to issue mvn package as described in documentation and also able to see sbar files in .data/Maven directory of each project.
    But i am seeing following error when i issue mvn pre-integration-test. Am i missing any steps.
    [INFO] --- oracle-servicebus-plugin:12.1.3-0-0:deploy (default-deploy) @ System ---
    [INFO] Service Bus Archive deployed using session Service_Bus_Maven-System-1424718369010.
    java.io.IOException: Unable to resolve 'weblogic.management.mbeanservers.domainruntime'. Resolved 'w
    eblogic.management.mbeanservers'
            at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.ja
    va:237)
            at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.j
    ava:120)
            at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:369)
            at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:267)
            at oracle.sb.maven.plugin.deploy.MBeanHelper$MBeanInvocationHandler.getJMXConnector(MBeanHel
    per.java:228)
            at oracle.sb.maven.plugin.deploy.MBeanHelper$MBeanInvocationHandler.invoke(MBeanHelper.java:
    131)
            at com.sun.proxy.$Proxy16.createSession(Unknown Source)
            at oracle.sb.maven.plugin.DeployMojo.createSession(DeployMojo.java:141)
            at oracle.sb.maven.plugin.DeployMojo.execute(DeployMojo.java:89)
            at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.j
    ava:101)
            at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
            at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
            at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
            at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBu
    ilder.java:84)
            at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBu
    ilder.java:59)
            at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter
    .java:183)
            at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
            at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
            at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
            at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
            at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
            at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
            at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
            at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:606)
            at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
            at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
            at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
            at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
    Caused by: javax.naming.NameNotFoundException: Unable to resolve 'weblogic.management.mbeanservers.d
    omainruntime'. Resolved 'weblogic.management.mbeanservers' [Root exception is javax.naming.NameNotFo
    undException: Unable to resolve 'weblogic.management.mbeanservers.domainruntime'. Resolved 'weblogic
    .management.mbeanservers']; remaining name 'domainruntime'
            at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1180
            at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:270)
            at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:187)
            at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:210)
            at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:224)
            at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:224)
            at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:224)
            at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
            at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:701)
            at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:231)
            at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:527)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
            at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:523)

    Hi Siva,
    I am facing same issue I am bale to create package but while deployment goal I am facing problem.I am following same document as you do.
    I can see my mvn-pre-integration ..show me sucees in result
    [DEBUG]   Excluded: org.apache.maven:maven-artifact:jar:3.0.3
    [DEBUG] Configuring mojo com.oracle.servicebus.plugin:oracle-servicebus-plugin:12.1.3-0-0:package from plugin realm ClassRealm[plugin>com.oracle.servicebus.plugin:oracl
    -servicebus-plugin:12.1.3-0-0, parent: sun.misc.Launcher$AppClassLoader@65450f1f]
    [DEBUG] Configuring mojo 'com.oracle.servicebus.plugin:oracle-servicebus-plugin:12.1.3-0-0:package' with basic configurator -->
    [DEBUG]   (f) oracleHome = C:\Oracle\Middleware\Oracle_Home
    [DEBUG]   (f) project = MavenProject: LinuxMachine:TestOSBLinux:1.0-SNAPSHOT @ C:\JDeveloper\mywork\OSB-DEPLOY\LinuxMachine\TestOSBLinux\pom.xml
    [DEBUG]   (f) system = false
    [DEBUG] -- end configuration --
    [INFO]
    [INFO] --- oracle-servicebus-plugin:12.1.3-0-0:deploy (default-deploy) @ TestOSBLinux ---
    [DEBUG] Configuring mojo com.oracle.servicebus.plugin:oracle-servicebus-plugin:12.1.3-0-0:deploy from plugin realm ClassRealm[plugin>com.oracle.servicebus.plugin:oracle
    servicebus-plugin:12.1.3-0-0, parent: sun.misc.Launcher$AppClassLoader@65450f1f]
    [DEBUG] Configuring mojo 'com.oracle.servicebus.plugin:oracle-servicebus-plugin:12.1.3-0-0:deploy' with basic configurator -->
    [DEBUG]   (f) oraclePassword = Oracle123
    [DEBUG]   (f) oracleServerUrl = http://192.168.137.150:7001
    [DEBUG]   (f) oracleUsername = weblogic
    [DEBUG]   (f) project = MavenProject: LinuxMachine:TestOSBLinux:1.0-SNAPSHOT @ C:\JDeveloper\mywork\OSB-DEPLOY\LinuxMachine\TestOSBLinux\pom.xml
    [DEBUG] -- end configuration --
    [INFO] Service Bus Archive deployed using session Service_Bus_Maven-TestOSBLinux-1429888616161.
    [INFO]
    [INFO] --- oracle-servicebus-plugin:12.1.3-0-0:deploy (deploy) @ TestOSBLinux ---
    [DEBUG] Configuring mojo com.oracle.servicebus.plugin:oracle-servicebus-plugin:12.1.3-0-0:deploy from plugin realm ClassRealm[plugin>com.oracle.servicebus.plugin:oracle
    servicebus-plugin:12.1.3-0-0, parent: sun.misc.Launcher$AppClassLoader@65450f1f]
    [DEBUG] Configuring mojo 'com.oracle.servicebus.plugin:oracle-servicebus-plugin:12.1.3-0-0:deploy' with basic configurator -->
    [DEBUG]   (f) oraclePassword = Oracle123
    [DEBUG]   (f) oracleServerUrl = http://192.168.137.150:7001
    [DEBUG]   (f) oracleUsername = weblogic
    [DEBUG]   (f) project = MavenProject: LinuxMachine:TestOSBLinux:1.0-SNAPSHOT @ C:\JDeveloper\mywork\OSB-DEPLOY\LinuxMachine\TestOSBLinux\pom.xml
    [DEBUG] -- end configuration --
    [INFO] Service Bus Archive deployed using session Service_Bus_Maven-TestOSBLinux-1429888623126.
    [INFO]
    [INFO] ------------------------------------------------------------------------
    [INFO] Building LinuxMachine 1.0-SNAPSHOT
    [INFO] ------------------------------------------------------------------------
    [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-so
    rces, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, i
    tegration-test, post-integration-test, verify, install, deploy]
    [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
    [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
    [DEBUG] === PROJECT BUILD PLAN ================================================
    [DEBUG] Project:       LinuxMachine:LinuxMachine:1.0-SNAPSHOT
    [DEBUG] Dependencies (collect): []
    [DEBUG] Dependencies (resolve): []
    [DEBUG] Repositories (dependencies): [central (https://repo.maven.apache.org/maven2, default, releases)]
    [DEBUG] Repositories (plugins)     : [central (https://repo.maven.apache.org/maven2, default, releases)]
    [DEBUG] =======================================================================
    [INFO] ------------------------------------------------------------------------
    [INFO] Reactor Summary:
    [INFO]
    [INFO] TestOSBLinux ....................................... SUCCESS [ 20.752 s]
    [INFO] LinuxMachine ....................................... SUCCESS [  0.009 s]
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] ------------------------------------------------------------------------
    But not get deployed .....
    When i  run mvn com.oracle.servicebus.plugin:oracle-servicebus-plugin:deploy**  to invoke deployment goal it fails which below logs
    org.apache.maven.plugin.MojoNotFoundException: Could not find goal 'deploy*.*' in plugin com.oracle.servicebus.plugin:oracle-servicebus-plugin:12.1.3-0-0 amon
    goals deploy, package
            at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getMojoDescriptor(DefaultMavenPluginManager.java:275)
            at org.apache.maven.plugin.DefaultBuildPluginManager.getMojoDescriptor(DefaultBuildPluginManager.java:239)
            at org.apache.maven.lifecycle.internal.MojoDescriptorCreator.getMojoDescriptor(MojoDescriptorCreator.java:233)
            at org.apache.maven.lifecycle.internal.DefaultLifecycleTaskSegmentCalculator.calculateTaskSegments(DefaultLifecycleTaskSegmentCalculator.java:103)
            at org.apache.maven.lifecycle.internal.DefaultLifecycleTaskSegmentCalculator.calculateTaskSegments(DefaultLifecycleTaskSegmentCalculator.java:83)
            at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:85)
            at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
            at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
            at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
            at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
            at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:606)
            at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
            at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
            at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
            at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
    [ERROR]
    [ERROR]
    Thanks&Regards
    Prabhat

  • OEM 12c E-Business Suite Plugin Issue

    Hello All,
    I am currently new to OEM 12c, and I have the latest version installed and running, Version     12.1.0.2.0. So far everything has been running great, and agents have been downloaded and deployed with little to no issues. However, I am now trying to deploy the E-Business Suite Plug-in to the Management Server first, and I receive an error:
    Stop management server     
         Failed
         November 1, 2012 2:28:25 PM CDT     November 1, 2012 2:28:40 PM CDT     DeployPluginOnPrimaryOMS     emctl.log
    When I look further, I see this in the logs:
    Starting Prereq check..
    Performing Pre config module
    Performing Check required patch
    Checking mandatory patches for plugin : oracle.apps.ebs:12.1.0.1.0:0
    Performing Pre metadata registration
    Performing Pre SQL registration
    Registering plugin SQLs. Reg file is /u01/software/Middleware/oms/sysman/admin/emdrep/plugininfo/pluginDepList
    Completed Prereq check
    Starting Deployment
    Invoking pre deploy callbacks.
    OMS state could be found. It is up
    Stopping OMS.
    EM-04001: Server side Plug-in deployment failed with message Error while stopping Management Server on host <company.com>: Unable to stop OMS.. Contact Oracle Support*
    EM-04026: Server side Plug-in deployment failed due to previous errors. Check log file /u01/software/Middleware/oms/cfgtoollogs/pluginca/plugindeployment_33/configplugin_all_2012-11-01_14-28-12.log on host <company.com> for more details_*
    Performing Opss deconfig
    Performing Midtier deconfig
    Removing synonyms from EMRUNTIME schema
    Removing Plugin's DB objects.
    Stopping OMS
    Starting OMS
    OMS Started successfullyDiagnostic log file: /u01/software/Middleware/oms/cfgtoollogs/pluginca/plugin_deployment_33/configplugin_all_2012-11-01_14-28-12.log
    For help type emctl plugin deploy -help
    I can't seem to find any helpful info on the errors concerning EM-04001 and EM-04026. I did see that there was a bug fix which was required, bug number 13242773. But reading the ReadMe says this is only for OEM version 12.1.0.1.0.
    So, my question is, has anyone run into this problem, or have any suggestions on how to get this plug-in deployed successfully?
    Thanks in advance for your help.
    Edited by: 969006 on Dec 13, 2012 12:25 PM

    Hello,
    I haven’t run into the same errors you have reported but, let me share with you our recommended way of installing E-Business Suite Plug-in. Start by referencing our “Getting Start” MOS note 1434392.1it contains all the required patches, certification details, and related documentation. Once you are ready to perform the install start out by reviewing Chapter 2 - Installing the Oracle Application Management Pack for Oracle E-Business Suite of our Oracle Application Management Pack for Oracle E-Business Suite Guide Release 12.1.0.1.0. Here is a direct link -http://docs.oracle.com/cd/E24628_01/doc.121/e28715.pdf
    If after following the above steps you are still encountering errors then open a Service Request with Oracle Support.
    Regards,
    Product Management

  • Error while deploying on Weblogic 12c

    Hi all,
    I got an error while trying to deploy my WAR on Weblogic 12c. However, deployment on 11g for the same WAR is successful. Here is the error I got:
    [ERROR] Failed to execute goal com.oracle.weblogic:wls-maven-plugin:12.1.1.0:deploy (default-cli) on project pilot-web: weblogic.deploy.api.tools.deployer.DeployerException: Task 4 failed: [Deployer:149026]deploy application pilot-web on AdminServer.
    Target state: deploy failed on Server AdminServer
    java.lang.ArrayIndexOutOfBoundsException
    java.lang.ArrayIndexOutOfBoundsException: InvocationTargetException: weblogic.deploy.api.tools.deployer.DeployerException: Task 4 failed: [Deployer:149026]deploy application pilot-web on AdminServer.
    Target state: deploy failed on Server AdminServer
    java.lang.ArrayIndexOutOfBoundsException
    java.lang.ArrayIndexOutOfBoundsException
    -> [Help 1]
    org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.oracle.weblogic:wls-maven-plugin:12.1.1.0:deploy (default-cli) on project pilot-web: weblogic.deploy.api.tools.deployer.DeployerException: Task 4 failed: [Deployer:149026]deploy application pilot-web on AdminServer.
    Target state: deploy failed on Server AdminServer
    java.lang.ArrayIndexOutOfBoundsException
    java.lang.ArrayIndexOutOfBoundsException
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:585)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:324)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:247)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:104)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:427)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:157)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:121)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
    Caused by: org.apache.maven.plugin.MojoExecutionException: weblogic.deploy.api.tools.deployer.DeployerException: Task 4 failed: [Deployer:149026]deploy application pilot-web on AdminServer.
    Target state: deploy failed on Server AdminServer
    java.lang.ArrayIndexOutOfBoundsException
    java.lang.ArrayIndexOutOfBoundsException
    at weblogic.tools.maven.plugins.deploy.DeployerMojo.handleDeployerException(DeployerMojo.java:459)
    at weblogic.tools.maven.plugins.deploy.DeployAppMojo.execute(DeployAppMojo.java:177)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:105)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:577)
    ... 14 more
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.tools.maven.plugins.ClasspathMojo.invokeMain(ClasspathMojo.java:41)
    at weblogic.tools.maven.plugins.deploy.DeployAppMojo.execute(DeployAppMojo.java:174)
    ... 16 more
    Caused by: weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: Task 4 failed: [Deployer:149026]deploy application pilot-web on AdminServer.
    Target state: deploy failed on Server AdminServer
    java.lang.ArrayIndexOutOfBoundsException
    java.lang.ArrayIndexOutOfBoundsException
    at weblogic.Deployer.run(Deployer.java:76)
    at weblogic.Deployer.mainWithExceptions(Deployer.java:63)
    ... 22 more
    Caused by: weblogic.deploy.api.tools.deployer.DeployerException: Task 4 failed: [Deployer:149026]deploy application pilot-web on AdminServer.
    Target state: deploy failed on Server AdminServer
    java.lang.ArrayIndexOutOfBoundsException
    java.lang.ArrayIndexOutOfBoundsException
    at weblogic.deploy.api.tools.deployer.Jsr88Operation.report(Jsr88Operation.java:543)
    at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:140)
    at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)
    at weblogic.utils.compiler.Tool.run(Tool.java:158)
    at weblogic.utils.compiler.Tool.run(Tool.java:115)
    at weblogic.Deployer.run(Deployer.java:74)
    ... 23 more
    Any ideas?
    Thanks,
    Bassam

    Hi all,
    Any help?
    Thanks

  • OEM 12c : Deployed MS SQL Server Plug-in. Getting Error When Adding Target Manually

    Hi All,
    Request your help regards to Working with Plug-ins.
    I am using a Oracle linux 5.9 VM with OEM 12c v12.1.0.3.0 Installed.
    I need to work with Non-Oracle Database - specifically MS SQL Server for which I already downloaded and deployed the MS SQL Server Plug-in.
    However when trying to add targets manually, I am getting an error saying "Target Type Microsoft SQL Server is not support on selected monitoring agents em12c.localdomain:3872:Plug-in Microsoft SQL Server Database (12.1.0.3.0) or higher is certified on Enterprise Manager Cloud Control 12.1.0.3.0.
    Can you please guide as to where am i going wrong?
    Your help and guidance is highly appreciated.
    Regards.
    Nayan

    Hi Nayan,
    This seems to be a issue that a different version of MS SQL plugin was deployed on the Agent side.
    As per your description you have already downloaded and deployed the MS SQL Server Plug-in. I am assuming that the version of plugin is 12.1.0.3.
    If not you will need to deploy 12.1.0.3 MS SQL plugin on OMS first and then on the Agent which is monitoring the MS SQL targets.
    + Command to get the plugins deployed On OMS server currently,
    $ cd <OMS_HOME>/bin/
    $ ./emcli login -username=sysman
    Enter password
    Login successful
    $ ./emcli sync
    Synchronized successfully
    $./emcli list_plugins_on_server
    + Command to get the plugins deployed On Agent currently,
    $ cd <AGENT_HOME>/agent_inst/bin/
    $ ./emctl listplugins agent
    Ref: EM 12c: How to Verify the Plugins Deployed on the Enterprise Manager Cloud Control 12.1.0.1 OMS and Agent (Doc ID 1431103.1)
    You can review the below link for MS SQL plugin deploy on OMS and Agent,
    http://docs.oracle.com/cd/E24628_01/install.121/e35211/toc.htm
    Once the 12.1.0.3.0 MS SQL plugin is deployed on OMS and on Agent try to dicover the targets again from console. I hope it will help.
    Regards,
    Biplab

  • Plugin Fails to install to remote host OEM 12c R2

    I am trying to get a couple of plugins to deploy to some remote hosts, but they are failing. I did the initial agent install to the servers with no problems. Now I am trying to add the Oracle Database plugin, and the E-Business Suite Plugin now. I have successfully done this before on another OEM install. Here is the output log I see:
    Calling the validateRuntimeParameters method
    PluginDeployonAgt: Plugin Deploy on Agent : validated parameters
    The target_guid is CB189EA727EA205C077F7FC2F853287B.propName : OracleHome
    propName : AgentState
    PluginDeployonAgt
    Plugin Deploy on Agent - oraHome /u01/app/Agent12c/core/12.1.0.2.0
    PluginDeployonAgt - emStateDir /u01/app/Agent12c/agent_inst
    The plugin details are :
    Agent url oracle.apps.ebs
    pluginId 12.1.0.1.0
    pluginVersion 0
    pluginRevision DISCOVERY
    pluginType {4}
    action {5}
    operCode {6}
    errorCode {7}
    errorMsg {8}
    The exception has occured java.security.PrivilegedActionException: oracle.sysman.emSDK.agent.client.exception.AccessPrivilegeException: (oracle.sysman.gcagent.oms.AsAgentPermission putFile)
    The plugin details are :
    Agent url oracle.apps.ebs
    pluginId 12.1.0.1.0
    pluginVersion 0
    pluginRevision AGENT
    pluginType {4}
    action {5}
    operCode {6}
    errorCode {7}
    errorMsg {8}
    The exception has occured java.security.PrivilegedActionException: oracle.sysman.emSDK.agent.client.exception.AccessPrivilegeException: (oracle.sysman.gcagent.oms.AsAgentPermission putFile)
    The exit code is -1
    I have tried resynchronizing, stop/start agents, stop/start OEM, and went as far as rebooting the OEM server. I have not tried removing the host, and agent, then trying to reinstall it.
    Any thoughts, suggestions? Thanks in advance.

    Hi,
    I have the same problem when i try to deploy patch 16466443 on remote agent via Plan.
    Step: GetHomePatchMap Error
    PatchList : 16466443
    TargetName : ------:3872
    [Apr 28, 2013 6:04:22 PM] Command Arguments:
    /oracle/agent12cr2/core/12.1.0.2.0/OPatch/opatch checkComponents -phbasedir /u01/distr/16466443/16466443 -oh /oracle/agent12cr2/core/12.1.0.2.0 -invPtrloc /oracle/agent12cr2/core/12.1.0.2.0/oraInst.loc
    [Apr 28, 2013 6:04:22 PM] java.security.PrivilegedActionException: oracle.sysman.emSDK.agent.client.exception.AccessPrivilegeException: (oracle.sysman.gcagent.oms.AsAgentPermission performOperation)
    [Apr 28, 2013 6:04:22 PM] Unexpected Exception: null
    on the server, this command works correctly:
    oracle@xxx $ /oracle/agent12cr2/core/12.1.0.2.0/OPatch/opatch checkComponents -phbasedir /u01/distr/16466443/16466443 -oh /oracle/agent12cr2/core/12.1.0.2.0 -invPtrloc /oracle/agent12cr2/core/12.1.0.2.0/oraInst.loc
    Oracle Interim Patch Installer version 11.1.0.9.10
    Copyright (c) 2012, Oracle Corporation. All rights reserved.
    Oracle Home : /oracle/agent12cr2/core/12.1.0.2.0
    Central Inventory : /oracle/oraInventory
    from : /oracle/agent12cr2/core/12.1.0.2.0/oraInst.loc
    OPatch version : 11.1.0.9.10
    OUI version : 11.1.0.9.0
    Log file location : /oracle/agent12cr2/core/12.1.0.2.0/cfgtoollogs/opatch/opatch2013-04-28_19-02-03PM_1.log
    Invoking utility "checkcomponents"
    The input patch(es) "[16466443]" can be applied to the following homes (1):
    /oracle/agent12cr2/core/12.1.0.2.0
    The input patch(es) "[16466443]" can be applied to the passed homes by the following command(s):
    /oracle/agent12cr2/core/12.1.0.2.0/OPatch/opatch napply /u01/distr/16466443/16466443 -oh /oracle/agent12cr2/core/12.1.0.2.0 -invptrLoc /oracle/agent12cr2/core/12.1.0.2.0/oraInst.loc
    OPatch command 'checkComponents' done.
    OPatch succeeded.
    The error occurs when I try to put any patch on the agent through the Plan
    somebody decided this issue?
    Edited by: 999966 on 28.04.2013 7:02

  • Installing EM12c for Windows x86-64 fail when Plugins prerequisite check

    Hi,
    I am installing EM12c for Windows x86-64 but fail when plugins prerequisite check,
    the configplugin_prereq_check_DATE.log as below:
    2012-05-14 17:22:31,474 [main] WARN pluginca.PluginCADriver -
    2012-05-14 17:22:31,474 [main] WARN pluginca.PluginCADriver - ---------------------------------------------------------------
    2012-05-14 17:22:31,474 [main] WARN pluginca.PluginCADriver - ---Plugins On Which Action "Prereq check" Is To Be Performed---
    2012-05-14 17:22:31,474 [main] WARN pluginca.PluginCADriver - oracle.sysman.db=12.1.0.2.0
    2012-05-14 17:22:31,474 [main] WARN pluginca.PluginCADriver - oracle.sysman.xa=12.1.0.2.0
    2012-05-14 17:22:31,474 [main] WARN pluginca.PluginCADriver - oracle.sysman.emas=12.1.0.2.0
    2012-05-14 17:22:31,474 [main] WARN pluginca.PluginCADriver - oracle.sysman.mos=12.1.0.2.0
    2012-05-14 17:22:31,474 [main] WARN pluginca.PluginCADriver - ---------------------------------------------------------------
    2012-05-14 17:22:31,474 [main] WARN pluginca.PluginCADriver -
    2012-05-14 17:22:31,630 [main] WARN deploymentservice.EMPluginDeploymentUtil - No OMS name property passed. Assuming there is only one entry in emInstanceMapping.properties.
    2012-05-14 17:22:32,831 [main] WARN deploymentservice.EMPluginDeploymentUtil - No OMS name property passed. Assuming there is only one entry in emInstanceMapping.properties.
    2012-05-14 17:22:32,894 [main] WARN pluginca.PluginCABackup - No connection passed. Not storing any backup info in repo.
    2012-05-14 17:22:32,894 [main] WARN pluginca.PluginCABackup - No connection passed. Not storing any backup info in repo.
    2012-05-14 17:22:32,894 [main] WARN pluginca.PluginCABackup - No connection passed. Not storing any backup info in repo.
    2012-05-14 17:22:33,689 [main] ERROR pluginca.PluginCADriver - Error while performing Pre config module for plugin oracle.sysman.mos:12.1.0.2.0:0
    Error is: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    Aborting config for the plugin and all other dependent plugins.
    2012-05-14 17:22:33,689 [main] ERROR pluginca.PluginCADriver - ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    oracle.sysman.core.common.extensibility.pluginca.PluginCAException: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.performCustomConfig(PluginCAHelper.java:702)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.preDeployCustomConfig(PluginCAHelper.java:567)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleStep.preDeploy(PreConfigModuleStep.java:165)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleStep.run(PreConfigModuleStep.java:87)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleExecutor.run(PreConfigModuleExecutor.java:46)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.preqreqCheck(PluginCA.java:790)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.configure(PluginCA.java:326)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.initPluginCA(PluginCADriver.java:1798)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.beginConfig(PluginCADriver.java:978)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.main(PluginCADriver.java:1997)
    Caused by: oracle.sysman.emInternalSDK.core.extensibility.pluginca.PluginCustomConfigException: Patches for the following bugs need to be applied before attempting plugin deployment: [13242773]
         at oracle.sysman.config.MosPluginCustomConfig.doPreDeployConfig(MosPluginCustomConfig.java:106)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.performCustomConfig(PluginCAHelper.java:692)
         ... 9 more
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Error while performing Pre config module for plugin oracle.sysman.emas:12.1.0.2.0:20120427
    Error is: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    Aborting config for the plugin and all other dependent plugins.
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    oracle.sysman.core.common.extensibility.pluginca.PluginCAException: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.performCustomConfig(PluginCAHelper.java:702)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.preDeployCustomConfig(PluginCAHelper.java:567)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleStep.preDeploy(PreConfigModuleStep.java:165)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleStep.run(PreConfigModuleStep.java:87)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleExecutor.run(PreConfigModuleExecutor.java:46)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.preqreqCheck(PluginCA.java:790)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.configure(PluginCA.java:326)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.initPluginCA(PluginCADriver.java:1798)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.beginConfig(PluginCADriver.java:978)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.main(PluginCADriver.java:1997)
    Caused by: oracle.sysman.emInternalSDK.core.extensibility.pluginca.PluginCustomConfigException: Patches for the following bugs need to be applied before attempting plugin deployment: [13242773]
         at oracle.sysman.as.pluginpreconfig.AsPluginCustomConfig.doPreDeployConfig(AsPluginCustomConfig.java:113)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.performCustomConfig(PluginCAHelper.java:692)
         ... 9 more
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Error while performing Pre config module for plugin oracle.sysman.db:12.1.0.2.0:20120427
    Error is: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    Aborting config for the plugin and all other dependent plugins.
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    oracle.sysman.core.common.extensibility.pluginca.PluginCAException: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.performCustomConfig(PluginCAHelper.java:702)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.preDeployCustomConfig(PluginCAHelper.java:567)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleStep.preDeploy(PreConfigModuleStep.java:165)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleStep.run(PreConfigModuleStep.java:87)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleExecutor.run(PreConfigModuleExecutor.java:46)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.preqreqCheck(PluginCA.java:790)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.configure(PluginCA.java:326)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.initPluginCA(PluginCADriver.java:1798)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.beginConfig(PluginCADriver.java:978)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.main(PluginCADriver.java:1997)
    Caused by: oracle.sysman.emInternalSDK.core.extensibility.pluginca.PluginCustomConfigException: Patches for the following bugs need to be applied before attempting plugin deployment: [13242773]
         at oracle.sysman.db.patch.DbPluginCustomConfig.doPreDeployConfig(DbPluginCustomConfig.java:105)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.performCustomConfig(PluginCAHelper.java:692)
         ... 9 more
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Pre config module failed for some plugins.
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Error are:
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Error while performing Pre config module for plugin oracle.sysman.mos:12.1.0.2.0:0
    Error is: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    Aborting config for the plugin and all other dependent plugins.
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Error while performing Pre config module for plugin oracle.sysman.emas:12.1.0.2.0:20120427
    Error is: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    Aborting config for the plugin and all other dependent plugins.
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Error while performing Pre config module for plugin oracle.sysman.db:12.1.0.2.0:20120427
    Error is: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    Aborting config for the plugin and all other dependent plugins.
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Check Pre config module log for more details.
    2012-05-14 17:22:33,720 [main] ERROR pluginca.PluginCADriver - Prereq Check unsuccessful.
    2012-05-14 17:22:33,720 [main] ERROR pluginca.PluginCADriver - PREREQ_CHECK_UNSUCCESSFUL
    oracle.sysman.core.common.extensibility.pluginca.PluginCAException: PREREQ_CHECK_UNSUCCESSFUL
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.preqreqCheck(PluginCA.java:827)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.configure(PluginCA.java:326)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.initPluginCA(PluginCADriver.java:1798)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.beginConfig(PluginCADriver.java:978)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.main(PluginCADriver.java:1997)
    2012-05-14 17:22:33.720 [ PluginCAUtil - Emergency log ]
    oracle.sysman.core.common.extensibility.pluginca.PluginCAException: PREREQ_CHECK_UNSUCCESSFUL
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.preqreqCheck(PluginCA.java:827)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.configure(PluginCA.java:326)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.initPluginCA(PluginCADriver.java:1798)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.beginConfig(PluginCADriver.java:978)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.main(PluginCADriver.java:1997)
    2012-05-14 17:22:33,720 [main] DEBUG pluginca.PluginCADriver - 2012-05-14 17:22:33.720
    the configplugin_prereq_check_DATE.trc as below:
    2012-05-14 17:22:32,894 [main] INFO pluginca.PluginCADriver - =============PRE CUSTOM CONFIURATION STARTS ============
    2012-05-14 17:22:33,689 [main] ERROR pluginca.PluginCADriver - Error while performing Pre config module for plugin oracle.sysman.mos:12.1.0.2.0:0
    Error is: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    Aborting config for the plugin and all other dependent plugins.
    2012-05-14 17:22:33,689 [main] ERROR pluginca.PluginCADriver - ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    oracle.sysman.core.common.extensibility.pluginca.PluginCAException: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.performCustomConfig(PluginCAHelper.java:702)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.preDeployCustomConfig(PluginCAHelper.java:567)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleStep.preDeploy(PreConfigModuleStep.java:165)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleStep.run(PreConfigModuleStep.java:87)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleExecutor.run(PreConfigModuleExecutor.java:46)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.preqreqCheck(PluginCA.java:790)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.configure(PluginCA.java:326)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.initPluginCA(PluginCADriver.java:1798)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.beginConfig(PluginCADriver.java:978)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.main(PluginCADriver.java:1997)
    Caused by: oracle.sysman.emInternalSDK.core.extensibility.pluginca.PluginCustomConfigException: Patches for the following bugs need to be applied before attempting plugin deployment: [13242773]
         at oracle.sysman.config.MosPluginCustomConfig.doPreDeployConfig(MosPluginCustomConfig.java:106)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.performCustomConfig(PluginCAHelper.java:692)
         ... 9 more
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Error while performing Pre config module for plugin oracle.sysman.emas:12.1.0.2.0:20120427
    Error is: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    Aborting config for the plugin and all other dependent plugins.
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    oracle.sysman.core.common.extensibility.pluginca.PluginCAException: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.performCustomConfig(PluginCAHelper.java:702)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.preDeployCustomConfig(PluginCAHelper.java:567)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleStep.preDeploy(PreConfigModuleStep.java:165)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleStep.run(PreConfigModuleStep.java:87)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleExecutor.run(PreConfigModuleExecutor.java:46)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.preqreqCheck(PluginCA.java:790)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.configure(PluginCA.java:326)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.initPluginCA(PluginCADriver.java:1798)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.beginConfig(PluginCADriver.java:978)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.main(PluginCADriver.java:1997)
    Caused by: oracle.sysman.emInternalSDK.core.extensibility.pluginca.PluginCustomConfigException: Patches for the following bugs need to be applied before attempting plugin deployment: [13242773]
         at oracle.sysman.as.pluginpreconfig.AsPluginCustomConfig.doPreDeployConfig(AsPluginCustomConfig.java:113)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.performCustomConfig(PluginCAHelper.java:692)
         ... 9 more
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Error while performing Pre config module for plugin oracle.sysman.db:12.1.0.2.0:20120427
    Error is: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    Aborting config for the plugin and all other dependent plugins.
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    oracle.sysman.core.common.extensibility.pluginca.PluginCAException: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.performCustomConfig(PluginCAHelper.java:702)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.preDeployCustomConfig(PluginCAHelper.java:567)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleStep.preDeploy(PreConfigModuleStep.java:165)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleStep.run(PreConfigModuleStep.java:87)
         at oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleExecutor.run(PreConfigModuleExecutor.java:46)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.preqreqCheck(PluginCA.java:790)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.configure(PluginCA.java:326)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.initPluginCA(PluginCADriver.java:1798)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.beginConfig(PluginCADriver.java:978)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.main(PluginCADriver.java:1997)
    Caused by: oracle.sysman.emInternalSDK.core.extensibility.pluginca.PluginCustomConfigException: Patches for the following bugs need to be applied before attempting plugin deployment: [13242773]
         at oracle.sysman.db.patch.DbPluginCustomConfig.doPreDeployConfig(DbPluginCustomConfig.java:105)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCAHelper.performCustomConfig(PluginCAHelper.java:692)
         ... 9 more
    2012-05-14 17:22:33,705 [main] INFO pluginca.PluginCADriver - =============PRE CUSTOM CONFIURATION ENDS ============
    2012-05-14 17:22:33,705 [main] INFO pluginca.PluginCADriver - Back from pre custom config
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Pre config module failed for some plugins.
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Error are:
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Error while performing Pre config module for plugin oracle.sysman.mos:12.1.0.2.0:0
    Error is: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    Aborting config for the plugin and all other dependent plugins.
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Error while performing Pre config module for plugin oracle.sysman.emas:12.1.0.2.0:20120427
    Error is: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    Aborting config for the plugin and all other dependent plugins.
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Error while performing Pre config module for plugin oracle.sysman.db:12.1.0.2.0:20120427
    Error is: ERROR_IN_CUSTOM_CONFIG( Exception while performing custom config )
    Aborting config for the plugin and all other dependent plugins.
    2012-05-14 17:22:33,705 [main] ERROR pluginca.PluginCADriver - Check Pre config module log for more details.
    2012-05-14 17:22:33,720 [main] DEBUG pluginca.PluginCADriver - oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleStep - start - 2012-05-14 17:22:33.720
    2012-05-14 17:22:33,720 [main] DEBUG pluginca.PluginCADriver - oracle.sysman.core.common.extensibility.pluginca.PreConfigModuleExecutor - end - 2012-05-14 17:22:33.720
    2012-05-14 17:22:33,720 [main] ERROR pluginca.PluginCADriver - Prereq Check unsuccessful.
    2012-05-14 17:22:33,720 [main] ERROR pluginca.PluginCADriver - PREREQ_CHECK_UNSUCCESSFUL
    oracle.sysman.core.common.extensibility.pluginca.PluginCAException: PREREQ_CHECK_UNSUCCESSFUL
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.preqreqCheck(PluginCA.java:827)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCA.configure(PluginCA.java:326)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.initPluginCA(PluginCADriver.java:1798)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.beginConfig(PluginCADriver.java:978)
         at oracle.sysman.core.common.extensibility.pluginca.PluginCADriver.main(PluginCADriver.java:1997)
    2012-05-14 17:22:33,720 [main] DEBUG util.PluginCAUtil - Connection: null Step ID: -1
    2012-05-14 17:22:33,720 [main] DEBUG util.PluginCAUtil - Not updating job step
    Anyone has experience for this problems? and someone install this version success?
    I am appreciate for your help.

    Hi Colin
    Since we were debugged this issue offline and we found the root cause of the problem. I am updating this thread with more detail for the benefit of others :
    We looked in your environment and log files for more details and we found below error ( updating it so that we can know the complete picture)
    ÐÅÏ¢: Applying opatch for the oneoffs 13242773,13707704 ...
    ÐÅÏ¢: D:\oracle\oem\oms/OPatch/opatch.bat napply -silent -local -oh D:\oracle\oem\oms -phBaseFile D:\oracle\oem\oms/patch.txt
    ÐÅÏ¢: ERROR STREAM: java.lang.NoClassDefFoundError: DB
    ÐÅÏ¢: ERROR STREAM: Caused by: java.lang.ClassNotFoundException: DB
    ÐÅÏ¢: ERROR STREAM: at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    ÐÅÏ¢: ERROR STREAM: at java.security.AccessController.doPrivileged(Native Method)
    ÐÅÏ¢: ERROR STREAM: at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    ÐÅÏ¢: ERROR STREAM: at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    ÐÅÏ¢: ERROR STREAM: at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    ÐÅÏ¢: ERROR STREAM: at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    ÐÅÏ¢: ERROR STREAM: Could not find the main class: DB. Program will exit.
    It fails to apply the one of the patches , as Opatch get the CLASSPATH environment variable that has spaces.
    The workaround for this to unset the CLASSPATH environment variable and then begin the installation process. Its doced in the release note and install guide.

  • Trouble adding a new job type with my plugin

    I have a plugin that contains a new job type that deploys without errors. The simple metrics work OK but when I pop up the list of job types I get the following exception logged ...
    2009-01-23 15:04:42,076 [EMUI_15_04_42_/console/jobs/jobsTable] ERROR jobs.JobsListBean getJobRunDat
    a.1186 - SQLException
    java.sql.SQLException: ORA-20452: Only one target may be selected for this operation.
    ORA-06512: at "SYSMAN.MGMT_JOB_UI_RUNS", line 1380
    ORA-06512: at line 1
    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.T4CCallableStatement.doOall8(T4CCallableStatement.java(Compiled Code))
    at oracle.jdbc.driver.T4CCallableStatement.execute_for_rows(T4CCallableStatement.java(Compiled Code))
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java(Compiled Code))
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java(Compiled Code))
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java(Compiled Code))
    at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java(Compiled Code))
    at oracle.sysman.util.jdbc.PreparedStatementWrapper.execute(PreparedStatementWrapper.java(Compiled Code))
    at oracle.sysman.util.jdbc.CallableStatementWrapper.execute(CallableStatementWrapper.java(Compiled Code))
    at oracle.sysman.eml.jobs.JobsListBean.getJobRunData(JobsListBean.java:945)
    at oracle.sysman.eml.jobs.JobsListBean.showJobsTable(JobsListBean.java:617)
    at oracle.sysman.eml.jobs.JobsListBean.prepareData(JobsListBean.java:347)
    at oracle.sysman.eml.jobs.JobsController.getPageHeader(JobsController.java:347)
    at oracle.sysman.emSDK.svlt.PageHandler.prepareData(PageHandler.java(Compiled Code))
    at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java(Compiled Code))
    at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java(Compiled Code))
    at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java(Compiled Code))
    at oracle.sysman.eml.app.Console.doGet(Console.java(Compiled Code))
    at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
    at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java(Compiled Code))
    at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java(Compiled Code))
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java(Compiled Code))
    at oracle.sysman.eml.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java(Compiled Code))
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java(Compiled Code))
    at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java(Compiled Code))
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java(Compiled Code))
    at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.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:224)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:568
    Of course I don't see my new job type in the list. I only have the plugin deployed to just 1 of the agents. Any idea what this exception is telling me?

    OK, maybe this error is not related to my job ... but I'm gonna need a better hint here.
    I'm using these flags with the emcli command and add_mp_tp_mpa verb ... this seems to go OK.
    -file="JOB_DEFINITION:$MY/myjob.xml" \
    -file="JOB_SCRIPT:$MY/myjob.pl"
    Here's my silly little job type ...
    <jobtype name="myjob" version="1.0">
    <stepset ID="main" type="serial">
    <step ID="s1" command="remoteOp">
    <paramList>
    <param name="remoteCommand">myjob.pl</param>
    </paramList>
    </step>
    </stepset>
    </jobtype>
    But it doesn't work ! I don't see any reference to "myjob" in any log file. I don't see my job listed in the "Create job" pull down on the "Jobs" tab. I don't get it, what am I doing wrong?

Maybe you are looking for

  • Anchor tag error, also copy and pasting text comes up "null"

    After the recent update I am receiving anchor tag errors telling me to start with an alphabetic letter, which I was. Also no longer lets me copy and paste text onto a page, instead it says "null". Any ideas on a fix ?

  • My itunes wont load and i need it because i locked my ipad

    Help my itunes wont load and i need it because i had locked my ipad

  • Print iCal Calendar - ? Portrait View

    Is there a way to print my iCal Calendar in Portrait View other than saving it as a .pdf file & then printing? I cannot find the Portrait - Landscape options when printing in iCal. Many thanks! ...John

  • Error when using Date Parameters...

    Hi everybody, I have a little issue. Ever since I upgraded my CRXI R2 to SP4 I've had a little problem using date parameters. The little calendar icon next to the parameter field no longer works. When I click it I get the following error message: An

  • Why do fonts appear in Keynote, but not in Font Folder?

    I made a misguided move in adding fonts through Font Book and am trying to restore my fonts to a previous iteration.  Strangely though, the fonts appear in Keynote, but not in the usual Fonts folders.  Can anyone shed light on why this might be the c