VI Search Path not working in LV2011 for VI Server Plug-ins with exe

I have found what seems to be a problem with the search path when a LabVIEW 2011 built executable calls a Plug-in VI. 
When the plug-in VI has subVI’s from vi.lib on its diagram the executable has to know where to find them.  Not all VI’s in vi.lib are part of the run time engine or the dll’s that may get generated as part of the build. The things you have to do to make plug-ins work for an executable are explained in several Developer Zone articles.   The article titled “How Can I Change or Set the VI Search Path for LabVIEW Executables” describes the ini file setting  viSearchPath.  When this is set to the vi.lib directory I have not encountered problems with previous versions up to and including LabVIEW 2010.
I have come across an example in LabVIEW 2011 where it doesn’t work.  I have attached an example (I am using LV2011 SP1).  It demonstrates the basic plug-in architecture. Everything works in the development environment.  But it doesn’t work from a built exe.  I haven’t included the actual built exe in the zip file in case that causes a problem downloading it.  If you run the build spec from the src directory project file the exe should get generated in the bld directory.  The problem appears to occur when certain VIs from the analysis library are in the Plug-in.  In the example attached, the Plug-in VI is very simple but I have placed the troublesome SubVI on the diagram.  The VI in this example where there is a problem finding it is the Butterworth Filter VI.  I have placed it on the diagram in a conditional disable structure so it is easy to enable and disable.  When enabled and you run the test Plug-in VI the error 1003 is raised, meaning a subVI cannot be found in the dynamically called VI (for example see this post).  Note that a way round this may be to incorporate the Plug-in VI into the built exe but this shouldn't be necessary.  It’s not a problem with this specific filter VI, as it occurs for other VIs I try on the diagram.  However if you place an FFT VI on the diagram there is no problem.  I suspect that one is built into the Run-Time Engine.
I also note I am running Win7 64 bit and 32 bit LabVIEW (note the relevant viSearchPath in the ini file – you may need to change if you are on different version of Windows).  If the example is converted to LabVIEW 2010 everything works as expected for the built exe.  I tried that on a colleague’s computer running XP and 2010 but I am pretty sure in still also works on Win 7.
Things I am suspicious of are that the analysis VI’s are part of a LabVIEW library (lvlib)  and perhaps something has changed there?  I understand there is a problem with OOP in LabVIEW 2011.  Perhaps it is related to that as that seems to be an issue in 2011 (see this Discussion Forum post).  Perhaps it is related to OS version?
I also tried generating a Source Distribution to extract out all the vi.lib VI’s and place them directly in the Plug-in directory.  That didn’t help.
Interested in whether anyone else reproduces this behaviour.  In any case something is different in 2011.
Attachments:
LV 2011 test Plug-in.zip ‏42 KB

I found some more out about this issue working with my local NI rep here in Australia.  Apparently something has changed in the compiler between LabVIEW 2010 and 2011.  Using the viSearchPath token in the ini file, as described in various Developer Zone articles, now guarantees that the Plug-in will not work.  The only way to make it work appears to be to create a Source Distribution.  I noted in my original post that I had already tried this and it would not work.  It turns out that having the viSearchPath token in the ini file when using a Source Distribution causes the error 1003 to occur.  When the token is taken out of the ini file the Plug-in (containing an analysis VI) with a Source Distribution works - in the simple example I posted.
Well I then found its a bit more complicated than this.  It all worked for the simple example I posted.  Recall we found the error when there was an analysis VI in the Plug-in VI.  In our actual application (which is a large one) that calls Plug-ins - we still got the error 1003.  By trial and error I found a workaround.  There are certain Build Spec settings for the calling exe that I set and found worked.  On the Additional Exclusions page I found that I had to make sure that I left unchecked "Modify Project Library File after removing unused members".  I've always had trouble understanding the need for this setting.  In the Build Spec Help on that page it notes that the build will take longer.  In most builds you remove polymorphic VI instances, remove unused members of Project libraries and also Modify the project library file after removing the instances (this is a sub setting of the previous).  This makes the exe smaller in size and a quicker build time. Obviously modifying the project library caused a problem.  In the big application exe calling Plug-in, I probably have the same analysis VI on the diagram (I haven't actually checked and also whether it is the same polymorphic instance) and in the simple example I posted I definitely did not have VI in the calling exe example - so there may be some clue there.  I should try putting the same analysis VI on the calling exe diagram in the simple example to see what happens but I'm running out of energy on this one :-(
So none of this gives me much confidence and I wish I could get a better explanation from NI regarding this behaviour to be sure I am not going to encounter a different problem for different calling exe and Plug-ins.  I was advised that a CAR would be issued.  Perhaps this is now expected behaviour for 2011 but it would helpful if some definitive explanation could be given about what has changed from LV2010.  And an update of Developer Zone articles on the subject would be helpful.

Similar Messages

  • I have downloaded the latest Adobe Flash - it says successful but will not work. It says to 'Manage Plug-ins but the Plug-in says it is enabled but it will not work at all. I have tried disabling and then enabling - no success.

    I have downloaded the latest Adobe Flash - it says successful but will not work. It says to 'Manage Plug-ins but the Plug-in says it is enabled but it will not work at all. I have tried disabling and then enabling - no success. Please help!

    There's two different versions of Flash. The ActiveX version for IE, and the Plugin version for other browsers. Did you install the correct version? This forum's software doesn't thing that Flash is installed for Firefox or the Plugin is disabled.
    1.Download the Flash setup file from here: <br />
    [http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player.exe Adobe Flash - Plugin version]. <br />
    Save it to your Desktop.<br />
    2. Close Firefox using File > Exit <br />
    then check the Task Manager > Processes tab to make sure '''firefox.exe''' is closed, <br />
    {XP: Ctrl+Alt+Del, Vista: Shift+Ctrl+ESC = Processes tab}
    3. Then run the Flash setup file from your Desktop.
    4. Start Firefox and test your installation here: https://www.adobe.com/software/flash/about/
    * On Vista and Windows 7 you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). <br />
    See this: <br />
    [http://vistasupport.mvps.org/run_as_administrator.htm]

  • TCP Window sizing not working as expected for Windows server 2008 R2 SP1

    Hi ,
    TCP window size is not working as expected. It is varying . Aplied the hotfix suggested by Microsoft and set the multipliccation factor as 1.The window size is not getting auto tuned based on the client machine. The data transfer rate is getting degraded.
    Please help.
    Thanks,
    Pro1962

    Hi,
    I think window auto-tuning is enabled.
    You can disable it by running the following commend.
    netsh interface tcp set global autotuninglevel=disabled
    Hope this helps.

  • Search is not working for subsites

    hello,
    SharePoint search is not working for any of the subsites and it is just working for top level site. I can see that all the subsites is visible in search. Any idea?
    interesting thing is, it is not working just for one site collection subsites. If i do search in subsites of another site collection of the same web application than it is working fine and it is working fine for all ohter web apps too.
    Please help.
    Thanks,

    Hi,
    I agree with Chris, please check following in your sub site: http://site_name/subsite_name
    1. Click on Site Actions -> Site Settings ->Modify All Site Settings
    2. Click on Search visibility.
    3. Check All this web to appear in search results.
    4. Browse to the document library or list  in your sub site.
    5. Click on Settings->Document Library Settings or list settings.
    6. Click on Advance settings.
    7. Check the last item - All items from this document library to appear in search results.
    Hope this helps.
    Rock Wang
    Rock Wang– MSFT

  • Search suggestion not working for anonymous user in sharepoint 2013

    Hi ,
    Please help on this search suggestion not working for anonymous user in sharepoint 2013
    shaik

    You can create a search center site, and set the search center site to
    allow anonymous access.
    Also see this link - http://blog.mastykarz.nl/search-query-suggestions-anonymous-users-sharepoint-2013-mavention-query-suggestions/ 
     (As this is regarding a 3rd party tool, I suggest that you direct it to the  provider support.)
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • In Robohelp 9, search does not work for some Vietnamese characters.

    In Robohelp 9, search does not work for some Vietnamese characters.

    I don't think there is anything we can do on a user to user forum. I suggest you report this to Adobe as a bug. Please follow this link.
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
    If you need a more immediate response, you would need to take that up with Adobe support.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Standalone ATG10.1.2 Search engine not working

    standalone ATG10.1.2 Search Engine not working Unix box and getting below error
    I increased the MemoryReserveSize setting in the AEConfig.xml file and all permission to the ATGSearch and DeployShare and indexFiles folder.
    Could you please help for this.
    12:57:43,468 WARN  [SearchEngineService] Bad search engine localhost:6073:2200005 for partition 2200005
    12:57:43,470 ERROR [SearchEngineService] Sat Jan 17 13:10:47 CET 1970 error Could not lock the physical partition (code: 37)
    12:57:48,496 ERROR [RoutingSystemService] Error starting SearchEngine - 2200005 at localhost:6073, message: Bad search engine localhost:6073:2200005 for partition 2200005
    Sat Jan 17 13:10:47 CET 1970 error Could not lock the physical partition (code: 37)
    atg.search.routing.SearchEngineException: Bad search engine localhost:6073:2200005 for partition 2200005
    Sat Jan 17 13:10:47 CET 1970 error Could not lock the physical partition (code: 37)
      at atg.search.routing.SearchEngineService.waitForEngineLoad(SearchEngineService.java:395)
      at atg.search.routing.StartEngineThread.run(StartEngineThread.java:80)
    12:57:48,501 WARN  [RoutingSystemService] Engine localhost did not start.

    Please find the below full logs.
      JBoss Bootstrap Environment
      JBOSS_HOME: /opt/ATG/canonsup/jboss-eap-5.1.2-cxf
      JAVA: /opt/ATG/canonsup/jdk1.6.0_35/bin/java
      JAVA_OPTS: -Dprogram.name=run.sh -server    -Xms768m    -Xmx768m    -XX:PermSize=256m    -XX:MaxPermSize=256m    -Dorg.jboss.resolver.warning=true    -Dsun.rmi.dgc.client.gcInterval=3600000    -Dsun.rmi.dgc.server.gcInterval=3600000    -Dsun.lang.ClassLoader.allowArraySyntax=true    -Djboss.bind.address=0.0.0.0    -Djava.rmi.server.hostname=evl0300527.eu.verio.net    -Datg.allowRemoveAllItems=true    -javaagent:/opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deployers/jboss-aop-jboss5.deployer/pluggable-instrumentor.jar
        -Djboss.server.log.dir=/var/log/atg/cn_agt -Djava.net.preferIPv4Stack=true
      CLASSPATH: /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/bin/run.jar:/opt/ATG/canonsup/jdk1.6.0_35/lib/tools.jar
    =========================================================================
    15:07:02,189 INFO  [ServerImpl] Starting JBoss (Microcontainer)...
    15:07:02,190 INFO  [ServerImpl] Release ID: JBoss [EAP] 5.1.2 (build: SVNTag=JBPAPP_5_1_2 date=201111102209)
    15:07:02,190 INFO  [ServerImpl] Bootstrap URL: null
    15:07:02,191 INFO  [ServerImpl] Home Dir: /opt/ATG/canonsup/jboss-eap-5.1.2-cxf
    15:07:02,191 INFO  [ServerImpl] Home URL: file:/opt/ATG/canonsup/jboss-eap-5.1.2-cxf/
    15:07:02,191 INFO  [ServerImpl] Library URL: file:/opt/ATG/canonsup/jboss-eap-5.1.2-cxf/lib/
    15:07:02,192 INFO  [ServerImpl] Patch URL: null
    15:07:02,192 INFO  [ServerImpl] Common Base URL: file:/opt/ATG/canonsup/jboss-eap-5.1.2-cxf/common/
    15:07:02,192 INFO  [ServerImpl] Common Library URL: file:/opt/ATG/canonsup/jboss-eap-5.1.2-cxf/common/lib/
    15:07:02,192 INFO  [ServerImpl] Server Name: cn_agt
    15:07:02,192 INFO  [ServerImpl] Server Base Dir: /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server
    15:07:02,192 INFO  [ServerImpl] Server Base URL: file:/opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/
    15:07:02,192 INFO  [ServerImpl] Server Config URL: file:/opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/conf/
    15:07:02,193 INFO  [ServerImpl] Server Home Dir: /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt
    15:07:02,193 INFO  [ServerImpl] Server Home URL: file:/opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/
    15:07:02,193 INFO  [ServerImpl] Server Data Dir: /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/data
    15:07:02,193 INFO  [ServerImpl] Server Library URL: file:/opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/lib/
    15:07:02,193 INFO  [ServerImpl] Server Log Dir: /var/log/atg/cn_agt
    15:07:02,193 INFO  [ServerImpl] Server Native Dir: /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/native
    15:07:02,193 INFO  [ServerImpl] Server Temp Dir: /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp
    15:07:02,193 INFO  [ServerImpl] Server Temp Deploy Dir: /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/deploy
    15:07:03,210 INFO  [ServerImpl] Starting Microcontainer, bootstrapURL=file:/opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/conf/bootstrap.xml
    15:07:04,023 INFO  [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.CombinedVFSCache]
    15:07:04,026 INFO  [VFSCacheFactory] Using VFSCache [CombinedVFSCache[real-cache: null]]
    15:07:04,413 INFO  [CopyMechanism] VFS temp dir: /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp
    15:07:04,568 INFO  [ZipEntryContext] VFS force nested jars copy-mode is enabled.
    15:07:06,347 INFO  [ServerInfo] Java version: 1.6.0_35,Sun Microsystems Inc.
    15:07:06,347 INFO  [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0_35-b10)
    15:07:06,347 INFO  [ServerInfo] Java VM: Java HotSpot(TM) 64-Bit Server VM 20.10-b01,Sun Microsystems Inc.
    15:07:06,347 INFO  [ServerInfo] OS-System: Linux 2.6.18-398.el5,amd64
    15:07:06,348 INFO  [ServerInfo] VM arguments: -Dprogram.name=run.sh -Xms768m -Xmx768m -XX:PermSize=256m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dsun.lang.ClassLoader.allowArraySyntax=true -Djboss.bind.address=0.0.0.0 -Djava.rmi.server.hostname=evl0300527.eu.verio.net -Datg.allowRemoveAllItems=true -javaagent:/opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deployers/jboss-aop-jboss5.deployer/pluggable-instrumentor.jar -Djboss.server.log.dir=/var/log/atg/cn_agt -Djava.net.preferIPv4Stack=true -Djava.endorsed.dirs=/opt/ATG/canonsup/jboss-eap-5.1.2-cxf/lib/endorsed
    15:07:06,389 INFO  [JMXKernel] Legacy JMX core initialized
    log4j:WARN Continuable parsing error 1 and column 83
    log4j:WARN Document root element "log4j:configuration", must match DOCTYPE root "null".
    log4j:WARN Continuable parsing error 1 and column 83
    log4j:WARN Document is invalid: no grammar found.
    15:07:12,939 INFO  [WebService] Using RMI server codebase: http://evl0300527.eu.verio.net:10183/
    15:07:14,736 INFO  [SystemPropertiesService] Loaded system properties from: file:/opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/conf/server.properties
    15:07:18,575 INFO  [CXFServerConfig] JBoss Web Services - Stack CXF Runtime Server
    15:07:18,575 INFO  [CXFServerConfig] 3.1.2.SP9
    15:07:19,899 INFO  [LogNotificationListener] Adding notification listener for logging mbean "jboss.system:service=Logging,type=Log4jService" to server org.jboss.mx.server.MBeanServerImpl@2c704cf5[ defaultDomain='jboss' ]
    15:07:41,331 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@1942876193{vfszip:/opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atg_bootstrap_ejb.jar/}
    15:07:41,332 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@1942876193{vfszip:/opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atg_bootstrap_ejb.jar/}
    15:07:41,332 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@1942876193{vfszip:/opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atg_bootstrap_ejb.jar/}
    15:07:42,136 INFO  [MailService] Mail Service bound to java:/Mail
    15:07:42,685 INFO  [SnmpAgentService] SNMP agent going active
    15:07:43,487 WARN  [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this.
    15:07:44,957 INFO  [TransactionManagerService] JBossTS Transaction Service (JTA version - tag:JBOSSTS_4_6_1_GA_CP12) - JBoss Inc.
    15:07:44,958 INFO  [TransactionManagerService] Setting up property manager MBean and JMX layer
    15:07:45,135 INFO  [TransactionManagerService] Initializing recovery manager
    15:07:45,368 INFO  [TransactionManagerService] Recovery manager configured
    15:07:45,369 INFO  [TransactionManagerService] Binding TransactionManager JNDI Reference
    15:07:45,415 INFO  [TransactionManagerService] Starting transaction recovery manager
    15:07:45,791 INFO  [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /opt/ATG/canonsup/jdk1.6.0_35/jre/lib/amd64/server:/opt/ATG/canonsup/jdk1.6.0_35/jre/lib/amd64:/opt/ATG/canonsup/jdk1.6.0_35/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
    15:07:45,873 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-10180
    15:07:45,873 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-10181
    15:07:45,874 INFO  [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-0.0.0.0-10109
    15:07:45,892 INFO  [StandardService] Starting service jboss.web
    15:07:45,894 INFO  [StandardEngine] Starting Servlet Engine: JBoss Web/2.1.12.GA-patch-01
    15:07:45,941 INFO  [Catalina] Server startup in 67 ms
    15:07:46,012 INFO  [RARDeployment] Required license terms exist, view vfsfile:/opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
    15:07:46,025 INFO  [RARDeployment] Required license terms exist, view vfsfile:/opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
    15:07:46,033 INFO  [RARDeployment] Required license terms exist, view vfsfile:/opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/jms-ra.rar/META-INF/ra.xml
    15:07:46,045 INFO  [RARDeployment] Required license terms exist, view vfsfile:/opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/mail-ra.rar/META-INF/ra.xml
    15:07:46,063 INFO  [RARDeployment] Required license terms exist, view vfsfile:/opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/quartz-ra.rar/META-INF/ra.xml
    15:07:46,140 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: main
    15:07:46,166 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
    15:07:46,168 INFO  [RAMJobStore] RAMJobStore initialized.
    15:07:46,169 INFO  [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
    15:07:46,169 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2
    15:07:46,171 INFO  [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
    15:07:46,590 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=ATGProductionDS' to JNDI name 'java:ATGProductionDS'
    15:07:46,615 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=ATGSwitchingDS_A' to JNDI name 'java:ATGSwitchingDS_A'
    15:07:46,646 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=ATGSwitchingDS_B' to JNDI name 'java:ATGSwitchingDS_B'
    15:07:46,671 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=ATGStagingDS' to JNDI name 'java:ATGStagingDS'
    15:07:46,698 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=ATGStagingSwitchingDS_A' to JNDI name 'java:ATGStagingSwitchingDS_A'
    15:07:46,778 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=ATGStagingSwitchingDS_B' to JNDI name 'java:ATGStagingSwitchingDS_B'
    15:07:47,106 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=ATGPublishingDS' to JNDI name 'java:ATGPublishingDS'
    15:07:47,130 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=ATGAgentDS' to JNDI name 'java:ATGAgentDS'
    15:07:47,853 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=ATGDataWarehouseDS' to JNDI name 'java:ATGDataWarehouseDS'
    15:07:48,265 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
    15:07:48,727 INFO  [ServerPeer] JBoss Messaging 1.4.8.SP5 server [0] started
    15:07:48,818 INFO  [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
    15:07:48,820 INFO  [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
    15:07:48,826 INFO  [ConnectionFactoryJNDIMapper] supportsFailover attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support failover
    15:07:48,826 INFO  [ConnectionFactoryJNDIMapper] supportsLoadBalancing attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support load balancing
    15:07:48,875 INFO  [ConnectionFactory] Connector bisocket://evl0300527.eu.verio.net:10157 has leasing enabled, lease period 10000 milliseconds
    15:07:48,875 INFO  [ConnectionFactory] [email protected] started
    15:07:48,878 INFO  [ConnectionFactory] Connector bisocket://evl0300527.eu.verio.net:10157 has leasing enabled, lease period 10000 milliseconds
    15:07:48,878 INFO  [ConnectionFactory] [email protected] started
    15:07:48,879 INFO  [ConnectionFactory] Connector bisocket://evl0300527.eu.verio.net:10157 has leasing enabled, lease period 10000 milliseconds
    15:07:48,879 INFO  [ConnectionFactory] [email protected] started
    15:07:48,983 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
    15:07:49,167 INFO  [EjbDeployer] installing bean: ejb/atg_bootstrap_ejb.jar#ClasspathSession,uid382252454
    15:07:49,167 INFO  [EjbDeployer]   with dependencies:
    15:07:49,167 INFO  [EjbDeployer]   and supplies:
    15:07:49,167 INFO  [EjbDeployer] jndi:ClasspathSession
    15:07:49,167 INFO  [EjbDeployer] jndi:local/ClasspathSession@744513960
    15:07:57,731 WARN  [loggerI18N] [com.arjuna.ats.internal.jta.recovery.xarecovery1] Local XARecoveryModule.xaRecovery  got XA exception javax.transaction.xa.XAException, XAException.XAER_RMERR
    15:07:57,812 WARN  [loggerI18N] [com.arjuna.ats.internal.jta.recovery.xarecovery1] Local XARecoveryModule.xaRecovery  got XA exception javax.transaction.xa.XAException, XAException.XAER_RMERR
    15:07:57,901 WARN  [loggerI18N] [com.arjuna.ats.internal.jta.recovery.xarecovery1] Local XARecoveryModule.xaRecovery  got XA exception javax.transaction.xa.XAException, XAException.XAER_RMERR
    15:07:57,959 WARN  [loggerI18N] [com.arjuna.ats.internal.jta.recovery.xarecovery1] Local XARecoveryModule.xaRecovery  got XA exception javax.transaction.xa.XAException, XAException.XAER_RMERR
    15:07:58,017 WARN  [loggerI18N] [com.arjuna.ats.internal.jta.recovery.xarecovery1] Local XARecoveryModule.xaRecovery  got XA exception javax.transaction.xa.XAException, XAException.XAER_RMERR
    15:07:58,074 WARN  [loggerI18N] [com.arjuna.ats.internal.jta.recovery.xarecovery1] Local XARecoveryModule.xaRecovery  got XA exception javax.transaction.xa.XAException, XAException.XAER_RMERR
    15:07:58,146 WARN  [loggerI18N] [com.arjuna.ats.internal.jta.recovery.xarecovery1] Local XARecoveryModule.xaRecovery  got XA exception javax.transaction.xa.XAException, XAException.XAER_RMERR
    15:07:58,248 WARN  [loggerI18N] [com.arjuna.ats.internal.jta.recovery.xarecovery1] Local XARecoveryModule.xaRecovery  got XA exception javax.transaction.xa.XAException, XAException.XAER_RMERR
    15:07:58,666 WARN  [loggerI18N] [com.arjuna.ats.internal.jta.recovery.xarecovery1] Local XARecoveryModule.xaRecovery  got XA exception javax.transaction.xa.XAException, XAException.XAER_RMERR
    15:08:03,791 INFO  [TomcatDeployment] deploy, ctxPath=/dyn
    15:08:06,688 INFO  [[/dyn]] ATG starting on JBoss Web/2.1.12.GA-patch-01
    15:08:07,270 INFO  [STDOUT] Invoking custom Nucleus initializer for Apache Tomcat.
    15:08:07,278 INFO  [NucleusServlet] Found JBOSS TM from JNDI.
    15:08:07,313 INFO  [NucleusServlet] Starting Nucleus:
    CONFIGPATH=
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DAS/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DAS/config/oca-ldap.jar,
         vfs[localconfig-1]=/atg/dynamo/service/groupconfig/ClientNodeTypeVirtualFileSystem,
         vfs[localconfig-1]=/atg/dynamo/service/groupconfig/ClientInstanceVirtualFileSystem,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DAS/liveconfig,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/FlexUI/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/RL/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DAF/Deployment/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DAF/Deployment/liveconfig/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/ARF/base/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DAF/DeploymentAgent/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DAS-UI/config/uiconfig.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DAS-UI/liveconfig,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DAF/Search/Base/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DAF/Search/Base/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DAF/Search/Index/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DAF/Search/Index/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DAF/Search/Index/liveconfig,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DAF/Search/Topics/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DAF/Search/Topics/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DAF/Search/Topics/liveconfig,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DAF/Search/Routing/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DAF/Search/Routing/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DAF/Search/LiveIndex/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DAF/Search/LiveIndex/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DAF/Search/LiveIndex/liveconfig,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DAF/Search/common/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DAF/Search/common/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DAF/Search/common/liveconfig,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DAF/Search/Base/QueryConsole/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DafEar/base/config/dafconfig.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DafEar/JBoss/config/tomcatconfig.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DPS/config/targeting.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DPS/config/oca-cms.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DPS/config/oca-html.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DPS/config/oca-xml.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DPS/config/userprofiling.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DPS/config/profile.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DPS/liveconfig,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Agent/ExternalUsers/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DPS/InternalUsers/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DPS/InternalUsers/liveconfig,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DPS/InternalUsers/ACC/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DPS/LogicalOrganizations/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DPS/LogicalOrganizations/liveconfig,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DPS/Search/Index/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DPS/Search/LiveIndex/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DSS/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DSS/liveconfig,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Service/personalization-minimal/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/CAF/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DSS/InternalUsers/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DSS/InternalUsers/liveconfig,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DSS/InternalUsers/ACC/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Agent/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Publishing/base/config,
         vfs[localconfig-1]=/atg/epub/file/ConfigFileSystem,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Publishing/base/liveconfig,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Publishing/base/jbossconfig,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DAS/Versioned/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DAS/Versioned/liveconfig/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DPS/Versioned/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/WebUI/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/WebUI/Management/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/BCC/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/BIZUI/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/AssetUI/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DPS-UI/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/PubPortlet/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Ticketing/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Ticketing/liveconfig/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Service/Response/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Service/Response/InternalUsers/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Ticketing/InternalUsers/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Ticketing/UI/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Service/Framework/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Service/Framework/liveconfig,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Service/Framework/appserverconfig,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Service/Framework/jbossconfig,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Service-UI/Framework/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Service/Framework/UI/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/SearchAdmin/common/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/PublishingAgent/base/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/PublishingAgent/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/PublishingAgent/DeployedConfig/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Service/Framework/Versioned/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Service/Framework/Versioned/liveconfig,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Service/Framework/Agent/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Service/Framework/Agent/liveconfig,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Service-UI/Framework/Agent/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Service/Ticketing/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DCS/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DCS/liveconfig,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Fulfillment/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DCS-CSR/Management/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DCS/Search/Order/Index/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DCS/Search/Order/LiveIndex/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DCS-CSR/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DCS-CSR/liveconfig/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DCS-CSR-UI/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DCS/PublishingAgent/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/DCS/CustomCatalogs/config/config.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/MIM/Base/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Roadrunner/Base/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Roadrunner/Agent/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Roadrunner/Reporting/Base/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Roadrunner/Reporting/Agent/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Canon/Base/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/WorldPay/Base/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/WorldPay/Agent/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/WorldPay/Fulfillment/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Canon/StoreBase/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Canon/Returns/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/Canon/Agent/config,
         vfs=/atg/epub/file/ConfigFileSystem,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/ATG-Data/servers/cn_agt/PublishingAgent/deployedconfig/live/config,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/home/localconfig,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/ATG-Data/localconfig,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/ATG-Data/servers/cn_agt/localconfig
    LIVECONFIG=false
    15:08:07,320 INFO  [NucleusServlet] Unordered CLASSPATH Entries=
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atg_bootstrap_ejb.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_ARF.base_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Agent.ExternalUsers_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Agent_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_AssetUI_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_BCC_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_BCC_slib_scommons-fileupload-1.2.1.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_BCC_slib_scommons-io.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_BIZUI_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_CAF_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_CAF_slib_sjfreechart_sjcommon-0.9.3.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_CAF_slib_sjfreechart_sjfreechart-0.9.18.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_CAF_slib_sjfreechart_slog4j-1.2.8.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Canon.Agent_sbuild_sclasses,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Canon.Agent_sresources,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Canon.Base_sbuild_sclasses,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Canon.Base_slib_sjsch-0.1.50.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Canon.Base_slib_sopencsv-2.3.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Canon.Base_sresources,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Canon.Returns_sbuild_sclasses,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Canon.StoreBase_sbuild_sclasses,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Canon.WebServices_sbuild_sclasses,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Canon.WebServices_sresources,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DAF.Search.Base_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DAF.Search.Base_slib_srmi-stub-classes.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DAF.Search.Index_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DAF.Search.LiveIndex_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DAF.Search.Routing_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DAF.Search.Topics_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DAF.Search.common_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DAS-UI_slib_sjhall.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DAS-UI_slib_suiclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DAS-UI_slib_suiresources.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DAS_slib_scglib-nodep-2.1__3.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DAS_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DAS_slib_sice.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DAS_slib_sjline-0.9.94.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DAS_slib_sresources.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DAS_slib_sspring-aop-1.2-rc1.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DAS_slib_svalidation-api-1.0.0.GA.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DCS-CSR-UI_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DCS-CSR.Management_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DCS-CSR_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DCS.PublishingAgent_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DCS_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DCS_slib_sresources.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DPS-UI_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DPS_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DPS_slib_sresources.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DSS_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DSS_slib_sresources.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DafEar.base_s.._sJBoss_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DafEar.base_s.._sTomcat_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DafEar.base_s.._sWebLogic_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DafEar.base_s.._sWebSphere_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_DafEar.base_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_FlexUI_slib_scfgatewayadapter-3.2.0.3978.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_FlexUI_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_FlexUI_slib_scommons-codec-1.3.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_FlexUI_slib_scommons-httpclient-3.1.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_FlexUI_slib_sconcurrent-1.3.3.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_FlexUI_slib_sflex-messaging-common-3.2.0.3978.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_FlexUI_slib_sflex-messaging-core-3.2.0.3978.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_FlexUI_slib_sflex-messaging-opt-3.2.0.3978.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_FlexUI_slib_sflex-messaging-proxy-3.2.0.3978.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_FlexUI_slib_sflex-messaging-remoting-3.2.0.3978.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_MIM.Base_sbuild_sclasses,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_MIM.Base_sresources,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_PubPortlet_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Publishing.base_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_PublishingAgent.base_slib_sagent.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_PublishingAgent.base_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_RL_slib_sRLClient.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Roadrunner.Agent_sbuild_sclasses,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Roadrunner.Base_sbuild_sclasses,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Roadrunner.Base_slib_scommons-beanutils-1.8.3.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Roadrunner.Base_slib_scommons-collections-3.2.1.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Roadrunner.Base_slib_scommons-lang-2.3.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Roadrunner.Base_slib_scommons-lang3-3.1.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Roadrunner.Base_slib_sgson-2.2.1.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Roadrunner.Base_slib_sguava-13.0.1.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Roadrunner.Base_slib_shibernate-validator-4.2.0.Final.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Roadrunner.Base_slib_shibernate-validator-annotation-processor-4.2.0.Final.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Roadrunner.Base_slib_sjoda-time-1.6.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Roadrunner.Base_slib_sjsoup-1.5.2.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Roadrunner.Base_slib_sslf4j-api-1.6.1.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Roadrunner.Base_slib_ssocialauth_scommons-logging-1.1.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Roadrunner.Base_slib_ssocialauth_sjson-20080701.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Roadrunner.Base_slib_ssocialauth_sopenid4java.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Roadrunner.Base_slib_ssocialauth_ssocialauth-2.3.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Roadrunner.Base_slib_svalidation-api-1.0.0.GA.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Roadrunner.Base_slib_swurfl-1.3.1.1.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Roadrunner.Base_sresources,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_SearchAdmin.common_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_SearchAdmin.common_slib_scommons-collections-3.1.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Service-UI.Framework.Agent_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Service.Framework.Agent_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Service.Framework.UI_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Service.Framework.Versioned_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Service.Framework_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Service.Framework_slib_sssce.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Service.Response_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Service.Response_slib_sncldcs.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Service.Ticketing_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Service.personalization-minimal_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Ticketing.UI_slib_sUI.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_Ticketing_slib_sticketing.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_WebUI.Preview_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_WebUI_slib_sclasses.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_WorldPay.Agent_sbuild_sclasses,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_WorldPay.Base_sbuild_sclasses,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_WorldPay.Base_slib_sRESTEasy_sjaxrs-api-2.3.3.Final.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_WorldPay.Base_slib_sRESTEasy_sresteasy-jaxb-provider-2.3.3.Final.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_WorldPay.Base_slib_sRESTEasy_sresteasy-jaxrs-2.3.3.Final.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_WorldPay.Base_slib_sRESTEasy_sscannotation-1.0.3.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_WorldPay.Base_slib_scommons-beanutils-1.8.3.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_WorldPay.Base_slib_scommons-codec-1.4.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_WorldPay.Base_slib_scommons-logging-1.1.1.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_WorldPay.Base_slib_shttpclient-4.1.1.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_WorldPay.Base_slib_shttpclient-cache-4.1.1.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_WorldPay.Base_slib_shttpcore-4.1.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_WorldPay.Base_slib_shttpmime-4.1.1.jar,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_WorldPay.Fulfillment_sbuild_sclasses,
         /opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/deploy/Canon.Agent-cn_agt.ear/atglib/_atghome_slocallib
    15:08:07,341 INFO  [NucleusServlet] ENVIRONMENT=
         atg.dynamo.home=/opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/home,
         atg.dynamo.root=/opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF,
         atg.dynamo.server.home=/opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1/atg_bootstrap.war/WEB-INF/ATG-INF/home/servers/cn_agt,
         atg.dynamo.versioninfo=ATGPlatform/10.1.2,
         atg.dynamo.modules=DCS.Search.Order.LiveIndex,Canon.Agent,Canon.StoreBase,DafEar,
         atg.dynamo.platformversion=10.1.2,
         atg.dynamo.layers=3rdParty JBoss Live MD5 Preview Staging Tomcat,
         atg.dynamo.dafj2eeapps.root=/opt/ATG/canonsup/jboss-eap-5.1.2-cxf/server/cn_agt/tmp/292l4x17-w7yl7h-i7by3dww-1-i7by4fbg-b1,
         atg.dynamo.display=:0.0,
         atg.license.read=true,
         atg.dynamo.daf=true
         dataDir=/opt/ATG/canonsup/jboss-eap-5.1.2-cxf/ATG-Data
         servername=cn_agt
         standalone=true
    15:08:08,213 INFO  [EvaluateExpressionsInterceptor] uk.co.e2x.nucleus.SingularEvaluateExpressionsInterceptor instantiated
    15:08:08,522 INFO  [ScreenLog] Using external info logging for Nucleus debug and trace messages to prevent hidden Nucleus logging. Set the Nucleus /atg/dynamo/service/logging/ScreenLog.useInfoForDebug property to false to use external logging debug and trace instead.
    15:08:09,085 INFO  [Version] Hibernate Validator 4.1.0.Final
    15:08:11,589 INFO  [SQLRepository_agent] SQL Repository startup complete
    15:08:13,261 INFO  [SQLRepositoryEventServer_production] Service /atg/dynamo/server/SQLRepositoryEventServer_production listening at http://evl0300527.eu.verio.net:36818/
    15:08:13,304 INFO  [SQLRepository_production] SQL Repository startup complete
    15:08:13,771 WARN  [SQLRepository_production] Re-adding ourselves to the subscribers list for evl0300527.eu.verio.net/81.93.177.43:36818 for type das_gsa_subscriber and flushing cached data to make up for lost invalidation events.
    15:08:13,811 INFO  [LogicalOrganizationRepository] SQL Repository startup complete
    15:08:14,198 INFO  [PortalRepository] SQL Repository startup complete
    15:08:14,220 INFO  [SQLRepositoryEventServer_agent] Service /atg/dynamo/server/SQLRepositoryEventServer_agent listening at http://evl0300527.eu.verio.net:48415/
    15:08:14,525 WARN  [SQLRepository_agent] Re-adding ourselves to the subscribers list for evl0300527.eu.verio.net/81.93.177.43:48415 for type das_gsa_subscriber and flushing cached data to make up for lost invalidation events.
    15:08:14,642 WARN  [SQLRepository_agent] Re-adding ourselves to the subscribers list for evl0300527.eu.verio.net/81.93.177.43:48415 for type das_gsa_subscriber and flushing cached data to make up for lost invalidation events.
    15:08:14,749 INFO  [InternalProfileRepository] SQL Repository startup complete
    15:08:15,592 INFO  [SQLRepository] SQL Repository startup complete
    15:08:15,836 INFO  [VersionManagerRepository] SQL Repository startup complete
    15:08:16,536 INFO  [PublishingFiles-ver] SQL Repository startup complete
    15:08:16,581 INFO  [PublishingFileRepository] SQL Repository startup complete
    15:08:17,489 INFO  [AdminSqlRepository] SQL Repository startup complete
    15:08:17,492 INFO  [AdminAccountInitializer] Initializing account database /atg/dynamo/security/AdminAccountManager from /atg/dynamo/security/SimpleXmlUserAuthority
    15:08:18,289 INFO  [OptionRepository-ver] SQL Repository startup complete
    15:08:18,929 INFO  [STDOUT] No items returned by this query: ALL
    Query: ALL returns 259 items:
    15:08:18,939 INFO  [OptionRepository] SQL Repository startup complete
    15:08:18,990 INFO  [ProcessData-ver] SQL Repository startup complete
    15:08:18,994 INFO  [ProcessDataRepository] SQL Repository startup complete
    15:08:19,225 INFO  [PublishingRepository] SQL Repository startup complete
    15:08:20,134 INFO  [SystemConfigurationRepository] SQL Repository startup complete
    15:08:22,348 INFO  [Promotions] Resolving reference to /atg/commerce/catalog/ProductCatalog
    15:08:22,496 INFO  [SDSRepository] SQL Repository startup complete
    15:08:22,991 WARN  [DistributorSender] No remote servers configured
    15:08:23,499 INFO  [WebContent] SQL Repository startup complete
    15:08:23,553 INFO  [SiteRepository] Resolving reference to /atg/multisite/SiteRepository_production
    15:08:23,756 INFO  [PriceLists] SQL Repository startup complete
    15:08:23,853 INFO  [SiteRepository_production] SQL Repository startup complete
    15:08:23,975 INFO  [ProductCatalog] SQL Repository startup complete
    15:08:24,069 INFO  [LocaleRepository] SQL Repository startup complete
    15:08:24,079 INFO  [Giftlists] SQL Repository startup complete
    15:08:24,128 INFO  [Contracts] SQL Repository startup complete
    15:08:24,201 WARN  [ObfuscatedIdGenerator_production] no default IdSpace found, arbitrarily choosing an IdSpace from the list.
    15:08:24,256 INFO  [ClaimableRepository] SQL Repository startup complete
    15:08:25,130 INFO  [OrderRepository] SQL Repository startup complete
    15:08:25,331 INFO  [ProfileAdapterRepository] SQL Repository startup complete
    15:08:25,934 INFO  [DateTimeRepository] SQL Repository startup complete
    15:08:25,970 INFO  [PipelineManager] Starting PipelineManager.
    15:08:30,319 INFO  [InternalCurrentDate] Resolving reference to /atg/dynamo/service/CurrentDate
    15:08:30,963 INFO  [TicketingRepository] SQL Repository startup complete
    15:08:33,516 INFO  [Email] Default address for [email] channel is [Example Email Default <[email protected]>]
    15:08:33,557 INFO  [SMS] Default address for [SMS] channel is [SMS Default <1122334455>]
    15:08:33,558 INFO  [ChannelService] ChannelService started.
    15:08:39,164 INFO  [PaymentPipelineManager] Starting PipelineManager.
    15:08:39,415 INFO  [InvoicePipelineManager] Starting PipelineManager.
    15:08:39,536 INFO  [InvoiceRepository] SQL Repository startup complete
    15:08:40,311 INFO  [FulfillmentPipelineManager] Starting PipelineManager.
    15:08:42,438 INFO  [CsrRepository] SQL Repository startup complete
    15:08:42,532 INFO  [MessageDispatcher] Starting Customer Service Scenario Messaging
    15:08:42,682 INFO  [ApprovalsRepository] SQL Repository startup complete
    15:08:42,876 INFO  [ItemPricingEngine] Pricing Engine starting up
    15:08:43,148 INFO  [OrderPricingEngine] Pricing Engine starting up
    15:08:45,417 INFO  [InitialService] Initializing repository package: atg.svc.framework.repository.beans.InitializeDataModel
    15:08:45,461 INFO  [ServiceFrameworkRepository_read] Resolving reference to /atg/svc/ui/framework/ServiceFrameworkRepository_production
    15:08:45,525 INFO  [ServiceFrameworkRepository_production] SQL Repository startup complete
    15:08:45,632 INFO  [InitialService] Initializing repository package: atg.svc.framework.repository.beans.InitializeOptionsDataModel
    15:08:45,874 INFO  [STDOUT] Query: ALL returns 21 items:
    15:08:45,878 INFO  [UserOptionRepository] SQL Repository startup complete
    15:08:45,896 INFO  [OptionRepository_read] Resolving reference to /atg/svc/option/OptionRepository_production
    15:08:46,305 INFO  [STDOUT] No items returned by this query: ALL
    Query: ALL returns 259 items:
    15:08:46,308 INFO  [OptionRepository_production] SQL Repository startup complete
    15:08:46,360 INFO  [InitialService] Initializing repository package: atg.svc.repository.beans.InitializeTicketingDataModel
    15:08:46,368 INFO  [InitialService] Initializing repository package: atg.svc.repository.beans.InitializeServiceUtilityDataModel
    15:08:46,407 INFO  [ServiceUtilityRepository] SQL Repository startup complete
    15:08:47,069 INFO  [TicketingPipelineManager] Starting PipelineManager.
    15:08:47,310 INFO  [RepositoryDistributorStatisticsManager] RepositoryDistributorStatisticsManager started.
    15:08:47,311 INFO  [CachedDistributorStatisticsPool] CachedDistributorStatisticPool started.
    15:08:47,342 INFO  [DefaultQueueLoadLevelCalculator] DefaultQueueLoadCalculator started.
    15:08:47,352 INFO  [TicketQueueAvailablePool] TicketQueueAvailablePool started.
    15:08:47,414 INFO  [TicketLoader] Distributor TicketLoader started.
    15:08:47,427 INFO  [DefaultQueueSorter] DefaultQueueSorter started.
    15:08:47,428 INFO  [CachedDistributorTicketPool] CachedDistributorTicketPool started.
    15:08:47,476 INFO  [CachedDistributorManager] CachedDistributorManager started.
    15:08:47,477 INFO  [RetrievePushTickets] RetrievePushTickets started.
    15:08:49,469 INFO  [ApprovalPipelineManager] Starting PipelineManager.
    15:08:49,949 WARN  [PipelineManager] There is no transition to link [setCostCenterAmount] in the XML configuration file.
    15:08:51,108 INFO  [TaxPricingEngine] Pricing Engine starting up
    15:08:51,218 INFO  [ShippingPricingEngine] Pricing Engine starting up
    15:08:51,447 WARN  [DistributorSender] No remote servers configured
    15:08:51,523 INFO  [MediaRepository] SQL Repository startup complet

  • SharePoint foundation 2013 Search is not working

    Hi, Search was working 3 days back, but today its not working. So
    1. I Recreated Search Service Application
    2. Created Content Source and set full crawl.
    3. And service application is associated to the web application also.
    4. All Application pool id are running.
    5. Created Search Site collection, even though search is not working.
    The error message i got was shown below. How to resolve this issue. An help/thoughts.

    Try to use word Home in search
    Do we see site getting crawl in crawl logs
     Navigate to the site for which you want to control the Web Parts in search results.
    Click Site Actions, and then click Site Settings.
    Under Site Administration, click Search and offline availability.
    In the Indexing ASPX Page Content section, under
    This site does not contain fine-grained permissions. Specify the site’s ASPX page indexing behavior , 
    Always index all Web Parts on this site
    http://office.microsoft.com/en-in/sharepoint-server-help/enable-content-to-be-searchable-HA010379092.aspx

  • Site search will not work in Firefox but works with Chrome

    I run three websites. One is personal (www.rossolson.org) and two are for non-profit organizations (www.outpostministries.org and www.tccsa.tc). All have site search through Google, my own site is paid to be ad-free, the non profits are free and without adds because of their non profit status. For a while now, site search does not work with Firefox for the non profit sites but does for the paid site. Chrome and IE work fine. Is there a solution? Some setting to activate? Is this Google's doing?

    I am able to type a search word in but on clicking it, nothing changes. No results. the word just stays there.
    I also downloaded the https://addons.mozilla.org/firefox/addon/live-http-headers/ -- at first I wondered if it was not letting me install. So I allowed it in exceptions. But I'm not clear on what it does or what I do to use it.

  • Personalized Simple Search with new messageLovInput - Search does not work

    I have currently set an Message LOV Input into a Simple Search Panel for IcxPorRcvSrchPG.
    I have got the LOV bringing back the correct values, but when I hit the GO button the Search does not work.
    Can someome please help me on how I am able to get the search working in the Simple Search Panel.
    Details of VO's are as follows:
    xxReceiveItemsDueVO (extended from ReceiveItemsDueVO)
    xxReceiveMyItemsVO (extended from ReceiveMyItemsVO )
    xxReceivePurchaseItemsVO (extended from ReceivePurchaseItemsVO)
    xxReceiveReqItemsVO (extended from ReceiveReqItemsVO)
    Extended Attribute I am looking to search with is xxWono.
    Current search items are working 100% with extended VO's, but when I try and search with new item, I am having no luck. The search is acting as though the new item has not even been created.
    Additional Lov Details are as follows:
    Level: Site
    Item Style: Message Lov Input
    ID: xxWONumSearch
    Data Type: VARCHAR2
    External LOV: /oracle/apps/icx/lov/webui/WorkOrderLovRN
    Prompt: Work Order Number
    Search Allowed: False
    Search Criteria: False
    Lov Map
    ID: xxWipEntityName
    Criteria Item: xxWONumSearch
    LOV Region: WipEntityName
    Programmatic Query: False
    Required: False
    Return Item: xxWONumSearch
    Framework version: 11.5.10.6RUP
    Is there a way of doing this through Personalization?
    With the version of framework I am not able to add a simpleSearchMapping through Personalization.
    Can someone please advise?
    Thanks
    Lee

    When I generate and then view the help, it looks perfect!  I changed the name of the project folder since the information is proprietary.  I have several pictures including the parent folder and the only 3 folders that are generated.  I cannot find the Webhelp output folder.  I think this is what you need to see.

  • Search feature not working most of the time

    My  search feature on my iPhone 4 rarely works anymore. After swiping screen from left to right or pressing HOME button nothing happens when I start typing. If I press the search button it will take a long time before responding.

    Sharing between Leopard and Snowleopard does not work reliably. For this reason, we do not recommend mixing Operating Systems.
    Hope this helps,
    Syd

  • Search do not work correctly!?

    Hi! I I am using Search Criteria to search for data in DB. But Search do not work correctly.
    When I search using "Search in all fields:" then I can get needed info. But when I add some attributes and try to search then I get wrong results, see Search form: http://my.jetscreenshot.com/2677/20120820-stms-117kb
    I want that, if I add attributes "Type of Genetic Resource" and "Regional Forest District" and enter data, then my search form searches for results that is combinated from these 2 added fields.
    My Search Criteria You can see: http://my.jetscreenshot.com/2677/20120820-hdyg-141kb
    In Search Criteria I use Conjunction OR, I I change it to AND then above example works fine when I add 2 fields in advanced search, but then search using "Search in all fields:" DON'T work.
    Can anyone say where I am wrong, what I need to add or change in my Search criteria, so that all will work?
    If You do not understand something, or need more info, please let me know.
    Best regards, Debuger!

    Hi, Timo! Yes, I want to show results where 'type of resource' is correct and 'regional forrest...' is correct! Hope You understand me. If I use AND in Search criteria, see: http://my.jetscreenshot.com/2677/20120821-y8rw-155kb
    Then when I enter data in SearchAllFields it finds nothing...
    SearchAllFields means that I search in all attributes for given value and show results.
    I found that using Match all or Match Any option works for my previous VC, see: http://my.jetscreenshot.com/2677/20120821-g0nu-63kb
    How do You think, this is good solution? And maybe You know how to localize Match all or Match Any option?
    Best regards, Debuger!

  • RoboHelp 10 WebHelp search feature not working?

    Hi all,
    I am using the Adobe Technical Communication Suite 4 and cannot get RoboHelp 10 to generate a WebHelp product with search capabilities.
    I have created a RoboHelp 10 WebHelp project and imported FrameMaker 11 files.
    Everything seems okay, but when I search in Internet Explorer 10, nothing happens.  I can even be on the same page as a term and enter the term in the box,
    but then nothing happenns. I also tried:  Opera, Firefox, Chrome and Safari browsers and still no results in the WebHelp search results.
    Actually, I get one word by default and that word is:  "null".
    Any idea on what is causing this?  I have a deliverable due soon, and I need to get this search capability working.
    Thanks in advance for your suggestions.
    I am using the latest patch too - RoboHelp 10.0.0.287
    Regards,
    Jim

    Hi Jeff,
    Thanks for the reply.  I am not sure if it is Java, although I did download Java to make sure I had the latest update.  I am running on a Windows 7 64 Bit Dell Laptop with Adobe TCS 4.
    I just saw a different post - but related to this post on the topic and I think it has to do something with the XML files that are created during the normal generation process.
    I have a feeling that there is something wrong with my XML files and the reason I say that is because I can generate one of the sample RoboHelp projects to WebHelp and then use IE 10 to search and the results
    come up right away, but when I do a WebHelp generate on my project the search does not work.
    Here is that related thread:
    http://forums.adobe.com/thread/798369
    Search Error: Failed to initialize database
    Mar 1, 2011 12:33 PM
    That thread dealt with RoboHelp 8 and I am using RoboHelp 10, but I think the problem is probably the same.
    My questions are as follows:
    I have a customer deliverable on Monday with several hundred files and a search mechanism that does not work at all.  Can I copy the search mechanism from the sample project and then put it into my project?
    Are the XML files generic or specific to each project?
    How many XML, Javascript and other RoboHelp type files are used to make the search functionality work?  I was thinking of populating one of those sample files, that has already been started with my files to see if that would get things going in the right direction - with the idea of removing all the sample files from that project and replacing them with my files, but, I have over 400 files, including references to foldout drawings and vendor manuals (baggage files) and it would probably take too much time to make that happen.
    With that said, if you or anyone else has ideas on how I could get this search engine working, I would really, really appreciate it.
    My current file structure is like this:
    Main Project Folder
        !ScreenLayout
        My Project File1
        My Project File2
        My Project File3
        resource
        whdata
        whgdata
        whxdata
        Frnt_Cov.htm
        Frnt_Cov_csh.htm
        Frnt_Cov_rhc.htm
        All RoboHelp graphics, javascripts and .htm files
    There does NOT seem to these folders that are in the sample:
    !Language!
    !SkinSubFolder!
    !SSL!
    The !ScreenLayout! folder is the only one present.  Does this have anything to do with only having MultiScreen HTML5 and WebHelp (Primary Layout) for my project settings?
    Again the most notable difference I see, is between the folders NOT included in my project (!Language!, !SkinSubFolder! and !SSL!).  I am not sure why these folders are not included in WebHelp.
    Thanks for taking the time to read this, as well as for any suggestions that can be offered.  I really need to get the search feature working by tomorrow.
    Regards,
    Jim

  • Spotlight Search is not working with Lion

    I was on 10.6.5 and installed Lion.
    Spotlight searching is not working at all now. I have tried everything in the Spotlight preferences Confidentiality, selecting my hard disk and exclusding it quitting putting it back.
    I waited 3 days to be sure it was not because indexing is not finished.
    I don't know what I can try now..
    I have Time Machine I tried Mac OSX Combo 10,7.3.

    Try this, lauch Terminal and at the prompt copy & paste
    sudo mdutil -i off /
    Press return.
    You'll be prompted for you password, it will be invisible
    Then copy & paste this command
    sudo rm -rf /.Spotlight-V100
    Press return and finally
    sudo mdutil -i on /
    Press return

  • Spotlight search is not working in iphone 6

    Spotlight search is not working. It works only when I reboot the device. Also, it works for 10 to 15 min.Please help

    Try this, lauch Terminal and at the prompt copy & paste
    sudo mdutil -i off /
    Press return.
    You'll be prompted for you password, it will be invisible
    Then copy & paste this command
    sudo rm -rf /.Spotlight-V100
    Press return and finally
    sudo mdutil -i on /
    Press return

Maybe you are looking for

  • How do I find the size of my JPEG photos

    I want to find the size of my JPEG photos so I know how many photos I can fit per GB on my flashdrive. I know that my photos are in the "all images" section, on the left side  of my "Mcintosh HD" dialogue box, a box which contains just about everythi

  • HYPERLINKED BUTTONS not working in swf exports

    I have created an flip catalog with majority of the product images converted into buttons and linked into web pages. On the preview inside indesign the when the buttons were click they direct me to the web page but when exported as swf file the butto

  • Hyper-V Replication - Subnet Configuration Between Datacenters?

    I'm designing a DR solution in a geographically separate datacenter which will use Hyper-V 2012 R2 Replication to replicate several of our VMs to another Hyper-V cluster. The VMs will run a mix of Linux and Windows, with the Windows servers being Exc

  • IMac not working after mountain lion install

    Upon re-starting my iMac instead of going to log in page it went to re-install mountain lion, reset permissions etc etc page. After re-installing mountain lion I receive error message upon logging in and while using guest account the App Store, iMess

  • How do you retrieve old voicemail messages?

    I can't get my old voicemail after the voicemail upgrade.  How do you retrieve old messages?