JSF  - Deployment failure

Hi,
I have an EJB,JSF applic. and I'm facing a missing java class error at deployment time.
I have included the required libraries (reported as needed) at:
- ViewController level ( accesing Project Properties ->Libraries)
- Model level
For WAR deployment profile properties, I've also selected the coresponding Contributors in WEB-INF/lib.
When I redeploy the EAR, I receive the same missing java class error .
Thank you in advance,

Thanks for your quick response,
- Jdev 10.1.3.5
- Missing class: oracle.jbo.common.JboResourceBundle
- The included libraries are: bc4jmt.jar ,bc4jct.jar and adfm.jar (according to the message bellow)
The missing class is available from the following locations:
     1. Code-Source: /opt/oas/product/10.1.3.2.0/OracleAS_1/BC4J/lib/bc4jmt.jar (from <code-source> in /opt/oas/product/10.1.3.2.0/OracleAS_1/j2ee/home/config/server.xml)
     This code-source is available in loader adf.oracle.domain:10.1.3.1. This shared-library can be imported by the "TOAPP" application.
... and the same for bc4jct.jar, adfm.jar
Regards,

Similar Messages

  • Standalone WLS server instance deployment failure - missing ADFLogger

    I was hoping somebody could help me please with issues of installing ADF JDev 11g apps to separate WLS server instances (ie. not Admin Server) and the ADFLogger class.
    I've successfully configured a separate standalone WLS, installed the ADF Runtime Libraries and deployed/run an ADF JDev 11g app to the server under the default AdminServer.
    We encountered one issue with deployment regarding the ADFApplicationLifecycleListener class which is addessed in the following forum post with the documented workaround of removing ADFApplicationLifecycleListener from the weblogic-application.xml file: Standalone WLS deployment failure - incorrect weblogic-application.xml
    Next we want to deploy to a separate server instance/machine on the standalone WLS (we have the eventual requirement of deploying our apps to a WLS cluster, so we're experimenting with configuring separate WLS server instances+machines).
    I've created via the Admin Server a new separate server instance (say ADFServer) on a separate WLS machine (say ADFMachine) within my standalone WLS. I've configured the separate WLS server instance to run on a different port from the default Admin Server port. In addition for the 3 deployed libraries jsf, jstl and oracle.adf.domain, via selecting them in the Admin Console under Deployments, then the Target tab, I've also "targetted" (read: deployed) these 3 libraries to the new server instance so they reside both on the Admin Server and ADFServer.
    However when I redeploy my original application via JDeveloper's Application Menu -> Deploy option, on deployment to the ADFServer directly I receive the exception at the bottom of this post. The relevant error message:
    java.lang.NoClassDefFoundError: oracle/adf/share/logging/ADFLogger
    This class is included in numerous ADF Runtime Libraries, and I would expect that once I targetted the oracle.adf.domain library for both Admin Server and ADFServer, the relevant ADFLogger class should be available (and given the fact I've run the application successfully on the standalone WLS under the Admin Server, it proves the library is available).
    The missing ADFLogger library seems to be a reoccuring theme for application server deployments, in particular OC4J. This is the first time I've seen it broached for WLS when using the ADF Runtime Libraries and haven't found much assistance via the OTN forums, Google searches etc.
    Does anybody know what I've configured incorrectly on my standalone WLS such that the ADFLogger is not configured for the separate WLS server instance? (I suspect I'll have to try the WLS forum too, but lets start here).
    Any help appreciated.
    Thanks & regards,
    CM.
    (Complete stack trace)
    Failure occurred in the execution of deployment request with ID '1229647798124' for task '2'. Error is: 'java.lang.NoClassDefFoundError: oracle/adf/share/logging/ADFLogger' java.lang.NoClassDefFoundError: oracle/adf/share/logging/ADFLogger at java.lang.Class.getDeclaredFields0(Native Method) at java.lang.Class.privateGetDeclaredFields(Class.java:2291) at java.lang.Class.getDeclaredFields(Class.java:1743) at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.getFields(BaseJ2eeAnnotationProcessor.java:965) at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.getFields(BaseJ2eeAnnotationProcessor.java:958) at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.processJ2eeAnnotations(BaseJ2eeAnnotationProcessor.java:97) at weblogic.j2ee.dd.xml.J2eeAnnotationProcessor.processJ2eeAnnotations(J2eeAnnotationProcessor.java:37) at weblogic.servlet.internal.WebAnnotationProcessorImpl.processFilters(WebAnnotationProcessorImpl.java:241) at weblogic.servlet.internal.WebAnnotationProcessorImpl.processJ2eeAnnotations(WebAnnotationProcessorImpl.java:212) at weblogic.servlet.internal.WebAnnotationProcessorImpl.processAnnotations(WebAnnotationProcessorImpl.java:107) at weblogic.servlet.internal.WebAppServletContext.processAnnotations(WebAppServletContext.java:1287) at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:412) at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:456) at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:414) at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:910) at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:364) at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:180) at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93) at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:388) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37) at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:58) at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:44) at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:616) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37) at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191) at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:16) at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:155) at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:198) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:89) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217) at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:725) at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1190) at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:248) at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:160) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46) at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) at weblogic.work.ExecuteThread.run(ExecuteThread.java:173) java.lang.NoClassDefFoundError: oracle/adf/share/logging/ADFLogger at java.lang.Class.getDeclaredFields0(Native Method) at java.lang.Class.privateGetDeclaredFields(Class.java:2291) at java.lang.Class.getDeclaredFields(Class.java:1743) at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.getFields(BaseJ2eeAnnotationProcessor.java:965) at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.getFields(BaseJ2eeAnnotationProcessor.java:958) at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.processJ2eeAnnotations(BaseJ2eeAnnotationProcessor.java:97) at weblogic.j2ee.dd.xml.J2eeAnnotationProcessor.processJ2eeAnnotations(J2eeAnnotationProcessor.java:37) at weblogic.servlet.internal.WebAnnotationProcessorImpl.processFilters(WebAnnotationProcessorImpl.java:241) at weblogic.servlet.internal.WebAnnotationProcessorImpl.processJ2eeAnnotations(WebAnnotationProcessorImpl.java:212) at weblogic.servlet.internal.WebAnnotationProcessorImpl.processAnnotations(WebAnnotationProcessorImpl.java:107) at weblogic.servlet.internal.WebAppServletContext.processAnnotations(WebAppServletContext.java:1287) at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:412) at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:456) at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:414) at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:910) at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:364) at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:180) at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93) at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:388) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37) at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:58) at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:44) at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:616) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37) at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191) at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:16) at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:155) at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:198) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:89) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217) at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:725) at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1190) at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:248) at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:160) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46) at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    I do start it by commandline since I only have the AdminServer, and no other nodes. Below is my startWeblogic.sh and setDomainEnv.sh scripts under medrec/bin directory. I don't see any modifications to them for ADF. Also, after extending the domain, the oracle.adf.domain library shows up in my deployments page and is pointing to "/ u01/ app/ oracle/ product/ wls/ jdeveloper/ modules/ oracle. adf. model_11. 1. 1/ adf. oracle. domain. ear". It seems like the extending step is missing a step to give access to all the libraries?
    STARTWEBLOGIC.SH:
    #!/bin/sh
    # WARNING: This file is created by the Configuration Wizard.
    # Any changes to this script may be lost when adding extensions to this configuration.
    # --- Start Functions ---
    stopAll()
         # We separate the stop commands into a function so we are able to use the trap command in Unix (calling a function) to stop these services
         if [ "X${ALREADY_STOPPED}" != "X" ] ; then
              exit
         fi
         # STOP POINTBASE (only if we started it)
         if [ "${POINTBASE_FLAG}" = "true" ] ; then
              echo "Stopping PointBase server..."
              ${WL_HOME}/common/bin/stopPointBase.sh -port=${POINTBASE_PORT} -name=${POINTBASE_DBNAME} >"${DOMAIN_HOME}/pointbaseShutdown.log" 2>&1
              echo "PointBase server stopped."
         fi
         ALREADY_STOPPED="true"
         # Restore IP configuration the node manager starts IP Migration
         if [ "${SERVER_IP}" != "" ] ; then
              ${WL_HOME}/common/bin/wlsifconfig.sh -removeif "${IFNAME}" "${SERVER_IP}"
         fi
    # --- End Functions ---
    # This script is used to start WebLogic Server for this domain.
    # To create your own start script for your domain, you can initialize the
    # environment by calling @USERDOMAINHOME/setDomainEnv.
    # setDomainEnv initializes or calls commEnv to initialize the following variables:
    # BEA_HOME - The BEA home directory of your WebLogic installation.
    # JAVA_HOME - Location of the version of Java used to start WebLogic
    # Server.
    # JAVA_VENDOR - Vendor of the JVM (i.e. BEA, HP, IBM, Sun, etc.)
    # PATH - JDK and WebLogic directories are added to system path.
    # WEBLOGIC_CLASSPATH
    # - Classpath needed to start WebLogic Server.
    # PATCH_CLASSPATH - Classpath used for patches
    # PATCH_LIBPATH - Library path used for patches
    # PATCH_PATH - Path used for patches
    # WEBLOGIC_EXTENSION_DIRS - Extension dirs for WebLogic classpath patch
    # JAVA_VM - The java arg specifying the VM to run. (i.e.
    # - server, -hotspot, etc.)
    # USER_MEM_ARGS - The variable to override the standard memory arguments
    # passed to java.
    # PRODUCTION_MODE - The variable that determines whether Weblogic Server is started in production mode.
    # POINTBASE_HOME - Point Base home directory.
    # POINTBASE_CLASSPATH
    # - Classpath needed to start PointBase.
    # Other variables used in this script include:
    # SERVER_NAME - Name of the weblogic server.
    # JAVA_OPTIONS - Java command-line options for running the server. (These
    # will be tagged on to the end of the JAVA_VM and
    # MEM_ARGS)
    # For additional information, refer to the WebLogic Server Administration
    # Console Online Help(http://e-docs.bea.com/wls/docs103/ConsoleHelp/startstop.html).
    # Call setDomainEnv here.
    DOMAIN_HOME="/u01/app/oracle/product/wls/wlserver_10.3/samples/domains/medrec"
    . ${DOMAIN_HOME}/bin/setDomainEnv.sh $*
    SAVE_JAVA_OPTIONS="${JAVA_OPTIONS}"
    SAVE_CLASSPATH="${CLASSPATH}"
    # Start PointBase
    PB_DEBUG_LEVEL="3"
    if [ "${POINTBASE_FLAG}" = "true" ] ; then
         ${WL_HOME}/common/bin/startPointBase.sh -port=${POINTBASE_PORT} -debug=${PB_DEBUG_LEVEL} -console=false -background=true -ini=${DOMAIN_HOME}/pointbase.ini >"${DOMAIN_HOME}/pointbase.log" 2>&1
    fi
    JAVA_OPTIONS="${SAVE_JAVA_OPTIONS}"
    SAVE_JAVA_OPTIONS=""
    CLASSPATH="${SAVE_CLASSPATH}"
    SAVE_CLASSPATH=""
    trap 'stopAll' 1 2 3 15
    if [ "${PRODUCTION_MODE}" = "true" ] ; then
         WLS_DISPLAY_MODE="Production"
    else
         WLS_DISPLAY_MODE="Development"
    fi
    if [ "${WLS_USER}" != "" ] ; then
         JAVA_OPTIONS="${JAVA_OPTIONS} -Dweblogic.management.username=${WLS_USER}"
    fi
    if [ "${WLS_PW}" != "" ] ; then
         JAVA_OPTIONS="${JAVA_OPTIONS} -Dweblogic.management.password=${WLS_PW}"
    fi
    CLASSPATH="${CLASSPATH}${CLASSPATHSEP}${MEDREC_WEBLOGIC_CLASSPATH}"
    echo "."
    echo "."
    echo "JAVA Memory arguments: ${MEM_ARGS}"
    echo "."
    echo "WLS Start Mode=${WLS_DISPLAY_MODE}"
    echo "."
    echo "CLASSPATH=${CLASSPATH}"
    echo "."
    echo "PATH=${PATH}"
    echo "."
    echo "***************************************************"
    echo "* To start WebLogic Server, use a username and *"
    echo "* password assigned to an admin-level user. For *"
    echo "* server administration, use the WebLogic Server *"
    echo "* console at http://hostname:port/console *"
    echo "***************************************************"
    # Set up IP Migration related variables.
    # Set interface name.
    if [ "${Interface}" != "" ] ; then
         IFNAME="${Interface}"
    else
         IFNAME=""
    fi
    # Set IP Mask.
    if [ "${NetMask}" != "" ] ; then
         IPMASK="${NetMask}"
    else
         IPMASK=""
    fi
    # Perform IP Migration if SERVER_IP is set by node manager.
    if [ "${SERVER_IP}" != "" ] ; then
         ${WL_HOME}/common/bin/wlsifconfig.sh -addif "${IFNAME}" "${SERVER_IP}" "${IPMASK}"
    fi
    # START WEBLOGIC
    echo "starting weblogic with Java version:"
    ${JAVA_HOME}/bin/java ${JAVA_VM} -version
    if [ "${WLS_REDIRECT_LOG}" = "" ] ; then
         echo "Starting WLS with line:"
         echo "${JAVA_HOME}/bin/java ${JAVA_VM} ${MEM_ARGS} ${JAVA_OPTIONS} -Dweblogic.Name=${SERVER_NAME} -Djava.security.policy=${WL_HOME}/server/lib/weblogic.policy ${PROXY_SETTINGS} ${SERVER_CLASS}"
         ${JAVA_HOME}/bin/java ${JAVA_VM} ${MEM_ARGS} ${JAVA_OPTIONS} -Dweblogic.Name=${SERVER_NAME} -Djava.security.policy=${WL_HOME}/server/lib/weblogic.policy ${PROXY_SETTINGS} ${SERVER_CLASS}
    else
         echo "Redirecting output from WLS window to ${WLS_REDIRECT_LOG}"
         ${JAVA_HOME}/bin/java ${JAVA_VM} ${MEM_ARGS} ${JAVA_OPTIONS} -Dweblogic.Name=${SERVER_NAME} -Djava.security.policy=${WL_HOME}/server/lib/weblogic.policy ${PROXY_SETTINGS} ${SERVER_CLASS} >"${WLS_REDIRECT_LOG}" 2>&1
    fi
    stopAll
    popd
    # Exit this script only if we have been told to exit.
    if [ "${doExitFlag}" = "true" ] ; then
         exit
    fi
    SETDOMAINENV.SH:
    #!/bin/sh
    # WARNING: This file is created by the Configuration Wizard.
    # Any changes to this script may be lost when adding extensions to this configuration.
    # --- Start Functions ---
    BP=100
    SP=$BP
    pushd()
         if [ -z "$1" ]
         then
              return
         fi
         SP=`expr $SP - 1`
         eval _stack$SP=`pwd`
         cd $1
         return
    popd()
         if [ $SP -eq $BP ]
         then
              return
         fi
         eval cd \${_stack$SP}
         SP=`expr $SP + 1`
         return
    # --- End Functions ---
    # This script is used to setup the needed environment to be able to start Weblogic Server in this domain.
    # This script initializes the following variables before calling commEnv to set other variables:
    # WL_HOME - The BEA home directory of your WebLogic installation.
    # JAVA_VM - The desired Java VM to use. You can set this environment variable before calling
    # this script to switch between Sun or BEA or just have the default be set.
    # JAVA_HOME - Location of the version of Java used to start WebLogic
    # Server. Depends directly on which JAVA_VM value is set by default or by the environment.
    # USER_MEM_ARGS - The variable to override the standard memory arguments
    # passed to java.
    # PRODUCTION_MODE - The variable that determines whether Weblogic Server is started in production mode.
    # DOMAIN_PRODUCTION_MODE
    # - The variable that determines whether the workshop related settings like the debugger,
    # testconsole or iterativedev should be enabled. ONLY settable using the
    # command-line parameter named production
    # NOTE: Specifying the production command-line param will force
    # the server to start in production mode.
    # Other variables used in this script include:
    # SERVER_NAME - Name of the weblogic server.
    # JAVA_OPTIONS - Java command-line options for running the server. (These
    # will be tagged on to the end of the JAVA_VM and
    # MEM_ARGS)
    # For additional information, refer to the WebLogic Server Administration
    # Console Online Help(http://e-docs.bea.com/wls/docs103/ConsoleHelp/startstop.html).
    ORACLE_HOME="/u01/app/oracle/product/wls/jdeveloper"
    export ORACLE_HOME
    WL_HOME="/u01/app/oracle/product/wls/wlserver_10.3"
    export WL_HOME
    BEA_JAVA_HOME="/u01/app/oracle/product/wls/jrockit_160_05"
    export BEA_JAVA_HOME
    SUN_JAVA_HOME="/u01/app/oracle/product/wls/jdk160_05"
    export SUN_JAVA_HOME
    if [ "${JAVA_VENDOR}" = "BEA" ] ; then
         JAVA_HOME="${BEA_JAVA_HOME}"
         export JAVA_HOME
    else
         if [ "${JAVA_VENDOR}" = "Sun" ] ; then
              JAVA_HOME="${SUN_JAVA_HOME}"
              export JAVA_HOME
         else
              JAVA_VENDOR="BEA"
              export JAVA_VENDOR
              JAVA_HOME="/u01/app/oracle/product/wls/jrockit_160_05"
              export JAVA_HOME
         fi
    fi
    # We need to reset the value of JAVA_HOME to get it shortened AND
    # we can not shorten it above because immediate variable expansion will blank it
    JAVA_HOME="${JAVA_HOME}"
    export JAVA_HOME
    SAMPLES_HOME="${WL_HOME}/samples"
    export SAMPLES_HOME
    DOMAIN_HOME="/u01/app/oracle/product/wls/wlserver_10.3/samples/domains/medrec"
    export DOMAIN_HOME
    LONG_DOMAIN_HOME="/u01/app/oracle/product/wls/wlserver_10.3/samples/domains/medrec"
    export LONG_DOMAIN_HOME
    if [ "${DEBUG_PORT}" = "" ] ; then
         DEBUG_PORT="8453"
         export DEBUG_PORT
    fi
    if [ "${SERVER_NAME}" = "" ] ; then
         SERVER_NAME="MedRecServer"
         export SERVER_NAME
    fi
    POINTBASE_FLAG="true"
    export POINTBASE_FLAG
    POINTBASE_PORT="9082"
    export POINTBASE_PORT
    POINTBASE_DBNAME="medrec"
    export POINTBASE_DBNAME
    enableHotswapFlag=""
    export enableHotswapFlag
    PRODUCTION_MODE=""
    export PRODUCTION_MODE
    doExitFlag="false"
    export doExitFlag
    verboseLoggingFlag="false"
    export verboseLoggingFlag
    while [ $# -gt 0 ]
    do
         case $1 in
         nodebug)
              debugFlag="false"
              export debugFlag
         production)
              DOMAIN_PRODUCTION_MODE="true"
              export DOMAIN_PRODUCTION_MODE
         notestconsole)
              testConsoleFlag="false"
              export testConsoleFlag
         noiterativedev)
              iterativeDevFlag="false"
              export iterativeDevFlag
         noLogErrorsToConsole)
              logErrorsToConsoleFlag="false"
              export logErrorsToConsoleFlag
         nopointbase)
              POINTBASE_FLAG="false"
              export POINTBASE_FLAG
         doExit)
              doExitFlag="true"
              export doExitFlag
         noExit)
              doExitFlag="false"
              export doExitFlag
         verbose)
              verboseLoggingFlag="true"
              export verboseLoggingFlag
         enableHotswap)
              enableHotswapFlag="-javaagent:${WL_HOME}/server/lib/diagnostics-agent.jar"
              export enableHotswapFlag
              PROXY_SETTINGS="${PROXY_SETTINGS} $1"
              export PROXY_SETTINGS
         esac
         shift
    done
    MEM_DEV_ARGS=""
    export MEM_DEV_ARGS
    if [ "${DOMAIN_PRODUCTION_MODE}" = "true" ] ; then
         PRODUCTION_MODE="${DOMAIN_PRODUCTION_MODE}"
         export PRODUCTION_MODE
    fi
    if [ "${PRODUCTION_MODE}" = "true" ] ; then
         debugFlag="false"
         export debugFlag
         testConsoleFlag="false"
         export testConsoleFlag
         iterativeDevFlag="false"
         export iterativeDevFlag
    fi
    # If you want to override the default Patch Classpath, Library Path and Path for this domain,
    # Please uncomment the following lines and add a valid value for the environment variables
    # set PATCH_CLASSPATH=[myPatchClasspath] (windows)
    # set PATCH_LIBPATH=[myPatchLibpath] (windows)
    # set PATCH_PATH=[myPatchPath] (windows)
    # PATCH_CLASSPATH=[myPatchClasspath] (unix)
    # PATCH_LIBPATH=[myPatchLibpath] (unix)
    # PATCH_PATH=[myPatchPath] (unix)
    . ${WL_HOME}/common/bin/commEnv.sh
    WLS_HOME="${WL_HOME}/server"
    export WLS_HOME
    MEM_ARGS="-Xms256m -Xmx512m"
    export MEM_ARGS
    MEM_PERM_SIZE="-XX:PermSize=48m"
    export MEM_PERM_SIZE
    MEM_MAX_PERM_SIZE="-XX:MaxPermSize=128m"
    export MEM_MAX_PERM_SIZE
    if [ "${JAVA_VENDOR}" = "Sun" ] ; then
         if [ "${PRODUCTION_MODE}" = "" ] ; then
              MEM_DEV_ARGS="-XX:CompileThreshold=8000 ${MEM_PERM_SIZE} "
              export MEM_DEV_ARGS
         fi
    fi
    # Had to have a separate test here BECAUSE of immediate variable expansion on windows
    if [ "${JAVA_VENDOR}" = "Sun" ] ; then
         MEM_ARGS="${MEM_ARGS} ${MEM_DEV_ARGS} ${MEM_MAX_PERM_SIZE}"
         export MEM_ARGS
    fi
    if [ "${JAVA_VENDOR}" = "HP" ] ; then
         MEM_ARGS="${MEM_ARGS} ${MEM_MAX_PERM_SIZE}"
         export MEM_ARGS
    fi
    # IF USER_MEM_ARGS the environment variable is set, use it to override ALL MEM_ARGS values
    if [ "${USER_MEM_ARGS}" != "" ] ; then
         MEM_ARGS="${USER_MEM_ARGS}"
         export MEM_ARGS
    fi
    JAVA_PROPERTIES="-Dplatform.home=${WL_HOME} -Dwls.home=${WLS_HOME} -Dweblogic.home=${WLS_HOME} "
    export JAVA_PROPERTIES
    # To use Java Authorization Contract for Containers (JACC) in this domain,
    # please uncomment the following section. If there are multiple machines in
    # your domain, be sure to edit the setDomainEnv in the associated domain on
    # each machine.
    # -Djava.security.manager
    # -Djava.security.policy=location of weblogic.policy
    # -Djavax.security.jacc.policy.provider=weblogic.security.jacc.simpleprovider.SimpleJACCPolicy
    # -Djavax.security.jacc.PolicyConfigurationFactory.provider=weblogic.security.jacc.simpleprovider.PolicyConfigurationFactoryImpl
    # -Dweblogic.security.jacc.RoleMapperFactory.provider=weblogic.security.jacc.simpleprovider.RoleMapperFactoryImpl
    EXTRA_JAVA_PROPERTIES="-Ddomain.home=${DOMAIN_HOME} -Doracle.home=${ORACLE_HOME} -Doracle.security.jps.config=${DOMAIN_HOME}/config/oracle/jps-config.xml -Doracle.dms.context=OFF -Djava.protocol.handler.pkgs=oracle.mds.net.protocol ${EXTRA_JAVA_PROPERTIES}"
    export EXTRA_JAVA_PROPERTIES
    JAVA_PROPERTIES="${JAVA_PROPERTIES} ${EXTRA_JAVA_PROPERTIES}"
    export JAVA_PROPERTIES
    ARDIR="${WL_HOME}/server/lib"
    export ARDIR
    pushd ${LONG_DOMAIN_HOME}
    # Clustering support (edit for your cluster!)
    if [ "${ADMIN_URL}" = "" ] ; then
         # The then part of this block is telling us we are either starting an admin server OR we are non-clustered
         CLUSTER_PROPERTIES="-Dweblogic.management.discover=true"
         export CLUSTER_PROPERTIES
    else
         CLUSTER_PROPERTIES="-Dweblogic.management.discover=false -Dweblogic.management.server=${ADMIN_URL}"
         export CLUSTER_PROPERTIES
    fi
    LOG4J_CONFIG_FILE="/u01/app/oracle/product/wls/wlserver_10.3/samples/domains/medrec/log4j.properties"
    export LOG4J_CONFIG_FILE
    if [ "${LOG4J_CONFIG_FILE}" != "" ] ; then
         JAVA_PROPERTIES="${JAVA_PROPERTIES} -Dlog4j.configuration=file:${LOG4J_CONFIG_FILE}"
         export JAVA_PROPERTIES
    fi
    JAVA_PROPERTIES="${JAVA_PROPERTIES} ${CLUSTER_PROPERTIES}"
    export JAVA_PROPERTIES
    # Clear the pre_classpath here in case an application template wants to set it before the larger pre_classpath is invoked below
    PRE_CLASSPATH=""
    export PRE_CLASSPATH
    PRE_CLASSPATH=""
    export PRE_CLASSPATH
    JAVA_DEBUG=""
    export JAVA_DEBUG
    if [ "${debugFlag}" = "true" ] ; then
         JAVA_DEBUG="-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=${DEBUG_PORT},server=y,suspend=n -Djava.compiler=NONE"
         export JAVA_DEBUG
         JAVA_OPTIONS="${JAVA_OPTIONS} ${enableHotswapFlag} -ea -da:com.bea... -da:javelin... -da:weblogic... -ea:com.bea.wli... -ea:com.bea.broker... -ea:com.bea.sbconsole..."
         export JAVA_OPTIONS
    else
         JAVA_OPTIONS="${JAVA_OPTIONS} ${enableHotswapFlag} -da"
         export JAVA_OPTIONS
    fi
    if [ ! -d ${JAVA_HOME}/lib ] ; then
         echo "The JRE was not found in directory ${JAVA_HOME}. (JAVA_HOME)"
         echo "Please edit your environment and set the JAVA_HOME"
         echo "variable to point to the root directory of your Java installation."
         popd
         read _val
         exit
    fi
    if [ "${POINTBASE_FLAG}" = "true" ] ; then
         DATABASE_CLASSPATH="${POINTBASE_CLASSPATH}"
         export DATABASE_CLASSPATH
    else
         DATABASE_CLASSPATH="${POINTBASE_CLIENT_CLASSPATH}"
         export DATABASE_CLASSPATH
    fi
    POST_CLASSPATH=""
    export POST_CLASSPATH
    POST_CLASSPATH="${ORACLE_HOME}/modules/features/adf.share_11.1.1.jar${CLASSPATHSEP}${POST_CLASSPATH}"
    export POST_CLASSPATH
    POST_CLASSPATH=""
    export POST_CLASSPATH
    POST_CLASSPATH="${POST_CLASSPATH}${CLASSPATHSEP}${DATABASE_CLASSPATH}${CLASSPATHSEP}${ARDIR}/xqrl.jar"
    export POST_CLASSPATH
    # PROFILING SUPPORT
    JAVA_PROFILE=""
    export JAVA_PROFILE
    SERVER_CLASS="weblogic.Server"
    export SERVER_CLASS
    JAVA_PROPERTIES="${JAVA_PROPERTIES} ${WLP_JAVA_PROPERTIES}"
    export JAVA_PROPERTIES
    JAVA_OPTIONS="${JAVA_OPTIONS} ${JAVA_PROPERTIES} -Dwlw.iterativeDev=${iterativeDevFlag} -Dwlw.testConsole=${testConsoleFlag} -Dwlw.logErrorsToConsole=${logErrorsToConsoleFlag}"
    export JAVA_OPTIONS
    # -- Setup properties so that we can save stdout and stderr to files
    if [ "${WLS_STDOUT_LOG}" != "" ] ; then
         echo "Logging WLS stdout to ${WLS_STDOUT_LOG}"
         JAVA_OPTIONS="${JAVA_OPTIONS} -Dweblogic.Stdout=${WLS_STDOUT_LOG}"
         export JAVA_OPTIONS
    fi
    if [ "${WLS_STDERR_LOG}" != "" ] ; then
         echo "Logging WLS stderr to ${WLS_STDERR_LOG}"
         JAVA_OPTIONS="${JAVA_OPTIONS} -Dweblogic.Stderr=${WLS_STDERR_LOG}"
         export JAVA_OPTIONS
    fi
    # ADD EXTENSIONS TO CLASSPATHS
    if [ "${EXT_PRE_CLASSPATH}" != "" ] ; then
         PRE_CLASSPATH="${EXT_PRE_CLASSPATH}${CLASSPATHSEP}${PRE_CLASSPATH}"
         export PRE_CLASSPATH
    fi
    if [ "${EXT_POST_CLASSPATH}" != "" ] ; then
         POST_CLASSPATH="${POST_CLASSPATH}${CLASSPATHSEP}${EXT_POST_CLASSPATH}"
         export POST_CLASSPATH
    fi
    if [ "${WEBLOGIC_EXTENSION_DIRS}" != "" ] ; then
         JAVA_OPTIONS="${JAVA_OPTIONS} -Dweblogic.ext.dirs=${WEBLOGIC_EXTENSION_DIRS}"
         export JAVA_OPTIONS
    fi
    JAVA_OPTIONS="${JAVA_OPTIONS}"
    export JAVA_OPTIONS
    # SET THE CLASSPATH
    CLASSPATH="${PRE_CLASSPATH}${CLASSPATHSEP}${WEBLOGIC_CLASSPATH}${CLASSPATHSEP}${POST_CLASSPATH}${CLASSPATHSEP}${WLP_POST_CLASSPATH}"
    export CLASSPATH
    JAVA_VM="${JAVA_VM} ${JAVA_DEBUG} ${JAVA_PROFILE}"
    export JAVA_VM

  • Report to Show All Machines with ANY Deployment Failures

    I need to generate a report, daily, that displays all machines that have
    any kind of an deployment failure. This list will then be used to generate tickets for consultants in that area to check on them.
    I know I can look at specific deployments and see which machines show up as failed, but I am not seeing a report that shows all machines that have
    any kind of a failed deployment. Does one exist, or will I need to create it?

    you can try this report to list all failed deployments(only for applications but not packages).
     select
    all
    SMS_AppDeploymentAssetDetails.AppName as 'App Name',
    CASE WHEN SMS_AppDeploymentAssetDetails.AppStatusType = '1' Then 'Success'
    when SMS_AppDeploymentAssetDetails.AppStatusType = '2' Then 'In Progress'
    when SMS_AppDeploymentAssetDetails.AppStatusType = '3' Then 'Requirements Not Met'
    when SMS_AppDeploymentAssetDetails.AppStatusType = '4' Then 'Unknown'
    when SMS_AppDeploymentAssetDetails.AppStatusType = '5' Then 'Error'
    else 'Unknown'
    End as 'App Status Type',
    CASE WHEN SMS_AppDeploymentAssetDetails.ComplianceState = '1' Then 'Compliant'
    WHEN SMS_AppDeploymentAssetDetails.ComplianceState = '2' Then 'Non-Compliant'
    WHEN SMS_AppDeploymentAssetDetails.ComplianceState = '4' Then 'Error'
    WHEN SMS_AppDeploymentAssetDetails.ComplianceState = '6' Then 'Partial Compliance'
    else 'Unknown'
    End as 'Compliance State',
    CASE WHEN SMS_AppDeploymentAssetDetails.DeploymentIntent  = '1' Then 'Install'
    WHEN SMS_AppDeploymentAssetDetails.DeploymentIntent  = '2' Then 'Uninstall'
    WHEN SMS_AppDeploymentAssetDetails.DeploymentIntent  = '3' Then 'Preflight'
    else 'Unknown'
    End as 'Deployment Intent',
    SMS_AppDeploymentAssetDetails.DTName as 'Deplyoment Type Name',
    CASE WHEN SMS_AppDeploymentAssetDetails.InstalledState  = '1' Then 'Uninstall'
    WHEN SMS_AppDeploymentAssetDetails.InstalledState  = '2' Then 'Install'
    WHEN SMS_AppDeploymentAssetDetails.InstalledState  = '3' Then 'Unknown'
    else 'Unknown'
    End as 'Installed State',
    CASE WHEN SMS_AppDeploymentAssetDetails.IsMachineAssignedToUser = '1' Then 'Yes'
    Else 'No'
    End as 'Device Assigned to User?',
    SMS_AppDeploymentAssetDetails.MachineName as 'Device Name',
    CASE WHEN CHARINDEX('\',SMS_AppDeploymentAssetDetails.UserName)>0 THEN SUBSTRING
    (SMS_AppDeploymentAssetDetails.UserName,CHARINDEX('\',SMS_AppDeploymentAssetDetails.UserName)+1,255)
    ELSE SMS_AppDeploymentAssetDetails.UserName END 'User Name'
    from fn_AppDeploymentAssetDetails(1033) AS SMS_AppDeploymentAssetDetails
    where SMS_AppDeploymentAssetDetails.AppStatusType = '5'
    ORDER BY 1
    Original query posted on http://systemcenteradmin.com/?p=67
    Eswar Koneti | Configmgr blog:
    www.eskonr.com | Linkedin: Eswar Koneti
    | Twitter: Eskonr

  • Solaris Deployment Failure for cannot resolve symbol on PersistentContainer

    Hello, I'm having trouble diagnosing the following deployment failure.
    What are some common causes of this? My server was created using an
    Express Integration domain with some custom JMS destinations added
    afterwards via the console. I am deploying an application built with
    Workshop (straight from workshop). I copied over an application from
    Windows to Solaris, deleted the .workshop directory and .beabuild.txt
    and rebuilt the application to deploy.
    I get this error a few times.
    ####<Aug 21, 2003 10:48:19 AM EDT> <Info> <EJB> <rhino> <cgServer>
    <ExecuteThread: '1' for queue: 'weblogic.kernel.System'> <<WLS Kernel>>
    <> <BEA-012033> <Compiling generated EJB classes produced the following
    Java compiler output:
    /export/data/ident/bea/user_projects/domains/ident1Server.conf/./cgServer/.wlnotdelete/EJBCompilerCache/-7dxi2hv35mro/com/bea/wlwgen/PersistentContainer_3fq3ar_Impl.java:143:
    cannot resolve symbol
    symbol : class BMPContainerBean$DuplicateKeyRemoteException
    location: package bean
    perchance you meant 'BMPContainerBean.DuplicateKeyRemoteException'
    throws
    com.bea.wlw.runtime.core.bean.BMPContainerBean$DuplicateKeyRemoteException
    ^
    1 error
    This then causes other errors repeating that the deployment failed (let
    me know if you need more to diagnose this):
    Exception:weblogic.management.ApplicationException: prepare failed for
    .workshop/myApp/EJB/myProc_1trtqtoxcz4uv
    Module: .workshop/myApp/EJB/myProc_1trtqtoxcz4uv Error:
    Exception preparing module:
    EJBModule(.workshop/myApp/EJB/myProc_1trtqtoxcz4uv,status=NEW)
    Unable to deploy EJB: .workshop/myApp/EJB/myProc_1trtqtoxcz4uv from
    .workshop/myApp/EJB/myProc_1trtqtoxcz4uv:
    Compiler failed executable.exec

    But by default WLS8.1 comes with jdk141_02 ...correct ?
    AND what i understand is that...the bug you posted is related to a bug in jdk1.4.2
    ....correct ??
    correct me if i wrong.
    -sangita
    Steven Ostrowski <[email protected]> wrote:
    It looks like this is a bug in the BEA-generated code that is then
    compiled by WLS. The generated code was using the Class1$Class2 notation
    to reference the class, but since $ is a valid character in the class
    name, this does not behave as intended. This used to be a bug in
    pre-1.4.2 but is now fixed in 1.4.2 (look at bug 4635044, and this is
    also mentioned in the 1.4.2 release notes and the Java Developer forums).
    The generated code should be:
    com.bea.wlw.runtime.core.bean.BMPContainerBean.DuplicateKeyRemoteException
    not
    com.bea.wlw.runtime.core.bean.BMPContainerBean$DuplicateKeyRemoteException
    Thanks again for the good response. I'll send this in to BEA support.
    Steven Ostrowski wrote:
    One other thing to add, this was fixed by changing the JAVA_HOME
    variable inside of the startWeblogic.sh script. Setting it in workshop
    did not change anything.
    Steven Ostrowski wrote:
    Wow, you hit it right on target! I was using 1.4.2 then tried it on
    1.4.1_03 and it deployed fine.
    Is this a bug in BEA or in the JDK? In either case, where should I
    report this bug?
    Thanks again
    Rob Woollen wrote:
    What version of the JDK are you using? I believe they changed the
    inner class naming conventions in 1.4.2, and it's breaking lots of
    people.
    -- Rob
    Steven Ostrowski wrote:
    Hello, I'm having trouble diagnosing the following deployment
    failure. What are some common causes of this? My server was created
    using an Express Integration domain with some custom JMS
    destinations added afterwards via the console. I am deploying an
    application built with Workshop (straight from workshop). I copied
    over an application from Windows to Solaris, deleted the .workshop
    directory and .beabuild.txt and rebuilt the application to deploy.
    I get this error a few times.
    ####<Aug 21, 2003 10:48:19 AM EDT> <Info> <EJB> <rhino> <cgServer>
    <ExecuteThread: '1' for queue: 'weblogic.kernel.System'> <<WLS
    Kernel>> <> <BEA-012033> <Compiling generated EJB classes produced
    the following Java compiler output:
    /export/data/ident/bea/user_projects/domains/ident1Server.conf/./cgServer/.wlnotdelete/EJBCompilerCache/-7dxi2hv35mro/com/bea/wlwgen/PersistentContainer_3fq3ar_Impl.java:143:
    cannot resolve symbol
    symbol : class BMPContainerBean$DuplicateKeyRemoteException
    location: package bean
    perchance you meant 'BMPContainerBean.DuplicateKeyRemoteException'
    throws
    com.bea.wlw.runtime.core.bean.BMPContainerBean$DuplicateKeyRemoteException
    ^
    1 error
    This then causes other errors repeating that the deployment failed
    (let me know if you need more to diagnose this):
    Exception:weblogic.management.ApplicationException: prepare failed
    for .workshop/myApp/EJB/myProc_1trtqtoxcz4uv
    Module: .workshop/myApp/EJB/myProc_1trtqtoxcz4uv Error:
    Exception preparing module:
    EJBModule(.workshop/myApp/EJB/myProc_1trtqtoxcz4uv,status=NEW)
    Unable to deploy EJB: .workshop/myApp/EJB/myProc_1trtqtoxcz4uv from
    .workshop/myApp/EJB/myProc_1trtqtoxcz4uv:
    Compiler failed executable.exec

  • OSD deployment failure - smstslog attached

    I'm pretty new to SCCM and having issues with a OSD deployment. Current image works fine but have been asked to import some drivers so we can deploy to another model. Model is&nbsp;HP Z200. I have&nbsp;uploaded the drivers into sccm (previously tested
    them on the system manually to make sure they work), created a new driver package, setup a wmi query that looks for the model name in the task sequence and then deploys drivers. However the OSD deployment is failing, see log below can anyone help please?
    smstslog:
    Executing task sequence             
    OSDSetupHook 09/03/2015 09:21:57       
    904 (0x0388)
    Loading the Task Sequencing Environment from "C:\_SMSTaskSequence\TSEnv.dat".   
    OSDSetupHook 09/03/2015 09:21:57              
    904 (0x0388)
    Environment scope successfully created: Global\{51A016B6-F0DE-4752-B97C-54E6F386A912}     
    OSDSetupHook               
    09/03/2015 09:21:57       
    904 (0x0388)
    Environment scope successfully created: Global\{BA3A3900-CA6D-4ac1-8C28-5073AFC22B03}   
    OSDSetupHook               
    09/03/2015 09:21:57       
    904 (0x0388)
    Debug shell is enabled   OSDSetupHook 09/03/2015 09:22:03       
    904 (0x0388)
    Successfully enabled debug command shell support.     
    OSDSetupHook 09/03/2015 09:22:03       
    904 (0x0388)
    Configuring local administrator account OSDSetupHook
    09/03/2015 09:22:03        904 (0x0388)
    Re-assign all drive letters...         
    OSDSetupHook 09/03/2015 09:22:03       
    904 (0x0388)
    The drive information which has no drive letter can not be found. No need to re-assign driver letters.               
    OSDSetupHook 09/03/2015 09:22:03       
    904 (0x0388)
    Installing SMS client        OSDSetupHook
    09/03/2015 09:22:03       
    904 (0x0388)
    Client already installed. OSDSetupHook 09/03/2015 09:22:03       
    904 (0x0388)
    Moving logs to SMS client directory        
    OSDSetupHook 09/03/2015 09:22:03       
    904 (0x0388)
    Successfully moved logs to SMS client log directory: C:\WINDOWS\CCM\Logs\SMSTSLog             
    OSDSetupHook               
    09/03/2015 09:22:03       
    904 (0x0388)
    Executing task sequence manager bootstrap     
    OSDSetupHook 09/03/2015 09:22:03       
    904 (0x0388)
    Executing command line: "C:\WINDOWS\CCM\TSMBootstrap.exe" /env:Gina /configpath:C:\_SMSTaskSequence /bootcount:2    
    OSDSetupHook 09/03/2015 09:22:03       
    904 (0x0388)
    ==============================[ TSMBootStrap.exe ]==============================               
    TSMBootstrap   09/03/2015 09:22:04       
    1012 (0x03F4)
    Command line: "C:\WINDOWS\CCM\TSMBootstrap.exe" /env:Gina /configpath:C:\_SMSTaskSequence /bootcount:2    
    TSMBootstrap   09/03/2015 09:22:04       
    1012 (0x03F4)
    Current OS version is 6.1.7601.1 TSMBootstrap  
    09/03/2015 09:22:04        1012 (0x03F4)
    Logging successfully initialized.  TSMBootstrap  
    09/03/2015 09:22:04       
    1012 (0x03F4)
    Resuming Task Sequence in Full OS        
    TSMBootstrap   09/03/2015 09:22:04       
    1012 (0x03F4)
    We are going in GINA and potentially need to set the authenticator       
    TSMBootstrap   09/03/2015 09:22:04       
    1012 (0x03F4)
    setting the authenticator            
    TSMBootstrap   09/03/2015 09:22:04       
    1012 (0x03F4)
    Executing command line: "C:\WINDOWS\CCM\TsProgressUI.exe" /Register:WinPE        
    TSMBootstrap   09/03/2015 09:22:04              
    1012 (0x03F4)
    ==========[ TsProgressUI started in process 1260 ]==========          
    TsProgressUI     09/03/2015 09:22:04       
    1452 (0x05AC)
    Command line: "C:\WINDOWS\CCM\TsProgressUI.exe" /Register:WinPE            
    TsProgressUI     09/03/2015 09:22:04               
    1452 (0x05AC)
    Registering COM classes              
    TsProgressUI     09/03/2015 09:22:04       
    1452 (0x05AC)
    sbModulePath = C:\WINDOWS\CCM\TsProgressUI.exe               
    TsProgressUI     09/03/2015 09:22:04       
    1452 (0x05AC)
    Unregistering class objects         
    TsProgressUI     09/03/2015 09:22:04       
    1452 (0x05AC)
    Shutdown complete.     TsProgressUI    
    09/03/2015 09:22:04       
    1452 (0x05AC)
    Process completed with exit code 0       
    TSMBootstrap   09/03/2015 09:22:04       
    1012 (0x03F4)
    Successfully registered TS Progress UI.  TSMBootstrap  
    09/03/2015 09:22:04       
    1012 (0x03F4)
    No valid network adapter found.             
    TSMBootstrap   09/03/2015 09:22:04       
    1012 (0x03F4)
    Starting Task Sequence Manager.           
    TSMBootstrap   09/03/2015 09:22:04       
    1012 (0x03F4)
    executing TS Manager not in full media TSMBootstrap  
    09/03/2015 09:22:04       
    1012 (0x03F4)
    executing TS Manager in c:\windows\ccm           
    TSMBootstrap   09/03/2015 09:22:04       
    1012 (0x03F4)
    Executing command line: "TsManager.exe"        
    TSMBootstrap   09/03/2015 09:22:04       
    1012 (0x03F4)
    Successfully intialized Logging for TS Manager.   TSManager        
    09/03/2015 09:22:04       
    1580 (0x062C)
    Commandline: "TsManager.exe"             
    TSManager         09/03/2015 09:22:04       
    1580 (0x062C)
    /service parameter found at index: -1    TSManager        
    09/03/2015 09:22:04       
    1580 (0x062C)
    /standalone parameter found at index: -1           
    TSManager         09/03/2015 09:22:04       
    1580 (0x062C)
    /noclient parameter found at index: -1  TSManager        
    09/03/2015 09:22:04       
    1580 (0x062C)
    Successfully registered Task Sequencing COM Interface.              
    TSManager         09/03/2015 09:22:04       
    1580 (0x062C)
    Executing as a standalone exe   TSManager        
    09/03/2015 09:22:04       
    1580 (0x062C)
    Initializing TS Environment          
    TSManager         09/03/2015 09:22:04       
    1580 (0x062C)
    Opening Task Sequencing Environment TSManager        
    09/03/2015 09:22:04       
    1580 (0x062C)
    Deleting volume ID file C:\_SMSTSVolumeID.7159644d-f741-45d5-ab29-0ad8aa4771ca ...             
    TSManager               
    09/03/2015 09:22:04       
    1580 (0x062C)
    pwszPath && *pwszPath, HRESULT=80070057 (e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,228)
    TSManager         09/03/2015 09:22:04       
    1580 (0x062C)
    pwszPath && *pwszPath, HRESULT=80070057 (e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,228)
    TSManager         09/03/2015 09:22:04       
    1580 (0x062C)
    pwszPath && *pwszPath, HRESULT=80070057 (e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,228)
    TSManager         09/03/2015 09:22:04       
    1580 (0x062C)
    pwszPath && *pwszPath, HRESULT=80070057 (e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,228)
    TSManager         09/03/2015 09:22:04       
    1580 (0x062C)
    Path variable OSDisk converted from 9D26CD310000401F00000000: to C:              
    TSManager         09/03/2015 09:22:04               
    1580 (0x062C)
    NOT executing in WinPE              
    TSManager         09/03/2015 09:22:04       
    1580 (0x062C)
    Compiling Config policy TSManager        
    09/03/2015 09:22:04       
    1580 (0x062C)
    Compiling config policies...          
    TSManager         09/03/2015 09:22:04       
    1580 (0x062C)
    Compiling SysHealthConfig policy...        
    TSManager         09/03/2015 09:22:04       
    1580 (0x062C)
    Retrieving value from TSEnv for '_SMSTSSysHealthClientConfig' TSManager        
    09/03/2015 09:22:04       
    1580 (0x062C)
    ::DecompressBuffer(65536)       
    TSManager         09/03/2015 09:22:04       
    1580 (0x062C)
    Decompression (zlib) succeeded: original size 683, uncompressed size 4652.       
    TSManager         09/03/2015 09:22:04               
    1580 (0x062C)
    Instance path = 'CCM_SystemHealthClientConfig.SiteSettingsKey="1"' 
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Start to compile TS policy             
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace      
    TSManager               
    09/03/2015 09:22:05       
    1580 (0x062C)
    End TS policy compilation            
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Compiling SoftUpdConfig policy...           
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Retrieving value from TSEnv for '_SMSTSSWUpdateClientConfig'             
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    ::DecompressBuffer(65536)       
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Decompression (zlib) succeeded: original size 1921, uncompressed size 19242.  
    TSManager         09/03/2015 09:22:05               
    1580 (0x062C)
    Start to compile TS policy             
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace      
    TSManager               
    09/03/2015 09:22:05       
    1580 (0x062C)
    End TS policy compilation            
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Instance path = 'CCM_SoftwareUpdatesClientConfig.SiteSettingsKey="1"'          
    TSManager         09/03/2015 09:22:05               
    1580 (0x062C)
    Start to compile TS policy             
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace      
    TSManager               
    09/03/2015 09:22:05       
    1580 (0x062C)
    End TS policy compilation            
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Start to compile TS policy             
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace      
    TSManager               
    09/03/2015 09:22:05       
    1580 (0x062C)
    End TS policy compilation            
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Start to compile TS policy             
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace      
    TSManager               
    09/03/2015 09:22:05       
    1580 (0x062C)
    End TS policy compilation            
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Compiling SoftDistClientConfig policy...  TSManager        
    09/03/2015 09:22:05       
    1580 (0x062C)
    Retrieving value from TSEnv for '_SMSTSSoftDistClientConfig'   
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    ::DecompressBuffer(65536)       
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Decompression (zlib) succeeded: original size 1329, uncompressed size 13740.  
    TSManager         09/03/2015 09:22:05               
    1580 (0x062C)
    Instance path = 'CCM_SoftwareDistributionClientConfig.SiteSettingsKey="1"'   
    TSManager         09/03/2015 09:22:05               
    1580 (0x062C)
    Start to compile TS policy             
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace      
    TSManager               
    09/03/2015 09:22:05       
    1580 (0x062C)
    End TS policy compilation            
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Compiling NAAConfig policy...    TSManager        
    09/03/2015 09:22:05       
    1580 (0x062C)
    Retrieving value from TSEnv for '_SMSTSNAAConfigPolicy'          
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    ::DecompressBuffer(65536)       
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Decompression (zlib) succeeded: original size 1403, uncompressed size 8996.    
    TSManager         09/03/2015 09:22:05               
    1580 (0x062C)
    Instance path = 'CCM_NetworkAccessAccount.SiteSettingsKey="1"'      
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Start to compile TS policy             
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace      
    TSManager               
    09/03/2015 09:22:05       
    1580 (0x062C)
    End TS policy compilation            
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Instance path = 'CCM_NetworkAccessAccount.SiteSettingsKey="1"'      
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Instance path = 'CCM_NetworkAccessAccount.SiteSettingsKey="2"'      
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Start to compile TS policy             
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace      
    TSManager               
    09/03/2015 09:22:05       
    1580 (0x062C)
    End TS policy compilation            
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Compiling RebootSettingsConfig policy...             
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Retrieving value from TSEnv for '_SMSTSRebootSettingsConfigPolicy'    
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    ::DecompressBuffer(65536)       
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Decompression (zlib) succeeded: original size 432, uncompressed size 1560.       
    TSManager         09/03/2015 09:22:05               
    1580 (0x062C)
    Instance path = 'CCM_RebootSettings.SiteSettingsKey="1"'       
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Start to compile TS policy             
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace      
    TSManager               
    09/03/2015 09:22:05       
    1580 (0x062C)
    End TS policy compilation            
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Compiling AppManClientConfig policy...               
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Retrieving value from TSEnv for '_SMSTSAppManClientConfigPolicy'      
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    ::DecompressBuffer(65536)       
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Decompression (zlib) succeeded: original size 983, uncompressed size 6358.       
    TSManager         09/03/2015 09:22:05               
    1580 (0x062C)
    Instance path = 'CCM_ApplicationManagementClientConfig.SiteSettingsKey="1"'           
    TSManager         09/03/2015 09:22:05              
    1580 (0x062C)
    Start to compile TS policy             
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Failed to find property 'AutoApplyDeployment' in 'CCM_ApplicationManagementClientConfig' class defintion. Error 0x80041002. Default value will be used for this property               
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace      
    TSManager               
    09/03/2015 09:22:05       
    1580 (0x062C)
    End TS policy compilation            
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Get Install Directory for SMS Client         
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Updating settings in \\.\root\ccm\policy\machine\actualconfig TSManager        
    09/03/2015 09:22:05       
    1580 (0x062C)
    RequestedConfig policy instance(s) : 424             
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Locked \\.\ROOT\ccm\policy\machine\RequestedConfig for source SMS:Client:Default:{8864FB91-94EE-4F16-A144-0D82A232049D} successfully      
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Namespace: \\.\ROOT\ccm\policy\machine\RequestedConfig, Query: SELECT PolicyID FROM CCM_Policy_Policy5 WHERE (PolicySource = "SMS:Client:Default:{8864FB91-94EE-4F16-A144-0D82A232049D}") AND (PolicyState = "Active") AND (PolicyType = "Machine")              
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    There is no ccm_policy_policy instance, skipping addition to realinst map             
    TSManager         09/03/2015 09:22:05               
    1580 (0x062C)
    Unlocked \\.\ROOT\ccm\policy\machine\RequestedConfig for source SMS:Client:Default:{8864FB91-94EE-4F16-A144-0D82A232049D} successfully           
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    RequestedConfig policy instance(s) : 0   TSManager        
    09/03/2015 09:22:05       
    1580 (0x062C)
    Locked \\.\ROOT\ccm\policy\machine\RequestedConfig for source CcmPortal successfully        
    TSManager               
    09/03/2015 09:22:05       
    1580 (0x062C)
    Namespace: \\.\ROOT\ccm\policy\machine\RequestedConfig, Query: SELECT PolicyID FROM CCM_Policy_Policy5 WHERE (PolicySource = "CcmPortal") AND (PolicyState = "Active") AND (PolicyType = "Machine")            
    TSManager               
    09/03/2015 09:22:05       
    1580 (0x062C)
    There is no ccm_policy_policy instance, skipping addition to realinst map             
    TSManager         09/03/2015 09:22:05               
    1580 (0x062C)
    Unlocked \\.\ROOT\ccm\policy\machine\RequestedConfig for source CcmPortal successfully   
    TSManager               
    09/03/2015 09:22:05       
    1580 (0x062C)
    RequestedConfig policy instance(s) : 0   TSManager        
    09/03/2015 09:22:05       
    1580 (0x062C)
    Locked \\.\ROOT\ccm\policy\machine\RequestedConfig for source Local successfully   
    TSManager         09/03/2015 09:22:05              
    1580 (0x062C)
    RequestedConfig policy instance(s) : 9   TSManager        
    09/03/2015 09:22:05       
    1580 (0x062C)
    Unlocked \\.\ROOT\ccm\policy\machine\RequestedConfig for source Local successfully              
    TSManager               
    09/03/2015 09:22:05       
    1580 (0x062C)
    RequestedConfig policy instance(s) : 13 TSManager        
    09/03/2015 09:22:05       
    1580 (0x062C)
    Locked \\.\ROOT\ccm\policy\machine\RequestedConfig for source CcmTaskSequence successfully       
    TSManager               
    09/03/2015 09:22:05       
    1580 (0x062C)
    Namespace: \\.\ROOT\ccm\policy\machine\RequestedConfig, Query: SELECT PolicyID FROM CCM_Policy_Policy5 WHERE (PolicySource = "CcmTaskSequence") AND (PolicyState = "Active") AND (PolicyType = "Machine")               
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    There is no ccm_policy_policy instance, skipping addition to realinst map             
    TSManager         09/03/2015 09:22:05               
    1580 (0x062C)
    Unlocked \\.\ROOT\ccm\policy\machine\RequestedConfig for source CcmTaskSequence successfully  
    TSManager               
    09/03/2015 09:22:05       
    1580 (0x062C)
    Total RequestedConfig policy instance(s) : 446   TSManager        
    09/03/2015 09:22:05       
    1580 (0x062C)
    New/Changed ActualConfig policy instance(s) : 2             
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    [1] Added/updated setting 'ccm_networkaccessaccount:sitesettingskey=1'.      
    TSManager         09/03/2015 09:22:05               
    1580 (0x062C)
    [2] Added/updated setting 'ccm_networkaccessaccount:sitesettingskey=2'.      
    TSManager         09/03/2015 09:22:05               
    1580 (0x062C)
    Policy evaluation initiated           
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Waiting for policy to be compiled in 'root\ccm\policy\machine' namespace
             TSManager        
    09/03/2015 09:22:05               
    1580 (0x062C)
    Query = 'CCM_SystemHealthClientConfig.SiteSettingsKey="1"' TSManager        
    09/03/2015 09:22:05       
    1580 (0x062C)
    Verified policy for instance path 'CCM_SystemHealthClientConfig.SiteSettingsKey="1"' compiled in 'root\ccm\policy\machine' namespace 
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Query = 'CCM_SoftwareUpdatesClientConfig.SiteSettingsKey="1"'
             TSManager        
    09/03/2015 09:22:05       
    1580 (0x062C)
    Verified policy for instance path 'CCM_SoftwareUpdatesClientConfig.SiteSettingsKey="1"' compiled in 'root\ccm\policy\machine' namespace 
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Query = 'CCM_SoftwareDistributionClientConfig.SiteSettingsKey="1"'
      TSManager        
    09/03/2015 09:22:05        1580 (0x062C)
    Verified policy for instance path 'CCM_SoftwareDistributionClientConfig.SiteSettingsKey="1"' compiled in 'root\ccm\policy\machine' namespace 
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Query = 'CCM_NetworkAccessAccount.SiteSettingsKey="1"'     
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Verified policy for instance path 'CCM_NetworkAccessAccount.SiteSettingsKey="1"' compiled in 'root\ccm\policy\machine' namespace 
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Query = 'CCM_NetworkAccessAccount.SiteSettingsKey="1"'     
    TSManager         09/03/2015 09:22:05       
    1580 (0x062C)
    Verified policy for instance path 'CCM_NetworkAccessAccount.SiteSettingsKey="1"' compiled in 'root\cc

    Duplicate, see https://social.technet.microsoft.com/Forums/en-US/ab1fb705-bba9-45ef-a2aa-511a0a98ed28/osd-deployment-failure-smstslog-attached-pl?forum=configmanagerosd.
    Torsten Meringer | http://www.mssccmfaq.de

  • Application deployment failure

    Hi All,
    I am facing an application deployment failure issue for Autocad application.  It is mandatory that application downloaded to the client machine should have folder name as AdminImage; however the content is copied under cache folder and hence while installation
    it is getting failed.
    It is getting installed through script and while installation it automatically created adminimage folder but eventually gets failed.
    The source location were the content is like
    Complete package-->Autocad-->AdminImage
    The content location path given is till
    ....\Autocad\
    Program for uninstall and install
    AdminImage\install.vbs and AdminImage\uninstall.vbs
    Please suggest

    how do you reference to the path adminimage in your script, using pushd?
    the datasource for the application is \autocad\ ?

  • JSF Deployment error - login.faces not available

    I am new to JSF and am having deploying my first example JSF pages in Eclipse on default Tomcat (6.x).
    I feel I have done everything stated in the tutorial http://www.exadel.com/tutorial/jsf/jsftutorial-kickstart.html (I did not repeat the step by step instructions in the tutorial - instead, used these instructions to create my own pages / logic). However, I still get the following error:
    HTTP Status 404 - /reportwriter/pages/login.faces
    type Status report
    message /reportwriter/pages/login.faces
    description The requested resource (/reportwriter/pages/login.faces) is not available.
    Here is my directory structure:
    reportwriter
    - src
    - LoginBean
    - LoginServer.java
    - Resources.properties
    - js
    - html
    - images
    - pages
    - login.jsp
    - webRoot
    - WEB-INF
    - lib
    - faces-config.xml
    - web.xml
    - index.jsp with a one line jsp forward to pages/login.faces
    here is my faces-config.xml
    <?xml version="1.0"?>
    <!DOCTYPE faces-config PUBLIC
    "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN"
    "http://java.sun.com/dtd/web-facesconfig_1_0.dtd">
    <faces-config>
    <application>
    <message-bundle>LoginBean.Resources</message-bundle>
    <locale-config>
    <default-locale>en</default-locale>
    <supported-locale>en-us</supported-locale>
    <supported-locale>fr</supported-locale>
    <supported-locale>es</supported-locale>
    </locale-config>
    <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
    </application>
    <navigation-rule>
    <from-view-id>/pages/login.jsp</from-view-id>
    <navigation-case>
    <description>Handle case for successful login</description>
    <from-action>#{loginServer.loginAction}</from-action>
    <from-outcome>success</from-outcome>
    <to-view-id>/pages/task.jsp</to-view-id>
    </navigation-case>
    <navigation-case>
    <description>Handle case for unsuccessful login</description>
    <from-action>#{loginServer.loginAction}</from-action>
    <from-outcome>failure</from-outcome>
    <to-view-id>/pages/failure.jsp</to-view-id>
    </navigation-case>
    </navigation-rule>
    <navigation-rule>
    <from-view-id>/pages/success.jsp</from-view-id>
    <navigation-case>
    <from-outcome>return</from-outcome>
    <to-view-id>/pages/login.jsp</to-view-id>
    </navigation-case>
    </navigation-rule>
    <navigation-rule>
    <from-view-id>/pages/failure.jsp</from-view-id>
    <navigation-case>
    <from-outcome>return</from-outcome>
    <to-view-id>/pages/login.jsp</to-view-id>
    </navigation-case>
    </navigation-rule>
    <managed-bean>
    <managed-bean-name>loginServer</managed-bean-name>
    <managed-bean-class>LoginBean.LoginServer</managed-bean-class>
    <managed-bean-scope>session</managed-bean-scope>
    </managed-bean>
    </faces-config>
    and here is web.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.4" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    <context-param>
    <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
    <param-value>server</param-value>
    </context-param>
    <context-param>
    <param-name>javax.faces.CONFIG_FILES</param-name>
    <param-value>/WEB-INF/faces-config.xml</param-value>
    </context-param>
    <context-param>
    <param-name>javax.faces.DEFAULT_SUFFIX</param-name>
    <param-value>.xhtml</param-value>
    </context-param>
    <listener>
    <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
    </listener>
    <!-- Faces Servlet -->
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <!-- Faces Servlet Mapping -->
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>*.faces</url-pattern>
    </servlet-mapping>
    </web-app>
    Can you think what I may be missing here to get the login.faces not available error?
    One hint I have is - if I do not set a jsp forward line in the index.jsp file, I get the server deployment for the index.jsp file OK. But not when I have the forward from index.jsp to /pages/login.faces
    I also tried setting the context in tomcat server.xml file as follows:
    <Context debug="0"
    docBase="C:/evsapi/ReportWriter/reportwriter/WebRoot"
    path="/LoginBean" reloadable="true"/>
    Still no use.
    Please help!
    Edited by: tipseeker on Dec 1, 2008 3:51 PM

    tipseeker wrote:
    <!DOCTYPE faces-config PUBLIC
    "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN"
    "http://java.sun.com/dtd/web-facesconfig_1_0.dtd">
    I highly recommend your to stop with this and restart with JSF 1.2 instead. JSF 1.0 is legacy and may have still some nasty bugs. You may find this JSF 1.2 / Eclipse 3.4 / Tomcat 6.0 startup tutorial useful as well: [http://balusc.blogspot.com/2008/01/jsf-tutorial-with-eclipse-and-tomcat.html]
    <context-param>
    <param-name>javax.faces.DEFAULT_SUFFIX</param-name>
    <param-value>.xhtml</param-value>
    </context-param>There's the root cause of the problem, I think. Why did you add this? Are you using JSP or Facelets? This configuration is typical for Facelets, but in your remaining code I only see JSP's being mentioned.

  • Deployment failure in Weblogic

    Hi,
    I am new to ADF development. I am using jdev11.1.1.0 and web logic server10.3. I downloaded 'rcf-dvt-demo.war' from the oracle site and deployed in the weblogic.
    But i am getting the following issues.....
    Unresolved WebApp library references defined in weblogic.xml, of module 'rcf-dvt-demo.war' [Extension-Name: jstl, Specification-Version: 1.2, exact-match: false], [Extension-Name: jsf, Specification-Version: 1.2, exact-match: false].
    There was a failure when processing annotations for application C:\Documents and Settings\u20658\My Documents\Downloads\rcf-dvt-demo.war. Please make sure that the annotations are valid. The error is javax.faces.webapp.FacesServlet
    BEA-149265
    BEA-149078
    please advise the steps to resolve the issue.
    Thanks,
    Uma.

    Hi,
    I assume the demo WAR you downloaded is for a newer version of JDeveloper (11.1.1.3 is what I assume). To fix the issue, have a look at the weblogic.xml file in the WAR file, which defines the ADF library dependency. You can try removing the version number and see if this worked. If this fails, you still have the option to download JDeveloper 11g 11.1.1.3 (we don't maintain older versions of the ADF Faces component demo)
    Frank

  • Web application deployment failure when Mozilla Rhino 15R2 included in war file

    Hi Guys
    I'm currently attempting to deploy a web application under weblogic 6.1.
    The application makes use of Mozilla Rhino15R2, packaged in the file js.jar.
    With js.jar contained in the WEB-INF\lib directory in the war file, the
    application fails to install, the weblogic.log file has the following entry.
    ####<22-Oct-00 09:53:53 BST> <Info> <HTTP> <winnt2> <winnt2> <main> <system>
    <> <101053> <[HTTP winnt2] Loading web app: SWIFTAccessControl>
    ####<22-Oct-00 09:53:53 BST> <Info> <HTTP> <winnt2> <winnt2> <main> <system>
    <> <101059> <[winnt2] Loading SWIFTAccessControl from WAR file:
    I:\bea\wlserver6.1\.\config\mydomain\applications\.wlnotdelete\wl_comp53845.
    war>
    ####<22-Oct-00 09:53:53 BST> <Info> <HTTP> <winnt2> <winnt2> <main> <system>
    <> <101031>
    <[WebAppServletContext(6025277,SWIFTAccessControl,/SWIFTAccessControl)]
    extracting classfiles to
    I:\bea\wlserver6.1\config\mydomain\applications\.wlnotdelete\WEB-INF\_tmp_wa
    r_winnt2_winnt2_SWIFTAccessControl:>
    ####<22-Oct-00 09:53:53 BST> <Debug> <HTTP> <winnt2> <winnt2> <main>
    <system> <> <101158> <Exception thrown while loading SWIFTAccessControl:
    java.lang.IllegalArgumentException: Prefix string too short>
    java.lang.IllegalArgumentException: Prefix string too short
    ####<22-Oct-00 09:53:54 BST> <Error> <J2EE> <winnt2> <winnt2> <main>
    <system> <> <160001> <Error deploying application SWIFTAccessControl: Could
    not load SWIFTAccessControl>
    If I rebuild the war file, excluding js.jar weblogic successfull deploys the
    application and I can access the application. Question has anyone come
    across a similar problem and does any one know of a solution. I'd be most
    grateful for any help on this one.
    Regards
    Tony

    Check this thread...
    Spring's JSF DelegatingVariableResolver cause InvocationTargetException

  • Windows Deployment Services - Windows 8.1 Deployment Failure (Required Driver could not be Installed)

    Hello everyone,
    Give you a little background on the hardware/software which we are running to do a Windows 8.1 Deployment, we have an VM of Windows Server 2008 R2 with Windows Deployment Services installed and configured correctly. For the boot image it's a Windows 8.1
    WIM and as for the Install Image we have a base image of Win 8.1 with all drivers installed for an HP EliteBook 8540w , we Syspreped and then capture the image using the W2K capture on PXE to capture and upload the image to the server. This is where we first
    ran into the problem of connecting to the server and had to inject the lan drivers to have network connectivity. After the image was uploaded to the server, we thought to try and run a deployment of that image on an identical laptop. PXE boot into that Image,
    it asks for domain credentials which are accepted it begins the installation process and fails at "Windows installation cannot continue because a required driver could not be installed"?
    We just set up client logging on the server and it is useless it just says that the driver is missing, but what driver is missing? There are thousands, which one?
    Another forum has this issue:  http://social.technet.microsoft.com/Forums/windows/en-US/4cf0b378-09d0-4e0b-bc6e-3d898b668f98/during-deployment-windows-installation-cannot-continue-because-a-required-driver-could-not-be?forum=w8itproinstall

    Hi,
    Please first check the solution here:
    Error: Windows installation cannot continue because a required driver could not be installed
    http://support.brainwaregroup.com/kb/article/AA-00702/0/Error%3A-Windows-installation-cannot-continue-because-a-required-driver-could-not-be-installed.html
    Also, please try to find out Setup logs from the client computer, and we can see the details in the Setup log:
    If the failure occurs in Windows PE before the disk configuration page of the WDS client is completed, you can find the logs at the
    X:\Windows\Panther folder. Use Shift+F10 to open a command prompt, and then change the directory to the location.
    If the failure occurs in Windows PE after the disk configuration page of the WDS client is completed, you can find the logs on the local disk volume at the
    $Windows.~BT\Sources\Panther folder. The local disk volume is usually the drive
    C. Use Shift+F10 to open a command prompt, and then change the directory to the location.
    Kate Li
    TechNet Community Support

  • ROLAP cube aggregation deployment failure

    Hi All
    My ROLAP cube aggregation deployment is failing with following error:
    dbms_odm.createcubeleveltuple ORA-06533: Subscript beyond count
    Has anyone got any idea about this failure please ?

    Hi Bonniejp,
    According to your description, it seems that it's a permission issue when deploy project to Analysis Services. By default, the default account for AS services has only public permission to few databases. If you haven't change the AS services
    account, or haven't grant the permission for this account, then you cannot deploy the AS project to server.
    So in your scenario, to avoid this issue, you can grant the SELECT permission for the default account for AS services to data source DB (Adventure Works DW2012). Or you can change the services account to this domain user who has the corresponding to the
    data source DB.
    If this is not what you want, pelase post the detail information about the error, so that we can make further analysis.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Deploy failure due to jta-data-source in persistence.xml

    Hey All,
    This is driving me insane. Every example, including the Sun tutorials (which don't work on my instance of Glassfish), list persistence.xml files like:
    "<?xml version="1.0" encoding="UTF-8"?>
    <persistence xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0">
         <persistence-unit name="persistence_sample">
    <provider>oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider</provider>
    <jta-data-source>jdbc/SamplesDB</jta-data-source>
    <non-jta-data-source>jdbc/SamplesDB__nontx</non-jta-data-source>
    </persistence-unit>
    </persistence>"
    I've tried every combination of <persistence...> tags, with namespace definitions, posted in examples on the internet, but my problem is, any time I deploy my ear with a "<jta-data-source>" tag specified, I receive the following failure from the App Server:
    "Error loading deployment descriptors for module [pi-0] Line 26 Column 24 -- Deployment descriptor file META-INF/persistence.xml in archive [pi-ejb.jar]. cvc-complex-type.2.4.a: Invalid content was found starting with element 'jta-data-source'. One of '{"http://java.sun.com/xml/ns/persistence":class, "http://java.sun.com/xml/ns/persistence":exclude-unlisted-classes, "http://java.sun.com/xml/ns/persistence":properties}' is expected.
         at com.sun.enterprise.deployment.backend.Deployer.loadDescriptors(Deployer.java:352)
         at com.sun.enterprise.deployment.backend.AppDeployerBase.loadDescriptors(AppDeployerBase.java:327)
         at com.sun.enterprise.deployment.backend.AppDeployer.explodeArchive(AppDeployer.java:332)
         at com.sun.enterprise.deployment.backend.AppDeployer.deploy(AppDeployer.java:182)
         at com.sun.enterprise.deployment.backend.AppDeployer.doRequestFinish(AppDeployer.java:129)
         at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:169)
         at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:95)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:871)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:266)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:739)
         at com.sun.enterprise.management.deploy.DeployThread.deploy(DeployThread.java:174)
         at com.sun.enterprise.management.deploy.DeployThread.run(DeployThread.java:210)
    Caused by: org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'jta-data-source'. One of '{"http://java.sun.com/xml/ns/persistence":class, "http://java.sun.com/xml/ns/persistence":exclude-unlisted-classes, "http://java.sun.com/xml/ns/persistence":properties}' is expected.
         at com.sun.enterprise.deployment.io.DeploymentDescriptorFile.read(DeploymentDescriptorFile.java:285)
         at com.sun.enterprise.deployment.archivist.Archivist.readPersistenceDeploymentDescriptor(Archivist.java:1718)
         at com.sun.enterprise.deployment.archivist.EjbArchivist.readPersistenceDeploymentDescriptors(EjbArchivist.java:239)
         at com.sun.enterprise.deployment.archivist.Archivist.readDeploymentDescriptors(Archivist.java:301)
         at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:200)
         at com.sun.enterprise.deployment.archivist.ApplicationArchivist.readModulesDescriptors(ApplicationArchivist.java:308)
         at com.sun.enterprise.deployment.backend.Deployer.loadDescriptors(Deployer.java:316)
         ... 11 more"
    Note that this only happens when I have a <jta-data-source> element in the persistence.xml file. When I comment out the jta-data-source, it deploys without problems (though it doesn't do much). Here's my persistence-unit code:
    <persistence-unit name="prodcontext" transaction-type="JTA">
    <provider>org.hibernate.ejb.HibernatePersistence</provider>
    <class>OneOfMyClasses</class>
    <jta-data-source>jdbc/SamplesDB</jta-data-source>
    </persistence-unit>
    Please help.
    Thank you,
    Todd

    Okay okay, my mistake (staring at this thing too long).
    The solution is, I confess I overlooked it, the jta-data-source node in the xml has to follow the exact order specified in the xsd. I was putting it below the class nodes, which is a no-no.

  • J2EE-EJB-Deploying an Enterprise JavaBean-deployment failure

    I am unable to deploy a simple EJB application . I am using j2skee1.3.1 and J2SDK1.4.0
    The related files and error messages are reproduced.
    The java files and ear files are in d:\myjava\ejb
    class path is .;d:\j2sdkee1.3.1\lib\j2ee.jar;D:\forte_jdk\j2sdk1.4.0\lib;d:\myjava
    j2ee_home= d:\j2sdkee1.3.1
    java_home=D:\forte_jdk\j2sdk1.4.0
    path=%SYSTEMROOT%;%SYSTEMROOT%\command;c:;d:\j2sdkee1.3.1\bin;%SYSTEMROOT%\system32;%SYSTEMROOT%\system32\WBEM;C:\Program Files\Common Files\Adaptec Shared\System;D:\forte_jdk\j2sdk1.4.0\bin;d\j2sdkee1.3.1\javaservlets;d:\MSSQL7\BINN;D:\forte_jdk\j2sdk1.4.0\bdk1_1\beans\beanbox
    Can any one suggest a solution.
    ************calculatorHome**********
    import java.io.Serializable;
    import java.rmi.RemoteException;
    import javax.ejb.CreateException;
    import javax.ejb.EJBHome;
    public interface calculatorHome extends EJBHome
         calculator create() throws RemoteException, CreateException;
    ************calculator***************
    import javax.ejb.EJBObject;
    import java.rmi.RemoteException;
    public interface calculator extends EJBObject
         public double dollorToRs (double dollars) throws RemoteException;
    **********calculatorEJB***********************
    import java.rmi.RemoteException;
    import javax.ejb.SessionBean;
    import javax.ejb.SessionContext;
    public class calculatorEJB implements SessionBean
         public double dollarToRs (double dollars)
              return dollars * 48.15;
         public calculatorEJB() {}
         public void ejbCreate() {}
         public void ejbRemove() {}
         public void ejbActivate() {}
         public void ejbPassivate() {}
         public void setSessionContext (SessionContext sc) {}
    ***********************************descriptor*************
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE ejb-jar PUBLIC '-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN' 'http://java.sun.com/dtd/ejb-jar_2_0.dtd'>
    <ejb-jar>
    <display-name>newcalculatorjar</display-name>
    <enterprise-beans>
    <session>
    <display-name>calculatorEJB</display-name>
    <ejb-name>calculatorEJB</ejb-name>
    <home>calculatorHome</home>
    <remote>calculator</remote>
    <ejb-class>calculatorEJB</ejb-class>
    <session-type>Stateless</session-type>
    <transaction-type>Bean</transaction-type>
    <security-identity>
    <description></description>
    <use-caller-identity></use-caller-identity>
    </security-identity>
    </session>
    </enterprise-beans>
    </ejb-jar>
    ***************************error message*****
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE ejb-jar PUBLIC '-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN' 'http://java.sun.com/dtd/ejb-jar_2_0.dtd'>
    <ejb-jar>
    <display-name>newcalculatorjar</display-name>
    <enterprise-beans>
    <session>
    <display-name>calculatorEJB</display-name>
    <ejb-name>calculatorEJB</ejb-name>
    <home>calculatorHome</home>
    <remote>calculator</remote>
    <ejb-class>calculatorEJB</ejb-class>
    <session-type>Stateless</session-type>
    <transaction-type>Bean</transaction-type>
    <security-identity>
    <description></description>
    <use-caller-identity></use-caller-identity>
    </security-identity>
    </session>
    </enterprise-beans>
    </ejb-jar>
    STATIC VERIFICATION RESULTS
         NUMBER OF FAILURES/WARNINGS/ERRORS
         # of Failures : 3
    # of Warnings : 0
         # of Errors : 0
         RESULTS FOR EJB-RELATED TESTS
         FAILED TESTS :
         Test Name : tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodArgs
         Test Assertion : Remote interface business methods have matching method arguments test
         Test Description : For [ calculatorEJB ]
    For Remote Interface [ calculator ] method [ dollorToRs ]
    Error: No corresponding business method with matching arguments was found for method [ dollorToRs ].
         Test Name : tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodException
         Test Assertion : Remote interface business methods have matching method exceptions test
         Test Description : For Remote Interface [ calculator ] method [ dollorToRs ]
    Error: No corresponding business method with matching exceptions was found for method [ dollorToRs ].
         Test Name : tests.ejb.intf.remoteintf.RemoteInterfaceMatchMethodReturn
         Test Assertion : Remote interface business methods have matching method return type test
         Test Description : For [ calculatorEJB ]
    For Remote Interface [ calculator ] method [ dollorToRs ]
    Error: No corresponding business method with matching return type was found for method [ dollorToRs ].
    Thanks in advance.
    Nagarajan

    In EJB home you have -
    public double dollorToRs (double dollars) throwsIn EJB you have -
         public double dollarToRs (double dollars)There is a spelling difference in the function name

  • MDT 2012 UNC Deployment Failure with static IP.

    I am having trouble getting my UNC deployment to run the State Restore phase. I am operating on a network without DHCP and have successfully connected to the network share and ran the Task Sequence. After the reboot, however, the static ip doesn't get set
    and the deployment can't continue.
    Upon inspection of the BDD.log I ran across the entry in the State Restore section that pertains to setting the static ip.
    WMI Function: Adapter.EnableStatic(IPAddress,SubnetMask) FAILURE: -2147217405 Unknown Error: -2147217405
    If I log in and run the LiteTouch.wsf file as an administrator, the task sequence starts running again and the static ip gets applied.
    Why is this not happening automatically?

    The account I'm using does have permissions. I use the same account to join manually after the process is complete. I'm not sure what the purpose of the Temp Account is. I only see it if the process fails. Otherwise, if the process completes, it is not there
    when I log in. The Administrator account is disabled by Group Policy but since it never joins the Domain, the Administrator account doesn't get disabled.
    There is no ZTIDomainJoin.log
    NetSetup.log is as follows:
    NetpDomainJoin
    NetpMachineValidToJoin
        OS Version: 6.1
        Build Number: 7601 (7601.win7sp1_ldr.130828-1532)
        ServicePack: Service Pack 1
        SKU: Windows 7 Enterprise
    NetpGetLsaPrimaryDomain: status: 0x0
    NetpMachineValidToJoin: status: 0x0
    NetpJoinWorkgroup: joining computer 'MININT-TBQSA02' to workgroup 'WORKGROUP'
    NetpValidateName: checking to see if 'WORKGROUP' is valid as type 2 name
    NetpCheckNetBiosNameNotInUse for 'WORKGROUP' [ Workgroup as MACHINE ] returned 0x0
    NetpValidateName: name 'WORKGROUP' is valid for type 2
    NetpSetLsaPrimaryDomain: for 'WORKGROUP' status: 0x0
    NetpJoinWorkgroup: status: 0x0
    NetpDoDomainJoin: status: 0x0
    Now I realize that it appears to be joining the "Workgroup" Workgroup, but in my customsettings.ini I have the JoinDomain variable set to the proper domain.

  • JSF deploy exception

              Hi,
              I'm trying to get a JSF web app I have working on tomcat ported to weblogic 8.1
              sp2.
              When I deploy the webapp I get the following exception.
              I get the same exception when I try to deploy the JSF sample cardemo.war. (I've
              tried both JSF1.0 and JSF 1.1, both result in the same error).
              Any ideas? Am I missing some steps. Have other people got JSF progs working?
              Cheers,
              Keith
              <21-Jun-2004 14:31:50 o'clock IST> <Error> <HTTP> <BEA-101216> <Servlet: "Faces
              Servlet" failed to preload on startup in Web application: "jsf-cardemo".
              javax.servlet.ServletException
              at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubIm
              pl.java:884)
              at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStub
              Impl.java:848)
              at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI
              mpl.java:787)
              at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppS
              ervletContext.java:3252)
              at weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebApp
              ServletContext.java:3197)
              at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAp
              pServletContext.java:3174)
              at weblogic.servlet.internal.WebAppServletContext.setStarted(WebAppServl
              etContext.java:5647)
              at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:869)
              at weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer
              .java:2022)
              at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContai
              ner.java:2063)
              at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.
              activateContainer(SlaveDeployer.java:2592)
              at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.doCommit(
              SlaveDeployer.java:2515)
              at weblogic.management.deploy.slave.SlaveDeployer$Task.commit(SlaveDeplo
              yer.java:2317)
              at weblogic.management.deploy.slave.SlaveDeployer$Task.checkAutoCommit(S
              laveDeployer.java:2399)
              at weblogic.management.deploy.slave.SlaveDeployer$Task.prepare(SlaveDepl
              oyer.java:2311)
              at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(S
              laveDeployer.java:2479)
              at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(Sla
              veDeployer.java:798)
              at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDepl
              oyer.java:507)
              at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDep
              loyer.java:465)
              at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHan
              dler.java:25)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
              >
              

              Keith,
              Looks like SP3 will correct the problem (when and if it's released). Look
              on the SP3 release notes page.
              CR173782
              Some examples in the final version of the JavaServer Faces v1.0 Reference Implementation
              fails to preload on startup with the following ServletException:
              <Mar 16, 2004 10:31:09 AM MST> <Error> <HTTP> <BEA-101216> <Servlet: "Faces Servlet"
              failed to preload on startup in Web application: "jsf-guessNumber". javax.servlet.ServletException
              The problem was fixed by adding logic during the Web application startup for registering
              servlet listeners, which could be defined in .tld files in the lib folder of the
              application.
              I also have been attempting to get a Faces servlet running on SP2 and have run
              into the same problem. I am dead in the water until SP3 is fixed.
              Cheers,
              Clint
              "Keith Hyland" <[email protected]> wrote:
              >
              >Hi,
              >
              >I'm trying to get a JSF web app I have working on tomcat ported to weblogic
              >8.1
              >sp2.
              >
              >When I deploy the webapp I get the following exception.
              >
              >I get the same exception when I try to deploy the JSF sample cardemo.war.
              >(I've
              >tried both JSF1.0 and JSF 1.1, both result in the same error).
              >
              >
              >Any ideas? Am I missing some steps. Have other people got JSF progs working?
              >
              >Cheers,
              >Keith
              >
              ><21-Jun-2004 14:31:50 o'clock IST> <Error> <HTTP> <BEA-101216> <Servlet:
              >"Faces
              >Servlet" failed to preload on startup in Web application: "jsf-cardemo".
              >javax.servlet.ServletException
              > at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubIm
              >pl.java:884)
              > at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStub
              >Impl.java:848)
              > at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI
              >mpl.java:787)
              > at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppS
              >ervletContext.java:3252)
              > at weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebApp
              >ServletContext.java:3197)
              > at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAp
              >pServletContext.java:3174)
              > at weblogic.servlet.internal.WebAppServletContext.setStarted(WebAppServl
              >etContext.java:5647)
              > at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:869)
              > at weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer
              >.java:2022)
              > at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContai
              >ner.java:2063)
              > at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.
              >activateContainer(SlaveDeployer.java:2592)
              > at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.doCommit(
              >SlaveDeployer.java:2515)
              > at weblogic.management.deploy.slave.SlaveDeployer$Task.commit(SlaveDeplo
              >yer.java:2317)
              > at weblogic.management.deploy.slave.SlaveDeployer$Task.checkAutoCommit(S
              >laveDeployer.java:2399)
              > at weblogic.management.deploy.slave.SlaveDeployer$Task.prepare(SlaveDepl
              >oyer.java:2311)
              > at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(S
              >laveDeployer.java:2479)
              > at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(Sla
              >veDeployer.java:798)
              > at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDepl
              >oyer.java:507)
              > at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDep
              >loyer.java:465)
              > at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHan
              >dler.java:25)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
              >>
              

Maybe you are looking for

  • Multiple iPods, same computer....HELP

    I know this question has probably been answered, but I have tried other things and nothing works. I have Windows XP, and I have my own account on it and my own iPod(4th gen, click wheel) and my sister has her own account and her own mini iPod. Our mu

  • Can we assign two values to the same parameter? If yes how? For details ple

    Can we assign two values to the same parameter? If yes how? For details please go through the following SAP related program. Here I need to print 2 queries using the same parameter "QUERY" the value assigned to this parameter(query) is REPORT_TEST1.

  • Services in WSADMIN not seen in WSNavigator URL.

    Hi gurus, I am not able to view all the services available in WSADMIN transaction in the WSNavigator URL. What is the reason. I tried accessing the services through the visual admin, but was not able to view the services available in WSADMIN, but onl

  • CALL TRANSFORMATION - UTF-8 - Resut charactere u00E9 u00E8 replace by  #

    hi, I'm trying to import XML data in internal table in ABAP programme (6.20). But after the call transformation, in the internal table all the accent charactere  (é;è;à)  are replace by charactere # Open dataset MyFile FOR INPUT IN TEXT MODE ENCODINF

  • How to set the font that SuperNova will show the text correctly

    I have a problem with the use of Firefox with Supernova. Supernova is a program for visual handicaped people which allows you to enlarge the desktop. When you visit the page http://www.raadvanstate.nl/uitspraken/zoeken-in-uitspraken/tekst-uitspraak.h