Javax.enterprise.deploy.spi.exceptions.InvalidModuleException: [J2EE Deploy

Hi,
I'm using Weblogic Server 9.2. I'm having problems to deploy a .ear aplication.?:|
When I try to install the aplication i get the following error:
javax.enterprise.deploy.spi.exceptions.InvalidModuleException: [J2EE Deployment SPI:260105]Failed to create DDBeanRoot for application, 'sgi-core-1.0.jar'
Could anyone say me how can I solve this error?
The deployment descriptor weblogic-ejb-jar.xml seems to be correct.
I'm using Andromda to generate the .ear file, so I don't know if it can be causing any problems
If anyone could help me...
Thanks in advance

Hi,
The J2EE Error code siply suggest that there is something wrong in your Deployment Descriptors...
Can u please post the XML files available inside your "WEB-INF" directory?
Thanks
Jay SenSharma
http://jaysensharma.wordpress.com (WebLogic Wonders Are Here)

Similar Messages

  • Javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException

    Hi,
    i'm trying to deploy an J2ee application with adf libraries in a Weblogic Server 9.2 with SOA Suite. My application was developed in JDeveloper 10.1.3.3. in Windows XP. My application server is in Linux RedHat 5 Enterprise. In Jdeveloper, when i tried to deploy my application I got the next log:
    ---- Deployment started. ---- Aug 17, 2009 3:39:17 PM
    Target platform is WebLogic Server 9.x (weblogic).
    Checking weblogic.xml for completeness...
    Wrote WAR file to C:\jd\jdev\mywork\ECSBPM\ViewController\deploy\ECSBPM.war
    Wrote EAR file to C:\jd\jdev\mywork\ECSBPM\ViewController\deploy\ECSBPM.ear
    java -classpath C:\jd\jdev\mywork\weblogic.jar weblogic.Deployer -adminurl http://10.10.1.190:8001 -user weblogic -password **** -debug -verbose -deploy -upload -source C:\jd\jdev\mywork\ECSBPM\ViewController\deploy\ECSBPM.ear -name ECSBPM
    weblogic.Deployer invoked with options: -adminurl http://10.10.1.190:8001 -user weblogic -debug -verbose -deploy -upload -source C:\jd\jdev\mywork\ECSBPM\ViewController\deploy\ECSBPM.ear -name ECSBPM
    [WebLogicDeploymentManagerImpl.<init>():103] : Constructing DeploymentManager for J2EE version V1_4 deployments
    [WebLogicDeploymentManagerImpl.getNewConnection():146] : Connecting to admin server at 10.10.1.190:8001, as user weblogic
    [ServerConnectionImpl.getEnvironment():288] : setting environment
    [ServerConnectionImpl.getEnvironment():291] : getting context using http://10.10.1.190:8001
    [ServerConnectionImpl.close():334] : Closing DM connection
    [ServerConnectionImpl.close():354] : Unregistered all listeners
    weblogic.deploy.api.tools.deployer.DeployerException: Unable to connect to 'http://10.10.1.190:8001': invalid type code: 31. Ensure the url represents a running admin server and that the credentials are correct. If using http protocol, tunneling must be enabled on the admin server.
         at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:314)
         at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:137)
         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:70)
         at weblogic.Deployer.main(Deployer.java:54)
    Caused by: javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException
         at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:121)
         at weblogic.deploy.api.spi.factories.internal.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:84)
         at weblogic.deploy.api.tools.SessionHelper.getRemoteDeploymentManager(SessionHelper.java:482)
         at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:295)
         ... 6 more
    Caused by: weblogic.deploy.api.spi.exceptions.ServerConnectionException
         at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:143)
         at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.getNewConnection(WebLogicDeploymentManagerImpl.java:148)
         at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:118)
         ... 9 more
    Caused by: javax.naming.CommunicationException [Root exception is java.rmi.UnmarshalException: failed to unmarshal class weblogic.security.acl.internal.AuthenticatedUser; nested exception is:
         java.io.StreamCorruptedException: invalid type code: 31]
         at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:85)
         at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:41)
         at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:773)
         at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLInitialContextFactoryDelegate.java:673)
         at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:466)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:373)
         at weblogic.jndi.Environment.getContext(Environment.java:307)
         at weblogic.jndi.Environment.getContext(Environment.java:277)
         at weblogic.jndi.Environment.createInitialContext(Environment.java:200)
         at weblogic.jndi.Environment.getInitialContext(Environment.java:184)
         at weblogic.jndi.Environment.getInitialContext(Environment.java:162)
         at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getContext(ServerConnectionImpl.java:330)
         at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getEnvironment(ServerConnectionImpl.java:302)
         at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:141)
         ... 11 more
    Caused by: java.rmi.UnmarshalException: failed to unmarshal class weblogic.security.acl.internal.AuthenticatedUser; nested exception is:
         java.io.StreamCorruptedException: invalid type code: 31
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:223)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:224)
         at weblogic.common.internal.RMIBootServiceImpl_923_WLStub.authenticate(Unknown Source)
         at weblogic.security.acl.internal.Security$1.run(Security.java:185)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.security.acl.internal.Security.authenticate(Security.java:181)
         at weblogic.jndi.WLInitialContextFactoryDelegate.authenticateRemotely(WLInitialContextFactoryDelegate.java:734)
         at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLInitialContextFactoryDelegate.java:667)
         ... 21 more
    Caused by: java.io.StreamCorruptedException: invalid type code: 31
         at java.io.ObjectInputStream.readObject0(Unknown Source)
         at java.io.ObjectInputStream.readObject(Unknown Source)
         at weblogic.utils.io.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:195)
         at weblogic.rjvm.MsgAbbrevInputStream.readObject(MsgAbbrevInputStream.java:565)
         at weblogic.utils.io.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:191)
         at weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java:62)
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:221)
         ... 29 more
    **** weblogic.deploy returned with non-zero exit status: 1
    **** weblogic.deploy returned with non-zero exit status: 1
    Elapsed time for deployment: 17 seconds
    #### Deployment incomplete. #### Aug 17, 2009 3:39:34 PM
    ---- Deployment started. ---- Aug 17, 2009 3:39:17 PM
    Target platform is WebLogic Server 9.x (weblogic).
    Checking weblogic.xml for completeness...
    Wrote WAR file to C:\jd\jdev\mywork\ECSBPM\ViewController\deploy\ECSBPM.war
    Wrote EAR file to C:\jd\jdev\mywork\ECSBPM\ViewController\deploy\ECSBPM.ear
    java -classpath C:\jd\jdev\mywork\weblogic.jar weblogic.Deployer -adminurl http://10.10.1.190:8001 -user weblogic -password **** -debug -verbose -deploy -upload -source C:\jd\jdev\mywork\ECSBPM\ViewController\deploy\ECSBPM.ear -name ECSBPM
    weblogic.Deployer invoked with options: -adminurl http://10.10.1.190:8001 -user weblogic -debug -verbose -deploy -upload -source C:\jd\jdev\mywork\ECSBPM\ViewController\deploy\ECSBPM.ear -name ECSBPM
    [WebLogicDeploymentManagerImpl.<init>():103] : Constructing DeploymentManager for J2EE version V1_4 deployments
    [WebLogicDeploymentManagerImpl.getNewConnection():146] : Connecting to admin server at 10.10.1.190:8001, as user weblogic
    [ServerConnectionImpl.getEnvironment():288] : setting environment
    [ServerConnectionImpl.getEnvironment():291] : getting context using http://10.10.1.190:8001
    [ServerConnectionImpl.close():334] : Closing DM connection
    [ServerConnectionImpl.close():354] : Unregistered all listeners
    weblogic.deploy.api.tools.deployer.DeployerException: Unable to connect to 'http://10.10.1.190:8001': invalid type code: 31. Ensure the url represents a running admin server and that the credentials are correct. If using http protocol, tunneling must be enabled on the admin server.
         at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:314)
         at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:137)
         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:70)
         at weblogic.Deployer.main(Deployer.java:54)
    Caused by: javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException
         at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:121)
         at weblogic.deploy.api.spi.factories.internal.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:84)
         at weblogic.deploy.api.tools.SessionHelper.getRemoteDeploymentManager(SessionHelper.java:482)
         at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:295)
         ... 6 more
    Caused by: weblogic.deploy.api.spi.exceptions.ServerConnectionException
         at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:143)
         at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.getNewConnection(WebLogicDeploymentManagerImpl.java:148)
         at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:118)
         ... 9 more
    Caused by: javax.naming.CommunicationException [Root exception is java.rmi.UnmarshalException: failed to unmarshal class weblogic.security.acl.internal.AuthenticatedUser; nested exception is:
         java.io.StreamCorruptedException: invalid type code: 31]
         at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:85)
         at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:41)
         at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:773)
         at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLInitialContextFactoryDelegate.java:673)
         at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:466)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:373)
         at weblogic.jndi.Environment.getContext(Environment.java:307)
         at weblogic.jndi.Environment.getContext(Environment.java:277)
         at weblogic.jndi.Environment.createInitialContext(Environment.java:200)
         at weblogic.jndi.Environment.getInitialContext(Environment.java:184)
         at weblogic.jndi.Environment.getInitialContext(Environment.java:162)
         at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getContext(ServerConnectionImpl.java:330)
         at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getEnvironment(ServerConnectionImpl.java:302)
         at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:141)
         ... 11 more
    Caused by: java.rmi.UnmarshalException: failed to unmarshal class weblogic.security.acl.internal.AuthenticatedUser; nested exception is:
         java.io.StreamCorruptedException: invalid type code: 31
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:223)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:224)
         at weblogic.common.internal.RMIBootServiceImpl_923_WLStub.authenticate(Unknown Source)
         at weblogic.security.acl.internal.Security$1.run(Security.java:185)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.security.acl.internal.Security.authenticate(Security.java:181)
         at weblogic.jndi.WLInitialContextFactoryDelegate.authenticateRemotely(WLInitialContextFactoryDelegate.java:734)
         at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLInitialContextFactoryDelegate.java:667)
         ... 21 more
    Caused by: java.io.StreamCorruptedException: invalid type code: 31
         at java.io.ObjectInputStream.readObject0(Unknown Source)
         at java.io.ObjectInputStream.readObject(Unknown Source)
         at weblogic.utils.io.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:195)
         at weblogic.rjvm.MsgAbbrevInputStream.readObject(MsgAbbrevInputStream.java:565)
         at weblogic.utils.io.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:191)
         at weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java:62)
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:221)
         ... 29 more
    **** weblogic.deploy returned with non-zero exit status: 1
    **** weblogic.deploy returned with non-zero exit status: 1
    Elapsed time for deployment: 17 seconds
    #### Deployment incomplete. #### Aug 17, 2009 3:39:34 PM
    I verified and my credentials are correct. Please your help.
    Thanks
    Eve

    Hi,
    I hope you are deploying application through build file.
    Can you check build.xml file whether you had given correct Admin url and port number.
    Regards,
    Kal
    Edited by: kalyan Pasupuleti on Sep 12, 2012 1:39 AM

  • OC4J 10.0.3 and javax.enterprise.deployment

    I am playing around with javax.enterprise.deployment.blah.blah as we use a in-house managed deployment procedure, currently we call out to a Runtime process to execute dcmctl commands, but I'd rather use the JSR88 compliant API. What URI is needed to get a DeploymentManager from a DeploymentManagerFactory in both Standalone and Enterprise Edition???
    I would have though the usual ormi://localhost:23791 would have worked?? I get a creation exception...
    Scott.

    That looks very intersting... I tried it out, one thing I forgot to mention is that this will ultimately be kicked off from a Message Driven Bean. I didn't think it matter until I get the following exception, it seems that particular Deployment Manager is expecting to be executed from a standalone client, I'll hunt around next week to
    see if there is one that doesn't assume a ApplicationInitialContext, perhaps it's a System Property that can be passed through...
    Many thanks for your efforts it would have taken me quite awhile to work out the register deployment manager stuff...
    Scott.
    04/02/27 17:20:44 javax.naming.NamingException: META-INF/application-client.xml not found (see J2EE spec, application-client chapter for requirements and format of the file)
    04/02/27 17:20:44 at com.evermind.server.ApplicationClientInitialContextFactory.getRequiredClasspathResource(ApplicationClientInitialContextFactory.java:175)
    04/02/27 17:20:44 at com.evermind.server.ApplicationClientInitialContextFactory.getInitialContext(ApplicationClientInitialContextFactory.java:68)
    04/02/27 17:20:44 at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
    04/02/27 17:20:44 at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
    04/02/27 17:20:44 at javax.naming.InitialContext.init(InitialContext.java:219)
    04/02/27 17:20:44 at javax.naming.InitialContext.<init>(InitialContext.java:195)
    04/02/27 17:20:44 at oracle.oc4j.admin.jmx.client.CoreRemoteMBeanServer.fetchMBeanServerEjbRemote(CoreRemoteMBeanServer.java:346)
    04/02/27 17:20:44 at oracle.oc4j.admin.jmx.client.CoreRemoteMBeanServer.<init>(CoreRemoteMBeanServer.java:100)
    04/02/27 17:20:44 at oracle.oc4j.admin.management.mejb.MEjb.<init>(MEjb.java:100)
    04/02/27 17:20:44 at oracle.oc4j.admin.management.mejb.MEjb.getMBeanServer(MEjb.java:130)
    04/02/27 17:20:44 at oracle.oc4j.admin.management.mejb.MEjbFactory.getManagement(MEjbFactory.java:51)
    04/02/27 17:20:44 at oracle.oc4j.admin.deploy.spi.ConnectedDeploymentManagerBase.<init>(ConnectedDeploymentManagerBase.java:169)
    04/02/27 17:20:44 at oracle.oc4j.admin.deploy.spi.Oc4jDeploymentManager.<init>(Oc4jDeploymentManager.java:39)
    04/02/27 17:20:44 at oracle.oc4j.admin.deploy.spi.factories.Oc4jDeploymentFactory.getDeploymentManager(Oc4jDeploymentFactory.java:115)
    04/02/27 17:20:44 at au.edu.nsw.det.comptech.mw.dps2.server.DCMAppServerDeployer.executeDeployment(Unknown Source)
    04/02/27 17:20:45 at au.edu.nsw.det.comptech.mw.dps2.server.EnterpriseArchiveDeployer.deployApp(Unknown Source)
    04/02/27 17:20:45 at au.edu.nsw.det.comptech.mw.dps2.server.CommandDeployApp.perform(Unknown Source)
    04/02/27 17:20:45 at au.edu.nsw.det.comptech.mw.dps2.server.CommandProcessor.performAction(Unknown Source)
    04/02/27 17:20:45 at au.edu.nsw.det.comptech.mw.dps2.ejb.deployrequestconsumerejbbean.DeployRequestConsumerEJBBean.onMessage(Unknown Source)
    04/02/27 17:20:45 at com.evermind.server.ejb.MessageDrivenBeanInvocation.run(MessageDrivenBeanInvocation.java:123)
    04/02/27 17:20:45 at com.evermind.server.ejb.MessageDrivenHome.onMessage(MessageDrivenHome.java:920)

  • Application Deployment in Managed Node Failed with the error - ERROR   - Caught exception while looking up Connection Factory with JNDI Name: java:comp/env/eis/PRAdapterConnectionFactory, javax.naming.ServiceUnavailableException [Root exception is java.ne

    2013-06-24 21:16:28,551 [bxapp2.healthnet.com] [  STANDARD] [                    ] (l.access.RuleCandidateIterator) INFO    - Single candidate rule resolution optimization is enabled
    Error retrieving JNDI initial context:
    2013-06-24 21:16:28,952 [bxapp2.healthnet.com] [  STANDARD] [                    ] (    pegarules.resadap.RAClient) ERROR   - Caught exception while looking up Connection Factory with JNDI Name: java:comp/env/eis/PRAdapterConnectionFactory, javax.naming.ServiceUnavailableException [Root exception is java.net.UnknownHostException: Unknown protocol: 'TCP']
    javax.naming.ServiceUnavailableException [Root exception is java.net.UnknownHostException: Unknown protocol: 'TCP']
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:34)
    at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:787)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:368)
    at weblogic.jndi.Environment.getContext(Environment.java:315)
    at weblogic.jndi.Environment.getContext(Environment.java:285)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    at javax.naming.InitialContext.init(InitialContext.java:223)
    at javax.naming.InitialContext.<init>(InitialContext.java:175)
    at com.pega.pegarules.priv.util.JNDIUtil.getInitialContext(JNDIUtil.java:106)
    at com.pega.pegarules.priv.util.JNDIUtil.lookupUsingRealContextClassLoader(JNDIUtil.java:128)
    at com.pega.pegarules.resadap.RAClient.init(RAClient.java:102)
    at com.pega.pegarules.resadap.RAClient.<init>(RAClient.java:84)
    at com.pega.pegarules.resadap.RAClientContainer.get(RAClientContainer.java:47)
    at com.pega.pegarules.session.internal.async.BatchUtils.callRAClient(BatchUtils.java:146)
    at com.pega.pegarules.integration.engine.internal.services.listener.ListenerWrapper.callRAClient(ListenerWrapper.java:358)
    at com.pega.pegarules.integration.engine.internal.services.listener.ListenerWrapper.launchListener(ListenerWrapper.java:233)
    at com.pega.pegarules.integration.engine.internal.services.listener.ListenerStateManagerImpl.startOneListener(ListenerStateManagerImpl.java:713)
    at com.pega.pegarules.integration.engine.internal.services.listener.ListenerStateManagerImpl.startServiceTypeListeners(ListenerStateManagerImpl.java:464)
    at com.pega.pegarules.integration.engine.internal.services.listener.ListenerStateManagerImpl.startListenerType(ListenerStateManagerImpl.java:423)
    at com.pega.pegarules.integration.engine.internal.PRIntegrationEngineProviderImpl.initServices(PRIntegrationEngineProviderImpl.java:166)
    at com.pega.pegarules.session.internal.mgmt.PREnvironment.initServices(PREnvironment.java:620)
    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 com.pega.pegarules.session.internal.PRSessionProviderImpl.doWithRequestorLocked(PRSessionProviderImpl.java:1043)
    at com.pega.pegarules.session.internal.PRSessionProviderImpl.doWithRequestorLocked(PRSessionProviderImpl.java:765)
    at com.pega.pegarules.session.internal.mgmt.PREnvironment.finishInit(PREnvironment.java:522)
    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 com.pega.pegarules.session.internal.PRSessionProviderImpl.doWithRequestorLocked(PRSessionProviderImpl.java:1043)
    at com.pega.pegarules.session.internal.PRSessionProviderImpl.doWithRequestorLocked(PRSessionProviderImpl.java:765)
    at com.pega.pegarules.session.internal.mgmt.PREnvironment.getThreadAndInitialize(PREnvironment.java:379)
    at com.pega.pegarules.session.internal.PRSessionProviderImpl.getThreadAndInitialize(PRSessionProviderImpl.java:1516)
    at com.pega.pegarules.session.internal.engineinterface.etier.impl.EngineStartup.initEngine(EngineStartup.java:619)
    at com.pega.pegarules.session.internal.engineinterface.etier.impl.EngineImpl._initEngine_privact(EngineImpl.java:165)
    at com.pega.pegarules.session.internal.engineinterface.etier.impl.EngineImpl.doStartup(EngineImpl.java:138)
    at com.pega.pegarules.session.internal.engineinterface.etier.ejb.EngineBean.doStartup(EngineBean.java:120)
    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 com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethod(PRBootstrap.java:349)
    at com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethodPropagatingThrowable(PRBootstrap.java:390)
    at com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethodPropagatingException(PRBootstrap.java:412)
    at com.pega.pegarules.internal.etier.ejb.EngineBeanBoot.doStartup(EngineBeanBoot.java:130)
    at com.pega.pegarules.internal.etier.ejb.EngineBMT_h449u3_ELOImpl.doStartup(EngineBMT_h449u3_ELOImpl.java:124)
    at com.pega.pegarules.web.servlet.WebAppLifeCycleListener._contextInitialized_privact(WebAppLifeCycleListener.java:259)
    at com.pega.pegarules.web.servlet.WebAppLifeCycleListener.contextInitialized(WebAppLifeCycleListener.java:167)
    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 com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethod(PRBootstrap.java:349)
    at com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethodPropagatingThrowable(PRBootstrap.java:390)
    at com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethod(PRBootstrap.java:439)
    at com.pega.pegarules.internal.web.servlet.WebAppLifeCycleListenerBoot.contextInitialized(WebAppLifeCycleListenerBoot.java:83)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1863)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3126)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1512)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.net.UnknownHostException: Unknown protocol: 'TCP'
    at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:216)
    at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
    at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
    at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:200)
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:353)
    ... 94 more
    2013-06-24 21:16:28,952 [bxapp2.healthnet.com] [  STANDARD] [                    ] (tener.ListenerStateManagerImpl) ERROR   - Unexpected exception.
    java.lang.NullPointerException
    at com.pega.pegarules.session.internal.async.BatchUtils.callRAClient(BatchUtils.java:150)
    at com.pega.pegarules.integration.engine.internal.services.listener.ListenerWrapper.callRAClient(ListenerWrapper.java:358)
    at com.pega.pegarules.integration.engine.internal.services.listener.ListenerWrapper.launchListener(ListenerWrapper.java:233)
    at com.pega.pegarules.integration.engine.internal.services.listener.ListenerStateManagerImpl.startOneListener(ListenerStateManagerImpl.java:713)
    at com.pega.pegarules.integration.engine.internal.services.listener.ListenerStateManagerImpl.startServiceTypeListeners(ListenerStateManagerImpl.java:464)
    at com.pega.pegarules.integration.engine.internal.services.listener.ListenerStateManagerImpl.startListenerType(ListenerStateManagerImpl.java:423)
    at com.pega.pegarules.integration.engine.internal.PRIntegrationEngineProviderImpl.initServices(PRIntegrationEngineProviderImpl.java:166)
    at com.pega.pegarules.session.internal.mgmt.PREnvironment.initServices(PREnvironment.java:620)
    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 com.pega.pegarules.session.internal.PRSessionProviderImpl.doWithRequestorLocked(PRSessionProviderImpl.java:1043)
    at com.pega.pegarules.session.internal.PRSessionProviderImpl.doWithRequestorLocked(PRSessionProviderImpl.java:765)
    at com.pega.pegarules.session.internal.mgmt.PREnvironment.finishInit(PREnvironment.java:522)
    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 com.pega.pegarules.session.internal.PRSessionProviderImpl.doWithRequestorLocked(PRSessionProviderImpl.java:1043)
    at com.pega.pegarules.session.internal.PRSessionProviderImpl.doWithRequestorLocked(PRSessionProviderImpl.java:765)
    at com.pega.pegarules.session.internal.mgmt.PREnvironment.getThreadAndInitialize(PREnvironment.java:379)
    at com.pega.pegarules.session.internal.PRSessionProviderImpl.getThreadAndInitialize(PRSessionProviderImpl.java:1516)
    at com.pega.pegarules.session.internal.engineinterface.etier.impl.EngineStartup.initEngine(EngineStartup.java:619)
    at com.pega.pegarules.session.internal.engineinterface.etier.impl.EngineImpl._initEngine_privact(EngineImpl.java:165)
    at com.pega.pegarules.session.internal.engineinterface.etier.impl.EngineImpl.doStartup(EngineImpl.java:138)
    at com.pega.pegarules.session.internal.engineinterface.etier.ejb.EngineBean.doStartup(EngineBean.java:120)
    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 com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethod(PRBootstrap.java:349)
    at com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethodPropagatingThrowable(PRBootstrap.java:390)
    at com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethodPropagatingException(PRBootstrap.java:412)
    at com.pega.pegarules.internal.etier.ejb.EngineBeanBoot.doStartup(EngineBeanBoot.java:130)
    at com.pega.pegarules.internal.etier.ejb.EngineBMT_h449u3_ELOImpl.doStartup(EngineBMT_h449u3_ELOImpl.java:124)
    at com.pega.pegarules.web.servlet.WebAppLifeCycleListener._contextInitialized_privact(WebAppLifeCycleListener.java:259)
    at com.pega.pegarules.web.servlet.WebAppLifeCycleListener.contextInitialized(WebAppLifeCycleListener.java:167)
    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 com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethod(PRBootstrap.java:349)
    at com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethodPropagatingThrowable(PRBootstrap.java:390)
    at com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethod(PRBootstrap.java:439)
    at com.pega.pegarules.internal.web.servlet.WebAppLifeCycleListenerBoot.contextInitialized(WebAppLifeCycleListenerBoot.java:83)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1863)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3126)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1512)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    2013-06-24 21:16:28,956 [bxapp2.healthnet.com] [  STANDARD] [                    ] (          internal.async.Agent) INFO    - Agents will be executed via the enterprise tier.
    2013-06-24 21:16:28,956 [bxapp2.healthnet.com] [  STANDARD] [                    ] (          internal.async.Agent) INFO    - Passivation will be done on a per-page basis.
    2013-06-24 21:16:30,023 [bxapp2.healthnet.com] [  STANDARD] [                    ] (    pegarules.resadap.RAClient) ERROR   - Caught exception while looking up Connection Factory with JNDI Name: java:comp/env/eis/PRAdapterConnectionFactory, javax.naming.ServiceUnavailableException [Root exception is java.net.UnknownHostException: Unknown protocol: 'TCP']
    javax.naming.ServiceUnavailableException [Root exception is java.net.UnknownHostException: Unknown protocol: 'TCP']
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:34)
    at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:787)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:368)
    at weblogic.jndi.Environment.getContext(Environment.java:315)
    at weblogic.jndi.Environment.getContext(Environment.java:285)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    at javax.naming.InitialContext.init(InitialContext.java:223)
    at javax.naming.InitialContext.<init>(InitialContext.java:175)
    at com.pega.pegarules.priv.util.JNDIUtil.getInitialContext(JNDIUtil.java:106)
    at com.pega.pegarules.priv.util.JNDIUtil.lookupUsingRealContextClassLoader(JNDIUtil.java:128)
    at com.pega.pegarules.resadap.RAClient.init(RAClient.java:102)
    at com.pega.pegarules.resadap.RAClient.<init>(RAClient.java:84)
    at com.pega.pegarules.resadap.RAClientContainer.get(RAClientContainer.java:47)
    at com.pega.pegarules.session.internal.async.BatchUtils.callRAClient(BatchUtils.java:146)
    at com.pega.pegarules.monitor.internal.UsageDaemonImpl.initialize(UsageDaemonImpl.java:546)
    at com.pega.pegarules.session.internal.async.Agent.start(Agent.java:1400)
    at com.pega.pegarules.session.internal.mgmt.PRNodeImpl.startNode(PRNodeImpl.java:1520)
    at com.pega.pegarules.session.internal.mgmt.PREnvironment.finishInit(PREnvironment.java:533)
    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 com.pega.pegarules.session.internal.PRSessionProviderImpl.doWithRequestorLocked(PRSessionProviderImpl.java:1043)
    at com.pega.pegarules.session.internal.PRSessionProviderImpl.doWithRequestorLocked(PRSessionProviderImpl.java:765)
    at com.pega.pegarules.session.internal.mgmt.PREnvironment.getThreadAndInitialize(PREnvironment.java:379)
    at com.pega.pegarules.session.internal.PRSessionProviderImpl.getThreadAndInitialize(PRSessionProviderImpl.java:1516)
    at com.pega.pegarules.session.internal.engineinterface.etier.impl.EngineStartup.initEngine(EngineStartup.java:619)
    at com.pega.pegarules.session.internal.engineinterface.etier.impl.EngineImpl._initEngine_privact(EngineImpl.java:165)
    at com.pega.pegarules.session.internal.engineinterface.etier.impl.EngineImpl.doStartup(EngineImpl.java:138)
    at com.pega.pegarules.session.internal.engineinterface.etier.ejb.EngineBean.doStartup(EngineBean.java:120)
    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 com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethod(PRBootstrap.java:349)
    at com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethodPropagatingThrowable(PRBootstrap.java:390)
    at com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethodPropagatingException(PRBootstrap.java:412)
    at com.pega.pegarules.internal.etier.ejb.EngineBeanBoot.doStartup(EngineBeanBoot.java:130)
    at com.pega.pegarules.internal.etier.ejb.EngineBMT_h449u3_ELOImpl.doStartup(EngineBMT_h449u3_ELOImpl.java:124)
    at com.pega.pegarules.web.servlet.WebAppLifeCycleListener._contextInitialized_privact(WebAppLifeCycleListener.java:259)
    at com.pega.pegarules.web.servlet.WebAppLifeCycleListener.contextInitialized(WebAppLifeCycleListener.java:167)
    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 com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethod(PRBootstrap.java:349)
    at com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethodPropagatingThrowable(PRBootstrap.java:390)
    at com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethod(PRBootstrap.java:439)
    at com.pega.pegarules.internal.web.servlet.WebAppLifeCycleListenerBoot.contextInitialized(WebAppLifeCycleListenerBoot.java:83)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1863)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3126)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1512)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.net.UnknownHostException: Unknown protocol: 'TCP'
    at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:216)
    at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
    at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
    at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:200)
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:353)
    ... 84 more
    2013-06-24 21:16:30,038 [bxapp2.healthnet.com] [  STANDARD] [                    ] (      etier.impl.EngineStartup) ERROR   - PegaRULES initialization failed. Server: pg-sbxapp2.healthnet.com
    com.pega.pegarules.pub.context.InitializationFailedError: PRNodeImpl init failed
    at com.pega.pegarules.session.internal.mgmt.PREnvironment.getThreadAndInitialize(PREnvironment.java:387)
    at com.pega.pegarules.session.internal.PRSessionProviderImpl.getThreadAndInitialize(PRSessionProviderImpl.java:1516)
    at com.pega.pegarules.session.internal.engineinterface.etier.impl.EngineStartup.initEngine(EngineStartup.java:619)
    at com.pega.pegarules.session.internal.engineinterface.etier.impl.EngineImpl._initEngine_privact(EngineImpl.java:165)
    at com.pega.pegarules.session.internal.engineinterface.etier.impl.EngineImpl.doStartup(EngineImpl.java:138)
    at com.pega.pegarules.session.internal.engineinterface.etier.ejb.EngineBean.doStartup(EngineBean.java:120)
    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 com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethod(PRBootstrap.java:349)
    at com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethodPropagatingThrowable(PRBootstrap.java:390)
    at com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethodPropagatingException(PRBootstrap.java:412)
    at com.pega.pegarules.internal.etier.ejb.EngineBeanBoot.doStartup(EngineBeanBoot.java:130)
    at com.pega.pegarules.internal.etier.ejb.EngineBMT_h449u3_ELOImpl.doStartup(EngineBMT_h449u3_ELOImpl.java:124)
    at com.pega.pegarules.web.servlet.WebAppLifeCycleListener._contextInitialized_privact(WebAppLifeCycleListener.java:259)
    at com.pega.pegarules.web.servlet.WebAppLifeCycleListener.contextInitialized(WebAppLifeCycleListener.java:167)
    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 com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethod(PRBootstrap.java:349)
    at com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethodPropagatingThrowable(PRBootstrap.java:390)
    at com.pega.pegarules.internal.bootstrap.PRBootstrap.invokeMethod(PRBootstrap.java:439)
    at com.pega.pegarules.internal.web.servlet.WebAppLifeCycleListenerBoot.contextInitialized(WebAppLifeCycleListenerBoot.java:83)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1863)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3126)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1512)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: com.pega.pegarules.pub.PRRuntimeException: Method Invocation exception
    at com.pega.pegarules.session.internal.PRSessionProviderImpl.doWithRequestorLocked(PRSessionProviderImpl.java:1045)
    at com.pega.pegarules.session.internal.PRSessionProviderImpl.doWithRequestorLocked(PRSessionProviderImpl.java:765)
    at com.pega.pegarules.session.internal.mgmt.PREnvironment.getThreadAndInitialize(PREnvironment.java:379)
    ... 60 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 com.pega.pegarules.session.internal.PRSessionProviderImpl.doWithRequestorLocked(PRSessionProviderImpl.java:1043)
    ... 62 more
    Caused by: java.lang.NullPointerException
    at com.pega.pegarules.session.internal.async.BatchUtils.callRAClient(BatchUtils.java:150)
    at com.pega.pegarules.monitor.internal.UsageDaemonImpl.initialize(UsageDaemonImpl.java:546)
    at com.pega.pegarules.session.internal.async.Agent.start(Agent.java:1400)
    at com.pega.pegarules.session.internal.mgmt.PRNodeImpl.startNode(PRNodeImpl.java:1520)
    at com.pega.pegarules.session.internal.mgmt.PREnvironment.finishInit(PREnvironment.java:533)
    ... 67 more
    2013-06-24 21:16:30,051 [bxapp2.healthnet.com] [  STANDARD] [                    ] (      etier.impl.EngineStartup) INFO    - PegaRULES initialization failed. Server: pg-sbxapp2.healthnet.com
    2013-06-24 21:16:30,164 [bxapp2.healthnet.com] [  STANDARD] [                    ] (ervlet.WebAppLifeCycleListener) ERROR   - Enterprise tier failed to initialize properly, PegaRULES not available
    2013-06-24 21:16:30,190 [bxapp2.healthnet.com] [  STANDARD] [                    ] (ervlet.WebAppLifeCycleListener) INFO    - Web Tier initialization is complete.
    <Jun 24, 2013 9:16:30 PM PDT> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Jun 24, 2013 9:16:30 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Jun 24, 2013 9:16:30 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Jun 24, 2013 9:16:30 PM PDT> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 167.238.162.41:8008 for protocols iiop, t3, ldap, snmp, http.>
    <Jun 24, 2013 9:16:30 PM PDT> <Notice> <WebLogicServer> <BEA-000330> <Started WebLogic Managed Server "pegamanaged2" for domain "sbxdomain8" running in Production Mode>
    <Jun 24, 2013 9:16:31 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Jun 24, 2013 9:16:31 PM PDT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>

    Greetings,
    javax.naming.NameNotFoundException. Root exception is
    org.omg.CosNaming.NamingContextPackage.NotFound
    =================
    Below is the line of my LoginServlet class which is
    referred to in the stack trace - Object object =
    context.lookup
                        ( "java:comp/env/ejb/WarehouseClerk" );The root of the naming context is 'java:comp/env' and this is where lookup automatically begins for EJBs and resources. IOW, by specifying "java:comp/env/ejb/WarehouseClerk" as the EJB lookup name the server is actually treating this as "java:comp/env/java:comp/env/ejb/WarehouseClerk". Specify only the ejb context ("ejb/WarehouseClerk") in your lookup and you should be fine.
    Any help would be most appreciated.
    SeanRegards,
    Tony "Vee Schade" Cook

  • Enterprise Deployment question

    Hi,
    I was reading through the enterprise deployment guide and have a question.
    The document recommends placing one or more OHS servers in a DMZ and using AJP traffic to handle web requests to the application tier where several oc4j instances host the j2EE/SOA app.s.
    It talks about configuring one of the OC4J instances as an admin instance running application server control but obviously protects Internet access to this application by filtering traffic at the OHS server.
    My question is how does an administrator gain access to application server control ?
    Do we need to configure another OHS server within the application tier or enable a HTTP Listener on the application servers ?

    You have to remember that the 9.0.4 release isn't that new either. However, you can basically use every load balancer out there if they support 1) Sticky/Persistent sessions and 2) Nat client.
    You may also want to check this link:
    http://www.oracle.com/technology/products/ias/hi_av/Tested_LBR_FW_SSLAccel.html
    Regards,
    Martin

  • Adobe Reader XI enterprise deploy-disable display PDF in browser?

    There appears to be conflicting information about Adobe Reader XI and how to pre-configure the "disable display pdf in browser".
    The Enterprise Administration Kit/Guide says you can do this via the MSI Property:
    DISABLE_BROWSER_INTEGRATION = YES
    However, acrobat help, indicates you can ONLY do this manually via individual browser add-ons.
    I have the redestributable version from Adobe and I used the Enterprise Guide to make the AIP and used the Customization Wizard to create the package and am using the properties line when the msi is installed to disable the display
    so which one is right?

    I am out of the office until 1/22/13.
    If you need assistance with technical issues, please contact the Help Desk at:  518-402-8888
    >>> Test Screen Name <[email protected]> 01/17/13 10:30 >>>
    Test Screen Name http://forums.adobe.com/people/Test+Screen+Name created the discussion
    "Re: Adobe Reader XI enterprise deploy-disable display PDF in browser?"
    To view the discussion, visit: http://forums.adobe.com/message/5001441#5001441

  • Acrobat 9.1 Group Policy Enterprise Deployment

    Hey there,
    I'm wondering how to properly create an msi based on the new security update for enterprise deployment via gpo.
    i found an acrobat 8 doc that specified: msiexec /a "\\network computer\Adobe Acrobat 9.0 Professional\AcroPro.msi" /p "\\network computer\Adobe Acrobat 9.0 Professional\security update\AcroProStdUpd910_T1T2_incr.msp"
    but this simply updated and extracted all files...
    i'm not overly familiar with packaging acrobat so any help would be great.
    even better would be an acrobat 9.1 full msi :)
    thanks

    One thing to note: Make sure you apply ALL .msp patches to the admin in the correct order!
    i.e. You can't just jump to the 9.1.2 patch as they are all INCREMENTAL and have a weird schedule! Sucks, but somehow it makes sense to Adobe. The scheduling and it's explanation can be found here: http://kb2.adobe.com/cps/498/cpsid_49880.html
    So, the methodology is:
    Make an admin install using the /a switch from msiexec
    Expand the patch file from the source to the network share in the correct order, one by one using the /p switch of msiexec, 9.1.0 first then 9.1.2
    Create your .mst file via the Customization Wizard
    Create your GPO referencing the gpo_ad doc here ( http://www.adobe.com/devnet/acrobat/pdfs/gpo_ad_9.pdf )
    Enjoy!  
    --VTK

  • CS6 Easy Enterprise Deployment - free 30min webinar today.

    CS6 – Easy Enterprise Deployment" 30 min. webinar with Tommi Luhtanen, Business Development Manager Creative Design & Web Adobe Systems Nordic AB:
    https://my.adobeconnect.com/creativebootcamp
    Today, 1PM CET ( other time zones: http://www.timeanddate.com/worldclock/fixedtime.html?msg=CS6+%E2%80%93+Easy+Enterprise+Dep loyment+webinar&iso=20121005T13&p1=48&am=30 )

    CS6 – Easy Enterprise Deployment" 30 min. webinar with Tommi Luhtanen, Business Development Manager Creative Design & Web Adobe Systems Nordic AB:
    https://my.adobeconnect.com/creativebootcamp
    Today, 1PM CET ( other time zones: http://www.timeanddate.com/worldclock/fixedtime.html?msg=CS6+%E2%80%93+Easy+Enterprise+Dep loyment+webinar&iso=20121005T13&p1=48&am=30 )

  • Enterprise Deployment for Hosted Devlopment and Production

    We are moving from a 11G dev environment to 11g production. We chose Installation scenario#3: Enterprise Deployment for Hosted Development and Production so we could scale out the load to multiple servers. I am at the point now where I need to load my repostory and webcat(dashboard files) and I want to make sure I understand what needs to be done.
    Do I load my Repository and Webcat directory on the first node and it deploys it automatically to the 2nd node or are there other steps to do this.
    Thanks!

    Hi,
    I thought about that possibility, but since in the Apple website I read that
    "Deploy proprietary, in-house applications to authorized users in your company, the iPhone Developer Enterprise Program is available to companies with 500 or more employees and a Dun & Bradstreet number."
    Since I'm freelancer,I don't have 500 employees, neither the Dun & Bradstreet number.
    Can I subscribe to the program in the same way?
    Also, if I subscribe the Enterprise program, I can also develop and publish "normal" apps for the iTunes, or do I need to have another subscription?
    Best regards and thanks for the fast answers
    Paulo Correia

  • Enterprise deployment of Flash Builder 4, how?

    What sources or tools are available to aid in enterprise deployment of Flash Builder 4?  I need to create a 100% silent, 100% no touch installation and uninstallation.  I'd rather not capture it into a MSI.  I'm finding nothing on how to automate the installer at all.
    I'd like some customization along with just how to do the actual install.  For example, being able to NOT install Adobe AIR, Flash Plugin/ActiveX and the accompanying Microsoft VC items or selectively installing them.  In our environment, EVERYTHING is layered - no application installs other vendor installs.  This simplifies managing and updating them.  When a user requests a application, all pre-reqs are installed and the actual app only installs if they all completed.
    Thanks,
    digital

    For the path to your own copy of eclipse, if the link file isn't created automatically in silent mode, you could fix that quickly afterwards by copying the link file (either manually or with a script) from the bundled eclipse dropins folder into your own copy of eclipse.
    Regarding silent deployment of volume SNs for FB4 Plug-in, we've been working up some documentation for that. Here's the approach, if anyone needs it.
    Phase 1: Package the RIBS subinstaller (STIWrapper) for network deployment
    first, install FB4 Plug-in normally (interactively) once locally, to obtain the embedded subinstaller here: C:\Program Files\Adobe\Adobe Flash Builder 4 Plug-in\install.support\AdobeFlashBuilderPluginSTIWrapperWin
    that STIWrapper normally gets run automatically and silently by InstallAnywhere. Because it’s in CS Installer format, an enterprise deployment engineer can use Adobe’s regular CS5 Enterprise Deployment tools to configure it for embedding a volume SN.
    when configuring the STIWrapper for Enterprise Deployment, the install path needs to go all the way down to the bundled Eclipse folder. For example that will be here by default: <Property name="INSTALLDIR">C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse</Property>
    docs and downloads for Adobe's Enterprise Deployment tools are available here: http://www.adobe.com/devnet/creativesuite/enterprisedeployment.html
    Phase 2: Deploying FB4 Plug-in to End Users
    Before deploying, it’s important that any previously installed versions of FB4 Plug-in and its STIWrapper have been uninstalled. Generally, the Plug-in uninstaller will uninstall the STIWrapper automatically, but for more robust deployments, the enterprise engineer may want to automate a prerequisite step of uninstalling both FB4 and its STIWrapper.
    Next, the silent installers need to be deployed in this order:
    install the STIWrapper first, using the CS5 Deployment Toolkit
    run the regular InstallAnywhere FB4 Plug-in installer silently.
    To run the Plug-in installer silently, you can either use the "FB4_Plugin_Win_Installer.exe -i silent" syntax in your deployment scripts, or else place a new file named installer.properties right next to FB4_Plugin_Win_Installer.exe, in the same VM folder, and include this line in that file:
    INSTALLER_UI=silent
    Important: in step 2 above you need to run the extracted FB4 Plug-in installer, using the same folder tree format found on the DVD, not the self-extracting ESD archive named FlashBuilder_4_Plugin_LS1.exe.
    Alternatively, if you only have the ESD exe named FlashBuilder_4_Plugin_LS1.exe, and don’t have the FB 4.0.1 DVD available, you can obtain the same folder tree by running the plug-in installer interactively on a local machine. Cancel the installation right after it finishes with the part that says “...downloaded files are being extracted.” Locate the full plugin installer tree from your Temp folder, normally here: [yourHomeFolder]\AppData\Local\Temp\Adobe Flash Builder 4 Plugin\
    Post this extracted folder (from the DVD or from the Temp folder) to a convenient share on your network and then use it for Step 2 above.
    Note that this will only work fully on Win, because InstallAnywhere doesn’t support silent deployments on OS X. You could still use Step 1 on OS X to deploy a Volume SN the same way, but Step 2 would involve running the Plug-in installer interactively on OS X.
    If you try out this approach, please let us know how it goes.
    Thanks,
    -Chris

  • Enterprise Deployment of EMET

    There have been a number of requests to make enterprise deployment of EMET easier. 
    This is something we are actively working on.  We expect to be able to offer this along with the ability to configure and monitor EMET across an enterprise in the future. 
    Until this is ready, there are a few options for rolling out EMET across an enterprise. 
    Please note that these options are only relevant for the application specific mitigations and not the system policy for mitigations.
    Option 1: Deploy from a common share
    The first step for this is to place all the binaries on a common share (with the appropriate ACLS to prevent undesirable tampering). 
    Next, EMET_conf.exe should be run with the --add parameter from each of the machines that are to be protected. 
    This can be done with tools such as SCCM, startup scripts etc. 
    When EMET_conf.exe runs, it will copy the necessary files to c:\windows\apppatch and will also make the necessary registry key changes.
    To remove EMET from one of these machines, you can follow the same steps, but use either the --remove or --remove_all parameter with EMET_conf.exe. 
    This will leave the files on the system, but will deactivate the EMET functionality.
    Option 2: Deploy the EMET installation file and configure through script
    This option involves rolling out the “EMET Setup.msi” to all of the target machines utilizing any number of package deployment options (including Group
    Policy).  Later, a script can be run that uses EMET_conf.exe –add to configure the appropriate target applications.
    Option 3: Create a wrapper msi
    Another approach you can take is to create a new msi that includes the “EMET Setup.msi” file. 
    When the wrapper msi is installed, it can be set up to install the “EMET Setup.msi” file and then run EMET_conf.exe --add to configure the desired settings. 
    It can also be configured to uninstall “EMET Setup.msi” if it is later uninstalled.

    Thanks for the information.  I am currently testing deployment using option 2.  We are using SCCM packages to install the software and run a configuration batch file.  I came up with this script so we could run it on both 32-bit and 64-bit
    machines.  It will add the programs it finds based on the paths.  I would like to see the community develop a more complete list if this approach is efficient.  Thanks.
    @echo OFF
    REM Program List v1.0
    if exist "C:\Program Files (x86)\EMET" cd "C:\Program Files (x86)\EMET"
    if exist "C:\Program Files\EMET" cd "C:\Program Files\EMET"
    REM 32/64-Bit Applications
    emet_conf.exe --set "C:\Program Files\Windows Media Player\wmplayer.exe"
    emet_conf.exe --set "C:\Program Files\Internet Explorer\iexplore.exe"
    emet_conf.exe --set "C:\Program Files\Java\jre6\bin\java.exe"
    emet_conf.exe --set "C:\WINDOWS\system32\java.exe"
    REM Windows 32-Bit Operating System program Paths
    REM 3rd Party Programs
    emet_conf.exe --set "C:\Program Files\IBM\Lotus\Notes\nlnotes.exe"
    emet_conf.exe --set "C:\Program Files\Mozilla Firefox\firefox.exe"
    emet_conf.exe --set "C:\Program Files\Mozilla Firefox\plugin-container.exe"
    emet_conf.exe --set "C:\Program Files\Opera\opera.exe
    emet_conf.exe --set "C:\Program Files\Adobe\Reader 8.0\Reader\AcroRd32.exe"
    emet_conf.exe --set "C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe"
    emet_conf.exe --set "C:\Program Files\Adobe\Reader 10.0\Reader\AcroRd32.exe"
    emet_conf.exe --set "C:\Program Files\Adobe\Acrobat 8.0\Acrobat\Acrobat.exe"
    emet_conf.exe --set "C:\Program Files\Adobe\Acrobat 9.0\Acrobat\Acrobat.exe"  
    emet_conf.exe --set "C:\Program Files\Adobe\Acrobat 10.0\Acrobat\Acrobat.exe"
    emet_conf.exe --set "C:\Program Files\QuickTime\QuickTimePlayer.exe"
    emet_conf.exe --set "C:\Program Files\iTunes\iTunes.exe"
    emet_conf.exe --set "C:\Program Files\Winamp\winamp.exe"
    emet_conf.exe --set "C:\Program Files\WinZip\WINZIP32.exe"
    REM Office 2003 Applications
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE11\OUTLOOK.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE11\POWERPNT.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE11\PPTVIEW.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE11\WINWORD.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE11\MSPUB.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE11\INFOPATH.EXE"
    REM Office 2007 Applications
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE12\MSACCESS.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE12\EXCEL.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE12\OUTLOOK.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE12\POWERPNT.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE12\PPTVIEW.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE12\WINWORD.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE12\MSPUB.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE12\INFOPATH.EXE"
    REM Office 2010 32-Bit version Applications
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\MSACCESS.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\EXCEL.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\OUTLOOK.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\POWERPNT.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\PPTVIEW.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\WINWORD.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\GROOVE.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\MSPUB.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\ONENOTE.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\VPREVIEW.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\INFOPATH.EXE"
    REM Windows 64-Bit Operating System program Paths
    REM System Services and Applications
    emet_conf.exe --set "C:\Program Files (x86)\Windows Media Player\wmplayer.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Internet Explorer\iexplore.exe"
    REM 3rd Party Programs
    emet_conf.exe --set "C:\Program Files (x86)\IBM\Lotus\Notes\nlnotes.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Mozilla Firefox\plugin-container.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Opera\opera.exe
    emet_conf.exe --set "C:\Program Files (x86)\Adobe\Reader 8.0\Reader\AcroRd32.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Adobe\Reader 9.0\Reader\AcroRd32.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Adobe\Reader 10.0\Reader\AcroRd32.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Adobe\Acrobat 8.0\Acrobat\Acrobat.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Adobe\Acrobat 9.0\Acrobat\Acrobat.exe"  
    emet_conf.exe --set "C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\Acrobat.exe"
    emet_conf.exe --set "C:\Program Files (x86)\QuickTime\QuickTimePlayer.exe"
    emet_conf.exe --set "C:\Program Files (x86)\iTunes\iTunes.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Java\jre6\bin\java.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Winamp\winamp.exe"
    emet_conf.exe --set "C:\Program Files (x86)\WinZip\WINZIP32.exe"
    REM Office 2003 Applications
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE11\MSACCESS.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE11\EXCEL.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE11\OUTLOOK.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE11\POWERPNT.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE11\PPTVIEW.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE11\WINWORD.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE11\MSPUB.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE11\INFOPATH.EXE"
    REM Office 2007 Applications
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE12\MSACCESS.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE12\EXCEL.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE12\OUTLOOK.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE12\POWERPNT.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE12\PPTVIEW.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE12\WINWORD.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE12\MSPUB.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE12\INFOPATH.EXE"
    REM Office 2010 32-Bit version Applications
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\MSACCESS.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\EXCEL.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\OUTLOOK.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\POWERPNT.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\PPTVIEW.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\WINWORD.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\GROOVE.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\MSPUB.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\ONENOTE.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\VPREVIEW.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\INFOPATH.EXE"

  • Enterprise Deployment Guide and a Signed Enrollment Response

    Im trying to follow the enrollment process in Enterprise Deployment Guide.
    The device opens my url.
    I send a xml containing the device information request.
    The response i get is signed "using the device’s built-in identity (Apple-issued certificate), and sends it back to the profile distribution service using HTTP Post.
    My question is why is it signed, and how do i verify the signature. And how do i read the relevant data from the response.
    When i read it now, it it first some binary data, then the xml response and then some more binary data.
    How do i process this response.
    Thanks

    It's a signed message in the PKCS#7 format. PKCS#7 is a standard (detailed in RFC 2315 http://www.faqs.org/rfcs/rfc2315.html ) for signed and encrypted messages. CMS (Cryptographic Message Syntax) is the name of the current standard based on PKCS#7.
    There are many ways to extract the data and verify the signature of such a message. The easiest is probably to use OpenSSL (command-line or library). Several libraries in various languages can handle that too.

  • Enterprise Deployment Guide for Oracle Identity Management 11g

    Hi,
    I am looking for Enterprise Deployment Guide for Oracle Identity Management 11g for latest verion 11.1.1.5
    Please help
    Thanks

    Thanks for the reply.
    Actually I am looking for Enterprise Deployment Guide for Oracle Identity Management for 11.1.15(similar like E12035-06).I am not able to find same in the link provided.
    Thanks

  • Enterprise Deployment Reference Topology

    I have seen the latest enterprise deployment reference topology specified in the following Enterprise Deployment Guide:
    http://download.oracle.com/docs/cd/E10291_01/core.1013/e10294/toc.htm
    Had a few follow up questions/points:
    1. Is there a reason why BPEL and ESB clubbed together into one container ?
    2. Is there a reason why the OWSM gateway warrants a separate ORACLE_HOME on the same box as opposed to having it sit in a container of its own ?
    3. Has anyone tried to fit in registry into this same topology ? I presume it would be just another container dedicated to it in the same ORACLE_HOME as that of BPEL.
    4. It is great to see a reference topology with all of the detailed steps. But it would help to understand the rationale behind this recommendation as well.
    Appreciate any feedback you may have.

    Hi
    A litle help:
    1 - BPEL and ESB (runtime) are together into the same container because of the native integration between them. This way BPEL can call ESB using JCA instead of SOAP. The same applies to ESB calling BPEL.
    2 - It's a good question. I dont't know if there's a techinical reason for OWSM gateway being in a separate ORACLE_HOME, but I was told that the gateway component will have a differente architecture in release 11g, so having it in a separate ORACLE_HOME could easy its migration process in the future. I'm not sure if this is an accurate information.
    Now, if you install the gateway on a separate machine (optionally on a separate DMZ), then it makes more sense to have this distributed topology.
    3 - I'm just working on a cluster production install, which includes service registry. We decided to just add another OC4J container into the same ORACLE_HOME as BPEL
    4 - I believe there are many reasons behind the reference topology. I can name a few:
    a) The distributed topology is necessary for security reasons. For example, HTTP Servers on a separate DMZ.
    b) Having a separate OC4J container for each product, or a group of products (like BPEL and ESB) is a good approach so you can allocate the right amout of memory and JVMs for that specifc product or group.
    c) Most of the complexy behing configuring the reference topology are related to it's hight availability purpose. Some components can be active/active, while others must be configured to be active/passive
    d) In order to achieve the performance benefits from item B and the HA benefits of item C, you have to install the SOA Suite components one by one, using their specific install medias.
    Regards
    Denis
    Message was edited by:
    [email protected]

  • Enterprise Deployment Guide/BigIP Load Balancer Question

    In the Oracle Application Server Enterprise Deployment Guide, B13998-03, in appendix A, section A.2, it refers to using F5 software version 4.5, with a BigIP Application Switch. 4.5 seems a bit old. Has anyone used version 9.0.4 successfully?

    You have to remember that the 9.0.4 release isn't that new either. However, you can basically use every load balancer out there if they support 1) Sticky/Persistent sessions and 2) Nat client.
    You may also want to check this link:
    http://www.oracle.com/technology/products/ias/hi_av/Tested_LBR_FW_SSLAccel.html
    Regards,
    Martin

Maybe you are looking for

  • WAP4410N won't repeat signal

    Hi, we purchased 8 WAP4410N access points to cover our entire school with wireless internet. 2 of those could not have access to a wired network accesspoint, so we wanted those to repeat the signal of 2 others. The ones who are to provide the signal

  • .dmg files and adobe

    Hi, I have tried downloading a trial version of Adobe Photoshop from their website and it says that it's unable to open the .dmg file. I have already tried to make it open with the diskimagemounter and that doesn't work. Anything? Thanks

  • Can't Right Click the Quickbar

    Has anyone run across this before? When I try and right click the Quickbar to make changes to the configuration, nothing happens? Also, when using the Options/Customize Window in the Toolbars tab, I can't uncheck any of the toolbars that appear. Any

  • Dynamically put results into table/graph etc

    hello, I am using vision software system to analyze particles i.e. get their data such as area. this will be done continously and so for each particle the system sees it should store its data to a table/graph. therefore the table needs to be dynamic

  • TCS on Scrap

    D/ Friends, Our client is Indian. We want to configure "Sale of Scrap" for that client. As per legal requirement TCS is to be calculated. Client also wants to generate the Certificate for the scrap sale made. So, can anybody please help me on configu