Skip to content

Instantly share code, notes, and snippets.

@swade1987
Created April 6, 2016 21:18
Show Gist options
  • Select an option

  • Save swade1987/504e5053a6f47a275605783aa0b7cd8a to your computer and use it in GitHub Desktop.

Select an option

Save swade1987/504e5053a6f47a275605783aa0b7cd8a to your computer and use it in GitHub Desktop.
ubuntu@ip-10-0-1-229:~$ cat /var/log/go-server/go-server.log
2016-04-06 20:55:30,829 INFO [main] GoSslSocketConnector:78 - Included ciphers: null
2016-04-06 20:55:30,833 INFO [main] GoSslSocketConnector:79 - Excluded ciphers: null
2016-04-06 20:55:30,833 INFO [main] GoSslSocketConnector:80 - Included protocols: null
2016-04-06 20:55:30,833 INFO [main] GoSslSocketConnector:81 - Excluded protocols: null
2016-04-06 20:55:30,834 INFO [main] GoSslSocketConnector:82 - Renegotiation Allowed: true
2016-04-06 20:55:30,906 INFO [main] Jetty9Server:169 - Configuring Jetty using /etc/go/jetty.xml
2016-04-06 20:55:30,984 INFO [main] GoServer:99 - Including addons:
2016-04-06 20:55:43,367 INFO [main] H2Database:128 - [db] Using connection configuration jdbc:h2:db/h2db/cruise;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;MVCC=FALSE;CACHE_SIZE=131072;TRACE_LEVEL_FILE=1;TRACE_MAX_FILE_SIZE=16;DATABASE_EVENT_LISTENER='com.thoughtworks.go.server.util.H2EventListener' [User: sa]
2016-04-06 20:55:43,372 INFO [main] H2Database:118 - Creating data source with url=jdbc:h2:db/h2db/cruise;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;MVCC=FALSE;CACHE_SIZE=131072;TRACE_LEVEL_FILE=1;TRACE_MAX_FILE_SIZE=16;DATABASE_EVENT_LISTENER='com.thoughtworks.go.server.util.H2EventListener'
2016-04-06 20:55:43,379 INFO [main] DbDeployMigration:48 - Upgrading database at org.apache.commons.dbcp.BasicDataSource@318c87aa. This might take a while depending on the size of the database.
2016-04-06 20:55:43,539 INFO [main] H2EventListener:30 - Initializing database: jdbc:h2:db/h2db/cruise
2016-04-06 20:55:43,955 INFO [main] H2EventListener:82 - Creating index SYS:SYS_ID 0%
2016-04-06 20:55:43,959 INFO [main] H2EventListener:82 - Creating index SYS:SYS_ID 0%
2016-04-06 20:55:44,269 INFO [main] H2EventListener:34 - Database is opened
2016-04-06 20:55:44,277 INFO [main] H2EventListener:30 - Initializing database: jdbc:h2:db/h2db/cruise
2016-04-06 20:55:44,364 INFO [main] H2EventListener:30 - Initializing database: jdbc:h2:db/h2db/cruise
2016-04-06 20:55:44,522 INFO [main] Migration_86:93 - migrating 0 rows
2016-04-06 20:55:45,777 INFO [main] DbDeployMigration:63 - Database upgraded
2016-04-06 20:55:45,779 INFO [main] H2EventListener:77 - Closing database
2016-04-06 20:55:45,851 INFO [main] H2Database:128 - [db] Using connection configuration jdbc:h2:db/h2db/cruise;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;MVCC=TRUE;CACHE_SIZE=131072;TRACE_LEVEL_FILE=1;TRACE_MAX_FILE_SIZE=16;DATABASE_EVENT_LISTENER='com.thoughtworks.go.server.util.H2EventListener' [User: sa]
2016-04-06 20:55:45,854 INFO [main] H2Database:118 - Creating data source with url=jdbc:h2:db/h2db/cruise;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;MVCC=TRUE;CACHE_SIZE=131072;TRACE_LEVEL_FILE=1;TRACE_MAX_FILE_SIZE=16;DATABASE_EVENT_LISTENER='com.thoughtworks.go.server.util.H2EventListener'
2016-04-06 20:55:48,708 INFO [main] H2EventListener:30 - Initializing database: jdbc:h2:db/h2db/cruise
2016-04-06 20:55:48,782 INFO [main] H2EventListener:82 - Creating index SYS:SYS_ID 0%
2016-04-06 20:55:48,783 INFO [main] H2EventListener:82 - Creating index SYS:SYS_ID 0%
2016-04-06 20:55:48,882 INFO [main] H2EventListener:34 - Database is opened
2016-04-06 20:55:48,889 INFO [main] H2EventListener:30 - Initializing database: jdbc:h2:db/h2db/cruise
2016-04-06 20:55:49,027 WARN [main] ConfigurationFactory:134 - No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/var/lib/go-server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/lib/ehcache-core-2.0.0.jar!/ehcache-failsafe.xml
2016-04-06 20:55:49,113 WARN [main] CacheManager:566 - Creating a new instance of CacheManager using the diskStorePath "/tmp" which is already used by an existing CacheManager.
The source of the configuration was net.sf.ehcache.config.generator.ConfigurationSource$DefaultConfigurationSource@486aabf8.
The diskStore path for this CacheManager will be set to /tmp/ehcache_auto_created_1459976149113.
To avoid this warning consider using the CacheManager factory methods to create a singleton CacheManager or specifying a separate ehcache configuration (ehcache.xml) for each CacheManager instance.
2016-04-06 20:55:49,235 WARN [main] EhCacheProvider:93 - Could not find configuration [com.thoughtworks.go.domain.Plugin]; using defaults.
2016-04-06 20:55:49,245 WARN [main] EhCacheProvider:93 - Could not find configuration [com.thoughtworks.go.domain.NotificationFilter]; using defaults.
2016-04-06 20:55:49,255 WARN [main] EhCacheProvider:93 - Could not find configuration [com.thoughtworks.go.domain.User]; using defaults.
2016-04-06 20:55:49,257 WARN [main] EhCacheProvider:93 - Could not find configuration [com.thoughtworks.go.config.EnvironmentVariableConfig]; using defaults.
2016-04-06 20:55:49,268 INFO [main] CipherProvider:67 - Cipher not found. Creating a new cipher file
2016-04-06 20:55:49,276 WARN [main] EhCacheProvider:93 - Could not find configuration [com.thoughtworks.go.domain.User.notificationFilters]; using defaults.
2016-04-06 20:55:49,322 WARN [main] EhCacheProvider:93 - Could not find configuration [org.hibernate.cache.UpdateTimestampsCache]; using defaults.
2016-04-06 20:55:49,324 WARN [main] EhCacheProvider:93 - Could not find configuration [org.hibernate.cache.StandardQueryCache]; using defaults.
2016-04-06 20:55:50,680 INFO [main] ServerVersion:69 - [Startup] Go Version: 16.3.0(3183-60d6fd31f00527da00f2affdd8f7f7732e7be103)
2016-04-06 20:55:50,696 INFO [main] ServerVersion:70 - [Startup] PID: 11345
2016-04-06 20:55:50,700 INFO [main] ServerVersion:71 - [Startup] JVM properties: {jruby.rack.request.size.threshold.bytes=30000000, java.runtime.name=OpenJDK Runtime Environment, java.protocol.handler.pkgs=com.simontuffs, sun.boot.library.path=/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64, java.vm.version=24.95-b01, java.vm.vendor=Oracle Corporation, java.vendor.url=http://java.oracle.com/, path.separator=:, java.vm.name=OpenJDK 64-Bit Server VM, file.encoding.pkg=sun.io, sun.java.launcher=SUN_STANDARD, user.country=US, sun.os.patch.level=unknown, java.vm.specification.name=Java Virtual Machine Specification, user.dir=/var/lib/go-server, jetty.xml.file.name=jetty.xml, java.runtime.version=1.7.0_95-b00, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, java.endorsed.dirs=/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/endorsed, os.arch=amd64, java.io.tmpdir=/tmp, line.separator=
, java.vm.specification.vendor=Oracle Corporation, os.name=Linux, cruise.config.dir=/etc/go, sun.jnu.encoding=UTF-8, java.library.path=/usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib, java.specification.name=Java Platform API Specification, java.class.version=51.0, jetty.home=/var/lib/go-server, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, os.version=3.13.0-74-generic, cruise.server.port=8153, user.home=/var/go, user.timezone=Etc/UTC, java.awt.printerjob=sun.print.PSPrinterJob, file.encoding=UTF-8, java.specification.version=1.7, java.class.path=/usr/share/go-server/go.jar, user.name=go, jetty.base=/var/lib/go-server, cruise.config.file=/etc/go/cruise-config.xml, jruby.compile.invokedynamic=false, java.vm.specification.version=1.7, sun.java.command=/usr/share/go-server/go.jar, java.home=/usr/lib/jvm/java-7-openjdk-amd64/jre, sun.arch.data.model=64, user.language=en, java.specification.vendor=Oracle Corporation, awt.toolkit=sun.awt.X11.XToolkit, java.vm.info=mixed mode, java.version=1.7.0_95, java.ext.dirs=/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/ext:/usr/java/packages/lib/ext, sun.boot.class.path=/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/resources.jar:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/rt.jar:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/jsse.jar:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/jce.jar:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/charsets.jar:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/rhino.jar:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/jfr.jar:/usr/lib/jvm/java-7-openjdk-amd64/jre/classes, java.vendor=Oracle Corporation, net.sf.ehcache.skipUpdateCheck=true, java.security.egd=file:/dev/./urandom, file.separator=/, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, sun.io.unicode.encoding=UnicodeLittle, sun.cpu.endian=little, cruise.server.ssl.port=8154, rails.use.compressed.js=true, sun.cpu.isalist=}
2016-04-06 20:55:50,705 INFO [main] ServerVersion:72 - [Startup] Environment Variables: {TERM=unknown, OLDPWD=/var/go, SHELL=/bin/bash, JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64, SHLVL=1, SERVER_WORK_DIR=/var/lib/go-server, PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games, MAIL=/var/mail/go, USER=go, PWD=/var/lib/go-server, GO_SERVER_PORT=8153, HOME=/var/go, LOGNAME=go, XDG_SESSION_ID=1, GO_SERVER_SSL_PORT=8154, XDG_RUNTIME_DIR=/run/user/1000, LANG=en_US.UTF-8}
2016-04-06 20:55:58,665 ERROR [Thread-68] PluginSettingsMetadataLoader:72 - Failed to fetch Plugin Settings metadata for plugin : yum
java.lang.RuntimeException: Interaction with plugin with id 'yum' implementing 'package-repository' extension failed while requesting for 'go.plugin-settings.get-configuration'. Reason: [The plugin sent a response that could not be understood by Go. Plugin returned with code '400' and the following response: 'Invalid request name go.plugin-settings.get-configuration']
at com.thoughtworks.go.plugin.access.PluginRequestHelper.submitRequest(PluginRequestHelper.java:38)
at com.thoughtworks.go.plugin.access.common.settings.AbstractExtension.getPluginSettingsConfiguration(AbstractExtension.java:45)
at com.thoughtworks.go.plugin.access.packagematerial.PackageAsRepositoryExtension.getPluginSettingsConfiguration(PackageAsRepositoryExtension.java:51)
at com.thoughtworks.go.plugin.access.common.settings.PluginSettingsMetadataLoader.fetchPluginSettingsMetaData(PluginSettingsMetadataLoader.java:63)
at com.thoughtworks.go.plugin.access.common.settings.PluginSettingsMetadataLoader.pluginLoaded(PluginSettingsMetadataLoader.java:47)
at com.thoughtworks.go.plugin.infra.DefaultPluginManager$FilterChangeListener.pluginLoaded(DefaultPluginManager.java:262)
at com.thoughtworks.go.plugin.infra.FelixGoPluginOSGiFramework$2.execute(FelixGoPluginOSGiFramework.java:353)
at org.apache.commons.collections.CollectionUtils.forAllDo(CollectionUtils.java:389)
at com.thoughtworks.go.plugin.infra.FelixGoPluginOSGiFramework.getBundle(FelixGoPluginOSGiFramework.java:111)
at com.thoughtworks.go.plugin.infra.FelixGoPluginOSGiFramework.loadPlugin(FelixGoPluginOSGiFramework.java:97)
at com.thoughtworks.go.plugin.infra.listeners.DefaultPluginJarChangeListener.refreshBundle(DefaultPluginJarChangeListener.java:152)
at com.thoughtworks.go.plugin.infra.listeners.DefaultPluginJarChangeListener.addPlugin(DefaultPluginJarChangeListener.java:109)
at com.thoughtworks.go.plugin.infra.listeners.DefaultPluginJarChangeListener.pluginJarAdded(DefaultPluginJarChangeListener.java:72)
at com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread$DoOnAllListeners$1.execute(DefaultPluginJarLocationMonitor.java:288)
at com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread$DoOnAllListeners.doOnAllPluginJarChangeListener(DefaultPluginJarLocationMonitor.java:319)
at com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread$DoOnAllListeners.pluginJarAdded(DefaultPluginJarLocationMonitor.java:286)
at com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread.notifyListenersOfAddedPlugins(DefaultPluginJarLocationMonitor.java:210)
at com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread.loadAndNotifyPluginsFrom(DefaultPluginJarLocationMonitor.java:198)
at com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread.run(DefaultPluginJarLocationMonitor.java:183)
Caused by: java.lang.RuntimeException: The plugin sent a response that could not be understood by Go. Plugin returned with code '400' and the following response: 'Invalid request name go.plugin-settings.get-configuration'
at com.thoughtworks.go.plugin.access.PluginRequestHelper.submitRequest(PluginRequestHelper.java:36)
... 18 more
2016-04-06 20:55:58,689 INFO [main] GoConfigMigration:189 - Config file is backed up, location: /etc/go/cruise-config.xml.2016-04-06-20-55-58
2016-04-06 20:55:58,689 INFO [main] GoConfigMigration:203 - Upgrading config file from version 2 to version 81
2016-04-06 20:56:02,661 INFO [main] GoConfigMigration:211 - Finished upgrading config file
2016-04-06 20:56:03,031 INFO [main] MagicalGoConfigXmlWriter:91 - [Serializing Config] Generating config partial.
2016-04-06 20:56:03,082 ERROR [main] ConfigRepository:184 - [CONFIG REPOSITORY] Could not fetch latest commit id
org.eclipse.jgit.api.errors.NoHeadException: No HEAD exists and no explicit starting revision was specified
at org.eclipse.jgit.api.LogCommand.call(LogCommand.java:148)
at com.thoughtworks.go.service.ConfigRepository.revisions(ConfigRepository.java:130)
at com.thoughtworks.go.service.ConfigRepository.getCurrentRevCommit(ConfigRepository.java:182)
at com.thoughtworks.go.service.ConfigRepository$3.call(ConfigRepository.java:169)
at com.thoughtworks.go.service.ConfigRepository$3.call(ConfigRepository.java:165)
at com.thoughtworks.go.service.ConfigRepository.doLocked(ConfigRepository.java:120)
at com.thoughtworks.go.service.ConfigRepository.getCurrentRevision(ConfigRepository.java:165)
at com.thoughtworks.go.service.ConfigRepository.checkin(ConfigRepository.java:100)
at com.thoughtworks.go.config.GoConfigMigration.upgradeValidateAndVersion(GoConfigMigration.java:116)
at com.thoughtworks.go.config.GoConfigMigration.upgradeIfNecessary(GoConfigMigration.java:98)
at com.thoughtworks.go.config.GoFileConfigDataSource.upgradeIfNecessary(GoFileConfigDataSource.java:356)
at com.thoughtworks.go.server.initializers.ApplicationInitializer.onApplicationEvent(ApplicationInitializer.java:102)
at com.thoughtworks.go.server.initializers.ApplicationInitializer.onApplicationEvent(ApplicationInitializer.java:48)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:97)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:327)
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:941)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:475)
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:383)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:283)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:111)
at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:800)
at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:444)
at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:791)
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:294)
at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1349)
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1342)
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741)
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:505)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
at org.eclipse.jetty.server.Server.start(Server.java:387)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
at org.eclipse.jetty.server.Server.doStart(Server.java:354)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at com.thoughtworks.go.server.Jetty9Server.start(Jetty9Server.java:90)
at com.thoughtworks.go.server.GoServer.startServer(GoServer.java:71)
at com.thoughtworks.go.server.GoServer.go(GoServer.java:63)
at com.thoughtworks.go.server.util.GoLauncher.main(GoLauncher.java:31)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.simontuffs.onejar.Boot.run(Boot.java:306)
at com.simontuffs.onejar.Boot.main(Boot.java:159)
2016-04-06 20:56:03,083 INFO [main] ConfigRepository:171 - [CONFIG REPOSITORY] Unable retrieve current cruise config revision
org.eclipse.jgit.api.errors.NoHeadException: No HEAD exists and no explicit starting revision was specified
at org.eclipse.jgit.api.LogCommand.call(LogCommand.java:148)
at com.thoughtworks.go.service.ConfigRepository.revisions(ConfigRepository.java:130)
at com.thoughtworks.go.service.ConfigRepository.getCurrentRevCommit(ConfigRepository.java:182)
at com.thoughtworks.go.service.ConfigRepository$3.call(ConfigRepository.java:169)
at com.thoughtworks.go.service.ConfigRepository$3.call(ConfigRepository.java:165)
at com.thoughtworks.go.service.ConfigRepository.doLocked(ConfigRepository.java:120)
at com.thoughtworks.go.service.ConfigRepository.getCurrentRevision(ConfigRepository.java:165)
at com.thoughtworks.go.service.ConfigRepository.checkin(ConfigRepository.java:100)
at com.thoughtworks.go.config.GoConfigMigration.upgradeValidateAndVersion(GoConfigMigration.java:116)
at com.thoughtworks.go.config.GoConfigMigration.upgradeIfNecessary(GoConfigMigration.java:98)
at com.thoughtworks.go.config.GoFileConfigDataSource.upgradeIfNecessary(GoFileConfigDataSource.java:356)
at com.thoughtworks.go.server.initializers.ApplicationInitializer.onApplicationEvent(ApplicationInitializer.java:102)
at com.thoughtworks.go.server.initializers.ApplicationInitializer.onApplicationEvent(ApplicationInitializer.java:48)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:97)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:327)
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:941)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:475)
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:383)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:283)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:111)
at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:800)
at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:444)
at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:791)
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:294)
at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1349)
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1342)
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741)
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:505)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
at org.eclipse.jetty.server.Server.start(Server.java:387)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
at org.eclipse.jetty.server.Server.doStart(Server.java:354)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at com.thoughtworks.go.server.Jetty9Server.start(Jetty9Server.java:90)
at com.thoughtworks.go.server.GoServer.startServer(GoServer.java:71)
at com.thoughtworks.go.server.GoServer.go(GoServer.java:63)
at com.thoughtworks.go.server.util.GoLauncher.main(GoLauncher.java:31)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.simontuffs.onejar.Boot.run(Boot.java:306)
at com.simontuffs.onejar.Boot.main(Boot.java:159)
2016-04-06 20:56:03,134 INFO [main] GoFileConfigDataSource:124 - Config file changed at 1459976163000
2016-04-06 20:56:03,134 INFO [main] GoFileConfigDataSource:125 - Reloading config file: /etc/go/cruise-config.xml
2016-04-06 20:56:03,182 INFO [main] MagicalGoConfigXmlWriter:91 - [Serializing Config] Generating config partial.
2016-04-06 20:56:03,223 INFO [main] CachedFileGoConfig:235 - About to notify config listeners
2016-04-06 20:56:03,224 INFO [main] CachedFileGoConfig:243 - About to notify config listeners
2016-04-06 20:56:03,224 INFO [main] CachedFileGoConfig:251 - Finished notifying all listeners
2016-04-06 20:56:03,224 INFO [main] CachedFileGoConfig:245 - Finished notifying all listeners
2016-04-06 20:56:03,236 INFO [main] BuildAssignmentService:170 - [Configuration Changed] Removing jobs for pipelines that no longer exist in configuration.
2016-04-06 20:56:03,341 INFO [main] PipelineRepository:88 - Start updating pipeline timeline
2016-04-06 20:56:03,381 INFO [main] PipelineRepository:92 - Pipeline timeline updated
2016-04-06 20:56:03,386 INFO [main] PipelineSqlMapDao:94 - Loading active pipelines into memory.
2016-04-06 20:56:03,387 INFO [main] PipelineSqlMapDao:390 - Retriving Active Pipelines from Database...
2016-04-06 20:56:03,396 INFO [main] PipelineSqlMapDao:96 - Done loading active pipelines into memory.
2016-04-06 20:56:03,460 INFO [main] ConsoleActivityMonitor:67 - Found '0' building jobs. Added them with '2016-04-06T20:56:03.410Z' as the last heard time
2016-04-06 20:56:03,507 INFO [main] RailsAssetsService:66 - Found rails assets manifest file named .sprockets-manifest-07212d64f4d7f91317be2f64b6b0bb2f.json
2016-04-06 20:56:03,553 INFO [main] RailsAssetsService:70 - Successfully read rails assets manifest file located at /var/lib/go-server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/public/assets/.sprockets-manifest-07212d64f4d7f91317be2f64b6b0bb2f.json
2016-04-06 21:17:22,140 INFO [main] GoSslSocketConnector:78 - Included ciphers: null
2016-04-06 21:17:22,143 INFO [main] GoSslSocketConnector:79 - Excluded ciphers: null
2016-04-06 21:17:22,143 INFO [main] GoSslSocketConnector:80 - Included protocols: null
2016-04-06 21:17:22,143 INFO [main] GoSslSocketConnector:81 - Excluded protocols: null
2016-04-06 21:17:22,144 INFO [main] GoSslSocketConnector:82 - Renegotiation Allowed: true
2016-04-06 21:17:22,208 INFO [main] Jetty9Server:169 - Configuring Jetty using /etc/go/jetty.xml
2016-04-06 21:17:23,947 INFO [main] GoServer:99 - Including addons:
2016-04-06 21:17:44,862 INFO [main] H2Database:128 - [db] Using connection configuration jdbc:h2:db/h2db/cruise;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;MVCC=FALSE;CACHE_SIZE=131072;TRACE_LEVEL_FILE=1;TRACE_MAX_FILE_SIZE=16;DATABASE_EVENT_LISTENER='com.thoughtworks.go.server.util.H2EventListener' [User: sa]
2016-04-06 21:17:44,863 INFO [main] H2Database:118 - Creating data source with url=jdbc:h2:db/h2db/cruise;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;MVCC=FALSE;CACHE_SIZE=131072;TRACE_LEVEL_FILE=1;TRACE_MAX_FILE_SIZE=16;DATABASE_EVENT_LISTENER='com.thoughtworks.go.server.util.H2EventListener'
2016-04-06 21:17:44,873 INFO [main] DbDeployMigration:48 - Upgrading database at org.apache.commons.dbcp.BasicDataSource@49f94818. This might take a while depending on the size of the database.
2016-04-06 21:17:45,007 INFO [main] H2EventListener:30 - Initializing database: jdbc:h2:db/h2db/cruise
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment