EJB Deployment Descriptors not deploying to WLS

Hi,
We're using Eclipse 3.4.1 with the OEPE to target WLS 10.3 with Java 6/JEE 1.4 on a Windows XP Professional development machine.
We have an EJB 2.1 project as part of a larger EAR. The beans (all stateless session beans) and associated interfaces and deployment descriptors within are maintained manually for internal reasons; we do not rely on EJBGen or XDoclet or anything like that to manage these. We are NOT using any annotations in these EJBs, as is the default when you create a bean. Instead we rely on weblogic-ejb-jar.xml and ejb-jar.xml.
We're having an issue where deploying to the local Weblogic server instance fails with the following error displaying in the Eclipse console:
<Dec 19, 2008 9:21:13 AM CST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'xxxxxxx'.>
<Dec 19, 2008 9:21:13 AM CST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
weblogic.application.ModuleException: Exception preparing module: EJBModule(xxxxxxxEJB.jar)
[EJB:011023]An error occurred while reading the deployment descriptor. The error was:
No EJBs found in the ejb-jar file {0}. Please ensure the ejb-jar contains EJB declarations via an ejb-jar.xml deployment descriptor or at least one class annotated with the @Stateless, @Stateful or @MessageDriven EJB annotation..
     at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:452)
     at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
     at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
     at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:58)
     Truncated. see log file for complete stacktrace
java.io.IOException: No EJBs found in the ejb-jar file {0}. Please ensure the ejb-jar contains EJB declarations via an ejb-jar.xml deployment descriptor or at least one class annotated with the @Stateless, @Stateful or @MessageDriven EJB annotation.
     at weblogic.ejb.container.dd.xml.EjbDescriptorReaderImpl.createReadOnlyDescriptorFromJarFile(EjbDescriptorReaderImpl.java:199)
     at weblogic.ejb.spi.EjbDescriptorFactory.createReadOnlyDescriptorFromJarFile(EjbDescriptorFactory.java:93)
     at weblogic.ejb.container.deployer.EJBModule.loadEJBDescriptor(EJBModule.java:1198)
     at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:380)
     at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
     Truncated. see log file for complete stacktrace
We DO have multiple beans defined, but it seems that WLS just isn't aware of them due to the lack of a deployment descriptor. It appears that Eclipse/OEPE is not copying the ejb-jar.xml and weblogic-ejb-jar.xml files to the build directory when the project is build:
xxxxxEJB
|-- ejbModule
|.....|-- META-INF
|.....|.....|-- ejb-jar.xml
|.....|.....|-- MANIFEST.MF
|.....|.....|-- weblogic-ejb-jar.xml
|.....|-- com (etc., .java files)
|-- build
......|-- classes
............|-- META-INF
............|......|-- MANIFEST.MF
............|-- com (etc, .class files)
Other notes:
- Cleaning the project does not help.
- Starting a new workspace does not help.
- It works under Eclipse 3.3.2 with the Europa version of OEPE.
- Explicitly exporting an EJB Jar file DOES include the two deployment descriptors (just not deploying to the embedded test server we've defined in our Servers view)
Any ideas? This seems like either a bug in the OEPE, or maybe WTP.

Yes, I have a simple EJB2.1 project with hand-crafted EJB remote/home interfaces/classes and deployment descriptors. Also tried Clean/Rebuild and manually delete
files under /build/classes.
Here are my descriptors files:
ejb-jar.xml
<?xml version="1.0" encoding="UTF-8"?>
<ejb-jar id="ejb-jar_ID" version="2.1" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd">
     <display-name>TestEJB</display-name>
<enterprise-beans>
<session>
<display-name>HelloSessioin</display-name>
<ejb-name>HelloSession</ejb-name>
<home>sessions.HelloSessionHome</home>
<remote>sessions.HelloSession</remote>
<ejb-class>sessions.HelloSessionBean</ejb-class>
<session-type>Stateless</session-type>
<transaction-type>Bean</transaction-type>
<security-identity>
<use-caller-identity/>
</security-identity>
</session>
</enterprise-beans>
</ejb-jar>
weblogic-ejb-jar.xml
<?xml version="1.0" encoding="UTF-8"?>
<weblogic-ejb-jar
xmlns="http://www.bea.com/ns/weblogic/90" xmlns:j2ee="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-ejb-jar.xsd">
<weblogic-enterprise-bean>
<ejb-name>HelloSession</ejb-name>
<stateless-session-descriptor>
</stateless-session-descriptor>
<jndi-name>ejb.HelloSessionRemoteHome</jndi-name>
</weblogic-enterprise-bean>
</weblogic-ejb-jar>
Did you check if there is any error/warning in Error Log view?

Similar Messages

  • Deployment Descriptor Not Found

    Hi all, I am trying to locate the deployment descriptors of the examples in J2EETutorial. Can anyone enlighten of their whereabouts?
    Best Regards.

    Thanks for the advice. I have in fact deployed using the deploytool for both the converter and cart examples. I can run the cart example but still I cannot find the deployment descriptor, could it be embedded somewhere?
    Thanks and Best Regards.

  • URGENT -1 from DCM Command  on OBE deploy  === can not deploy/

    Attempting to complete the OBE "Deploying J2EE and ADF Applications
    http://www.oracle.com/technology/obe/obe9051jdev/deployToAppServer/lesson_Deployment.htm
    in order to prove to upper management that it is "easy" to develop on JDEV 9.0.5 build 1618 and deploy to Oc4j 9.0.4
    Compiles clean
    Runs like a champ on the embedded oc4j
    When i try to deploy the J2EE Application to oracle 9.0.4 getting a -1 from Oc4jDcmServlet <#### Deployment incomplete. #### >
    < see attached >
    when i look at the 9.0.4 Instance's XML log i get:
    java.lang.Exception: can not deploy/undeploy to a disabled component: home
    <see attached >
    i have checked the home component. there is no way to enable / disable it just have start and stop and it is in the start state.
    please help.
    JDEV log
    Invoking DCM servlet client...
    C:\Java\j2sdk1.4.2_06\jre\bin\javaw.exe -Djava.protocol.handler.pkgs=HTTPClient -jar C:\Jdeveloper\jdev\lib\oc4j_remote_deploy.jar http://jstoll-xp-lt:1810/Oc4jDcmServletAPI/ ias_admin **** redeploy C:\Ora10G.9.0.4\InfraEngine C:\Jdeveloper\jdev\mywork\deploySamples\deployment_j2ee\View\deploy\application1.ear hr
    Initializing log
    Servlet interface for OC4J DCM commands
    Command timeout defined at 600 seconds
    Executing DCM command...
    Executing command redeploy C:\Ora10G.9.0.4\InfraEngine C:\Jdeveloper\jdev\mywork\deploySamples\deployment_j2ee\View\deploy\application1.ear hr UNDEFINED
    Command = REDEPLOY
    Reading application's ear file
    Ear file was successfully read
    Opening connection to Oc4jDcmServlet
    Setting userName to ias_admin
    Sending command to DCM servlet
    HTTP response code = 200, HTTP response msg = OK
    Command was successfully sent to Oc4jDcmServlet
    Receiving session id from servlet to check command status
    Session id = 0a0a0a0a712594fbb82a5544f92a4d1a95f5dc99c4e
    Please, wait for command to finish...
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=0a0a0a0a712594fbb82a5544f92a4d1a95f5dc99c4e
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has not finished yet
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=0a0a0a0a712594fbb82a5544f92a4d1a95f5dc99c4e
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has not finished yet
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=0a0a0a0a712594fbb82a5544f92a4d1a95f5dc99c4e
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has not finished yet
    Checking command status...
    Setting userName to ias_admin
    Setting Cookie to JSESSIONID=0a0a0a0a712594fbb82a5544f92a4d1a95f5dc99c4e
    Checking command status
    HTTP response code = 200, HTTP response msg = OK
    Command has finished
    Receiving command exit value
    Receiving command output
    **** No output was received from command
    Closing connection to Oc4jDcmServlet
    #### DCM command did not complete successfully (-1)
    #### HTTP return code was -1
    Exit status of DCM servlet client: -1
    Elapsed time for deployment: 48 seconds
    #### Deployment incomplete. #### Oct 31, 2005 3:15:43 PM
    log.xml
    Log Entry: October 31, 2005 3:15:38 PM EST
    Component DCM
    Message Type Error
    Module ID oracle/defaultLogger/ExceptionLogger
    User ID SYSTEM
    Host Name jstoll-xp-lt
    Host Network Address 10.10.10.10
    Process/Thread ID null-Thread[Deamon Worker for TaskMaster of iAS instance at: C:\Ora10G.9.0.4\InfraEngine JVM Id = 763f5d.107482d4e1c.-8000,5,main]
    Message Level 1
    Execution Context ID 10.10.10.10:57042:1130789725003:0
    Message Text
    Remote Execute failed:
    Supplemental Text
    java.lang.Exception: can not deploy/undeploy to a disabled component: home
    at oracle.ias.sysmgmt.task.TaskMaster.internal_evaluate(Unknown Source)
    at oracle.ias.sysmgmt.task.RemoteEvaluate.execCommand(Unknown Source)
    at oracle.ias.sysmgmt.task.DaemonWorker.run(Unknown Source)

    DCM command did not complete successfully (-1)
    DCM command did not complete successfully (-1)

  • Application was deployed, but EJB module was not.

    We use scripts to deploy an application to weblogic cluster. After deployment, there is no error and exception. But, in related weblogic log, there is no information about EJB module deployment.
    On weblogic console, the EJB jar is presented at the left pane. After check the targets of the EJB jar, we found the EJB jar was not deployed on any weblogic server in the cluster. But two war packages are deployed successfully.
    There is no error in applicaton.xml and EJB deployment descriptor files. And this issue just happened in one environment. In other environments, no such an issue. Could any points make this happen?
    Thanks.

    we faced same issue after redeploy the app. Via console, it is ok.
    before this redeployment, the app is just a web application, no EJB module. in this release we added an EJB module into this app. And use the same script to redeploy.
    below is the script snippet to deploy and redeploy an app. The option -targets is not identified in the redeployment process. Could this be the problem?
    if test REDEPLOY -eq 0
    then
    # first deployment
    echo "\nFirst deployment for $APP\n"
    ${WLS_DEPLOY_CMD} -verbose -name $APP -targets "$TARGET" -source ${WLS_HOME}/applications/${APP}/${APP}.ear -deploy
    EXIT_STATUS=$?
    FIRST="(1)"
    else
    # redeployment
    echo "\nRedeployment for $APP\n"
    ${WLS_DEPLOY_CMD} -verbose -name $APP -redeploy
    EXIT_STATUS=$?
    FIRST=""
    fi
    Edited by aurorean at 02/07/2007 6:27 PM

  • Failed to save deployment descriptor - ClassCastException

    I have a CMP2.0 EJB that will not deploy. I've made it through my compile, the capture-schema, end of EJBC, but then failure with the message below. I have tried to make my descriptors as close to the samples as possible, but no success. It appears that I am simply missing something or haven't set something. Any help would be userful.
    PS. I tried to run the verifier, but I heard that it's broken in the beta. I agree since I got a message that reentrant was not allowed below entity.
    Caused by: com.iplanet.ias.deployment.backend.IASDeploymentException: Error while running ejbc -- Fatal Error from EJB Compiler -- -- Failed to save deployment descriptor for: rnlg
    cause: com.sun.enterprise.deployment.EjbExternalDescriptor
    at com.iplanet.ias.deployment.backend.AppDeployer.runEJBC(Unknown Source)
    at com.iplanet.ias.deployment.backend.AppDeployer.deploy(Unknown Source)
    ... 28 more
    Caused by: com.iplanet.ias.deployment.backend.IASDeploymentException: Fatal Error from EJB Compiler -- -- Failed to save deployment descriptor for: rnlg
    cause: com.sun.enterprise.deployment.EjbExternalDescriptor
    at com.iplanet.ias.deployment.backend.EJBCompiler.wrapException(Unknown Source)
    at com.iplanet.ias.deployment.backend.EJBCompiler.compile(Unknown Source)
    ... 30 more
    Caused by: com.iplanet.ias.config.ConfigException: Failed to save deployment descriptor for: rnlg
    cause: com.sun.enterprise.deployment.EjbExternalDescriptor
    at com.iplanet.ias.instance.AppsManager.saveAppDescriptor(Unknown Source)
    at com.iplanet.ias.deployment.backend.EJBCompiler.preDeployApp(Unknown Source)
    ... 31 more
    Caused by: java.lang.ClassCastException: com.sun.enterprise.deployment.EjbExternalDescriptor
    at com.sun.enterprise.deployment.EjbReferenceDescriptor.getValue(Unknown Source)
    at com.sun.enterprise.deployment.EjbReferenceDescriptor.getJndiName(Unknown Source)
    at com.iplanet.ias.deployment.xml.IASEjbRuntimeDescriptorNode.setDescriptor(Unknown Source)
    at com.iplanet.ias.deployment.xml.IASEjbRuntimeDescriptorNode.getDocument(Unknown

    I found what the problem was. In my sun-ejb-jar.xml file I set the jndi name of my entity bean to the ejb-name in the ejb-jar.xml file. Don't do this. Once I removed this the deployment worked just fine.
    A side note. I use ksh, vi an ant to build everything. GUI just get in my way, its a personal preferrence. I'm happy that sun included ant tasks but this whole capture-schema, create a cmp-mapping file could be automated with another ant task. Are there plans for this, out should I code one up?
    Thanks,
    Matt

  • Failed to save deployment descriptor - cause: com.sun.enterprise.deploymen

    I have a CMP EJB that will not deploy. I've been able to compile, run the capture-schema, complete the EJBC, but then I get a failure with the message below. I have used the ASMT to migrate from Weblogic 6.1 to Sun One 7. Any help would be userful.
    ERROR:
    Deployment Error -- Error while running ejbc -- Fatal Error from EJB Compiler -- -- Failed to save deployment descriptor for: Tracker-EJB cause: com.sun.enterprise.deployment.EjbExternalDescriptor
    The exception in the admin log file really doesn't help me.
    Thanks in advance.

    Please check the xml files by running verifier. It seems like there is some problem with the sun-ejb-jar file. Check the packaging of the EJB. Set the log level to fine or above and give the log to know more details about the error.

  • InDesign will not deploy from CCP Team Package

    Hello - I am getting nowhere trying to get packages to deploy using the CCP.
    A package containing all of the apps we need to deploy will not deploy.  A package containing just Illustrator deployed just fine.  A package containing just InDesign will not deploy.
    Each one of these packages was created on the same computer with Windows 7 SP1 64-bit installed just prior to creating the packages.
    Each one of these packages was deployed on the same computer with Windows 7 SP1 64-bit installed just prior to attempting deployment.
    So, the packages are created on a machine with a fresh install of Win7x64sp1 - nothing but the operating system installed - no apps of any kind installed, Adobe or otherwise.
    The packages are then deployed to the same machine just after another fresh install of Win7x64sp1 - nothing but the operating system installed - no apps of any kind installed, Adobe or otherwise.
    The progress bar gets to about half, it stalls then rolls back and NOTHING gets installed.
    The software environments used to create and deploy these packages don't get any cleaner than this!  Yet, the packages do not deploy.
    Okay, so where I come from it looks to me as if [a] the packager is broken, [b] the deployment process is broken, [c] some software needs to be installed before creating and/or deploying the package, [d] some of the above, or [e] all of the above!
    I have tried just about everything mentioned in the forum with no success.
    Is there anyone out there, especially an Adobe support specialist, I can work with to get this deployment problem resolved?
    Do I need to purchase a support plan just to get the software deployed?
    Do I need to find and hire somebody outside of Adobe to get this software deployed?
    Any suggestions, answers, pointers or comments would be greatly appreciated.  I am about out of steam on this... 
    Thank you in advance.
    Keith

    Romit - also, here is the PDApp.log from the Build:
    08/22/13 18:46:47:486 | [INFO] |  | ASU | OPM | OPM |  |  | 2284 | Build Version - 7.0.0.271
    08/22/13 18:46:47:486 | [INFO] |  | ASU | OPM | OPM |  |  | 2284 | Logging Level verbosity Set  to 4
    08/22/13 18:46:47:486 | [INFO] |  | ASU | OPM | Utilities |  |  | 2284 | File 'C:\Users\Builder\AppData\Local\Adobe\OOBE\opm.db' does not exist
    08/22/13 18:46:47:486 | [INFO] |  | ASU | OPM | Utilities |  |  | 2284 | File 'C:\Users\Builder\AppData\Local\Adobe\OOBE\opm.db' does not exist
    08/22/13 18:46:47:595 | [INFO] |  | ASU | OPM | OPM |  |  | 2284 | Successfully opened opm session, db location:C:\Users\Builder\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    08/22/13 18:46:47:595 | [INFO] |  | ASU | OPM | OPM |  |  | 2284 | No Record found for the input fields in opm_getValueForKey
    08/22/13 18:46:47:595 | [INFO] |  | ASU | OPM | OPM |  |  | 2284 | Released OPM refrence successfully in opm_freeLibRef
    08/22/13 18:46:48:172 | [INFO] |  | ASU | OPM | Utilities |  |  | 2284 | Folder does not exist
    08/22/13 18:48:53:392 | [INFO] |  | ASU | CloudPackagerReDirection | CloudPackagerReDirection |  |  | 2508 | Build Version - 1.2.0.4
    08/22/13 18:48:53:392 | [INFO] |  | ASU | CloudPackagerReDirection | CloudPackagerReDirection |  |  | 2508 | Logging Level verbosity Set  to 4
    08/22/13 18:48:53:392 | [INFO] |  | ASU | CloudPackagerReDirection | CloudPackagerReDirection |  |  | 2508 | Launching the Bootstrapper in elevated mode
    08/22/13 18:48:53:439 | [INFO] |  | ASU | Setup | Setup |  |  | 2596 | Build Version - 7.0.0.414
    08/22/13 18:48:53:439 | [INFO] |  | ASU | Setup | Setup |  |  | 2596 | Logging Level verbosity Set  to 4
    08/22/13 18:48:53:439 | [INFO] |  | ASU | Setup | Utilities |  |  | 2596 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\core\AAMConfig.xml' does not exist
    08/22/13 18:48:53:439 | [INFO] |  | ASU | Setup |  |  |  | 2596 | Event Guid generated is: '8004fc50-5877-45c6-af11-18b894075563'
    08/22/13 18:48:53:439 | [INFO] |  | ASU | Setup | Setup |  |  | 2596 | Start Adobe Setup
    08/22/13 18:48:53:439 | [INFO] |  | ASU | Setup | Setup |  |  | 2596 | TimeLog: Bootstrapper Start
    08/22/13 18:48:53:439 | [INFO] |  | ASU | Setup | Setup |  |  | 2596 | TimeLog: Start initial checks
    08/22/13 18:48:53:439 | [INFO] |  | ASU | Setup | PIM |  |  | 2596 | XML is valid
    08/22/13 18:48:53:439 | [WARN] |  | ASU | Setup | PIM |  |  | 2596 | Failed to find Node
    08/22/13 18:48:53:454 | [INFO] |  | ASU | Setup |  |  |  | 2620 | Event with guid '8004fc50-5877-45c6-af11-18b894075563' is being sent
    08/22/13 18:48:53:454 | [INFO] |  | ASU | Setup |  |  |  | 2620 | GetIEProxyInfo - No default proxy present on the user machine
    08/22/13 18:48:53:454 | [INFO] |  | ASU | Setup |  |  |  | 2620 | GetIEProxyInfo - proxy Url is
    08/22/13 18:48:53:485 | [INFO] |  | ASU | Setup | Utilities |  |  | 2596 | Semaphore is not locked
    08/22/13 18:48:53:485 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Build Version - 7.0.0.414
    08/22/13 18:48:53:485 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Logging Level verbosity Set  to 4
    08/22/13 18:48:53:485 | [INFO] |  | ASU | PIM | Utilities |  |  | 2596 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\pim.db-journal' does not exist
    08/22/13 18:48:53:485 | [INFO] |  | ASU | PIM | Utilities |  |  | 2596 | File 'C:\Users\Builder\AppData\Local\Temp\\asuap.txt' does not exist
    08/22/13 18:48:53:485 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Build Version - 7.0.0.414
    08/22/13 18:48:53:485 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Logging Level verbosity Set  to 4
    08/22/13 18:48:53:485 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | CREATE PIM Instance ...
    08/22/13 18:48:53:485 | [INFO] |  | ASU | PIM | Utilities |  |  | 2596 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\pim.db-journal' does not exist
    08/22/13 18:48:53:485 | [INFO] |  | ASU | PIM | Utilities |  |  | 2596 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\pim.db' does not exist
    08/22/13 18:48:53:485 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | trying to createOrUpdatePIMDbSchema.
    08/22/13 18:48:53:485 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | SUCCESS Created Tables.
    08/22/13 18:48:53:485 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | PIM Database is Up To Date.
    08/22/13 18:48:53:485 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Updater Inventory location:C:\Users\Builder\AppData\Local\CreativeCloudPackager\resources\updaterinventory. dll
    08/22/13 18:48:53:501 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Acquired System level ACF lock ...
    08/22/13 18:48:53:501 | [INFO] |  | ASU | Setup | Setup |  |  | 2596 | TimeLog: End initial checks
    08/22/13 18:48:53:501 | [INFO] |  | ASU | Setup | Setup |  |  | 2596 | TimeLog: Begin Installing
    08/22/13 18:48:53:501 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Current OS version is: Major:6, Minor:1, ServicePack:1
    08/22/13 18:48:53:501 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | XML is valid
    08/22/13 18:48:53:501 | [WARN] |  | ASU | PIM | PIM |  |  | 2596 | Failed to find Node
    08/22/13 18:48:53:688 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | XML is valid
    08/22/13 18:48:53:688 | [WARN] |  | ASU | PIM | PIM |  |  | 2596 | Failed to find Node
    08/22/13 18:48:53:782 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | XML is valid
    08/22/13 18:48:53:782 | [WARN] |  | ASU | PIM | PIM |  |  | 2596 | Failed to find Node
    08/22/13 18:48:53:813 | [INFO] |  | ASU | Setup |  |  |  | 1608 | HTTP Request Status code 200.
    08/22/13 18:48:53:813 | [INFO] |  | ASU | Setup |  |  |  | 2620 | The http request returned HTTP_Status:0 HttpCommunicator error:0
    08/22/13 18:48:53:844 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | XML is valid
    08/22/13 18:48:53:844 | [WARN] |  | ASU | PIM | PIM |  |  | 2596 | Failed to find Node
    08/22/13 18:48:53:891 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | XML is valid
    08/22/13 18:48:53:891 | [WARN] |  | ASU | PIM | PIM |  |  | 2596 | Failed to find Node
    08/22/13 18:48:53:953 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | XML is valid
    08/22/13 18:48:53:953 | [WARN] |  | ASU | PIM | PIM |  |  | 2596 | Failed to find Node
    08/22/13 18:48:53:985 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | XML is valid
    08/22/13 18:48:53:985 | [WARN] |  | ASU | PIM | PIM |  |  | 2596 | Failed to find Node
    08/22/13 18:48:54:078 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | XML is valid
    08/22/13 18:48:54:078 | [WARN] |  | ASU | PIM | PIM |  |  | 2596 | Failed to find Node
    08/22/13 18:48:54:094 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | XML is valid
    08/22/13 18:48:54:094 | [WARN] |  | ASU | PIM | PIM |  |  | 2596 | Failed to find Node
    08/22/13 18:48:54:094 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 286579157
    08/22/13 18:48:54:094 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Executing Adobe Genuine Validation for all the AAM packages
    08/22/13 18:48:54:094 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Validating package file: 'C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\core\PDApp.pimx'
    08/22/13 18:48:54:094 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Validating package file: 'C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\core\PDApp.pima'
    08/22/13 18:48:54:094 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Validating package file: 'C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\D6\D6.pimx'
    08/22/13 18:48:54:094 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Validating package file: 'C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\D6\D6.pima'
    08/22/13 18:48:54:094 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Validating package file: 'C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\DECore\DECore.pimx'
    08/22/13 18:48:54:109 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Validating package file: 'C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\DECore\DECore.pima'
    08/22/13 18:48:54:109 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Validating package file: 'C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\DWA\DWA.pimx'
    08/22/13 18:48:54:109 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Validating package file: 'C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\DWA\DWA.pima'
    08/22/13 18:48:54:109 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Validating package file: 'C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\P6\P6.pimx'
    08/22/13 18:48:54:109 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Validating package file: 'C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\P6\P6.pima'
    08/22/13 18:48:54:109 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Validating package file: 'C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\LWA\LWA.pimx'
    08/22/13 18:48:54:109 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Validating package file: 'C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\LWA\LWA.pima'
    08/22/13 18:48:54:109 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Validating package file: 'C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\UWA\UWA.pimx'
    08/22/13 18:48:54:125 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Validating package file: 'C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\UWA\UWA.pima'
    08/22/13 18:48:54:125 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Validating package file: 'C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\P7\P7.pimx'
    08/22/13 18:48:54:125 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Validating package file: 'C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\P7\P7.pima'
    08/22/13 18:48:54:125 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Validating package file: 'C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\CCP\CCP.pimx'
    08/22/13 18:48:54:125 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Validating package file: 'C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\CCP\CCP.pima'
    08/22/13 18:48:54:125 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Adobe Genuine Validation PASSED for all the AAM packages
    08/22/13 18:48:54:125 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | START installPackage at file C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\core\PDApp.pimx
    08/22/13 18:48:54:141 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | XML is valid
    08/22/13 18:48:54:141 | [WARN] |  | ASU | PIM | PIM |  |  | 2596 | Failed to find Node
    08/22/13 18:48:54:453 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | SUCCESS insertPackageUpdateList.
    08/22/13 18:48:54:453 | [WARN] |  | ASU | PIM | PIM |  |  | 2596 | Failed to find Node
    08/22/13 18:48:54:453 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | SUCCESS insertAppletRegInfoList.
    08/22/13 18:48:54:936 | [INFO] |  | ASU | PIM | Utilities |  |  | 2596 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\core\PDApp.pimx' does not exist
    08/22/13 18:48:54:967 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | SUCCESS installPackage at file C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\core\PDApp.pimx.
    08/22/13 18:48:54:967 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | START installPackage at file C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\D6\D6.pimx
    08/22/13 18:48:54:967 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | XML is valid
    08/22/13 18:48:54:967 | [WARN] |  | ASU | PIM | PIM |  |  | 2596 | Failed to find Node
    08/22/13 18:48:55:123 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | SUCCESS insertPackageUpdateList.
    08/22/13 18:48:55:123 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | SUCCESS insertAppletRegInfoList.
    08/22/13 18:48:55:201 | [INFO] |  | ASU | PIM | Utilities |  |  | 2596 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\D6\D6.pimx' does not exist
    08/22/13 18:48:55:217 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | SUCCESS installPackage at file C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\D6\D6.pimx.
    08/22/13 18:48:55:233 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | START installPackage at file C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\DECore\DECore.pimx
    08/22/13 18:48:55:233 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | XML is valid
    08/22/13 18:48:55:233 | [WARN] |  | ASU | PIM | PIM |  |  | 2596 | Failed to find Node
    08/22/13 18:48:55:373 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | SUCCESS insertPackageUpdateList.
    08/22/13 18:48:55:373 | [WARN] |  | ASU | PIM | PIM |  |  | 2596 | Failed to find Node
    08/22/13 18:48:55:373 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | SUCCESS insertAppletRegInfoList.
    08/22/13 18:48:55:763 | [INFO] |  | ASU | PIM | Utilities |  |  | 2596 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\DECore\DECore.pimx' does not exist
    08/22/13 18:48:55:794 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | SUCCESS installPackage at file C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\DECore\DECore.pimx.
    08/22/13 18:48:55:794 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | START installPackage at file C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\DWA\DWA.pimx
    08/22/13 18:48:55:794 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | XML is valid
    08/22/13 18:48:55:794 | [WARN] |  | ASU | PIM | PIM |  |  | 2596 | Failed to find Node
    08/22/13 18:48:55:888 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | SUCCESS insertPackageUpdateList.
    08/22/13 18:48:55:888 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | SUCCESS insertAppletRegInfoList.
    08/22/13 18:48:55:888 | [WARN] |  | ASU | PIM | PIM |  |  | 2596 | Failed to find Node
    08/22/13 18:48:55:981 | [INFO] |  | ASU | PIM | Utilities |  |  | 2596 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\DWA\DWA.pimx' does not exist
    08/22/13 18:48:56:013 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | SUCCESS installPackage at file C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\DWA\DWA.pimx.
    08/22/13 18:48:56:013 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | START installPackage at file C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\P6\P6.pimx
    08/22/13 18:48:56:013 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | XML is valid
    08/22/13 18:48:56:013 | [WARN] |  | ASU | PIM | PIM |  |  | 2596 | Failed to find Node
    08/22/13 18:48:56:137 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | SUCCESS insertPackageUpdateList.
    08/22/13 18:48:56:137 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | SUCCESS insertAppletRegInfoList.
    08/22/13 18:48:56:512 | [INFO] |  | ASU | PIM | Utilities |  |  | 2596 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\P6\P6.pimx' does not exist
    08/22/13 18:48:56:559 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | SUCCESS installPackage at file C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\P6\P6.pimx.
    08/22/13 18:48:56:559 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | START installPackage at file C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\LWA\LWA.pimx
    08/22/13 18:48:56:559 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | XML is valid
    08/22/13 18:48:56:559 | [WARN] |  | ASU | PIM | PIM |  |  | 2596 | Failed to find Node
    08/22/13 18:48:56:637 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | SUCCESS insertPackageUpdateList.
    08/22/13 18:48:56:637 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | SUCCESS insertAppletRegInfoList.
    08/22/13 18:48:56:652 | [WARN] |  | ASU | PIM | PIM |  |  | 2596 | Failed to find Node
    08/22/13 18:48:56:964 | [INFO] |  | ASU | PIM | Utilities |  |  | 2596 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\LWA\LWA.pimx' does not exist
    08/22/13 18:48:56:995 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | SUCCESS installPackage at file C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\LWA\LWA.pimx.
    08/22/13 18:48:57:011 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | START installPackage at file C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\UWA\UWA.pimx
    08/22/13 18:48:57:011 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | XML is valid
    08/22/13 18:48:57:011 | [WARN] |  | ASU | PIM | PIM |  |  | 2596 | Failed to find Node
    08/22/13 18:48:57:261 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | SUCCESS insertPackageUpdateList.
    08/22/13 18:48:57:261 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | SUCCESS insertAppletRegInfoList.
    08/22/13 18:48:57:495 | [INFO] |  | ASU | PIM | Utilities |  |  | 2596 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\UWA\UWA.pimx' does not exist
    08/22/13 18:48:57:541 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | SUCCESS installPackage at file C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\UWA\UWA.pimx.
    08/22/13 18:48:57:541 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | START installPackage at file C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\P7\P7.pimx
    08/22/13 18:48:57:541 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | XML is valid
    08/22/13 18:48:57:541 | [WARN] |  | ASU | PIM | PIM |  |  | 2596 | Failed to find Node
    08/22/13 18:48:57:573 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | SUCCESS insertPackageUpdateList.
    08/22/13 18:48:57:573 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | SUCCESS insertAppletRegInfoList.
    08/22/13 18:48:58:009 | [INFO] |  | ASU | PIM | Utilities |  |  | 2596 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\P7\P7.pimx' does not exist
    08/22/13 18:48:58:041 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | SUCCESS installPackage at file C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\P7\P7.pimx.
    08/22/13 18:48:58:041 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | START installPackage at file C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\CCP\CCP.pimx
    08/22/13 18:48:58:056 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | XML is valid
    08/22/13 18:48:58:056 | [WARN] |  | ASU | PIM | PIM |  |  | 2596 | Failed to find Node
    08/22/13 18:48:58:072 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | SUCCESS insertPackageUpdateList.
    08/22/13 18:48:58:072 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | SUCCESS insertAppletRegInfoList.
    08/22/13 18:48:58:072 | [WARN] |  | ASU | PIM | PIM |  |  | 2596 | Failed to find Node
    08/22/13 18:48:59:507 | [INFO] |  | ASU | PIM | Utilities |  |  | 2596 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCP\CCP.pimx' does not exist
    08/22/13 18:48:59:523 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | SUCCESS installPackage at file C:\Users\Builder\AppData\Local\CreativeCloudPackager\packages\CCP\CCP.pimx.
    08/22/13 18:48:59:538 | [INFO] |  | ASU | PIM | Utilities |  |  | 2596 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\PDAppFlex.swf' does not exist
    08/22/13 18:48:59:538 | [INFO] |  | ASU | PIM | Utilities |  |  | 2596 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\PDAppFlex-app.xml' does not exist
    08/22/13 18:48:59:538 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Processing ... _pimCreateOrUpdateAAMInventory
    08/22/13 18:48:59:554 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | Return ... SUCCESS _pimCreateOrUpdateAAMInventory
    08/22/13 18:48:59:554 | [INFO] |  | ASU | Setup | Setup |  |  | 2596 | TimeLog: End Installing. Now launching PDApp
    08/22/13 18:49:00:069 | [INFO] |  | ASU | Setup |  |  |  | 2596 | Event Guid generated is: '0b8d1043-ef4e-467f-a09c-dbbe8879319d'
    08/22/13 18:49:00:069 | [INFO] |  | ASU | Setup | Setup |  |  | 2596 | =================  End Adobe Setup. Exit code: 0  =================
    08/22/13 18:49:00:069 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | PIMSqlite closeDB status 0
    08/22/13 18:49:00:069 | [INFO] |  | ASU | PIM | PIM |  |  | 2596 | FREE PIM Instance ...
    08/22/13 18:49:00:069 | [INFO] |  | ASU | Setup |  |  |  | 2596 | Waiting for the async thread to get the task completed
    08/22/13 18:49:00:084 | [INFO] |  | ASU | Setup |  |  |  | 2620 | Event with guid '0b8d1043-ef4e-467f-a09c-dbbe8879319d' is being sent
    08/22/13 18:49:00:084 | [INFO] |  | ASU | Setup |  |  |  | 2620 | GetIEProxyInfo - No default proxy present on the user machine
    08/22/13 18:49:00:084 | [INFO] |  | ASU | Setup |  |  |  | 2620 | GetIEProxyInfo - proxy Url is
    08/22/13 18:49:00:147 | [INFO] |  | ASU | Setup |  |  |  | 1608 | HTTP Request Status code 200.
    08/22/13 18:49:00:147 | [INFO] |  | ASU | Setup |  |  |  | 2620 | The http request returned HTTP_Status:0 HttpCommunicator error:0
    08/22/13 18:49:00:147 | [INFO] |  | ASU | Setup |  |  |  | 2620 | Async thread is completed. Now exiting from function.
    08/22/13 18:49:00:147 | [INFO] |  | ASU | CloudPackagerReDirection | AAMEEUtilities |  |  | 2508 | Process creation completed.
    08/22/13 18:49:00:147 | [INFO] |  | ASU | CloudPackagerReDirection | CloudPackagerReDirection |  |  | 2508 | Creating common Shortcuts entries in Program menu.
    08/22/13 18:49:00:162 | [INFO] |  | ASU | CloudPackagerReDirection | Utilities |  |  | 2508 | Folder does not exist
    08/22/13 18:49:00:193 | [INFO] |  | ASU | CloudPackagerReDirection | CloudPackagerReDirection |  |  | 2508 | Launching AAMEE in De-elevated mode from location : C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\CCP\CreativeCloudPackager.exe
    08/22/13 18:49:00:193 | [INFO] |  | ASU | SetupHelperBin | SetupHelperBin |  |  | 1068 | Build Version - 1.2.0.4
    08/22/13 18:49:00:193 | [INFO] |  | ASU | SetupHelperBin | SetupHelperBin |  |  | 1068 | Logging Level verbosity Set  to 4
    08/22/13 18:49:00:193 | [INFO] |  | ASU | SetupHelperBin | SetupHelperBin |  |  | 1068 | Starting the SetupHelperBin.
    08/22/13 18:49:00:193 | [INFO] |  | ASU | AdobeRedirectionHelper | AdobeRedirectionHelper |  |  | 1068 | Build Version - 1.2.0.4
    08/22/13 18:49:00:193 | [INFO] |  | ASU | AdobeRedirectionHelper | AdobeRedirectionHelper |  |  | 1068 | Logging Level verbosity Set  to 4
    08/22/13 18:49:00:209 | [INFO] |  | ASU | AdobeRedirectionHelper | AdobeRedirectionHelper |  |  | 252 | Build Version - 1.2.0.4
    08/22/13 18:49:00:209 | [INFO] |  | ASU | AdobeRedirectionHelper | AdobeRedirectionHelper |  |  | 252 | Logging Level verbosity Set  to 4
    08/22/13 18:49:00:240 | [INFO] |  | ASU | CloudPackagerReDirection | AAMEEUtilities |  |  | 2508 | Process creation completed.
    08/22/13 18:49:00:240 | [INFO] |  | ASU | CloudPackagerReDirection | AAMEEUtilities |  |  | 2508 | utilLaunchApplicationDeelevated : The return Code from Create Process (0).
    08/22/13 18:49:00:240 | [INFO] |  | ASU | EnterpriseLauncher | EnterpriseLauncher |  |  | 2656 | Build Version - 1.2.0.4
    08/22/13 18:49:00:240 | [INFO] |  | ASU | EnterpriseLauncher | EnterpriseLauncher |  |  | 2656 | Logging Level verbosity Set  to 4
    08/22/13 18:49:00:240 | [INFO] |  | ASU | EnterpriseLauncher | EnterpriseLauncher |  |  | 2656 | Launching the PDApp in Enterprise mode.
    08/22/13 18:49:00:240 | [INFO] |  | ASU | EnterpriseLauncher | Utilities |  |  | 2656 | Path to Process :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\PDApp.exe Process Directory :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core arguments being passed :"C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\PDApp.exe" --appletID=CCP_UI --appletVersion=1.0 --workflow=CCP
    08/22/13 18:49:00:271 | [INFO] |  | ASU | EnterpriseLauncher | Utilities |  |  | 2656 | Success in CreateProcess
    08/22/13 18:49:00:287 | [INFO] |  | ASU | PDApp | PDApp |  |  | 2096 | Build Version - 7.0.0.414
    08/22/13 18:49:00:287 | [INFO] |  | ASU | PDApp | PDApp |  |  | 2096 | Logging Level verbosity Set  to 4
    08/22/13 18:49:00:287 | [INFO] |  | ASU | PDApp | PDApp.CommandLineParser |  |  | 2096 | Parsing the command line provided. Number of command line arguments is 4
    08/22/13 18:49:00:287 | [INFO] |  | ASU | PDApp | PDApp |  |  | 2096 | Detecting Applet Database Library file...
    08/22/13 18:49:00:287 | [INFO] |  | ASU | PDApp | PDApp |  |  | 2096 | Fetching Applet registeration information...
    08/22/13 18:49:00:287 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 2096 | AppletManager initialize...
    08/22/13 18:49:00:287 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 2096 | Applet database path - C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\..
    08/22/13 18:49:00:287 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 2096 | PIM library path - C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\AdobePIM.dll
    08/22/13 18:49:00:287 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 2096 | Loading PIM library...
    08/22/13 18:49:00:303 | [INFO] |  | ASU | PIM | PIM |  |  | 2096 | Build Version - 7.0.0.414
    08/22/13 18:49:00:303 | [INFO] |  | ASU | PIM | PIM |  |  | 2096 | Logging Level verbosity Set  to 4
    08/22/13 18:49:00:303 | [INFO] |  | ASU | PIM | PIM |  |  | 2096 | CREATE PIM Instance ...
    08/22/13 18:49:00:303 | [INFO] |  | ASU | PIM | Utilities |  |  | 2096 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\..\pim.db-journal' does not exist
    08/22/13 18:49:00:303 | [INFO] |  | ASU | PIM | PIM |  |  | 2096 | trying to createOrUpdatePIMDbSchema.
    08/22/13 18:49:00:303 | [INFO] |  | ASU | PIM | PIM |  |  | 2096 | Current db schema version on machine 1.
    08/22/13 18:49:00:303 | [INFO] |  | ASU | PIM | PIM |  |  | 2096 | Current db schema version to install 1.
    08/22/13 18:49:00:303 | [INFO] |  | ASU | PIM | PIM |  |  | 2096 | PIM DB Schema is up to date. Current schema version is 1.
    08/22/13 18:49:00:303 | [INFO] |  | ASU | PIM | PIM |  |  | 2096 | PIM Database is Up To Date.
    08/22/13 18:49:00:303 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 2096 | Getting applet data from Applet database
    08/22/13 18:49:00:303 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 2096 | All installed pakages version string (pim_getCurrentPackagesVersion) is CCP:1.2.0.4|D6:7.0.0.414|DECore:7.0.0.414|DWA:3.0.97.0|LWA:3.0.97.0|P6:7.0.0.406|P7:7.0.0 .410|PDApp:7.0.0.414|UWA:7.0.0.414
    08/22/13 18:49:00:303 | [INFO] |  | ASU | PIM | PIM |  |  | 2096 | PIMSqlite closeDB status 0
    08/22/13 18:49:00:303 | [INFO] |  | ASU | PIM | PIM |  |  | 2096 | FREE PIM Instance ...
    08/22/13 18:49:00:303 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 2096 | Registering Applets...
    08/22/13 18:49:00:303 | [INFO] |  | ASU | PDApp | PDApp |  |  | 2096 | DWA AppletID argument not specified on command line. Trying to find the existing instance
    08/22/13 18:49:00:303 | [INFO] |  | ASU | PDApp | PDApp |  |  | 2096 | This is the first instance so creating a thread for listening to the created pipe
    08/22/13 18:49:00:303 | [INFO] |  | ASU | PDApp | PDApp |  |  | 2096 | Starting AsyncMessageProcessor
    08/22/13 18:49:00:303 | [INFO] |  | ASU | PDApp | PDApp.AsyncMsgProcessor |  |  | 2096 | AsyncMsgProcessor initialized...
    08/22/13 18:49:00:318 | [INFO] |  | ASU | PDApp | PDApp.AsyncMsgProcessor |  |  | 2096 | AsyncMsgProcessor started. on thread id = 1168
    08/22/13 18:49:00:318 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 2096 | Initializing native WindowManager
    08/22/13 18:49:00:318 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 2096 | Creating window instance
    08/22/13 18:49:00:318 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 2096 | Checking for appletID and appletVersion given in CommandLineOptions
    08/22/13 18:49:00:318 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 2096 | Creating APE stage instance
    08/22/13 18:49:00:349 | [INFO] |  | ASU | PDApp | PipeThread |  |  | 304 | Pipe thread started
    08/22/13 18:49:00:973 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 2096 | MessageHandler initialized...
    08/22/13 18:49:00:973 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 2096 | ExternalGateway initialized...
    08/22/13 18:49:00:973 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 2096 | NativeCommandHandler initialized...
    08/22/13 18:49:00:989 | [INFO] |  | ASU | PDApp | PDApp.StartupCommand |  |  | 2096 | Logging Level verbosity Set to  INFO
    08/22/13 18:49:00:989 | [INFO] |  | ASU | PDApp | PDApp.StartupCommand |  |  | 2096 | Processing the startup Command
    08/22/13 18:49:00:989 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Starting Applet registeration...
    08/22/13 18:49:01:005 | [INFO] |  | ASU | PDApp | PDAPP.MainDisplayMediator |  |  | 2096 | Looking up for the Exact versioned applet for ID :CCP_UI
    08/22/13 18:49:01:005 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading Applet: CCP_UI Version = 1.0
    08/22/13 18:49:01:020 | [INFO] |  | ASU | PDApp | PDApp.ZStringLoader |  |  | 2096 | PDAPP SWF - locale set to - en_US
    08/22/13 18:49:01:051 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 0 out of 2124868
    08/22/13 18:49:01:051 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 65536 out of 2124868
    08/22/13 18:49:01:067 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 131072 out of 2124868
    08/22/13 18:49:01:067 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 196608 out of 2124868
    08/22/13 18:49:01:067 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 262144 out of 2124868
    08/22/13 18:49:01:067 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 327680 out of 2124868
    08/22/13 18:49:01:067 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 393216 out of 2124868
    08/22/13 18:49:01:067 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 458752 out of 2124868
    08/22/13 18:49:01:083 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 524288 out of 2124868
    08/22/13 18:49:01:098 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 589824 out of 2124868
    08/22/13 18:49:01:098 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 655360 out of 2124868
    08/22/13 18:49:01:098 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 720896 out of 2124868
    08/22/13 18:49:01:098 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 786432 out of 2124868
    08/22/13 18:49:01:098 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 851968 out of 2124868
    08/22/13 18:49:01:098 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 917504 out of 2124868
    08/22/13 18:49:01:098 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 983040 out of 2124868
    08/22/13 18:49:01:098 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 1048576 out of 2124868
    08/22/13 18:49:01:114 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 1114112 out of 2124868
    08/22/13 18:49:01:114 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 1179648 out of 2124868
    08/22/13 18:49:01:114 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 1245184 out of 2124868
    08/22/13 18:49:01:114 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 1310720 out of 2124868
    08/22/13 18:49:01:114 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 1376256 out of 2124868
    08/22/13 18:49:01:114 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 1441792 out of 2124868
    08/22/13 18:49:01:114 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 1507328 out of 2124868
    08/22/13 18:49:01:129 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 1572864 out of 2124868
    08/22/13 18:49:01:129 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 1638400 out of 2124868
    08/22/13 18:49:01:129 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 1703936 out of 2124868
    08/22/13 18:49:01:129 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 1769472 out of 2124868
    08/22/13 18:49:01:129 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 1835008 out of 2124868
    08/22/13 18:49:01:129 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 1900544 out of 2124868
    08/22/13 18:49:01:129 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 1966080 out of 2124868
    08/22/13 18:49:01:145 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 2031616 out of 2124868
    08/22/13 18:49:01:145 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 2097152 out of 2124868
    08/22/13 18:49:01:145 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 2096 | Loading progress 2124868 out of 2124868
    08/22/13 18:49:01:816 | [INFO] |  | ASU | PDApp | CloudPackagerFlex.AppStartup |  |  | 2096 | Processing the application startup command
    08/22/13 18:49:01:816 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 2096 | Recieved Applet Loading Completion
    08/22/13 18:49:01:816 | [INFO] |  | ASU | PDApp | CloudPackagerFlex.AppStartup |  |  | 2096 | commManagerResultCallback
    08/22/13 18:49:01:831 | [INFO] |  | ASU | PDApp | ZStringLoader |  |  | 2096 | Trying to load ZString for preferred locale - en_US
    08/22/13 18:49:01:831 | [INFO] |  | ASU | PDApp | ZStringLoader |  |  | 2096 | Locale set to - en_US
    08/22/13 18:49:01:847 | [INFO] |  | ASU | PDApp | CloudPackagerFlex.AppStartup |  |  | 2096 | Font fallback applied is applicationFonts 'Lucida Grande, Segoe UI, Tahoma, _sans' inputControlFonts: 'Lucida Grande, Segoe UI, Tahoma, _sans'
    08/22/13 18:49:01:863 | [INFO] |  | ASU | PDApp | CloudPackagerFlex.LoadWorkflowCommand |  |  | 2096 | Processing the LoadWorkflowCommand
    08/22/13 18:49:01:863 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 2096 | Loading Applet - CCP_Native for WindowID - 1
    08/22/13 18:49:01:878 | [INFO] |  | ASU | EnterpriseNative | EnterpriseNative |  |  | 2096 | Build Version - 7.0.0.394
    08/22/13 18:49:01:878 | [INFO] |  | ASU | EnterpriseNative | EnterpriseNative |  |  | 2096 | Logging Level verbosity Set  to 4
    08/22/13 18:49:02:050 | [INFO] |  | ASU | PDApp | CloudPackager.LoadEulaCommand |  |  | 2096 | Processing the LoadEulaCommand
    08/22/13 18:49:02:065 | [INFO] |  | ASU | PDApp | EWA.FetchEulaCommand |  |  | 2096 | Processing the FetchEulaCommand
    08/22/13 18:49:02:065 | [INFO] |  | ASU | PDApp | EWA.FetchEulaCommand |  |  | 2096 | Fetching eula for language : en_US
    08/22/13 18:49:02:689 | [INFO] |  | ASU | PDApp | AAMShared.DynamicViewMediator |  |  | 2096 | Showing screen with screenID : SCREEN_AAMEE_EULA
    08/22/13 18:49:02:939 | [WARN] |  | ASU | EnterpriseNative | EnterpriseNative |  |  | 2096 | _getAAMEEPreferenceXMLDataObj: Preference XML file does not exist.
    08/22/13 18:49:02:939 | [WARN] |  | ASU | EnterpriseNative | EnterpriseNative |  |  | 2096 | ewa_getAAMEEPreferences: Invalid AAMEE Preference XML or Preference node does not exist.
    08/22/13 18:49:03:235 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Label#lblTitle)
    08/22/13 18:49:03:235 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:03:235 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Button#btnPrimaryAction)
    08/22/13 18:49:03:235 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:03:235 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Button#btnSecondaryAction)
    08/22/13 18:49:03:235 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:03:235 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Button#btnTertiaryAction)
    08/22/13 18:49:03:235 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:03:235 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Button#btnQuaternaryAction)
    08/22/13 18:49:03:235 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:03:235 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Label#loadingAccessibilityAnnouncer)
    08/22/13 18:49:03:235 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value from resource bundle (ScreenEulaAccessibility): Please wait
    08/22/13 18:49:03:235 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.component.ContentEula |  |  | 2096 | #setUpAccessibilityProperties
    08/22/13 18:49:03:251 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(LanguageSelectionDropDownList#ddlLanguageSelection)
    08/22/13 18:49:03:251 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:03:251 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(TextArea#taEulaTextArea)
    08/22/13 18:49:03:251 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:03:251 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.compositeComponent.ScreenEula |  |  | 2096 | #setUpAccessibilityProperties
    08/22/13 18:49:03:251 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.compositeComponent.ScreenEulaMediator |  |  | 2096 | onRegister
    08/22/13 18:49:03:251 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.compositeComponent.ScreenBaseMediator |  |  | 2096 | onRegister
    08/22/13 18:49:03:251 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.component.ContentFooterMediatorBCA38637-3C23-9B28-F936 -A8377C135AD4 |  |  | 2096 | onRegister
    08/22/13 18:49:03:251 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Label#lblTitle)
    08/22/13 18:49:03:251 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:03:251 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Button#btnPrimaryAction)
    08/22/13 18:49:03:251 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:03:251 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Button#btnSecondaryAction)
    08/22/13 18:49:03:251 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:03:267 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Button#btnTertiaryAction)
    08/22/13 18:49:03:267 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:03:267 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Button#btnQuaternaryAction)
    08/22/13 18:49:03:267 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:03:267 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Label#loadingAccessibilityAnnouncer)
    08/22/13 18:49:03:267 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value from resource bundle (ScreenEulaAccessibility): Please wait
    08/22/13 18:49:03:267 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.component.ContentEula |  |  | 2096 | #setUpAccessibilityProperties
    08/22/13 18:49:03:267 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(LanguageSelectionDropDownList#ddlLanguageSelection)
    08/22/13 18:49:03:267 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:03:267 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(TextArea#taEulaTextArea)
    08/22/13 18:49:03:267 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:03:267 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.compositeComponent.ScreenEula |  |  | 2096 | #setUpAccessibilityProperties
    08/22/13 18:49:03:407 | [WARN] |  | ASU | PDApp | CloudPackager.LoadEulaCommand |  |  | 2096 | Failed to find the AAMEE version string
    08/22/13 18:49:05:591 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.compositeComponent.ScreenEulaMediator |  |  | 2096 | handleNotification : ComponentNotification.SHAREDFOOTERPRIMARYCLICK
    08/22/13 18:49:05:591 | [WARN] |  | ASU | EnterpriseNative | EnterpriseNative |  |  | 2096 | ewa_setEulaAcceptance: Success in creating marker file
    08/22/13 18:49:05:607 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.compositeComponent.ScreenBasePopupWindowMediator |  |  | 2096 | onRegister
    08/22/13 18:49:05:638 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.compositeComponent.ScreenEulaMediator |  |  | 2096 | onRemove
    08/22/13 18:49:05:638 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.compositeComponent.ScreenBaseMediator |  |  | 2096 | onRemove
    08/22/13 18:49:05:653 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.component.ContentFooterMediatorBCA38637-3C23-9B28-F936 -A8377C135AD4 |  |  | 2096 | onRemove
    08/22/13 18:49:05:653 | [INFO] |  | ASU | PDApp | AAMShared.DynamicViewMediator |  |  | 2096 | Showing screen with screenID : SCREEN_SHOW_AAMEE_EEPIMS
    08/22/13 18:49:05:653 | [ERROR] |  | ASU | PDApp | AAMShared.DynamicViewMediator |  |  | 2096 | Unable to find ScreenInitializationVO for screenID: SCREEN_SHOW_AAMEE_EEPIMS
    08/22/13 18:49:05:653 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.compositeComponent.ScreenBaseMediator |  |  | 2096 | handleNotification : ComponentNotification.SHAREDFOOTERPRIMARYCLICK
    08/22/13 18:49:05:919 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.component.ScrimAlertFooterMediator |  |  | 2096 | onRegister
    08/22/13 18:49:05:957 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.component.ContentScrimAlertLoading |  |  | 2096 | #setUpAccessibilityProperties
    08/22/13 18:49:05:957 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(ComponentProgressSpinner#activityIndicator)
    08/22/13 18:49:05:957 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Label#messageDisplay)
    08/22/13 18:49:05:957 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:05:959 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Label#titleDisplay)
    08/22/13 18:49:05:959 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:Loading Creative Cloud Packager. This may take a few seconds.
    08/22/13 18:49:05:959 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Button#btnPrimaryAction)
    08/22/13 18:49:05:959 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:05:959 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Button#btnSecondaryAction)
    08/22/13 18:49:05:959 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:05:962 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Button#btnTertiaryAction)
    08/22/13 18:49:05:962 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:05:962 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Button#btnQuaternaryAction)
    08/22/13 18:49:05:962 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:05:962 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Label#loadingAccessibilityAnnouncer)
    08/22/13 18:49:05:964 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value from resource bundle (ScrimAlertLoadingAccessibility): null
    08/22/13 18:49:05:964 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.component.ContentScrimAlertLoading |  |  | 2096 | #setUpAccessibilityProperties
    08/22/13 18:49:05:964 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(ComponentProgressSpinner#activityIndicator)
    08/22/13 18:49:05:967 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Label#messageDisplay)
    08/22/13 18:49:05:967 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:05:967 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Label#titleDisplay)
    08/22/13 18:49:05:967 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:Loading Creative Cloud Packager. This may take a few seconds.
    08/22/13 18:49:05:967 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Button#btnPrimaryAction)
    08/22/13 18:49:05:969 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:05:969 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Button#btnSecondaryAction)
    08/22/13 18:49:05:969 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:05:969 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Button#btnTertiaryAction)
    08/22/13 18:49:05:969 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:05:972 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Button#btnQuaternaryAction)
    08/22/13 18:49:05:972 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:05:972 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Label#loadingAccessibilityAnnouncer)
    08/22/13 18:49:05:972 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value from resource bundle (ScrimAlertLoadingAccessibility): null
    08/22/13 18:49:07:689 | [INFO] |  | ASU | OPM | OPM |  |  | 2096 | Build Version - 7.0.0.271
    08/22/13 18:49:07:689 | [INFO] |  | ASU | OPM | OPM |  |  | 2096 | Logging Level verbosity Set  to 4
    08/22/13 18:49:07:692 | [INFO] |  | ASU | OPM | OPM |  |  | 2096 | Schema version and schema compatibility version are same or greater than current
    08/22/13 18:49:07:807 | [INFO] |  | ASU | OPM | OPM |  |  | 2096 | Successfully opened opm session, db location:C:\Users\Builder\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    08/22/13 18:49:07:807 | [INFO] |  | ASU | OPM | OPM |  |  | 2096 | No Record found for the input fields in opm_getValueForKey
    08/22/13 18:49:07:807 | [WARN] |  | ASU | EnterpriseNative | EnterpriseNative |  |  | 2096 | Got error or NULL from UCGetProxyInfo function.
    08/22/13 18:49:07:809 | [ERROR] |  | ASU | PDApp | EnterpriseNativeAppletForCCM |  |  | 2096 | getProxyInfo did not return success string. It returned : <error>Error occured in Updater Core</error>
    08/22/13 18:49:07:812 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 2096 | Loading Applet - LWA_Native for WindowID - 1
    08/22/13 18:49:07:814 | [INFO] |  | ASU | LWANative | LWANative |  |  | Build Version - 7.0.0.125
    08/22/13 18:49:07:814 | [INFO] |  | ASU | LWANative | LWANative |  |  | Logging Level verbosity Set  to 4
    08/22/13 18:49:07:822 | [INFO] |  | ASU | PDApp | ProvCommon.ZStringLoader |  |  | 2096 | Applet locale set to - en_US
    08/22/13 18:49:07:829 | [INFO] |  | ASU | LWANative | LWANative |  |  | Performing openIMSLibSession...
    08/22/13 18:49:07:832 | [INFO] |  | ASU | LWANative | LWANative |  |  | pwa_openIMSLibSession Session key : {A972F166-353B-4051-978B-00BEEB4803DC}
    08/22/13 18:49:07:834 | [INFO] |  | ASU | IMSLib | IMSLib |  |  | 2096 | Build Version - 7.0.0.116
    08/22/13 18:49:07:834 | [INFO] |  | ASU | IMSLib | IMSLib |  |  | 2096 | Logging Level verbosity Set  to 4
    08/22/13 18:49:07:834 | [INFO] |  | ASU | IMSLib | IMSLib |  |  | 2096 | Creating IMSLib instance ...
    08/22/13 18:49:07:834 | [INFO] |  | ASU | OPM | OPM |  |  | 2096 | Build Version - 7.0.0.116
    08/22/13 18:49:07:834 | [INFO] |  | ASU | OPM | OPM |  |  | 2096 | Logging Level verbosity Set  to 4
    08/22/13 18:49:07:837 | [INFO] |  | ASU | OPM | OPM |  |  | 2096 | Schema version and schema compatibility version are same or greater than current
    08/22/13 18:49:07:887 | [INFO] |  | ASU | OPM | OPM |  |  | 2096 | Successfully opened opm session, db location:C:\Users\Builder\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    08/22/13 18:49:07:887 | [INFO] |  | ASU | OPM | OPM |  |  | 2096 | No Record found for the input fields in opm_getValueForKey
    08/22/13 18:49:07:887 | [INFO] |  | ASU | OPM | IMSLib_OPMWrapper |  |  | 2096 | Failed in getting value for key in OPMGetValueForKey domain:OOBE subDomain:ProxyCredentials key:ProxyUsername
    08/22/13 18:49:07:887 | [INFO] |  | ASU | OPM | IMSLibHelper |  |  | 2096 | Failed to get proxy user name from local db in getProxyCredentialsFromLocalStore
    08/22/13 18:49:07:887 | [INFO] |  | ASU | OPM | IMSLib |  |  | 2096 | Failed get proxy credentials from local store while creating IMSLib instance ...
    08/22/13 18:49:07:887 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 2096 | Done opening IMSSession, session key - {A972F166-353B-4051-978B-00BEEB4803DC}
    08/22/13 18:49:07:892 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 2096 | Fetching default user profile for requested ClientID...
    08/22/13 18:49:07:892 | [INFO] |  | ASU | LWANative | LWANative |  |  | Performing fetch default user for clientID...
    08/22/13 18:49:07:894 | [INFO] |  | ASU | OPM | IMSLib |  |  | 2096 | Performing fetchDefaultUserInfoForClientId...
    08/22/13 18:49:07:894 | [INFO] |  | ASU | OPM | OPM |  |  | 2096 | No Record found for the input fields in opm_getValueForKey
    08/22/13 18:49:07:894 | [INFO] |  | ASU | OPM | IMSLib_OPMWrapper |  |  | 2096 | Failed in getting value for key in OPMGetValueForKey domain:IMSLib subDomain:CSServiceMap key:426eb9f9-9989-45dd-8b7c-1bcdc957c8e5
    08/22/13 18:49:07:894 | [WARN] |  | ASU | OPM | IMSLibHelper |  |  | 2096 | Failed in fetching default user id for the service, while processing fetchDefaultUserGUIDForClientID
    08/22/13 18:49:07:894 | [INFO] |  | ASU | OPM | IMSLib |  |  | 2096 | Failed to get default user for clientId in fetchDefaultUserInfoForClientId...
    08/22/13 18:49:07:894 | [WARN] |  | ASU | LWANative | LWANative |  |  | failed in IMSLib's fetchDefaultUserInfoForClientId function, in getDefaultUserForClientId
    08/22/13 18:49:07:894 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 2096 | No default user present on the machine for the requested clientID
    08/22/13 18:49:07:894 | [INFO] |  | ASU | PDApp | EnterpriseApplet.CCMEnterprise.StartEEPWorkflowCommand |  |  | 2096 | No default user profile detected
    08/22/13 18:49:07:897 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 2096 | Closing IMSSession: {A972F166-353B-4051-978B-00BEEB4803DC}
    08/22/13 18:49:07:899 | [INFO] |  | ASU | LWANative | LWANative |  |  | Performing closeIMSLibSession...
    08/22/13 18:49:07:899 | [INFO] |  | ASU | OPM | IMSLib |  |  | 2096 | Releasing IMSLib instance ...
    08/22/13 18:49:07:899 | [INFO] |  | ASU | OPM | OPM |  |  | 2096 | Released OPM refrence successfully in opm_freeLibRef
    08/22/13 18:49:07:899 | [INFO] |  | ASU | OPM | IMSLib_OPMWrapper |  |  | 2096 | Released OPMWrapper reference
    08/22/13 18:49:07:899 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 2096 | Done closing IMSSession: {A972F166-353B-4051-978B-00BEEB4803DC}
    08/22/13 18:49:07:904 | [INFO] |  | ASU | PDApp | ProvCommon.StartIMSWFCommand |  |  | 2096 | Starting Adobe ID authorization workflow...
    08/22/13 18:49:07:904 | [INFO] |  | ASU | PDApp | ProvCommon.StartIMSWFCommand |  |  | 2096 | Considering LEID:  Server URL: ims-na1.adobelogin.com/ims/authorize/v1 Locale: en_US
    08/22/13 18:49:07:907 | [INFO] |  | ASU | LWANative | LWANative |  |  | Performing openIMSLibSession...
    08/22/13 18:49:07:907 | [INFO] |  | ASU | LWANative | LWANative |  |  | pwa_openIMSLibSession Session key : {E43A4299-070E-4D1F-989F-9588F446B0CD}
    08/22/13 18:49:07:907 | [INFO] |  | ASU | IMSLib | IMSLib |  |  | 2096 | Build Version - 7.0.0.116
    08/22/13 18:49:07:907 | [INFO] |  | ASU | IMSLib | IMSLib |  |  | 2096 | Logging Level verbosity Set  to 4
    08/22/13 18:49:07:907 | [INFO] |  | ASU | IMSLib | IMSLib |  |  | 2096 | Creating IMSLib instance ...
    08/22/13 18:49:07:909 | [INFO] |  | ASU | OPM | OPM |  |  | 2096 | Build Version - 7.0.0.116
    08/22/13 18:49:07:909 | [INFO] |  | ASU | OPM | OPM |  |  | 2096 | Logging Level verbosity Set  to 4
    08/22/13 18:49:07:909 | [INFO] |  | ASU | OPM | OPM |  |  | 2096 | Schema version and schema compatibility version are same or greater than current
    08/22/13 18:49:07:957 | [INFO] |  | ASU | OPM | OPM |  |  | 2096 | Successfully opened opm session, db location:C:\Users\Builder\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    08/22/13 18:49:07:957 | [INFO] |  | ASU | OPM | OPM |  |  | 2096 | No Record found for the input fields in opm_getValueForKey
    08/22/13 18:49:07:957 | [INFO] |  | ASU | OPM | IMSLib_OPMWrapper |  |  | 2096 | Failed in getting value for key in OPMGetValueForKey domain:OOBE subDomain:ProxyCredentials key:ProxyUsername
    08/22/13 18:49:07:957 | [INFO] |  | ASU | OPM | IMSLibHelper |  |  | 2096 | Failed to get proxy user name from local db in getProxyCredentialsFromLocalStore
    08/22/13 18:49:07:957 | [INFO] |  | ASU | OPM | IMSLib |  |  | 2096 | Failed get proxy credentials from local store while creating IMSLib instance ...
    08/22/13 18:49:07:957 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 2096 | Done opening IMSSession, session key - {E43A4299-070E-4D1F-989F-9588F446B0CD}
    08/22/13 18:49:07:962 | [INFO] |  | ASU | LWANative | LWANative |  |  | pwa_openSession Session key : {AD988F7C-BA2C-4645-84C9-9D903F4A9D6C}
    8/22/2013 18:49:07 [INFO] OPM - Build Version - 6.0.281.0
    8/22/2013 18:49:07 [INFO] OPM - Logging Level verbosity Set  to 4
    8/22/2013 18:49:07 [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    8/22/2013 18:49:07 [INFO] OPM - No Record found for the input fields
    8/22/2013 18:49:07 [INFO] OPM - Released OPM refrence successfully
    08/22/13 18:49:07:977 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 2096 | Done opening PWASession, session key - {AD988F7C-BA2C-4645-84C9-9D903F4A9D6C}
    08/22/13 18:49:07:979 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 2096 | Performing getDeviceID...
    08/22/13 18:49:07:982 | [INFO] |  | ASU | OPM | OPM |  |  | Build Version - 7.0.0.125
    08/22/13 18:49:07:982 | [INFO] |  | ASU | OPM | OPM |  |  | Logging Level verbosity Set  to 4
    08/22/13 18:49:07:984 | [INFO] |  | ASU | OPM | OPM |  |  | Schema version and schema compatibility version are same or greater than current
    08/22/13 18:49:07:989 | [INFO] |  | ASU | OPM | OPM |  |  | Successfully opened opm session, db location:C:\Users\Builder\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    08/22/13 18:49:07:989 | [INFO] |  | ASU | OPM | OPM |  |  | No Record found for the input fields in opm_getValueForKey
    08/22/13 18:49:07:989 | [WARN] |  | ASU | OPM | OPMWrapper |  |  | Failed in getting value for key in OPMGetValueForKey
    08/22/13 18:49:07:989 | [INFO] |  | ASU | OPM | LWANative |  |  |  : DeviceId not present in local db generating it from scratch in pwa_getDeviceID
    08/22/13 18:49:07:989 | [INFO] |  | ASU | OPM | LWANative |  |  | OS INFOLIST ::
    MajorVerison :6
    MinorVersion :1
    productType:1
    platformId:2
    08/22/13 18:49:07:989 | [INFO] |  | ASU | OPM | LWANative |  |  | OS detected is :Win7 while fetching group list for signed in user
    08/22/13 18:49:08:012 | [INFO] |  | ASU | OPM | OPM |  |  | Released OPM refrence successfully in opm_freeLibRef
    08/22/13 18:49:08:017 | [INFO] |  | ASU | PDApp | AAMShared.DynamicViewMediator |  |  | 2096 | Showing screen with screenID : SCREEN_SHOW_AAMEE_EEPIMS
    08/22/13 18:49:08:117 | [INFO] |  | ASU | PDApp | IMSLibFlex.ShowEEPAAMEESignInCommand |  |  | 2096 | Done with open EEP SignIn command
    08/22/13 18:49:08:202 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Label#lblTitle)
    08/22/13 18:49:08:202 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:08:202 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Button#btnPrimaryAction)
    08/22/13 18:49:08:204 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:08:204 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Button#btnSecondaryAction)
    08/22/13 18:49:08:204 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:08:204 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Button#btnTertiaryAction)
    08/22/13 18:49:08:204 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:08:207 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Button#btnQuaternaryAction)
    08/22/13 18:49:08:207 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:08:207 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Label#loadingAccessibilityAnnouncer)
    08/22/13 18:49:08:207 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value from resource bundle (ScreenCCPSignInEEPAccessibility): null
    08/22/13 18:49:08:207 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.component.CCP.ContentCCPSignInEEP |  |  | 2096 | #setUpAccessibilityProperties
    08/22/13 18:49:08:209 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.compositeComponent.CCP.ScreenCCPSignInEEP |  |  | 2096 | #setUpAccessibilityProperties
    08/22/13 18:49:08:209 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.compositeComponent.CCP.ScreenCCPSignInEEPMediator |  |  | 2096 | onRegister
    08/22/13 18:49:08:209 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.compositeComponent.ScreenBaseMediator |  |  | 2096 | onRegister
    08/22/13 18:49:08:212 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.component.ContentFooterMediatorBCA38637-3C23-9B28-F936 -A8377C135AD4 |  |  | 2096 | onRegister
    08/22/13 18:49:08:214 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Label#lblTitle)
    08/22/13 18:49:08:217 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:08:217 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Button#btnPrimaryAction)
    08/22/13 18:49:08:217 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:08:217 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Button#btnSecondaryAction)
    08/22/13 18:49:08:217 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:08:219 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityNameValue(Button#btnTertiaryAction)
    08/22/13 18:49:08:219 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | - value:
    08/22/13 18:49:08:219 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.accessibility.ScreenAccessibilityDelegate |  |  | 2096 | #getAccessibilityName

  • How to do JAAS and J2EE Deployment Descriptor ACL in WLS

    The examples on this website and shipped with WLS stink. Does there exist a GOOD
    example of how to
    Log in with a form
    authenticate (I guess using j_security_check to hook into the web.xml security)
    then pull a user from a database and use the roles defined there for authorization
    in the rest of the system?
    The weblogic examples are from java clients to RMI (ya, thats handy). They also
    sit alone. They dont say how to hook them into weblogic. They say to use JAAS
    but they have just JAAS examples! No hooking of it into an EJB, servlet, etc!
    They also dont show how to hook that code into WLS to use it as your security
    module!
    Help, I'm at a loss.
    They recommend using JAAS but their documentation and examples of doing so suck
    or are non existant. We have a complex real world product and need examples of
    the same. Stupid, stand alone examples that teach nothing do no help.
    frustrated at BEA for their poor documentation and support,
    Mike

    Also, I use struts....
    In struts you have to extend the Action class which then calls the perform()
    method on your servlet.
    So to call an EJB I have to have my servlet implement PrivilegedAction?
    If so, then this wants a run() method. Struts calls perform so that means
    I'm going to have to make another class to call from my servlet with a run
    method()? Or I'm going to have my servlet implement PrivledgedAction and
    call Security.runAs()?
    What if I just want to call the EJB from my servlet and put my security
    credentials in the JNDI lookup? I want the container to use the roles of the
    user in the JNDI lookup to authorize methods based on the deployment
    descriptors.
    thanks,
    Mike
    "Vimala Ranganathan" <[email protected]> wrote in message
    news:[email protected]...
    Hi Micheal,
    Attached is an exmaple of JAAS login and invoking an EJB.
    Let me know if this turns out to be useful.
    Regarding the form based authentication, Could you be more clear on whatissue you are
    facing?
    Just as note, when you use form based login, WLS would authenticate theuser against
    the realm
    WLS is setup for, which could be a file Realm, or a RDBMS realm (in whichcase users
    and groups are from database)
    Roles cannot be defined at the database level. This needs to be atapplication level
    which you can define in web.xml or
    console(in 7.0)
    If you need any specific help or more information please let me know.
    Vimala
    Michael Lee wrote:
    The examples on this website and shipped with WLS stink. Does there
    exist a GOOD
    example of how to
    Log in with a form
    authenticate (I guess using j_security_check to hook into the web.xmlsecurity)
    then pull a user from a database and use the roles defined there forauthorization
    in the rest of the system?
    The weblogic examples are from java clients to RMI (ya, thats handy).They also
    sit alone. They dont say how to hook them into weblogic. They say to useJAAS
    but they have just JAAS examples! No hooking of it into an EJB, servlet,etc!
    They also dont show how to hook that code into WLS to use it as yoursecurity
    module!
    Help, I'm at a loss.
    They recommend using JAAS but their documentation and examples of doingso suck
    or are non existant. We have a complex real world product and needexamples of
    the same. Stupid, stand alone examples that teach nothing do no help.
    frustrated at BEA for their poor documentation and support,
    Mike

  • Ejb-ref in the deployment descriptor

    Could someone help me on how to configure an ejb-reference in the 3 xml
    files.
    ejb-jar.xml, weblogic-ejb-jar.xml and web.xml
    These are the entries for my application, but I get some exception. Can
    somebody help me pls?
    ejb-jar.xml
    <enterprise-beans>
    <session id="Abcd">
    <small-icon></small-icon>
    <ejb-name>ABCD</ejb-name>
    <home>AbcdHome</home>
    <remote>AbcdRemote</remote>
    <ejb-class>AbcdBean</ejb-class>
    <session-type>Stateless</session-type>
    <transaction-type>Container</transaction-type>
    </session>
    </enterprise-beans>
    web.xml contains the foll,
    <ejb-ref>
    <ejb-ref-name>ejb/abcd</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <home>AbcdHome</home>
    <remote>AbcdRemote</remote>
    <ejb-link>ABCD</ejb-link>
    </ejb-ref>
    weblogic.ejb-jar.xml contains,
    <weblogic-enterprise-bean>
    <ejb-name>ABCD</ejb-name>
    <caching-descriptor>
    <max-beans-in-free-pool>100</max-beans-in-free-pool>
    </caching-descriptor>
    <reference-descriptor>
    <ejb-reference-description>
    <ejb-ref-name>ejb/abcd</ejb-ref-name>
    <jndi-name>ejb/ABCD</jndi-name>
    </ejb-reference-description>
    </reference-descriptor>
    </weblogic-enterprise-bean>
    But when i run the application, I get the foll exception,
    In EJB RemotePlatform, a session or entity bean that has a remote home m
    ust be given a JNDI name in the weblogic-ejb-jar.xml descriptor file.
    at weblogic.ejb20.compliance.EJBComplianceChecker.check(EJBComplianceChe
    cker.java:256)
    at weblogic.ejb20.compliance.EJBComplianceChecker.checkDeploymentInfo(EJ
    BComplianceChecker.java:220)
    at weblogic.ejb20.ejbc.EJBCompiler.complianceCheckJar(EJBCompiler.java:4
    52)
    at weblogic.ejb20.ejbc.EJBCompiler.checkCompliance(EJBCompiler.java:409)
    at weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:202)
    at weblogic.ejb20.deployer.Deployer.runEJBC(Deployer.java:296)
    at weblogic.ejb20.deployer.Deployer.compileEJB(Deployer.java:676)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:843)
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:30)
    at weblogic.j2ee.Application.addComponent(Application.java:160)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:329)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:279)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:233)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:606)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:590)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:350)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
    at $Proxy34.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2706)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:360)
    at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:152)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:606)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:590)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:350)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
    at $Proxy48.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    .start(ApplicationManagerMBean_CachingStub.java:479)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1138)
    at weblogic.management.Admin.finish(Admin.java:561)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:501)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:198)
    at weblogic.Server.main(Server.java:35)
    >
    <Jan 31, 2002 3:56:18 PM PST> <Error> <J2EE> <Error deploying application
    Defaul
    tVoiceApp: Could not load DefaultVoiceApp>
    java.lang.reflect.UndeclaredThrowableException:
    weblogic.xml.dom.DOMProcessingEx
    ception: Could not setup environment for EJBReference or ResourceReference.
    Can
    not find WEB-INF/weblogic.xml in the Web application.
    at weblogic.servlet.internal.WebAppServletContext.initFromDescriptors(We
    bAppServletContext.java:1509)
    at weblogic.servlet.internal.WebAppServletContext.init(WebAppServletCont
    ext.java:871)
    at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletCo
    ntext.java:806)
    at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:413)
    at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
    at weblogic.j2ee.Application.addComponent(Application.java:160)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:329)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:144)
    at weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServe
    r.java:76)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:606)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:590)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:350)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
    at $Proxy35.addWebDeployment(Unknown Source)
    at weblogic.management.configuration.WebServerMBean_CachingStub.addWebDe
    ployment(WebServerMBean_CachingStub.java:1093)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:315)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:279)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:233)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:606)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:590)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:350)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
    at $Proxy34.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2706)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:360)
    at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:152)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:606)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:590)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:350)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
    at $Proxy48.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    .start(ApplicationManagerMBean_CachingStub.java:479)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1138)
    at weblogic.management.Admin.finish(Admin.java:561)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:501)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:198)
    at weblogic.Server.main(Server.java:35)
    --------------- nested within: ------------------
    weblogic.j2ee.DeploymentException: Could not load DefaultVoiceApp - with
    nested
    exception:
    [weblogic.xml.dom.DOMProcessingException: Could not setup environment for
    EJBRef
    erence or ResourceReference. Cannot find WEB-INF/weblogic.xml in the Web
    applic
    ation.]
    at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:416)
    at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
    at weblogic.j2ee.Application.addComponent(Application.java:160)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:329)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:144)
    at weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServe
    r.java:76)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:606)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:590)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:350)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
    at $Proxy35.addWebDeployment(Unknown Source)
    at weblogic.management.configuration.WebServerMBean_CachingStub.addWebDe
    ployment(WebServerMBean_CachingStub.java:1093)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:315)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:279)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:233)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:606)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:590)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:350)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
    at $Proxy34.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2706)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:360)
    at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:152)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:606)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:590)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:350)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
    at $Proxy48.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    .start(ApplicationManagerMBean_CachingStub.java:479)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1138)
    at weblogic.management.Admin.finish(Admin.java:561)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:501)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:198)
    at weblogic.Server.main(Server.java:35)
    Can someone help me on what to set in sequence please. Any help would highly
    be appreciated.
    Thanks in advance.
    Regards
    Aru

    Aaru,
    Verify the document structure @
    http://e-docs.bea.com/wls/docs61/ejb/reference.html#1026457
    jndi-name is of the ejb is missing in your WEJ.xml
    and the jndi-name defined under
    <reference-descriptor><ejb-reference-description>
    </reference-descriptor></ejb-reference-description>
    is the reference jndi-name(referenced by this bean)
    For more info refere
    the weblogic 6.x dtd
    http://www.bea.com/servers/wls600/dtd/weblogic-ejb-jar.dtd
    Venki..
    Aru wrote:
    As per the doc that you referred, the doc too says that the jndi-name should
    be within the ejb-reference-description which in turn is inside the
    reference-descriptor. I don't get what you tried to say. Am I missing
    anything? Could you please make sure that for me.
    Just with curiosity I even tried your suggestion but it gives me the
    exception as expected,
    The XML parser encountered an error in your deployment descriptor. Please
    ensure
    that your deployment descriptor corresponds to the format in the DTD. The
    error
    was:
    org.xml.sax.SAXParseException: The content of element type
    "ejb-reference-descr
    iption" is incomplete, it must match "(ejb-ref-name,jndi-name)".
    "Venki Seshaadri" <[email protected]> wrote in message
    news:[email protected]...
    Aaru,
    <jndi-name> should be outside <reference-descriptor>
    refer to http://e-docs.bea.com/wls/docs61/ejb/reference.html#1026457
    <weblogic-enterprise-bean>
    <reference-descriptor>...</reference-descriptor>
    <jndi-name>ejb/ABCD</jndi-name>
    </weblogic-enterprise-bean>
    Hope this helps,
    Venki
    [email protected]
    Aru wrote:
    FYI, I am using Weblogic 6.1
    "Aru" <[email protected]> wrote in message
    news:[email protected]...
    Could someone help me on how to configure an ejb-reference in the 3 xml
    files.
    ejb-jar.xml, weblogic-ejb-jar.xml and web.xml
    These are the entries for my application, but I get some exception. Can
    somebody help me pls?
    ejb-jar.xml
    <enterprise-beans>
    <session id="Abcd">
    <small-icon></small-icon>
    <ejb-name>ABCD</ejb-name>
    <home>AbcdHome</home>
    <remote>AbcdRemote</remote>
    <ejb-class>AbcdBean</ejb-class>
    <session-type>Stateless</session-type>
    <transaction-type>Container</transaction-type>
    </session>
    </enterprise-beans>
    web.xml contains the foll,
    <ejb-ref>
    <ejb-ref-name>ejb/abcd</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <home>AbcdHome</home>
    <remote>AbcdRemote</remote>
    <ejb-link>ABCD</ejb-link>
    </ejb-ref>
    weblogic.ejb-jar.xml contains,
    <weblogic-enterprise-bean>
    <ejb-name>ABCD</ejb-name>
    <caching-descriptor>
    <max-beans-in-free-pool>100</max-beans-in-free-pool>
    </caching-descriptor>
    <reference-descriptor>
    <ejb-reference-description>
    <ejb-ref-name>ejb/abcd</ejb-ref-name>
    <jndi-name>ejb/ABCD</jndi-name>
    </ejb-reference-description>
    </reference-descriptor>
    </weblogic-enterprise-bean>
    But when i run the application, I get the foll exception,
    In EJB RemotePlatform, a session or entity bean that has a remote home m
    ust be given a JNDI name in the weblogic-ejb-jar.xml descriptor file.
    at weblogic.ejb20.compliance.EJBComplianceChecker.check(EJBComplianceChe
    cker.java:256)
    at weblogic.ejb20.compliance.EJBComplianceChecker.checkDeploymentInfo(EJ
    BComplianceChecker.java:220)
    at weblogic.ejb20.ejbc.EJBCompiler.complianceCheckJar(EJBCompiler.java:4
    52)
    at weblogic.ejb20.ejbc.EJBCompiler.checkCompliance(EJBCompiler.java:409)
    at weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:202)
    at weblogic.ejb20.deployer.Deployer.runEJBC(Deployer.java:296)
    at weblogic.ejb20.deployer.Deployer.compileEJB(Deployer.java:676)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:843)
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:30)
    at weblogic.j2ee.Application.addComponent(Application.java:160)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:329)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:279)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:233)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:606)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:590)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:350)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
    at $Proxy34.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2706)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:360)
    at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:152)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:606)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:590)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:350)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
    at $Proxy48.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    .start(ApplicationManagerMBean_CachingStub.java:479)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1138)
    at weblogic.management.Admin.finish(Admin.java:561)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:501)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:198)
    at weblogic.Server.main(Server.java:35)
    <Jan 31, 2002 3:56:18 PM PST> <Error> <J2EE> <Error deploying
    application
    Defaul
    tVoiceApp: Could not load DefaultVoiceApp>
    java.lang.reflect.UndeclaredThrowableException:
    weblogic.xml.dom.DOMProcessingEx
    ception: Could not setup environment for EJBReference or
    ResourceReference.
    Can
    not find WEB-INF/weblogic.xml in the Web application.
    at weblogic.servlet.internal.WebAppServletContext.initFromDescriptors(We
    bAppServletContext.java:1509)
    at weblogic.servlet.internal.WebAppServletContext.init(WebAppServletCont
    ext.java:871)
    at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletCo
    ntext.java:806)
    at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:413)
    at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
    at weblogic.j2ee.Application.addComponent(Application.java:160)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:329)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:144)
    at weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServe
    r.java:76)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:606)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:590)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:350)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
    at $Proxy35.addWebDeployment(Unknown Source)
    at weblogic.management.configuration.WebServerMBean_CachingStub.addWebDe
    ployment(WebServerMBean_CachingStub.java:1093)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:315)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:279)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:233)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:606)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:590)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:350)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
    at $Proxy34.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2706)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:360)
    at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:152)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:606)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:590)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:350)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
    at $Proxy48.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    .start(ApplicationManagerMBean_CachingStub.java:479)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1138)
    at weblogic.management.Admin.finish(Admin.java:561)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:501)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:198)
    at weblogic.Server.main(Server.java:35)
    --------------- nested within: ------------------
    weblogic.j2ee.DeploymentException: Could not load DefaultVoiceApp - with
    nested
    exception:
    [weblogic.xml.dom.DOMProcessingException: Could not setup environment
    for> >>>>EJBRef>>>>erence or ResourceReference. Cannot find WEB-INF/weblogic.xml in the Web>>>>applic>>>>ation.
    at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:416)
    at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
    at weblogic.j2ee.Application.addComponent(Application.java:160)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:329)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:144)
    at weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServe
    r.java:76)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:606)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:590)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:350)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
    at $Proxy35.addWebDeployment(Unknown Source)
    at weblogic.management.configuration.WebServerMBean_CachingStub.addWebDe
    ployment(WebServerMBean_CachingStub.java:1093)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:315)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:279)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:233)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:606)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:590)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:350)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
    at $Proxy34.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2706)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:360)
    at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:152)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:606)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:590)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:350)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
    at $Proxy48.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    .start(ApplicationManagerMBean_CachingStub.java:479)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1138)
    at weblogic.management.Admin.finish(Admin.java:561)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:501)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:198)
    at weblogic.Server.main(Server.java:35)
    Can someone help me on what to set in sequence please. Any help would
    highly
    be appreciated.
    Thanks in advance.
    Regards
    Aru

  • Dynamic update of EJB/Web deployment descriptors

    In 8.1SP3, is there any provision to allow for dynamic update of EJB/Web deployment descriptors? I'm specifically looking at env var changes.
    I noticed that there are some mentions of the ability to dynamically update deployment descriptors, but it appears that the general facility has been deprecated, and they've incorporated all of the WebLogic-specific descriptor information directly into the console.
    When I dig through the JMX namespace and some of the MBean classes, I also see mentions of "deployment descriptor editors", but it's not clear how to utilize that.
    I'm aware of the fact that my application would have to be aware of possible dynamic updates to the descriptors, so I'd have to be able to implement some sort of listener for that.

    I have the same question but for a different purpose. I am part of a hosting group and we have app teams that have defined init-params in the web.xml that have to be changed as the app is promoted up through test environments and ultimately to production - only we need to be able to do this WITHOUT "cracking open" the archive.
    I was hoping to be able to script something to do the update after deployment.
    So any help at all would be appreciated. In the meantime will continue to poke around in the WLST and MBean docs.
    Thanks,
    Ed

  • Referencing EJB on remote server AND using deployment descriptor

    We're using Weblogic 6.1sp2 under Windows 2000.
    We have a web application on server A and several EJBs running on server B -
    some of these may in the future be moved to different servers.
    We would like to ensure that this only requires reconfiguring the deployment
    descriptors.
    In our web app, we access the EJB's like this:
    AccountHome accHome = (AccountHome) (new
    InitialContext()).lookup("java:comp/env/ejb/AccountHome")
    - we then map ejb/AccountHome to the JNDI name in the weblogic.xml file in
    the web app - the JNDI name will usually (but not always) be the class name
    of the implementing class, e.g. system.billing.accounting.AccountHome
    However, to make this work when the EJB is on server B, we must put a
    jndi.properties file in the server A classpath containing
    java.naming.provider.url=t3://server_b:7001/
    to point to server B.
    Now, this makes ALL JNDI lookups on server A go to server B - this is not
    what we want. Especially not in the case where some EJB's move to server C -
    B and C may be in separate clusters and will not be clustering the JNDI
    tree. Also, other web applications on the server will need to go to
    different servers.
    Alternatively, we could specify a property set in the InitialContext
    constructor with a provider url. But in that case, the mapping from
    web.xml/weblogic.xml is apparently not applied - or rather, if we look up
    "java:comp/env/ejb/AccountHome", weblogic maps it to
    "system.billing.accounting.AccountHome" and then tries to look it up on the
    local machine, server A.
    If we look up "system.billing.accounting.AccountHome", it does correctly
    look it up on the server specified in the provider url and finds the entry.
    However, this would mean that we would have to specify the exact jndi name.
    In addition, we would have to hard-code the server name for each lookup.
    An alternative would be to "copy" the JNDI entries from server B to server A
    (or to some other shared, global JNDI registry). But these would need to be
    kept in sync - especially since server B is really a cluster, where
    different servers may come online at different times and register their EJBs
    as clusterable, so the stubs would need to be continously updated.
    My best idea is to bypass the whole web.xml/weblogic.xml mapping scheme and
    just add our own config file with stuff like
    <mappings>
    <map entry="java:comp/env/ejb/AccountHome">
    <jndi-properties>
    java.naming.provider.url=t3://server_b:7001/
    java.naming.security.principal=jndiuser
    java.naming.security.credentials=mysecretpassword
    </jndi.properties>
    <jndi-name>sysmte.billing.accounting.AccountHome</jndi-name>
    </map>
    </mappings>
    We then need to wrap all the lookups in our own lookup mechanism which first
    checks the config file to find any mappings.
    However, this seems like reinventing the wheel and will also confuse most
    deployment tools etc.
    Does anybody have any suggestions where we
    1. Don't put a jndi.properties file in the server classpath
    2. Lookup ejb's using "java:comp/env/ejb/SomeEJB" - not the JNDI name.
    3. Don't hardcode the server names in the application - but potentially
    in the deployment descriptor.
    4. Can look up different EJB's on different machines
    Niels Harremoës

    There is an article on dev2dev that may explain what you are seeing...
    http://dev2dev.bea.com/articlesnews/discussion/thread.jsp?thread=142
    HTH
    dwfa
    "Niels Ull Harremoës" <[email protected]> wrote in message
    news:[email protected]...
    It turns out that we can make it work by entering the url of the server in
    the weblogic.xml entry - e.g. instead of having
    <reference-descriptor>
    <ejb-reference-description>
    <ejb-ref-name>ejb/AccountHome</ejb-ref-name>
    <jndi-name>system.billing.accounting.AccountHome</jndi-name>
    </ejb-reference-description>
    </reference-descriptor>
    we enter
    <reference-descriptor>
    <ejb-reference-description>
    <ejb-ref-name>ejb/AccountHome</ejb-ref-name>
    <jndi-name>t3://server_b:7001/system.billing.accounting.AccountHome</jndi-na
    me>
    </ejb-reference-description>
    </reference-descriptor>
    However, we are unsure on whether this will establish a new JNDIconnection
    to server_b on every lookup? And it's not documented anywhere?
    Does anybody have any other suggestions?
    "Niels Ull Harremoës" <[email protected]> wrote in message
    news:[email protected]...
    We're using Weblogic 6.1sp2 under Windows 2000.
    We have a web application on server A and several EJBs running on serverB -
    some of these may in the future be moved to different servers.
    We would like to ensure that this only requires reconfiguring thedeployment
    descriptors.
    In our web app, we access the EJB's like this:
    AccountHome accHome = (AccountHome) (new
    InitialContext()).lookup("java:comp/env/ejb/AccountHome")
    - we then map ejb/AccountHome to the JNDI name in the weblogic.xml file
    in
    the web app - the JNDI name will usually (but not always) be the classname
    of the implementing class, e.g. system.billing.accounting.AccountHome
    However, to make this work when the EJB is on server B, we must put a
    jndi.properties file in the server A classpath containing
    java.naming.provider.url=t3://server_b:7001/
    to point to server B.
    Now, this makes ALL JNDI lookups on server A go to server B - this is
    not
    what we want. Especially not in the case where some EJB's move to serverC -
    B and C may be in separate clusters and will not be clustering the JNDI
    tree. Also, other web applications on the server will need to go to
    different servers.
    Alternatively, we could specify a property set in the InitialContext
    constructor with a provider url. But in that case, the mapping from
    web.xml/weblogic.xml is apparently not applied - or rather, if we look
    up
    "java:comp/env/ejb/AccountHome", weblogic maps it to
    "system.billing.accounting.AccountHome" and then tries to look it up onthe
    local machine, server A.
    If we look up "system.billing.accounting.AccountHome", it does correctly
    look it up on the server specified in the provider url and finds theentry.
    However, this would mean that we would have to specify the exact jndiname.
    In addition, we would have to hard-code the server name for each lookup.
    An alternative would be to "copy" the JNDI entries from server B to
    server
    A
    (or to some other shared, global JNDI registry). But these would need tobe
    kept in sync - especially since server B is really a cluster, where
    different servers may come online at different times and register theirEJBs
    as clusterable, so the stubs would need to be continously updated.
    My best idea is to bypass the whole web.xml/weblogic.xml mapping schemeand
    just add our own config file with stuff like
    <mappings>
    <map entry="java:comp/env/ejb/AccountHome">
    <jndi-properties>
    java.naming.provider.url=t3://server_b:7001/
    java.naming.security.principal=jndiuser
    java.naming.security.credentials=mysecretpassword
    </jndi.properties>
    <jndi-name>sysmte.billing.accounting.AccountHome</jndi-name>
    </map>
    </mappings>
    We then need to wrap all the lookups in our own lookup mechanism whichfirst
    checks the config file to find any mappings.
    However, this seems like reinventing the wheel and will also confuse
    most
    deployment tools etc.
    Does anybody have any suggestions where we
    1. Don't put a jndi.properties file in the server classpath
    2. Lookup ejb's using "java:comp/env/ejb/SomeEJB" - not the JNDIname.
    3. Don't hardcode the server names in the application - butpotentially
    in the deployment descriptor.
    4. Can look up different EJB's on different machines
    Niels Harremoës

  • Weblogic vendor specific EJB deployment descriptor

    Hi All,
    I have been trying to get weblogic-ejb.xml working to provide the names where I want my EJB3 beans accessable in JNDI, but this has not been working for me.
    I have been looking through the web - there are not too many mentions of the deployment descriptor. If there any tutorials or official documents from BEA on this, links would be highliy appreciated.
    I am using WL10_01 if it helps.
    Thanks,
    Kirill.

    Did you try <business-interface-jndi-name-map> tag in weblogic-ejb-jar.xml?
    With the following example setup, you should be able to look up the Session bean that implements service.JPAService interface in JNDI tree with "JPAService".
    <weblogic-enterprise-bean>
        <ejb-name>JPAServiceBean</ejb-name>
         <stateless-session-descriptor>
          <business-interface-jndi-name-map>
               <business-remote>service.JPAService</business-remote>
            <jndi-name>JPAService</jndi-name>
          </business-interface-jndi-name-map>
        </stateless-session-descriptor>     
        <enable-call-by-reference>true</enable-call-by-reference>
    </weblogic-enterprise-bean>
    </weblogic-ejb-jar>

  • EJBs not deploying

    Hi, on my weblogic 5.1 whith sevicepack 7.0.
    My EJBs are not deploying at startup.
    The discriptors in the weblogic.properties are ok. The paths to the files
    are ok. Classpath is ok.
    Jars where on another WLS and working fine.
    Usualy when a JAR file is not found, I should get a FileNotFound exception
    at WLS boot. I dont even get this error. I made up a non existing file
    hoping to at least get the FileNotFound exception, but it does not happen.
    All I get is 0 files deployed.
    Plz help.

    Ejb jar file should be in the /applications directory to install at startup.
    Melkor wrote:
    Hi, on my weblogic 5.1 whith sevicepack 7.0.
    My EJBs are not deploying at startup.
    The discriptors in the weblogic.properties are ok. The paths to the files
    are ok. Classpath is ok.
    Jars where on another WLS and working fine.
    Usualy when a JAR file is not found, I should get a FileNotFound exception
    at WLS boot. I dont even get this error. I made up a non existing file
    hoping to at least get the FileNotFound exception, but it does not happen.
    All I get is 0 files deployed.
    Plz help.

  • About EJB deployment descriptor

    Hello. I am developing EJB3 with glassfish and weblogic 10. I know I can use annotations to simplify
    deployment without using ejb-jar.xml , sun-ejb-jar.xml, weblogic-ejb-jar.xml. However, I do want to know
    how to write these files correctly because they have higher priority when used.
    Somebody may give me a template about writing these files? (ejb 3 specification, for ejb2, I can
    use xdoclet to generate them).Thanks a lot.

    Hi Martin,
    you're are right, XDoclet support for OC4J is lacking the most important stuff. In my case I needed explicit mapping of CMR-fields. Of course, manually editing orion-ejb-jar.xml either by using a text editor or JDeveloper is no option at all.
    So I've added support for explicit CMR-mapping to the OC4J XDoclet templates. It works but wasn't fun to do as Oracle's documentation of CMR-mapping is highly inconsistent (e.g. text, figures, and example code are not in sync).
    As I've done this as part of a services contract, I cannot easily publish the results. I'll ask my client and let you know.
    Anyway, orion-ejb-jar.xml will be obsolete by default in OC4J 10.x as Oracle switches to Toplink as the default persistence manager. So again, XDoclet support is needed for generating the Toplink-specific deployment descriptor.
    I'd really appreciate Oracle to provide OC4J-specific XDoclet enhancements. This would help OC4J in gaining wider acceptance.
    Stefan

  • Weblogic EJB Deployment Descriptor

    Hi,
    Can someone help me in learning how to write weblogic specific deployment descriptors for EJBs ??? Where can I find good tutorial or help. I am new to EJB.
    Thank you in advance

    Why not search http://bea.com and see what pops up. I searched their site for "EJB deployment descriptors" and got quite a few hits.

Maybe you are looking for

  • End Of File Error

    Hi, I'm currently writing a program that takes data from a spectrum analyzer (HP 8594E) and displays it on a front panel. The functions of my vi also  include saving the data to a file and also outputting that file back onto the waveform. I can save

  • Rendering issue in Develop Module

    Slow rendering has been discussed in many threads, but can anyone explain what is going on with this specific issue I am having? If I am working in the Develop Module and I render two raw files at 1:1, after the initial rendering delay I can generall

  • Which phone to buy xperia E3 or M2 or Moto G2

    Hi .....i was a owner of xperia L.i lost that mobile.now i am planning to buy a phone either E3 dual or M2 dual or moto G2.please suggestion the good one.money not matters in this range. also please let me know if any other new model yet to release i

  • Inactive undo tablespace, still needed?

    Dear All, I am using ORACLE 10.2 database server. I changed the active undo space from USDOTBS1 to UNDOTBS2 and bring the inactive one to offline (normal mode).. The tablespace UNDOTBS1 is empty. As I read in the documentation an undo table space can

  • After I reply to a post the post says updated and is dark blue

    This morning I noticed that after I reply to a post initially the resulting discussion is in light blue with no updated showing. However, after I refresh the discussion list, the discussion is in dark blue with the updated showing. Anyone else seeing