Manually deploy custom taskflow war

Hi Everyone,
Is it possible to deploy a custom taskflow war to webspace server using the admin console of the weblogic server? Using jdev 11.1.1.5 and latest version of webspaces. System admins will not allow us to use the ant deployment from jdeveloper.
If yes, is it just as simple as installing a new a deployment from the admin console?

Hi Everyone,
Is it possible to deploy a custom taskflow war to webspace server using the admin console of the weblogic server? Using jdev 11.1.1.5 and latest version of webspaces. System admins will not allow us to use the ant deployment from jdeveloper.
If yes, is it just as simple as installing a new a deployment from the admin console?

Similar Messages

  • Need to deploy custom EAR/WAR on EBS OC4J

    hi all
    I'm using the VIS12 EBS image from Fusion Factory. I need to deploy a custom EAR/WAR on it. I have no EBS expertise (I'm a tech guy, not an apps guy).
    How do I do this deployment?
    I tried using admin_client.jar to use RMI for deployment but could not (admin_client either blocked, or the famous Cannot get Deployment Manager error)
    I also tried modifying the $OC4JHOME/j2ee/home/config/server.xml and use auto-deploy, then put my EAR in $OC4JHOME/j2ee/home/applications/
    This didn't work either.
    Also, I can't connect to ascontrol (port 7777/em or 7778/em give a 503 error). I am using the startall.sh script to start everything up.
    This is rather urgent, I need to deploy this EAR (AD4J agent) for a POC. Thanks.

    hi Hussein
    that note is specific to re-deploying forms.ear, however i need to deploy an arbitrary ear file..
    I was also able to use the note to re-deploy ascontrol, I also had to edit trusted.conf (in Apache/Apache...) to allow ascontrol Allow from all.
    Now I can access ascontrol at myhost:8000/ascontrol/
    I reset the password in system-jazn-data.xml and can verify that if I enter a wrong password, I get an error. However even with a correct password I get this error..
    An error occurred while making the JMX RMI connection
    and so I still cannot connect to AScontrol.

  • Deploy a custom taskflow to WebCenter Spaces

    Hi All,
    Weblogic Server: 10.3.5
    JDeveloper: 11.1.1.6
    OS: Windows 7
    I'm current trying to upload a custom ADF taskflow that i've created in JDeveloper to Oracle WebCenter Spaces. I have followed the Oracle Support Note Doc ID 1362187.1 (How to Create a Task Flow in JDeveloper and Deploy to WebCenter Spaces), it was extremley helpful but having issues extending Spaces, which includes my customer taskflow which is deployed as a library.
    Oracle WebCenter Spaces is up and running
    1) Initially that the Ant Scripts supplied does not complete successfully in particular the "Clean-Stage" and "Deployed-Shared-Library".
         Clean-Stage is now at a stage where it failed with the following error message:
    BUILD FAILED*
    C:\jdev\Sandpit11.1.1.6\mywork\DesignWebCenterSpaces\WebCenterSpacesExtensionLibrary\internal-targets.xml:77: if doesn't support the nested "isgreaterthan" element.*
    I believe it has something to do with the version of ant-contrib but can't quite get it to work. Other various blogs and posts talk about AntContrib requires version 1.5 or above, I believe jdeveloper is using 1.7.1. I'm also currently using ant-contrib-1.0b3. I've also tried using ant-contrib-1.0b2 but that doesn't work either.. So how is this Ant Script meant to work if the error message is that the IF statement doesn't support nested "isgreaterthan"?
    2) deploy-shared-lib Ant Script
    This is was major headache and still doesn't work properly. I'm current at the error message below
    No stack trace available.*
    *+[exec] Current Status of your Deployment:+*
    *+[exec] Deployment command type: deploy+*
    *+[exec] Deployment State : failed+*
    *+[exec] Deployment Message : weblogic.deploy.api.spi.exceptions.ServerConnectionException: [J2EE Deployment SPI:260041]Unable to upload 'C:\jdev\Sandpit11.1.1.6\mywork\DesignWebCenterSpaces\WebCenterSpacesExtensionLibrary\exploded\extend.spaces.webapp.war' to 't3://wcaptst01:7001'+*
    3) I kinda gave up using the Ant Scripts cleaning deploying autmatically, so i decided to create a deployment profile and deploy it the usual way. I can deploy the new shared library to the Weblogic server ok and it can see it as per Oracle Support Note DOC ID 1362187.1 but the issue arises when i try to restart the Spaces Managed Server in the Enterprize Manager... the container starts up the Spaces application will not load causing an error:
    +Caused By: weblogic.management.DeploymentException: Error: Unresolved Webapp Library references for "ServletContext@424697505[app:webcenter module:/wcsdocs path:/wcsdocs spec-version:2.5 version:11.1.1.4.0]", defined in weblogic.xml [Extension-Name: MotoringBookServiceTaskFlowLib, exact-match: false]+*
    When i log into the Weblogic Server Console, i can see the *MotoringBookServiceTaskFlowLib* as a "Type" of Library..
    Any assitance with any of the points above would be most appreciated!
    Edited by: Eddie Phan on Jan 4, 2013 3:20 PM

    Have you created the datasource on your weblogic server? The error means that you do not have created the datasource on your server.
    based upon the name, it is the default JDev creates. Best what you can do is create a jndi name yourself and then edit the datacontrol so it will use the jndi name.
    In order to create a jndi in weblogic, go to your console:
    http://localhost:7001/console (this is for my local machine)
    From the left menu you can find the data source in "Services" => JDBC => Data sources
    Create a new one and give it a JNDI name for example "jdbc/TSTDS"
    Make sure you also set the target of the data source. If you aren't using the latest version you have to edit your datasource after creation and select the target tab and select which server you want to use the datasource on. If you are using the latest version you will be asked to select the target.
    You than have to edit the configuration of your datacontrols so they are using that source.
    Make sure you select "JDBC DataSource" and not "JDBC URL". The datasource name must be the one you entered in the JNDI field. Exactly the same, it is case sensitive.
    Hope this helps.

  • WLW deployment of WebApp fails, where manual deployment succeeds

    Hi,
    I have installed WL Platform 8.1 SP4 on W/XP Professional.
    I am attempting to do the most introductory task... i.e. deploy a web application consisting of two pages using WLW. The files are:
    <pre>SimpleForm.html</pre>
    <pre>SimpleFormHandler.jsp</pre>
    I wanted to access the web app as follows:
    http://localhost:7001/TestProj/SimpleForm.html
    The <pre>SimpleFormHandler.jsp</pre> is registered as the form's action method. When the form is submitted, the JSP simply displays the form data.
    It works as expected when I build the WAR file manually and deploy it by copying the file to the 'application' directory for autodeployment.
    But I am baffled how to do this using WLW. Which is really the purpose of my experiment.
    Hopefully, you can guide me here. I have listed the steps I've taken so maybe you can identify my misstep and set me back on the right path.
    To keep things <i>real</i> simple, here is my Domain configuration, HTML form and JSP file.
    <pre>-- TestDomain: Basic WebLogic Server Domain Template -----------
    Custom: The only thing I customise is the Name = "adminserver".
    I select JRockit and Development Mode.
    Configuration Name: TestDomain
    ----------------------------------------------------------------</pre>
    <pre>-- SimpleForm.html -----------------------------------------------
    <html>
    <head>
    </head>
    <body>
    <h1>This is a test html file</h1>
    <form action="SimpleFormHandler.jsp" method="get">
    Enter first name: <input type="text" name="firstName">
    <input type="submit">
    </form>
    </body>
    </html>
    -------------------------------------------------------------------</pre>
    <pre>-- SimpleFormHandler.jsp ------------------------------------------
    <%@ page language="java" contentType="text/html;charset=UTF-8"%>
    <html>
    <head>
    <title>
    Web Application Page
    </title>
    </head>
    <body>
    <p>
    New Web Application Page
    <% String firstName=request.getParameter("firstName");
    out.println("Your first name is: " + firstName); %>
    </p>
    </body>
    </html>
    --------------------------------------------------------------------</pre>
    Here is the steps I followed.
    <b>01) WLW Menu: File->New->Application...</b>
    -> Empty Application (I also tried "Default Application")
    -> Directory: <devel_path> \TestApp
    -> Server: <domain_path> \TestDomain
    -> >>Create<<
    <b>02) WLW Menu: File->New->Project...</b>
    -> Web Project
    -> Project name : TestProj
    -> >>Create<<
    <b>03) WLW Menu: File->New->JSP File</b>
    -> JSP File
    -> File name: SimpleFormHandler.jsp
    -> >>Create<<
    Edit the file to look like the file above.
    <b>04) WLW Menu: File->New->JSP File</b>
    -> HTML File
    -> File name: SimpleForm.html
    -> >>Create<<
    Edit the file to look like the file above.
    <b>05) WLW Menu: File->Save</b>
    <b>06) WLW Menu: Tools->Weblogic Server->Server Properties...</b>
    -> Hostname: localhost
    -> Use credentials below:
    Username: system
    Password: weblogic
    All other fields are correct.
    This immediately results in a deployment error.
    <pre>"ClassNotFoundException: weblogic.servlet.WlwJSPServlet"</pre>
    This is the result of a bogus entry in weblogic.xml.
    Edit <pre>weblogic.xml</pre> to comment out the WlwJSPServlet, so it becomes:
    <pre> <!--
    <jsp-param>
    <param-name>jspServlet</param-name>
    <param-value>weblogic.servlet.WlwJSPServlet</param-value>
    </jsp-param>
    --></pre>
    <b>07) WLW Menu: File->Save</b>
    F7 (to rebuild and redeploy)
    More deployment errors, since web.xml also defines Listeners, Filters, and ....
    <b>08) WL Builder: Open TestApp</b>
    Servlets: Delete 'action'
    Filters: Delete 'PageFlowJspFilter'
    Listeners: Delete '...WebappContextListener'
    Tag Libraries: Delete netui-tags-[html,databinding,template].tld
    File->Save
    <b>09) WLW Menu: F7 (to rebuild and redeploy)</b>
    This time I get a new warning:
    <pre><The current version 0 for DataIdentifier DataIdentifierID: 1 does not match with incoming version 4 for a one-phase update.></pre>
    <b>10) Check the WLS Console</b> <pre>http://localhost:7001/console</pre>
    Deployments -> General
              TestApp EXPLODED EAR
    Deployments -> Descriptors -> application.xml
    <pre> <application>
    <display-name>TestApp</display-name>
    <module>
    <web>
    <web-uri>TestProj</web-uri>
    <context-root>TestProj</context-root>
    </web>
    </module>
    </application></pre>
    <b>11) Now try to access the web application:</b>
    http://localhost:7001/TestProj/SimpleForm.html
         -> Enter first name: Artimus
         -> >> SUBMIT QUERY <<
    This causes the following page to attempt to open:
    http://localhost:7001/TestProj/SimpleFormHandler.jsp?firstName=Artimus
    Back on the WLS console the following error:
    <pre>NoClassDefFoundError: com/bea/wlw/runtime/core/debug/DebugContext</pre>
    The full details:
    <pre>-- ERROR LOG ---
    <29/08/2005 08:47:11 PM EST> <Error> <HTTP> <BEA-101017> <[ServletContext(id=548
    7457,name=TestProj,context-path=/TestProj)] Root cause of ServletException.
    java.lang.NoClassDefFoundError: com/bea/wlw/runtime/core/debug/DebugContext
    -----------------------------------------------------------------------</pre>
    <b>12) WLW Menu: Tools->Weblogic Server->Deployment->Undeploy</b>
    Verified no apps deployed via http://localhost:7001/console
    <b>13) Now test a manual deployment:</b>
    cd {TestProj}\
    jar -cf TestProj.war *
    copy TestProj.war (domain}\applications
    <b>14) Verified TestProj deployed as Web Application via</b>
         http://localhost:7001/console
    <b>15) Access the web application from browser with:</b>
    http://localhost:7001/TestProj/SimpleForm.html
         -> Enter first name: Bach
         -> >> SUBMIT QUERY <<
    <b>16) This opens the following page:</b>
    http://localhost:7001/TestProj/SimpleFormHandler.jsp?firstName=Bach
    <b>17) The JSP displays the following in the browser window:</b>
    "New Web Application Page Your first name is: Bach "
    So manual deployment succeeded!
    --- end ---
    I would really appreciate some suggestions.
    Regards,
    Matt.

    Thanks for the response.
    I find that if I don't perform step 8, (i.e. remove the action, filter, servlets, and pageflows), then the deployment fails, since it is expecting to find modules that perform these functions.
    I am a little surprised that the Default Application, doesn't also provide default entries for these functions.
    For instance, I naively (and wrongly) anticipated that if I create a Default Application and make no changes, then I should be able to immediately deploy it. Unfortunately, this is not possible, since it complains about the entries in web.xml and weblogic.xml.
    Perhaps the minimum WebApp deployment requires that I provide the modules in the default descriptors?
    I am beginning to wonder what the absolute minimum application is that WLW can be used to deploy.
    Regards,
    Matt.

  • Problems with Shared Services Manual Deploy

    Hi everyone, I'm installing Oracle EPM 11.1.1.3 and deploying manually in a HPUX server, I only install in the Foundation Module, Shared Services, openLDAP and the common components, workspace, calculation manager and EPMA are out of this installation because, I only want to install Essbase, EAS and APS, but I have a problem, when I deploy the interop war I get failed on the deploy status with the next stack trace on weblogic console
    [HTTP:101216]Servlet: "HubFrameworkServlet" failed to preload on startup in Web application: "interop".
    java.lang.NullPointerException
         at com.hyperion.hub.struts.action.HUBActionServlet.initCSS(Unknown Source)
         at com.hyperion.hub.struts.action.HUBActionServlet.init(Unknown Source)
         at javax.servlet.GenericServlet.init(GenericServlet.java:256)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:278)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
         at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:507)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1723)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1700)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1620)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2770)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:889)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:333)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:26)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:566)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:136)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:104)
         at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:139)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:320)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:815)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1222)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:433)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:161)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:891)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:333)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:26)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:566)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:136)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:104)
         at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:139)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:320)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:815)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1222)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:433)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:161)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    java.lang.NullPointerException
         at com.hyperion.hub.struts.action.HUBActionServlet.initCSS(Unknown Source)
         at com.hyperion.hub.struts.action.HUBActionServlet.init(Unknown Source)
         at javax.servlet.GenericServlet.init(GenericServlet.java:256)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:278)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
         at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:507)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1723)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1700)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1620)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2770)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:889)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:333)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:26)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:566)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:136)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:104)
         at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:139)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:320)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:815)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1222)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:433)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:161)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    I can't past from this point, so I'm searching what's the reason, why this deployment can't work, I search with the validation tool and get the next log, it looks like theres something called hubRegistration that isn't configured and the other thing that I'm not sure is that I get a "Failed to connect to native directory." , Can someboyd help me with this?? I'll appreciate any kind of help that you can give me mates, thanks in advance and have a nice day.

    And the other part
    19:26:13,216 INFO [CSSLogger] Initializing CSS from Registry. - at com.hyperion.css.common.CSSLogger.getConfiguration(?:?)
    19:26:13,249 INFO [CSSLogger] Trying to get Registry Instance - at com.hyperion.css.common.CSSLogger.<init>(?:?)
    19:26:13,314 INFO [CSSLogger] Got Registry Instance - at com.hyperion.css.common.CSSLogger.<init>(?:?)
    19:26:13,435 DEBUG [CSSLogger] Property Name: spi.provider.common.msad.cacheRefreshInterval has value 60 - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,437 DEBUG [CSSLogger] Property Name: spi.provider.common.ldap.group.descAttribute has value description - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,438 DEBUG [CSSLogger] Property Name: spi.provider.common.native.role.nameAttribute has value cn - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,439 DEBUG [CSSLogger] Property Name: spi.provider.common.msad.group.objectclass.entry has value group?member - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,441 DEBUG [CSSLogger] Property Name: spi.provider.common.native.ctxFactory has value com.sun.jndi.ldap.LdapCtxFactory - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,442 DEBUG [CSSLogger] Property Name: logger.priority has value WARN - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,444 DEBUG [CSSLogger] Property Name: spi.provider.common.ldap.user.fnAttribute has value givenname - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,445 DEBUG [CSSLogger] Property Name: spi.provider.factory.msad has value com.hyperion.css.spi.impl.msad.MSADFactory - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,446 DEBUG [CSSLogger] Property Name: spi.provider.factory.sap has value com.hyperion.css.spi.impl.sap.SAPFactory - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,448 DEBUG [CSSLogger] Property Name: spi.provider.common.ldap.authType has value simple - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,449 DEBUG [CSSLogger] Property Name: spi.provider.common.native.role.descAttribute has value description - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,450 DEBUG [CSSLogger] Property Name: spi.provider.common.sap.poolName has value CSS_SAP_POOL - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,452 DEBUG [CSSLogger] Property Name: spi.provider.common.ldap.user.objectclass.entry has value [person, organizationalPerson, inetOrgPerson] - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,453 DEBUG [CSSLogger] Property Name: spi.provider.common.native.role.objectclass.entry has value [groupofuniquenames?uniquemember, cssRole] - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,455 DEBUG [CSSLogger] Property Name: spi.provider.factory.db has value com.hyperion.css.spi.impl.db.DBFactory - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,456 DEBUG [CSSLogger] Property Name: spi.provider.common.ldap.internalQueryBatchSize has value 50 - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,458 DEBUG [CSSLogger] Property Name: spi.provider.common.msad.user.loginAttribute has value cn - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,459 DEBUG [CSSLogger] Property Name: spi.provider.common.msad.user.emailAttribute has value mail - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,460 DEBUG [CSSLogger] Property Name: spi.provider.common.native.group.isActiveAttribute has value cssIsActive - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,462 DEBUG [CSSLogger] Property Name: spi.provider.common.ldap.user.snAttribute has value sn - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,463 DEBUG [CSSLogger] Property Name: spi.provider.factory.ntlm has value com.hyperion.css.spi.impl.ntlm.NTLMFactory - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,464 DEBUG [CSSLogger] Property Name: spi.provider.common.native.startupRetryInterval has value 3 - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,466 DEBUG [CSSLogger] Property Name: spi.provider.common.native.user.objectclass.entry has value cssInetOrgPersonExtend - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,467 DEBUG [CSSLogger] Property Name: spi.provider.common.native.internalQueryBatchSize has value 50 - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,468 DEBUG [CSSLogger] Property Name: spi.provider.common.msad.group.nameAttribute has value cn - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,470 DEBUG [CSSLogger] Property Name: hub.location has value http://ucadmty6:28080 - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,471 DEBUG [CSSLogger] Property Name: spi.provider.common.msad.identityAttribute has value dn - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,473 DEBUG [CSSLogger] Property Name: searchOrder.el has value [Native Directory] - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,474 DEBUG [CSSLogger] Property Name: spi.provider.common.ldap.group.objectclass.entry has value [groupofuniquenames?uniquemember, groupOfNames?member] - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,475 DEBUG [CSSLogger] Property Name: spi.provider.common.native.authType has value simple - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,477 DEBUG [CSSLogger] Property Name: spi.provider.common.ldap.cacheRefreshInterval has value 60 - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,478 DEBUG [CSSLogger] Property Name: spi.provider.common.msad.group.descAttribute has value description - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,479 DEBUG [CSSLogger] Property Name: spi.provider.factory.native has value com.hyperion.css.spi.impl.nv.NativeFactory - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,481 DEBUG [CSSLogger] Property Name: spi.provider.factory.ldap has value com.hyperion.css.spi.impl.ldap.LDAPFactory - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,482 DEBUG [CSSLogger] Property Name: spi.provider.common.msad.user.descAttribute has value description - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,484 DEBUG [CSSLogger] Property Name: spi.provider.common.native.maxGroupNestedLevel has value 21 - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,485 DEBUG [CSSLogger] Property Name: spi.provider.common.native.user.fnAttribute has value givenname - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,487 DEBUG [CSSLogger] Property Name: spi.provider.common.native.role.url has value ou=Roles - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,488 DEBUG [CSSLogger] Property Name: spi.provider.common.native.startupRetryLimit has value 10 - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,489 DEBUG [CSSLogger] Property Name: spi.provider.common.native.user.isActiveAttribute has value cssIsActive - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,491 DEBUG [CSSLogger] Value is map: - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,492 DEBUG [CSSLogger] Key is: spi.provider.type value is: native - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,494 DEBUG [CSSLogger] Key is: spi.provider.name value is: Native Directory - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,495 DEBUG [CSSLogger] Property Name: spi.provider.Native Directory has value {spi.provider.type=native, spi.provider.name=Native Directory} - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,497 DEBUG [CSSLogger] Property Name: spi.provider.common.ldap.user.descAttribute has value description - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,498 DEBUG [CSSLogger] Property Name: spi.provider.common.native.trusted has value true - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,500 DEBUG [CSSLogger] Property Name: spi.provider.common.native.user.snAttribute has value sn - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,501 DEBUG [CSSLogger] Property Name: spi.provider.common.native.user.url has value ou=People - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,502 DEBUG [CSSLogger] Property Name: spi.provider.common.native.group.url has value ou=Groups - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,504 DEBUG [CSSLogger] Property Name: spi.provider.common.native.user.emailAttribute has value mail - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,505 DEBUG [CSSLogger] Property Name: spi.provider.common.msad.authType has value simple - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,507 DEBUG [CSSLogger] Property Name: spi.provider.common.ldap.ctxFactory has value com.sun.jndi.ldap.LdapCtxFactory - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,508 DEBUG [CSSLogger] Property Name: spi.provider.common.native.user.descAttribute has value description - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,509 DEBUG [CSSLogger] Property Name: spi.provider.common.ldap.user.emailAttribute has value mail - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,511 DEBUG [CSSLogger] Property Name: spi.provider.common.ldap.identityAttribute has value dn - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,512 DEBUG [CSSLogger] Property Name: spi.provider.common.msad.ctxFactory has value com.sun.jndi.ldap.LdapCtxFactory - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,513 DEBUG [CSSLogger] Property Name: spi.provider.common.ldap.identityAttributeType has value String - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,516 DEBUG [CSSLogger] Property Name: spi.provider.common.native.cacheRefreshInterval has value 60 - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,517 DEBUG [CSSLogger] Property Name: spi.provider.common.msad.user.fnAttribute has value givenname - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,520 DEBUG [CSSLogger] Property Name: spi.provider.common.msad.user.objectclass.entry has value user - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,521 DEBUG [CSSLogger] Property Name: spi.provider.common.native.user.loginAttribute has value cssDisplayNameDefault - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,523 DEBUG [CSSLogger] Property Name: spi.provider.common.msad.internalQueryBatchSize has value 50 - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,524 DEBUG [CSSLogger] Property Name: token.timeout has value 480 - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,525 DEBUG [CSSLogger] Property Name: spi.provider.common.native.group.nameAttribute has value cssDisplayNameDefault - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,527 DEBUG [CSSLogger] Property Name: spi.provider.common.native.identityAttribute has value dn - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,528 DEBUG [CSSLogger] Property Name: spi.provider.common.ldap.user.loginAttribute has value uid - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,530 DEBUG [CSSLogger] Property Name: spi.provider.common.native.group.objectclass.entry has value [groupofuniquenames?uniquemember, cssGroupExtend?cssIsActive] - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,531 DEBUG [CSSLogger] Property Name: hub.dirPort has value 28089 - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,532 DEBUG [CSSLogger] Property Name: spi.provider.common.ldap.group.nameAttribute has value cn - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,534 DEBUG [CSSLogger] Property Name: spi.provider.common.sap.poolSize has value 20 - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,535 DEBUG [CSSLogger] Property Name: spi.provider.common.msad.identityAttributeType has value String - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,536 DEBUG [CSSLogger] Property Name: spi.provider.common.native.role.productCodeAttribute has value cssProductCode - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,538 DEBUG [CSSLogger] Property Name: spi.provider.common.msad.user.snAttribute has value sn - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,539 DEBUG [CSSLogger] Property Name: spi.provider.common.native.group.descAttribute has value description - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,541 DEBUG [CSSLogger] Property Name: delegatedUserManagement.enabled has value false - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,749 INFO [CSSLogger] Got hub location from Registry:http://ucadmty6:28080 - at com.hyperion.css.common.CSSLogger.getHubLocationFromRegistry(?:?)
    19:26:13,950 INFO [CSSLogger] Got native directory location from Registry:ucadmty6:28089 - at com.hyperion.css.common.CSSLogger.getNativeProviderLocationFromRegistry(?:?)
    19:26:13,951 INFO [CSSLogger] URL constructed out of values in Registry database:ldap://ucadmty6:28089/dc=css,dc=hyperion,dc=com - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:13,953 DEBUG [CSSLogger] CSS Configuration intialized. : [612 ms] - at com.hyperion.css.common.CSSLogger.initConfiguration(?:?)
    19:26:14,028 DEBUG [CSSLogger] 20:3502:Missing file HSSLogger.properties. - at com.hyperion.css.common.CSSLogger.<init>(?:?)
    19:26:14,030 INFO [ExternalProvidersChecker] CSS initializing - at com.hyperion.cis.validation.checkers.impl.ExternalProvidersChecker.check(ExternalProvidersChecker.java:72)
    19:26:14,034 DEBUG [CSSLogger] 20:3502:Missing file HSSLogger.properties. - at com.hyperion.css.common.CSSLogger.<init>(?:?)
    19:26:45,426 ERROR [ExternalProvidersChecker] Error checking Shared Services: - at com.hyperion.cis.validation.checkers.impl.ExternalProvidersChecker.check(ExternalProvidersChecker.java:88)
    Error Code: -1
    com.hyperion.css.common.configuration.CSSConfigurationException: 20:3008:Failed to connect to native directory.      Error Code: 9
         at com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
         at com.hyperion.css.spi.CSSManager.initProviders(Unknown Source)
         at com.hyperion.css.spi.CSSManager.initialize(Unknown Source)
         at com.hyperion.css.spi.CSSManager.<init>(Unknown Source)
         at com.hyperion.css.spi.CSSManager.getInstance(Unknown Source)
         at com.hyperion.css.CSSSystem.initCSSSystem(Unknown Source)
         at com.hyperion.css.CSSSystem.getInstance(Unknown Source)
         at com.hyperion.cis.validation.checkers.impl.ExternalProvidersChecker.check(ExternalProvidersChecker.java:73)
         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:585)
         at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:142)
         at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:201)
         at org.mozilla.javascript.optimizer.OptRuntime.callProp0(OptRuntime.java:117)
         at org.mozilla.javascript.gen.c7._c0(./scripts/extProvidersCheck.js:1)
         at org.mozilla.javascript.gen.c7.call(./scripts/extProvidersCheck.js)
         at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
         at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
         at org.mozilla.javascript.gen.c7.call(./scripts/extProvidersCheck.js)
         at org.mozilla.javascript.gen.c7.exec(./scripts/extProvidersCheck.js)
         at org.mozilla.javascript.Context.evaluateReader(Context.java:1175)
         at com.hyperion.cis.validation.RunningEnviroment.processSource(RunningEnviroment.java:223)
         at com.hyperion.cis.validation.RunningEnviroment.runScript(RunningEnviroment.java:274)
         at com.hyperion.cis.validation.RunningEnviroment.access$000(RunningEnviroment.java:40)
         at com.hyperion.cis.validation.RunningEnviroment$1.run(RunningEnviroment.java:131)
    19:26:45,726 DEBUG [JDBCChecker] Conexión con la base de datos jdbc:hyperion:oracle://ucadmy10.lac.nsroot.net:30670;SID=ORAC670 - at com.hyperion.cis.validation.checkers.impl.JDBCChecker.checkConnectivity(JDBCChecker.java:111)
    19:26:45,849 DEBUG [ConfigCompleteChecker] Check if all tasks configured successful for Hyperion Foundation - at com.hyperion.cis.validation.checkers.impl.ConfigCompleteChecker.check(ConfigCompleteChecker.java:59)
    19:26:45,852 DEBUG [ValidationContextFactory] Trying to get ValidationContext using: Studio - at com.hyperion.cis.validation.ValidationContextFactory.getValidationContext(ValidationContextFactory.java:41)
    19:26:45,885 DEBUG [ConfigCompleteChecker] Check if all tasks configured successful for Studio - at com.hyperion.cis.validation.checkers.impl.ConfigCompleteChecker.check(ConfigCompleteChecker.java:59)
    19:26:45,887 WARN [ConfigCompleteChecker] Todavía no se han completado algunas de las tareas de configuración sugeridas. - at com.hyperion.cis.validation.checkers.impl.ConfigCompleteChecker.check(ConfigCompleteChecker.java:96)
    19:26:46,240 INFO [ReportProcessor] Try to generate report for object: com.hyperion.cis.validation.reports.ReportDTO@7124af and template file name: ./templates/template.vm - at com.hyperion.cis.validation.reports.ReportProcessor.saveResultsToStream(ReportProcessor.java:77)
    19:26:46,242 INFO [ReportProcessor] Try to parse template [./templates/template.vm] - at com.hyperion.cis.validation.reports.ReportProcessor.parseTemplate(ReportProcessor.java:132)
    19:26:46,407 INFO [ReportProcessor] Report generated successfully - at com.hyperion.cis.validation.reports.ReportProcessor.saveResultsToStream(ReportProcessor.java:86)
    19:26:47,371 ERROR [HelpBrowser] java.io.IOException: firefox: not found - at com.hyperion.help.HelpBrowser.openURL(HelpBrowser.java:81)
    19:26:47,776 ERROR [HelpBrowser] Unable to load page in a System Browser - at com.hyperion.help.HelpBrowser.displayHelp(HelpBrowser.java:49)
    java.awt.HeadlessException:
    No X11 DISPLAY variable was set, but this program performed an operation which requires it.
         at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:159)
         at java.awt.Window.<init>(Window.java:317)
         at java.awt.Frame.<init>(Frame.java:419)
         at java.awt.Frame.<init>(Frame.java:384)
         at javax.swing.SwingUtilities$SharedOwnerFrame.<init>(SwingUtilities.java:1666)
         at javax.swing.SwingUtilities.getSharedOwnerFrame(SwingUtilities.java:1743)
         at javax.swing.JOptionPane.getRootFrame(JOptionPane.java:1624)
         at javax.swing.JOptionPane.showOptionDialog(JOptionPane.java:836)
         at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:645)
         at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:616)
         at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:587)
         at com.hyperion.help.HelpBrowser.openURL(HelpBrowser.java:82)
         at com.hyperion.help.HelpBrowser.displayHelp(HelpBrowser.java:47)
         at com.hyperion.cis.validation.VTDisplaySilent.exec(VTDisplaySilent.java:25)
         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:585)
         at com.hyperion.cis.validation.VTLauncher.main(VTLauncher.java:85)

  • Problem wirh cascaded popups in spaces custom taskflow...

    Environmen*t
    Webcenter PS4
    Page 1 raises Popup 1-> Which in turn raises Popup 2.
    Page 1 -> Popup 1 -> Popup 2
    Problem
    I am having issues with multi-level popups in my ADF taskflow that I have deployed to my Webcenter Spaces environment. When I run the code within a local JSF file and run on my embedded app server I have no problem, popup is raised on a popup as expected.
    However when I place the same JSF code into a task flow and deploy to Spaces as a custom taskflow I get nothing when trying to raise Popup 2 from Popup 1.
    I am using <af:showPopupBehavior .... to raise both popups but no go.
    Anyone had a similar experience and can kindly shed some light?
    Cheers, AA
    Edited by: azizacar on 08-Apr-2013 00:54

    Hi again :D.
    Steps to get the problem is:
    - Create Fusion Web Application with 2 bounded taskflows. One of them with page fragments and the other with JSPX.
    - The page fragments taskflow make a task-flow-call with "run-as-dialog" "inline-popup". (Remember that the button must have "useWindow=true" to display as popup).
    - Create ADF Library from Controller.
    - Create a WebCenter Portal Application (11.1.1.4) and Drag & Drop your taskflow in page home or other else. (Remember set permision in jazn).
    - Execute WebCenter Portal Application and you will see your page fragment taskflow. Click the button who calls the other taskflow and you'll see the same portal page in the popup instead of your JSPX taskflow.
    - When you close the popup you will recieve a ADFC Controller Exception and timeout session for the page.
    Thanks :).
    Edited by: Daniel Merchán on 26-may-2011 20:58

  • Deploy custom solutions in multi-server farm

    We are trying to migrate all the 2010 custom solutions to 2013 and we have 3 WFE's and 3 APP servers in our farm. Central Admin is on one of the APP servers. So when I try to add the custom solutions in this new farm, what is the correct process in
    deploying those custom solutions?
    I am thinking to run the powershell commands (ADD_SPSolution and Install-SPSolution) on the APP server where the CA is installed and will this deploy the files on all the WFE's or Do I need to manually deploy on all the WFE's? Is it true that we need
    to start the deployment on the server where the CA is installed?
    Thanks in advance,
    -Aparna.

    Yes, You are right.
    To Add
    Add-SPSolution -LiteralPath c:\contoso_solution.wsp
    To install
    Install-SPSolution -Identity contoso_solution.wsp -GACDeployment
    You have to select the parameter appropriately i.e webapplication url, Compatibility  etc 
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Error deploying custom java web service -Jdeveloper11.1.1.3.0

    Hi all,
    Error deploying custom java web service in - Jdeveloper 11.1.1.3.0
    Weblogic Server Exception: weblogic.deploy.api.internal.utils.DeployerHelperException: The source 'C:\DOCUME~1\.......\LOCALS~1\Temp\.xyz..........Project-context-root.war'
    for the application 'xyz....Project-context-root' could not be loaded to the server 'http://hostname:port/bea_wls_deployment_internal/DeploymentService'.
    Server returned HTTP response code: 409 for URL: http://hostname:port/bea_wls_deployment_internal/DeploymentService
    See server logs or server console for more details.
    weblogic.deploy.api.spi.exceptions.ServerConnectionException: [J2EE Deployment SPI:260041]Unable to upload 'C:\JDeveloper\mywork\MyApllicationName\Project\deploy\xyz........Project-context-root.war' to 't3://hostname:port'
    #### Deployment incomplete. ####
    Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    Thanks
    Edited by: soauser on Sep 3, 2010 8:55 AM

    Any help for the above post is appreciated..
    Edited by: soauser on Sep 3, 2010 11:58 PM

  • Error deploying custom java web service in SOA11g-Jdeveloper 11.1.1.3.0

    Hi all,
    I am getting Error deploying custom java web service in SOA 11G- Jdeveloper 11.1.1.3.0
    Weblogic Server Exception: weblogic.deploy.api.internal.utils.DeployerHelperException: The source 'C:\DOCUME~1\.......\LOCALS~1\Temp\.xyz..........Project-context-root.war'
    for the application 'xyz....Project-context-root' could not be loaded to the server 'http://hostname:port/bea_wls_deployment_internal/DeploymentService'.
    Server returned HTTP response code: 409 for URL: http://hostname:port/bea_wls_deployment_internal/DeploymentService
    See server logs or server console for more details.
    weblogic.deploy.api.spi.exceptions.ServerConnectionException: [J2EE Deployment SPI:260041]Unable to upload 'C:\JDeveloper\mywork\MyApllicationName\Project\deploy\xyz........Project-context-root.war' to 't3://hostname:port'
    #### Deployment incomplete. ####
    Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    Edited by: soauser on Sep 3, 2010 7:44 AM
    Edited by: soauser on Sep 3, 2010 7:45 AM
    Edited by: soauser on Sep 3, 2010 7:46 AM

    Any help for the above post is appreciated..
    Edited by: soauser on Sep 3, 2010 11:58 PM

  • How to deploy custom HTML Help files in OBIEE 11g

    Hi gurus,
    I have question regarding deploying Custom HTML files in OBIEE 11.1.1.5, i tried to place files under
    Middleware/Oracle_BI1/bifoundation/web/app/olh/l_en and tried to access with below URL after bounce Weblogic...but no luck.
    http://hostnmame:9704/analytics/olh/l_en/lOfferExpert_Help.htm
    Can some one give some pointers to appropriate documentation of achieving this?
    thanks
    Ravi

    Hi Ravi,
    I am thinking deploying these html files as a part of separate application in weblogic might be another approach. This process is like
    1. Making a .war(.ear) of your html
    2. Deploying the .war in weblogic through deployments as an application with an application context.
    3. Referencing the files in analytics or even outside just through a url.
    Hope this helps.
    Thank you,
    Dhar

  • Mobiliser : Deploying custom code to SMP 3.0

    Hi Experts,
    We have developed few custom use cases on top of standalone Mobiliser 5.1 SP01 (Linux server).
    Same use case we are trying to deploy it to Mobiliser 5.1 SP03 and on SMP 3.0 SP03.
    1. I hope As-Is code which is developed on SP01 will not fit SP03, please confirm on this.
    2. Please let us know any guideline document how to migrate code from SP01 to SP03
    3. How to deploy custom code on SMP 3.0.
    With regards
    Shankar.K

    See my Answers below:
    1. I hope As-Is code which is developed on SP01 will not fit SP03, please confirm on this.
    Your code should have no impact unless there are some backend dependences. With SP03, additional OSGI bundles are copied to server and tomcat application (incase Money Mobiliser is used)
    2. Please let us know any guideline document how to migrate code from SP01 to SP03
    You can find the upgrade document here: https://websmp108.sap-ag.de/instguides Once at the support portal just navigate to SAP Mobile > Sybase Mobiliser Platform > Mobiliser Platform 5.1 SP03 on the left side of the screen then open Mobiliser Platform Upgrade Guide for SP03
    The vital part of the upgrade process is making sure that the DB backend, where the SP 03 Money folder will be retrieving its data from, is upgraded properly. To help alleviate  any further confusion:
    1. You will not be using the SP01  money folder or anything else in that directory anymore
    2. Everything that you need for the upgrade will be in the Mobiliser SP03 zip file that the customer should have.
    3. Upgrade the DB backend schema in the manner specified in the document
    4. You will need to perform some slight configurations to the Mobiliser SP03 money folder to successfully communicate with the DB upgrade that was performed in Step 3.  The configurations are referenced in the Mobiliser Installation manual for SP03. 
    3. How to deploy custom code on SMP 3.0.
    refer following:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30ae5b68-78a0-3010-6fa3-c1742e0195c0?overridelayout=true
    Regards, Kiran

  • Deploying customized ribbons/templates

    Hey,
    What is the proper process for deploying customized ribbons, quick access toolbar and templates.  At the moment I'm pushing the .UI and .dotm files out using Group Policy Preferences, but this obviously overwrites any changes the user has made, which
    is not ideal.
    For example, our company font is Arial 10 and that MUST be the default in Word for all new documents, along with single spacing paragraphs.
    I had a bit of a brain freeze yesterday while doing some VBA stuff in Outlook (so VbaProject.OTM file).  After spending a few hours coding I did GPUPDATE, which pulled down our centralized VbaProject.OTM file, deleting what I had done, as we also push
    this file out using GPP.
    Giving customized files to users to manually import is not an option.
    Thanks very much.

    One option might be to redistribute the normal.dotm file whch you can redefine with your custom ribbons. Deploy the normal.dotm.
    Maurice

  • Error while deploying, Custom Style Skin in OBIEE 11.1.1.6.7

    Hi,
    I have deployed Custom Style Skin in OBIEE 11.1.1.5 successfuly (with the help of http://www.rittmanmead.com/2010/12/oracle-bi-ee-11g-styles-skins-custom-xml-messages/ ).
    Now when we're moving RPD, Catalog & Custom Style Skin from OBIEE 11.1.1.5 to OBIEE 11.1.1.6.7, I could deploy RPD & Catalog but am not able to deploy Custom Style & Skin Folders.
    If you are aware of the process of deploying Custom Style & Skins (as mentioned in the link above), it requies:
    1. Custom Style & Skins folder to be Deploy using Weblogic Console.
    2. Making necessary changes in instanceconfig.xml (to point to the deployed folder) ---- this is where it's failing.
    When I do add necessary tags ( <URL> & <UI>) in instanceconfig.xml and restart Services. Presentation Services dosen't come up. Error message that is in log file is:
    In element URL: Can not have element children within a simple content.
    unknown element 'UI'
    Element 'UI' is not valid for content model : 'All(URL, SocketTimeoutSec,FileSizeMB)'
    Any pointers?
    Regards,
    Jitendra

    Hi,
    I too faced such issue, actually obiee11.1.1.5 version skin and style wont work in obiee11.1.1.6.0 and above patch ..
    u have do it once again by using obiee11.1.1.6.0 skin (because the 11.1.16.0 has UI and skin different from 11.1.1.5.0 )
    Thanks
    Deva

  • Client Install Issue - SCCM 2012 R2 - Manual Deploy Installed ok

    Hello, I have sccm 2012 configured with 2,000 machine approx. It is been used mainly as a Software Deployment tool for now. On checking a recent IE10 upgrade, I noticed that there is a number of machines that do not have the client installed (and thus did
    not upgrade IE). I picked 1 machine, searched in SCCM - had no client. I checked all relevant settings:
    Boundary for Client in question - ok
    Local Client Settings (ip,dns,no firewall, ping sccm ok and vice versa etc).
    Once i right clicked to deploy the client, it installed no problem. I checked the ccmsetup log file and the only info it had was from the time that the client was manually deployed (I will attach the log below anyway). I am really puzzled as to why the client
    did not install and if this is the issue why IE is not upgrading (it is hard to pinpoint as there are 250 sites approx). The automatic install task works no problem on other machines once the machine goes online.
    Any help, would be great. Here is the log (I am fairly new to SCCM btw):
    SCCM 2012 R2 - Windows 7 SP1 32 Bit
    ==========[ ccmsetup started in process 7196 ]==========    ccmsetup    05/02/2015 16:28:39    4100 (0x1004)
    Running on platform X86    ccmsetup    05/02/2015 16:28:39    4100 (0x1004)
    Launch from folder C:\Windows\ccmsetup\    ccmsetup    05/02/2015 16:28:39    4100 (0x1004)
    CcmSetup version: 5.0.7958.1401    ccmsetup    05/02/2015 16:28:39    4100 (0x1004)
    In ServiceMain    ccmsetup    05/02/2015 16:28:39    500 (0x01F4)
    Running on 'Microsoft Windows 7 Enterprise ' (6.1.7601). Service Pack (1.0). SuiteMask = 272. Product Type = 18    ccmsetup    05/02/2015 16:28:39    500 (0x01F4)
    Ccmsetup command line: "C:\Windows\ccmsetup\ccmsetup.exe" /runservice /ForceInstall /config:MobileClient.tcf    ccmsetup    05/02/2015 16:28:39    500 (0x01F4)
    Command line parameters for ccmsetup have been specified.  No registry lookup for command line parameters is required.    ccmsetup    05/02/2015 16:28:39    500 (0x01F4)
    Command line: "C:\Windows\ccmsetup\ccmsetup.exe" /runservice /ForceInstall /config:MobileClient.tcf    ccmsetup    05/02/2015 16:28:39    500 (0x01F4)
    SslState value: 224    ccmsetup    05/02/2015 16:28:39    500 (0x01F4)
    CCMHTTPPORT:    80    ccmsetup    05/02/2015 16:28:39    500 (0x01F4)
    CCMHTTPSPORT:    443    ccmsetup    05/02/2015 16:28:39    500 (0x01F4)
    CCMHTTPSSTATE:    224    ccmsetup    05/02/2015 16:28:39    500 (0x01F4)
    CCMHTTPSCERTNAME:        ccmsetup    05/02/2015 16:28:39    500 (0x01F4)
    FSP:    COLSCCM01.LC-UK.ORG    ccmsetup    05/02/2015 16:28:39    500 (0x01F4)
    CCMFIRSTCERT:    1    ccmsetup    05/02/2015 16:28:39    500 (0x01F4)
    Config file:      C:\Windows\ccmsetup\MobileClientUnicode.tcf    ccmsetup    05/02/2015 16:28:39    500 (0x01F4)
    Retry time:       10 minute(s)    ccmsetup    05/02/2015 16:28:39    500 (0x01F4)
    MSI log file:     C:\Windows\ccmsetup\Logs\client.msi.log    ccmsetup    05/02/2015 16:28:39    500 (0x01F4)
    MSI properties:    INSTALL="ALL" SMSSITECODE="COL" FSP="COLSCCM01.LC-UK.ORG" SMSCACHESIZE="10240" CCMHTTPPORT="80" CCMHTTPSPORT="443" CCMHTTPSSTATE="224" CCMFIRSTCERT="1"  
     ccmsetup    05/02/2015 16:28:39    500 (0x01F4)
    Source List:    ccmsetup    05/02/2015 16:28:39    500 (0x01F4)
                      \\COLSCCM01.lc-uk.org\SMSClient    ccmsetup    05/02/2015 16:28:39    500 (0x01F4)
                      \\COLSCCM01.LC-UK.ORG\SMSClient    ccmsetup    05/02/2015 16:28:39    500 (0x01F4)
    MPs:    ccmsetup    05/02/2015 16:28:39    500 (0x01F4)
                      COLSCCM01.lc-uk.org    ccmsetup    05/02/2015 16:28:39    500 (0x01F4)
    No version of the client is currently detected.    ccmsetup    05/02/2015 16:28:39    500 (0x01F4)
    Folder 'Microsoft\Configuration Manager' not found. Task does not exist.    ccmsetup    05/02/2015 16:28:39    500 (0x01F4)
    Updated security on object C:\Windows\ccmsetup\.    ccmsetup    05/02/2015 16:28:39    500 (0x01F4)
    Sending Fallback Status Point message to 'COLSCCM01.LC-UK.ORG', STATEID='100'.    ccmsetup    05/02/2015 16:28:39    500 (0x01F4)
    Failed to get client version for sending messages to FSP. Error 0x8004100e    ccmsetup    05/02/2015 16:28:39    500 (0x01F4)
    Params to send FSP message '5.0.7958.1401 Deployment '    ccmsetup    05/02/2015 16:28:39    500 (0x01F4)
    State message with TopicType 800 and TopicId {19607F6A-0C46-488C-B28D-36640FB0DF94} has been sent to the FSP    FSPStateMessage    05/02/2015 16:28:40    500 (0x01F4)
    Running as user "SYSTEM"    ccmsetup    05/02/2015 16:28:40    500 (0x01F4)
    Detected 434753 MB free disk space on system drive.    ccmsetup    05/02/2015 16:28:40    500 (0x01F4)
    Checking Write Filter Status.    ccmsetup    05/02/2015 16:28:40    500 (0x01F4)
    This is not a supported write filter device. We are not in a write filter maintenance mode.    ccmsetup    05/02/2015 16:28:40    500 (0x01F4)
    Performing AD query: '(&(ObjectCategory=mSSMSManagementPoint)(mSSMSDefaultMP=TRUE)(mSSMSSiteCode=COL))'    ccmsetup    05/02/2015 16:28:40    500 (0x01F4)
    OperationalXml '<ClientOperationalSettings><Version>5.00.7958.1000</Version><SecurityConfiguration><SecurityModeMask>0</SecurityModeMask><SecurityModeMaskEx>224</SecurityModeMaskEx><HTTPPort>80</HTTPPort><HTTPSPort>443</HTTPSPort><CertificateStoreName></CertificateStoreName><CertificateIssuers></CertificateIssuers><CertificateSelectionCriteria></CertificateSelectionCriteria><CertificateSelectFirstFlag>1</CertificateSelectFirstFlag><SiteSigningCert>308202F0308201D8A00302010202104A263F5C34E3AAAA4C178EF33CA94377300D06092A864886F70D01010B05003016311430120603550403130B53697465205365727665723020170D3134303630383134343831315A180F32313134303531363134343831315A3016311430120603550403130B536974652053657276657230820122300D06092A864886F70D01010105000382010F003082010A0282010100A4FF6866BC9622545F811F8008ABDC534E96C9699A3354E990CADB04B1399B29EB80FB844425DEEDD9FE680C57AA0FE05D42CF1D431BB69080D4E7ED91A8255739089A83E4836F28B09331C100B0BAD81AD795EFD01C9ECF8DCE2BE03B52EE3AC35E7003B728E0FA56F145279301189388F3FC90A6C3DA5342C61230550C2B79DECB64AC0958C6DE2D5BF83C3EA29126E231FBEAADBD632F65AF41AC3267DB3986929C46A08AF0BF925A40E15A346B38219CC62C6C0BAC8990C05EA04037458F1853E251D8C16946F845D46CB47884D9EB00543AC8B02A7C099B53F7DE1EBD11AA1272476E5AAF55B2CC38122B62C751D988C81A07D06F87A9F7980D2B3560A90203010001A3383036301E0603551D11041730158213434F4C5343434D30312E6C632D756B2E6F726730140603551D25040D300B06092B060104018237650B300D06092A864886F70D01010B05000382010100A0DE29D627EB45EF2D0074AD578B62CE9007918B4316351DB2DBEFF2D0DF52C0FF58B6DE3405C88572ECCFAF2A7B335B234FE7D1E5B0FDA20548FEFE4B9E6AFB45E77627EDB70E2378A3135FB1FC34C2308F0FBD1ADD890DD08D8D6081B73FFF86DE87DBF678A7CAD73AE32BF6EB3B9D1E4E0380D7FBE3E9F9EF49339031636F2B3CC60989B8443B91F9F69F5837025B6CAE64E2D1837FAF712186A02567EA87F9E82FD170C4DEA61DC61C16226450FCBE062948F2219FB5801DF3AF73443349421A7228F5E1372B5CA165D8ABAB9D1B3FEAF22705A473AAAB034C2A289AA7A507550050D6516C2D7BECDE5686F17CC66FBB7D2C439F15644EBF9EF7E8402109</SiteSigningCert></SecurityConfiguration><RootSiteCode>COL</RootSiteCode><CCM>
    <CommandLine>SMSSITECODE=COL FSP=colsccm01.lc-uk.org SMSCACHESIZE=10240</CommandLine> </CCM><FSP> <FSPServer>COLSCCM01.lc-uk.org</FSPServer> </FSP><Capabilities SchemaVersion ="1.0"><Property Name="SSLState"
    Value="0" /></Capabilities><Domain Value="lc-uk.org" /><Forest Value="lc-uk.org" /></ClientOperationalSettings>'    ccmsetup    05/02/2015 16:28:41    500
    (0x01F4)
    Unable to open Registry key Software\Microsoft\CCM. Return Code [80070002]. Client HTTPS state is Unknown.    ccmsetup    05/02/2015 16:28:41    500 (0x01F4)
    The MP name retrieved is 'COLSCCM01.lc-uk.org' with version '7958' and capabilities '<Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>'    ccmsetup  
     05/02/2015 16:28:41    500 (0x01F4)
    MP 'COLSCCM01.lc-uk.org' is compatible    ccmsetup    05/02/2015 16:28:41    500 (0x01F4)
    Retrieved 1 MP records from AD for site 'COL'    ccmsetup    05/02/2015 16:28:41    500 (0x01F4)
    Retrived site version '5.00.7958.1000' from AD for site 'COL'    ccmsetup    05/02/2015 16:28:41    500 (0x01F4)
    SiteCode:         COL    ccmsetup    05/02/2015 16:28:41    500 (0x01F4)
    SiteVersion:      5.00.7958.1000    ccmsetup    05/02/2015 16:28:41    500 (0x01F4)
    Only one MP COLSCCM01.lc-uk.org is specified. Use it.    ccmsetup    05/02/2015 16:28:41    500 (0x01F4)
    Searching for DP locations from MP(s)...    ccmsetup    05/02/2015 16:28:41    500 (0x01F4)
    Current AD site of machine is Millbank    LocationServices    05/02/2015 16:28:41    500 (0x01F4)
    Local Machine is joined to an AD domain    LocationServices    05/02/2015 16:28:41    500 (0x01F4)
    Current AD forest name is lc-uk.org, domain name is lc-uk.org    LocationServices    05/02/2015 16:28:41    500 (0x01F4)
    DhcpGetOriginalSubnetMask entry point is supported.    LocationServices    05/02/2015 16:28:41    500 (0x01F4)
    Begin checking Alternate Network Configuration    LocationServices    05/02/2015 16:28:41    500 (0x01F4)
    Finished checking Alternate Network Configuration    LocationServices    05/02/2015 16:28:41    500 (0x01F4)
    Adapter {743579BD-D66A-4BF9-B487-2AAC075B9473} is DHCP enabled. Checking quarantine status.    LocationServices    05/02/2015 16:28:41    500 (0x01F4)
    Adapter {8F25ACE0-AE8A-45DD-BF3D-F1315E2B9974} is DHCP enabled. Checking quarantine status.    LocationServices    05/02/2015 16:28:41    500 (0x01F4)
    Adapter {8AE4D673-90E8-4FCF-AE50-79474ADC6190} is DHCP enabled. Checking quarantine status.    LocationServices    05/02/2015 16:28:41    500 (0x01F4)
    Adapter {9AA2CA9C-0C0A-48E3-B67E-F9E574AE9DB2} is DHCP enabled. Checking quarantine status.    LocationServices    05/02/2015 16:28:41    500 (0x01F4)
    Sending message body '<ContentLocationRequest SchemaVersion="1.00">
      <AssignedSite SiteCode="COL"/>
      <ClientPackage/>
      <ClientLocationInfo LocationType="SMSPACKAGE" DistributeOnDemand="0" UseProtected="0" AllowCaching="0" BranchDPFlags="0" AllowHTTP="1" AllowSMB="0" AllowMulticast="0"
    UseInternetDP="0">
        <ADSite Name="Millbank"/>
        <Forest Name="lc-uk.org"/>
        <Domain Name="lc-uk.org"/>
        <IPAddresses>
    <IPAddress SubnetAddress="10.103.38.0" Address="10.103.38.10"/>
        </IPAddresses>
      </ClientLocationInfo>
    </ContentLocationRequest>
    '    ccmsetup    05/02/2015 16:28:41    500 (0x01F4)
    Sending message header '<Msg SchemaVersion="1.1"><ID>{57972056-54D4-461F-B818-D3420A0B5C51}</ID><SourceHost>LCD14572</SourceHost><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:LCD14572:LS_ReplyLocations</ReplyTo><Priority>3</Priority><Timeout>600</Timeout><ReqVersion>5931</ReqVersion><TargetHost>COLSCCM01.lc-uk.org</TargetHost><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><Protocol>http</Protocol><SentTime>2015-02-05T16:28:41Z</SentTime><Body
    Type="ByteRange" Offset="0" Length="1084"/><Hooks><Hook3 Name="zlib-compress"/></Hooks><Payload Type="inline"/></Msg>'    ccmsetup    05/02/2015
    16:28:41    500 (0x01F4)
    CCM_POST 'HTTP://COLSCCM01.lc-uk.org/ccm_system/request'    ccmsetup    05/02/2015 16:28:41    500 (0x01F4)
    Content boundary is '--aAbBcCdDv1234567890VxXyYzZ'    ccmsetup    05/02/2015 16:28:41    500 (0x01F4)
    Received header '<Msg SchemaVersion="1.1">
        <ID>{48D22538-0FEA-44E6-AAD2-1829DDED2223}</ID>
        <SourceID>GUID:A5143C3E-EA22-4B93-BFF5-B8B859F869F5</SourceID>
        <SourceHost>COLSCCM01</SourceHost>
        <TargetAddress>direct:LCD14572:LS_ReplyLocations</TargetAddress>
        <ReplyTo>MP_LocationManager</ReplyTo>
        <CorrelationID>{00000000-0000-0000-0000-000000000000}</CorrelationID>
        <Priority>3</Priority>
        <Timeout>600</Timeout>
        <TargetHost>LCD14572</TargetHost><TargetEndpoint>LS_ReplyLocations</TargetEndpoint><ReplyMode>Sync</ReplyMode><Protocol>http</Protocol><SentTime>2015-02-05T16:28:39Z</SentTime><Body
    Type="ByteRange" Offset="0" Length="2378"/><Hooks><Hook3 Name="zlib-compress"/><Hook Name="authenticate"><Property Name="Signature">3082019106092A864886F70D010702A08201823082017E020101310B300906052B0E03021A0500300B06092A864886F70D0107013182015D30820159020101303630223112301006035504031309434F4C5343434D3031310C300A06035504031303534D5302106A638C8D6A89DE904525D14326BE4DB0300906052B0E03021A0500300D06092A864886F70D01010105000482010027BAE95F5B0DD9F75743E1E40A189091900F78F19367C2A8328F823C63F24229608E7CF02FF2FE76FC61C6A61EF0FE8F19AC75755B88124B13964AE58F971DAB67E47B4DDCAA943B4C27F7AF9B5A0AD1DE956A3AACA26965F5FDAC8659E6263DBB55E025FB305C665AC1AA49972CC937A757EC14F1097DA27AB9998D7CAE332EC135A937A80285C87448AD7B4F4ED059063BCB5032920C65CE16FD32475CD395B279021F62E5C3B534697EDCD68A98D2A654379CCA17056F7B4FAB0346242CE56681F405DB9700FD766FDBD584BB69A4AC088BF3B971BE8B05B723701A22B9D76BB5C063F1BD32B56DB7B3BDC6D827E3D90106F3C1145E04B0629528EA24BD37</Property><Property
    Name="AuthSenderMachine">COLSCCM01;COLSCCM01.lc-uk.org;</Property><Property Name="MPSiteCode">COL</Property></Hook></Hooks><Payload Type="inline"/></Msg>'    ccmsetup  
     05/02/2015 16:28:41    500 (0x01F4)
    Received reply body '<ContentLocationReply SchemaVersion="1.00"><ContentInfo PackageFlags="16777216"><ContentHashValues/></ContentInfo><Sites><Site><MPSite SiteCode="COL" MasterSiteCode="COL"
    SiteLocality="LOCAL" IISPreferedPort="80" IISSSLPreferedPort="443"/><LocationRecords><LocationRecord><URL Name="http://COLSCCM01.lc-uk.org/SMS_DP_SMSPKG$/COL00002" Signature="http://COLSCCM01.lc-uk.org/SMS_DP_SMSSIG$/COL00002"/><ADSite
    Name="Millbank"/><IPSubnets><IPSubnet Address="10.20.0.0"/><IPSubnet Address=""/></IPSubnets><Metric Value=""/><Version>7958</Version><Capabilities SchemaVersion="1.0"><Property
    Name="SSLState" Value="0"/></Capabilities><ServerRemoteName>COLSCCM01.lc-uk.org</ServerRemoteName><DPType>SERVER</DPType><Windows Trust="1"/><Locality>LOCAL</Locality></LocationRecord></LocationRecords></Site></Sites><ClientPackage
    FullPackageID="COL00002" FullPackageVersion="2" FullPackageHash="DB3D5D115FC93F6275817FB9791864D98D4AF6897339B9D4AB1C0DE456C240A8" MinimumClientVersion="5.00.7958.1000" RandomizeMaxDays="7" ProgramEnabled="false"
    LastModifiedTime="30376953;932870912" SiteVersionMatch="true" SiteVersion="5.00.7958.1000" EnablePeerCache="true"/><RelatedContentIDs/></ContentLocationReply>'    ccmsetup    05/02/2015
    16:28:41    500 (0x01F4)
    Found local location 'http://COLSCCM01.lc-uk.org/SMS_DP_SMSPKG$/COL00002'    ccmsetup    05/02/2015 16:28:41    500 (0x01F4)
    Discovered 1 local DP locations.    ccmsetup    05/02/2015 16:28:41    500 (0x01F4)
    PROPFIND 'http://COLSCCM01.lc-uk.org/SMS_DP_SMSPKG$/COL00002'    ccmsetup    05/02/2015 16:28:41    500 (0x01F4)
    Got 401 challenge Retrying with Windows Auth...    ccmsetup    05/02/2015 16:28:41    500 (0x01F4)
    PROPFIND 'http://COLSCCM01.lc-uk.org/SMS_DP_SMSPKG$/COL00002'    ccmsetup    05/02/2015 16:28:41    500 (0x01F4)
    Using DP location http://COLSCCM01.lc-uk.org/SMS_DP_SMSPKG$/COL00002    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    GET 'http://COLSCCM01.lc-uk.org/SMS_DP_SMSPKG$/COL00002/ccmsetup.cab'    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    Got 401 challenge Retrying with Windows Auth...    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    GET 'http://COLSCCM01.lc-uk.org/SMS_DP_SMSPKG$/COL00002/ccmsetup.cab'    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    C:\Windows\ccmsetup\ccmsetup.cab is Microsoft trusted.    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    Successfully extracted manifest file C:\Windows\ccmsetup\ccmsetup.xml from file C:\Windows\ccmsetup\ccmsetup.cab.    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    Retrieved client version '5.00.7958.1000' and minimum assignable site version '5.00.7845.1000' from manifest    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    Checking compatibility of site version '5.00.7958.1000', expect newer than '5.00.7845.1000'    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    Site version '5.00.7958.1000' is compatible. Client deployment will continue.    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    Location 'http://COLSCCM01.lc-uk.org/SMS_DP_SMSPKG$/COL00002' passed site version check.    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    Loading manifest file: C:\Windows\ccmsetup\ccmsetup.xml    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    Successfully loaded ccmsetup manifest file.    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    Checking if manifest version '5.00.7958.1000' is newer than the ccmsetup version '5.0.7958.1401'    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    Running from temp downloaded folder or manifest is not newer than ccmsetup.    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    Item 'i386/vcredist_x86.exe' is applicable. Add to the list.    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    Item 'x64/vcredist_x64.exe' is not applicable.    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    Item 'i386/vc50727_x86.exe' is applicable. Add to the list.    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    Item 'x64/vc50727_x64.exe' is not applicable.    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    Item 'i386/WindowsUpdateAgent30-x86.exe' is applicable. Add to the list.    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    Item 'x64/WindowsUpdateAgent30-x64.exe' is not applicable.    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    Item 'i386/msxml6.msi' is applicable. Add to the list.    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    Item 'x64/msxml6_x64.msi' is not applicable.    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    Item 'i386/msrdcoob_x86.exe' is not applicable.    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    Item 'x64/msrdcoob_amd64.exe' is not applicable.    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    Item 'pkgmgr.exe' is not applicable.    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    Item 'dism.exe' is applicable. Add to the list.    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    Item 'wimgapi.msi' is not applicable.    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    Item 'i386/MicrosoftPolicyPlatformSetup.msi' is applicable. Add to the list.    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    Item 'x64/MicrosoftPolicyPlatformSetup.msi' is not applicable.    ccmsetup    05/02/2015 16:28:42    500 (0x01F4)
    Item 'i386/WindowsFirewallConfigurationProvider.msi' is applicable. Add to the list.    ccmsetup    05/02/2015 1

    Hi, Yes i had a look at the log yesterday. there are errors initially, but then the install completes. I can copy the whole log here, the machine in question is LCD14572. If you could take a look would be great. Still doesnt explain why i had to manually
    push the client though:
    Execute query exec [sp_CP_GetPushRequestMachineResource] 2097154539    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:05:58    3648 (0x0E40)
    Execute query exec [sp_CP_GetPushMachineName] 2097154539    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:05:58    3648 (0x0E40)
    Received request: "2097154539" for machine name: "LCD15000" on queue: "Retry".    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:05:58    3648 (0x0E40)
    Stored request "2097154539", machine name "LCD15000", in queue "Processing".    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:05:58    3648 (0x0E40)
    Execute query exec [sp_CP_SetPushRequestMachineStatus] 2097154539, 1    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:05:58    3648 (0x0E40)
    ----- Started a new CCR processing thread. Thread ID is 0x12d8. There are now 1 processing threads    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:00    3648 (0x0E40)
    Submitted request successfully    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:00    3648 (0x0E40)
    Getting a new request from queue "Retry" after 100 millisecond delay.    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:00    3648 (0x0E40)
    Found CCR "2097154540.ccr" in queue "Retry".    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:00    3648 (0x0E40)
    ======>Begin Processing request: "2097154539", machine name: "LCD15000"    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:00    4824 (0x12D8)
    Execute query exec [sp_IsMPAvailable] N'COL'    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:00    4824 (0x12D8)
    ---> Trying the 'best-shot' account which worked for previous CCRs (index = 0x0)    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:00    4824 (0x12D8)
    ---> Attempting to connect to administrative share '\\LCD15000\admin$' using account 'LC-UK\VAdmin'    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:00    4824 (0x12D8)
    Execute query exec [sp_CP_GetPushRequestMachine] 2097154540    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:00    3648 (0x0E40)
    Successfully retrieved information for machine LCD14589 from DB    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:00    3648 (0x0E40)
    Execute query exec [sp_CP_GetPushRequestMachineIP] 2097154540    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:00    3648 (0x0E40)
    Execute query exec [sp_CP_GetPushRequestMachineResource] 2097154540    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:00    3648 (0x0E40)
    Execute query exec [sp_CP_GetPushMachineName] 2097154540    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:00    3648 (0x0E40)
    Received request: "2097154540" for machine name: "LCD14589" on queue: "Retry".    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:00    3648 (0x0E40)
    Stored request "2097154540", machine name "LCD14589", in queue "Processing".    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:00    3648 (0x0E40)
    Execute query exec [sp_CP_SetPushRequestMachineStatus] 2097154540, 1    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:00    3648 (0x0E40)
    ----- Started a new CCR processing thread. Thread ID is 0x1d10. There are now 2 processing threads    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:02    3648 (0x0E40)
    Submitted request successfully    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:02    3648 (0x0E40)
    Getting a new request from queue "Retry" after 100 millisecond delay.    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:02    3648 (0x0E40)
    Found CCR "2097154542.ccr" in queue "Retry".    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:02    3648 (0x0E40)
    ======>Begin Processing request: "2097154540", machine name: "LCD14589"    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:02    7440 (0x1D10)
    Execute query exec [sp_IsMPAvailable] N'COL'    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:02    7440 (0x1D10)
    ---> Trying the 'best-shot' account which worked for previous CCRs (index = 0x0)    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:02    7440 (0x1D10)
    ---> Attempting to connect to administrative share '\\LCD14589\admin$' using account 'LC-UK\VAdmin'    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:02    7440 (0x1D10)
    Execute query exec [sp_CP_GetPushRequestMachine] 2097154542    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:02    3648 (0x0E40)
    Successfully retrieved information for machine LCD14571 from DB    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:02    3648 (0x0E40)
    Execute query exec [sp_CP_GetPushRequestMachineIP] 2097154542    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:02    3648 (0x0E40)
    Execute query exec [sp_CP_GetPushRequestMachineResource] 2097154542    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:02    3648 (0x0E40)
    Execute query exec [sp_CP_GetPushMachineName] 2097154542    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:02    3648 (0x0E40)
    Received request: "2097154542" for machine name: "LCD14571" on queue: "Retry".    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:02    3648 (0x0E40)
    Stored request "2097154542", machine name "LCD14571", in queue "Processing".    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:02    3648 (0x0E40)
    Execute query exec [sp_CP_SetPushRequestMachineStatus] 2097154542, 1    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:02    3648 (0x0E40)
    ----- Started a new CCR processing thread. Thread ID is 0x1768. There are now 3 processing threads    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:04    3648 (0x0E40)
    Submitted request successfully    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:04    3648 (0x0E40)
    Getting a new request from queue "Retry" after 100 millisecond delay.    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:04    3648 (0x0E40)
    Sleeping for 60 minutes for queue "Retry".    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:04    3648 (0x0E40)
    ======>Begin Processing request: "2097154542", machine name: "LCD14571"    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:04    5992 (0x1768)
    Execute query exec [sp_IsMPAvailable] N'COL'    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:05    5992 (0x1768)
    ---> Trying the 'best-shot' account which worked for previous CCRs (index = 0x0)    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:05    5992 (0x1768)
    ---> Attempting to connect to administrative share '\\LCD14571\admin$' using account 'LC-UK\VAdmin'    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:05    5992 (0x1768)
    ---> WNetAddConnection2 failed (LOGON32_LOGON_NEW_CREDENTIALS) using account LC-UK\VAdmin (00000035)    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:21    4824 (0x12D8)
    ---> The device LCD15000 does not exist on the network. Giving up    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:21    4824 (0x12D8)
    ---> Trying the 'best-shot' account which worked for previous CCRs (index = 0x0)    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:21    4824 (0x12D8)
    ---> Attempting to connect to administrative share '\\LCD15000.lc-uk.org\admin$' using account 'LC-UK\VAdmin'    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:21    4824 (0x12D8)
    ---> WNetAddConnection2 failed (LOGON32_LOGON_NEW_CREDENTIALS) using account LC-UK\VAdmin (00000035)    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:23    7440 (0x1D10)
    ---> The device LCD14589 does not exist on the network. Giving up    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:23    7440 (0x1D10)
    ---> Trying the 'best-shot' account which worked for previous CCRs (index = 0x0)    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:23    7440 (0x1D10)
    ---> Attempting to connect to administrative share '\\LCD14589.lc-uk.org\admin$' using account 'LC-UK\VAdmin'    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:23    7440 (0x1D10)
    ---> WNetAddConnection2 failed (LOGON32_LOGON_NEW_CREDENTIALS) using account LC-UK\VAdmin (00000035)    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:26    5992 (0x1768)
    ---> The device LCD14571 does not exist on the network. Giving up    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:26    5992 (0x1768)
    ---> Trying the 'best-shot' account which worked for previous CCRs (index = 0x0)    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:26    5992 (0x1768)
    ---> Attempting to connect to administrative share '\\LCD14571.lc-uk.org\admin$' using account 'LC-UK\VAdmin'    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:26    5992 (0x1768)
    ---> WNetAddConnection2 failed (LOGON32_LOGON_NEW_CREDENTIALS) using account LC-UK\VAdmin (00000035)    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:47    4824 (0x12D8)
    ---> The device LCD15000.lc-uk.org does not exist on the network. Giving up    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:47    4824 (0x12D8)
    ---> Trying the 'best-shot' account which worked for previous CCRs (index = 0x0)    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:47    4824 (0x12D8)
    ---> Attempting to connect to administrative share '\\LCD15000\admin$' using account 'LC-UK\VAdmin'    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:47    4824 (0x12D8)
    ---> WNetAddConnection2 failed (LOGON32_LOGON_NEW_CREDENTIALS) using account LC-UK\VAdmin (00000035)    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:47    4824 (0x12D8)
    ---> The device LCD15000 does not exist on the network. Giving up    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:47    4824 (0x12D8)
    ---> ERROR: Unable to access target machine for request: "2097154539", machine name: "LCD15000",  access denied or invalid network path.    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:47  
     4824 (0x12D8)
    Execute query exec [sp_CP_SetLastErrorCode] 2097154539, 53    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:47    4824 (0x12D8)
    Stored request "2097154539", machine name "LCD15000", in queue "Retry".    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:47    4824 (0x12D8)
    Execute query exec [sp_CP_SetPushRequestMachineStatus] 2097154539, 2    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:47    4824 (0x12D8)
    Execute query exec [sp_CP_SetLatest] 2097154539, N'02/05/2015 16:06:47', 2    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:47    4824 (0x12D8)
    <======End request: "2097154539", machine name: "LCD15000".    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:47    4824 (0x12D8)
    ---> WNetAddConnection2 failed (LOGON32_LOGON_NEW_CREDENTIALS) using account LC-UK\VAdmin (00000035)    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:51    7440 (0x1D10)
    ---> The device LCD14589.lc-uk.org does not exist on the network. Giving up    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:51    7440 (0x1D10)
    ---> Trying the 'best-shot' account which worked for previous CCRs (index = 0x0)    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:51    7440 (0x1D10)
    ---> Attempting to connect to administrative share '\\LCD14589\admin$' using account 'LC-UK\VAdmin'    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:51    7440 (0x1D10)
    ---> WNetAddConnection2 failed (LOGON32_LOGON_NEW_CREDENTIALS) using account LC-UK\VAdmin (00000035)    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:51    7440 (0x1D10)
    ---> The device LCD14589 does not exist on the network. Giving up    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:51    7440 (0x1D10)
    ---> ERROR: Unable to access target machine for request: "2097154540", machine name: "LCD14589",  access denied or invalid network path.    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:51  
     7440 (0x1D10)
    Execute query exec [sp_CP_SetLastErrorCode] 2097154540, 53    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:51    7440 (0x1D10)
    Stored request "2097154540", machine name "LCD14589", in queue "Retry".    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:51    7440 (0x1D10)
    Execute query exec [sp_CP_SetPushRequestMachineStatus] 2097154540, 2    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:51    7440 (0x1D10)
    Execute query exec [sp_CP_SetLatest] 2097154540, N'02/05/2015 16:06:51', 2    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:51    7440 (0x1D10)
    <======End request: "2097154540", machine name: "LCD14589".    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:51    7440 (0x1D10)
    ---> WNetAddConnection2 failed (LOGON32_LOGON_NEW_CREDENTIALS) using account LC-UK\VAdmin (00000035)    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:55    5992 (0x1768)
    ---> The device LCD14571.lc-uk.org does not exist on the network. Giving up    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:55    5992 (0x1768)
    ---> Trying the 'best-shot' account which worked for previous CCRs (index = 0x0)    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:55    5992 (0x1768)
    ---> Attempting to connect to administrative share '\\LCD14571\admin$' using account 'LC-UK\VAdmin'    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:55    5992 (0x1768)
    ---> WNetAddConnection2 failed (LOGON32_LOGON_NEW_CREDENTIALS) using account LC-UK\VAdmin (00000035)    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:55    5992 (0x1768)
    ---> The device LCD14571 does not exist on the network. Giving up    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:55    5992 (0x1768)
    ---> ERROR: Unable to access target machine for request: "2097154542", machine name: "LCD14571",  access denied or invalid network path.    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:55  
     5992 (0x1768)
    Execute query exec [sp_CP_SetLastErrorCode] 2097154542, 53    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:55    5992 (0x1768)
    Stored request "2097154542", machine name "LCD14571", in queue "Retry".    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:55    5992 (0x1768)
    Execute query exec [sp_CP_SetPushRequestMachineStatus] 2097154542, 2    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:55    5992 (0x1768)
    Execute query exec [sp_CP_SetLatest] 2097154542, N'02/05/2015 16:06:55', 2    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:55    5992 (0x1768)
    <======End request: "2097154542", machine name: "LCD14571".    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:06:55    5992 (0x1768)
    CCR count in queue "Retry" is 3.    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:07:42    6564 (0x19A4)
    Sleeping for 634 seconds...    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:07:43    6564 (0x19A4)
    Thread has been inactive too long. Closing thread    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:16:47    4824 (0x12D8)
    --- This thread is terminating due to inactivity    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:16:47    4824 (0x12D8)
    ----- Terminated CCR processing thread. There are now 2 processing threads    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:16:47    4824 (0x12D8)
    Thread has been inactive too long. Closing thread    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:16:51    7440 (0x1D10)
    --- This thread is terminating due to inactivity    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:16:51    7440 (0x1D10)
    ----- Terminated CCR processing thread. There are now 1 processing threads    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:16:51    7440 (0x1D10)
    Thread has been inactive too long. Closing thread    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:16:55    5992 (0x1768)
    --- This thread is terminating due to inactivity    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:16:55    5992 (0x1768)
    ----- Terminated CCR processing thread. There are now 0 processing threads    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:16:55    5992 (0x1768)
    Sleeping for 1 seconds...    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:18:16    6564 (0x19A4)
    The Site Control File has not changed since the last parameter update.    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:18:17    6564 (0x19A4)
    Updating Site Parameters    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:18:18    6564 (0x19A4)
    MP Ports: 80    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:18:18    6564 (0x19A4)
    IISPreferedPort: 80    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:18:18    6564 (0x19A4)
    MP SSL Ports: 443    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:18:18    6564 (0x19A4)
    IISSSLPreferedPort: 443    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:18:18    6564 (0x19A4)
    Default MP: COLSCCM01.lc-uk.org    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:18:18    6564 (0x19A4)
    Default MP Type: 1    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:18:18    6564 (0x19A4)
    Default MP: [None]    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:18:18    6564 (0x19A4)
    Certificate Selection Criteria:    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:18:18    6564 (0x19A4)
    Certificate Store:    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:18:18    6564 (0x19A4)
    SSL State: 224    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:18:18    6564 (0x19A4)
    Select First Certificate: 1    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:18:18    6564 (0x19A4)
    Certificate Issuers:    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:18:18    6564 (0x19A4)
    Checking configuration information for server: COLSCCM01.LC-UK.ORG.    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:18:18    6564 (0x19A4)
    Checking configuration information for server: COLSCCM01.LC-UK.ORG.    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:18:18    6564 (0x19A4)
    Fallback Status Point: COLSCCM01.lc-uk.org    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:18:18    6564 (0x19A4)
    Install on DC: False    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:18:18    6564 (0x19A4)
    Option for installing using IP address: 0    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:18:18    6564 (0x19A4)
    Sleeping for 1200 seconds...    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:18:18    6564 (0x19A4)
    Waiting for change in directory "D:\Program Files\Microsoft Configuration Manager\inboxes\ccr.box" for queue "Incoming", (30 minute backup timeout).    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:23:39  
     2876 (0x0B3C)
    Execute query exec [sp_CP_GetNewPushMachines] N'COL'    SMS_CLIENT_CONFIG_MANAGER    05/02/2015 16:28:09    2876 (0x0B3C)
    Execute query exec [sp_CP_SetPushRequestMachineStatus] 2097154468, 1    SMS_CLIENT_CONF

  • Error deploying JAX-RPC war in JBoss

    I am using the JBoss 3.0.3 with Tomcat 4.1.12. After creating a JAX-RPC application I have tried deploying the completed war to JBoss, but get an error saying that Jboss cannot find the:
    com.sun.xml.rpc.server.JAXRPCContextListener. java.lang.ClassNotFoundException
    This class lives in the jaxrpc-ri.jar file, from the jwsdp-1_0_01 distribution (Java Web Services Developer Pack). I've tried copying this jar file to the Jboss lib directory, but it still doesn't get past the error.
    How can install this jar (and/or other JAX-RPC jars) for Jboss to use? See server errors below:
    9:56:31,071 INFO [Engine] WebappLoader[VehicleInfoService]: Deploy class files /WEB-INF/classes/space/jboss/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/VehicleInfoService/WEB-INF/classes
    19:56:31,671 INFO [Engine] ContextConfig[VehicleInfoService]: Added certificates -> request attribute Valve
    19:56:31,852 INFO [EmbeddedCatalinaService41] Using Java2 parent classloader delegation: true
    19:56:31,853 INFO [Engine] StandardManager[VehicleInfoService]: Seeding random number generator class java.security.SecureRandom
    19:56:31,856 INFO [Engine] StandardManager[VehicleInfoService]: Seeding of random number generator has been completed
    19:56:32,141 ERROR [Engine] StandardContext[VehicleInfoService]: Error configuring application listener of class com.sun.xml.rpc.server.http.JAXRPCContextListener
    java.lang.ClassNotFoundException:
    com.sun.xml.rpc.server.http.JAXRPCContextListener
    at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1428)
    at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1274)
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3217)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:3524)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:821)
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:579)
    at org.jboss.web.catalina.EmbeddedCatalinaService41.createWebContext(EmbeddedCatalinaService41.java:427)
    at org.jboss.web.catalina.EmbeddedCatalinaService41.performDeploy(EmbeddedCatalinaService41.java:302)
    at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:300)
    at org.jboss.deployment.MainDeployer.start(MainDeployer.java:802)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:616)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:580)
    at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
    at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
    at $Proxy4.deploy(Unknown Source)
    at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:427)
    at org.jboss.deployment.scanner.URLDeploymentScanner.scanDirectory(URLDeploymentScanner.java:648)
    at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:499)
    at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:261)
    at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:164)
    at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
    at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976)
    at $Proxy0.start(Unknown Source)
    at org.jboss.system.ServiceController.start(ServiceController.java:397)
    at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
    at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)

    Deploy the jax-rpc implementation along with your application.
    The library is found in the Webservices Developers Kit at
    jaxrpc-1.0.3/lib/jaxrpc-ri.jar

Maybe you are looking for

  • Can no one help? Sync'ing iPhone with a new computer after crash on old PC

    Hi all, I'm hoping any lack of response was because you were taking time off at Christmas and not that I defeated the best of the bests. Hopefully your reply is simply a case of saying 'YES!' to the steps below. Here's a sort of potted timeline histo

  • How do I get idvd to work. It is now not supported on my Mac. OS 10.9.5

    I have not used my idvd for anything but, playing dvds. It's been a while for that too. I just tried to play a disc, already in the slot, and the msg comes up that idvd6  is no longer supported. I am running 10.9.5 Any ideas??

  • SAP R/3 4.7 IDES DVD

    Hi, I recently got certification in ABAP and looking for IDES DVD to learn IDOC & LSMW. I already have miniSAP but it not good for IDOC etc. I will appreciate if somebody tell me how I can get the DVDs. Currently I am not working in SAP so cannot ask

  • HT5429 Map backgrounds are not displaying on my 4s

    My iPhone 4S is running ios 6.1.2 Apple Maps doesn't display any information at all. The location pin is visible but that's it, no map background is visible. This also affects other map based apps that use the map. Google Maps works fine, and interne

  • Forte - multiple sessions during testing

    I think sun needs to make a "Forte" area in these forums. anyway. I love forte, but it had this option that if everytime I build & run my code it would ask me if I wanted the previous session closed...and I accidently clicked that "don't remind me ag