Uploaded image for project: 'BrownDog'
  1. BrownDog
  2. BD-2047

exception in clowder docker container log

XMLWordPrintableJSON

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Normal Normal
    • None
    • None
    • None
    • Brown Dog - Sprint 9, Brown Dog - Sprint 10

      2018-03-05 18:27:49,621 - [ERROR ] - application - Could not run mongo update for fix-metadata-count
      com.mongodb.CommandFailureException: { "serverUsed" : "mongo/172.22.0.4:27017" , "ok" : 0.0 , "errmsg" : "The 'cursor' option is required, except for aggregate with the explain argument" , "code" : 9 , "codeName" : "FailedToParse"}
      at com.mongodb.CommandResult.getException(CommandResult.java:71) ~[org.mongodb.mongo-java-driver-2.11.3.jar:na]
      at com.mongodb.CommandResult.throwOnError(CommandResult.java:110) ~[org.mongodb.mongo-java-driver-2.11.3.jar:na]
      at com.mongodb.DBCollection.aggregate(DBCollection.java:1308) ~[org.mongodb.mongo-java-driver-2.11.3.jar:na]
      at com.mongodb.casbah.MongoCollectionBase$class.aggregate(MongoCollection.scala:521) ~[org.mongodb.casbah-core_2.10-2.6.4.jar:2.6.4]
      at com.mongodb.casbah.MongoCollection.aggregate(MongoCollection.scala:866) ~[org.mongodb.casbah-core_2.10-2.6.4.jar:2.6.4]
      at services.mongodb.MongoSalatPlugin.services$mongodb$MongoSalatPlugin$$fixMetadataCount(MongoSalatPlugin.scala:1169) [clowder.clowder-1.3.5.jar:1.3.5]
      2018-03-05 18:27:49,622 - [INFO ] - application - Took 0.017 second to migrate mongo : fix-metadata-count
      2018-03-05 18:27:49,624 - [INFO ] - application - About to begin update of mongo : add-file-status.
      2018-03-05 18:27:49,626 - [INFO ] - application - Took 0.001 second to migrate mongo : add-file-status
      2018-03-05 18:27:49,628 - [INFO ] - application - About to begin update of mongo : add-metadata-per-space.
      2018-03-05 18:27:49,630 - [INFO ] - application - Took 0.002 second to migrate mongo : add-metadata-per-space
      2018-03-05 18:27:49,632 - [INFO ] - application - About to begin update of mongo : add-trial-flag2.
      2018-03-05 18:27:49,635 - [INFO ] - application - Took 0.003 second to migrate mongo : add-trial-flag2
      2018-03-05 18:27:49,637 - [INFO ] - application - About to begin update of mongo : user-emails-to-lowercase.
      2018-03-05 18:27:49,639 - [INFO ] - application - Took 0.002 second to migrate mongo : user-emails-to-lowercase
      2018-03-05 18:27:49,640 - [INFO ] - application - About to begin update of mongo : copy-sha512-to-metadata-and-remove-all.
      2018-03-05 18:27:49,643 - [INFO ] - application - Took 0.002 second to migrate mongo : copy-sha512-to-metadata-and-remove-all
      2018-03-05 18:27:49,644 - [INFO ] - application - About to begin update of mongo : update-repository-type-in-extractors-info.
      2018-03-05 18:27:49,646 - [INFO ] - application - Took 0.001 second to migrate mongo : update-repository-type-in-extractors-info
      2018-03-05 18:27:49,647 - [INFO ] - application - About to begin update of mongo : change-in-curation-status-to-in-preparation.
      2018-03-05 18:27:49,651 - [INFO ] - application - Took 0.003 second to migrate mongo : change-in-curation-status-to-in-preparation
      2018-03-05 18:27:50,093 - [INFO ] - application - [securesocial] loaded templates plugin: services.SecureSocialTemplatesPlugin
      2018-03-05 18:27:50,155 - [INFO ] - play - Starting application default Akka system.
      2018-03-05 18:27:50,166 - [INFO ] - application - [securesocial] loaded user service: class services.mongodb.MongoDBSecureSocialUserService
      2018-03-05 18:27:50,168 - [INFO ] - application - [securesocial] loaded password hasher bcrypt
      2018-03-05 18:27:50,590 - [INFO ] - application - Application has started
      2018-03-05 18:27:50,593 - [INFO ] - application - [securesocial] loaded identity provider: userpass
      2018-03-05 18:27:50,595 - [INFO ] - application - [securesocial] loaded event listener SecureSocialEventListener
      2018-03-05 18:27:50,597 - [INFO ] - play - Application started (Prod)
      2018-03-05 18:27:50,753 - [INFO ] - application - Starting extraction status receiver
      2018-03-05 18:27:50,758 - [INFO ] - play - Listening for HTTP on /0.0.0.0:9000
      2018-03-05 18:27:51,610 - [WARN ] - application - [securesocial] IMPORTANT: Play is running in production mode but you did not turn SSL on for SecureSocial.Not using SSL can make it really easy for an attacker to steal your users' credentials and/or the authenticator cookie and gain access to the system.
      [ERROR] [03/05/2018 18:28:00.605] [play-akka.actor.default-dispatcher-3] [TaskInvocation] { "serverUsed" : "mongo/172.22.0.4:27017" , "ok" : 0.0 , "errmsg" : "The 'cursor' option is required, except for aggregate with the explain argument" , "code" : 9 , "codeName" : "FailedToParse"}
      com.mongodb.CommandFailureException: { "serverUsed" : "mongo/172.22.0.4:27017" , "ok" : 0.0 , "errmsg" : "The 'cursor' option is required, except for aggregate with the explain argument" , "code" : 9 , "codeName" : "FailedToParse"}
      at com.mongodb.CommandResult.getException(CommandResult.java:71)
      at com.mongodb.CommandResult.throwOnError(CommandResult.java:110)
      at com.mongodb.DBCollection.aggregate(DBCollection.java:1308)
      at com.mongodb.casbah.MongoCollectionBase$class.aggregate(MongoCollection.scala:521)
      at com.mongodb.casbah.MongoCollection.aggregate(MongoCollection.scala:866)
      at services.mongodb.MongoDBFileService.bytes(MongoDBFileService.scala:80)
      at Global$$anonfun$onStart$3.apply$mcV$sp(Global.scala:90)
      at akka.actor.Scheduler$$anon$11.run(Scheduler.scala:118)
      at akka.dispatch.TaskInvocation.run(AbstractDispatcher.scala:42)
      at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:386)
      at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
      at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
      at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
      at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)

      2018-03-05 18:28:00,609 - [ERROR ] - a.d.TaskInvocation - { "serverUsed" : "mongo/172.22.0.4:27017" , "ok" : 0.0 , "errmsg" : "The 'cursor' option is required, except for aggregate with the explain argument" , "code" : 9 , "codeName" : "FailedToParse"}
      com.mongodb.CommandFailureException: { "serverUsed" : "mongo/172.22.0.4:27017" , "ok" : 0.0 , "errmsg" : "The 'cursor' option is required, except for aggregate with the explain argument" , "code" : 9 , "codeName" : "FailedToParse"}
      at com.mongodb.CommandResult.getException(CommandResult.java:71) ~[org.mongodb.mongo-java-driver-2.11.3.jar:na]
      at com.mongodb.CommandResult.throwOnError(CommandResult.java:110) ~[org.mongodb.mongo-java-driver-2.11.3.jar:na]
      at com.mongodb.DBCollection.aggregate(DBCollection.java:1308) ~[org.mongodb.mongo-java-driver-2.11.3.jar:na]
      at com.mongodb.casbah.MongoCollectionBase$class.aggregate(MongoCollection.scala:521) ~[org.mongodb.casbah-core_2.10-2.6.4.jar:2.6.4]
      at com.mongodb.casbah.MongoCollection.aggregate(MongoCollection.scala:866) ~[org.mongodb.casbah-core_2.10-2.6.4.jar:2.6.4]
      at services.mongodb.MongoDBFileService.bytes(MongoDBFileService.scala:80) ~[clowder.clowder-1.3.5.jar:1.3.5]

              yanzhao3 Yan Zhao (Inactive)
              bing Bing Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Estimated:
                  Original Estimate - 1 day
                  1d
                  Remaining:
                  Remaining Estimate - 1 day
                  1d
                  Logged:
                  Time Spent - Not Specified
                  Not Specified