abhishekkuamr

Untitled

Oct 12th, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. 2012-10-10 16:25:58,648 INFO [main] [UpgradeLauncher] UpgradeLauncher not performed since the application has not been setup yet.
  2. 2012-10-10 16:25:58,758 INFO [main] [DefaultConfiguration] Loading global messages from com.atlassian.bamboo.ww2.BambooActionSupport
  3. 2012-10-10 16:25:58,759 INFO [main] [DefaultConfiguration] Loading global messages from help-paths
  4. 2012-10-10 16:25:59.210:INFO:/: [CompressingFilter/1.4] CompressingFilter has initialized
  5. 2012-10-10 16:25:59.215:INFO:/:org.tuckey.web.filters.urlrewrite.utils.Log ERROR: logLevelConf: null
  6. 2012-10-10 16:25:59.359:INFO:/:org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok)
  7. 2012-10-10 16:25:59,365 INFO [main] [AccessLogFilter] AccessLogFilter initialized. Format is: <user> <url> <starting memory free (kb)> +- <difference in free mem (kb)> <query time (ms)>
  8. 2012-10-10 16:25:59.741:WARN::FAILED [email protected]:8085: java.net.BindException: Address already in use
  9. 2012-10-10 16:25:59.741:WARN::FAILED com.atlassian.bamboo.server.Server@1866417: java.net.BindException: Address already in use
  10. java.net.BindException: Address already in use
  11. at sun.nio.ch.Net.bind(Native Method)
  12. at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:137)
  13. at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:77)
  14. at org.eclipse.jetty.server.nio.SelectChannelConnector.open(SelectChannelConnector.java:196)
  15. at org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:362)
  16. at org.eclipse.jetty.server.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:274)
  17. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:55)
  18. at org.eclipse.jetty.server.Server.doStart(Server.java:254)
  19. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:55)
  20. at com.atlassian.bamboo.server.Server.main(Server.java:75)
  21.  
  22. Exception in thread "main" java.lang.RuntimeException: java.net.BindException: Address already in use
  23. at com.atlassian.bamboo.server.Server.main(Server.java:97)
  24. Caused by: java.net.BindException: Address already in use
  25. at sun.nio.ch.Net.bind(Native Method)
  26. at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:137)
  27. at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:77)
  28. at org.eclipse.jetty.server.nio.SelectChannelConnector.open(SelectChannelConnector.java:196)
  29. at org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:362)
  30. at org.eclipse.jetty.server.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:274)
  31. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:55)
  32. at org.eclipse.jetty.server.Server.doStart(Server.java:254)
  33. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:55)
  34. at com.atlassian.bamboo.server.Server.main(Server.java:75)
Advertisement
Add Comment
Please, Sign In to add comment