CreateSession Problem

Hi,
I'm connecting using PAPI, to connecto BPM Process in Winodows box from clients running in Unix weblogic.
ProcessServiceSession session1 = service.createSession("test", "", "test");
This line of code takes 30min to create a session in ALBPM SA edition.

i have already tried putting hardcoded path but it didn't help, morover the previous line gives me correct path.
I issue i mentioned seems to be related with some setting or missing native dlls
com.plumtree.openkernel.exceptions.OKFactoryException: Error in AOKFactory.createAndInitializeInstance, unable to create object with name 'com.plumtree.openkernel.impl.config.Config' in assembly or JAR file 'openconfig'.
i got follwing extract from the wsserver-wrapper.log file
INFO | jvm 1 | 2009/02/20 12:26:17 | 2-20-2009     12:26:17.606     Info     OpenKernel.Config     Disabled-1235112977434     WrapperStartStopAppMain     com.plumtree.openkernel.impl.config.providers.ConfigXMLFileProvider     Loading config data from C:\bea\alui\ptws\10.3.0\bin\..\..\..\common/../settings
INFO | jvm 1 | 2009/02/20 12:26:18 | 2-20-2009     12:26:18.325     Info     OpenKernel.Config     Disabled-1235112977434     WrapperStartStopAppMain     com.plumtree.openkernel.impl.config.providers.ConfigXMLFileProvider     Setting subscription data.
INFO | jvm 1 | 2009/02/20 12:26:18 | container config context:EAS:wsserver
i didn't modified anything in any config file, just configured everything on one machine with oracle configuration manager

Similar Messages

  • Development Environment for Server APIs in Webcenter Interaction 10.3

    Hi, I installed “Oracle Web Center Interaction 10.3" on standard environment mentioned by oracle (Window 2003 server, IIS6.0, SQL Server 2005). Everything works fine concerning the portal and services.
    I also have visual studio 2005 on the same machine and trying to setup a development environment where I can user server APIs (I start with creating IPTSession).
    I am using follwong code to start with:
    /String serverConfigDir = ConfigPathResolver.GetOpenConfigPath();
    IOKContext configContext = OKConfigFactory.createInstance(serverConfigDir, "portal");
    PortalObjectsFactory.Init(configContext);
    IPTSession ptSession = PortalObjectsFactory.CreateSession();
    Problem: code compiles if I add few dlls, but it do not run, it throws following error
    com.plumtree.openkernel.exceptions.OKFactoryException: Error in AOKFactory.createAndInitializeInstance, unable to create object with name 'com.plumtree.openkernel.impl.config.Config' in assembly or JAR file 'openconfig'.
    I think either server APIs are not more supported in 10.3 or I do not know how to setup the development environment for server APIs.
    Can anyone help??

    i have already tried putting hardcoded path but it didn't help, morover the previous line gives me correct path.
    I issue i mentioned seems to be related with some setting or missing native dlls
    com.plumtree.openkernel.exceptions.OKFactoryException: Error in AOKFactory.createAndInitializeInstance, unable to create object with name 'com.plumtree.openkernel.impl.config.Config' in assembly or JAR file 'openconfig'.
    i got follwing extract from the wsserver-wrapper.log file
    INFO | jvm 1 | 2009/02/20 12:26:17 | 2-20-2009     12:26:17.606     Info     OpenKernel.Config     Disabled-1235112977434     WrapperStartStopAppMain     com.plumtree.openkernel.impl.config.providers.ConfigXMLFileProvider     Loading config data from C:\bea\alui\ptws\10.3.0\bin\..\..\..\common/../settings
    INFO | jvm 1 | 2009/02/20 12:26:18 | 2-20-2009     12:26:18.325     Info     OpenKernel.Config     Disabled-1235112977434     WrapperStartStopAppMain     com.plumtree.openkernel.impl.config.providers.ConfigXMLFileProvider     Setting subscription data.
    INFO | jvm 1 | 2009/02/20 12:26:18 | container config context:EAS:wsserver
    i didn't modified anything in any config file, just configured everything on one machine with oracle configuration manager

  • Problem to send a message with JMS

    Hi
    I'm doing some tests with the api JMS to know how works. I have got some problems. I have been looking for some information but i don't find so much. I have got too doubts.
    I am usinng Netbeans 5.5 with Sun Java System Application Server Platform Edition 9.0_01 (build b14).
    I am trying to do it with ejb. Because in the future the application can have got so many connection in the same time.
    The server shows me the next errors.
    Starting Sun Java System Application Server Platform Edition 9.0_01 (build b14) ...
    CORE5098: AS Socket Service Initialization has been completed.
    CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.6.0_03] from [Sun Microsystems Inc.]
    SEC1002: Security Manager is OFF.
    ADM0001:MBeanServer initialized successfully
    SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.
    sgmt.service_initialized
    DPL5400:Exception occurred : error in opening zip file.
    ADM1079: Initialization of AMX MBeans successful
    ADM1504: Here is the JMXServiceURL for the Standard JMXConnectorServer: [service:jmx:rmi:///jndi/rmi://t1:8686/jmxrmi].  This is where the remote administrative clients should connect using the standard JMX connectors
    ADM1506: Status of Standard JMX Connector: Active = [true]
    JTS5014: Recoverable JTS instance, serverId = [3700]
    About to load the system app: MEjbApp
    LDR5010: All ejb(s) of [MEjbApp] loaded successfully!
    About to load the system app: __ejb_container_timer_app
    EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]
    LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!
    NAM0008 : Invalid Destination: jndi/Topic for java:comp/env/jms/Topic
    EJB5090: Exception in creating EJB container [javax.naming.NamingException [Root exception is javax.naming.NameNotFoundException]]
    appId=Chat-ejb moduleName=Chat-ejb ejbName=publicarBean
    LDR5004: UnExpected error occured while creating ejb container
    javax.naming.NamingException [Root exception is javax.naming.NameNotFoundException]
            at com.sun.enterprise.naming.NamingManagerImpl.bindObjects(NamingManagerImpl.java:485)
            at com.sun.ejb.containers.BaseContainer.setupEnvironment(BaseContainer.java:2628)
            at com.sun.ejb.containers.BaseContainer.<init>(BaseContainer.java:629)
            at com.sun.ejb.containers.StatelessSessionContainer.<init>(StatelessSessionContainer.java:163)
            at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:515)
            at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:490)
            at com.sun.enterprise.server.EJBModuleLoader.load(EJBModuleLoader.java:158)
            at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
            at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:198)
            at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
            at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
            at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
            at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
    Caused by: javax.naming.NameNotFoundException
            at com.sun.enterprise.naming.TransientContext.resolveContext(TransientContext.java:255)
            at com.sun.enterprise.naming.TransientContext.lookup(TransientContext.java:178)
            at com.sun.enterprise.naming.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:61)
            at com.sun.enterprise.naming.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:98)
            at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:309)
            at javax.naming.InitialContext.lookup(InitialContext.java:392)
            at com.sun.enterprise.naming.NamingManagerImpl.bindObjects(NamingManagerImpl.java:469)
            ... 17 more
    CORE5021: Application NOT loaded: [Chat-ejb]
    WEB0302: Starting Sun-Java-System/Application-Server.
    WEB0100: Loading web module [__default-admingui] in virtual server [__asadmin] at [/]
    WEB0100: Loading web module [adminapp] in virtual server [__asadmin] at [/web1]
    WEB0100: Loading web module [admingui] in virtual server [__asadmin] at [/asadmin]
    WEB0100: Loading web module [amserver] in virtual server [server] at [/amserver]
    Initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context ''
    Completed initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context ''
    Initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context '/asadmin'
    Completed initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context '/asadmin'
    WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8080
    WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8181
    WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 4848
    About to load the system app: __JWSappclients
    WEB0100: Loading web module [__JWSappclients:sys.war] in virtual server [server] at [/__JWSappclients]
    Using MQ RA for Broker lifecycle control
    JMS Service Connection URL is :mq://t1:7676/
    MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting...
    EB-start:brokerProps={imq.instancename=imqbroker, imq.jmx.rmiregistry.port=8686, BrokerArgs=-port 7676 -name imqbroker -imqhome D:\Sun\AppServer\imq\bin\.. -varhome D:/sun/AppServer/domains/domain1\imq -useRmiRegistry -rmiRegistryPort 8686, imq.jmx.rmiregistry.use=true, imq.portmapper.port=7676}
    [07/nov/2007:18:35:03 CET]
    ================================================================================
    Sun Java(tm) System Message Queue 4.0
    Sun Microsystems, Inc.
    Version:  4.0  (Build 27-a)
    Compile:  Thu 03/02/2006
    Copyright (c) 2006 Sun Microsystems, Inc.  All rights reserved.
    SUN PROPRIETARY/CONFIDENTIAL.  Use is subject to license terms.
    This product includes code licensed from RSA Data Security.
    ================================================================================
    Java Runtime: 1.6.0_03 Sun Microsystems Inc. D:\sun\Java\jdk1.6.0_03\jre
    [07/nov/2007:18:35:03 CET]    IMQ_HOME=D:\sun\AppServer\imq
    [07/nov/2007:18:35:03 CET] IMQ_VARHOME=D:\sun\AppServer\domains\domain1\imq
    [07/nov/2007:18:35:03 CET] Windows XP 5.1 x86 t1 (1 cpu) pepepc
    [07/nov/2007:18:35:03 CET] Java Heap Size: max=506816k, current=46944k
    [07/nov/2007:18:35:03 CET] Arguments: -port 7676 -name imqbroker -imqhome D:\Sun\AppServer\imq\bin\.. -varhome D:/sun/AppServer/domains/domain1\imq -useRmiRegistry -rmiRegistryPort 8686
    [07/nov/2007:18:35:04 CET] [B1060]: Loading persistent data...
    [07/nov/2007:18:35:04 CET] Using built-in file-based persistent store: D:\sun\AppServer\domains\domain1\imq\instances\imqbroker\
    [07/nov/2007:18:35:04 CET] [B1189]: Cluster Service feature is not available
    [07/nov/2007:18:35:04 CET] [B1039]: Broker "imqbroker@t1:7676" ready.
    MQJMSRA_EB1101: run:EMBEDDED broker started with code =0
    MQJMSRA_RA1101: SJSMQ JMS ResourceAdaapter configuration=
            raUID                               =null
            brokerType                          =EMBEDDED
            brokerInstanceName                  =imqbroker
            brokerBindAddress                   =null
            brokerPort                          =7676
            brokerHomeDir                       =D:\Sun\AppServer\imq\bin\..
            brokerVarDir                        =D:/sun/AppServer/domains/domain1\imq
            brokerJavaDir                       =D:/sun/Java/jdk1.6.0_03
            brokerArgs                          =null
            brokerStartTimeout                  =60000
            adminUsername                       =admin
            adminPassFile                       =E:\tempWin\asmq21980.tmp
            useJNDIRmiServiceURL                =true
            rmiRegistryPort                     =8686
            startRmiRegistry                    =false
            useSSLJMXConnector                  =true
            brokerEnableHA                      =false
            clusterId                           =null
            brokerId                            =null
            jmxServiceURL                       =null
            dbType                              =null
            dbProps                             ={}
            dsProps                             ={}
            ConnectionURL                       =
            UserName                            =guest
            ReconnectEnabled                    =true
            ReconnectInterval                   =5000
            ReconnectAttempts                   =3
            AddressListBehavior                 =RANDOM
            AddressListIterations               =3
            InAppClientContainer                =false
            InClusteredContainer                =false
            GroupName                           =null
    MQJMSRA_RA1101: start:SJSMQ JMSRA Connection Factory Config={imqOverrideJMSPriority=false, imqConsumerFlowLimit=1000, imqOverrideJMSExpiration=false, imqAddressListIterations=3, imqLoadMaxToServerSession=true, imqConnectionType=TCP, imqPingInterval=30, imqSetJMSXUserID=false, imqConfiguredClientID=, imqSSLProviderClassname=com.sun.net.ssl.internal.ssl.Provider, imqJMSDeliveryMode=PERSISTENT, imqConnectionFlowLimit=1000, imqConnectionURL=http://localhost/imq/tunnel, imqBrokerServiceName=, imqJMSPriority=4, imqBrokerHostName=localhost, imqJMSExpiration=0, imqAckOnProduce=, imqEnableSharedClientID=false, imqAckTimeout=0, imqAckOnAcknowledge=, imqConsumerFlowThreshold=50, imqDefaultPassword=guest, imqQueueBrowserMaxMessagesPerRetrieve=1000, imqDefaultUsername=guest, imqReconnectEnabled=false, imqConnectionFlowCount=100, imqAddressListBehavior=PRIORITY, imqReconnectAttempts=3, imqSetJMSXAppID=false, imqConnectionHandler=com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler, imqSetJMSXRcvTimestamp=false, imqBrokerServicePort=0, imqDisableSetClientID=false, imqSetJMSXConsumerTXID=false, imqOverrideJMSDeliveryMode=false, imqBrokerHostPort=7676, imqQueueBrowserRetrieveTimeout=60000, imqSetJMSXProducerTXID=false, imqSSLIsHostTrusted=false, imqConnectionFlowLimitEnabled=false, imqReconnectInterval=5000, imqAddressList=localhost:7676, imqOverrideJMSHeadersToTemporaryDestinations=false}
    MQJMSRA_RA1101: SJSMQ JMSRA Started
    endpoint.determine.destinationtype
    NAM0008 : Invalid Destination: jndi/Topic for java:comp/env/jms/Topic
    EJB5090: Exception in creating EJB container [javax.naming.NamingException [Root exception is javax.naming.NameNotFoundException]]
    appId=Chat moduleName=Chat-ejb_jar ejbName=publicarBean
    LDR5004: UnExpected error occured while creating ejb container
    javax.naming.NamingException [Root exception is javax.naming.NameNotFoundException]
            at com.sun.enterprise.naming.NamingManagerImpl.bindObjects(NamingManagerImpl.java:485)
            at com.sun.ejb.containers.BaseContainer.setupEnvironment(BaseContainer.java:2628)
            at com.sun.ejb.containers.BaseContainer.<init>(BaseContainer.java:629)
            at com.sun.ejb.containers.StatelessSessionContainer.<init>(StatelessSessionContainer.java:163)
            at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:515)
            at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:490)
            at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:184)
            at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:113)
            at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
            at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:204)
            at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
            at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
            at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
            at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
    Caused by: javax.naming.NameNotFoundException
            at com.sun.enterprise.naming.TransientContext.resolveContext(TransientContext.java:255)
            at com.sun.enterprise.naming.TransientContext.lookup(TransientContext.java:178)
            at com.sun.enterprise.naming.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:61)
            at com.sun.enterprise.naming.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:98)
            at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:309)
            at javax.naming.InitialContext.lookup(InitialContext.java:392)
            at com.sun.enterprise.naming.NamingManagerImpl.bindObjects(NamingManagerImpl.java:469)
            ... 18 more
    Registering ad hoc servlet: WebPathPath: context root = "/Chat", path = "/Chat-app-client'
    Java Web Start services started for application com.sun.enterprise.appclient.jws.ApplicationContentOrigin@aabc2d registration name=Chat
        [email protected]56b4 registration name=Chat, context root=/Chat/Chat-app-client, module name=
    , parent=Chat
    CORE5021: Application NOT loaded: [Chat]
    SMGT0007: Self Management Rules service is enabled
    Application server startup complete.
    JBISE6013: JavaEEServiceEngine : Java EE Service Engine started successfully.
    CORE5024: EJB module [Chat-ejb] unloaded successfully!
    DeployedItemRef postDeregistration failed. Load Balancer Monitoring MBeans might be lying around if this application is being load balanced
    BPEL service engine started
    ADM1064:The upload file at [E:\tempWin\s1astempdomain1server-162970426\Chat-ejb.jar] exists and will be overwritten.
    ADM1006:Uploading the file to:[E:\tempWin\s1astempdomain1server-162970426\Chat-ejb.jar]
    deployed with moduleid = Chat-ejb
    ADM1041:Sent the event to instance:[ModuleDeployEvent -- enable ejb/Chat-ejb]
    endpoint.determine.destinationtype
    NAM0008 : Invalid Destination: jndi/Topic for java:comp/env/jms/Topic
    EJB5090: Exception in creating EJB container [javax.naming.NamingException [Root exception is javax.naming.NameNotFoundException]]
    appId=Chat-ejb moduleName=D__sun_AppServer_domains_domain1_applications_j2ee-modules_Chat-ejb ejbName=publicarBean
    LDR5004: UnExpected error occured while creating ejb container
    javax.naming.NamingException [Root exception is javax.naming.NameNotFoundException]
            at com.sun.enterprise.naming.NamingManagerImpl.bindObjects(NamingManagerImpl.java:485)
            at com.sun.ejb.containers.BaseContainer.setupEnvironment(BaseContainer.java:2628)
            at com.sun.ejb.containers.BaseContainer.<init>(BaseContainer.java:629)
            at com.sun.ejb.containers.StatelessSessionContainer.<init>(StatelessSessionContainer.java:163)
            at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:515)
            at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:490)
            at com.sun.enterprise.server.EJBModuleLoader.load(EJBModuleLoader.java:158)
            at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:219)
            at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:174)
            at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:406)
            at com.sun.enterprise.server.StandAloneEJBModulesManager.moduleEnabled(StandAloneEJBModulesManager.java:500)
            at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeModuleDeployEventListener(AdminEventMulticaster.java:960)
            at com.sun.enterprise.admin.event.AdminEventMulticaster.handleModuleDeployEvent(AdminEventMulticaster.java:941)
            at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:448)
            at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:160)
            at com.sun.enterprise.admin.server.core.AdminNotificationHelper.sendNotification(AdminNotificationHelper.java:128)
            at com.sun.enterprise.admin.server.core.ConfigInterceptor.postInvoke(ConfigInterceptor.java:109)
            at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:97)
            at $Proxy1.invoke(Unknown Source)
            at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:297)
            at com.sun.enterprise.admin.jmx.remote.server.callers.InvokeCaller.call(InvokeCaller.java:56)
            at com.sun.enterprise.admin.jmx.remote.server.MBeanServerRequestHandler.handle(MBeanServerRequestHandler.java:142)
            at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.processRequest(RemoteJmxConnectorServlet.java:109)
            at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.doPost(RemoteJmxConnectorServlet.java:180)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
            at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:397)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:184)
            at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:174)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:216)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:184)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:276)
            at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
            at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:240)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:179)
            at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
            at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
            at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
            at com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
            at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
            at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
            at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
            at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:239)
            at com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
            at com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
            at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
            at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
            at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
            at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
            at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
    Caused by: javax.naming.NameNotFoundException
            at com.sun.enterprise.naming.TransientContext.resolveContext(TransientContext.java:255)
            at com.sun.enterprise.naming.TransientContext.lookup(TransientContext.java:178)
            at com.sun.enterprise.naming.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:61)
            at com.sun.enterprise.naming.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:98)
            at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:309)
            at javax.naming.InitialContext.lookup(InitialContext.java:392)
            at com.sun.enterprise.naming.NamingManagerImpl.bindObjects(NamingManagerImpl.java:469)
            ... 54 more
    CORE5020: Error while loading ejb module
    {code}
    I know it is very large. I think the error it is in this line.
    {code}
    NAM0008 : Invalid Destination: jndi/Topic for java:comp/env/jms/Topic
    EJB5090: Exception in creating EJB container [javax.naming.NamingException [Root exception is javax.naming.NameNotFoundException]]
    {code}
    also I am going to put the code.
    file PublicarBean.java
    {code}
    package org.pepes;
    import com.sun.tools.ws.processor.model.java.JavaArrayType;
    import javax.annotation.Resource;
    import javax.ejb.SessionContext;
    import javax.ejb.Stateless;
    import javax.jms.ConnectionFactory;
    import javax.jms.QueueConnectionFactory;
    import javax.jms.Topic;
    import javax.naming.NamingException;
    * @author pepes
    @Stateless(mappedName="ejb/publicar")
    public class publicarBean implements org.pepes.publicarRemote {
        /** Creates a new instance of publicarBean */
        @Resource(name="jms/QueueConnectionFactory")
        private QueueConnectionFactory connectionFactory;
        @Resource(name="jms/Topic", mappedName="jndi/Topic")
        private Topic topic;
        private javax.naming.InitialContext ctx;
        public publicarBean() {
        public void creaMensaje() throws javax.naming.NamingException , javax.jms.JMSException {
            try {       
                javax.naming.InitialContext ctx = new javax.naming.InitialContext();
                this.connectionFactory = (javax.jms.QueueConnectionFactory)ctx.lookup("jms/QueueConnectionFactory");
                this.topic = (javax.jms.Topic)ctx.lookup("jms/Topic");
                javax.jms.Connection connection = this.connectionFactory.createConnection();
                javax.jms.TopicSession ts = (javax.jms.TopicSession)connection.createSession(false, javax.jms.Session.AUTO_ACKNOWLEDGE);
                javax.jms.TopicPublisher tp = ts.createPublisher(this.topic);
                javax.jms.TextMessage msg = ts.createTextMessage();
                for (int i = 0; i<3;i++) {
                    msg.setText("Prueba: " + i);
                    tp.publish(msg);
            catch (javax.jms.JMSException jmex) {
                throw jmex;
    {code}
    the file publicarRemote.java
    {code}
    package org.pepes;
    import javax.ejb.Remote;
    * This is the business interface for publicar enterprise bean.
    @Remote
    public interface publicarRemote {
         public void creaMensaje() throws javax.naming.NamingException , javax.jms.JMSException;
    {code}
    file mensaje.java
    {code}
    package org.pepes;
    import javax.annotation.Resource;
    import javax.ejb.ActivationConfigProperty;
    import javax.ejb.MessageDriven;
    import javax.ejb.MessageDrivenContext;
    import javax.jms.Message;
    import javax.jms.MessageListener;
    * Entity class Mensaje
    * @author pepes
    @MessageDriven(mappedName = "jms/Mensaje", activationConfig =  {
            @ActivationConfigProperty(propertyName = "acknowledgeMode", propertyValue = "Auto-acknowledge"),
            @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue")
    public class Mensaje implements MessageListener {
        /** Creates a new instance of Mensaje */
        @Resource
        private MessageDrivenContext mdc;
        public Mensaje() {
        public void onMessage(Message message) {
            javax.jms.TextMessage msg = null;
            try {
                if (message instanceof javax.jms.TextMessage) {
                    msg = (javax.jms.TextMessage) message;
                    System.out.println(msg.getText());
                } else {
                    System.out.println("Message of wrong type: "
                            + message.getClass().getName());
            } catch (javax.jms.JMSException e) {
                e.printStackTrace();
                mdc.setRollbackOnly();
            } catch (Throwable te) {
                te.printStackTrace();
    {code}
    the file prueba.jsp
    {code}
    <%@page contentType="text/html"%>
    <%@page pageEncoding="UTF-8"%>
    <%--
    The taglib directive below imports the JSTL library. If you uncomment it,
    you must also add the JSTL library to the project. The Add Library... action
    on Libraries node in Projects view can be used to add the JSTL 1.1 library.
    --%>
    <%--
    <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    --%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
       "http://www.w3.org/TR/html4/loose.dtd">
    <html>
        <head>
            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
            <title>JSP Page</title>
        </head>
        <body>
        <h1>JSP Page</h1>
        <%--
        This example uses JSTL, uncomment the taglib directive above.
        To test, display the page like this: index.jsp?sayHello=true&name=Murphy
        --%>
        <%--
        <c:if test="${param.sayHello}">
            <!-- Let's welcome the user ${param.name} -->
            Hello ${param.name}!
        </c:if>
        --%>
        <%    
            try {
            javax.naming.InitialContext ctx = new javax.naming.InitialContext();
            org.pepes.publicarRemote publisher = (org.pepes.publicarRemote)ctx.lookup("ejb/publicar");
            if (publisher==null) {
                System.out.println("INFO: Es null");
            else {
                System.out.println("INFO: No es null");
            publisher.creaMensaje();
            } catch (javax.naming.NamingException ex) {
                System.out.println("ERROR naming: " + ex.getMessage());
            catch (javax.jms.JMSException jmex) {
                System.out.println("ERROR jms: " + jmex.getMessage());
            catch (java.lang.NullPointerException nullex) {
                System.out.println("ERROR null: " + nullex.getMessage());
    %>
        </body>
    </html>
    {code}
    I think the problem is because i don't put destination address. if it is so, the true where do I put this address?. if not where is the problem?
    I hope your help.
    Thanks you  in advanced.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    

    Hi,
    Did you create your destinations in your application server? It seems that the destinations such as topics and queues are not created. First you should create them and then start using them.
    For example, in here, it says that jndi/Topic is not valid. To check if the destinations are valid or not; you can do it either through the graphical user interface or the command line console.

  • Problem with transacted JMS connection factory and transaction timeouts

              We encountered an interesting problem using transacted JMS connection factories.
              An EJB starts a container managed transaction and tries to validate a credit card
              before creating some information to a database for the user, in case of success
              an SMS is sent to the user via the transacted JMS queue. If the credit card authentications
              duration is about the same as the transactions timeout (in this case the default
              30 seconds) sometimes the database inserts is committed but the JMS insert is
              rollbacked. How can this be?
              If the authorization duration is much longer than 30 seconds everything works
              fine (both database and JMS inserts rollbacked), the same is true if a rollback
              is insured by calling EJBContext.setRollbackOnly(). The problem thus occurs only
              if the duration is approximately the same as the transaction timeout, it appears
              that the database insert is not timeouted but the JMS insert is. How can this
              be if they are both participating in the same transaction.
              The JMSConnectionFactory used is a Connection factory with XA-enabled. The result
              is the same also with the default "javax.jms.QueueConnectionFactory" and if we
              configure our own factory with user transactions enabled.
              Any help appreciated!
              

    Tomas Granö wrote:
              > We encountered an interesting problem using transacted JMS connection factories.
              > An EJB starts a container managed transaction and tries to validate a credit card
              > before creating some information to a database for the user, in case of success
              > an SMS is sent to the user via the transacted JMS queue. If the credit card authentications
              > duration is about the same as the transactions timeout (in this case the default
              > 30 seconds) sometimes the database inserts is committed but the JMS insert is
              > rollbacked. How can this be?
              It should not be.
              >
              > If the authorization duration is much longer than 30 seconds everything works
              > fine (both database and JMS inserts rollbacked), the same is true if a rollback
              > is insured by calling EJBContext.setRollbackOnly(). The problem thus occurs only
              > if the duration is approximately the same as the transaction timeout, it appears
              > that the database insert is not timeouted but the JMS insert is. How can this
              > be if they are both participating in the same transaction.
              >
              > The JMSConnectionFactory used is a Connection factory with XA-enabled. The result
              > is the same also with the default "javax.jms.QueueConnectionFactory" and if we
              > configure our own factory with user transactions enabled.
              >
              > Any help appreciated!
              Make sure that your session is not "transacted". In other words,
              the first parameter to createSession() must be false. There is an
              unfortunate name re-use here. If a session is "transacted", it
              maintains an independent "inner transaction" independent of the
              outer transaction. From the above description, it seems unlikely
              that your application has this wrong, as you say that
              "setRollbackOnly" works - but please check anyway.
              Make sure that you are using a true XA capable driver and database
              (XA "emulation" may not suffice)
              Beyond the above, I do not see what can be going wrong. You
              may want to try posting to the transactions and jdbc newsgroups. Note
              that JMS is appears to be exhibiting the correct behavior, but the
              JDBC operation is not. The JDBC operation appears to have
              its timeout independent of the transaction monitor's timeout.
              Tom
              

  • Having problem when running application in portal

    hi am having a problem when running my application in webcenter portal,but i don't have problem when am running application as standalone,am in jdeveloper 11.1.1.6.0.,i do have view caretiria in my application view,which am have panel query table in my jsff page
    the log error i get is
    <XmlErrorHandler> <handleError> ADF_FACES-60096:Server Exception during PPR, #1
    java.lang.IllegalStateException
         at oracle.jbo.uicli.binding.JUSearchBindingCustomizer.getViewCriteria(JUSearchBindingCustomizer.java:2167)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding._getCurrentViewCriteria(FacesCtrlSearchBinding.java:3949)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding.access$1600(FacesCtrlSearchBinding.java:115)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding$QueryModelImpl._performOneTimeActions(FacesCtrlSearchBinding.java:1981)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding$QueryModelImpl.<init>(FacesCtrlSearchBinding.java:1532)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding.getQueryModel(FacesCtrlSearchBinding.java:344)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding.internalGet(FacesCtrlSearchBinding.java:3738)
         at oracle.adf.model.binding.DCExecutableBinding.get(DCExecutableBinding.java:115)
         at javax.el.MapELResolver.getValue(MapELResolver.java:164)
         at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:173)
         at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:200)
         at com.sun.el.parser.AstValue.getValue(Unknown Source)
         at com.sun.el.ValueExpressionImpl.getValue(Unknown Source)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer._encodeChild(PanelGroupLayoutRenderer.java:432)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.access$300(PanelGroupLayoutRenderer.java:30)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:682)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:601)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:170)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290)
         at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:255)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.encodeAll(PanelGroupLayoutRenderer.java:358)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer._encodeChild(PanelGroupLayoutRenderer.java:432)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    the logs error i get in C:\Users\use\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\DefaultDomain\servers\DefaultServer\logs
    is
    java.lang.ClassNotFoundException: java.lang.String, java.lang.Object
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:43)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:247)
         at oracle.jbo.common.java2.JDK2ClassLoader.loadClassForName(JDK2ClassLoader.java:34)
         at oracle.adf.model.binding.DCBindingContainer.internalGet(DCBindingContainer.java:2761)
         at oracle.adf.model.binding.DCExecutableBinding.get(DCExecutableBinding.java:115)
         at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:304)
         at oracle.adf.model.binding.DCBindingContainer.evaluateParameterWithElCheck(DCBindingContainer.java:1458)
         at oracle.adf.model.binding.DCBindingContainer.findDataControl(DCBindingContainer.java:1588)
         at oracle.adf.model.binding.DCIteratorBinding.initDataControl(DCIteratorBinding.java:2472)
         at oracle.adf.model.binding.DCIteratorBinding.getDataControl(DCIteratorBinding.java:2416)
         at oracle.adf.model.binding.DCBindingContainer.getDataControl(DCBindingContainer.java:5086)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:421)
         at oracle.adfinternal.view.faces.renderkit.rich.PageTemplateRenderer.encodeAll(PageTemplateRenderer.java:69)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.encodeEnd(ContextSwitchingComponent.java:155)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:421)
         at oracle.adfinternal.view.faces.renderkit.rich.RegionRenderer._encodeChildren(RegionRenderer.java:278)
         at oracle.adfinternal.view.faces.renderkit.rich.RegionRenderer.encodeAll(RegionRenderer.java:201)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at oracle.adf.view.rich.component.fragment.UIXRegion.encodeEnd(UIXRegion.java:300)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer._encodeChild(PanelGroupLayoutRenderer.java:432)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.access$300(PanelGroupLayoutRenderer.java:30)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:682)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:601)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:170)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290)
         at org.apache.myfaces.trinidad.component.UIXGroup.processFlattenedChildren(UIXGroup.java:96)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:160)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290)
         at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:255)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.encodeAll(PanelGroupLayoutRenderer.java:358)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeCenterFacet(PanelStretchLayoutRenderer.java:769)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeCenterPane(PanelStretchLayoutRenderer.java:1140)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeMiddlePanes(PanelStretchLayoutRenderer.java:348)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeAll(PanelStretchLayoutRenderer.java:313)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeFacet(DecorativeBoxRenderer.java:361)
         at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeCenterPane(DecorativeBoxRenderer.java:616)
         at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeAll(DecorativeBoxRenderer.java:304)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeCenterFacet(PanelStretchLayoutRenderer.java:769)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeCenterPane(PanelStretchLayoutRenderer.java:1140)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeMiddlePanes(PanelStretchLayoutRenderer.java:348)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeAll(PanelStretchLayoutRenderer.java:313)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2004)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:1360)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:279)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:421)
         at oracle.adfinternal.view.faces.renderkit.rich.PageTemplateRenderer.encodeAll(PageTemplateRenderer.java:69)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.encodeEnd(ContextSwitchingComponent.java:155)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:421)
         at oracle.adfinternal.view.faces.renderkit.rich.FormRenderer.encodeAll(FormRenderer.java:220)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:421)
         at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1324)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:933)
         at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:266)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:197)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.webcenter.portalframework.sitestructure.handler.CustomViewHandler.renderView(CustomViewHandler.java:263)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:911)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:367)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:222)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.portlet.client.adapter.adf.ADFPortletFilter.doFilter(ADFPortletFilter.java:32)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.framework.events.dispatcher.EventDispatcherFilter.doFilter(EventDispatcherFilter.java:44)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.wcps.client.PersonalizationFilter.doFilter(PersonalizationFilter.java:75)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.content.integration.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:168)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.lifecycle.filter.LifecycleLockFilter.doFilter(LifecycleLockFilter.java:151)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: java.lang.ClassNotFoundException: java.lang.String, javax.faces.component.UIComponent
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:43)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:247)
         at oracle.jbo.common.java2.JDK2ClassLoader.loadClassForName(JDK2ClassLoader.java:34)
         at oracle.jbo.common.JBOClass.forName(JBOClass.java:174)
         at oracle.jbo.common.JBOClass.findDataClass(JBOClass.java:239)
         ... 281 more
    ## Detail 0 ##
    java.lang.ClassNotFoundException: java.lang.String, javax.faces.component.UIComponent
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:43)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:247)
         at oracle.jbo.common.java2.JDK2ClassLoader.loadClassForName(JDK2ClassLoader.java:34)
         at oracle.jbo.common.JBOClass.forName(JBOClass.java:174)
         at oracle.jbo.common.JBOClass.findDataClass(JBOClass.java:239)
         at oracle.adf.model.generic.AttributeDefImpl.init(AttributeDefImpl.java:166)
         at oracle.adf.model.generic.AttributeDefImpl.loadFromXML(AttributeDefImpl.java:203)
         at oracle.adf.model.generic.StructureDefImpl.loadAttributes(StructureDefImpl.java:761)
         at oracle.adf.model.generic.AccessorDefImpl.loadFromXML(AccessorDefImpl.java:103)
         at oracle.adf.model.generic.StructureDefImpl.loadAccessors(StructureDefImpl.java:818)
         at oracle.adf.model.generic.StructureDefImpl.readChildren(StructureDefImpl.java:730)
         at oracle.adf.model.generic.StructureDefImpl.readContents(StructureDefImpl.java:658)
         at oracle.adf.model.generic.StructureDefImpl.createAndLoadFromXML(StructureDefImpl.java:448)
         at oracle.jbo.uicli.mom.JUMetaObjectManager.loadFromXML(JUMetaObjectManager.java:1069)
         at oracle.jbo.mom.DefinitionManager.loadLazyDefinitionObject(DefinitionManager.java:1232)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:603)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObjectDontCheckName(DefinitionManager.java:542)
         at oracle.adf.model.generic.StructureDefImpl.referToMOMStructureDef(StructureDefImpl.java:871)
         at oracle.adf.model.generic.StructureDefImpl.loadFromXML(StructureDefImpl.java:468)
         at oracle.adf.model.generic.AccessorDefImpl.loadFromXML(AccessorDefImpl.java:181)
         at oracle.adf.model.generic.StructureDefImpl.getAttributeDefs(StructureDefImpl.java:206)
         at oracle.adf.model.adapter.AbstractImpl.convertStructureDef(AbstractImpl.java:452)
         at oracle.adf.model.adapter.AbstractImpl.convertStructureDef(AbstractImpl.java:488)
         at oracle.adf.model.adapter.AbstractImpl.convertStructureDef(AbstractImpl.java:488)
         at oracle.adf.model.adapter.AbstractImpl.setStructureDef(AbstractImpl.java:206)
         at oracle.adf.model.adapter.AdapterDCService.<init>(AdapterDCService.java:98)
         at oracle.adf.model.adapter.DataControlFactoryImpl.createDataControl(DataControlFactoryImpl.java:256)
         at oracle.adf.model.adapter.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:231)
         at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:167)
         at oracle.adf.model.BindingContext.instantiateDataControl(BindingContext.java:1056)
         at oracle.adf.model.dcframe.DataControlFrameImpl.doFindDataControl(DataControlFrameImpl.java:1566)
         at oracle.adf.model.dcframe.DataControlFrameImpl.internalFindDataControl(DataControlFrameImpl.java:1438)
         at oracle.adf.model.dcframe.DataControlFrameImpl.findDataControl(DataControlFrameImpl.java:1398)
         at oracle.adf.model.BindingContext.internalFindDataControl(BindingContext.java:1189)
         at oracle.adf.model.BindingContext.get(BindingContext.java:1139)
         at oracle.adf.model.binding.DCParameter.evaluateValue(DCParameter.java:82)Edited by: adf009 on 2013/05/27 9:51 AM

    am using taskflow
    when i remove this panel query table the application without any problem in portal,am deploying to portal using adf jar
    <af:panelGroupLayout layout="vertical" id="pgl3">
            <af:panelHeader text="IntUsers1" id="ph1">
              <af:query id="qryId1" headerText="Search" disclosed="true"
                        value="#{bindings.IntUsersCriteriaQuery.queryDescriptor}"
                        model="#{bindings.IntUsersCriteriaQuery.queryModel}"
                        queryListener="#{bindings.IntUsersCriteriaQuery.processQuery}"
                        queryOperationListener="#{bindings.IntUsersCriteriaQuery.processQueryOperation}"
                        resultComponentId="::resId1" rows="1" maxColumns="5"/>
            </af:panelHeader>
            <af:table value="#{bindings.IntUsers1.collectionModel}" var="row"
                      rows="#{bindings.IntUsers1.rangeSize}"
                      emptyText="#{bindings.IntUsers1.viewable ? 'No data to display.' : 'Access Denied.'}"
                      fetchSize="#{bindings.IntUsers1.rangeSize}"
                      rowBandingInterval="0"
                      filterModel="#{bindings.IntUsersCriteriaQuery.queryDescriptor}"
                      queryListener="#{bindings.IntUsersCriteriaQuery.processQuery}"
                      filterVisible="true" varStatus="vs"
                      selectedRowKeys="#{bindings.IntUsers1.collectionModel.selectedRow}"
                      selectionListener="#{bindings.IntUsers1.collectionModel.makeCurrent}"
                      rowSelection="single" id="resId1">
              <af:column sortProperty="Usertype" filterable="true" sortable="true"
                         headerText="#{bindings.IntUsers1.hints.Usertype.label}"
                         id="resId1c1">
                <af:outputText value="#{row.Usertype}" id="ot1"/>
              </af:column>
              <af:column sortProperty="Username" filterable="true" sortable="true"
                         headerText="#{bindings.IntUsers1.hints.Username.label}"
                         id="resId1c2">
                <af:outputText value="#{row.Username}" id="ot2"/>
              </af:column>
              <af:column sortProperty="Firstname" filterable="true" sortable="true"
                         headerText="#{bindings.IntUsers1.hints.Firstname.label}"
                         id="resId1c3">
                <af:outputText value="#{row.Firstname}" id="ot9"/>
              </af:column>
              <af:column sortProperty="Surname" filterable="true" sortable="true"
                         headerText="#{bindings.IntUsers1.hints.Surname.label}"
                         id="resId1c4">
                <af:outputText value="#{row.Surname}" id="ot8"/>
              </af:column>
              <af:column sortProperty="Officename" filterable="true" sortable="true"
                         headerText="#{bindings.IntUsers1.hints.Officename.label}"
                         id="resId1c5">
                <af:outputText value="#{row.Officename}" id="ot6"/>
              </af:column>
              <af:column sortProperty="Officecode1" filterable="true"
                         sortable="true"
                         headerText="#{bindings.IntUsers1.hints.Officecode1.label}"
                         id="resId1c6">
                <af:outputText value="#{row.Officecode1}" id="ot7"/>
              </af:column>
              <af:column sortProperty="Branchcode1" filterable="true"
                         sortable="true"
                         headerText="#{bindings.IntUsers1.hints.Branchcode1.label}"
                         id="resId1c7">
                <af:outputText value="#{row.Branchcode1}" id="ot3"/>
              </af:column>
              <af:column sortProperty="Branchdescription" filterable="true"
                         sortable="true"
                         headerText="#{bindings.IntUsers1.hints.Branchdescription.label}"
                         id="resId1c8">
                <af:outputText value="#{row.Branchdescription}" id="ot5"/>
              </af:column>
              <af:column sortProperty="Branchcode" filterable="true" sortable="true"
                         headerText="#{bindings.IntUsers1.hints.Branchcode.label}"
                         id="resId1c9">
                <af:outputText value="#{row.Branchcode}" id="ot10"/>
              </af:column>
              <af:column sortProperty="Persalnumber" filterable="true"
                         sortable="true"
                         headerText="#{bindings.IntUsers1.hints.Persalnumber.label}"
                         id="resId1c10">
                <af:outputText value="#{row.Persalnumber}" id="ot4"/>
              </af:column>
            </af:table>
          </af:panelGroupLayout>
    my logs is
    <UIXRegion> <_warn> Error processing viewId: /Upninttask-flow-definition/IntUsr URI: /IntUsr.jsff actual-URI: /IntUsr.jsff.
    java.lang.IllegalStateException
         at oracle.jbo.uicli.binding.JUSearchBindingCustomizer.getViewCriteria(JUSearchBindingCustomizer.java:2167)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding._getCurrentViewCriteria(FacesCtrlSearchBinding.java:3949)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding.access$1600(FacesCtrlSearchBinding.java:115)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding$QueryModelImpl._performOneTimeActions(FacesCtrlSearchBinding.java:1981)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding$QueryModelImpl.<init>(FacesCtrlSearchBinding.java:1532)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding.getQueryModel(FacesCtrlSearchBinding.java:344)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding.internalGet(FacesCtrlSearchBinding.java:3738)
         at oracle.adf.model.binding.DCExecutableBinding.get(DCExecutableBinding.java:115)
         at javax.el.MapELResolver.getValue(MapELResolver.java:164)
         at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:173)
         at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:200)
         at com.sun.el.parser.AstValue.getValue(Unknown Source)
         at com.sun.el.ValueExpressionImpl.getValue(Unknown Source)
         at org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:68)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.getProperty(UIXComponentBase.java:1194)
         at oracle.adf.view.rich.component.UIXQuery.getModel(UIXQuery.java:468)
         at oracle.adf.view.rich.component.UIXQuery._setupAndStoreContextInRequest(UIXQuery.java:276)
         at oracle.adf.view.rich.component.UIXQuery.encodeBegin(UIXQuery.java:201)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:928)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:421)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer.renderChildrenAfterHelpAndInfo(PanelHeaderRenderer.java:542)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer._renderContentCell(PanelHeaderRenderer.java:1066)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer.renderContentRow(PanelHeaderRenderer.java:490)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer.encodeAll(PanelHeaderRenderer.java:231)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer._encodeChild(PanelGroupLayoutRenderer.java:432)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.access$300(PanelGroupLayoutRenderer.java:30)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:682)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:601)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:170)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290)
         at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:255)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.encodeAll(PanelGroupLayoutRenderer.java:358)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer._encodeChild(PanelGroupLayoutRenderer.java:432)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.access$300(PanelGroupLayoutRenderer.java:30)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:682)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:601)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:170)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290)
         at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:255)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.encodeAll(PanelGroupLayoutRenderer.java:358)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer._encodeChild(PanelGroupLayoutRenderer.java:432)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.access$300(PanelGroupLayoutRenderer.java:30)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:682)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:601)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:170)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290)
         at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:255)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.encodeAll(PanelGroupLayoutRenderer.java:358)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:421)
         at oracle.adfinternal.view.faces.renderkit.rich.RegionRenderer._encodeChildren(RegionRenderer.java:278)
         at oracle.adfinternal.view.faces.renderkit.rich.RegionRenderer.encodeAll(RegionRenderer.java:201)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at oracle.adf.view.rich.component.fragment.UIXRegion.encodeEnd(UIXRegion.java:300)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer._encodeChild(PanelGroupLayoutRenderer.java:432)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.access$300(PanelGroupLayoutRenderer.java:30)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:682)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:601)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:170)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290)
         at org.apache.myfaces.trinidad.component.UIXGroup.processFlattenedChildren(UIXGroup.java:96)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:160)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290)
         at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:255)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.encodeAll(PanelGroupLayoutRenderer.java:358)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeCenterFacet(PanelStretchLayoutRenderer.java:769)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeCenterPane(PanelStretchLayoutRenderer.java:1140)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeMiddlePanes(PanelStretchLayoutRenderer.java:348)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeAll(PanelStretchLayoutRenderer.java:313)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeFacet(DecorativeBoxRenderer.java:361)
         at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeCenterPane(DecorativeBoxRenderer.java:616)
         at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeAll(DecorativeBoxRenderer.java:304)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeCenterFacet(PanelStretchLayoutRenderer.java:769)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeCenterPane(PanelStretchLayoutRenderer.java:1140)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeMiddlePanes(PanelStretchLayoutRenderer.java:348)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeAll(PanelStretchLayoutRenderer.java:313)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2004)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:1360)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:279)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:421)
         at oracle.adfinternal.view.faces.renderkit.rich.PageTemplateRenderer.encodeAll(PageTemplateRenderer.java:69)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.encodeEnd(ContextSwitchingComponent.java:155)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:421)
         at oracle.adfinternal.view.faces.renderkit.rich.FormRenderer.encodeAll(FormRenderer.java:220)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:421)
         at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1324)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:933)
         at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:266)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:197)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.webcenter.portalframework.sitestructure.handler.CustomViewHandler.renderView(CustomViewHandler.java:263)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:911)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:367)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:222)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.portlet.client.adapter.adf.ADFPortletFilter.doFilter(ADFPortletFilter.java:32)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.framework.events.dispatcher.EventDispatcherFilter.doFilter(EventDispatcherFilter.java:44)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.wcps.client.PersonalizationFilter.doFilter(PersonalizationFilter.java:75)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.content.integration.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:168)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.lifecycle.filter.LifecycleLockFilter.doFilter(LifecycleLockFilter.java:151)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)Edited by: adf009 on 2013/05/27 12:08 PM
    Edited by: adf009 on 2013/05/27 12:14 PM

  • Problem with the JNDI properties while executing a client test

    Hello Everybody,
    I'm trying to learn Jdeveloper, and I have followed the tutoriel " Learn Oracle Fronn Oracle" Volum 2, so i am trying to create a simple oriented bean message with EJB 3.0, and a client test to deliver a message, and the problem is that i can't display my message in the Embedded OC4J WINDOW.
    This is the errors displayed:
    Line:-----
    D:\jdevstudio10132\jdk\bin\javaw.exe -client -classpath D:\jdevstudio10132\EJB30MDB\SimpleMDB\classes;D:\jdevstudio10132\j2ee\home\lib\ejb30.jar;D:\jdevstudio10132\j2ee\home\lib\activation.jar;D:\jdevstudio10132\j2ee\home\lib\ejb.jar;D:\jdevstudio10132\j2ee\home\lib\jms.jar;D:\jdevstudio10132\j2ee\home\lib\jta.jar;D:\jdevstudio10132\j2ee\home\lib\mail.jar;D:\jdevstudio10132\j2ee\home\lib\servlet.jar;D:\jdevstudio10132\rdbms\jlib\aqapi.jar;D:\jdevstudio10132\toplink\jlib\toplink-essentials.jar;D:\jdevstudio10132\j2ee\home\oc4j.jar;D:\jdevstudio10132\j2ee\home\oc4jclient.jar;D:\jdevstudio10132\j2ee\home\lib\javax77.jar -Dhttp.proxyHost=10.0.0.99 -Dhttp.proxyPort=8080 -Dhttp.nonProxyHosts=localhost|127.0.0.1|doi-sonia -Dhttps.proxyHost=10.0.0.99 -Dhttps.proxyPort=8080 -Dhttps.nonProxyHosts=localhost|127.0.0.1|doi-sonia oracle.mdb.jmsclient.TestJMSClient
    Looking up TCF
    javax.naming.CommunicationException: Connection refused: connect [Root exception is java.net.ConnectException: Connection refused: connect]
         at com.evermind.server.rmi.RMIClient.lookup(RMIClient.java:292)
         at com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java:51)
         at com.evermind.naming.FilterContext.lookup(FilterContext.java:126)
         at com.evermind.server.ApplicationClientContext.lookup(ApplicationClientContext.java:63)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at oracle.mdb.jmsclient.TestJMSClient.main(TestJMSClient.java:20)
    Caused by: java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:507)
         at java.net.Socket.connect(Socket.java:457)
         at java.net.Socket.<init>(Socket.java:365)
         at java.net.Socket.<init>(Socket.java:207)
         at com.evermind.server.rmi.RMIClientConnection.createSocket(RMIClientConnection.java:682)
         at oracle.oc4j.rmi.ClientSocketRmiTransport.createNetworkConnection(ClientSocketRmiTransport.java:58)
         at oracle.oc4j.rmi.ClientRmiTransport.connectToServer(ClientRmiTransport.java:78)
         at oracle.oc4j.rmi.ClientSocketRmiTransport.connectToServer(ClientSocketRmiTransport.java:68)
         at com.evermind.server.rmi.RMIClientConnection.connect(RMIClientConnection.java:646)
         at com.evermind.server.rmi.RMIClientConnection.sendLookupRequest(RMIClientConnection.java:190)
         at com.evermind.server.rmi.RMIClientConnection.lookup(RMIClientConnection.java:174)
         at com.evermind.server.rmi.RMIClient.lookup(RMIClient.java:283)
         ... 5 more
    Process exited with exit code 0.
    Line:-----
    and and there is the TestJMSClient code:
    Line:-----
    package oracle.mdb.jmsclient;
    import javax.jms.Connection;
    import javax.jms.ConnectionFactory;
    import javax.jms.Destination;
    import javax.jms.Message;
    import javax.jms.MessageProducer;
    import javax.jms.Session;
    import javax.jms.Topic;
    import javax.naming.InitialContext;
    public class TestJMSClient {
    public static void main(String[] args) {
    try {
    System.out.println("Looking up TCF");
    ConnectionFactory connectionFactory =
    (ConnectionFactory) new InitialContext()
    .lookup("jms/TopicConnectionFactory");
    Connection connection = connectionFactory.createConnection();
    connection.start();
    System.out.println("Starting Topic Session");
    Session topicSession = connection.createSession(false,
    Session.AUTO_ACKNOWLEDGE);
    Destination topic = (Destination)new InitialContext().lookup("jms/demoTopic");
    MessageProducer publisher = topicSession.createProducer(topic);
    Message message = topicSession.createMessage();
    message.setJMSType("theMessage");
    message.setLongProperty("time", System.currentTimeMillis());
    message.setStringProperty("subject", "Test EJB 3.0 MDB");
    message.setStringProperty("message",
    "Test message Send to first EJB 3.0 MDB");
    publisher.send(message);
    System.out
    .println("Message Sent to JMS Topic, Check Server Console to See whether MDB got activated!");
    publisher.close();
    topicSession.close();
    connection.close();
    }catch (Throwable ex) {
    ex.printStackTrace();
    Line:-----
    I am not sure if the JNDI properties should have a correct configuration to make this application work:
    Line:-----
    java.naming.factory.initial=oracle.j2ee.naming.ApplicationClientInitialContextFactory
    java.naming.provider.url=ormi://localhost:23891/current-workspace-app
    java.naming.security.principal=oc4jconn
    java.naming.security.credentials=welcome
    Line:-----
    Above, it's the code given by the tutoriel, i change welcome by my pass word, but the problem still existing.
    Any idea or help would be greatful
    Thanks

    I use Oracle Jdeveloper 10.1.3.2.0 , Oracle 10g(10.2) Express Edition and PL/SQL Developer V: 7.1.0.13337, XP as OS .
    this is my netstat-a cmd, i expect you can answer, if you want any information about my system, ask me and i will answer you, thanks a lot:
    Connexions actives
    Proto Adresse locale Adresse distante Etat
    TCP est-tatia:epmap est-tatia.ABL.local:0 LISTENING
    TCP est-tatia:microsoft-ds est-tatia.ABL.local:0 LISTENING
    TCP est-tatia:1053 est-tatia.ABL.local:0 LISTENING
    TCP est-tatia:1110 est-tatia.ABL.local:0 LISTENING
    TCP est-tatia:1521 est-tatia.ABL.local:0 LISTENING
    TCP est-tatia:8888 est-tatia.ABL.local:0 LISTENING
    TCP est-tatia:9127 est-tatia.ABL.local:0 LISTENING
    TCP est-tatia:19780 est-tatia.ABL.local:0 LISTENING
    TCP est-tatia:23791 est-tatia.ABL.local:0 LISTENING
    TCP est-tatia:23943 est-tatia.ABL.local:0 LISTENING
    TCP est-tatia:netbios-ssn est-tatia.ABL.local:0 LISTENING
    TCP est-tatia:1056 est-tatia.ABL.local:1521 ESTABLISHED
    TCP est-tatia:1059 10.0.0.101:13000 ESTABLISHED
    TCP est-tatia:1387 10.0.0.101:epmap TIME_WAIT
    TCP est-tatia:1388 10.0.0.101:1026 TIME_WAIT
    TCP est-tatia:1390 10.0.0.101:epmap TIME_WAIT
    TCP est-tatia:1391 10.0.0.101:1026 TIME_WAIT
    TCP est-tatia:1521 est-tatia.ABL.local:1056 ESTABLISHED
    TCP est-tatia:1038 est-tatia.ABL.local:0 LISTENING
    TCP est-tatia:1044 est-tatia.ABL.local:0 LISTENING
    TCP est-tatia:1132 localhost:1521 ESTABLISHED
    TCP est-tatia:1137 localhost:1138 ESTABLISHED
    TCP est-tatia:1138 localhost:1137 ESTABLISHED
    TCP est-tatia:1139 localhost:1140 ESTABLISHED
    TCP est-tatia:1140 localhost:1139 ESTABLISHED
    TCP est-tatia:1385 localhost:1386 ESTABLISHED
    TCP est-tatia:1386 localhost:1385 ESTABLISHED
    TCP est-tatia:1389 localhost:23791 ESTABLISHED
    TCP est-tatia:1521 localhost:1132 ESTABLISHED
    TCP est-tatia:8080 est-tatia.ABL.local:0 LISTENING
    TCP est-tatia:23791 localhost:1389 ESTABLISHED
    TCP est-tatia:30523 est-tatia.ABL.local:0 LISTENING
    UDP est-tatia:microsoft-ds *:*
    UDP est-tatia:isakmp *:*
    UDP est-tatia:1025 *:*
    UDP est-tatia:1026 *:*
    UDP est-tatia:1151 *:*
    UDP est-tatia:4500 *:*
    UDP est-tatia:15000 *:*
    UDP est-tatia:15001 *:*
    UDP est-tatia:ntp *:*
    UDP est-tatia:netbios-ns *:*
    UDP est-tatia:netbios-dgm *:*
    UDP est-tatia:1900 *:*
    UDP est-tatia:ntp *:*
    UDP est-tatia:1027 *:*
    UDP est-tatia:1048 *:*
    UDP est-tatia:1287 *:*
    UDP est-tatia:1289 *:*
    UDP est-tatia:1900 *:*
    **************************************************************************

  • Strange problem in MDB!!!

    Hi,
    Iam sending messages to a queue(MyQueue) using JMS and MDB is consuming them. But the problem is that the MDB is not getting invoked for all messages and this doesn't happen all the time. Sometimes it works perfectly fine and sometimes it doesn't consume any messages or just consumes only some of the messages. I think the configuration is fine.
    Iam using JBoss 4.0.4, EJB 3.0, JavaEE 5.0
    Relevant snippets of configuration files and code are as follows:
    1) jbossmq-destinations-service.xml --- added a new queue
    <mbean code="org.jboss.mq.server.jmx.Queue"
         name="jboss.mq.destination:service=Queue,name=MyQueue">
    <depends optional-attribute-name="DestinationManager">
    jboss.mq:service=DestinationManager</depends>
    </mbean>
    2) Code using JMS API
    context = new InitialContext();
    connectionFactory =
    (ConnectionFactory)context.lookup("ConnectionFactory");
    destinationName = "queue/MyQueue";
    Queue testExecutionQueue =
    (Queue)context.lookup(destinationName);
    connection = connectionFactory.createConnection();
    session = connection.createSession(false,
    Session.AUTO_ACKNOWLEDGE);
    msgProducer = session.createProducer(testExecutionQueue);
    connection.start();
    ObjectMessage message = session.createObjectMessage();
    message.setObject(msg);
    msgProducer.send(message);
    // Close the connection
    3) MDB
    // Only the annotations --- others are not required I guess
    @MessageDriven(activationConfig = {
    @ActivationConfigProperty(propertyName="destinationType",
    propertyValue="javax.jms.Queue"),
    @ActivationConfigProperty(propertyName="destination",
    propertyValue="queue/MyQueue") })
    Thats it. In the JBoss configuration file, I only changed the file mentioned in 1).
    The problem is strange because it happens sometimes and works perfectly at other times.
    Where am I going wrong?
    Thank you.

    Initially I started off with queue/testQueue. I noticed that the Receivers Count in the JBoss JMX Console was 2. I switched to the new queue (MyQueue). Its receivers count is 1. But still sometimes I have the same problem.
    Correct me if I am wrong here -- If there are more than 1 receivers for a single queue (which shouldn't be the case) then it produces unexpected behaviour and it could lead to the situation I am facing.
    Are there any other things that I should look into? Because this happened with a new queue also.
    Thank you.

  • Problem updating Application Manager in CS6 D&W Premium

    I just finished a clean installation of CS6 Design & Web Premium under WIndows 7 Enterprise 64-bit.  I fired up Bridge, checked for updates, and allowed the update process to complete.  I then fired up Adobe Application Manager (from the desktop icon) to confirm all updates had been applied, but it behaved as if it needed to update itself.  For a second or two, it displayed a dialog about other instances of Application Manager running, but then that disappeared, and the installation continued.  I encountered a UAC warning, which I allowed, and shortly thereafter, I was presented with a dialog stating that, "Adobe Application Manager failed to install."  My only option at this point is to quit.  Oddly enough, when Application Manager is invoked through checking for updates from a CS6 component (e.g. Bridge, Photoshop, etc.), there doesn't seem to be a problem.  The issue only seems to arise when using Application Manager's desktop icon, or its shortcut under All Programs in the Start menu.  Please advise how to correct this behavior.
    Cheers

    In case it helps, here is the content of a fresh PDApp.log file from my %TEMP% folder.  (%TEMP% emptied, then AAM ran to create.)
    +++
    07/11/13 12:52:42:542 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | Build Version - 7.0.0.414
    07/11/13 12:52:42:542 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | Logging Level verbosity Set  to 4
    07/11/13 12:52:42:542 | [INFO] |  | ASU | PDApp | PDApp.CommandLineParser |  |  | 3172 | Parsing the command line provided. Number of command line arguments is 4
    07/11/13 12:52:42:542 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | Detecting Applet Database Library file...
    07/11/13 12:52:42:543 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | Fetching Applet registeration information...
    07/11/13 12:52:42:543 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 3172 | AppletManager initialize...
    07/11/13 12:52:42:543 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 3172 | Applet database path - C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\..
    07/11/13 12:52:42:543 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 3172 | PIM library path - C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\AdobePIM.dll
    07/11/13 12:52:42:543 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 3172 | Loading PIM library...
    07/11/13 12:52:42:546 | [INFO] |  | ASU | PIM | PIM |  |  | 3172 | Build Version - 7.0.0.414
    07/11/13 12:52:42:547 | [INFO] |  | ASU | PIM | PIM |  |  | 3172 | Logging Level verbosity Set  to 4
    07/11/13 12:52:42:547 | [INFO] |  | ASU | PIM | PIM |  |  | 3172 | CREATE PIM Instance ...
    07/11/13 12:52:42:548 | [INFO] |  | ASU | PIM | Utilities |  |  | 3172 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\..\pim.db-journal' does not exist
    07/11/13 12:52:42:548 | [INFO] |  | ASU | PIM | PIM |  |  | 3172 | trying to createOrUpdatePIMDbSchema.
    07/11/13 12:52:42:559 | [INFO] |  | ASU | PIM | PIM |  |  | 3172 | Current db schema version on machine 1.
    07/11/13 12:52:42:559 | [INFO] |  | ASU | PIM | PIM |  |  | 3172 | Current db schema version to install 1.
    07/11/13 12:52:42:559 | [INFO] |  | ASU | PIM | PIM |  |  | 3172 | PIM DB Schema is up to date. Current schema version is 1.
    07/11/13 12:52:42:559 | [INFO] |  | ASU | PIM | PIM |  |  | 3172 | PIM Database is Up To Date.
    07/11/13 12:52:42:559 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 3172 | Getting applet data from Applet database
    07/11/13 12:52:42:560 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 3172 | All installed pakages version string (pim_getCurrentPackagesVersion) is CCM:7.0.0.81|D6:6.2.139.0|DECore:6.2.139.0|DWA:3.0.97.0|LWA:3.0.97.0|P6:6.2.139.0|PDApp:7 .0.0.414|UWA:6.2.139.0
    07/11/13 12:52:42:560 | [INFO] |  | ASU | PIM | PIM |  |  | 3172 | PIMSqlite closeDB status 0
    07/11/13 12:52:42:560 | [INFO] |  | ASU | PIM | PIM |  |  | 3172 | FREE PIM Instance ...
    07/11/13 12:52:42:561 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 3172 | Registering Applets...
    07/11/13 12:52:42:561 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 3172 | Loading Applet Switcher library: C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\switcher\CCM_UI.dll
    07/11/13 12:52:42:562 | [WARN] |  | ASU | PDApp | PDApp.AppletManager |  |  | 3172 | Unable to get the applet switching info... Response is: 8
    07/11/13 12:52:42:562 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | DWA AppletID argument not specified on command line. Trying to find the existing instance
    07/11/13 12:52:42:563 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | This is the first instance so creating a thread for listening to the created pipe
    07/11/13 12:52:42:563 | [INFO] |  | ASU | PDApp | PipeThread |  |  | 3788 | Pipe thread started
    07/11/13 12:52:42:563 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | Starting AsyncMessageProcessor
    07/11/13 12:52:42:563 | [INFO] |  | ASU | PDApp | PDApp.AsyncMsgProcessor |  |  | 3172 | AsyncMsgProcessor initialized...
    07/11/13 12:52:42:563 | [INFO] |  | ASU | PDApp | PDApp.AsyncMsgProcessor |  |  | 3172 | AsyncMsgProcessor started. on thread id = 3376
    07/11/13 12:52:42:565 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 3172 | Initializing native WindowManager
    07/11/13 12:52:42:565 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 3172 | Creating window instance
    07/11/13 12:52:42:565 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 3172 | Checking for appletID and appletVersion given in CommandLineOptions
    07/11/13 12:52:42:565 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 3172 | Creating APE stage instance
    07/11/13 12:52:42:880 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 3172 | MessageHandler initialized...
    07/11/13 12:52:42:880 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 3172 | ExternalGateway initialized...
    07/11/13 12:52:42:880 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 3172 | NativeCommandHandler initialized...
    07/11/13 12:52:42:885 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.885 [INFO] PDApp.StartupCommand Logging Level verbosity Set to  INFO |  |  | 3172 | 11/2013 12:52:42.885 [INFO] PDApp.StartupCommand Logging Level verbosity Set to  INFO
    07/11/13 12:52:42:886 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.885 [INFO] PDApp.StartupCommand Processing the startup Command |  |  | 3172 | 11/2013 12:52:42.885 [INFO] PDApp.StartupCommand Processing the startup Command
    07/11/13 12:52:42:887 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.887 [INFO] PDAPP.AppletManager Starting Applet registeration... |  |  | 3172 | 11/2013 12:52:42.887 [INFO] PDAPP.AppletManager Starting Applet registeration...
    07/11/13 12:52:42:892 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.892 [INFO] PDAPP.MainDisplayMediator Looking up for the Exact versioned applet for ID :CCM_UI |  |  | 3172 | 11/2013 12:52:42.892 [INFO] PDAPP.MainDisplayMediator Looking up for the Exact versioned applet for ID :CCM_UI
    07/11/13 12:52:42:894 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.894 [INFO] PDAPP.AppletManager Loading Applet: CCM_UI Version = 1.0 |  |  | 3172 | 11/2013 12:52:42.894 [INFO] PDAPP.AppletManager Loading Applet: CCM_UI Version = 1.0
    07/11/13 12:52:42:900 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.900 [INFO] PDApp.ZStringLoader PDAPP SWF - locale set to - en_US |  |  | 3172 | 11/2013 12:52:42.900 [INFO] PDApp.ZStringLoader PDAPP SWF - locale set to - en_US
    07/11/13 12:52:42:912 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.911 [INFO] PDAPP.AppletManager Loading progress0 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.911 [INFO] PDAPP.AppletManager Loading progress0 out of 1241772
    07/11/13 12:52:42:912 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.912 [INFO] PDAPP.AppletManager Loading progress65536 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.912 [INFO] PDAPP.AppletManager Loading progress65536 out of 1241772
    07/11/13 12:52:42:913 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.913 [INFO] PDAPP.AppletManager Loading progress131072 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.913 [INFO] PDAPP.AppletManager Loading progress131072 out of 1241772
    07/11/13 12:52:42:914 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.914 [INFO] PDAPP.AppletManager Loading progress196608 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.914 [INFO] PDAPP.AppletManager Loading progress196608 out of 1241772
    07/11/13 12:52:42:915 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.915 [INFO] PDAPP.AppletManager Loading progress262144 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.915 [INFO] PDAPP.AppletManager Loading progress262144 out of 1241772
    07/11/13 12:52:42:916 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.916 [INFO] PDAPP.AppletManager Loading progress327680 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.916 [INFO] PDAPP.AppletManager Loading progress327680 out of 1241772
    07/11/13 12:52:42:917 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.917 [INFO] PDAPP.AppletManager Loading progress393216 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.917 [INFO] PDAPP.AppletManager Loading progress393216 out of 1241772
    07/11/13 12:52:42:919 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.918 [INFO] PDAPP.AppletManager Loading progress458752 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.918 [INFO] PDAPP.AppletManager Loading progress458752 out of 1241772
    07/11/13 12:52:42:920 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.920 [INFO] PDAPP.AppletManager Loading progress524288 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.920 [INFO] PDAPP.AppletManager Loading progress524288 out of 1241772
    07/11/13 12:52:42:921 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.920 [INFO] PDAPP.AppletManager Loading progress589824 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.920 [INFO] PDAPP.AppletManager Loading progress589824 out of 1241772
    07/11/13 12:52:42:922 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.921 [INFO] PDAPP.AppletManager Loading progress655360 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.921 [INFO] PDAPP.AppletManager Loading progress655360 out of 1241772
    07/11/13 12:52:42:923 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.922 [INFO] PDAPP.AppletManager Loading progress720896 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.922 [INFO] PDAPP.AppletManager Loading progress720896 out of 1241772
    07/11/13 12:52:42:924 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.923 [INFO] PDAPP.AppletManager Loading progress786432 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.923 [INFO] PDAPP.AppletManager Loading progress786432 out of 1241772
    07/11/13 12:52:42:924 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.924 [INFO] PDAPP.AppletManager Loading progress851968 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.924 [INFO] PDAPP.AppletManager Loading progress851968 out of 1241772
    07/11/13 12:52:42:925 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.925 [INFO] PDAPP.AppletManager Loading progress917504 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.925 [INFO] PDAPP.AppletManager Loading progress917504 out of 1241772
    07/11/13 12:52:42:926 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.926 [INFO] PDAPP.AppletManager Loading progress983040 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.926 [INFO] PDAPP.AppletManager Loading progress983040 out of 1241772
    07/11/13 12:52:42:927 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.927 [INFO] PDAPP.AppletManager Loading progress1048576 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.927 [INFO] PDAPP.AppletManager Loading progress1048576 out of 1241772
    07/11/13 12:52:42:928 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.928 [INFO] PDAPP.AppletManager Loading progress1114112 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.928 [INFO] PDAPP.AppletManager Loading progress1114112 out of 1241772
    07/11/13 12:52:42:929 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.929 [INFO] PDAPP.AppletManager Loading progress1179648 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.929 [INFO] PDAPP.AppletManager Loading progress1179648 out of 1241772
    07/11/13 12:52:42:930 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.930 [INFO] PDAPP.AppletManager Loading progress1241772 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.930 [INFO] PDAPP.AppletManager Loading progress1241772 out of 1241772
    07/11/13 12:52:43:181 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.181 [INFO] DLM.ApplicationFacade sendNotification = ApplicationStartupCommand, type = null |  |  | 3172 | 11/2013 12:52:43.181 [INFO] DLM.ApplicationFacade sendNotification = ApplicationStartupCommand, type = null
    07/11/13 12:52:43:182 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.182 [INFO] CCM.AppStartup Processing the application startup command |  |  | 3172 | 11/2013 12:52:43.182 [INFO] CCM.AppStartup Processing the application startup command
    07/11/13 12:52:43:183 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.183 [INFO] PDApp.ExternalGateway Recieved Applet Loading Completion |  |  | 3172 | 11/2013 12:52:43.183 [INFO] PDApp.ExternalGateway Recieved Applet Loading Completion
    07/11/13 12:52:43:185 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.185 [INFO] CCM.AppStartup Going to start the workflow |  |  | 3172 | 11/2013 12:52:43.185 [INFO] CCM.AppStartup Going to start the workflow
    07/11/13 12:52:43:187 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.186 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow, type = null |  |  | 3172 | 11/2013 12:52:43.186 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow, type = null
    07/11/13 12:52:43:188 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.188 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null |  |  | 3172 | 11/2013 12:52:43.188 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null
    07/11/13 12:52:43:192 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.192 [INFO] DLM.ApplicationFacade sendNotification = bootEXECUTE_CCM_WORKFLOW, type = null |  |  | 3172 | 11/2013 12:52:43.192 [INFO] DLM.ApplicationFacade sendNotification = bootEXECUTE_CCM_WORKFLOW, type = null
    07/11/13 12:52:43:194 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.194 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null |  |  | 3172 | 11/2013 12:52:43.194 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null
    07/11/13 12:52:43:194 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.194 [INFO] DLM.ApplicationFacade sendNotification = initCCMNativeSignal, type = null |  |  | 3172 | 11/2013 12:52:43.194 [INFO] DLM.ApplicationFacade sendNotification = initCCMNativeSignal, type = null
    07/11/13 12:52:43:195 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.195 [INFO] CCM.InitializeCCMNativeCommand inside initial windows show |  |  | 3172 | 11/2013 12:52:43.195 [INFO] CCM.InitializeCCMNativeCommand inside initial windows show
    07/11/13 12:52:43:196 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 3172 | Loading Applet - CCM_Native for WindowID - 1
    07/11/13 12:52:43:197 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.197 [INFO] CCMNativeApplet startApplet |  |  | 3172 | 11/2013 12:52:43.197 [INFO] CCMNativeApplet startApplet
    07/11/13 12:52:43:222 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.222 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null |  |  | 3172 | 11/2013 12:52:43.222 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null
    07/11/13 12:52:43:222 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.222 [INFO] DLM.ApplicationFacade sendNotification = initZstringSignal, type = null |  |  | 3172 | 11/2013 12:52:43.222 [INFO] DLM.ApplicationFacade sendNotification = initZstringSignal, type = null
    07/11/13 12:52:43:226 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.226 [INFO] ZStringLoader Trying to load ZString for preferred locale - en_US |  |  | 3172 | 11/2013 12:52:43.226 [INFO] ZStringLoader Trying to load ZString for preferred locale - en_US
    07/11/13 12:52:43:229 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.229 [INFO] ZStringLoader Locale set to - en_US |  |  | 3172 | 11/2013 12:52:43.229 [INFO] ZStringLoader Locale set to - en_US
    07/11/13 12:52:43:231 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.231 [INFO] CCM.InitializeZstringCommand Font fallback applied is applicationFonts 'Lucida Grande, Segoe UI, Tahoma, _sans' inputControlFonts: 'Lucida Grande, Segoe UI, Tahoma, _sans' |  |  | 3172 | 11/2013 12:52:43.231 [INFO] CCM.InitializeZstringCommand Font fallback applied is applicationFonts 'Lucida Grande, Segoe UI, Tahoma, _sans' inputControlFonts: 'Lucida Grande, Segoe UI, Tahoma, _sans'
    07/11/13 12:52:43:233 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.233 [INFO] DLM.ApplicationFacade sendNotification = zstringLoadCompleteSignal, type = null |  |  | 3172 | 11/2013 12:52:43.233 [INFO] DLM.ApplicationFacade sendNotification = zstringLoadCompleteSignal, type = null
    07/11/13 12:52:43:233 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.233 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow, type = null |  |  | 3172 | 11/2013 12:52:43.233 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow, type = null
    07/11/13 12:52:43:233 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.233 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null |  |  | 3172 | 11/2013 12:52:43.233 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null
    07/11/13 12:52:43:233 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.233 [INFO] DLM.ApplicationFacade sendNotification = initAppletViewSignal, type = null |  |  | 3172 | 11/2013 12:52:43.233 [INFO] DLM.ApplicationFacade sendNotification = initAppletViewSignal, type = null
    07/11/13 12:52:43:241 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.241 [INFO] DLM.ApplicationFacade sendNotification = ShowScreen, type = null |  |  | 3172 | 11/2013 12:52:43.241 [INFO] DLM.ApplicationFacade sendNotification = ShowScreen, type = null
    07/11/13 12:52:43:243 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.243 [INFO] AAMShared.DynamicViewMediator Showing screen with screenID : com.adobe.aam.shared.view.compositeComponent::CCMMainView |  |  | 3172 | 11/2013 12:52:43.243 [INFO] AAMShared.DynamicViewMediator Showing screen with screenID : com.adobe.aam.shared.view.compositeComponent::CCMMainView
    07/11/13 12:52:43:290 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.290 [INFO] CCM.PrepareInitialAppletView Going to show the window now!!! |  |  | 3172 | 11/2013 12:52:43.290 [INFO] CCM.PrepareInitialAppletView Going to show the window now!!!
    07/11/13 12:52:43:325 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.325 [INFO] DLM.ApplicationFacade sendNotification = RegisterMediatorCommand, type = null |  |  | 3172 | 11/2013 12:52:43.325 [INFO] DLM.ApplicationFacade sendNotification = RegisterMediatorCommand, type = null
    07/11/13 12:52:43:326 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.326 [INFO] DLM.ApplicationFacade sendNotification = CCM_CONTENT_REFRESH_DATA, type = null |  |  | 3172 | 11/2013 12:52:43.326 [INFO] DLM.ApplicationFacade sendNotification = CCM_CONTENT_REFRESH_DATA, type = null
    07/11/13 12:52:43:327 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.327 [INFO] DLM.ApplicationFacade sendNotification = CCM_NAVIGATION_PANEL_REFRESH_DATA, type = null |  |  | 3172 | 11/2013 12:52:43.327 [INFO] DLM.ApplicationFacade sendNotification = CCM_NAVIGATION_PANEL_REFRESH_DATA, type = null
    07/11/13 12:52:43:328 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.327 [INFO] DLM.ApplicationFacade sendNotification = ccmInitialViewCompleteSignal, type = null |  |  | 3172 | 11/2013 12:52:43.327 [INFO] DLM.ApplicationFacade sendNotification = ccmInitialViewCompleteSignal, type = null
    07/11/13 12:52:43:328 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.328 [INFO] DLM.ApplicationFacade sendNotification = CCM_MAIN_CONTENT_IS_BUSY, type = null |  |  | 3172 | 11/2013 12:52:43.328 [INFO] DLM.ApplicationFacade sendNotification = CCM_MAIN_CONTENT_IS_BUSY, type = null
    07/11/13 12:52:43:328 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.328 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow, type = null |  |  | 3172 | 11/2013 12:52:43.328 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow, type = null
    07/11/13 12:52:43:328 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.328 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null |  |  | 3172 | 11/2013 12:52:43.328 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null
    07/11/13 12:52:43:329 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.328 [INFO] DLM.ApplicationFacade sendNotification = preprocess_ccm_applet, type = null |  |  | 3172 | 11/2013 12:52:43.328 [INFO] DLM.ApplicationFacade sendNotification = preprocess_ccm_applet, type = null
    07/11/13 12:52:43:332 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.331 [INFO] DLM.ApplicationFacade sendNotification = populateSystemInfoDataSignal, type = null |  |  | 3172 | 11/2013 12:52:43.331 [INFO] DLM.ApplicationFacade sendNotification = populateSystemInfoDataSignal, type = null
    07/11/13 12:52:43:334 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.333 [INFO] SystemUtilities Current system is a windows system |  |  | 3172 | 11/2013 12:52:43.333 [INFO] SystemUtilities Current system is a windows system
    07/11/13 12:52:43:334 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.334 [INFO] SystemUtilities Current system is 64 bit |  |  | 3172 | 11/2013 12:52:43.334 [INFO] SystemUtilities Current system is 64 bit
    07/11/13 12:52:43:334 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.334 [INFO] DLM.ApplicationFacade sendNotification = initNativeSessionsSignal, type = null |  |  | 3172 | 11/2013 12:52:43.334 [INFO] DLM.ApplicationFacade sendNotification = initNativeSessionsSignal, type = null
    07/11/13 12:52:43:335 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.335 [INFO] CCMNativeApplet createSession |  |  | 3172 | 11/2013 12:52:43.335 [INFO] CCMNativeApplet createSession
    07/11/13 12:52:43:337 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.337 [INFO] CCMNativeApplet dlmAppletSessionProxy.sessionId = {886AFCBF-10B0-41E9-849F-601CB3CDC0E9} |  |  | 3172 | 11/2013 12:52:43.337 [INFO] CCMNativeApplet dlmAppletSessionProxy.sessionId = {886AFCBF-10B0-41E9-849F-601CB3CDC0E9}
    07/11/13 12:52:43:343 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.343 [ERROR] CCMGlobalCommonUtils Failed to process the input xml at path -  error is Error #3006 |  |  | 3172 | 11/2013 12:52:43.343 [ERROR] CCMGlobalCommonUtils Failed to process the input xml at path -  error is Error #3006
    07/11/13 12:52:43:345 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.345 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null |  |  | 3172 | 11/2013 12:52:43.345 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null
    07/11/13 12:52:43:346 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.346 [INFO] DLM.ApplicationFacade sendNotification = readGlobalPrefSignal, type = null |  |  | 3172 | 11/2013 12:52:43.346 [INFO] DLM.ApplicationFacade sendNotification = readGlobalPrefSignal, type = null
    7/11/2013 12:52:43 [INFO] OPM - Build Version - 7.0.0.78
    7/11/2013 12:52:43 [INFO] OPM - Logging Level verbosity Set  to 4
    7/11/2013 12:52:43 [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    7/11/2013 12:52:43 [INFO] OPM - Successfully opened opm session, db location:C:\Users\ECR6\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    7/11/2013 12:52:43 [INFO] OPM - No Record found for the input fields in opm_getValueForKey
    7/11/2013 12:52:43 [INFO] OPM - Released OPM refrence successfully in opm_freeLibRef
    7/11/2013 12:52:43 [ERROR] OPM - Invalid arguments in get value for key...in opm_getValueForKey
    7/11/2013 12:52:43 [INFO] OPM - Released OPM refrence successfully in opm_freeLibRef
    7/11/2013 12:52:43 [INFO] OPM - Released OPM refrence successfully in opm_freeLibRef
    07/11/13 12:52:43:357 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.357 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null |  |  | 3172 | 11/2013 12:52:43.357 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null
    07/11/13 12:52:43:358 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.358 [INFO] DLM.ApplicationFacade sendNotification = check_new_aam_version, type = null |  |  | 3172 | 11/2013 12:52:43.358 [INFO] DLM.ApplicationFacade sendNotification = check_new_aam_version, type = null
    07/11/13 12:52:43:783 | [INFO] |  | ASU | PDApp | PDApp.MessageQuequeManager |  |  | 3172 | Message Queue Manager initialized...
    7/11/2013 12:52:43 [INFO] Utilities - File 'C:\Users\ECR6\AppData\Local\Temp\{76080F67-D9D2-4E51-9665-332020B3A0E8}AAMVersion.xml' does not exist
    7/11/2013 12:52:43 [INFO] Utilities - File 'C:\Users\ECR6\AppData\Local\Temp\{76080F67-D9D2-4E51-9665-332020B3A0E8}\AAMVersion.xml' does not exist
    07/11/13 12:52:44:987 | [INFO] |  | ASU | PIM | PIM |  |  | 3880 | Build Version - 7.0.0.414
    07/11/13 12:52:44:987 | [INFO] |  | ASU | PIM | PIM |  |  | 3880 | Logging Level verbosity Set  to 4
    07/11/13 12:52:44:987 | [INFO] |  | ASU | PIM | PIM |  |  | 3880 | CREATE PIM Instance ...
    07/11/13 12:52:44:987 | [INFO] |  | ASU | PIM | Utilities |  |  | 3880 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\pim.db-journal' does not exist
    07/11/13 12:52:44:987 | [INFO] |  | ASU | PIM | PIM |  |  | 3880 | trying to createOrUpdatePIMDbSchema.
    07/11/13 12:52:44:988 | [INFO] |  | ASU | PIM | PIM |  |  | 3880 | Current db schema version on machine 1.
    07/11/13 12:52:44:988 | [INFO] |  | ASU | PIM | PIM |  |  | 3880 | Current db schema version to install 1.
    07/11/13 12:52:44:989 | [INFO] |  | ASU | PIM | PIM |  |  | 3880 | PIM DB Schema is up to date. Current schema version is 1.
    07/11/13 12:52:44:989 | [INFO] |  | ASU | PIM | PIM |  |  | 3880 | PIM Database is Up To Date.
    07/11/13 12:52:44:989 | [INFO] |  | ASU | PIM | PIM |  |  | 3880 | PIMSqlite closeDB status 0
    07/11/13 12:52:44:989 | [INFO] |  | ASU | PIM | PIM |  |  | 3880 | FREE PIM Instance ...
    07/11/13 12:52:45:305 | [INFO] |  | ASU | PDApp | 11/2013 12:52:45.305 [INFO] DLM.ApplicationFacade sendNotification = handleNativeDataSignal, type = null |  |  | 3172 | 11/2013 12:52:45.305 [INFO] DLM.ApplicationFacade sendNotification = handleNativeDataSignal, type = null
    07/11/13 12:52:45:307 | [INFO] |  | ASU | PDApp | 11/2013 12:52:45.306 [INFO] shouldUpdateAAM Latest AAM is not present on the machine. Launching LBS to update aam on the machine |  |  | 3172 | 11/2013 12:52:45.306 [INFO] shouldUpdateAAM Latest AAM is not present on the machine. Launching LBS to update aam on the machine
    07/11/13 12:52:45:307 | [INFO] |  | ASU | PDApp | 11/2013 12:52:45.307 [INFO] DLM.ApplicationFacade sendNotification = aamVersionCheckCompleteSignal, type = null |  |  | 3172 | 11/2013 12:52:45.307 [INFO] DLM.ApplicationFacade sendNotification = aamVersionCheckCompleteSignal, type = null
    07/11/13 12:52:45:308 | [INFO] |  | ASU | PDApp | 11/2013 12:52:45.308 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null |  |  | 3172 | 11/2013 12:52:45.308 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null
    07/11/13 12:52:45:309 | [INFO] |  | ASU | PDApp | 11/2013 12:52:45.308 [INFO] DLM.ApplicationFacade sendNotification = update_aam_on_machine, type = null |  |  | 3172 | 11/2013 12:52:45.308 [INFO] DLM.ApplicationFacade sendNotification = update_aam_on_machine, type = null
    07/11/13 12:52:45:361 | [INFO] |  | ASU | PDApp | 11/2013 12:52:45.360 [INFO] DLM.ApplicationFacade sendNotification = quitYesClickSignal, type = null |  |  | 3172 | 11/2013 12:52:45.360 [INFO] DLM.ApplicationFacade sendNotification = quitYesClickSignal, type = null
    07/11/13 12:52:45:362 | [INFO] |  | ASU | PDApp | 11/2013 12:52:45.361 [INFO] DLM.ApplicationFacade sendNotification = removeCCMPopUpScreen, type = null |  |  | 3172 | 11/2013 12:52:45.361 [INFO] DLM.ApplicationFacade sendNotification = removeCCMPopUpScreen, type = null
    07/11/13 12:52:45:363 | [INFO] |  | ASU | PDApp | 11/2013 12:52:45.363 [INFO] DLM.ApplicationFacade sendNotification = HidePopupWindow, type = null |  |  | 3172 | 11/2013 12:52:45.363 [INFO] DLM.ApplicationFacade sendNotification = HidePopupWindow, type = null
    07/11/13 12:52:45:363 | [INFO] |  | ASU | PDApp | 11/2013 12:52:45.363 [INFO] DLM.ApplicationFacade sendNotification = ENABLE_WINDOW_NOTIFICATION, type = null |  |  | 3172 | 11/2013 12:52:45.363 [INFO] DLM.ApplicationFacade sendNotification = ENABLE_WINDOW_NOTIFICATION, type = null
    07/11/13 12:52:45:364 | [INFO] |  | ASU | PDApp | 11/2013 12:52:45.364 [INFO] DLM.ApplicationFacade sendNotification = SHARED_POPUP_HIDE, type = null |  |  | 3172 | 11/2013 12:52:45.364 [INFO] DLM.ApplicationFacade sendNotification = SHARED_POPUP_HIDE, type = null
    7/11/2013 12:52:45 [INFO] OPM - Build Version - 7.0.0.1
    7/11/2013 12:52:45 [INFO] OPM - Logging Level verbosity Set  to 4
    7/11/2013 12:52:45 [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    7/11/2013 12:52:45 [INFO] OPM - Successfully opened opm session, db location:C:\Users\ECR6\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    7/11/2013 12:52:45 [INFO] OPM - No Record found for the input fields in opm_getValueForKey
    7/11/2013 12:52:45 [INFO] OPM - Released OPM refrence successfully in opm_freeLibRef
    07/11/13 12:52:45:904 | [INFO] |  | ASU | PDApp | 11/2013 12:52:45.904 [INFO] DLM.ApplicationFacade sendNotification = quitCCMDownloadWorkflowSignal, type = null |  |  | 3172 | 11/2013 12:52:45.904 [INFO] DLM.ApplicationFacade sendNotification = quitCCMDownloadWorkflowSignal, type = null
    07/11/13 12:52:45:910 | [INFO] |  | ASU | PDApp | 11/2013 12:52:45.909 [INFO] DLM.ApplicationFacade sendNotification = allProductSessionsClosedSignal, type = null |  |  | 3172 | 11/2013 12:52:45.909 [INFO] DLM.ApplicationFacade sendNotification = allProductSessionsClosedSignal, type = null
    07/11/13 12:52:45:911 | [INFO] |  | ASU | PDApp | 11/2013 12:52:45.910 [INFO] DLM.ApplicationFacade sendNotification = TryQuitApplicationSignal, type = null |  |  | 3172 | 11/2013 12:52:45.910 [INFO] DLM.ApplicationFacade sendNotification = TryQuitApplicationSignal, type = null
    07/11/13 12:52:46:145 | [INFO] |  | ASU | PDApp | 11/2013 12:52:46.145 [INFO] DLM.ApplicationFacade sendNotification = quitGlobalSessionSignal, type = null |  |  | 3172 | 11/2013 12:52:46.145 [INFO] DLM.ApplicationFacade sendNotification = quitGlobalSessionSignal, type = null
    07/11/13 12:52:46:147 | [INFO] |  | ASU | PDApp | 11/2013 12:52:46.146 [INFO] CCMNativeApplet performSessionJob = <dlmargs>
      <SessionKey>{886AFCBF-10B0-41E9-849F-601CB3CDC0E9}</SessionKey>
    </dlmargs> |  |  | 3172 | 11/2013 12:52:46.146 [INFO] CCMNativeApplet performSessionJob = <dlmargs>
      <SessionKey>{886AFCBF-10B0-41E9-849F-601CB3CDC0E9}</SessionKey>
    </dlmargs>
    07/11/13 12:52:46:151 | [INFO] |  | ASU | PDApp | 11/2013 12:52:46.151 [INFO] CCMNativeApplet close session result = <output>
      <result>success</result>
    </output> |  |  | 3172 | 11/2013 12:52:46.151 [INFO] CCMNativeApplet close session result = <output>
      <result>success</result>
    </output>
    07/11/13 12:52:46:152 | [INFO] |  | ASU | PDApp | 11/2013 12:52:46.152 [INFO] DLM.ApplicationFacade sendNotification = FINALIZE_PROV_COMMON_NOTIFICATION, type = null |  |  | 3172 | 11/2013 12:52:46.152 [INFO] DLM.ApplicationFacade sendNotification = FINALIZE_PROV_COMMON_NOTIFICATION, type = null
    07/11/13 12:52:46:156 | [INFO] |  | ASU | PDApp | 11/2013 12:52:46.156 [INFO] CCMNativeApplet startApplet |  |  | 3172 | 11/2013 12:52:46.156 [INFO] CCMNativeApplet startApplet
    07/11/13 12:52:46:659 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 3172 | Un-loading Applet - CCM_Native for window ID - 1
    07/11/13 12:52:46:659 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 3172 | Callng the finalize function of the applet
    07/11/13 12:52:47:159 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 3172 | Unloading applet
    07/11/13 12:52:47:160 | [INFO] |  | ASU | PDApp | 11/2013 12:52:47.160 [INFO] PDApp.HostMessageHandler Recieved force window close message |  |  | 3172 | 11/2013 12:52:47.160 [INFO] PDApp.HostMessageHandler Recieved force window close message
    07/11/13 12:52:47:161 | [INFO] |  | ASU | PDApp | 11/2013 12:52:47.160 [INFO] PDApp.HostMessageHandler Sending message to native |  |  | 3172 | 11/2013 12:52:47.160 [INFO] PDApp.HostMessageHandler Sending message to native
    07/11/13 12:52:47:165 | [INFO] |  | ASU | PDApp | 11/2013 12:52:47.164 [INFO] DLM.ApplicationFacade sendNotification = handleNativeDataSignal, type = null |  |  | 3172 | 11/2013 12:52:47.164 [INFO] DLM.ApplicationFacade sendNotification = handleNativeDataSignal, type = null
    07/11/13 12:52:47:166 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 3172 | Window destruction reached for ID - 1
    07/11/13 12:52:47:334 | [INFO] |  | ASU | PDApp | PipeThread |  |  | 3788 | Pipe Connected. Waiting for data to come on pipe
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PipeThread |  |  | 3788 | 2 bytes read on pipe
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PipeThread |  |  | 3788 | Data recieved on pipe. Sending the data to the main thread to process and show window
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PipeThread |  |  | 3788 | Message Sent to main thread
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PipeThread |  |  | 3788 | Disconnecting pipe
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PipeThread |  |  | 3788 | Pipe Disconnected
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PipeThread |  |  | 3788 | Terminating the pipe thread
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | Terminating native MessageQueueManager
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp.MessageQuequeManager |  |  | 3172 | Message Queue Manager destructed
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | Terminating WindowManager
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 3172 | Destroying PDApp main window's
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 3172 | Destroying PDApp main window's sucessfully
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | Terminating ExternalGateway
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 3172 | ExternalGateway destructed
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | Terminating MessageHandler
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 3172 | MessageHandler finalize...
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 3172 | MessageHandler destructed
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | Terminating NativeCommandHandler
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 3172 | NativeCommandHandler destructed
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | Terminating AsyncMessageProcessor
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp.AsyncMsgProcessor |  |  | 3172 | Destroying AsyncMsgProcessor
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | Terminating NativePlatformHandler
    07/11/13 12:52:47:336 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | Terminating ETSWrapper class
    07/11/13 12:52:47:336 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | Terminating logger
    07/11/13 12:52:48:497 | [INFO] |  | ASU | PIM | PIM |  |  | 2544 | Build Version - 7.0.0.414
    07/11/13 12:52:48:497 | [INFO] |  | ASU | PIM | PIM |  |  | 2544 | Logging Level verbosity Set  to 4
    07/11/13 12:52:48:497 | [INFO] |  | ASU | PIM | PIM |  |  | 2544 | CREATE PIM Instance ...
    07/11/13 12:52:48:497 | [INFO] |  | ASU | PIM | Utilities |  |  | 2544 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\pim.db-journal' does not exist
    07/11/13 12:52:48:498 | [INFO] |  | ASU | PIM | PIM |  |  | 2544 | trying to createOrUpdatePIMDbSchema.
    07/11/13 12:52:48:499 | [INFO] |  | ASU | PIM | PIM |  |  | 2544 | Current db schema version on machine 1.
    07/11/13 12:52:48:499 | [INFO] |  | ASU | PIM | PIM |  |  | 2544 | Current db schema version to install 1.
    07/11/13 12:52:48:499 | [INFO] |  | ASU | PIM | PIM |  |  | 2544 | PIM DB Schema is up to date. Current schema version is 1.
    07/11/13 12:52:48:499 | [INFO] |  | ASU | PIM | PIM |  |  | 2544 | PIM Database is Up To Date.
    07/11/13 12:52:48:500 | [INFO] |  | ASU | PIM | PIM |  |  | 2544 | PIMSqlite closeDB status 0
    07/11/13 12:52:48:500 | [INFO] |  | ASU | PIM | PIM |  |  | 2544 | FREE PIM Instance ...
    07/11/13 12:53:28:225 | [INFO] |  | ASU | Setup | Setup |  |  | 3984 | \Users\ECR6\AppData\Local\Temp\PDApp.log
    07/11/13 12:53:28:225 | [INFO] |  | ASU | Setup | Setup |  |  | 3984 | Logging Level verbosity Set  to 4
    07/11/13 12:53:28:225 | [INFO] |  | ASU | Setup | Utilities |  |  | 3984 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\core\AAMConfig.xml' does not exist
    07/11/13 12:53:28:226 | [INFO] |  | ASU | Setup |  |  |  | 3984 | Event Guid generated is: '7e90a66e-3e8e-495d-b838-a00fc474f9db'
    07/11/13 12:53:28:227 | [INFO] |  | ASU | Setup | Setup |  |  | 3984 | Start Adobe Setup
    07/11/13 12:53:28:227 | [INFO] |  | ASU | Setup | Setup |  |  | 3984 | TimeLog: Bootstrapper Start
    07/11/13 12:53:28:227 | [INFO] |  | ASU | Setup | Setup |  |  | 3984 | TimeLog: Start initial checks
    07/11/13 12:53:28:227 | [INFO] |  | ASU | Setup | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:227 | [WARN] |  | ASU | Setup | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:236 | [INFO] |  | ASU | Setup |  |  |  | 1796 | Event with guid '7e90a66e-3e8e-495d-b838-a00fc474f9db' is being sent
    07/11/13 12:53:28:241 | [INFO] |  | ASU | Setup | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:241 | [INFO] |  | ASU | Setup |  |  |  | 1796 | GetIEProxyInfo - No default proxy present on the user machine
    07/11/13 12:53:28:241 | [INFO] |  | ASU | Setup |  |  |  | 1796 | GetIEProxyInfo - proxy Url is
    07/11/13 12:53:28:241 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Build Version - 2.0.0.0 (BuildVersion: 2.0; BuildDate: Mon Jun 18 2012 06:00:16 )
    07/11/13 12:53:28:242 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Logging Level verbosity Set  to 4
    07/11/13 12:53:28:242 | [INFO] |  | ASU | PIM | Utilities |  |  | 3984 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\pim.db-journal' does not exist
    07/11/13 12:53:28:242 | [INFO] |  | ASU | PIM | Utilities |  |  | 3984 | File 'C:\Users\ECR6\AppData\Local\Temp\\asuap.txt' does not exist
    07/11/13 12:53:28:242 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Build Version - 2.0.0.0 (BuildVersion: 2.0; BuildDate: Mon Jun 18 2012 06:00:16 )
    07/11/13 12:53:28:242 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Logging Level verbosity Set  to 4
    07/11/13 12:53:28:242 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | CREATE PIM Instance ...
    07/11/13 12:53:28:242 | [INFO] |  | ASU | PIM | Utilities |  |  | 3984 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\pim.db-journal' does not exist
    07/11/13 12:53:28:242 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | trying to createOrUpdatePIMDbSchema.
    07/11/13 12:53:28:243 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current db schema version on machine 1.
    07/11/13 12:53:28:243 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current db schema version to install 2.
    07/11/13 12:53:28:243 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | SUCCESS Created Tables.
    07/11/13 12:53:28:243 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | PIM Database is Up To Date.
    07/11/13 12:53:28:243 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Updater Inventory location:C:\Users\ECR6\AppData\Local\ACCCx183\resources\updaterinventory.dll
    07/11/13 12:53:28:244 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Acquired System level ACF lock ...
    07/11/13 12:53:28:244 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Build Version - 2.0.0.0 (BuildVersion: 2.0; BuildDate: Mon Jun 18 2012 06:00:16 )
    07/11/13 12:53:28:244 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Logging Level verbosity Set  to 4
    07/11/13 12:53:28:244 | [INFO] |  | ASU | PIM | Utilities |  |  | 3984 | File 'C:\Program Files (x86)\Adobe\Adobe Creative Cloud\pim.db-journal' does not exist
    07/11/13 12:53:28:244 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Build Version - 2.0.0.0 (BuildVersion: 2.0; BuildDate: Mon Jun 18 2012 06:00:16 )
    07/11/13 12:53:28:244 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Logging Level verbosity Set  to 4
    07/11/13 12:53:28:244 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | CREATE PIM Instance ...
    07/11/13 12:53:28:244 | [INFO] |  | ASU | PIM | Utilities |  |  | 3984 | File 'C:\Program Files (x86)\Adobe\Adobe Creative Cloud\pim.db-journal' does not exist
    07/11/13 12:53:28:244 | [INFO] |  | ASU | PIM | Utilities |  |  | 3984 | File 'C:\Program Files (x86)\Adobe\Adobe Creative Cloud\pim.db' does not exist
    07/11/13 12:53:28:245 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | trying to createOrUpdatePIMDbSchema.
    07/11/13 12:53:28:268 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | SUCCESS Created Tables.
    07/11/13 12:53:28:268 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | PIM Database is Up To Date.
    07/11/13 12:53:28:268 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Updater Inventory location:C:\Users\ECR6\AppData\Local\ACCCx183\resources\updaterinventory.dll
    07/11/13 12:53:28:268 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Acquired System level ACCC lock ...
    07/11/13 12:53:28:268 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:269 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:269 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:269 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:269 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:269 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:269 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:269 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:269 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:269 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:272 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:272 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:272 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:273 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Package id E503D1A9-30F3-4492-A0D7-5691E1693A22 is already installed
    07/11/13 12:53:28:276 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:277 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:277 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:309 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:309 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:309 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:333 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:333 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:333 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:333 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed
    07/11/13 12:53:28:338 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:338 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:338 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:366 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:366 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:367 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:367 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Package id B322281B-C04F-438E-82D7-7DA34A359526 is already installed
    07/11/13 12:53:28:378 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:379 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:379 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:425 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:425 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:426 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:426 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:466 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:467 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:467 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:467 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:470 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 53106091
    07/11/13 12:53:28:470 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | The size required to install AAM on your machine would be 53106091
    07/11/13 12:53:28:470 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:470 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:471 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:471 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:471 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:471 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:471 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:471 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:471 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:471 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:471 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:471 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:472 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:472 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:472 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:472 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:472 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:472 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:472 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:472 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:473 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:474 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:474 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:474 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:474 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:474 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:474 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:475 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:476 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:476 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:476 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:476 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:476 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:477 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:477 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:477 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:478 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:478 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:478 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:479 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:479 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:479 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:479 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:479 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:480 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:481 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:481 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:481 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:481 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:481 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:481 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:482 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:483 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:483 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:483 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:483 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:483 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:484 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:484 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:485 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:485 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:485 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:485 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:486 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:486 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:486 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:486 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:486 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:487 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:488 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:488 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:488 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:488 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:489 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:489 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:490 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:490 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:490 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:490 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:490 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:491 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:491 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:492 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:492 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:492 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:492 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:492 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:493 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:494 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:494 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:494 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:494 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:494 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:495 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:496 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:496 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:496 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:496 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:496 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:497 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:497 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:497 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:498 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:498 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:498 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:499 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:499 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 166738298
    07/11/13 12:53:28:499 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | The size required to install ACCC on your machine would be 166738298
    07/11/13 12:53:28:499 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | The size required to install complete ACCC on your machine would be 219844389
    07/11/13 12:53:28:499 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | PIMSqlite closeDB status 0
    07/11/13 12:53:28:499 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | FREE PIM Instance ...
    07/11/13 12:53:28:499 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | PIMSqlite closeDB status 0
    07/11/13 12:53:28:499 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | FREE PIM Instance ...
    07/11/13 12:53:28:499 | [INFO] |  | ASU | Setup | Utilities |  |  | 3984 | Semaphore is not locked
    07/11/13 12:53:28:499 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Build Version - 2.0.0.0 (BuildVersion: 2.0; BuildDate: Mon Jun 18 2012 06:00:16 )
    07/11/13 12:53:28:500 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Logging Level verbosity Set  to 4
    07/11/13 12:53:28:500 | [INFO] |  | ASU | PIM | Utilities |  |  | 3984 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\pim.db-journal' does not exist
    07/11/13 12:53:28:500 | [INFO] |  | ASU | PIM | Utilities |  |  | 3984 | File 'C:\Users\ECR6\AppData\Local\Temp\\asuap.txt' does not exist
    07/11/13 12:53:28:500 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Build Version - 2.0.0.0 (BuildVersion: 2.0; BuildDate: Mon Jun 18 2012 06:00:16 )
    07/11/13 12:53:28:500 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Logging Level verbosity Set  to 4
    07/11/13 12:53:28:500 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | CREATE PIM Instance ...
    07/11/13 12:53:28:500 | [INFO] |  | ASU | PIM | Utilities |  |  | 3984 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\pim.db-journal' does not exist
    07/11/13 12:53:28:500 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | trying to createOrUpdatePIMDbSchema.
    07/11/13 12:53:28:500 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current db schema version on machine 1.
    07/11/13 12:53:28:500 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current db schema version to install 2.
    07/11/13 12:53:28:500 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | SUCCESS Created Tables.
    07/11/13 12:53:28:500 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | PIM Database is Up To Date.
    07/11/13 12:53:28:500 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Updater Inventory location:C:\Users\ECR6\AppData\Local\ACCCx183\resources\updaterinventory.dll
    07/11/13 12:53:28:501 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Acquired System level ACF lock ...
    07/11/13 12:53:28:501 | [INFO] |  | ASU | Setup | Setup |  |  | 3984 | TimeLog: End initial checks
    07/11/13 12:53:28:501 | [INFO] |  | ASU | Setup | Setup |  |  | 3984 | TimeLog: Begin Installing
    07/11/13 12:53:28:501 | [INFO] |  | ASU | Setup | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:501 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:501 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:502 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:502 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:502 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:502 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:502 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:502 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:502 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:502 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:503 | [INFO] |  | ASU | Setup |  |  |  | 3308 | HTTP Request Status code 200.
    07/11/13 12:53:28:503 | [INFO] |  | ASU | Setup |  |  |  | 1796 | The http request returned HTTP_Status:0 HttpCommunicator error:0
    07/11/13 12:53:28:505 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:505 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:505 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:506 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Package id E503D1A9-30F3-4492-A0D7-5691E1693A22 is already installed
    07/11/13 12:53:28:509 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:509 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:509 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:535 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:535 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:535 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:556 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:556 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:556 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:557 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed
    07/11/13 12:53:28:561 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:561 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:561 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:589 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:589 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:589 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:590 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Package id B322281B-C04F-438E-82D7-7DA34A359526 is already installed
    07/11/13 12:53:28:600 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:601 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:601 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:647 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:647 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:648 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:648 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:688 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:688 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:688 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:689 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:691 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 53106091
    07/11/13 12:53:28:691 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Executing Adobe Genuine Validation for all the AAM packages
    07/11/13 12:53:28:691 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Validating package file: 'C:\Users\ECR6\AppData\Local\ACCCx183\AAMPackages\core\PDApp.pimx'
    07/11/13 12:53:28:694 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:694 |

  • Problem in XML-Application to Application

    Hi
    I am trying to run the XML-Application to Application available on the Oracle site.
    I am using JavaWebServer2.0 and am able to compile all the files successfully,but
    On running the command:
    java xmla2a.tphs.TPHotelSystem
    the following error is encountered:
    java.lang.NoSuchMethodError: oracle.jdbc.driver.OracleConnection: method setTypeMap(Ljava/util/Dictionary;)V not found
    at oracle.AQ.AQOracleSession.<init>(AQOracleSession.java:69)
    at oracle.AQ.AQOracleDriver.createAQSession(AQOracleDriver.java:65)
    at oracle.AQ.AQDriverManager.createAQSession(AQDriverManager.java, Compiled Code)
    at xmla2a.utilities.AQHandler.createSession(AQHandler.java:144)
    at xmla2a.utilities.AQHandler.initializeQueues(AQHandler.java:62)
    at xmla2a.utilities.AQHandler.<init>(AQHandler.java:51)
    at xmla2a.tphs.TPHotelSystem.<init>(TPHotelSystem.java:55)
    at xmla2a.tphs.TPHotelSystem.main(TPHotelSystem.java:64)
    Exception in thread "main"
    Can someone help me in solving this problem.
    warm regards
    Siddharth

    Rajesh
    i have followed the steps given in the index.html carefully.i face no problems in compiling the files.
    here is the brief of the steps i have followed:
    java_home=c:\jdk1.2.2
    jws_home=c:\javawebserver2.0
    added the following packages to the classpath:classes.zip,serlet.jar,classes111.zip,xmlparserv2.jar,classgen.jar,mail.jar,oraclexmlsql.jar,aqapi.jar,jndi.jar
    <xmla2adir> = c:\B2B\xmla2a
    copied the XMLAPPDIR\xmla2a\a2a files to JWS_Home\public_html
    was able to successfully complie the application in the order given in index.html
    added the servlets to the java web server successfully
    But while running the application i got the above stated problem.
    I hope these steps will help u track down my line of action and help me out.
    thanks
    Siddharth
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Rajesh Sundararaghavan (Oracle):
    HI,
    One more addition. In case of problems, it would be great if you could let us know the sequence of steps that you followed so that tracking down will be easier.
    Thanks
    Rajesh<HR></BLOCKQUOTE>
    null

  • Problem in connecting to mail store - please help me

    i have developed a mail user agent using javamail api.
    im having some problem in connecting to mail store
    it is giving MessagingException.
    the snippet is :
    store=session.getStore(url);
    try
    if(store.isConnected())
    store.close();
    store.connect();
    catch(MessagingException mexception)
    System.out.println("messaging exception store state -
    "+store.isConnected());
    //exception is raised and isConnected is false.
    --================--
    thanQ in advance
    prabhakar

    Dear tus,
    thanQ for ur suggession. i have printed stacktrace and im getting the following the exception
    please help me
    javax.mail.MessagingException: null;
    nested exception is:
    java.io.IOException
    at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:298)
    at javax.mail.Service.connect(Service.java:234)
    at javax.mail.Service.connect(Service.java:135)
    at javax.mail.Service.connect(Service.java:87)
    at sark.mail.MailStoreImpl.createSession(MailStoreImpl.java:356)
    at sark.mail.MailStoreImpl.fetchMails(MailStoreImpl.java:210)
    at org.apache.jsp.checkLogin$jsp._jspService(checkLogin$jsp.java:121)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.netbeans.modules.tomcat.tomcat40.runtime.IDEJspServlet$JspServlet
    Wrapper.service(IDEJspServlet.java:174)
    at org.netbeans.modules.tomcat.tomcat40.runtime.IDEJspServlet.serviceJsp
    File(IDEJspServlet.java:247)
    at org.netbeans.modules.tomcat.tomcat40.runtime.IDEJspServlet.service(ID
    EJspServlet.java:339)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDisp
    atcher.java:679)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationD
    ispatcher.java:431)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDis
    patcher.java:355)
    at mailController.service(mailController.java:66)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:247)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:193)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:243)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:566)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:472)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:201)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:566)
    at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve
    .java:246)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:564)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:472)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:
    2344)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:164)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:566)
    at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatche
    rValve.java:170)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:564)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:170)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:564)
    at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:
    462)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline .java:564)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav a:472)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal ve.java:163)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline .java:566)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav a:472)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcesso r.java:1011)
    at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.ja va:1106)
    at java.lang.Thread.run(Thread.java:536)
    thanks in advance
    prabhakar

  • Problem deploying EJBs

    Hi,
    I am deploying the examples EJBs (where the EJB is the "<name>EJB.sqlj", the compilation seems to be fine, but I have some problems when deploying, the message is as following:
    Exception in thread "main" java.lang.ClassCastException: com.sun.CORBA.iiop.ORB
    at oracle.aurora.jndi.orb_dep.IRFinder.getObject(IRFinder.java:24)
    at oracle.aurora.jndi.orb_dep.IRFinder.initialReferences(IRFinder.java:7
    8)
    at oracle.aurora.jndi.sess_iiop.SessionCtx.initialContext(SessionCtx.jav
    a:499)
    at oracle.aurora.jndi.sess_iiop.SessionCtx.<init>(SessionCtx.java:35)
    at oracle.aurora.jndi.sess_iiop.ServiceCtx.createSession(ServiceCtx.java
    :130)
    at oracle.aurora.jndi.sess_iiop.ServiceCtx.login(ServiceCtx.java:295)
    at oracle.aurora.server.tools.sess_iiop.ToolImpl.initializeSession(ToolI
    mpl.java:101)
    at oracle.aurora.server.tools.sess_iiop.ToolImpl.parseStdArgs(ToolImpl.j
    ava, Compiled Code)
    at oracle.aurora.server.tools.sess_iiop.ToolImpl.invoke(ToolImpl.java:12
    1)
    at oracle.aurora.ejb.deployment.GenerateEjb.main(GenerateEjb.java:445)
    I am running Oracle 8.1.5, have already installed the new transator, it works for the other examples, as well as for the EJBs, but I cannot deploy it...
    When I try to check the jar with the deployment tool provided by java, it is telling me that the jar is invalid?
    Any comments will be welcome...
    Regards
    GOD BLESS
    Chris
    null

    Raghu
    Indeed that was the problem, and thanks to you I could successfully deploy my EJBs to OC4J. But now I have other problem.
    As I said, I am writing a simple app where a Java client access a EJB in OC4J, running both in the same machine. Below is part of the code of the client:
    package seg;
    import java.rmi.*;
    public class GrupoCliente {
    public GrupoCliente() {
    public static void main(String[] args) {
    try {
    GrupoHome home = (GrupoHome)Naming.lookup("Grupo");
    I am getting this error when I run it:
    java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect
    What am I missing now? Furthermore, how I control which clients will be able to access which EJBs in OC4J (authentication)? It seems to me that this is a security-related problem...
    Thanks again!
    Luis Cabral

  • ADF Data module edit major problem

    If I rename a view or link in ADF data module, it breaks the data binding.
    So existing forms crash with the following exceptions:
    Exception in thread "main" JBO-30003: The application pool (net.domain.admin.datalayer.DataModuleLocal) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.NameClashException, msg=JBO-25001: Name Subways of object type Attribute already exists.
    ## Detail 0 ##
    oracle.jbo.NameClashException: JBO-25001: Name Subways of object type Attribute already exists
         at oracle.jbo.server.EntityDefImpl.getSuperAttrDef(EntityDefImpl.java:2951)
         at oracle.jbo.server.EntityDefImpl.loadAttribute(EntityDefImpl.java:3048)
         at oracle.jbo.server.EntityDefImpl.loadAttributes(EntityDefImpl.java:3023)
         at oracle.jbo.server.EntityDefImpl.loadFromXML(EntityDefImpl.java:2559)
         at oracle.jbo.server.EntityDefImpl.loadFromXML(EntityDefImpl.java:2275)
         at oracle.jbo.server.MetaObjectManager.loadFromXML(MetaObjectManager.java:522)
         at oracle.jbo.mom.DefinitionManager.loadLazyDefinitionObject(DefinitionManager.java:547)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:425)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:358)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:340)
         at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:700)
         at oracle.jbo.server.EntityDefImpl.findDefObject(EntityDefImpl.java:339)
         at oracle.jbo.server.ViewDefImpl.doAddEntityUsage(ViewDefImpl.java:2921)
         at oracle.jbo.server.ViewDefImpl.loadEntityReference(ViewDefImpl.java:2991)
         at oracle.jbo.server.ViewDefImpl.loadFromXML(ViewDefImpl.java:2175)
         at oracle.jbo.server.ViewDefImpl.loadFromXML(ViewDefImpl.java:1986)
         at oracle.jbo.server.MetaObjectManager.loadFromXML(MetaObjectManager.java:526)
         at oracle.jbo.mom.DefinitionManager.loadLazyDefinitionObject(DefinitionManager.java:547)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:425)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:358)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:340)
         at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:700)
         at oracle.jbo.server.ViewDefImpl.findDefObject(ViewDefImpl.java:395)
         at oracle.jbo.server.ApplicationModuleDefImpl.loadViewObject(ApplicationModuleDefImpl.java:493)
         at oracle.jbo.server.ApplicationModuleDefImpl.loadComponents(ApplicationModuleDefImpl.java:672)
         at oracle.jbo.server.ApplicationModuleImpl.createRootApplicationModule(ApplicationModuleImpl.java:412)
         at oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:91)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:139)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:80)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:2468)
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:536)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2094)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1961)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:419)
         at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:271)
         at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:76)
         at oracle.adf.model.BindingContext.get(BindingContext.java:457)
         at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:280)
         at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:248)
         at oracle.adf.model.binding.DCUtil.findContextObject(DCUtil.java:383)
         at oracle.adf.model.binding.DCIteratorBinding.<init>(DCIteratorBinding.java:128)
         at oracle.jbo.uicli.binding.JUIteratorBinding.<init>(JUIteratorBinding.java:60)
         at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:87)
         at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:51)
         at oracle.adf.model.binding.DCIteratorBindingDef.createExecutableBinding(DCIteratorBindingDef.java:277)
         at oracle.adf.model.binding.DCBindingContainerDef.createExecutables(DCBindingContainerDef.java:296)
         at oracle.adf.model.binding.DCBindingContainerDef.createBindingContainer(DCBindingContainerDef.java:425)
         at oracle.adf.model.binding.DCBindingContainerReference.createBindingContainer(DCBindingContainerReference.java:54)
         at oracle.adf.model.binding.DCBindingContainerReference.getBindingContainer(DCBindingContainerReference.java:44)
         at oracle.adf.model.BindingContext.get(BindingContext.java:483)
         at oracle.jbo.uicli.jui.JUPanelBinding.setup(JUPanelBinding.java:92)
         at oracle.jbo.uicli.controls.JUTestFrame.createBindingCtxAndSetUpMenu(JUTestFrame.java:168)
         at oracle.jbo.uicli.controls.JUTestFrame.<init>(JUTestFrame.java:121)
         at oracle.jbo.uicli.controls.JUTestFrame.startTestFrame(JUTestFrame.java:84)
         at net.domain.admin.ui.tickets.TicketEditPanelHelper.main(TicketEditPanelHelper.java:445)
    TicketEditPanelHelper.java:445:
    panel.setBindingContext(JUTestFrame.startTestFrame("net.domain.admin.ui.DataBindings.cpx", "null", panel, panel.getPanelBinding(), new Dimension(400,300)));
    Seems to me, the renaming the data module members does not refactor the existing code.
    As for me, it is incredibile to find out the problem in 7 *PanelPageDef xml files.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi,
    the databinding meta data is not synchronized with ADF BC or any other business service. If e.g you used EJB session beans and changed the method signature of a method used in teh View through ADF, then this is not automatically refactored.
    Frank

  • Web services manager control login problem

    hi,
    I have installed SOA suite using Advanced installation type.
    After installation I am able to login into BPEL Console and it's working fine , but unable to login into web services manager control(http://localhost:8888/ccore) with oc4jadmin user...
    I found below errors in ccore.log file
    2008-10-03 09:33:45,879 INFO [AJPRequestHandler-HTTPThreadGroup-54] userregistry.UsersTable - isValidUserPassword() failed for oc4jadmin
    2008-10-03 09:33:45,879 INFO [AJPRequestHandler-HTTPThreadGroup-54] sampledb.LocalDBAuthProvider - The error in authenticate for user : oc4jadmin
    2008-10-03 09:33:45,879 SEVERE [AJPRequestHandler-HTTPThreadGroup-54] uibeans.LoginBean - Error when authenticating user. Invalid user id or password
    2008-10-03 10:17:30,744 SEVERE [AJPRequestHandler-HTTPThreadGroup-54] userregistry.UsersTable - isActiveUser() failed for oc4jadmin
    com.cfluent.utils.db.DBException: ORA-01017: invalid username/password; logon denied
         at com.cfluent.utils.db.DBContext.getConnection(DBContext.java:95)
         at com.cfluent.db.userregistry.UsersTable.isActiveUser(UsersTable.java:2599)
         at com.cfluent.db.userregistry.UsersTable.isValidUserPassword(UsersTable.java:2996)
         at com.cfluent.accessprovider.sampledb.LocalDBAuthProvider.authenticate(LocalDBAuthProvider.java:61)
         at com.cfluent.access.AccessSessionFactory.isAuthenticated(AccessSessionFactory.java:137)
         at com.cfluent.access.AccessSessionFactory.createSession(AccessSessionFactory.java:92)
         at com.cfluent.webui.uibeans.LoginBean.authenticateUser(LoginBean.java:31)
         at com.cfluent._coresv._Login._jspService(_Login.java:354)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.i18n.servlet.filter.ServletFilter.doFilter(ServletFilter.java:130)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.sql.SQLException: ORA-01017: invalid username/password; logon denied
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:277)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:272)
         at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:647)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:308)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:361)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:151)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:595)
         at java.sql.DriverManager.getConnection(DriverManager.java:525)
         at java.sql.DriverManager.getConnection(DriverManager.java:171)
         at org.apache.commons.dbcp.DriverManagerConnectionFactory.createConnection(DriverManagerConnectionFactory.java:48)
         at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:290)
         at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:771)
         at org.apache.commons.dbcp.PoolingDriver.connect(PoolingDriver.java:175)
         at java.sql.DriverManager.getConnection(DriverManager.java:525)
         at java.sql.DriverManager.getConnection(DriverManager.java:171)
         at com.cfluent.utils.db.DBContext.getConnection(DBContext.java:86) ...
    can any one help me resolve this problem..

    You need to enable JSSO if you want the oc4jadmin password to be in scync with the other AS products. If you just want to login with oc4jadmin you perform the following steps. PLease note that if you change the passord in EM you will have to make these changes again to keep the password the same. JSSO is a cleaner solution.
    To change the default password for the user "admin", follow these steps:
    - delete admin user
    - add admin user back
    - add admin user to the super user group "su1-grp"
    1. Go to OC4J_HOME/owsm/bin directory and modify manageUserGroups.properties
    user_id=admin
    user_name=admin user
    user_password=yourNewPassword
    user_email=[email protected]
    group_id=su1-grp
    group_desc=super user group
    2. Delete the existing admin user by executing
    wsmadmin manageUserGroups deleteUser
    4. Add the admin user again by executing
    wsmadmin.bat manageUserGroups addUser
    5. Add admin user to super user group
    wsmadmin.bat manageUserGroups addUserGroup
    The admin user password is changed.

  • Message distribution problem

    Hi,
    I am doing a simple test. I have total 2 Queue's on 2 different machines(each has 1 queue). Say A and B.
    Queue's configs are identical.
    I want to distribute 2 messages to queues on A and B by turn. The first one to A and the last one to B.
    I wrote the test client code below. But what I get is that, both messages goes to A. B receives no message. (?)
    I think I miss something about JMS, I reviewed some JMS resources but I can't managed to find out the problem???
    Context jndiContext = null;
                   ConnectionFactory connectionFactory = null;
                   Connection connection = null;
                   Session session = null;
                   Queue queue = null;
                   MessageProducer messageProducer = null;
                   ObjectMessage message = null;
              Hashtable properties = new Hashtable(5);
              properties.put("java.naming.factory.initial", "com.sun.enterprise.naming.SerialInitContextFactory");
              properties.put("java.naming.factory.url.pkgs", "com.sun.enterprise.naming");
              properties.put("java.naming.factory.state", "com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl");
              properties.put("org.omg.CORBA.ORBInitialHost", "............69");
              properties.put("org.omg.CORBA.ORBInitialPort", "3700");
              try {
                   jndiContext = new InitialContext(properties);
                   connectionFactory = (ConnectionFactory)jndiContext.lookup("jms/ConnFactory");
                   queue = (Queue)jndiContext.lookup("jms/Queue");
                   connection = connectionFactory.createConnection();
                   session = connection.createSession(false, Session.AUTO_ACKNOWLEDGE);
                   messageProducer = session.createProducer(queue);
                   message = session.createObjectMessage();
                   message.setObject(new String("sdas"));
                   messageProducer.send(message);
                   // connection.close();
                   //session.close();
                   //messageProducer.close();
                   //jndiContext.close();
                   } catch (Exception e) {
                        e.printStackTrace();
         properties = new Hashtable(5);
              properties.put("java.naming.factory.initial", "com.sun.enterprise.naming.SerialInitContextFactory");
              properties.put("java.naming.factory.url.pkgs", "com.sun.enterprise.naming");
              properties.put("java.naming.factory.state", "com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl");
              properties.put("org.omg.CORBA.ORBInitialHost", "............115");
              properties.put("org.omg.CORBA.ORBInitialPort", "3700");
              try {
                   jndiContext = new InitialContext(properties);
                   connectionFactory = (ConnectionFactory)jndiContext.lookup("jms/ConnFactory");
                   queue = (Queue)jndiContext.lookup("jms/Queue");
                   connection = connectionFactory.createConnection();
                   session = connection.createSession(false, Session.AUTO_ACKNOWLEDGE);
                   messageProducer = session.createProducer(queue);
                   jndiContext.close();
                   message = session.createObjectMessage();
                   message.setObject(new String("eeeeeee"));
                   messageProducer.send(message);
                   } catch (Exception e) {
                        e.printStackTrace();
                   }

    Hi Nav,
    you need to implement Badi BBP_CTR to map the conditions used in SRM with the ones in R/3. Within the Badi there is an example for mapping. Also there are some threads here explaining the mapping. Have alook at Note 646903 - Global outline agreement: Tips and tricks explaining in detail how to implement these BADI's.
    Cheers,
    Claudia

  • NWBC problem displaying SAP ABAP transactions

    Hi,
    I was trying to configure NWBC and I was able to connect to the system and see the transaction available on the role assigned to the user, under that role I assigned SAP standard transactions, BSP applications, WebDynpro applications and Web pages (URL's). I can execute all except the SAP standard transaction that uses the Windows SAPGUI, basically the transaction is never displayed and I only see the "Webdynpro loading icon" I do not see any session created on the backend by the user using the NWBC and I also do not see any instance of the SAPGUI created on local PC where I am testing the NWBC.
    We tested in two computers one using SAPGUI 7.0 patch 3 and the other patch 2, the scripting is enable on the sapgui with the other two options (Notify when a script attaches.... and Notify When a script Opens...) set in both, I also know that the parameter sapgui/user_scripting is set to TRUE and sapgui/user_scripting_set_readonly and sapgui/user_scripting_disable_recording as well. Parameter CONDENSE_MENU is set to NO and ADD_MENU_DETAILS is set to YES.
    As I mentioned before, we can see the menu, subfolders and transaction assigned to subfoldes, everything that is related with Web like BSP, webdynpro or regular HTML is displayed but the problem is with transaction that requires Windows SAP GUI.
    On the NWBC log I could not find too much only the following entry:
    24.08.2007 13:20:16
    INFO <NWBC::CSessionContext> | setDirty(sessionID 0000000005, connectionName WDA Testsuite)
    On the NWBC trace file I could find the following but nothing else that give a clue of the reason why is not starting the windows sapgui:
    24.08.2007 13:03:09
    DEBUG <NWBC::CBCMainDialog> | OnOK: action start_change
    INFO <NWBC::CCanvasArea> | Show loading page
    DEBUG <NWBC::CCanvasArea> | HideAllViews
    DEBUG <NWBC::CBCMainDialog> | OnOK: done
    DEBUG <NWBC::CBCMainDialog> | OnOK: action image_folder
    DEBUG <NWBC::CBCMainDialog> | OnOK: done
    DEBUG <NWBC::CBCMainDialog> | OnOK: action canvas
    DEBUG <NWBC::CBCMainDialog> | OnOK: done
    DEBUG <NWBC::CBCMainDialog> | OnOK: action session
    DEBUG <NWBC::CBCMainDialog> | CSapguiViewFactory::Get
    DEBUG <NWBC::CSessionManager> | CreateSession(sessionID 0000000006, connectionName WDA Testsuite)
    DEBUG <NWBC::CSessionContext> | initialize(sessionID 0000000006, connectionName WDA Testsuite)
    DEBUG <NWBC::CSessionEPCM> | initialize(sessionID 0000000006, connectionName WDA Testsuite)
    INFO <NWBC::CCanvasArea> | Show loading page
    24.08.2007 13:03:10
    DEBUG <NWBC::CCanvasArea> | HideAllViews
    DEBUG <NWBC::CSAPGUIView> | CSAPGUIView::WindowCreate
    DEBUG <NWBC::CSAPGUIView> | CSAPGUIView::SetCookieString
    DEBUG <NWBC::CSAPGUIView> | ISapguiScriptingInternal::OpenNewConnection
    24.08.2007 13:03:12
    DEBUG <NWBC::CSAPGUIView> | m_nSessionsCreations= 1
    DEBUG <NWBC::CSAPGUIView> | } CSapguiSessionManager::CreateNewSession
    DEBUG <NWBC::CSAPGUIView> | } CSAPGUIView::InternalCreateSession
    DEBUG <NWBC::CSAPGUIView> | } CSAPGUIView::CreateSession
    DEBUG <NWBC::CSessionContext> | setDirty(sessionID 0000000006, connectionName WDA Testsuite)
    DEBUG <NWBC::CCanvasArea> | SetActiveView(id 0000000006)
    DEBUG <NWBC::CCanvasArea> | View is still loading => can't make it active yet => remember ID
    DEBUG <NWBC::CCanvasArea> | } CCanvasArea::Start
    DEBUG <NWBC::CBCMainDialog> | } CBCMainDialog::CanvasManagerCreate
    DEBUG <NWBC::CCanvasArea> | SetActiveView(id 0000000006)
    DEBUG <NWBC::CCanvasArea> | View is still loading => can't make it active yet => remember ID
    DEBUG <NWBC::CBCMainDialog> | OnOK: done
    Hopefully somebody can give me a hand with this,
    Thanks in advance,
    Zareh Vazquez

    The problem is solved ... The routing-string was not correctly configured...

Maybe you are looking for