Pricing Engines in ATG

HI
when pricing engines are called in atg?
will it call from pipeline or other than that ?
if it will call from pipeline then which pipeline?

PricingEngine and calculators are called when there is a modification on the order.
a.Additems to order
b. remove items from order
c update quantity of the items in the order
d. finally when the order is traversing different states (submitted , no action required , refunded etc..,)
Typically in e-commerce flow it could be
on 1. Add to Cart
2. Remove from cart
3. Adding Shipping information
4. Check out
5. Order Confirmation
6. Taxation
ProcessOrderwithReprice , PriceOrder are two which come to mind
Regards
Sundar M R
Edited by: Sundar on May 8, 2013 3:00 PM

Similar Messages

  • Class Cast Exception in Pricing Engine with ATG 9.1

    Hi All,
    I'm getting the below exception when trying to deploy projects through BCC.
    Basically this is getting called from some Out of the box scheduler service when project is deployed.
    Any pointers on how to prevent this will be immensely helpful..
    Thanks in advance.
    [12/5/11 2:43:48:158 CST] 0000003f SystemOut O /atg/commerce/pricing/ShippingPricingEngine --- CONTAINER:atg.repository.RepositoryException: Attempt to execute or build a query with a Query or QueryExpression object that is null or was not created by this repository.; SOURCE:java.lang.ClassCastException: atg.repository.query.AndQuery incompatible with atg.adapter.gsa.query.Clause
    at atg.adapter.gsa.GSAItemDescriptor.executeQuery(GSAItemDescriptor.java:7275)
    at atg.adapter.gsa.GSAView.executeUncachedQuery(GSAView.java:357)
    at atg.repository.query.QueryCache.executeUncachedQuery(QueryCache.java:693)
    at atg.repository.query.QueryCache.populateEntry(QueryCache.java:905)
    at atg.repository.query.QueryCache.executeCachedQuery(QueryCache.java:433)
    at atg.repository.RepositoryViewImpl.executeQuery(RepositoryViewImpl.java:344)
    at atg.adapter.gsa.GSAView.executeQuery(GSAView.java:306)
    at atg.repository.rql.RqlStatement.executeQuery(RqlStatement.java:211)
    at atg.commerce.pricing.PricingEngineService.findGlobalPromotions(PricingEngineService.java:488)
    at atg.commerce.pricing.PricingEngineService.loadGlobalPromotions(PricingEngineService.java:531)
    at atg.commerce.pricing.PricingEngineService.performScheduledTask(PricingEngineService.java:635)
    at atg.service.scheduler.ScheduledJob.runJobs(ScheduledJob.java:441)
    at atg.service.scheduler.Scheduler$2handler.run(Scheduler.java:760)
    Caused by :java.lang.ClassCastException: atg.repository.query.AndQuery incompatible with atg.adapter.gsa.query.Clause
    at atg.adapter.gsa.GSAItemDescriptor.executeQuery(GSAItemDescriptor.java:7271)
    at atg.adapter.gsa.GSAView.executeUncachedQuery(GSAView.java:357)
    at atg.repository.query.QueryCache.executeUncachedQuery(QueryCache.java:693)
    at atg.repository.query.QueryCache.populateEntry(QueryCache.java:905)
    at atg.repository.query.QueryCache.executeCachedQuery(QueryCache.java:433)
    at atg.repository.RepositoryViewImpl.executeQuery(RepositoryViewImpl.java:344)
    at atg.adapter.gsa.GSAView.executeQuery(GSAView.java:306)
    at atg.repository.rql.RqlStatement.executeQuery(RqlStatement.java:211)
    at atg.commerce.pricing.PricingEngineService.findGlobalPromotions(PricingEngineService.java:488)
    at atg.commerce.pricing.PricingEngineService.loadGlobalPromotions(PricingEngineService.java:531)
    at atg.commerce.pricing.PricingEngineService.performScheduledTask(PricingEngineService.java:635)
    at atg.service.scheduler.ScheduledJob.runJobs(ScheduledJob.java:441)
    at atg.service.scheduler.Scheduler$2handler.run(Scheduler.java:760)
    [12/5/11 2:43:48:159 CST] 0000003f SystemOut O
    [12/5/11 2:43:49:181 CST] 00000040 SystemOut O /atg/commerce/pricing/OrderPricingEngine --- CONTAINER:atg.repository.RepositoryException: Attempt to execute or build a query with a Query or QueryExpression object that is null or was not created by this repository.; SOURCE:java.lang.ClassCastException: atg.repository.query.AndQuery incompatible with atg.adapter.gsa.query.Clause
    at atg.adapter.gsa.GSAItemDescriptor.executeQuery(GSAItemDescriptor.java:7275)
    at atg.adapter.gsa.GSAView.executeUncachedQuery(GSAView.java:357)
    at atg.repository.query.QueryCache.executeUncachedQuery(QueryCache.java:693)
    at atg.repository.query.QueryCache.populateEntry(QueryCache.java:905)
    at atg.repository.query.QueryCache.executeCachedQuery(QueryCache.java:433)
    at atg.repository.RepositoryViewImpl.executeQuery(RepositoryViewImpl.java:344)
    at atg.adapter.gsa.GSAView.executeQuery(GSAView.java:306)
    at atg.repository.rql.RqlStatement.executeQuery(RqlStatement.java:211)
    at atg.commerce.pricing.PricingEngineService.findGlobalPromotions(PricingEngineService.java:488)
    at atg.commerce.pricing.PricingEngineService.loadGlobalPromotions(PricingEngineService.java:531)
    at atg.commerce.pricing.PricingEngineService.performScheduledTask(PricingEngineService.java:635)
    at atg.service.scheduler.ScheduledJob.runJobs(ScheduledJob.java:441)
    at atg.service.scheduler.Scheduler$2handler.run(Scheduler.java:760)
    Caused by :java.lang.ClassCastException: atg.repository.query.AndQuery incompatible with atg.adapter.gsa.query.Clause
    at atg.adapter.gsa.GSAItemDescriptor.executeQuery(GSAItemDescriptor.java:7271)
    at atg.adapter.gsa.GSAView.executeUncachedQuery(GSAView.java:357)
    at atg.repository.query.QueryCache.executeUncachedQuery(QueryCache.java:693)
    at atg.repository.query.QueryCache.populateEntry(QueryCache.java:905)
    at atg.repository.query.QueryCache.executeCachedQuery(QueryCache.java:433)
    at atg.repository.RepositoryViewImpl.executeQuery(RepositoryViewImpl.java:344)
    at atg.adapter.gsa.GSAView.executeQuery(GSAView.java:306)
    at atg.repository.rql.RqlStatement.executeQuery(RqlStatement.java:211)
    at atg.commerce.pricing.PricingEngineService.findGlobalPromotions(PricingEngineService.java:488)
    at atg.commerce.pricing.PricingEngineService.loadGlobalPromotions(PricingEngineService.java:531)
    at atg.commerce.pricing.PricingEngineService.performScheduledTask(PricingEngineService.java:635)
    at atg.service.scheduler.ScheduledJob.runJobs(ScheduledJob.java:441)
    at atg.service.scheduler.Scheduler$2handler.run(Scheduler.java:760)
    [12/5/11 2:43:49:181 CST] 00000040 SystemOut O
    [12/5/11 2:45:17:941 CST] 00000042 SystemOut O /atg/commerce/pricing/ItemPricingEngine --- CONTAINER:atg.repository.RepositoryException: Attempt to execute or build a query with a Query or QueryExpression object that is null or was not created by this repository.; SOURCE:java.lang.ClassCastException: atg.repository.query.AndQuery incompatible with atg.adapter.gsa.query.Clause
    at atg.adapter.gsa.GSAItemDescriptor.executeQuery(GSAItemDescriptor.java:7275)
    at atg.adapter.gsa.GSAView.executeUncachedQuery(GSAView.java:357)
    at atg.repository.query.QueryCache.executeUncachedQuery(QueryCache.java:693)
    at atg.repository.query.QueryCache.populateEntry(QueryCache.java:905)
    at atg.repository.query.QueryCache.executeCachedQuery(QueryCache.java:433)
    at atg.repository.RepositoryViewImpl.executeQuery(RepositoryViewImpl.java:344)
    at atg.adapter.gsa.GSAView.executeQuery(GSAView.java:306)
    at atg.repository.rql.RqlStatement.executeQuery(RqlStatement.java:211)
    at atg.commerce.pricing.PricingEngineService.findGlobalPromotions(PricingEngineService.java:488)
    at atg.commerce.pricing.PricingEngineService.loadGlobalPromotions(PricingEngineService.java:531)
    at atg.commerce.pricing.PricingEngineService.performScheduledTask(PricingEngineService.java:635)
    at atg.service.scheduler.ScheduledJob.runJobs(ScheduledJob.java:441)
    at atg.service.scheduler.Scheduler$2handler.run(Scheduler.java:760)
    Caused by :java.lang.ClassCastException: atg.repository.query.AndQuery incompatible with atg.adapter.gsa.query.Clause
    at atg.adapter.gsa.GSAItemDescriptor.executeQuery(GSAItemDescriptor.java:7271)
    at atg.adapter.gsa.GSAView.executeUncachedQuery(GSAView.java:357)
    at atg.repository.query.QueryCache.executeUncachedQuery(QueryCache.java:693)
    at atg.repository.query.QueryCache.populateEntry(QueryCache.java:905)
    at atg.repository.query.QueryCache.executeCachedQuery(QueryCache.java:433)
    at atg.repository.RepositoryViewImpl.executeQuery(RepositoryViewImpl.java:344)
    at atg.adapter.gsa.GSAView.executeQuery(GSAView.java:306)
    at atg.repository.rql.RqlStatement.executeQuery(RqlStatement.java:211)
    at atg.commerce.pricing.PricingEngineService.findGlobalPromotions(PricingEngineService.java:488)
    at atg.commerce.pricing.PricingEngineService.loadGlobalPromotions(PricingEngineService.java:531)
    at atg.commerce.pricing.PricingEngineService.performScheduledTask(PricingEngineService.java:635)
    at atg.service.scheduler.ScheduledJob.runJobs(ScheduledJob.java:441)
    at atg.service.scheduler.Scheduler$2handler.run(Scheduler.java:760)
    [12/5/11 2:45:17:942 CST] 00000042 SystemOut O

    Hi,
    This error is happening due to these scheduled tasks running on a versioned (BCC) instance. They are not needed on the BCC and not designed to work in this situation.
    You should just set the schedules on these 3 components to:
    updateSchedule^=/Constants.null
    in a .properties file.
    Thanks.
    Nick Glover
    Oracle Support for ATG Products

  • Performance issue: Adding a new product line to existing Quote calls pricing engine for existing line a well

    Hi All,
    I need some assistance for my below query...
    If there are already existing some product/quote lines on the quote and then we try to add another new product/quote line to this quote , then  it is taking more time to add the product. As per my understanding it is calling the Pricing engine for the existing line as well. How can we avoid the pricing engine call for the existing lines.
    There are some parameters which we are setting as mentioned below :
    l_control_rec.header_pricing_event := 'BATCH' -- What does this mean when we set to batch
    l_control_rec.price_mode := 'ENTIRE_QUOTE'; -- (possible values could be CHANGE_LINES , QUOTE_LINE)
    l_header_rec.pricing_status_indicator := 'C';
    l_control_rec.calculate_freight_charge_flag := 'Y';
    l_control_rec.calculate_tax_flag := 'Y';
    l_header_rec.tax_status_indicator := 'C';
    Question :Could someone please help us with this whether is there any way with these parameters could be altered or changed to some other value ( like for PRICE_MODE we see this parameter could have some other values like : CHANGE_LINES , QUOTE_LINE etc other than ENTIRE_QUOTE).
    means lets say we do the Pricing Engine call only for the Newly Added quote line but not do it for the Entire Quote again and again..
    Now the other question here could be how do we finally synch the line level price values for all the quote lines upto the Quote header level in form of Totals (TOTAL_LIST_PRICE,TOTAL_TAX, TOTAL_SHIPPING_CHARGE, SURCHARGE, TOTAL_QUOTE_PRICE in aso_quote_headers_all table) ??
    Also is there a way that we don't do the Freight Charge calculation and Tax calculation (means we skip this completely) while adding products to the quote but do it at a later point when doing the Submit to Order functionality.
    Could someone please help with these pricing related parameters and modes to be used in order to get around this performance issue
    Thanks
    Mithun

    Dear Expert,
    Activate your Controlling area as usual and Cost Centers and Profit Center , You can assign an internal order for the particular product line for what you are seeing and can collect the costs of that particular product line exclusively.
    Regards,
    Shankar K B

  • How to capture the calculated (using pricing engine ) quote line price

    Hi everyone,
    Need some help.
    Can anybody explain me:
    How to capture the quote line price on run time when the pricing engine is invoked and at the same time this calculated quote line price should not get updated in the base table(Quoting module in CRM).
    Please help me.
    Thanks,
    Srinivas
    Edited by: user0232 on Aug 26, 2011 8:21 AM

    Hi,
    Which cost to capture is depends on Costing and valuation varients
    Got to OKP6 or OKP8
    Select valuation varient >>> Maintain strategy sequence under MATERIAL VALUATION
    Which system can take first Variable or standard.
    Kapil

  • Pricing Engine call having performance issues

    Hello All,
    Morning need some help with this ,, we are having performance issues with the QP Pricing Engine call using seeded API : qp_preq_grp.price_request
    We are having Pricing Context setup and have about 20 pricing attributes defined/setup with different values.
    The price list is which is passed has a dynamic formula attached to it.  This formula makes use of the pricing attributes and factor lists to provide final price.
    For the Pricing control record we are passing below mentioned parameters :
    p_control_rec.pricing_event := 'LINE';
    p_control_rec.calculate_flag := 'Y';
    p_control_rec.simulation_flag := 'Y';
    p_control_rec.manual_discount_flag := 'Y';
    Could someone please assist as to how we could trace or debug this pricing performance issue , means what exactly is causing the pricing call to take time.. Is there any other way other than taking a trace file and geting a tkprof.
    meaning could something be analysed or checked within Pricing debug/trace itself to see what is causing the performance to degrade (specific to pricing debug)
    Thanks

    Since you are using a formula to come up with a price, you no longer need the calcualte price flag as 'Y' . Pass as following:
    p_control_rec.calculate_flag := 'P';  --- 'Partial Price; indicates that Pricing will not be calculated automatically by the system, but other charges will be'
    OR, if you do not need the shipping charges to be calculated as well, pass the value as :
    p_control_rec.calculate_flag := 'N';
    Please let me know.
    Regards,
    Dipanjan

  • Sales Order Pricing Calculation using Pxternal Pricing Engine

    I have a customer who would like to call an External Pricing Engine to calculate the pricing for sales orders. This is from an ECC system and not from a CRM system. Has any one done it?
    What would be the right user exit to make such a call to the external system and get the prices and continue the process? Can you please share your experiences?
    Any sample code will be very much appreciated.
    Thanks.

    Thanks Aashrith.
    We would like make an RFC call to the external system. For example, in Banking, it can be done as stated in the documentation: Interface to External Price Calculators - Price Calculator for Financial Instruments - SAP Library .
    My question is: Can we do something similar to this to determine pricing in sales order?  If so where can we make that RFC call?
    Thanks again.
    Leo

  • External Pricing Engine

    I have a customer who would like to call an External Pricing Engine to calculate the pricing for sales orders. This is from an ECC system and not from a CRM system. Has any one done it?
    What would be the right user exit to make such a call to the external system and get the prices and continue the process? Can you please share your experiences?
    Thanks.

    Thanks Aashrith.
    We would like make an RFC call to the external system. For example, in Banking, it can be done as stated in the documentation: Interface to External Price Calculators - Price Calculator for Financial Instruments - SAP Library .
    My question is: Can we do something similar to this to determine pricing in sales order?  If so where can we make that RFC call?
    Thanks again.
    Leo

  • Configurtor and pricing engine

    he folks, I would like to know information regarding the configurator and pricing engine firing sequence, like when enter the order quantity then tab out to next field the pricing engine fires, like after entering the order quantity then tab out to next field and then launch the configurator during this also the pricing engine fires or not? Please let me know because we have serious performance issue when we launch the configurator from sales order form.
    Thanks,
    mahesh

    Is the issue in CRM or R/3?  If it is in R/3, then check the Calculation Type in IMG whether "Q" is set.  If your issue is in CRM, then, I will move this thread to CRM forum
    G. Lakshmipathi

  • Pricing engine missing key error

    we use coomodity pricing engine for SD, but for one  sales order condition tab, the formula key is empty, any experts know which part of CPE configuration goes wrong or this is data issue?
    the second issue is the used commodity qty 271g is not tally with order quantity, which is 3000 g for this item, ny experts know which part of CPE configuration goes wrong or this is data issue?

    Is the issue in CRM or R/3?  If it is in R/3, then check the Calculation Type in IMG whether "Q" is set.  If your issue is in CRM, then, I will move this thread to CRM forum
    G. Lakshmipathi

  • Is there a list of all OM functions (from Sales Order Screen) which, when order or line is saved, the pricing engine is called?

    I have been asked to give a list of all fields, when added/updated and saved, will then fire the Pricing engine.
    Does such a list of actions on the sales order screens (which result in subsequent call to pricing engine) exist?

    thanks for the replies. 
    Modifying the item category is not desirable, as this change will affect any orders in progress. 
    The line on the order is reflecting billing relevant (per item cat) and is waiting for the delivery to perform the billing.  The delivery is reflecting comleted, as the item has been identified as not billing relevan.  As the current status of the order is correct, running the program to update/correct the status has no effect. 
    Ultimately, I am looking for a process that will accept the order and line item and subsequently touch required tables to reflect a completed line.
    thanks,
    Wade

  • Pricing engine  comdity qty/price

    we want to know how used commodity qty 690g is derived? and where can we see the price maintained for fixed rate 30 USD as attached?
    also how formula value is calculated?
    thanks

    Is the issue in CRM or R/3?  If it is in R/3, then check the Calculation Type in IMG whether "Q" is set.  If your issue is in CRM, then, I will move this thread to CRM forum
    G. Lakshmipathi

  • Reg Overview of CPE - Commodity Pricing Engine

    Hello ,
       I need to use CPE. Any overview, guide, links will help. I have never worked with it before.
    Best Regards!
    Sandip

    Hi Sandip,
    how are you doing? What CPE? ABAP or Java?
    Regards,
    Thomas

  • Reg. CPE - Commodity Pricing Engine

    Hi Guys,
    I need to implement this CPE for Treasury Application. However, i found, it is also used in CRM. In case i am right, please provide some general links, overview etc. on its usage and functionalities.
    Best Regards!
    Sandip

    Hi Sandip,
    Try this link: [;
    Help SAP CRM 4.0: http://help.sap.com/saphelp_sm40/helpdata/en/43/1529e043b05a3ae10000000a422035/content.htm
    CRM 7: http://help.sap.com/SAPHELP_CRM70/helpdata/EN/1b/fd0433cf76d04ca50e26ae4470ef12/content.htm
    Best regards,
    Caíque Escaler

  • Custom Pricing - Oracle ATG

    Hi ,
    I have a requirement whereby a each Product has 2 prices . One time fixed and Recurring charge. Final price of the Product will be addition of both the prices.
    Could you please suggest how should i design my Pricelist repository to hold both prices for each product
    Also how the pricing engine will calculate the product has 2 prices and the final price of the Product should be addition of both the prices.
    ex : Product A  has one time charge of  $50  and recurring charge of $100 a year  , the Product price should be $150
    Thanks in advance

    Thanks for the suggestion , actually i have a tricky requirement where i do have multiple prices but on Product details page the actaul calcultaion of product price is done by 3rd party systme by a service call.
    This service call returns the total price , discount (as discount is maintained by 3rd party) and tax on each product ..
    Then user is allowed to add the product in cart ..
    So at this stage before adding the item to cart we have no commerce item to store price info ,
    And when i add item to cart , item pricing engine will get invoked ...what should it do as the price is calculated by third party ?
    (Note - Third party service should only be called on product details page to get accurate price before adding item to cart)..
    Any suggestions ?
    Ta

  • 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

Maybe you are looking for