Details

    • Type: Bug
    • Status: Closed
    • Priority: Blocker
    • Resolution: Fixed
    • Affects Version/s: sprint 15: 12-12-2012, Aquidneck
    • Component/s: None
    • Labels:
      None
    • Sprint:
      Sprint 15, Sprint 16

      Description

      I have submitted an order, and seupdate never completes.

      See the log below:

      Log: 2012-12-11_170914_a74_AccountWorkerProcessResults_syncAccountsGroupsListings_X4rlUOKWLz_try_0

      2012-12-11 17:09:22.672 (3) [main]: Debug Level set to 3
      2012-12-11 17:09:22.673 (3) [main]: =============== Starting Search Engine Updater ================
      2012-12-11 17:09:22.674 (3) [main]: ----------------Search Engine Updater starting
      2012-12-11 17:09:23.569 (3) [main]: Created shared sesystem connection rw
      2012-12-11 17:09:23.598 (3) [main]: LicensingFileRefresher: modification detected on 1352132473000 for licensing.properties
      2012-12-11 17:09:23.635 (3) [main]: Licensing environment detected, loading configuration.
      2012-12-11 17:09:23.638 (3) [main]: Loaded property: tsa.google.mcc.email=ffejsmb@gmail.com
      2012-12-11 17:09:23.638 (3) [main]: Loaded property: tsa.google.mcc.password=brothereclipsesmb
      2012-12-11 17:09:23.638 (3) [main]: Loaded property: tsa.google.mcc.developerToken=ojCnjZaM6RD1h0yt_DOJZg
      2012-12-11 17:09:23.638 (3) [main]: Loaded property: tsa.google.mcc.applicationToken=none
      2012-12-11 17:09:23.639 (3) [main]: Loaded property: tsa.google.mcc.isReseller=true
      2012-12-11 17:09:23.639 (3) [main]: Loaded property: tsa.google.mcc.userAgent=AdMaxLocal AdWords Software TSA DEV
      2012-12-11 17:09:23.639 (3) [main]: Loaded property: tsa.google.isSandbox=false
      2012-12-11 17:09:23.639 (3) [main]: Loaded property: tsa.google.sandbox.currency=USD
      2012-12-11 17:09:23.639 (3) [main]: Loaded property: tsa.timezone=America/New_York
      2012-12-11 17:09:23.787 (3) [P1T1]: Starting User (68) "3a45441a-48b8-40c4-b6a6-c297388847b0_1"
      log4j:WARN No appenders could be found for logger (org.apache.axis.AxisEngine).
      log4j:WARN Please initialize the log4j system properly.
      2012-12-11 17:09:34.269 (3) [P1T1]: DatabasePool with a limit of 80 created
      2012-12-11 17:10:23.787 (3) [main]: Waiting for tasks to be done
      2012-12-11 17:24:15
      Full thread dump Java HotSpot(TM) 64-Bit Server VM (20.2-b06 mixed mode):

      "Timer-9" daemon prio=10 tid=0x00007f1318086800 nid=0x4018 in Object.wait() [0x00007f133732e000]
      java.lang.Thread.State: WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)

      • waiting on <0x000000009babba48> (a java.util.TaskQueue)
        at java.lang.Object.wait(Object.java:485)
        at java.util.TimerThread.mainLoop(Timer.java:483)
      • locked <0x000000009babba48> (a java.util.TaskQueue)
        at java.util.TimerThread.run(Timer.java:462)

      "Timer-8" daemon prio=10 tid=0x00007f1318074800 nid=0x4017 in Object.wait() [0x00007f133742f000]
      java.lang.Thread.State: WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)

      • waiting on <0x000000009ba52948> (a java.util.TaskQueue)
        at java.lang.Object.wait(Object.java:485)
        at java.util.TimerThread.mainLoop(Timer.java:483)
      • locked <0x000000009ba52948> (a java.util.TaskQueue)
        at java.util.TimerThread.run(Timer.java:462)

      "Timer-7" daemon prio=10 tid=0x00007f13180d9000 nid=0x4016 in Object.wait() [0x00007f1337647000]
      java.lang.Thread.State: WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)

      • waiting on <0x000000009ba01d90> (a java.util.TaskQueue)
        at java.lang.Object.wait(Object.java:485)
        at java.util.TimerThread.mainLoop(Timer.java:483)
      • locked <0x000000009ba01d90> (a java.util.TaskQueue)
        at java.util.TimerThread.run(Timer.java:462)

      "P1T1" prio=10 tid=0x00007f134431f800 nid=0x4015 waiting on condition [0x00007f1336e29000]
      java.lang.Thread.State: TIMED_WAITING (sleeping)
      at java.lang.Thread.sleep(Native Method)
      at com.thesearchagency.searchengines.targeting.dao.TargetingDAO$SyncHelper.waitForReplication(TargetingDAO.java:684)
      at com.thesearchagency.searchengines.targeting.dao.TargetingDAO$SyncHelper.updateTempTableText(TargetingDAO.java:635)
      at com.thesearchagency.searchengines.targeting.dao.TargetingDAO$SyncHelper.createAndLoadTempTable(TargetingDAO.java:614)
      at com.thesearchagency.searchengines.targeting.dao.TargetingDAO$SyncHelper.sync(TargetingDAO.java:476)
      at com.thesearchagency.searchengines.targeting.dao.TargetingDAO.sync(TargetingDAO.java:132)
      at com.thesearchagency.searchengines.SearchEngineUpdater$SearchEngineUserWorker.handleTargeting(SearchEngineUpdater.java:1255)
      at com.thesearchagency.searchengines.SearchEngineUpdater$SearchEngineUserWorker.syncAccounts(SearchEngineUpdater.java:1113)
      at com.thesearchagency.searchengines.SearchEngineUpdater$SearchEngineUserWorker.run(SearchEngineUpdater.java:1008)
      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
      at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
      at java.util.concurrent.FutureTask.run(FutureTask.java:138)
      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
      at java.lang.Thread.run(Thread.java:662)
      "Timer-6" daemon prio=10 tid=0x00007f13442c5000 nid=0x4014 in Object.wait() [0x00007f1336f2a000]
      java.lang.Thread.State: TIMED_WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)

      • waiting on <0x000000009c2e1ec8> (a java.util.TaskQueue)
        at java.util.TimerThread.mainLoop(Timer.java:509)
      • locked <0x000000009c2e1ec8> (a java.util.TaskQueue)
        at java.util.TimerThread.run(Timer.java:462)

      "Timer-5" daemon prio=10 tid=0x00007f1344331000 nid=0x4013 in Object.wait() [0x00007f133702b000]
      java.lang.Thread.State: WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)

      • waiting on <0x000000009c2e1f58> (a java.util.TaskQueue)
        at java.lang.Object.wait(Object.java:485)
        at java.util.TimerThread.mainLoop(Timer.java:483)
      • locked <0x000000009c2e1f58> (a java.util.TaskQueue)
        at java.util.TimerThread.run(Timer.java:462)

      "Low Memory Detector" daemon prio=10 tid=0x00007f13440ab800 nid=0x400b runnable [0x0000000000000000]
      java.lang.Thread.State: RUNNABLE

      "C2 CompilerThread1" daemon prio=10 tid=0x00007f13440a9000 nid=0x400a waiting on condition [0x0000000000000000]
      java.lang.Thread.State: RUNNABLE

      "C2 CompilerThread0" daemon prio=10 tid=0x00007f13440a6800 nid=0x4009 waiting on condition [0x0000000000000000]
      java.lang.Thread.State: RUNNABLE

      "Signal Dispatcher" daemon prio=10 tid=0x00007f13440a4800 nid=0x4008 waiting on condition [0x0000000000000000]
      java.lang.Thread.State: RUNNABLE

      "Surrogate Locker Thread (Concurrent GC)" daemon prio=10 tid=0x00007f13440a2800 nid=0x4007 waiting on condition [0x0000000000000000]
      java.lang.Thread.State: RUNNABLE

      "Finalizer" daemon prio=10 tid=0x00007f1344086800 nid=0x4006 in Object.wait() [0x00007f1337efd000]
      java.lang.Thread.State: WAITING (on object monitor)
      at java.lang.Object.wait(Native Method)

      • waiting on <0x000000009c2e1f10> (a java.lang.ref.ReferenceQueue$Lock)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
      • locked <0x000000009c2e1f10> (a java.lang.ref.ReferenceQueue$Lock)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)
        at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
        "Reference Handler" daemon prio=10 tid=0x00007f1344084800 nid=0x4005 in Object.wait() [0x00007f1337ffe000]
        java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
      • waiting on <0x000000009c2e1fd0> (a java.lang.ref.Reference$Lock)
        at java.lang.Object.wait(Object.java:485)
        at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116)
      • locked <0x000000009c2e1fd0> (a java.lang.ref.Reference$Lock)

      "main" prio=10 tid=0x00007f1344007800 nid=0x4002 waiting on condition [0x00007f1348679000]
      java.lang.Thread.State: TIMED_WAITING (sleeping)
      at java.lang.Thread.sleep(Native Method)
      at com.carldunham.jst.concurrency.ThreadPool.waitForTasks(ThreadPool.java:172)
      at com.carldunham.jst.concurrency.ThreadPool.join(ThreadPool.java:133)
      at com.thesearchagency.searchengines.SearchEngineUserDispatcher.run(SearchEngineUserDispatcher.java:138)
      at com.thesearchagency.searchengines.SearchEngineUpdater.run(SearchEngineUpdater.java:320)
      at com.thesearchagency.searchengines.SearchEngineUpdater.main(SearchEngineUpdater.java:389)

      "VM Thread" prio=10 tid=0x00007f134407e000 nid=0x4004 runnable

      "Concurrent Mark-Sweep GC Thread" prio=10 tid=0x00007f1344032000 nid=0x4003 runnable
      "VM Periodic Task Thread" prio=10 tid=0x00007f13440b6800 nid=0x400c waiting on condition

      JNI global references: 1003

      Heap
      def new generation total 19136K, used 17424K [0x000000009ae00000, 0x000000009c2c0000, 0x000000009c2c0000)
      eden space 17024K, 100% used [0x000000009ae00000, 0x000000009bea0000, 0x000000009bea0000)
      from space 2112K, 18% used [0x000000009c0b0000, 0x000000009c1142e8, 0x000000009c2c0000)
      to space 2112K, 0% used [0x000000009bea0000, 0x000000009bea0000, 0x000000009c0b0000)
      concurrent mark-sweep generation total 240896K, used 4854K [0x000000009c2c0000, 0x00000000aae00000, 0x00000000fae00000)
      concurrent-mark-sweep perm gen total 30600K, used 19336K [0x00000000fae00000, 0x00000000fcbe2000, 0x0000000100000000)

        Attachments

          Activity

            People

            • Assignee:
              caitlyn Caitlyn Duggan (Inactive)
              Reporter:
              jelliott Jen Clarke (Inactive)
            • Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: