Skip to content

Instantly share code, notes, and snippets.

@venusang
Created April 9, 2015 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save venusang/185abf0ebd60c3ed6f46 to your computer and use it in GitHub Desktop.
Save venusang/185abf0ebd60c3ed6f46 to your computer and use it in GitHub Desktop.
[info] Compiling 1 Scala source to /Users/VenusAng/Documents/corespring-api/modules/lib/play-json-salat-utils/target/scala-2.10/classes...
[info] Compiling 3 Scala sources to /Users/VenusAng/Documents/corespring-api/modules/test-lib/test-helpers/target/scala-2.10/classes...
[info] Compiling 10 Scala sources to /Users/VenusAng/Documents/corespring-api/modules/lib/api-utils/target/scala-2.10/classes...
[info] Compiling 3 Scala sources and 1 Java source to /Users/VenusAng/Documents/corespring-api/modules/web/client-logging/target/scala-2.10/classes...
[info] Compiling 1 Scala source to /Users/VenusAng/Documents/corespring-api/modules/lib/assets/target/scala-2.10/classes...
[info] Compiling 33 Scala sources to /Users/VenusAng/Documents/corespring-api/modules/lib/qti/target/scala-2.10/classes...
[warn] /Users/VenusAng/Documents/corespring-api/modules/lib/qti/src/main/scala/org/corespring/qti/models/QtiItem.scala:180: postfix operator mkString should be enabled
[warn] by making the implicit value scala.language.postfixOps visible.
[warn] This can be achieved by adding the import clause 'import scala.language.postfixOps'
[warn] or by setting the compiler option -language:postfixOps.
[warn] See the Scala docs for value scala.language.postfixOps for a discussion
[warn] why the feature should be explicitly enabled.
[warn] clearNamespaceAndTransform(correctResponseFeedback,Seq(addTargetToAnchor _)).child.flatten mkString
[warn] ^
[warn] /Users/VenusAng/Documents/corespring-api/modules/lib/qti/src/main/scala/org/corespring/qti/models/QtiItem.scala:208: postfix operator mkString should be enabled
[warn] by making the implicit value scala.language.postfixOps visible.
[warn] clearNamespaceAndTransform(incorrectResponseFeedback,Seq(addTargetToAnchor _)).child.flatten mkString
[warn] ^
[warn] /Users/VenusAng/Documents/corespring-api/modules/lib/qti/src/main/scala/org/corespring/qti/models/interactions/DragAndDropInteraction.scala:142: higher-kinded type should be enabled
[warn] by making the implicit value scala.language.higherKinds visible.
[warn] This can be achieved by adding the import clause 'import scala.language.higherKinds'
[warn] or by setting the compiler option -language:higherKinds.
[warn] See the Scala docs for value scala.language.higherKinds for a discussion
[warn] why the feature should be explicitly enabled.
[warn] def shuffleElements[T, CC[X] <: TraversableOnce[X]](xs: CC[T], isFixed: T => Boolean)(implicit bf: CanBuildFrom[CC[T], T, CC[T]]): CC[T] = {
[warn] ^
[warn] /Users/VenusAng/Documents/corespring-api/modules/lib/qti/src/main/scala/org/corespring/qti/models/interactions/DragAndDropInteraction.scala:169: postfix operator result should be enabled
[warn] by making the implicit value scala.language.postfixOps visible.
[warn] bf(xs) ++= buf result
[warn] ^
[warn] four warnings found
[info] Compiling 78 Scala sources to /Users/VenusAng/Documents/corespring-api/modules/lib/core/target/scala-2.10/classes...
[info] Compiling 3 Scala sources to /Users/VenusAng/Documents/corespring-api/modules/lib/scorm/target/scala-2.10/classes...
[info] Compiling 9 Scala sources to /Users/VenusAng/Documents/corespring-api/modules/lib/lti/target/scala-2.10/classes...
[info] Compiling 2 Scala sources to /Users/VenusAng/Documents/corespring-api/modules/lib/v2-errors/target/scala-2.10/classes...
[info] Compiling 26 Scala sources to /Users/VenusAng/Documents/corespring-api/modules/web/common-views/target/scala-2.10/classes...
[info] Compiling 18 Scala sources to /Users/VenusAng/Documents/corespring-api/modules/lib/player-lib/target/scala-2.10/classes...
[info] Compiling 25 Scala sources to /Users/VenusAng/Documents/corespring-api/modules/lib/qti-to-v2/target/scala-2.10/classes...
[info] Compiling 8 Scala sources and 1 Java source to /Users/VenusAng/Documents/corespring-api/modules/web/reports/target/scala-2.10/classes...
[info] Compiling 18 Scala sources to /Users/VenusAng/Documents/corespring-api/modules/lib/v2-auth/target/scala-2.10/classes...
[info] Compiling 17 Scala sources and 1 Java source to /Users/VenusAng/Documents/corespring-api/modules/web/v1-api/target/scala-2.10/classes...
[info] Compiling 2 Scala sources to /Users/VenusAng/Documents/corespring-api/modules/lib/api-tracking/target/scala-2.10/classes...
[info] Compiling 7 Scala sources and 1 Java source to /Users/VenusAng/Documents/corespring-api/modules/web/item-import/target/scala-2.10/classes...
[info] Compiling 18 Scala sources and 1 Java source to /Users/VenusAng/Documents/corespring-api/modules/web/v2-api/target/scala-2.10/classes...
[warn] /Users/VenusAng/Documents/corespring-api/modules/web/v2-api/conf/version2Api.routes:17: unreachable code
[warn] POST /items/:itemId/sessions @org.corespring.v2.api.ItemSessionApi.create(itemId:VersionedId[ObjectId])
[warn] /Users/VenusAng/Documents/corespring-api/modules/web/v2-api/conf/version2Api.routes:15: unreachable code
[warn] GET /sessions/:sessionId @org.corespring.v2.api.ItemSessionApi.get(sessionId:String)
[warn] /Users/VenusAng/Documents/corespring-api/modules/web/v2-api/conf/version2Api.routes:25: unreachable code
[warn] POST /items @org.corespring.v2.api.ItemApi.create()
[warn] three warnings found
[info] Compiling 27 Scala sources and 2 Java sources to /Users/VenusAng/Documents/corespring-api/modules/web/v1-player/target/scala-2.10/classes...
[warn] /Users/VenusAng/Documents/corespring-api/modules/web/v1-player/conf/v1Player.routes:2: unreachable code
[warn] GET /player/item/:itemId/session/redirect org.corespring.player.v1.controllers.Session.create(itemId:VersionedId[ObjectId])
[warn] one warning found
[info] Compiling 5 Scala sources and 1 Java source to /Users/VenusAng/Documents/corespring-api/modules/web/scorm-web/target/scala-2.10/classes...
[info] Compiling 18 Scala sources and 1 Java source to /Users/VenusAng/Documents/corespring-api/modules/web/public/target/scala-2.10/classes...
[info] Compiling 16 Scala sources and 1 Java source to /Users/VenusAng/Documents/corespring-api/modules/web/dev-tools/target/scala-2.10/classes...
[info] Compiling 25 Scala sources and 3 Java sources to /Users/VenusAng/Documents/corespring-api/modules/web/lti-web/target/scala-2.10/classes...
[warn] /Users/VenusAng/Documents/corespring-api/modules/web/public/conf/public.routes:4: unreachable code
[warn] GET /public/educators org.corespring.web.publicsite.controllers.Application.educators
[warn] one warning found
[info] Compiling 13 Scala sources to /Users/VenusAng/Documents/corespring-api/modules/lib/v2-player-integration/target/scala-2.10/classes...
--- (Running the application from SBT, auto-reloading is enabled) ---
12:08:30,473 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
12:08:30,473 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
12:08:30,473 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/usr/local/bin/../Cellar/play22/2.2.5/bin/../libexec/framework/../repository/cache/com.typesafe.play/play_2.10/jars/play_2.10-2.2.1.jar!/logback.xml]
12:08:30,474 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs multiple times on the classpath.
12:08:30,474 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [jar:file:/usr/local/bin/../Cellar/play22/2.2.5/bin/../libexec/framework/../repository/cache/com.ee/assets-loader_2.10/jars/assets-loader_2.10-0.12.5.jar!/logback.xml]
12:08:30,474 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [jar:file:/usr/local/bin/../Cellar/play22/2.2.5/bin/../libexec/framework/../repository/cache/com.typesafe.play/play_2.10/jars/play_2.10-2.2.1.jar!/logback.xml]
12:08:30,488 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@3a0a3ea0 - URL [jar:file:/usr/local/bin/../Cellar/play22/2.2.5/bin/../libexec/framework/../repository/cache/com.typesafe.play/play_2.10/jars/play_2.10-2.2.1.jar!/logback.xml] is not of type file
12:08:30,607 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
12:08:30,609 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
12:08:30,614 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
12:08:30,667 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
12:08:30,696 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to ERROR
12:08:30,696 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
12:08:30,697 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
12:08:30,697 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@1f42bd2f - Registering current configuration as safe fallback point
org.jboss.netty.channel.ChannelException: Failed to bind to: /0.0.0.0:9000
at org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:272)
at play.core.server.NettyServer$$anonfun$10.apply(NettyServer.scala:134)
at play.core.server.NettyServer$$anonfun$10.apply(NettyServer.scala:131)
at scala.Option.map(Option.scala:145)
at play.core.server.NettyServer.<init>(NettyServer.scala:131)
at play.core.server.NettyServer$$anonfun$mainDev$1.apply(NettyServer.scala:310)
at play.core.server.NettyServer$$anonfun$mainDev$1.apply(NettyServer.scala:308)
at play.utils.Threads$.withContextClassLoader(Threads.scala:18)
at play.core.server.NettyServer$.mainDev(NettyServer.scala:307)
at play.core.server.NettyServer$.mainDevHttpMode(NettyServer.scala:303)
at play.core.server.NettyServer.mainDevHttpMode(NettyServer.scala)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at play.PlayRun$$anonfun$playRunTask$1$$anonfun$apply$1.apply(PlayRun.scala:233)
at play.PlayRun$$anonfun$playRunTask$1$$anonfun$apply$1.apply(PlayRun.scala:91)
at scala.Function7$$anonfun$tupled$1.apply(Function7.scala:35)
at scala.Function7$$anonfun$tupled$1.apply(Function7.scala:34)
at scala.Function1$$anonfun$compose$1.apply(Function1.scala:47)
Caused by: java.net.BindException: Address already in use
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:437)
at sun.nio.ch.Net.bind(Net.java:429)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
at org.jboss.netty.channel.socket.nio.NioServerBoss$RegisterTask.run(NioServerBoss.java:193)
at org.jboss.netty.channel.socket.nio.AbstractNioSelector.processTaskQueue(AbstractNioSelector.java:366)
at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:290)
at org.jboss.netty.channel.socket.nio.NioServerBoss.run(NioServerBoss.java:42)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
[trace] Stack trace suppressed: run last corespring/compile:run for the full output.
[error] (corespring/compile:run) java.lang.reflect.InvocationTargetException
[error] Total time: 87 s, completed Apr 9, 2015 12:08:30 PM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment