Preverification failed with error code 1. BUILD FAILED

Hallo Oracle,
Am learning my first J2me application and when i build it am getting this error. can some one help me understand what it means
Created dir: C:\Users\Dell\Documents\NetBeansProjects\watsdownapp\build\preverifysrc
Copying 1957 files to C:\Users\Dell\Documents\NetBeansProjects\watsdownapp\build\preverifysrc
Created dir: C:\Users\Dell\Documents\NetBeansProjects\watsdownapp\build\preverified
Preverifying 1957 file(s) into C:\Users\Dell\Documents\NetBeansProjects\watsdownapp\build\preverified directory.
Error preverifying class com.sun.activation.registries.MailcapFile
    VERIFIER ERROR com/sun/activation/registries/MailcapFile
.<init>(Ljava/lang/String;)V:
Cannot find class java/util/Map
C:\Users\Dell\Documents\NetBeansProjects\watsdownapp\nbproject\build-impl.xml:431: Preverification failed with error code 1.
BUILD FAILED (total time: 25 seconds)
this is the contents of build-impx.xml
<?xml version="1.0" encoding="UTF-8"?>
<!-- *** GENERATED FROM project.xml - DO NOT EDIT *** -->
<project name="watsdownapp-impl" default="jar" basedir="..">
    <!--load-properties-->
    <target name="pre-load-properties">
        <property file="nbproject/private/private.properties"/>
        <property name="user.properties.file" location="${netbeans.user}/build.properties"/>
        <available property="user.properties.file.exists" file="${user.properties.file}"/>
    </target>
    <target name="exists.config.active" unless="config.active">
        <echo level="warning" message="Active configuration (config.active property) is not set - using default."/>
        <property value="" name="config.active"/>
    </target>
    <target name="exists.netbeans.user" unless="netbeans.user">
        <echo level="warning" message="NetBeans IDE user directory (netbeans.user property) is not set. By specifying this property many properties required by the project will be automatically evaluated (e.g.: ant-ext library home, ...). You could also open this project in the NetBeans IDE - in this case this property would be set automatically."/>
    </target>
    <target name="exists.user.properties.file" unless="user.properties.file.exists">
        <echo level="warning" message="User properties file (user.properties.file) property is not set. By specifying this property many properties required by the project will be automatically evaluated (e.g.: libraries, platforms, ...)."/>
    </target>
    <target name="load-properties" depends="pre-load-properties,exists.config.active,exists.netbeans.user,exists.user.properties.file">
        <loadproperties srcfile="nbproject/project.properties">
            <filterchain>
                <containsregex pattern="^configs\.${config.active}\.(.*)" replace="\1"/>
                <concatfilter prepend="nbproject/project.properties"/>
                <containsregex pattern="^platform.active=|^deployment.method=|^deployment.instance="/>
            </filterchain>
        </loadproperties>
        <property name="deployment.instance" value="default"/>
        <loadproperties srcfile="${user.properties.file}">
            <filterchain>
                <replaceregex pattern="^platforms\.${platform.active}\." replace="platform."/>
                <replaceregex pattern="^deployment\.${deployment.method}\.scriptfile=" replace="deployment.scriptfile="/>
                <replaceregex pattern="^deployments\.${deployment.method}\.${deployment.instance}\.([^=]+)=" replace="\1="/>
            </filterchain>
        </loadproperties>
        <loadproperties srcfile="nbproject/project.properties">
            <filterchain>
                <containsregex pattern="^configs\.${config.active}\.(.*)" replace="\1"/>
                <concatfilter prepend="nbproject/project.properties"/>
            </filterchain>
        </loadproperties>
    </target>
    <!--basic-init-->
    <target name="exists.platform.active" unless="platform.active">
        <echo level="warning" message="Active platform (platform.active property) in not set. If you set this and user.properties.file property, many properties required by the project will be automatically evaluated (e.g.: platform home, platform classpath, ...)."/>
    </target>
    <target name="exists.platform.configuration" unless="platform.configuration">
        <echo level="warning" message="Platform configuration (platform.configuration) is not set. Using default (CLDC-1.0) configuration."/>
        <property name="platform.configuration" value="CLDC-1.0"/>
    </target>
    <target name="exists.platform.profile" unless="platform.profile">
        <echo level="warning" message="Platform profile (platform.profile) is not set. Using default (MIDP-1.0) profile."/>
        <property name="platform.profile" value="MIDP-1.0"/>
    </target>
    <target name="basic-init" depends="exists.platform.active,exists.platform.configuration,exists.platform.profile">
        <fail unless="libs.j2me_ant_ext.classpath">Classpath to J2ME Ant extension library (libs.j2me_ant_ext.classpath property) is not set. For example: location of mobility/modules/org-netbeans-mobility-antext.jar file in the IDE installation directory.</fail>
        <fail unless="platform.home">Platform home (platform.home property) is not set. Value of this property should be ${platform.active.description} emulator home directory location.</fail>
        <fail unless="platform.bootclasspath">Platform boot classpath (platform.bootclasspath property) is not set. Value of this property should be ${platform.active.description} emulator boot classpath containing all J2ME classes provided by emulator.</fail>
        <fail unless="src.dir">Must set src.dir</fail>
        <fail unless="build.dir">Must set build.dir</fail>
        <fail unless="dist.dir">Must set dist.dir</fail>
        <fail unless="dist.jar">Must set dist.jar</fail>
        <property name="javac.source" value="1.3"/>
        <property name="javac.target" value="1.1"/>
        <property name="javac.encoding" value="${file.encoding}"/>
        <property name="deployment.number" value="0.0.1"/>
        <property name="deployment.counter" value="000002"/>
        <condition property="no.deps">
            <istrue value="${no.dependencies}"/>
        </condition>
        <condition property="no.preprocess">
            <isfalse value="${use.preprocessor}"/>
        </condition>
        <condition property="no.javadoc.preview">
            <isfalse value="${javadoc.preview}"/>
        </condition>
        <condition property="filter.excludes.evaluated" value="${filter.excludes},${filter.more.excludes},**/*Test.java,**/test,**/test/**">
            <istrue value="${filter.exclude.tests}"/>
        </condition>
        <property name="filter.excludes.evaluated" value="${filter.excludes},${filter.more.excludes}"/>
        <condition property="deployment.do.override.jarurl" value="">
            <istrue value="${deployment.override.jarurl}"/>
        </condition>
        <condition property="config.active.name" value="DefaultConfiguration">
            <length string="${config.active}" trim="true" length="0"/>
        </condition>
        <property name="config.active.name" value="${config.active}"/>
        <taskdef resource="org/netbeans/mobility/antext/defs.properties">
            <classpath>
                <pathelement path="${libs.j2me_ant_ext.classpath}"/>
            </classpath>
        </taskdef>
        <condition property="skip.deployment">
            <equals arg1="${deployment.method}" arg2="NONE" casesensitive="false" trim="true"/>
        </condition>
        <condition property="app-version.autoincrement.trigger">
            <istrue value="${app-version.autoincrement}"/>
        </condition>
        <condition property="debug.timeout" value="30000">
            <or>
                <equals arg1="${debugger.timeout}" arg2="" trim="true"/>
                <not>
                    <isset property="debugger.timeout"/>
                </not>
            </or>
        </condition>
        <property name="debug.timeout" value="${debugger.timeout}"/>
        <nb-overrideproperty name="buildsystem.baton" value="${src.dir}"/>
    </target>
    <!--cldc-init-->
    <target name="cldc-pre-init">
        <condition property="cldc-platform.trigger">
            <equals arg1="CLDC" arg2="${platform.trigger}" casesensitive="false"/>
        </condition>
    </target>
    <target name="cldc-init" depends="cldc-pre-init" if="cldc-platform.trigger">
        <property name="preverify.sources.dir" location="${build.dir}/preverifysrc"/>
        <property name="manifest.build.file" location="${build.dir}/manifest.mf"/>
        <property name="platform.device" value=""/>
        <property name="dist.jad.url" value="file://"/>
        <property name="run.cmd.options" value=""/>
        <condition property="evaluated.run.security.domain" value="">
            <isfalse value="${run.use.security.domain}"/>
        </condition>
        <property name="evaluated.run.security.domain" value="${run.security.domain}"/>
        <condition property="override.jarurl.trigger">
            <and>
                <istrue value="${cldc-platform.trigger}"/>
                <istrue value="${deployment.override.jarurl}"/>
            </and>
        </condition>
        <property name="deployment.jad" location="${dist.dir}/${dist.jad}"/>
        <property name="deployment.jar" location="${dist.dir}/${dist.jar}"/>
        <property name="deployment.dir" location="${dist.dir}"/>
        <patternset id="deployment.patternset">
            <include name="${dist.jad}"/>
            <include name="${dist.jar}"/>
        </patternset>
    </target>
    <!--cdc-init-->
    <target name="cdc-init">
        <condition property="cdc-platform.trigger">
            <equals arg1="CDC" arg2="${platform.trigger}" casesensitive="false"/>
        </condition>
        <available file="${manifest.file}" property="manifest.available"/>
        <condition property="main.class.applet">
            <equals arg1="${main.class.class}" arg2="applet" casesensitive="false"/>
        </condition>
        <condition property="main.class.xlet">
            <equals arg1="${main.class.class}" arg2="xlet" casesensitive="false"/>
        </condition>
        <condition property="manifest.available+main.class+fat.jar">
            <and>
                <isset property="manifest.available"/>
                <isset property="main.class"/>
                <istrue value="${platform.fat.jar}"/>
                <not>
                    <equals arg1="${main.class}" arg2="" trim="true"/>
                </not>
            </and>
        </condition>
        <condition property="manifest.available+main.class">
            <and>
                <isset property="manifest.available"/>
                <isset property="main.class"/>
                <isfalse value="${platform.fat.jar}"/>
                <not>
                    <equals arg1="${main.class}" arg2="" trim="true"/>
                </not>
            </and>
        </condition>
        <condition property="application.version.invalid" value="true">
            <equals arg1="${deployment.number}" arg2="" trim="true"/>
        </condition>
        <fail if="application.version.invalid" message="Property deployment.number must not be empty and must contain version in format %d.%d.%d!"/>
        <condition property="sign.jar.trigger" value="true">
            <and>
                <isset property="cdc-platform.trigger"/>
                <istrue value="${sign.enabled}"/>
            </and>
        </condition>
    </target>
    <!--semc-init-->
    <target name="semc-pre-init" if="cdc-platform.trigger">
        <condition property="semc-platform.trigger">
            <equals arg1="semc" arg2="${platform.type}" casesensitive="false"/>
        </condition>
    </target>
    <target name="semc-init" depends="semc-pre-init" if="semc-platform.trigger">
        <condition property="semc.icon.invalid" value="true">
            <or>
                <contains string="${semc.application.icon}" substring="$${"/>
                <equals arg1="${semc.application.icon}" arg2="" trim="true"/>
            </or>
        </condition>
        <condition property="no.certificateorkey" value="true">
            <or>
                <isset property="no.application.uid"/>
                <equals arg1="${semc.certificate.path}" arg2="" trim="true"/>
                <contains string="${semc.certificate.path}" substring="$${semc.certificate.path"/>
                <equals arg1="${semc.private.key.path}" arg2="" trim="true"/>
                <contains string="${semc.private.key.path}" substring="$${semc.private.key.path"/>
            </or>
        </condition>
        <property name="j9.dist" location="${build.dir}/j9/${semc.application.uid}.j9"/>
        <taskdef resource="org/netbeans/modules/j2me/cdc/project/defs.properties">
            <classpath>
                <pathelement path="${libs.cdc-ant-utils.classpath}"/>
            </classpath>
        </taskdef>
        <taskdef resource="org/netbeans/modules/j2me/cdc/project/semc/defs.properties">
            <classpath>
                <pathelement path="${libs.semc-ant-utils.classpath}"/>
            </classpath>
        </taskdef>
        <property name="deployment.dir" location="${dist.dir}"/>
        <patternset id="deployment.patternset">
            <include name="*.sis"/>
            <include name="*.SIS"/>
        </patternset>
    </target>
    <!--savaje-init-->
    <target name="savaje-pre-init" if="cdc-platform.trigger">
        <condition property="savaje-platform.trigger">
            <equals arg1="savaje" arg2="${platform.type}" casesensitive="false"/>
        </condition>
    </target>
    <target name="savaje-init" depends="savaje-pre-init" if="savaje-platform.trigger">
        <property name="savaje.application.uid" value="TBD"/>
        <condition property="savaje.bundle.base.invalid" value="true">
            <or>
                <equals arg1="${savaje.bundle.base}" arg2="" trim="true"/>
                <contains string="${savaje.bundle.base}" substring="$${savaje.bundle.base"/>
            </or>
        </condition>
        <condition property="savaje.unsupported.main" value="true">
            <or>
                <equals arg1="${main.class.applet}" arg2="true"/>
            </or>
        </condition>
        <condition property="savaje.icon.invalid" value="true">
            <or>
                <isset property="no.application.uid"/>
                <contains string="${savaje.application.icon}" substring="$${"/>
                <equals arg1="${savaje.application.icon}" arg2="" trim="true"/>
            </or>
        </condition>
        <property name="jnlp.dist" value="${build.dir}/jnlp/bundle.jnlp"/>
        <property name="deployment.dir" location="${dist.dir}"/>
        <patternset id="deployment.patternset">
            <include name="bundle.jnlp"/>
            <include name="bundle.policy"/>
            <include name="lib/*"/>
        </patternset>
    </target>
    <!--sjmc-init-->
    <target name="sjmc-pre-init" if="cdc-platform.trigger">
        <condition property="sjmc-platform.trigger">
            <equals arg1="sjmc" arg2="${platform.type}" casesensitive="false"/>
        </condition>
    </target>
    <target name="sjmc-init" depends="sjmc-pre-init" if="sjmc-platform.trigger"/>
    <!--ojec-init-->
    <target name="ojec-pre-init" if="cdc-platform.trigger">
        <condition property="ojec-platform.trigger">
            <equals arg1="ojec" arg2="${platform.type}" casesensitive="false"/>
        </condition>
    </target>
    <target name="ojec-init" depends="ojec-pre-init" if="ojec-platform.trigger"/>
    <!--cdc-hi-init-->
    <target name="cdc-hi-pre-init" if="cdc-platform.trigger">
        <condition property="cdc-hi-platform.trigger">
            <equals arg1="cdc-hi" arg2="${platform.type}" casesensitive="false"/>
        </condition>
    </target>
    <target name="cdc-hi-init" depends="cdc-hi-pre-init" if="cdc-hi-platform.trigger"/>
    <!--nokiaS80-init-->
    <target name="nokiaS80-pre-init" if="cdc-platform.trigger">
        <condition property="nokiaS80-platform.trigger">
            <equals arg1="nokiaS80" arg2="${platform.type}" casesensitive="false"/>
        </condition>
    </target>
    <target name="nokiaS80-init" depends="nokiaS80-pre-init" if="nokiaS80-platform.trigger">
        <property name="j9.dist" location="${build.dir}/j9/NOKIA.j9"/>
        <property name="manifest.build.file" location="${build.dir}/manifest.mf"/>
        <condition property="nokia.icon.invalid">
            <or>
                <contains string="${nokiaS80.application.icon}" substring="$${"/>
                <equals arg1="${nokiaS80.application.icon}" arg2="" trim="true"/>
            </or>
        </condition>
        <property name="deployment.dir" location="${dist.dir}"/>
        <patternset id="deployment.patternset">
            <include name="${dist.jar}"/>
        </patternset>
    </target>
    <!--init-->
    <target name="pre-init"/>
    <target name="post-init"/>
    <target name="init" depends="pre-init,load-properties,basic-init,cldc-init,cdc-init,semc-init,savaje-init,sjmc-init,ojec-init,cdc-hi-init,nokiaS80-init,post-init"/>
    <!--conditional clean-->
    <target name="conditional-clean-init">
        <uptodate property="no.clean.before.build" targetfile="${build.dir}/.timestamp">
            <srcfiles dir="nbproject">
                <include name="project.properties"/>
                <include name="build-impl.xml"/>
            </srcfiles>
        </uptodate>
    </target>
    <target name="conditional-clean" depends="init,conditional-clean-init" unless="no.clean.before.build" description="Clean project in case its meta information has changed.">
        <antcall target="do-clean" inheritall="true" inheritrefs="true"/>
    </target>
    <!--deps-jar-->
    <target name="deps-jar" depends="conditional-clean" unless="no.deps"/>
    <!--preprocess-->
    <target name="pre-preprocess"/>
    <target name="do-preprocess" unless="no.preprocess">
        <fail unless="preprocessed.dir">Must set preprocessed.dir</fail>
        <property name="abilities" value=""/>
        <property name="debug.level" value="debug"/>
        <mkdir dir="${preprocessed.dir}"/>
        <echo message="ignore me" file="${build.dir}/.timestamp"/>
        <nb-prep destdir="${preprocessed.dir}" preprocessfor="${config.active.name},${abilities},DebugLevel=${debug.level}" encoding="${javac.encoding}">
            <fileset dir="${buildsystem.baton}" defaultexcludes="${filter.use.standard}" excludes="${filter.excludes.evaluated}"/>
        </nb-prep>
        <copy todir="${preprocessed.dir}">
            <fileset dir="${buildsystem.baton}" defaultexcludes="${filter.use.standard}" excludes="${filter.excludes.evaluated},${build.classes.excludes}"/>
        </copy>
        <nb-overrideproperty name="buildsystem.baton" value="${preprocessed.dir}"/>
    </target>
    <target name="post-preprocess"/>
    <target name="preprocess" depends="deps-jar,pre-preprocess,do-preprocess,post-preprocess" description="Preprocess project sources."/>
    <!--compile-->
    <target name="pre-compile"/>
    <target name="do-compile">
        <fail unless="build.classes.dir">Must set build.classes.dir</fail>
        <mkdir dir="${build.classes.dir}"/>
        <javac includeantruntime="false" source="${javac.source}" target="${javac.target}" deprecation="${javac.deprecation}" optimize="${javac.optimize}" debug="${javac.debug}" destdir="${build.classes.dir}" srcdir="${buildsystem.baton}" bootclasspath="${platform.bootclasspath}" encoding="${javac.encoding}">
            <classpath>
                <path path="${libs.classpath}"/>
            </classpath>
        </javac>
        <copy todir="${build.classes.dir}">
            <fileset dir="${buildsystem.baton}" defaultexcludes="${filter.use.standard}" excludes="${filter.excludes.evaluated},${build.classes.excludes}"/>
        </copy>
        <nb-overrideproperty name="buildsystem.baton" value="${build.classes.dir}"/>
    </target>
    <target name="extract-libs" description="Extracts all bundled libraries.">
        <mkdir dir="${build.classes.dir}"/>
        <nb-extract dir="${build.classes.dir}" excludeManifest="true" classpath="${libs.classpath}" excludeclasspath="${extra.classpath}"/>
    </target>
    <target name="post-compile"/>
    <target name="compile" depends="preprocess,pre-compile,extract-libs,do-compile,post-compile" description="Compile project classes."/>
    <!--compile-single-->
    <target name="pre-compile-single"/>
    <target name="do-compile-single">
        <fail unless="javac.includes">Must select some files in the IDE or set javac.includes</fail>
        <mkdir dir="${build.classes.dir}"/>
        <javac includeantruntime="false" source="${javac.source}" target="${javac.target}" deprecation="${javac.deprecation}" optimize="${javac.optimize}" debug="${javac.debug}" srcdir="${buildsystem.baton}" destdir="${build.classes.dir}" bootclasspath="${platform.bootclasspath}" includes="${javac.includes}" encoding="${javac.encoding}">
            <classpath>
                <path path="${libs.classpath}"/>
            </classpath>
        </javac>
    </target>
    <target name="post-compile-single"/>
    <target name="compile-single" depends="preprocess,pre-compile-single,do-compile-single,post-compile-single" description="Compile selected project classes."/>
    <!--proguard-->
    <target name="proguard-init" description="Up-to-date check before obfuscation.">
        <property name="obfuscation.level" value="0"/>
        <condition property="no.obfusc">
            <or>
                <equals arg1="${obfuscation.level}" arg2="0"/>
                <uptodate targetfile="${obfuscator.destjar}">
                    <srcfiles dir="${buildsystem.baton}"/>
                </uptodate>
            </or>
        </condition>
        <uptodate property="obfuscation.up-to-date" targetfile="${obfuscator.destjar}">
            <srcfiles dir="${buildsystem.baton}"/>
        </uptodate>
    </target>
    <target name="skip-obfuscation" depends="proguard-init" if="obfuscation.up-to-date">
        <fail unless="obfuscated.classes.dir">Must set obfuscated.classes.dir</fail>
        <nb-overrideproperty name="buildsystem.baton" value="${obfuscated.classes.dir}"/>
    </target>
    <target name="proguard" depends="skip-obfuscation" description="Obfuscate project classes." unless="no.obfusc">
        <fail unless="obfuscated.classes.dir">Must set obfuscated.classes.dir</fail>
        <fail unless="obfuscator.srcjar">Must set obfuscator.srcjar</fail>
        <fail unless="obfuscator.destjar">Must set obfuscator.destjar</fail>
        <property name="obfuscator.classpath" value=""/>
        <dirname file="${obfuscator.srcjar}" property="obfuscator.srcjar.dir"/>
        <dirname file="${obfuscator.destjar}" property="obfuscator.destjar.dir"/>
        <mkdir dir="${obfuscator.srcjar.dir}"/>
        <mkdir dir="${obfuscator.destjar.dir}"/>
        <jar jarfile="${obfuscator.srcjar}" basedir="${buildsystem.baton}"/>
        <property name="obfuscation.custom" value=""/>
        <nb-obfuscate srcjar="${obfuscator.srcjar}" destjar="${obfuscator.destjar}" obfuscatorclasspath="${obfuscator.classpath}" classpath="${platform.bootclasspath}:${extra.classpath}" obfuscationLevel="${obfuscation.level}" extraScript="${obfuscation.custom}"/>
        <mkdir dir="${obfuscated.classes.dir}"/>
        <unjar src="${obfuscator.destjar}" dest="${obfuscated.classes.dir}"/>
        <nb-overrideproperty name="buildsystem.baton" value="${obfuscated.classes.dir}"/>
    </target>
    <!--obfuscate-->
    <target name="pre-obfuscate"/>
    <target name="post-obfuscate"/>
    <target name="obfuscate" depends="compile,pre-obfuscate,proguard,post-obfuscate" description="Obfuscate project classes."/>
    <!--lwuit-build-->
    <import file="lwuit.xml" optional="true"/>
    <target name="-lwuit-check">
        <condition property="lwuit.allowed">
            <and>
                <available file="nbproject/lwuit.xml"/>
                <isset property="is.mesdk_lwuit"/>
            </and>
        </condition>
    </target>
    <target name="-pre-lwuit-build" depends="-lwuit-check" if="lwuit.allowed"/>
    <target name="-lwuit-build" depends="-lwuit-check" if="lwuit.allowed">
        <antcall target="lwuit_build"/>
    </target>
    <target name="-post-lwuit-build" depends="-lwuit-check" if="lwuit.allowed"/>
    <target name="lwuit-build" depends="-lwuit-check,-pre-lwuit-build, -lwuit-build, -post-lwuit-build" if="lwuit.allowed"/>
    <!--preverify-->
    <target name="pre-preverify"/>
    <target name="do-preverify" if="cldc-platform.trigger">
        <fail unless="preverify.classes.dir">Must set preverify.classes.dir</fail>
        <mkdir dir="${preverify.sources.dir}"/>
        <copy todir="${preverify.sources.dir}">
            <fileset dir="${buildsystem.baton}" includes="**/*.class"/>
        </copy>
        <mkdir dir="${preverify.classes.dir}"/>
        <nb-preverify srcdir="${preverify.sources.dir}" destdir="${preverify.classes.dir}" classpath="${platform.bootclasspath}:${extra.classpath}" configuration="${platform.configuration}" platformhome="${platform.home}" platformtype="${platform.type}" commandline="${platform.preverifycommandline}"/>
        <copy todir="${preverify.classes.dir}">
            <fileset dir="${buildsystem.baton}" defaultexcludes="${filter.use.standard}" excludes="${filter.excludes.evaluated},${build.classes.excludes}"/>
        </copy>
        <nb-overrideproperty name="buildsystem.baton" value="${preverify.classes.dir}"/>
    </target>
    <target name="post-preverify"/>
    <target name="preverify" depends="obfuscate,lwuit-build,pre-preverify,do-preverify,post-preverify" description="Preverify project classes."/>
    <!--set-password-->
    <target name="set-password-init">
        <property name="sign.enabled" value="false"/>
        <condition property="skip-sign-keystore-password-input">
            <or>
                <isfalse value="${sign.enabled}"/>
                <and>
                    <isset property="sign.keystore"/>
                    <isset property="sign.keystore.password"/>
                    <not>
                        <equals arg1="${sign.keystore}" arg2="" trim="true"/>
                    </not>
                    <not>
                        <equals arg1="${sign.keystore.password}" arg2="" trim="true"/>
                    </not>
                </and>
            </or>
        </condition>
        <condition property="skip-sign-alias-password-input">
            <or>
                <isfalse value="${sign.enabled}"/>
                <and>
                    <isset property="sign.keystore"/>
                    <isset property="sign.alias"/>
                    <isset property="sign.alias.password"/>
                    <not>
                        <equals arg1="${sign.keystore}" arg2="" trim="true"/>
                    </not>
                    <not>
                        <equals arg1="${sign.alias}" arg2="" trim="true"/>
                    </not>
                    <not>
                        <equals arg1="${sign.alias.password}" arg2="" trim="true"/>
                    </not>
                </and>
            </or>
        </condition>
    </target>
    <target name="set-keystore-password" if="netbeans.home" unless="skip-sign-keystore-password-input">
        <nb-enter-password keystore="${sign.keystore}" passwordproperty="sign.keystore.password"/>
    </target>
    <target name="set-alias-password" if="netbeans.home" unless="skip-sign-alias-password-input">
        <nb-enter-password keystore="${sign.keystore}" keyalias="${sign.alias}" passwordproperty="sign.alias.password"/>
    </target>
    <target name="set-password" depends="set-password-init,set-keystore-password,set-alias-password"/>
    <!--create JAD-->
    <target name="add-configuration" unless="contains.manifest.configuration">
        <nb-output file="${dist.dir}/${dist.jad}" encoding="UTF-8" append="true">MicroEdition-Configuration: ${platform.configuration}
</nb-output>
        <nb-output file="${manifest.build.file}" encoding="UTF-8" append="true">MicroEdition-Configuration: ${platform.configuration}
</nb-output>
    </target>
    <target name="add-profile" unless="contains.manifest.profile">
        <nb-output file="${dist.dir}/${dist.jad}" encoding="UTF-8" append="true">MicroEdition-Profile: ${platform.profile}
</nb-output>
        <nb-output file="${manifest.build.file}" encoding="UTF-8" append="true">MicroEdition-Profile: ${platform.profile}
</nb-output>
    </target>
    <target name="create-jad" if="cldc-platform.trigger">
        <fail unless="dist.jad">Must set dist.jad</fail>
        <mkdir dir="${build.dir}"/>
        <dirname file="${dist.dir}/${dist.jad}" property="dist.jad.dir"/>
        <mkdir dir="${dist.jad.dir}"/>
        <condition property="evaluated.manifest.apipermissions" value="${manifest.apipermissions}">
            <not>
                <equals arg1="${platform.profile}" arg2="MIDP-1.0"/>
            </not>
        </condition>
        <condition property="evaluated.manifest.pushregistry" value="${manifest.pushregistry}">
            <not>
                <equals arg1="${platform.profile}" arg2="MIDP-1.0"/>
            </not>
        </condition>
        <condition property="contains.manifest.configuration">
            <contains substring="MicroEdition-Configuration: " string="${manifest.others}"/>
        </condition>
        <condition property="contains.manifest.profile">
            <contains substring="MicroEdition-Profile: " string="${manifest.others}"/>
        </condition>
        <property value="" name="evaluated.manifest.apipermissions"/>
        <property value="" name="evaluated.manifest.pushregistry"/>
        <property name="manifest.jad" value=""/>
        <property name="manifest.manifest" value=""/>
        <nb-output file="${dist.dir}/${dist.jad}" encoding="UTF-8">${manifest.midlets}${evaluated.manifest.apipermissions}${evaluated.manifest.pushregistry}${manifest.others}${manifest.jad}</nb-output>
        <nb-output file="${manifest.build.file}" encoding="UTF-8">${manifest.midlets}${evaluated.manifest.apipermissions}${evaluated.manifest.pushregistry}${manifest.others}${manifest.manifest}</nb-output>
        <antcall target="add-configuration" inheritall="true" inheritrefs="true"/>
        <antcall target="add-profile" inheritall="true" inheritrefs="true"/>
        <property name="manifest.available" value="true"/>
    </target>
    <!--do-extra-libs-->
    <target name="do-extra-libs" if="extra.classpath">
        <property name="dist.lib.dir" value="${dist.dir}/lib"/>
        <mkdir dir="${dist.lib.dir}"/>
        <copy todir="${dist.lib.dir}">
            <path path="${extra.classpath}"/>
            <flattenmapper/>
        </copy>
    </target>
    <!--nokiaS80-manifest-->
    <target name="nokiaS80-prepare-j9" if="nokiaS80-platform.trigger">
        <fail message="Main class is not set!">
            <condition>
                <equals arg1="${main.class}" arg2="" trim="true"/>
            </condition>
        </fail>
        <mkdir dir="${build.dir}/j9"/>
        <taskdef name="j9builder" classname="org.netbeans.modules.j2me.cdc.project.J9Builder" classpath="${libs.cdc-ant-utils.classpath}"/>
        <j9builder jvmargs="${run.jvmargs}" mainclass="${main.class}" args="${application.args}" home="${platform.home}" dist="${j9.dist}" id="NOKIA" platform="${platform.type}" xlet="${main.class.xlet}" applet="${main.class.applet}" jarname="${dist.jar}"/>
        <copy file="${manifest.file}" tofile="${manifest.build.file}" failonerror="false"/>
        <property name="manifest.available" value="true"/>
        <loadfile property="nokia.manifest.j9" srcFile="${j9.dist}"/>
    </target>
    <target name="nokiaS80-prepare-manifest" depends="nokiaS80-prepare-j9" if="nokiaS80-platform.trigger" unless="nokia.icon.invalid">
        <pathconvert property="logo.icon.name" pathsep=" ">
            <path path="${nokiaS80.application.icon}"/>
            <chainedmapper>
                <flattenmapper/>
                <globmapper from="*" to="*"/>
            </chainedmapper>
    

The error says class file is missing, you can try to clean and build.

Similar Messages

  • CcmSetup failed with error code 0x8004100e - CcmGetOSVersion failed with 0x8004100e

    Hi ,
    the installation failed for clients with the following errors
    CcmSetup failed with error code 0x8004100e
    CcmGetOSVersion failed with 0x8004100e
    SCCM Verion 2012 R2  (Upgraded from 2012)
    Client O.S 2008 R2 SP1
    Ramy

    Hi Jason,
    please check this logs
    ==========[ ccmsetup started in process 9516 ]==========    ccmsetup    8/14/2014 4:29:51 PM    10476 (0x28EC)
    Running on platform X64    ccmsetup    8/14/2014 4:29:51 PM    10476 (0x28EC)
    Updated security on object C:\Windows\ccmsetup\cache\.    ccmsetup    8/14/2014 4:29:51 PM    10476 (0x28EC)
    Launch from folder C:\Windows\ccmsetup\    ccmsetup    8/14/2014 4:29:51 PM    10476 (0x28EC)
    CcmSetup version: 5.0.7958.1000    ccmsetup    8/14/2014 4:29:51 PM    10476 (0x28EC)
    In ServiceMain    ccmsetup    8/14/2014 4:29:51 PM    9472 (0x2500)
    Successfully started the ccmsetup service    ccmsetup    8/14/2014 4:29:51 PM    8180 (0x1FF4)
    Deleted file C:\Windows\ccmsetup\ccmsetup.exe.download    ccmsetup    8/14/2014 4:29:51 PM    8180 (0x1FF4)
    Folder 'Microsoft\Configuration Manager' not found. Task does not exist.    ccmsetup    8/14/2014 4:29:51 PM    8180 (0x1FF4)
    CcmSetup is exiting with return code 0    ccmsetup    8/14/2014 4:29:51 PM    8180 (0x1FF4)
    All other instances of ccmsetup have completed.    ccmsetup    8/14/2014 4:29:51 PM    5732 (0x1664)
    Attempt to delete ccmsetup.exe failed (5)    ccmsetup    8/14/2014 4:29:52 PM    5732 (0x1664)
    Attempt to delete ccmsetup.exe failed (5)    ccmsetup    8/14/2014 4:29:53 PM    5732 (0x1664)
    Attempt to delete ccmsetup.exe failed (5)    ccmsetup    8/14/2014 4:29:54 PM    5732 (0x1664)
    Attempt to delete ccmsetup.exe failed (5)    ccmsetup    8/14/2014 4:29:55 PM    5732 (0x1664)
    Attempt to delete ccmsetup.exe failed (5)    ccmsetup    8/14/2014 4:29:56 PM    5732 (0x1664)
    Attempt to delete ccmsetup.exe failed (5)    ccmsetup    8/14/2014 4:29:57 PM    5732 (0x1664)
    Attempt to delete ccmsetup.exe failed (5)    ccmsetup    8/14/2014 4:29:58 PM    5732 (0x1664)
    Attempt to delete ccmsetup.exe failed (5)    ccmsetup    8/14/2014 4:29:59 PM    5732 (0x1664)
    Attempt to delete ccmsetup.exe failed (5)    ccmsetup    8/14/2014 4:30:01 PM    5732 (0x1664)
    Attempt to delete ccmsetup.exe failed (5)    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    Failed to delete C:\Windows\ccmsetup\ccmsetup.exe (5). Renaming and queuing for deletion on reboot.    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    Successfully renamed C:\Windows\ccmsetup\ccmsetup.exe to C:\Windows\ccmsetup\DELEB07.tmp and queued for deletion on reboot.    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    Downloading file C:\Setup\Client\ccmsetup.exe    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    Downloading C:\Setup\Client\ccmsetup.exe to C:\Windows\ccmsetup\ccmsetup.exe    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    File download 16% complete (262144 of 1614520 bytes).    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    File download 32% complete (524288 of 1614520 bytes).    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    File download 48% complete (786432 of 1614520 bytes).    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    File download 64% complete (1048576 of 1614520 bytes).    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    File download 81% complete (1310720 of 1614520 bytes).    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    File download 97% complete (1572864 of 1614520 bytes).    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    File download 100% complete (1614520 of 1614520 bytes).    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    Download complete.    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    Failed to create the ccmsetup service 0x(80070431)    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    A Fallback Status Point has not been specified.  Message with STATEID='301' will not be sent.    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    CcmSetup failed with error code 0x80070431    ccmsetup    8/14/2014 4:30:02 PM    5732 (0x1664)
    CheckAndLogOSInformation failed with 0x8004100e    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    Ccmsetup command line: "C:\Windows\ccmsetup\ccmsetup.exe" /runservice /source:"C:\Setup\Client" "SMSSLP=ldcsccm1v.linkdc.local" "SMSSITECODE=ldc" "DNSSUFFIX=linkdc.local"    ccmsetup  
     8/14/2014 4:40:16 PM    9472 (0x2500)
    Command line parameters for ccmsetup have been specified.  No registry lookup for command line parameters is required.    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    Command line: "C:\Windows\ccmsetup\ccmsetup.exe" /runservice /source:"C:\Setup\Client" "SMSSLP=ldcsccm1v.linkdc.local" "SMSSITECODE=ldc" "DNSSUFFIX=linkdc.local"    ccmsetup    8/14/2014
    4:40:16 PM    9472 (0x2500)
    SslState value: 224    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    CCMHTTPPORT:    80    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    CCMHTTPSPORT:    443    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    CCMHTTPSSTATE:    224    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    CCMHTTPSCERTNAME:        ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    SMSSLP:    ldcsccm1v.linkdc.local    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    FSP:        ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    CCMFIRSTCERT:    1    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    Config file:          ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    Retry time:       10 minute(s)    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    MSI log file:     C:\Windows\ccmsetup\Logs\client.msi.log    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    MSI properties:    SMSSLP="ldcsccm1v.linkdc.local" SMSSITECODE="ldc" DNSSUFFIX="linkdc.local" CCMHTTPPORT="80" CCMHTTPSPORT="443" CCMHTTPSSTATE="224" CCMFIRSTCERT="1"  
     ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    Source List:    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
                      C:\Setup\Client    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    MPs:    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
                      None    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    No version of the client is currently detected.    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    Folder 'Microsoft\Configuration Manager' not found. Task does not exist.    ccmsetup    8/14/2014 4:40:16 PM    9472 (0x2500)
    Updated security on object C:\Windows\ccmsetup\.    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    A Fallback Status Point has not been specified.  Message with STATEID='100' will not be sent.    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Running as user "SYSTEM"    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Detected 28163 MB free disk space on system drive.    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Checking Write Filter Status.    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    This is not a supported write filter device. We are not in a write filter maintenance mode.    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Performing AD query: '(&(ObjectCategory=mSSMSManagementPoint)(mSSMSDefaultMP=TRUE)(mSSMSSiteCode=ldc))'    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    OperationalXml '<ClientOperationalSettings><Version>5.00.7958.1000</Version><SecurityConfiguration><SecurityModeMask>0</SecurityModeMask><SecurityModeMaskEx>480</SecurityModeMaskEx><HTTPPort>80</HTTPPort><HTTPSPort>443</HTTPSPort><CertificateStoreName></CertificateStoreName><CertificateIssuers></CertificateIssuers><CertificateSelectionCriteria></CertificateSelectionCriteria><CertificateSelectFirstFlag>1</CertificateSelectFirstFlag><SiteSigningCert>308202F3308201DBA00302010202107B6F93150C5A958F411F813122BF4CEA300D06092A864886F70D01010B05003016311430120603550403130B53697465205365727665723020170D3133303832363136353035335A180F32313133303830333136353035335A3016311430120603550403130B536974652053657276657230820122300D06092A864886F70D01010105000382010F003082010A0282010100A8BD6E83FE1AE591E87E59E17F6E3119068166C37F0F02911246B003878146DD4EF98F26A8E37DAB3D557545913127A780CDD9D8DB46E7A1BD52B28BB8FD42E21339065C8A24EA06EEAEFB0177DAFE0E62DB30ECCA68DB1B6EA3BC985D2D26DDBF180938BBEA36F56E5604FED265E2E01154AC495C5269D577C10B523C6B3CDCBFEE44961D08ED5E298381F927C49494E35FA5634B1C56847A55EFB52B0E32BFACE704E0A2F44A39D9D656B9097BF93AF2466242CC2CB050B02734E46A0EC3553249599BD5CC5917CC408938FAFF8FF097B434FDD9F9174AF6C533FE220E93929DF082FCE7A11143AB7B5D2537829D18B6F756B85A68B0B7C520728165BF4EAB0203010001A33B303930210603551D11041A301882164C44435343434D31562E4C696E6B44432E4C6F63616C30140603551D25040D300B06092B060104018237650B300D06092A864886F70D01010B05000382010100477430C70E8B5E48E78912C71B22C86DCE5ED91A429A786346B1EE5C076697C080056C52B1649FA4366D7AEAC08B35AC01734365D2A38B7A797DF1420027BFA103DEF91109F0025A20DA6C592807F134C7283219A88D6B5592A1993134A2649D6F6F663BCE0D872675D260D9D61C59EE1D36A602110839D5CC6F15C7FF842C92A118A0BCECD302F36235FFB79EF37054FB998D3666337B3C5DBBF6C1553600044CD4940FBDDE18EAE3A2B94E31FEC72DA32A7B8BC86A8868B92F782547B799E898A3B1460576A70773F58FE9D2D3363BF04796A91E66155E419B9E50946287A213C4E8A3BB81BA1FEEB9E9EDF86EA4627F7E421281532B0B340834F2A92C3215</SiteSigningCert></SecurityConfiguration><RootSiteCode>LDC</RootSiteCode><CCM>
    <CommandLine>SMSSITECODE=LDC</CommandLine> </CCM><FSP> <FSPServer></FSPServer> </FSP><Capabilities SchemaVersion ="1.0"><Property Name="SSLState" Value="0" /></Capabilities><Domain
    Value="LinkDC.Local" /><Forest Value="LinkDC.Local" /></ClientOperationalSettings>'    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Unable to open Registry key Software\Microsoft\CCM. Return Code [80070002]. Client HTTPS state is Unknown.    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    The MP name retrieved is 'LDCSCCM1V.LinkDC.Local' with version '7958' and capabilities '<Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>'    ccmsetup  
     8/14/2014 4:40:17 PM    9472 (0x2500)
    MP 'LDCSCCM1V.LinkDC.Local' is compatible    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Retrieved 1 MP records from AD for site 'ldc'    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Retrived site version '5.00.7958.1000' from AD for site 'ldc'    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    SiteCode:         ldc    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    SiteVersion:      5.00.7958.1000    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Ccmsetup is being restarted due to an administrative action. Installation files will be reset and downloaded again.    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Deleted file C:\Windows\ccmsetup\client.msi    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Deleted file C:\Windows\ccmsetup\client.msi.download    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    No MPs were specified from commandline or the mobileclient.tcf.    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Downloading file ccmsetup.cab    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Determining source location...    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Found accessible source: C:\Setup\Client    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Found available source C:\Setup\Client\    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Downloading C:\Setup\Client\ccmsetup.cab to C:\Windows\ccmsetup\ccmsetup.cab    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    File download 100% complete (9662 of 9662 bytes).    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Deleted file C:\Windows\ccmsetup\ccmsetup.cab    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Download complete.    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    C:\Windows\ccmsetup\ccmsetup.cab is Microsoft trusted.    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Successfully extracted manifest file C:\Windows\ccmsetup\ccmsetup.xml from file C:\Windows\ccmsetup\ccmsetup.cab.    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Loading manifest file: C:\Windows\ccmsetup\ccmsetup.xml    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Successfully loaded ccmsetup manifest file.    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Checking if manifest version '5.00.7958.1000' is newer than the ccmsetup version '5.0.7958.1000'    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    Running from temp downloaded folder or manifest is not newer than ccmsetup.    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    CcmGetOSVersion failed with 0x8004100e    ccmsetup    8/14/2014 4:40:17 PM    9472 (0x2500)
    A Fallback Status Point has not been specified.  Message with STATEID='301' will not be sent.    ccmsetup    8/14/2014 4:40:17 PM    10476 (0x28EC)
    'Configuration Manager Client Retry Task' is scheduled to run at 08/14/2014 09:40:17 PM (local) 08/14/2014 06:40:17 PM (UTC) time with arguments ' /source:"C:\Setup\Client" "SMSSLP=ldcsccm1v.linkdc.local" "SMSSITECODE=ldc" "DNSSUFFIX=linkdc.local"
    /RetryWinTask:1'.    ccmsetup    8/14/2014 4:40:17 PM    10476 (0x28EC)
    Creating Windows Task Scheduler folder 'Microsoft\Configuration Manager'...    ccmsetup    8/14/2014 4:40:17 PM    10476 (0x28EC)
    CcmSetup failed with error code 0x8004100e    ccmsetup    8/14/2014 4:40:17 PM    10476 (0x28EC)
    Ramy

  • OPatch failed with error code=74check "CheckSystemSpace" failed on 11.1.0.7

    Hi , I am trying to install CPU patch on oracle 11.1.0.7 on windows 32 OS , Stopped listner, and stopped services and on applying - opatch apply
    I get the following error...i currently have 1.25 GB on Oracle_home Drive which is E drive. How much space do i need to increase? Is that space shortage it is complaining? Needed to clarify with you gurus. I even ched with %ORACLE_HOME%/OPatch/opatch lsinventory and it showed opatch succeeded. Please advise. Thanks a bunch.
    ApplySession applying interim patch '13460955' to OH 'E:\app\oracle\product\11.1.0\db_1'
    Interim patch 13460955 is a superset of the patch(es) [  12914915 ] in OH E:\app\oracle\product\11.1.0\db_1
    OPatch will rollback the subset patches and apply the given patch.
    Running prerequisite checks...
    Prerequisite check "CheckSystemSpace" failed.
    The details are:
    Required amount of space(1598496302) is not available.
    ApplySession failed during prerequisite checks: Prerequisite check "CheckSystemSpace" failed.
    System intact, OPatch will not attempt to restore the system
    The following warnings have occurred during OPatch execution:
    1) OUI-67078:Interim patch 13460955 is a superset of the patch(es) [  12914915 ] in OH E:\app\oracle\product\11.1.0\db_1
    OPatch failed with error code = 74

    Hi,
    Prerequisite check "CheckSystemSpace" failed.
    The details are:
    Required amount of space(1598496302) is not available.I belive error message soo clear isnt it?
    Please see:
    OPatch Troubleshooting/FAQ Guide for Oracle Database Machine [ID 1265683.1]
    OPATCH CheckSystemSpace Failed with Error Code 73 while Applying GI PSU [ID 1088455.1]
    Regard
    Helios

  • CcmSetup failed with error code 0x87d0029e

    Hi,
    This is fresh installation. No previous versions/setup in our environment. When tried to install Client i got the following error message in the log.
    CcmSetup failed with error code 0x87d0029e
    Install failed on SCCM 2012 server as well as on Domain COntroller.
    I have also installed following hotfix.
    http://support.microsoft.com/kb/2801987
    Please suggest me.

    Please check the log and suggest me
    <![LOG[==========[ ccmsetup started in process 3268 ]==========]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2356" file="ccmsetup.cpp:9100">
    <![LOG[Running on platform X64]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2356" file="util.cpp:1681">
    <![LOG[Updated security on object C:\Windows\ccmsetup\cache\.]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2356" file="ccmsetup.cpp:8944">
    <![LOG[Launch from folder C:\Windows\ccmsetup\]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2356" file="ccmsetup.cpp:721">
    <![LOG[CcmSetup version: 5.0.7804.1000]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2356" file="ccmsetup.cpp:727">
    <![LOG[In ServiceMain]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="ccmsetup.cpp:3340">
    <![LOG[Running on OS (6.1.7601). Service Pack (1.0). SuiteMask = 274. Product Type = 2]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:2673">
    <![LOG[Ccmsetup command line: "C:\Windows\ccmsetup\ccmsetup.exe" /runservice /config:MobileClient.tcf]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:3563">
    <![LOG[Command line parameters for ccmsetup have been specified. No registry lookup for command line parameters is required.]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:3721">
    <![LOG[Command line: "C:\Windows\ccmsetup\ccmsetup.exe" /runservice /config:MobileClient.tcf]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:3722">
    <![LOG[SslState value: 224]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="ccmsetup.cpp:4330">
    <![LOG[CCMHTTPPORT: 80]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:8280">
    <![LOG[CCMHTTPSPORT: 443]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:8295">
    <![LOG[CCMHTTPSSTATE: 224]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:8313">
    <![LOG[CCMHTTPSCERTNAME: ]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:8331">
    <![LOG[FSP: SCCM2012.ELCHURU.COM]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:8383">
    <![LOG[CCMFIRSTCERT: 1]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:8441">
    <![LOG[Config file: C:\Windows\ccmsetup\MobileClientUnicode.tcf]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:4432">
    <![LOG[Retry time: 10 minute(s)]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:4433">
    <![LOG[MSI log file: C:\Windows\ccmsetup\Logs\client.msi.log]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:4434">
    <![LOG[MSI properties: INSTALL="ALL" SMSSITECODE="ABC" CCMHTTPPORT="80" CCMHTTPSPORT="443" CCMHTTPSSTATE="224" FSP="SCCM2012.ELCHURU.COM" CCMFIRSTCERT="1"]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:4435">
    <![LOG[Source List:]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:4443">
    <![LOG[ \\SCCM2012.elchuru.com\SMSClient]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:4450">
    <![LOG[ \\SCCM2012.ELCHURU.COM\SMSClient]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:4459">
    <![LOG[MPs:]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:4462">
    <![LOG[ SCCM2012.elchuru.com]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:4477">
    <![LOG[No version of the client is currently detected.]LOG]!><time="20:06:28.662+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:2734">
    <![LOG[Updated security on object C:\Windows\ccmsetup\.]LOG]!><time="20:06:28.678+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="ccmsetup.cpp:8944">
    <![LOG[Sending Fallback Status Point message to 'SCCM2012.ELCHURU.COM', STATEID='100'.]LOG]!><time="20:06:28.678+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:9421">
    <![LOG[Failed to get client version for sending messages to FSP. Error 0x8004100e]LOG]!><time="20:06:28.678+420" date="09-22-2014" component="ccmsetup" context="" type="2" thread="2196" file="ccmsetup.cpp:9503">
    <![LOG[Params to send FSP message '5.0.7804.1000 Deployment ']LOG]!><time="20:06:28.678+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="ccmsetup.cpp:9552">
    <![LOG[State message with TopicType 800 and TopicId {7601DCA7-7FA1-4BF6-82C5-C6DE8E631763} has been sent to the FSP]LOG]!><time="20:06:28.693+420" date="09-22-2014" component="FSPStateMessage" context="" type="1" thread="2196" file="fsputillib.cpp:752">
    <![LOG[Running as user "SYSTEM"]LOG]!><time="20:06:28.709+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:1972">
    <![LOG[Detected 23565 MB free disk space on system drive.]LOG]!><time="20:06:28.709+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="util.cpp:574">
    <![LOG[Checking Write Filter Status.]LOG]!><time="20:06:28.709+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:1999">
    <![LOG[This is not a supported write filter device. We are not in a write filter maintenance mode.]LOG]!><time="20:06:28.709+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:2026">
    <![LOG[Performing AD query: '(&(ObjectCategory=mSSMSManagementPoint)(mSSMSDefaultMP=TRUE)(mSSMSSiteCode=ABC))']LOG]!><time="20:06:28.912+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="lsad.cpp:640">
    <![LOG[OperationalXml '<ClientOperationalSettings><Version>5.00.7804.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>308202F1308201D9A003020102021072D06930FA1F729E4DB6A623E47897D5300D06092A864886F70D01010B05003016311430120603550403130B53697465205365727665723020170D3134303830333135323032355A180F32313134303731313135323032355A3016311430120603550403130B536974652053657276657230820122300D06092A864886F70D01010105000382010F003082010A0282010100CD8FBED68BEF0FEC34E6776F2AFF0AF23F8B361884C0FD905EEA125A8D378EB6CAA3300736C0D682E5A3CD18A98FE5152C63BBED0739C98EB47CAC567750FBDBD8BD4F0CB24FB1CCC95BACAE33C8177BAE062E9E46301B30BCC995D7A160BAED47CF0C4C4F98C292F50264365536E53ECE19F0B51E77FA6DDF088E594BA10FDCC61579D5330ECF7D6F39DCDA524597000E2BBE3ABC16DF3DC6BB8071D13DFDF16ED7C2F9DA020E8586C445200F762A6A4CF7DAF81B37F86A6800C21797077DD791F8961DD9B4A349DDB3163D49DF317F9D8ADE4ADF40685EFDC68B9B609F41E3AE6F59D046C957E94E847A2A30F77BD2C75A6B9ADDAF35B11B888E36F0E4B5A10203010001A3393037301F0603551D110418301682145343434D323031322E656C63687572752E636F6D30140603551D25040D300B06092B060104018237650B300D06092A864886F70D01010B05000382010100717EEDD524B223BE2BFE0C62791EB8E09EE0DE99BC08FD578BEAB3F608DA57F58382F1B66924C300809A9D18B514A2CD30B1B4ACE4D5590EFD131E49F398ECA4A1535DE0B45E92141895106B19BCC4CB1DC552D068A4033AD288573BB205217B2BFFF34D9C0649F200314589CAA0BD11FAB8B213F966409E767C748C81F0CFA151E286A5BCDA56EEB764206635FFA7256EEEDEC543A3EF33F257C1FEA93431EEBFBF27E3FA7E12D30E669151357577D63DBF3632A07230820B8122E902C7F5A1FDA213EEAEBB73B321A04FEBF6EED73FB106E9F166886709B01DAE88D23A7469CF41224FEF02EF03B0BD5794515EBE98F56409BF84D238B0F466BF7B14B27D02</SiteSigningCert></SecurityConfiguration><RootSiteCode>ABC</RootSiteCode><CCM> <CommandLine>SMSSITECODE=ABC</CommandLine> </CCM><FSP> <FSPServer></FSPServer> </FSP><Capabilities SchemaVersion ="1.0"><Property Name="SSLState" Value="0" /></Capabilities></ClientOperationalSettings>']LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="lsadcache.cpp:236">
    <![LOG[Unable to open Registry key Software\Microsoft\CCM. Return Code [80070002]. Client HTTPS state is Unknown.]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmutillib.cpp:372">
    <![LOG[The MP name retrieved is 'SCCM2012.elchuru.com' with version '7804' and capabilities '<Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>']LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="lsadcache.cpp:334">
    <![LOG[MP 'SCCM2012.elchuru.com' is compatible]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="lsadcache.cpp:339">
    <![LOG[Retrieved 1 MP records from AD for site 'ABC']LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="lsadcache.cpp:287">
    <![LOG[Retrived site version '5.00.7804.1000' from AD for site 'ABC']LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="siteinfo.cpp:575">
    <![LOG[SiteCode: ABC]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:2051">
    <![LOG[SiteVersion: 5.00.7804.1000]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:2052">
    <![LOG[Ccmsetup is being restarted due to an administrative action. Installation files will be reset and downloaded again.]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:2086">
    <![LOG[Deleted file C:\Windows\ccmsetup\client.msi]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:9156">
    <![LOG[Only one MP SCCM2012.elchuru.com is specified. Use it.]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:9745">
    <![LOG[Searching for DP locations from MP(s)...]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:10683">
    <![LOG[Current AD site of machine is Default-First-Site-Name]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="LocationServices" context="" type="1" thread="2196" file="lsad.cpp:746">
    <![LOG[Local Machine is joined to an AD domain]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="LocationServices" context="" type="0" thread="2196" file="lsad.cpp:698">
    <![LOG[Current AD forest name is elchuru.com, domain name is elchuru.com]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="LocationServices" context="" type="1" thread="2196" file="lsad.cpp:818">
    <![LOG[DhcpGetOriginalSubnetMask entry point is supported.]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="LocationServices" context="" type="0" thread="2196" file="ccmiputil.cpp:117">
    <![LOG[Begin checking Alternate Network Configuration]LOG]!><time="20:06:29.037+420" date="09-22-2014" component="LocationServices" context="" type="0" thread="2196" file="ccmiputil.cpp:1095">
    <![LOG[Finished checking Alternate Network Configuration]LOG]!><time="20:06:29.037+420" date="09-22-2014" component="LocationServices" context="" type="0" thread="2196" file="ccmiputil.cpp:1172">
    <![LOG[Sending message body '<ContentLocationRequest SchemaVersion="1.00">
    <AssignedSite SiteCode="ABC"/>
    <ClientPackage/>
    <ClientLocationInfo LocationType="SMSPACKAGE" DistributeOnDemand="0" UseProtected="0" AllowCaching="0" BranchDPFlags="0" AllowHTTP="1" AllowSMB="0" AllowMulticast="0" UseInternetDP="0">
    <ADSite Name="Default-First-Site-Name"/>
    <Forest Name="elchuru.com"/>
    <Domain Name="elchuru.com"/>
    <IPAddresses>
    <IPAddress SubnetAddress="192.168.100.0" Address="192.168.100.101"/>
    </IPAddresses>
    </ClientLocationInfo>
    </ContentLocationRequest>
    ']LOG]!><time="20:06:29.037+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="siteinfo.cpp:96">
    <![LOG[Sending message header '<Msg SchemaVersion="1.1"><ID>{DCE084AF-448A-4289-9C9B-A2431D2AA816}</ID><SourceHost>DC1</SourceHost><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:DC1:LS_ReplyLocations</ReplyTo><Priority>3</Priority><Timeout>600</Timeout><ReqVersion>5931</ReqVersion><TargetHost>SCCM2012.elchuru.com</TargetHost><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><Protocol>http</Protocol><SentTime>2014-09-23T03:06:29Z</SentTime><Body Type="ByteRange" Offset="0" Length="1132"/><Hooks><Hook3 Name="zlib-compress"/></Hooks><Payload Type="inline"/></Msg>']LOG]!><time="20:06:29.037+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="siteinfo.cpp:177">
    <![LOG[CCM_POST 'HTTP://SCCM2012.elchuru.com/ccm_system/request']LOG]!><time="20:06:29.037+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="httphelper.cpp:807">
    <![LOG[Content boundary is '--aAbBcCdDv1234567890VxXyYzZ']LOG]!><time="20:06:29.349+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="httphelper.cpp:1972">
    <![LOG[Received header '<Msg SchemaVersion="1.1">
    <ID>{4DC051BC-AB5C-40DC-B661-DF777739EAD2}</ID>
    <SourceID>GUID:DBFA93D1-A058-4985-9265-D839A3029861</SourceID>
    <SourceHost>SCCM2012</SourceHost>
    <TargetAddress>direct:DC1:LS_ReplyLocations</TargetAddress>
    <ReplyTo>MP_LocationManager</ReplyTo>
    <CorrelationID>{00000000-0000-0000-0000-000000000000}</CorrelationID>
    <Priority>3</Priority>
    <Timeout>600</Timeout>
    <TargetHost>DC1</TargetHost><TargetEndpoint>LS_ReplyLocations</TargetEndpoint><ReplyMode>Sync</ReplyMode><Protocol>http</Protocol><SentTime>2014-09-23T03:06:27Z</SentTime><Body Type="ByteRange" Offset="0" Length="2380"/><Hooks><Hook3 Name="zlib-compress"/><Hook Name="authenticate"><Property Name="Signature">3082019006092A864886F70D010702A08201813082017D020101310B300906052B0E03021A0500300B06092A864886F70D0107013182015C30820158020101303530213111300F060355040313085343434D32303132310C300A06035504031303534D530210303903F7FEA870804302AA53869E7951300906052B0E03021A0500300D06092A864886F70D01010105000482010095017F77580DC1B077F45F13B91982ADB5EF937A753C42527A13F9CC2F37BD02EFA6167633EFB60B41B028EF9004DB9004066CA9D2C304B628B015EE3438589386B2CDCDBE6DCD6FF3424D7BD908BCC461F49316AAE68946CEAB8B89904AE68ACCF0136471073D17788DD8577D18329CBCA5AE9437A870B82E024BFD4024969C254F3DEC6F50C0488FA861112558F0E5FB37889D780E18CAC7643660401BE7468269443959C47D47D02C23AAE104F664247D6E1086CDF621ECA6EBAF88F3326938305B4505AB27BAA2F54467F0CB81DC625459567177576A0CE94BB5AC43EAFD180263FE697AE15BE0E5DED369DB4841D1BC36780543ACD6F4DC97688B69B241</Property><Property Name="AuthSenderMachine">SCCM2012;SCCM2012.elchuru.com;</Property><Property Name="MPSiteCode">ABC</Property></Hook></Hooks><Payload Type="inline"/></Msg>']LOG]!><time="20:06:29.349+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="httphelper.cpp:1724">
    <![LOG[Received reply body '<ContentLocationReply SchemaVersion="1.00"><ContentInfo PackageFlags="0"><ContentHashValues/></ContentInfo><Sites><Site><MPSite SiteCode="ABC" MasterSiteCode="ABC" SiteLocality="FALLBACK" IISPreferedPort="80" IISSSLPreferedPort="443"/><LocationRecords><LocationRecord><URL Name="http://SCCM2012.elchuru.com/SMS_DP_SMSPKG$/ABC00002" Signature="http://SCCM2012.elchuru.com/SMS_DP_SMSSIG$/ABC00002"/><ADSite Name="Default-First-Site-Name"/><IPSubnets><IPSubnet Address="192.168.100.0"/><IPSubnet Address=""/></IPSubnets><Metric Value=""/><Version>7804</Version><Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities><ServerRemoteName>SCCM2012.elchuru.com</ServerRemoteName><DPType>SERVER</DPType><Windows Trust="1"/><Locality>FALLBACK</Locality></LocationRecord></LocationRecords></Site></Sites><ClientPackage FullPackageID="ABC00002" FullPackageVersion="2" FullPackageHash="6B22D9F7922DF97CDBF68521CB56F8212E398D77AC66362207436CCFE46B5311" MinimumClientVersion="5.00.7804.1000" RandomizeMaxDays="7" ProgramEnabled="true" LastModifiedTime="30389229;4114345216" SiteVersionMatch="true" SiteVersion="5.00.7804.1000" EnablePeerCache="true"/></ContentLocationReply>']LOG]!><time="20:06:29.349+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="siteinfo.cpp:221">
    <![LOG[Found remote location 'http://SCCM2012.elchuru.com/SMS_DP_SMSPKG$/ABC00002']LOG]!><time="20:06:29.349+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="siteinfo.cpp:356">
    <![LOG[Could not find local DP locations from all MPs. Will fallback to MP download.]LOG]!><time="20:06:29.349+420" date="09-22-2014" component="ccmsetup" context="" type="2" thread="2196" file="ccmsetup.cpp:10822">
    <![LOG[GET 'HTTP://SCCM2012.elchuru.com/CCM_Client/ccmsetup.cab']LOG]!><time="20:06:29.349+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="httphelper.cpp:807">
    <![LOG[C:\Windows\ccmsetup\ccmsetup.cab is Microsoft trusted.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="util.cpp:1309">
    <![LOG[Successfully extracted manifest file C:\Windows\ccmsetup\ccmsetup.xml from file C:\Windows\ccmsetup\ccmsetup.cab.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:6554">
    <![LOG[Loading manifest file: C:\Windows\ccmsetup\ccmsetup.xml]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:153">
    <![LOG[Successfully loaded ccmsetup manifest file.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:171">
    <![LOG[Checking if manifest version '5.00.7804.1000' is newer than the ccmsetup version '5.0.7804.1000']LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:10140">
    <![LOG[Running from temp downloaded folder or manifest is not newer than ccmsetup.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:2188">
    <![LOG[Item 'i386/vcredist_x86.exe' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'x64/vcredist_x64.exe' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'i386/vc50727_x86.exe' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'x64/vc50727_x64.exe' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'i386/WindowsUpdateAgent30-x86.exe' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'x64/WindowsUpdateAgent30-x64.exe' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'i386/msxml6.msi' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'x64/msxml6_x64.msi' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'i386/msrdcoob_x86.exe' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'x64/msrdcoob_amd64.exe' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'pkgmgr.exe' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'dism.exe' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'wimgapi.msi' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'i386/MicrosoftPolicyPlatformSetup.msi' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'x64/MicrosoftPolicyPlatformSetup.msi' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'i386/WindowsFirewallConfigurationProvider.msi' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'x64/WindowsFirewallConfigurationProvider.msi' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'i386/Silverlight.exe' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'i386/wic_x86_enu.exe' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'x64/wic_x64_enu.exe' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'i386/dotNetFx40_Client_x86_x64.exe' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'SCEPInstall.exe' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'i386/client.msi' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'x64/client.msi' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Default CSP is Microsoft Enhanced RSA and AES Cryptographic Provider]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="ccmutillib.cpp:1355">
    <![LOG[Default CSP Type is 24]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="ccmutillib.cpp:1356">
    <![LOG[Discovering whether item 'i386/vcredist_x86.exe' exists.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[Detected item 'i386/vcredist_x86.exe']LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:643">
    <![LOG[Discovering whether item 'x64/vcredist_x64.exe' exists.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[Detected item 'x64/vcredist_x64.exe']LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:643">
    <![LOG[Discovering whether item 'x64/vc50727_x64.exe' exists.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[Upgrade code '{A8D19029-8E5C-4E22-8011-48070F9E796E}': product = '{071c9b48-7c32-4621-a0ac-3f809523288f}', installed = 1, version = 8.0.56336]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="msiutil.cpp:1269">
    <![LOG[Checking '{A8D19029-8E5C-4E22-8011-48070F9E796E}' version '8.0.56336' expecting >= '8.0.61000'.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="manifest.cpp:890">
    <![LOG[Item x64/vc50727_x64.exe has not been installed yet. Put to pending install list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:638">
    <![LOG[Discovering whether item 'x64/WindowsUpdateAgent30-x64.exe' exists.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[Checking file 'C:\Windows\system32\wuapi.dll' version '7.5.7601.17514' expecting >= '7.4.7600.226'.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="manifest.cpp:1295">
    <![LOG[Detected item 'x64/WindowsUpdateAgent30-x64.exe']LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:643">
    <![LOG[Discovering whether item 'x64/msxml6_x64.msi' exists.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[Checking file 'C:\Windows\system32\msxml6.dll' version '6.30.7601.17514' expecting >= '6.10.1129.0'.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="manifest.cpp:1295">
    <![LOG[Detected item 'x64/msxml6_x64.msi']LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:643">
    <![LOG[Discovering whether item 'dism.exe' exists.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[File 'C:\Windows\system32\msrdc.dll' does not exist. Discovery failed.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:1271">
    <![LOG[Item dism.exe has not been installed yet. Put to pending install list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:638">
    <![LOG[Discovering whether item 'x64/MicrosoftPolicyPlatformSetup.msi' exists.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[Couldn't find a product with MSI upgrade code '{19B9818B-7432-49E9-BC02-B126025EE235}' in the MSI database.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:855">
    <![LOG[Item x64/MicrosoftPolicyPlatformSetup.msi has not been installed yet. Put to pending install list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:638">
    <![LOG[Discovering whether item 'x64/WindowsFirewallConfigurationProvider.msi' exists.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[Validated file 'C:\Windows\ccmsetup\WindowsFirewallConfigurationProvider.msi' hash '3BF0651FD4A01170925CEF694468D4EF6F64D76FD3413DEBD14CB8DE019AA10E']LOG]!><time="20:06:29.395+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="util.cpp:2399">
    <![LOG[File 'C:\Windows\ccmsetup\WindowsFirewallConfigurationProvider.msi' exists. Discovery passed]LOG]!><time="20:06:29.395+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="manifest.cpp:1267">
    <![LOG[Detected item 'x64/WindowsFirewallConfigurationProvider.msi']LOG]!><time="20:06:29.395+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:643">
    <![LOG[Discovering whether item 'i386/Silverlight.exe' exists.]LOG]!><time="20:06:29.395+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[32-bit Hive selected]LOG]!><time="20:06:29.395+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:965">
    <![LOG[Item i386/Silverlight.exe has not been installed yet. Put to pending install list.]LOG]!><time="20:06:29.395+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:638">
    <![LOG[Discovering whether item 'i386/dotNetFx40_Client_x86_x64.exe' exists.]LOG]!><time="20:06:29.395+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[Detected item 'i386/dotNetFx40_Client_x86_x64.exe']LOG]!><time="20:06:29.395+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:643">
    <![LOG[Discovering whether item 'SCEPInstall.exe' exists.]LOG]!><time="20:06:29.395+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[File 'C:\Windows\ccmsetup\SCEPInstall.exe' with hash '495B488FFCEE7C2D682AC6ABFC62D7F9CCB15E22911BA2B76C41307343E617CC' from manifest doesn't match with the file hash '3777EA1A70375BE40EE71AB74FAFD2CB26FAC6E19E9A23DCE8E64B4DE465084B']LOG]!><time="20:06:29.723+420" date="09-22-2014" component="ccmsetup" context="" type="2" thread="2196" file="util.cpp:2404">
    <![LOG[Item SCEPInstall.exe has not been installed yet. Put to pending install list.]LOG]!><time="20:06:29.723+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:638">
    <![LOG[Discovering whether item 'x64/client.msi' exists.]LOG]!><time="20:06:29.723+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[Item x64/client.msi has not been installed yet. Put to pending install list.]LOG]!><time="20:06:29.723+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:638">
    <![LOG[PROPFIND 'HTTP://SCCM2012.elchuru.com/CCM_Client/x64/ClientPatch']LOG]!><time="20:06:29.723+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="httphelper.cpp:807">
    <![LOG[No client patches are detected.]LOG]!><time="20:06:29.754+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="ccmsetup.cpp:1713">
    <![LOG[PROPFIND 'HTTP://SCCM2012.elchuru.com/CCM_Client/x64/LanguagePack']LOG]!><time="20:06:29.754+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="httphelper.cpp:807">
    <![LOG[No client language packs are detected.]LOG]!><time="20:06:29.754+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="ccmsetup.cpp:1754">
    <![LOG[Searching for available transform]LOG]!><time="20:06:29.754+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:1784">
    <![LOG[PROPFIND 'HTTP://SCCM2012.elchuru.com/CCM_Client/x64/LanguagePack']LOG]!><time="20:06:29.754+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="httphelper.cpp:807">
    <![LOG[No transform available for this locale. Installation will proceed with no transformation.]LOG]!><time="20:06:29.770+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:1869">
    <![LOG[File 'C:\Windows\ccmsetup\vc50727_x64.exe' with hash '0551A61C85B718E1FA015B0C3E3F4C4EEA0637055536C00E7969286B4FA663E0' from manifest doesn't match with the file hash '301300E768BB0401BE340E05DDFEE67989959B807D9DAC5140D4AFA57794BFA6']LOG]!><time="20:06:29.801+420" date="09-22-2014" component="ccmsetup" context="" type="2" thread="2196" file="util.cpp:2404">
    <![LOG[Deleted file C:\Windows\ccmsetup\vc50727_x64.exe]LOG]!><time="20:06:29.801+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:9156">
    <![LOG[Found local file 'C:\Windows\system32\dism.exe' to install.]LOG]!><time="20:06:29.801+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="manifest.cpp:1536">
    <![LOG[File 'C:\Windows\system32\dism.exe' is a local file. No need to download.]LOG]!><time="20:06:29.801+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:1120">
    <![LOG[Validated file 'C:\Windows\ccmsetup\MicrosoftPolicyPlatformSetup.msi' hash '8C42189693C3220017E8C93A79B989EE126ADF33EADBE229011404C123B7B897']LOG]!><time="20:06:29.832+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="util.cpp:2399">
    <![LOG[Validated file 'C:\Windows\ccmsetup\Silverlight.exe' hash '417B442E128D821119008ACEEEE6CDC2A41224377A829B6EC52BABA2724F0151']LOG]!><time="20:06:29.926+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="util.cpp:2399">
    <![LOG[File 'C:\Windows\ccmsetup\SCEPInstall.exe' with hash '495B488FFCEE7C2D682AC6ABFC62D7F9CCB15E22911BA2B76C41307343E617CC' from manifest doesn't match with the file hash '3777EA1A70375BE40EE71AB74FAFD2CB26FAC6E19E9A23DCE8E64B4DE465084B']LOG]!><time="20:06:30.269+420" date="09-22-2014" component="ccmsetup" context="" type="2" thread="2196" file="util.cpp:2404">
    <![LOG[Deleted file C:\Windows\ccmsetup\SCEPInstall.exe]LOG]!><time="20:06:30.269+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:9156">
    <![LOG[File 'C:\Windows\ccmsetup\client.msi' doesn't exist.]LOG]!><time="20:06:30.269+420" date="09-22-2014" component="ccmsetup" context="" type="2" thread="2196" file="util.cpp:2385">
    <![LOG[Using branch cache option.]LOG]!><time="20:06:30.269+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:6327">
    <![LOG[Adding file 'HTTP://SCCM2012.elchuru.com:80/CCM_Client/x64/vc50727_x64.exe' to BITS job, saving as 'C:\Windows\ccmsetup\vc50727_x64.exe'.]LOG]!><time="20:06:30.269+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:6358">
    <![LOG[Adding file 'HTTP://SCCM2012.elchuru.com:80/CCM_Client/SCEPInstall.exe' to BITS job, saving as 'C:\Windows\ccmsetup\SCEPInstall.exe'.]LOG]!><time="20:06:30.285+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:6358">
    <![LOG[Adding file 'HTTP://SCCM2012.elchuru.com:80/CCM_Client/x64/client.msi' to BITS job, saving as 'C:\Windows\ccmsetup\client.msi'.]LOG]!><time="20:06:30.285+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:6358">
    <![LOG[Starting BITS download for client deployment files.]LOG]!><time="20:06:30.285+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:6371">
    <![LOG[Download Update: 28034432 out of 62473600 bytes transferred.]LOG]!><time="20:06:31.299+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:6462">
    <![LOG[Successfully completed BITS download for client deployment files.]LOG]!><time="20:06:33.295+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:6420">
    <![LOG[Successfully downloaded client files via BITS.]LOG]!><time="20:06:33.295+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:1373">
    <![LOG[File 'C:\Windows\ccmsetup\vc50727_x64.exe' with hash '0551A61C85B718E1FA015B0C3E3F4C4EEA0637055536C00E7969286B4FA663E0' from manifest doesn't match with the file hash '301300E768BB0401BE340E05DDFEE67989959B807D9DAC5140D4AFA57794BFA6']LOG]!><time="20:06:33.342+420" date="09-22-2014" component="ccmsetup" context="" type="2" thread="2196" file="util.cpp:2404">
    <![LOG[Sending Fallback Status Point message to 'SCCM2012.ELCHURU.COM', STATEID='325'.]LOG]!><time="20:06:33.342+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:9421">
    <![LOG[Failed to get client version for sending messages to FSP. Error 0x8004100e]LOG]!><time="20:06:33.358+420" date="09-22-2014" component="ccmsetup" context="" type="2" thread="2196" file="ccmsetup.cpp:9503">
    <![LOG[Params to send FSP message '5.0.7804.1000 Deployment vc50727_x64.exe']LOG]!><time="20:06:33.358+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="ccmsetup.cpp:9552">
    <![LOG[State message with TopicType 800 and TopicId {0BDD6D22-B3CB-4191-8064-ACBDF5E76006} has been sent to the FSP]LOG]!><time="20:06:33.358+420" date="09-22-2014" component="FSPStateMessage" context="" type="1" thread="2196" file="fsputillib.cpp:752">
    <![LOG[CcmSetup failed with error code 0x87d0029e]LOG]!><time="20:06:33.358+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2356" file="ccmsetup.cpp:10544">

  • Preverification failed with error code 255

    Hello,
    I am having some problems to run a simple Hello World MIDlet application on Ubuntu (2.6.20-15-generic #2 SMP Sun Apr 15 06:17:24 UTC 2007 x86_64 GNU/Linux). I am using Netbeans 6 Beta 2 (with Mobility Pack 2.5.2 ).
    I am getting an error in the preverification process:
    Preverifying 1 file(s) into /home/brunogh/NetBeansProjects/MobileApplication3/build/preverified directory.
    /home/brunogh/NetBeansProjects/MobileApplication3/nbproject/build-impl.xml:424: Preverification failed with error code 255.
    I am not sure if it could be a WTK problem, Mobility Pack problem or anything else... I've googled and could not find anything with the error 255, just with the error 1... any ideas/suggestions?
    The whole output is below
    pre-init:
    pre-load-properties:
    exists.config.active:
    exists.netbeans.user:
    exists.user.properties.file:
    load-properties:
    exists.platform.active:
    exists.platform.configuration :
    exists.platform.profile:
    basic-init:
    cldc-pre-init:
    cldc-init:
    cdc-init:
    ricoh-pre-init:
    ricoh-init:
    semc-pre-init:
    semc-init:
    savaje-pre-init:
    savaje-init:
    nokiaS80-pre-init:
    nokiaS80-init:
    nsicom-pre-init:
    nsicom-init:
    post-init:
    init:
    conditional-clean-init:
    conditional-clean:
    pre-clean:
    clean-timestamp:
    clean-preprocessed:
    clean-classes:
    Deleting directory /home/brunogh/NetBeansProjects/MobileApplication3/build/compiled
    clean-obfuscated:
    clean-preverified:
    Deleting directory /home/brunogh/NetBeansProjects/MobileApplication3/build/preverifysrc
    Deleting directory /home/brunogh/NetBeansProjects/MobileApplication3/build/preverified
    clean-manifest:
    clean-jar:
    clean-jad:
    clean-javadoc:
    clean-j9:
    clean-ricoh:
    clean-semc:
    clean-savaje:
    post-clean:
    do-clean:
    deps-jar:
    pre-preprocess:
    do-preprocess:
    post-preprocess:
    preprocess:
    pre-compile:
    extract-libs:
    Created dir: /home/brunogh/NetBeansProjects/MobileApplication3/build/compiled
    do-compile:
    Compiling 1 source file to /home/brunogh/NetBeansProjects/MobileApplication3/build/compiled
    post-compile:
    compile:
    pre-obfuscate:
    proguard-init:
    proguard:
    Building jar: /home/brunogh/NetBeansProjects/MobileApplication3/build/before-obfuscation.jar
    ProGuard, version 4.0.1
    Reading program jar [home/brunogh/NetBeansProjects/MobileApplication3/build/before- obfuscation.jar]
    Reading library jar [home/brunogh/WTK2.5.1/lib/wma20.jar]
    Reading library jar [home/brunogh/WTK2.5.1/lib/jsr082.jar]
    Reading library jar [home/brunogh/WTK2.5.1/lib/j2me-xmlrpc.jar]
    Reading library jar [home/brunogh/WTK2.5.1/lib/satsa- jcrmi.jar]
    Note: duplicate definition of library class [java.rmi.Remote]
    Note: duplicate definition of library class [java.rmi.RemoteException]
    Reading library jar [home/brunogh/WTK2.5.1/lib/satsa-apdu.jar]
    Note: duplicate definition of library class [ com.sun.satsa.acl.ACEntry]
    Note: duplicate definition of library class [com.sun.satsa.acl.ACFile]
    Note: duplicate definition of library class [com.sun.satsa.acl.ACLFileReader]
    Note: duplicate definition of library class [ com.sun.satsa.acl.ACLPermissions]
    Note: duplicate definition of library class [com.sun.satsa.acl.ACList]
    Note: duplicate definition of library class [com.sun.satsa.acl.APDUPermissions]
    Note: duplicate definition of library class [ com.sun.satsa.acl.AccessControlManager]
    Note: duplicate definition of library class [com.sun.satsa.acl.JCRMIPermission]
    Note: duplicate definition of library class [com.sun.satsa.acl.JCRMIPermissions]
    Note: duplicate definition of library class [ com.sun.satsa.acl.PINAttributes]
    Note: duplicate definition of library class [com.sun.satsa.acl.PINData]
    Note: duplicate definition of library class [com.sun.satsa.acl.PINEntryDialog]
    Note: duplicate definition of library class [ java.lang.UnsupportedOperationException]
    Reading library jar [home/brunogh/WTK2.5.1/lib/satsa-crypto.jar]
    Reading library jar [home/brunogh/WTK2.5.1/lib/jsr179.jar]
    Reading library jar [home/brunogh/WTK2.5.1/lib/satsa- pki.jar]
    Note: duplicate definition of library class [com.sun.satsa.acl.ACEntry]
    Note: duplicate definition of library class [com.sun.satsa.acl.ACFile]
    Note: duplicate definition of library class [com.sun.satsa.acl.ACLFileReader ]
    Note: duplicate definition of library class [com.sun.satsa.acl.ACLPermissions]
    Note: duplicate definition of library class [com.sun.satsa.acl.ACList]
    Note: duplicate definition of library class [com.sun.satsa.acl.APDUPermissions ]
    Note: duplicate definition of library class [com.sun.satsa.acl.AccessControlManager]
    Note: duplicate definition of library class [com.sun.satsa.acl.JCRMIPermission]
    Note: duplicate definition of library class [ com.sun.satsa.acl.JCRMIPermissions]
    Note: duplicate definition of library class [com.sun.satsa.acl.PINAttributes]
    Note: duplicate definition of library class [com.sun.satsa.acl.PINData]
    Note: duplicate definition of library class [ com.sun.satsa.acl.PINEntryDialog]
    Reading library jar [home/brunogh/WTK2.5.1/lib/jsr75.jar]
    Reading library jar [home/brunogh/WTK2.5.1/lib/jsr180.jar]
    Reading library jar [home/brunogh/WTK2.5.1/lib/jsr238.jar]
    Reading library jar [home/brunogh/WTK2.5.1/lib/jsr229.jar]
    Reading library jar [home/brunogh/WTK2.5.1/lib/j2me-ws.jar]
    Reading library jar [home/brunogh/WTK2.5.1/lib/jsr234.jar]
    Reading library jar [home/brunogh/WTK2.5.1/lib/jsr226.jar]
    Reading library jar [home/brunogh/WTK2.5.1/lib/jsr184.jar]
    Reading library jar [home/brunogh/WTK2.5.1/lib/mmapi.jar]
    Reading library jar [home/brunogh/WTK2.5.1/lib/jsr239.jar]
    Note: duplicate definition of library class [ java.lang.UnsupportedOperationException]
    Reading library jar [home/brunogh/WTK2.5.1/lib/jsr211.jar]
    Reading library jar [home/brunogh/WTK2.5.1/lib/cldcapi10.jar]
    Reading library jar [home/brunogh/WTK2.5.1/lib/midpapi10.jar]
    Note: duplicate definition of library class [com.sun.cldc.i18n.j2me.UTF_8_Reader]
    Note: there were 29 duplicate class definitions.
    Preparing output jar [home/brunogh/NetBeansProjects/MobileApplication3/build/obfuscated.jar]
    Copying resources from program jar [home/brunogh/NetBeansProjects/MobileApplication3/build/before-obfuscation.jar]
    Created dir: /home/brunogh/NetBeansProjects/MobileApplication3/build/obfuscated
    Expanding: /home/brunogh/NetBeansProjects/MobileApplication3/build/obfuscated.jar into /home/brunogh/NetBeansProjects/MobileApplication3/build/obfuscated
    post-obfuscate:
    obfuscate:
    pre-preverify:
    do-preverify:
    Created dir: /home/brunogh/NetBeansProjects/MobileApplication3/build/preverifysrc
    Copying 1 file to /home/brunogh/NetBeansProjects/MobileApplication3/build/preverifysrc
    Created dir: /home/brunogh/NetBeansProjects/MobileApplication3/build/preverified
    Preverifying 1 file(s) into /home/brunogh/NetBeansProjects/MobileApplication3/build/preverified directory.
    /home/brunogh/NetBeansProjects/MobileApplication3/nbproject/build- impl.xml:424: Preverification failed with error code 255.
    BUILD FAILED (total time: 5 seconds)
    Thanks,
    Bruno

    pre-init:
    pre-load-properties:
    exists.config.active:
    exists.netbeans.user:
    exists.user.properties.file:
    load-properties:
    exists.platform.active:
    exists.platform.configuration:
    exists.platform.profile:
    init:
    post-init:
    pre-preprocess:
    deps-jar:
    conditional-clean:
    pre-clean:
    do-clean:
    post-clean:
    preprocess:
    Created dir: C:\prakash\sip\build\preprocessed
    Pre-processing 2 file(s) into C:\prakash\sip\build\preprocessed directory.
    post-preprocess:
    extract-libs:
    Created dir: C:\prakash\sip\build\compiled
    pre-compile:
    compile:
    Compiling 2 source files to C:\prakash\sip\build\compiled
    Copying 1 file to C:\prakash\sip\build\compiled
    post-compile:
    obfuscate-check:
    pre-obfuscate:
    obfuscate:
    Building jar: C:\prakash\sip\build\before-obfuscation.jar
    Copying jar file (C:\prakash\sip\build\before-obfuscation.jar) to C:\prakash\sip\build\obfuscated.jar.
    Created dir: C:\prakash\sip\build\obfuscated
    Expanding: C:\prakash\sip\build\obfuscated.jar into C:\prakash\sip\build\obfuscated
    post-obfuscate:
    pre-preverify:
    preverify:
    Created dir: C:\prakash\sip\build\preverified
    Preverifying 1698 file(s) into C:\prakash\sip\build\preverified directory.
    Error preverifying class com.sun.midp.jadtool.AppDescriptor
    VERIFIER ERROR com/sun/midp/jadtool/AppDescriptor.storeKeyStore(Ljava/lang/String;[C)V:
    Cannot find class java/io/FileOutputStream
    C:\prakash\sip\nbproject\build-impl.xml:269: Preverification failed with error code 1.
    BUILD FAILED (total time: 1 minute 7 seconds)
    Question:
    how can i resolve this problem?
    can anyone help me? .........

  • Preverification failed with error code 255 on Mac OS

    Hello all,
    First up cheers to sun for creating the JME Platform SDK for MAC OS X. I downloaded and installed it the other day. All went well until I tried to compile the blasted thing and I got the following error. I've searched online and come up with nothing.
    /../nbproject/build-impl.xml:309: Preverification failed with error code 255.
            at org.netbeans.mobility.antext.PreverifyTask.execute(PreverifyTask.java:226)
            at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
            at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
            at org.apache.tools.ant.Task.perform(Task.java:348)
            at org.apache.tools.ant.Target.execute(Target.java:357)
            at org.apache.tools.ant.Target.performTasks(Target.java:385)
            at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
            at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
            at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
            at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
            at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:278)
            at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:497)
            at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)Apparently the error is in the build-impl.xml file. When I looked in this file the following line was the one giving me guff.
            <nb-preverify srcdir="${preverify.sources.dir}" destdir="${preverify.classes.dir}" classpath="${platform.bootclasspath}:${extra.classpath}" configuration="${platform.configuration}" platformhome="${platform.home}" platformtype="${platform.type}" commandline="${platform.preverifycommandline}"/>Anyone have any ideas??
    Cheers.

    pre-init:
    pre-load-properties:
    exists.config.active:
    exists.netbeans.user:
    exists.user.properties.file:
    load-properties:
    exists.platform.active:
    exists.platform.configuration:
    exists.platform.profile:
    init:
    post-init:
    pre-preprocess:
    deps-jar:
    conditional-clean:
    pre-clean:
    do-clean:
    post-clean:
    preprocess:
    Created dir: C:\prakash\sip\build\preprocessed
    Pre-processing 2 file(s) into C:\prakash\sip\build\preprocessed directory.
    post-preprocess:
    extract-libs:
    Created dir: C:\prakash\sip\build\compiled
    pre-compile:
    compile:
    Compiling 2 source files to C:\prakash\sip\build\compiled
    Copying 1 file to C:\prakash\sip\build\compiled
    post-compile:
    obfuscate-check:
    pre-obfuscate:
    obfuscate:
    Building jar: C:\prakash\sip\build\before-obfuscation.jar
    Copying jar file (C:\prakash\sip\build\before-obfuscation.jar) to C:\prakash\sip\build\obfuscated.jar.
    Created dir: C:\prakash\sip\build\obfuscated
    Expanding: C:\prakash\sip\build\obfuscated.jar into C:\prakash\sip\build\obfuscated
    post-obfuscate:
    pre-preverify:
    preverify:
    Created dir: C:\prakash\sip\build\preverified
    Preverifying 1698 file(s) into C:\prakash\sip\build\preverified directory.
    Error preverifying class com.sun.midp.jadtool.AppDescriptor
    VERIFIER ERROR com/sun/midp/jadtool/AppDescriptor.storeKeyStore(Ljava/lang/String;[C)V:
    Cannot find class java/io/FileOutputStream
    C:\prakash\sip\nbproject\build-impl.xml:269: Preverification failed with error code 1.
    BUILD FAILED (total time: 1 minute 7 seconds)
    Question:
    how can i resolve this problem?
    can anyone help me? .........

  • Execution failed with error code 1

    I am developing a simple Hello Server Application using the latest Netbeans 7.0 (Full Version that includes J2SE, J2ME,...etc). The code compiles fine and runs great on a Windows 7 SP1 (32-bit) just fine. but when trying to run it on a Windows 7 SP1 (64-bit) Windows, I get the following error:
    Jad URL for OTA execution: http://localhost:8082/servlet/org.netbeans.modules.mobility.project.jam.JAMServlet/E%3A/Development/NetBeansProjects/HelloServer/dist//HelloServer.jad
    Starting emulator in execution mode
    E:\Development\NetBeansProjects\HelloServer\nbproject\build-impl.xml:915: Execution failed with error code 1.
    BUILD FAILED (total time: 0 seconds)
    the content of build-impl.xml:915 is:
    <nb-run jadfile="${dist.dir}/${dist.jad}" jarfile="${dist.dir}/${dist.jar}" jadurl="${dist.jad.url}" device="${platform.device}" platformhome="${platform.home}" platformtype="${platform.type}" execmethod="${run.method}" securitydomain="${evaluated.run.security.domain}" commandline="${platform.runcommandline}" classpath="${platform.bootclasspath}:${dist.dir}/${dist.jar}" cmdoptions="${run.cmd.options}"/>
    This makes me believe that it is something related to 32/64 bit Java Platform for Windows. I have searched the net, and some posts suggest uninstalling Java 64-bit version for Windows and use 32-bit version instead? Is this true? if it is then we have a serious JAVA bug problem if not, I would like to get pointers on how to solve this problem. Thanks.

    It seems that indeed this has to do with the 64-bit JAVA platform version as well as the DEP protection on Windows 7. I will try to reproduce the error systematically and see how it goes.

  • Opatch lsinventory failes with error code = 73

    Hi All,
    We installed Oracle 11.1.0.7 on Windows 2008 server 64x and the installation went through ok with no errors. We then wanted to patch the oracle home with the latest CPU patches, we set the oracle home, but when we try to run Opatch we get teh following:
    C:\Users\oracle>opatch lsinventory
    Invoking OPatch 11.1.0.6.2
    OPatch could not create/open history file for writing : C:\oracle\product\11.1.0.7\cfgtoollogs\opatch\opatch_history.txt
    C:\oracle\product\11.1.0.7\cfgtoollogs\opatch\opatch_history.txt (The system cannot find the path specified)
    Oracle Interim Patch Installer version 11.1.0.6.2
    Copyright (c) 2007, Oracle Corporation.  All rights reserved.
    Oracle Home       : C:\oracle\product\11.1.0.7
    Central Inventory : C:\Program Files\Oracle\Inventory
       from           : n/a
    OPatch version    : 11.1.0.6.2
    OUI version       : 11.1.0.7.0
    OUI location      : C:\oracle\product\11.1.0.7\oui
    Log file location : C:\oracle\product\11.1.0.7\cfgtoollogs\opatch\opatch2010-04-16_14-46-56PM.log
    Inventory load failed... OPatch cannot load inventory for the given Oracle Home.
    LsInventorySession failed: LsInventory cannot create the log directory C:\oracle\product\11.1.0.7\cfgtoollogs\opatch\lsinv\lsinvento
    ry2010-04-16_14-46-56PM.txt
    java.lang.RuntimeException: LsInventory cannot create the log directory C:\oracle\product\11.1.0.7\cfgtoollogs\opatch\lsinv\lsinvent
    ory2010-04-16_14-46-56PM.txt
            at oracle.opatch.LsInventorySession.init(LsInventorySession.java:217)
            at oracle.opatch.LsInventorySession.loadAndPrintInventory(LsInventorySession.java:373)
            at oracle.opatch.LsInventorySession.process(LsInventorySession.java:324)
            at oracle.opatch.OPatchSession.main(OPatchSession.java:1548)
            at oracle.opatch.OPatch.main(OPatch.java:619)
    OPatch failed with error code = 73Not sure why is this complaining, as we did the same build on another box yesterday and we were able to patch the oracle home with no issues.
    We had a look at few documents in Metalink, and the wide suggestion was to download the latest version of Opatch; but we couldn't see how Opatch will work on one box and not the other when using the same installation files on 2 similar specs machines.
    Thanks

    I just right click on the do prompt and "run as administrator", I set the oracle home, then tried opatch and it did work:
    C:\Windows\system32>opatch lsinventory
    Invoking OPatch 11.1.0.8.1
    Oracle Interim Patch Installer version 11.1.0.8.1
    Copyright (c) 2010, Oracle Corporation.  All rights reserved.
    Oracle Home       : C:\oracle\product\11.1.0.7
    Central Inventory : C:\Program Files\Oracle\Inventory
       from           : n/a
    OPatch version    : 11.1.0.8.1
    OUI version       : 11.1.0.7.0
    OUI location      : C:\oracle\product\11.1.0.7\oui
    Log file location : C:\oracle\product\11.1.0.7\cfgtoollogs\opatch\opatch2010-04-16_17-50-19PM.log
    Patch history file: C:\oracle\product\11.1.0.7\cfgtoollogs\opatch\opatch_history.txt
    Lsinventory Output file location : C:\oracle\product\11.1.0.7\cfgtoollogs\opatch\lsinv\lsinventory2010-04-16_17-50-19PM.txt
    Installed Top-level Products (1):
    Oracle Database 11g                                                  11.1.0.7.0
    There are 1 products installed in this Oracle Home.
    There are no Interim patches installed in this Oracle Home.
    OPatch succeeded.
    C:\Windows\system32>which doesn't make much sense since the oracle user (oracle) is a member of administrators on the box!!!!?
    Thanks

  • Task Sequence has failed with error code: 0x80070570

    I've created task sequence for Windows XP OS Deployment. WinPE boot image loads successfully, Partitions are formatted successfully too. But during "Applying image 1 from volume C:\" I receive following error:
    Task Sequence: My_task_sequence_name has failed with error code: 0x80070570.
    What I need to do? Any ideas? (My computer has following details: ASUS P5KSE motherboard, Core 2 Duo, SATA HDD, Atheros L1 adapter)

    No, a build and capture task sequence automates the build of the image removing any and all human intervention so that rebuilding or refreshing an image becomes a simple matter. Building images by actually manually installing Windows is anti-IT.
    File corruption can be caused by many, many things; e.g., anti-virus, physical disk errors, network transmit errors, etc.
    Jason | http://myitforum.com/cs2/blogs/jsandys | http://blogs.catapultsystems.com/jsandys/default.aspx | Twitter @JasonSandys

  • Installation of Photoshop update 13.1.2 for creative cloud fails with error code U44M1P7 I need help

    I need help installing update 13.1.2 for Photoshop creative cloud, installation fails with error code: U44M1P7. Could someone please help?

    Sorry to bother you.
    I could find the answer after searching previous posts about this language problem.
    Had to change my language in AAM profile and then download PS CS6 again ( english version ).
    Then open the actual Photoshop and in preferences > interface you can besides the Dutch also option for English.
    restart application and Voila.
    Greetz, Jeroen

  • DAG - Backup failing on 1 DB only with error - The Microsoft Exchange Replication service VSS Writer instance ID failed with error code 80070020 when preparing for a backup of database 'DB012'

    Hi Board,
    i´ve search across the board, technet and symantec sites but did not found a hint about my problem.
    we drive a 2 node DAG (Location1-Ex1-mb1 
    Location2-exc1-mb1), on SP2 RU4 patchlevel with 40 Databases.
    Since some time the backup of one - and only one DB - is failing with these events, logged on the Mailboxserver on which the passive DB is hosted.
    Log Name:      Application
    Source:        MSExchangeRepl
    Date:          28.09.2012 00:37:17
    Event ID:      2112
    Task Category: Exchange VSS Writer
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      Location1-Exc1-MB1
    Description: The Microsoft Exchange Replication service VSS Writer instance 1ab7d204-609a-4aea-b0a7-70afb0db38de failed with error code 80070020 when preparing for a backup of database 'DB012'.
    Followed by
    Log Name:      Application
    Source:        MSExchangeRepl
    Date:         
    01.10.2012 03:33:06
    Event ID:      2024
    Task Category: Exchange VSS Writer
    Level:         Error
    Keywords:      Classic
    User:         
    N/A
    Computer:      Location1-Exc1-MB1
    Description:
    The Microsoft Exchange Replication service VSS Writer (Instance 42916d80-36c1-4f73-86d0-596d30226349) failed with error 80070020 when preparing for a backup.
    The backup Application - Symantec Backup Exec 2010 R3 – states, this error
    Snapshot provider error (0xE000FED1): A failure occurred querying the Writer status.
    Check the Windows Event Viewer for details.
    Writer Name: Exchange Server, Writer ID: {76FE1AC4-15F7-4BCD-987E-8E1ACB462FB7}, Last error: The VSS Writer failed, but the operation can be retried (0x800423f3), State: Stable (1).
    Symatec suggests within http://www.symantec.com/business/support/index?page=content&id=TECH184095
    to restart the MS Exchange Replication Service – BUT the mentioned eventID
    8229 isn´t present on any of the both Mailboxservers.
    The affected Database is active on Location2-Exc1-Mb1 Server and in an overall healthy state. I found during my research, that below Location2-Exc1-Mb1 Server, there are not removed shadow copies present!
    This confuses me, since all Backups are normally taken from the passive copy of a Database.
    So my questions to the board are:
    * Does anyone is facing similar issues?
    * Can someone explain why snapshots are present on the Mailboxserver hosting the Active Database, whilst the errors are logged on the passive one?
    -          * Does someone know the conditions, why shadows copies remain and
    aren´t removed in a proper manner?
    What can cause the circumstance, that only 1 DB is facing such issues?
    Any suggestion is welcome!
    BR
    Markus

    Hi Lenora,
    I´ve encreases VSS / Exchange Backup Log levels to expert, before starting
    those things i´ve all tried now:
    - Backup from passive DB (forced within Symantec Backup Exec)
    - Backup from active DB (forced within Symantec Backup Exec)
    - Backup from passive DB without GRT enabled (forced within Symantec Backup Exec)
    - Backup from active DB without GRT enabled(forced within Symantec Backup Exec)
    All those attempts failed.
    But brought some more details - the backup against the active DB states, that there is still a backup in progress and therefore this backup is cancelled by VSS.
    The Solution was, that i´ve needed to restart the Exchange Replication Service on the Mailbox Server hosting the passive DB.
    Backups are working again on all DBs!
    THX for your replys.
    Best regards
    Markus

  • The Cluster Service function call 'ClusterResourceControl' failed with error code '1008(An attempt was made to reference a token that does not exist.)' while verifying the file path. Verify that your failover cluster is configured properly.

    I am experiencing this error with one of our cluster environment. Can anyone help me in this issue.
    The Cluster Service function call 'ClusterResourceControl' failed with error code '1008(An attempt was made to reference a token that does not exist.)' while verifying the file path. Verify that your failover cluster is configured properly.
    Thanks,
    Venu S.
    Venugopal S ----------------------------------------------------------- Please click the Mark as Answer button if a post solves your problem!

    Hi Venu S,
    Based on my research, you might encounter a known issue, please try the hotfix in this KB:
    http://support.microsoft.com/kb/928385
    Meanwhile since there is less information about this issue, before further investigation, please provide us the following information:
    The version of Windows Server you are using
    The result of SELECT @@VERSION
    The scenario when you get this error
    If anything is unclear, please let me know.
    Regards,
    Tom Li

  • SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has be

    Hello, I have a sql 2005 server, and I am a developer, with the database on my own machine.  It alwayws works for me but after some minutes the other developer cant work in the application
    He got this error
    Login failed for user ''. The user is not associated with a trusted SQL Server connection. [CLIENT: 192.168.1.140]
    and When I see the log event after that error, it comes with another error.
    SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed. [CLIENT: 192.168.1.140]
    He has IIS5 and me too.
    I created a user on the domain called ASPSYS with password, then in the IIS on anonymous authentication I put that user with that password, and it works, on both machines.
    and in the connection string I have.
    <add key="sqlconn" value="Data Source=ESTACION15;Initial Catalog=GescomDefinitiva;Integrated Security=SSPI; Trusted_Connection=true"/>
    I go to the profiler, and I see that when he browses a page, the database is accesed with user ASPSYS, but when I browse a page, the database is accesed with user SE\levalencia.
    Thats strange.
    The only way that the other developer can work again on the project is to restart the whole machine. He has windows xp profession, I have windows 2000.
    If you want me to send logs please tellme

    Well here's my problem, maybe you can help. Intermittenly I get a login failed when connecting to a db engine through Server Management Studio using Windows authentication. When this happens the following entries are generated on the server's application event log:
    Event Type:        Error
    Event Source:    MSSQLSERVER
    Event Category:                (4)
    Event ID:              17806
    Date:                     1/14/2009
    Time:                     10:41:31 AM
    User:                     N/A
    Computer:          <server name>
    Description:
    SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed. [CLIENT: <ip address>]
    Event Type:        Failure Audit
    Event Source:    MSSQLSERVER
    Event Category:                (4)
    Event ID:              18452
    Date:                     1/14/2009
    Time:                     10:41:31 AM
    User:                     N/A
    Computer:          <server name>
    Description:
    Login failed for user ''. The user is not associated with a trusted SQL Server connection. [CLIENT: <ip address>]
    I've already ensured that the server is set to mixed authentication mode. Oddly enough, the workaround that I've found is that if I remote desktop into the server, log in and then log back out, Management Studio is suddenly able to connect again. No idea why it works. 
    As I said before, it is intermitten. Some days it errors on login, other days it doesn't and there are no configuration changes between them. Also, both client and server are in the same domain and same site so there is no VPN or anything in between. I'm really quite stumped. Any help would be great, or if you can point me in the right direction of where to look. Thank you in advance!

  • SSIS 2012: SSIS Error Code "Excel Connection Manager" failed with error code 0xC0202009.

    Hi,
    This is kind of weird issue that I am experiencing with excel connection manager in SSIS 2012. This issue occurs sometimes but when I close and re-open SSDT (SQL Server Data Tools - newer BIDS) then this issues goes off temporarily.
    Just FYI, through SSDT environment I executed the package successfully with both settings Run64bit runtime setting to Yes and No when error does not occur.
    So far I have installed
    http://www.microsoft.com/en-us/download/details.aspx?id=13255 (Microsoft Access Database Engine 2010 Redistributable).
    I still remember for older versions of SQL Server (2005 & 2008) that I have executed Excel connection SSIS packages with Run64bit runtime = false i.e. in 32-bit mode. As far as I know I think Excel 64-bit issue has been resolved with SQL Server
    2012 release.
    Here is the detail of error message:
    TITLE: Package Validation Error
    Package Validation Error
    ADDITIONAL INFORMATION:
    Error at Data Flow Task [Excel Source [2]]: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "Excel Connection
    Manager" failed with error code 0xC0202009.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.
    Error at Data Flow Task [SSIS.Pipeline]: Excel Source failed validation and returned error code 0xC020801C.
    Error at Data Flow Task [SSIS.Pipeline]: One or more component failed validation.
    Error at Data Flow Task: There were errors during task validation.
    Error at Package [Connection manager "Excel Connection Manager"]: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    An OLE DB record is available.  Source: "Microsoft Access Database Engine"  Hresult: 0x80004005  Description: "Unspecified error".
     (Microsoft.DataTransformationServices.VsIntegration)
    Here are my environment details:
    SQL Server 2012 {Microsoft SQL Server 2012 (SP1) - 11.0.3368.0 (X64) } , Excel 2010 (32-bit). I am developing SSIS code on Virtual desktops with Windows 7 32-bit OS.
    Also it occurred to me that since Virtual Desktops are on Shared Infrastructure, the source files and SSIS packages (code) can be on Shared drives for e.g. \\<Corpnet>\userdata\<Corp_Users_Grp>\<Username>\Visual Studio 2010\Projects\Integration
    Services Project2\Integration Services Project2\Package.dtsx.
    Does this kind of Shared drives have any impact to give this issue?
    Thanks in advance!
    Ketan
    P.S.: I had look at this forum question -->
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/903bbe1d-e070-4c43-9d3b-0a5193550029/64bit-error-in-excel-connection-manager-in-ssis

    Hi Arthur,
    Thanks for your response.
    Yes, it looks like SSIS still has bunch of issues with Excel files like as follows:
    1) Some times excel source files cannot be parsed by excel source connection manager.
    2) For derive column conversion, we can't replace the existing column. rather, we have to add the derived column as " add as new column" which is tough to manage  while destination mapping.
    3) If an column in excel contains a data which is not of the data type assigned for the column in excel, the excel source reads that data as "null". For the same, we can't validate the data and redirect the erroneous data in reject file.  <-- For
    this we tried IMEX setting also
    4) In multi-tab/sheet excel file, excel source is unable to detect a tab and identify the metadata of the excel.
    I am also checking Microsoft connect for Excel issues with SSIS 2012(https://connect.microsoft.com/SQLServer/SearchResults.aspx?SearchQuery=excel#&&PageIndex=22
    As worst case scenario, I am thinking of converting Excel to CSV file or Flat text file. (http://www.mssqltips.com/sqlservertip/2772/importing-data-from-excel-using-ssis--part-2/).
    Do you think it is advisable to convert Excel into CSV or Flat file.
    Thanks,
    Ketan

  • [Load data from excel file [1]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "Excel Connection Manager" failed with error code 0xC0202009. There may be error messa

    Error
    [Load data from excel file [1]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "Excel Connection Manager" failed with error code 0xC0202009.  There
    may be error message
    I am using BIDS Microsoft Visual Studio 2008 and running the package to load the data from excel .
    My machine has 32 bit excel hence have set property to RUN64BITRUNTIME AS FALSE.
    But the error still occurs .
    I checked on Google and  many have used Delay validation property at Data flow task level to true but even using it at both excel connection manager and DFT level it doesnt work
    Mudassar

    Thats my connection string
    Provider=Microsoft.ACE.OLEDB.12.0;Data Source=E:\SrcData\Feeds\Utilization.xlsx;Extended Properties="Excel 12.0;HDR=NO";
    Excel 2010 installed and its 32 bit edition
    Are you referring to install this component -AccessDatabaseEngine_x64.exe?
    http://www.microsoft.com/en-us/download/details.aspx?id=13255
    Mudassar
    You can try an OLEDB provider in that case
    see
    http://dataintegrity.wordpress.com/2009/10/16/xlsx/
    you might need to download and install ms access redistributable
    http://www.microsoft.com/en-in/download/details.aspx?id=13255
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

Maybe you are looking for

  • Ipad suddenly stopped working

    ipad suddenly will not turn on.  Is there a way to restart it?  It is fully charged

  • WCF Data services remove miliseconds from DateTime when expand

    I get some strange behavior, when using WCF Data Services 5.6. In my case, I have table, with 1 column set with Concurrency=Fixed, and this column hold date time field from database, updated each time when row is edited. In case I just retrieve entit

  • ModelException when moving Activation properties for MDB to ejb-jar.xml

    Hi, I have an MDB called BatchMdb that needs to be deployed into both JBoss and SAP NetWeaver. This means I have different activation config properties depending on the application server. So I cannot specify the properties by annotation, I have to p

  • HOW DO YOU CHANGE THE ICONS IN YOUR DOCK

    I have went onto the apple site and downloaded fun icons to spice up my desktop and folders and I have been successfull in changing the folder icons but do not know how to change the icons in the dock.....can someone please help me out.....thanks in

  • Weblogic server 10.0 MP2 version compatibility with EJB3.0

    Is it ok to use EJB3.0 in 10.0 MP2 ? Are there any pitfalls or problems with EJB3.0 implementation with webloigc 10.0 MP2 version? Currently we are using weblogic 10.0 MP2 version and planning to use EJB3.0 for one of our projects. Do we still need t