Error while deploying Windows 2008 R2 using SCCM 2012 R2

I am trying to deploy Window 2008 R2 image (captured from a  reference machine) using SCCM 2012 R2. I have integrated MDT 2013 with SCCM 2012 R2 and created an MDT task sequence. During deployment, towards the end of Applying image.wim, it gives me
an error that task sequence failed with the error code 0x80070002. And then the system reboots. After reboot, I am able to login to the Windows Server. It seems to work fine, but there are no applications etc installed. Also the _SMSTS log folder is still
present in  the C drive. And in the smsts.log file, i can see errors like failed to copy unattend.xml file. Please help me.

Hi,
Error code 0x80070002, it means the system cannot find file specified.
For more information, please review the link below:
Task Sequence Failed with the Error Code 0x80070002
http://prajwaldesai.com/task-sequence-failed-error-code-0x80070002/
Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
We
are trying to better understand customer views on social support experience, so your participation in this
interview project would be greatly appreciated if you have time.
Thanks for helping make community forums a great place.

Similar Messages

  • Error While Deploying the BPEL Process using obant script

    Hi All,
    I am getting the following error while deploying the BPEL Process using obant script. we are using the BPEL Version 10.1.2.0.2.Any information in this regard will be really helpful.
    Buildfile: build.xml
    main:
    [bpelc] file:/home5102/dibyap/saravana/Test/CreditRatingService.wsdl
    [bpelc] validating "/home5102/dibyap/saravana/Test/CreditRatingService.bpel" ...
    BUILD FAILED
    /home5102/dibyap/saravana/Test/build.xml:15: ORABPEL-01002
    Domain directory not found.
    The process cannot be deployed to domain "default" because the domain directory "/opt02/app/ESIT/oracle/esit10gR2iAS/BPEL10gR2/iAS/integration/orabpel/domains/default/deploy" cannot be found or cannot b
    e written to.
    Please check your -deploy option value; "default" must refer to a domain that has been installed locally on your machine.
    Total time: 23 seconds
    dibyap@ios5102_ESIBT:/home5102/dibyap/saravana/Test>
    Thanks,
    Saravana

    In 10.1.2.0.2 you need to create your own build.xml
    I have found an example, it may be of some help. This does call a property file
    cheers
    James
    <?xml version="1.0" ?>
    <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Run cxant on this file to build, package and deploy the
    ASB_EFT BPEL process
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
    <project name="ASB_EFT" default="main" basedir=".">
    <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Name of the domain the generated BPEL suitcase will be deployed to
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
    <property name="deploy" value="default" />
    <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    What version number should be used to tag the generated BPEL archive?
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
    <property name="rev" value="1.0" />
    <!-- BPEL Best Practices Properties -->
    <!-- Defaults Properties for TARGET environments
    # CHANGE THIS FILE TO REFLECT THE TARGET ENVIRONEMNT
    # either dev, test, or prod.properties
    -->
    <property file="ebusd.properties"/>
    <property name="env" value="${env.name}"/>
    <property name="current.project.name" value="${project.name}"/>
    <property name="target.project.name" value="${project.name}_${env}"/>
    <property name="deployment.profile" value ="${env}.properties"/>
    <property name="source.development.directory" location="${basedir}"/>
    <property name="target.env.directory" location="${basedir}/deploy/${project.name}_${env}"/>
    <property file="${deployment.profile}"/>
    <property name="build.fileencoding" value="UTF-8"/>
    <!-- Prints Environment
    -->
    <target name="print.env" description="Display environment settings">
    <echo message="Base Directory: ${basedir}"/>
    <echo message="Deployment Profile: ${deployment.profile}"/>
    <echo message="target.env.directory: ${target.env.directory}"/>
    <echo message="Deploy to Domain: ${deployToDomain}"/>
    <echo/>
    <echo message="os.name: ${os.name}"/>
    <echo message="os.version: ${os.version}"/>
    <echo message="os.arch: ${os.arch}"/>
    <echo/>
    <echo message="java.home: ${java.home}"/>
    <echo message="java.vm.name: ${java.vm.name}"/>
    <echo message="java.vm.vendor: ${java.vm.vendor}"/>
    <echo message="java.vm.version: ${java.vm.version}"/>
    <echo message="java.class.path: ${java.class.path}"/>
    <echo/>
    <echo message="env: ${env}"/>
    <echo message="current.project.name: ${current.project.name}"/>
    <echo message="target.project.name: ${target.project.name}"/>
    <echo message="server.name: ${server.name}"/>
    </target>
    <!--
    Copies the current directory structure along with
    all the file into the target.env.directory and
    change the name of the project
    -->
    <target name="create.environment">
    <copy todir="${target.env.directory}">
    <fileset dir="${basedir}"/>
    <filterset begintoken="@" endtoken="@">
    <filtersfile file="${deployment.profile}"/>
    </filterset>
    </copy>
    <move file="${target.env.directory}/${current.project.name}.jpr" tofile="${target.env.directory}/${target.project.name}.jpr"/>
    </target>
    <target name="main">
    <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    the bpelc task compiles and package BPEL processes into versioned BPEL
    archives (bpel_...jar). See the "Programming BPEL" guide for more
    information on the options of this task.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
    <bpelc input="${basedir}/bpel.xml" rev="${rev}" deploy="${deploy}" />
    </target>
    </project>
    here is a property file
    project.name=ASB_EFT
    env.name=ebusd
    deployToDomain=default
    server.name=[server]
    server.port=7788
    ebusd\:7788=http://[server]:7788/
    IntegrationMailAccount=OracleBPELTest
    IntegrationMailAddress=[email]
    IntegrationMailPassword=[password]
    archivedir=[directory]
    inbounddir=/[directory]
    errordir=[directory]
    outbounddir=[directory]
    bpelpw=bpel
    dbhost1=[dbserver]
    dbhost2=[dbserver]
    dbport=1523
    dbservice=bpel
    dbconnstr=jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=[server])(PORT=1523))(ADDRESS=(PROTOCOL=tcp)(HOST=[server])(PORT=1523)))(CONNECT_DATA=(SERVICE_NAME=ebusd)))

  • Error while deploying SOA domain template using OVAB

    This error occurred while deploying SOA domain template using OVAB.
    Can anyone tell me what is the cause of this error and how can I correct it???
    [as] [TRACE] [] [oracle.as.assemblybuilder.fcp] [tid: 62] [SRC_CLASS: oracle.as.assemblybuilder.fcp.utils.OvabLogger] [SRC_METHOD: trace] [stderr] Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException: Unable to find target node for /soa-wls-assem/soa-wls/AdminServer/AdminServer-0[[
    at oracle.as.assemblybuilder.fcp.deployer.overview.deployment.DeployedApplianceTableModel.processStateChanged(DeployedApplianceTableModel.java:254)
    at oracle.as.assemblybuilder.fcp.deployer.overview.deployment.DeployedApplianceTableModel$1.run(DeployedApplianceTableModel.java:165)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:641)
    at java.awt.EventQueue.access$000(EventQueue.java:84)
    at java.awt.EventQueue$1.run(EventQueue.java:602)
    at java.awt.EventQueue$1.run(EventQueue.java:600)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:611)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    2011-09-13T01:44:50.984-07:00] [as] [WARNING] [] [oracle.as.assemblybuilder.resourcepool.service.ovm.internal] [tid: 35] Error obtaining pool metrics for resource pool new_default_connection:osb-ovab-pool. Error is javax.xml.ws.soap.SOAPFaultException: Internal Server Error (Caught exception while handling request: oracle.ovs.biz.agent.AgentException: OVM-1011 OVM Manager communication with 10.244.20.148 for operation Query server metrics info failed:[[
    time out occurred)
    at com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:189)
    at com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:122)
    at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:119)
    at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:89)
    at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:140)

    884872 wrote:
    2011-09-13T01:44:50.984-07:00] [as] [WARNING] [] [oracle.as.assemblybuilder.resourcepool.service.ovm.internal] [tid: 35] Error obtaining pool metrics for resource pool new_default_connection:osb-ovab-pool. Error is javax.xml.ws.soap.SOAPFaultException: Internal Server Error (Caught exception while handling request: oracle.ovs.biz.agent.AgentException: OVM-1011 OVM Manager communication with 10.244.20.148 for operation Query server metrics info failed:[[
    time out occurred)Looks like OVAB can't connect to your Oracle VM Manager SOAP service.

  • Sharepoint 2010 question : Error while deploying wsp file in using managment shell (power script)

    When I tried to deploy the wsp's using managment shell (power shell scripts) everything looks good.
    When I go and take a look the "manage farm solutions" thru sharepoint central admin, I see the deployment failed in two servers.
    Error is
    Could not load file or assembly 'c:\windows\Temp\solution-cxxxxxxxxxxxxxx\xxx.xxx.dll" or one of its dependencies. Access is denied.
    Can you please let me know what could be the reason.
    Note : I have two app servers and two web servers setup. The deployment is sucessful in 2 apps servers . but 2 web servers are giving error.
    Thanks
    Pichaimani

    Hi,
    According to your post, my understanding is that you wanted to failed to deploy the wsp's using managment shell.
    You need to make sure that the dll is registered in the GAC.
    Go to %Windows%\assembly. If the dll isn't there , you need to install it to the GAC on the server. Simply drag it into that folder in Windows Explorer, and it should install itself.
    Here is a similar thread for your reference:
    http://stackoverflow.com/questions/1265505/sharepoint-could-not-load-file-or-assembly-the-system-cannot-find-the-file-sp
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Mass Deployment of Retail components using SCCM 2012

    Task Sequence: Configure retail channel database has failed with the error code  (0x00030D5D). For more information, contact your system administrator or helpdesk operator.

    This issue is related to Dynamics AX not SCCM 2012 so that i recommended to open this case with Dynamics AX Forums.
    http://blogs.msdn.com/b/axsupport/archive/2012/08/15/ax2012-retail-ms-sync-service-fails-to-synchronize-transactions-from-offline-database.aspx
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"Mai Ali | My blog:
    Technical | Twitter:
    Mai Ali

  • Error while activating Windows 8 Pro using MSDN Key

    I installed Windows 8 Pro on my machine with a key from my friend. Now, I've got my own MSDN key for Windows 8 Pro edition. When I try to change the product key using powershell, I get the following error,
    Error: 0xC004F069 On a Computer running Microsoft Windows non-code edition, run slui.exe 0x2a 0xC004F069 to display the error text.
    tech trends

    I installed Windows 8 Pro on my machine with a key from my friend. Now, I've got my own MSDN key for Windows 8 Pro edition. When I try to change the product key using powershell, I get the following error,
    Error: 0xC004F069 On a Computer running Microsoft Windows non-code edition, run slui.exe 0x2a 0xC004F069 to display the error text.
    tech trends
    Can you not run from a normal command prompt;
    slmgr -upk                           ;uninstalls product key
    slmgr -ipk XXXX-XXXX-XXXX-XXXX      ;install new product key

  • Error while capturing Windows Xp image with MDT 2012.

    Hi,
    here is the log file. please go thriugh this log and resolve my issue.
    ------  Applying bootable Windows PE image ------ LTIApply 
    LTI applying Windows PE LTIApply 
    FAILURE ( 5610 ): False: Verify File:
    \\WIN-0KLPXWQQGYL\DeploymentShare$\Boot\LiteTouchPE_x86.wim LTIApply 
    Command completed, return code = -2147467259 LiteTouch 
    Litetouch deployment failed, Return Code = -2147467259  0x80004005 LiteTouch 
    For more information, consult the task sequencer log ...\SMSTS.LOG. LiteTouch 
    Property RetVal is now = -2147467259 LiteTouch 
    CleanStartItems Complete LiteTouch 1
    About to run command: MSHTA.exe "\\WIN-0KLPXWQQGYL\DeploymentShare$\Scripts\Wizard.hta" /definition:Summary_Definition_ENU.xml LiteTouch 
    Property definition is now = Summary_Definition_ENU.xml Wizard 
    Microsoft Deployment Toolkit version: 6.0.1763.0 Wizard 
    Not Wizard = False Wizard 
    Property WizardComplete is now = N Wizard 
    Property WizardComplete is now = Y Wizard 
    Command completed, return code = 0 LiteTouch 
    Unable to copy log to the network as no SLShare value was specified. LiteTouch 
    CleanStartItems Complete LiteTouch 10/31/2011 11:53:46 AM 0 (0x0000)
    Unregistering TSCore.dll. LiteTouch 10/31/2011 11:53:46 AM 0 (0x0000)
    About to run command: wscript.exe "\\WIN-0KLPXWQQGYL\DeploymentShare$\Scripts\LTICleanup.wsf" 
    ZTI ERROR - Non-zero return code by LiteTouch, rc = -2147467259  0x80004005  

    Error 0x7b is something different. IT means that you don't have the correct storage driver installed. Are you running an IHCA? To get around this most IT professionals will create their images on *virtual machines* like Hyper-V. YOu won't need to load any
    special drivers, and even better the image you create will be pretty clean (as long as it's a generic image). Don, It's not clear from *where* you received the 7b, Was it within Windows XP? Within WinPE, or somewhere else? Be specific.
    Additionaly, the "Sysprep and Capture" Task Sequence Template is great if you *already* have the image created just the way you want. However, if you are starting from scratch, I would recommend looking into using the *full* "CLient" deployment Task Sequence
    Template. That will allow you to deploy the OS, install applications, sysprep *AND* capture all in one automated process.
    Keith Garner - keithga.wordpress.com

  • Error while deploying ear in weblogic 9.1

    im getting the following error while deploying my ear created using ant script in weblogic 9.1.
    pls help me
    <May 2, 2006 8:14:42 PM IST> <Error> <J2EE Deployment SPI> <BEA-260101> <Parameter may not be null.
    java.lang.NullPointerException
         at weblogic.deploy.api.internal.utils.ConfigHelper.checkParam(ConfigHelper.java:142)
         at weblogic.deploy.api.tools.ModuleInfo.createModuleInfo(ModuleInfo.java:82)
         at weblogic.deploy.api.tools.SessionHelper.getModuleInfo(SessionHelper.java:607)
         at com.bea.console.actions.app.install.Flow.appSelected(Flow.java:453)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         Truncated. see log file for complete stacktrace
    >
    **********************

    Hi Binu,
    Was the ear file built using WLS 9.1 ant scripts ?
    Thanks
    Raj

  • Windows 7 Deployment using SCCM 2012

    I am installing Windows 7 Enterprise 64bit on HP Desktops and Laptops using SCCM 2012 task sequence. I captured an image from the reference computer using capture media. The image works fine on Hp Desktops but when I install the same image on HP laptops,
    I get an error message right at the end "Windows Setup could not configure Windows to run on this computer's hardware". I captured another image with plain Windows 7 Enterprise without SP1, updates and drivers. it works perfectly fine on all desktops
    and laptops both. Below is the setupact and setuperr error logs. Much appreciated. 
    SETUPACT.LOG
    capisp.dll::CryptoSysPrep_Specialize: assigned CAPI machine guid "d01b5e9b-0af5-4b3c-a712-70977e79a177"
    2014-08-26 21:19:04, Info                         capisp.dll::SamConnect failed: c00000dc
    2014-08-26 21:19:04, Info                         capisp.dll::CryptoSysPrep_Specialize: DisableAdministratorIfApplicable failed
    2014-08-26 21:19:04, Info                         capisp.dll::CryptoSysPrep_Specialize: returning 65b
    2014-08-26 21:19:04, Error      [0x0f0082] SYSPRP LaunchDll:Failure occurred while executing 'C:\Windows\system32\capisp.dll,CryptoSysPrep_Specialize', returned error code 1627[gle=0x000003e5]
    2014-08-26 21:19:04, Info                  IBS    Callback_Specialize: Internal Providers Specialized Failed. System can't proceed to handle Internal Providers
    2014-08-26 21:19:04, Info                  IBS    Callback_Specialize: Specialize return: [1627]
    2014-08-26 21:19:04, Error      [0x060435] IBS    Callback_Specialize: An error occurred while either deciding if we need to specialize or while specializing; dwRet = 0x65b
    2014-08-26 21:19:04, Info       [0x0640ae] IBSLIB PublishMessage: Publishing message [Windows Setup could not configure Windows to run on this computer's hardware.]
    SETUPERR.LOG
    2014-08-26 21:16:24, Error                 SYSPRP SPPNP: Error 0x25 (CONFIGRET) occurred while determining the buffer size needed to hold the list of devices that are using service usbhub20.
    2014-08-26 21:16:24, Error                 SYSPRP SPPNP: Error 0x424 occurred while opening a handle to the service usbhub20.[gle=0x00000424]
    2014-08-26 21:19:04, Error      [0x0f0082] SYSPRP LaunchDll:Failure occurred while executing 'C:\Windows\system32\capisp.dll,CryptoSysPrep_Specialize', returned error code 1627[gle=0x000003e5]
    2014-08-26 21:19:04, Error      [0x060435] IBS    Callback_Specialize: An error occurred while either deciding if we need to specialize or while specializing; dwRet = 0x65b

    Hi,
    From your error log, we could see the root is the incorrect driver.
    How did you get the driver in your first image? If you enable "PersistAllDeviceInstalls" configuration when you capture the image, all Plug and Play devices in reference computer are uninstalled during the generalize pass and then reinstalled
    during the specialize pass.
    However, it‘s not always applied to your laptop.
    Thus I suggest you download the proper driver or change the BIOS hard disk drive setting to IDE to check the result.
    Warning: This procedure may involve changing your hard disk drive settings in the BIOS. Incorrect changes to the BIOS of your computer can result in serious problems. Microsoft cannot guarantee that problems that result from changes to the
    BIOS can be resolved. Change the BIOS settings at your own risk. Incorrect or corrupted BIOS settings can cause startup problems or shutdown problems.
    In addition, you could refer to the article below:
    “Windows Setup could not configure Windows on this computer’s hardware” installation error on a Windows 7-based or a Windows Server 2008 R2-based computer
    http://support.microsoft.com/kb/2466753/en-us
    Karen Hu
    TechNet Community Support

  • Error while deploying project using HL7Adapter

    Hi,
    I have created a sample project trying to read HL7 message from a text file and printing the output to another text file. The whole process goes through series of steps and adapters involved e.g. Text File to Queue to HL7Adapter to TCPIP adapter to final output text file. I am not modifying the contents.
    Build is done successfully, but I am getting error while deployment which I am not able to figure out. If anybody is having any idea, please let me know. I am using Windows Vista 32-bit, JDK 1.6.07, Java CAPS 6.
    If I reduce the steps to File->Queue->File, then it works fine, but involving HL7Adapter I am getting this error.
    Following is the stack trace extracted from the server log:
    RAR7096: Exception null while trying to set the value BASE64... on property RAConfiguration
    RAR6035 : Resource adapter start failed : {0}
    com.sun.enterprise.connectors.ConnectorRuntimeException: Wrong parameters for pool creation : null
    at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.loadRAConfiguration(ActiveInboundResourceAdapter.java:544)
    at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:120)
    at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:113)
    at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:300)
    at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:207)
    ... 71 more
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.enterprise.connectors.util.SetMethodAction.run(SetMethodAction.java:101)
    ... 72 more
    Caused by: com.stc.connector.management.STCCreateMBeanException
    at com.stc.connector.framework.jca.system.STCResourceAdapter.createMBean(STCResourceAdapter.java:826)
    at com.stc.connector.framework.jca.system.STCResourceAdapter.setRAConfiguration(STCResourceAdapter.java:447)
    ... 77 more
    Caused by: javax.management.ReflectionException
    at com.stc.connector.management.util.ObjectReference.<init>(ObjectReference.java:314)
    at com.stc.connector.framework.jca.system.STCResourceAdapter.createMBean(STCResourceAdapter.java:802)
    ... 78 more
    Caused by: java.lang.ClassNotFoundException: com.stc.connector.tcpip.hl7.mbeans.HL7RAMonitor
    at com.sun.enterprise.loader.EJBClassLoader.findClassData(EJBClassLoader.java:741)
    at com.sun.enterprise.loader.EJBClassLoader.findClass(EJBClassLoader.java:631)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at com.stc.connector.management.util.ObjectReference.<init>(ObjectReference.java:302)
    ... 79 more
    pl.run(WorkerThreadImpl.java:116)
    CORE5021: Application NOT loaded: [Deployment1CAPSProject1]
    ADM1075:Error on listening event:[Error while enabling application [Deployment1CAPSProject1]. Please refer to the server log for more details. ]

    Hi,
    I have created a sample project trying to read HL7 message from a text file and printing the output to another text file. The whole process goes through series of steps and adapters involved e.g. Text File to Queue to HL7Adapter to TCPIP adapter to final output text file. I am not modifying the contents.
    Build is done successfully, but I am getting error while deployment which I am not able to figure out. If anybody is having any idea, please let me know. I am using Windows Vista 32-bit, JDK 1.6.07, Java CAPS 6.
    If I reduce the steps to File->Queue->File, then it works fine, but involving HL7Adapter I am getting this error.
    Following is the stack trace extracted from the server log:
    RAR7096: Exception null while trying to set the value BASE64... on property RAConfiguration
    RAR6035 : Resource adapter start failed : {0}
    com.sun.enterprise.connectors.ConnectorRuntimeException: Wrong parameters for pool creation : null
    at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.loadRAConfiguration(ActiveInboundResourceAdapter.java:544)
    at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:120)
    at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:113)
    at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:300)
    at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:207)
    ... 71 more
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.enterprise.connectors.util.SetMethodAction.run(SetMethodAction.java:101)
    ... 72 more
    Caused by: com.stc.connector.management.STCCreateMBeanException
    at com.stc.connector.framework.jca.system.STCResourceAdapter.createMBean(STCResourceAdapter.java:826)
    at com.stc.connector.framework.jca.system.STCResourceAdapter.setRAConfiguration(STCResourceAdapter.java:447)
    ... 77 more
    Caused by: javax.management.ReflectionException
    at com.stc.connector.management.util.ObjectReference.<init>(ObjectReference.java:314)
    at com.stc.connector.framework.jca.system.STCResourceAdapter.createMBean(STCResourceAdapter.java:802)
    ... 78 more
    Caused by: java.lang.ClassNotFoundException: com.stc.connector.tcpip.hl7.mbeans.HL7RAMonitor
    at com.sun.enterprise.loader.EJBClassLoader.findClassData(EJBClassLoader.java:741)
    at com.sun.enterprise.loader.EJBClassLoader.findClass(EJBClassLoader.java:631)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at com.stc.connector.management.util.ObjectReference.<init>(ObjectReference.java:302)
    ... 79 more
    pl.run(WorkerThreadImpl.java:116)
    CORE5021: Application NOT loaded: [Deployment1CAPSProject1]
    ADM1075:Error on listening event:[Error while enabling application [Deployment1CAPSProject1]. Please refer to the server log for more details. ]

  • "Recycle IIS Application Pool" error while deploying solution using Visual Studio

    Hi All,
    I am getting below error while deploying solution from Visual Studio. I have verified the URL and its okay and site is also up and running and accessible.
    Error 1 Error occurred in deployment step 'Recycle IIS Application Pool': Cannot connect to the SharePoint site:
    http://portal/sites/site1/. Make sure that this is a valid URL and the SharePoint site is running on the local computer. If you moved this project to a new computer or if the URL of the SharePoint site has changed since
    you created the project, update the Site URL property of the project.
    Suggest some solution.
    Thanks in advance. 

    Hi,
    Please  do/Validate the below things..
    1.Current logged  in user is in Administrator group
    of SharePoint server.
    2.Current logged user has db_owner permission for Content
    Database  of the site you are trying to deploy .
    http://www.sharemuch.com/2010/03/19/resolving-vs-2010-solution-deployment-issues-for-sharepoint-2010-projects/
    and also
    Do a IIS reset
    Check if IIS is resetting.
    If it is not, then disable UAC from control panel and IIS reset will work.
    Go to Central Administration site
    Navigate to the Manage Web Applications page
    Click on the web application that hosts the site you are trying to deploy to
    Click the User Policy ribbon item.
    Add your windows account to the list of users with the Full Control permission.
    Don't forget to mark it as an Answer if it resolves your issue and Vote Me as helpful if it useful.
    Mahesh

  • Error while deploying ear using Oracle weblogic 11g in local machine

    Hi,
    Initially I installed Jdeveloper along with Weblogic and got the below error while deploying. Later I uninstalled Jdeveloper and weblogic, etc and installed a new weblogic on my local machine and tried to deploy ear. But still got the same error. With the same installable file and same ear, we could deploy successfully on my colleagues' machine. Any idea?.
    Satus: deploy Failed
    Description: [Deployer:149026]deploy application part on AdminServer.
    Begin Time: Thu Feb 03 13:45:01 EST 2011
    End Time: Thu Feb 03 13:45:11 EST 2011
    Exception: [J2EE:160149]Error while processing library references. Unresolved Webapp Library references for "ServletContext@22411886[app:part module:part path:/part spec-version:2.5]", defined in weblogic.xml [Extension-Name: jstl, Specification-Version: 1.2, exact-match: false].
    Regards,
    Rama

    and also post the section of weblogic.xml which refers to JSTL library
    some entry like <library-ref>

  • Adobe Creative Cloud Enterprise Deployment Issues using SCCM 2012 R2

    Hi,
    I have been trying to deploy Adobe Creative Cloud Enterprise to Windows 8.1 machines that are identical, using SCCM 2012 R2.
    The Adobe package seems fine, because it seems to deploy successfully to some machines. And SCCM 2012 R2 has been configured correctly, as I can deploy other software using it, and again, it deploys Adobe CC successfully to some of the machines.
    I have tried comparing the package that is downloaded on the test machine/client machine, with the original package on the distribution point, using Beyond Compare, and there are no differences.
    I have contacted Adobe Enterprise Support, and they asked me to send to them log files from Event Viewer, the msi installer, and other Adobe logs, from the machine that failed the deployment. However, after Adobe studying them, they told me that they could not identify any problems... Strange, because I could have sworn that I saw error 1603 pop up over 20 times on different machines indicating that the 'Set-up.dat' file had a problem with it.
    After all the testing on over 20 identical machines (same hardware/same software), using different configurations on SCCM 2012 R2 and the client machines, I still can't seem to have a reliable solution to deploying Adobe CC.
    The fact that it deploys successfully on one machine and fails on another, or sometimes deploy to two machines and fail on another (simultaneously), is something that I don't understand.
    Another thing is that, if I retry the deployment 10-15 times after it failed the first time, it might go through...
    Adobe Enterprise Support asked me if they could remote into a machine that failed the deployment to have a look at it and I agreed to that option, but it seems like my issue has been ignored because they never got back to me.
    Has anyone had this kind of problem or anything similar before?
    I need to be able to deploy this remotely to 100+ machines. So installing manually is not an option.
    Any help is appreciated.
    This was posted in the wrong section a few days ago. I'm hoping I can get some help here.
    Case Number: 1862659812
    UPDATE: I spoke to Adobe Customer Support and after 1.5 hours on the phone with a remote session going on, problem was still not solved or identified. Additional log files have been sent and now I'm waiting for a call back.

    Hi Robert,
    We seem to be having a very similar issue.  Our installs would randomly fail with error code 1603 and an error message about a fault in Set-up.dat.  Failure rate was near 95% on our 900 machines.  Adobe Support and Karl having been looking into our issues but so far no solution has been found.
    Having done a lot of investigating we've managed to deploy our package using a schedule task running as a domain admin.  This is a nasty solution and we don't intend on using this permanently, but we needed to get the package out.
    Are you seeing any of the following:
    Entries in PDApp.log:
    [FATAL] |  | ASU | DeploymentManager | DeploymentManager |  |  | 2900 | The Bootstrapper Process is (5).Stopping the installation process.
    [FATAL] |  | ASU | DeploymentManager | DeploymentManager |  |  | 2900 | The return code from the Adobe Installer Process is (33).Stopping the uninstallation process.
    [WARN] |  | ASU | DeploymentManager | DeploymentManager |  |  | 2900 | Failed to find the pdb database.
    [WARN] |  | ASU | DeploymentManager | DeploymentManager |  |  | 2900 | Failed to get the local payload database handle.
    Event Log:
    Faulting application name: Set-up.dat, version: 2.9.1.474, time stamp: 0x54e11f94
    Faulting module name: Set-up.dat, version: 2.9.1.474, time stamp: 0x54e11f94
    Exception code: 0xc0000005
    Fault offset: 0x000d7c52
    Faulting process id: 0xb40
    Faulting application start time: 0x01d072a073861622
    Faulting application path: \\server.name.path\Adobe CC\FullPackage\Build\ASU\Set-up.dat
    Faulting module path: \\server.name.path\Adobe CC\FullPackage\Build\ASU\Set-up.dat
    Report Id: c86d9216-de93-11e4-8284-782bcb99e284
    Faulting package full name:
    Faulting package-relative application ID:
    Installer Log
    Indicates it can't find the Media_db.  We noticed that the folder C:\Program Files (x86)\Common Files\Adobe\caps doesn't get created on the machines were the install fails, so error message is correct in that there isn't a Media_db.db.  Sysinterals Process Monitor seems to show that the setup tried to create the folder/files but they don't actually get created.  Copying a Media_db into the folder from another machine seems to allow the installation to almost finish, but unsurprisingly you end up with problems later on.

  • Error while Deploying .EAR file

    Hi All,
    Iam getting the following Error while deploying a .ear file (generated by jdeveloper 11g) into OC4J 10.1.3.3
    [Apr 16, 2008 3:49:00 PM]application : ModelEJB is in failed state
    [Apr 16, 2008 3:49:00 PM] Operation failed with error: Missing class: oracle.jbo.server.ejb.StatefulSessionBeanImpl Dependent class: model.server.ejb.beanmanaged.AppModuleServer Loader: ModelEJB.root:0.0.1 Code-Source: /D:/OC4J/j2ee/home/applications/ModelEJB/ModelEJB.jar Configuration: in D:\OC4J\j2ee\home\applications\ModelEJB (Failure analysis caught java.lang.IllegalStateException: ClassLoader "ModelEJB.root:0.0.1" (from in /D:/OC4J/j2ee/home/applications/ModelEJB/): This loader has been closed and should not be in use.)
    Can some one help me in this...
    Thanks & Regards,
    Kaushik

    Hi,
    The name of the data-source should match with the value of 'Location' in data-sources.xml
    ex: "jdbc/OracleDS"
    Can you give more details of your problem like how you are deploying?
    Kavitha

  • Error while deploying the application

    Hi,
    I am trying to deploy an application on WLS 9.0 on Windows XP.
    I get the following error while deploying.
    "Cannot set web app root system property when WAR file is not expanded"
    Here is the command I used and the output.
    C:\bea\weblogic90\server\bin>java weblogic.Deployer -adminurl t3://localhost:7001 -username weblogic -password weblogic -deploy -name prs -source C:\bea\user_projects\domains\consoleExtensions\applica
    tions\abc.war -targets AdminServer
    weblogic.Deployer invoked with options: -adminurl t3://localhost:7001 -username weblogic -deploy -name abc -source C:\bea\user_projects\domains\consoleExtensions\applications\abc.war -targets AdminServer
    <Feb 28, 2006 10:58:49 AM CST> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operatio
    n for application, abc [archive: C:\bea\user_projects\domains\consoleExtensions\applications\abc.war], to AdminServer .>
    Task 0 initiated: [Deployer:149026]deploy application abc on AdminServer.
    Task 0 failed: [Deployer:149026]deploy application abc on AdminServer.
    Target state: deploy failed on Server AdminServer
    Cannot set web app root system property when WAR file is not expanded
    I am deploying my application as a .war file. I dont get this error on solaris. I dont get this error even on windows when it is deployed in exploded format.
    Has anyone ran into such problem. Please let me know if you anyone knows what is the problem.
    Any help is greatly appreciated.
    Thanks in advance
    Sarat

    I changed the schema location in my WSDL and tried deploying it and it worked.
    But now there is a new problem that has come up. When I try testing the service, it gives me an error saying that there is a problem with the end point.
    The error I get is as follows:
    The selected operation process could not be invoked.
    An exception occured while invoking the webservice operation. Please see logs for more details.
    oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: oracle.fabric.common.FabricInvocationException: Unable to access the following endpoint(s): http://prodtest.sj.vindicia.com/soap.pl<br>
    java.lang.Exception: oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: oracle.fabric.common.FabricInvocationException: Unable to access the following endpoint(s): http://prodtest.sj.vindicia.com/soap.pl
    The server seems to be on but I'm not able to reach it.

Maybe you are looking for

  • 2.1 RC1 - Search Source Code results - Go To package name doesn't work

    Hi. When I perform a search through Reports -> Data Dictionary -> PLSQL -> Search Source Code and I right-click -> Go To ... on a row of the results, nothing happens. Regards. Alessandro Edited by: archimede on Dec 2, 2009 12:29 PM

  • How to convert Oracle data types to ABAP types.

    Hi, I have this oracle table table: Type of col. Char(6) Number Number Number Number Date I dont know how to convert column of number to abap types. I use exec sgl syntax and I try to insert value to abap structure. But structure <dyn_wa> is wrong.  

  • Installation Oracle 10.2.01 on Fedora 7

    Has established ORACLE and a DB. in a browser I type http: // localhost.localdomain:1158/em, and normally I enter into a DB. SQLPlus also all is normal. And here isqlplus does not pass (http: // localhost.localdomain:5560/isqlplus)??????? Has started

  • ITunes v 1.1.1.5 makes m4b files = 0:00 and will not play. iPod update same

    updated iTunes makes m4b (homemade audiobooks) show 0:00 time -- even though file size shows old size -- and files will not play. Immediate past version of iTunes showed at 0:00 but would play. updated iPod will not play pre update present m4b audiob

  • Can I tag titles and do other SEO functions in iweb?

    What can I do to boost SEO in my iweb site? I heard of one trick which is to have a text box of keywords in the background color so it's invisible. Otherwise, can I tag titles?