Hey there,

I'm trying to upgrade a Go Server I have using version 17.2.0 to the 
version 18.5.0.

When the server was starting it looked like it got stuck during database 
initialization. To mitigate the risk of upgrading to a much newer version I 
tried also to upgrade to 17.10.0 first, and the issue still occurs.

Attached is the log file of the Go Server.

Any help?

Cheers,
Diogo


-- 
You received this message because you are subscribed to the Google Groups 
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.
2018-05-21 12:24:36,564  INFO [WrapperJarAppMain] GoSslSocketConnector:76 - 
Included ciphers: null
2018-05-21 12:24:36,564  INFO [WrapperJarAppMain] GoSslSocketConnector:77 - 
Excluded ciphers: null
2018-05-21 12:24:36,564  INFO [WrapperJarAppMain] GoSslSocketConnector:78 - 
Included protocols: null
2018-05-21 12:24:36,564  INFO [WrapperJarAppMain] GoSslSocketConnector:79 - 
Excluded protocols: null
2018-05-21 12:24:36,564  INFO [WrapperJarAppMain] GoSslSocketConnector:80 - 
Renegotiation Allowed: true
2018-05-21 12:24:36,658  INFO [WrapperJarAppMain] Jetty9Server:178 - 
Configuring Jetty using C:\Program Files (x86)\Go Server\config\jetty.xml
2018-05-21 12:24:36,689  INFO [WrapperJarAppMain] GoServer:98 - Including 
addons: 
2018-05-21 12:24:46,489  INFO [WrapperJarAppMain] H2Database:130 - [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]
2018-05-21 12:24:46,489  INFO [WrapperJarAppMain] H2Database:120 - 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'
2018-05-21 12:24:46,489  INFO [WrapperJarAppMain] DbDeployMigration:49 - 
Upgrading database at org.apache.commons.dbcp.BasicDataSource@1103e4f4. This 
might take a while depending on the size of the database.
2018-05-21 12:24:46,536  INFO [WrapperJarAppMain] H2EventListener:31 - 
Initializing database: jdbc:h2:db\h2db/cruise
2018-05-21 12:24:46,732  INFO [WrapperJarAppMain] H2EventListener:83 - Creating 
index SYS:SYS_ID 0%
2018-05-21 12:24:46,732  INFO [WrapperJarAppMain] H2EventListener:83 - Creating 
index SYS:SYS_ID 0%
2018-05-21 12:24:46,904  INFO [WrapperJarAppMain] H2EventListener:35 - Database 
is opened
2018-05-21 12:24:46,920  INFO [WrapperJarAppMain] H2EventListener:31 - 
Initializing database: jdbc:h2:db\h2db/cruise
2018-05-21 12:24:47,014  INFO [WrapperJarAppMain] H2EventListener:31 - 
Initializing database: jdbc:h2:db\h2db/cruise
2018-05-21 12:24:47,326  INFO [WrapperJarAppMain] H2EventListener:83 - Creating 
index PIPELINES_COPY_4_0:PIPELINES_COPY_4_0_IDX_PIPELINE_NAME 0%
2018-05-21 12:24:47,451  INFO [WrapperJarAppMain] H2EventListener:83 - Creating 
index AGENTS_COPY_4_2:PRIMARY_KEY_3 0%
2018-05-21 12:24:47,467  INFO [WrapperJarAppMain] H2EventListener:83 - Creating 
index AGENTS_COPY_4_4:PRIMARY_KEY_3B 0%
2018-05-21 12:24:47,467  INFO [WrapperJarAppMain] H2EventListener:83 - Creating 
index AGENTS:IDX_AGENT_UUID 0%
2018-05-21 12:24:47,467  INFO [WrapperJarAppMain] DbDeployMigration:64 - 
Database upgraded
2018-05-21 12:24:47,467  INFO [WrapperJarAppMain] H2EventListener:78 - Closing 
database
2018-05-21 12:24:48,545  INFO [WrapperJarAppMain] H2Database:130 - [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]
2018-05-21 12:24:48,545  INFO [WrapperJarAppMain] H2Database:120 - 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'
2018-05-21 12:24:48,904  INFO [WrapperJarAppMain] H2EventListener:31 - 
Initializing database: jdbc:h2:db\h2db/cruise
2018-05-21 12:24:48,954  INFO [WrapperJarAppMain] H2EventListener:83 - Creating 
index SYS:SYS_ID 0%
2018-05-21 12:24:48,954  INFO [WrapperJarAppMain] H2EventListener:83 - Creating 
index SYS:SYS_ID 0%
2018-05-21 12:24:48,970  INFO [WrapperJarAppMain] H2EventListener:35 - Database 
is opened
2018-05-21 12:24:48,970  INFO [WrapperJarAppMain] H2EventListener:31 - 
Initializing database: jdbc:h2:db\h2db/cruise
2018-05-21 12:24:49,016  WARN [WrapperJarAppMain] ConfigurationFactory:134 - No 
configuration found. Configuring ehcache from ehcache-failsafe.xml  found in 
the classpath: 
jar:file:/C:/Program%20Files%20(x86)/Go%20Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/lib/ehcache-core-2.0.0.jar!/ehcache-failsafe.xml
2018-05-21 12:24:49,032  WARN [WrapperJarAppMain] CacheManager:566 - Creating a 
new instance of CacheManager using the diskStorePath 
"C:\Users\ADMINI~1\AppData\Local\Temp\" which is already used by an existing 
CacheManager.
The source of the configuration was 
net.sf.ehcache.config.generator.ConfigurationSource$DefaultConfigurationSource@181ccbc3.
The diskStore path for this CacheManager will be set to 
C:\Users\ADMINI~1\AppData\Local\Temp\\ehcache_auto_created_1526905489032.
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.
2018-05-21 12:24:49,048  WARN [WrapperJarAppMain] EhCacheProvider:93 - Could 
not find configuration [com.thoughtworks.go.config.EnvironmentVariableConfig]; 
using defaults.
2018-05-21 12:24:49,079  WARN [WrapperJarAppMain] EhCacheProvider:93 - Could 
not find configuration [com.thoughtworks.go.domain.NotificationFilter]; using 
defaults.
2018-05-21 12:24:49,110  WARN [WrapperJarAppMain] EhCacheProvider:93 - Could 
not find configuration [com.thoughtworks.go.domain.User]; using defaults.
2018-05-21 12:24:49,126  WARN [WrapperJarAppMain] EhCacheProvider:93 - Could 
not find configuration [com.thoughtworks.go.domain.Plugin]; using defaults.
2018-05-21 12:24:49,141  WARN [WrapperJarAppMain] EhCacheProvider:93 - Could 
not find configuration [com.thoughtworks.go.domain.User.notificationFilters]; 
using defaults.
2018-05-21 12:24:49,173  WARN [WrapperJarAppMain] EhCacheProvider:93 - Could 
not find configuration [org.hibernate.cache.UpdateTimestampsCache]; using 
defaults.
2018-05-21 12:24:49,173  WARN [WrapperJarAppMain] EhCacheProvider:93 - Could 
not find configuration [org.hibernate.cache.StandardQueryCache]; using defaults.
2018-05-21 12:24:49,454  INFO [WrapperJarAppMain] ServerVersion:39 - [Startup] 
Go Version: 17.10.0 (5380-05598d88fd4dabdde1184faa4fbffc5f9406d0dc)
2018-05-21 12:24:49,454  INFO [WrapperJarAppMain] ServerVersion:40 - [Startup] 
PID: 3244
2018-05-21 12:24:49,454  INFO [WrapperJarAppMain] ServerVersion:41 - [Startup] 
JVM properties: {java.vendor=Oracle Corporation, 
sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered 
Compilers, os.name=Windows Server 2012 R2, sun.boot.class.path=C:\Program Files 
(x86)\Go Server\jre\lib\resources.jar;C:\Program Files (x86)\Go 
Server\jre\lib\rt.jar;C:\Program Files (x86)\Go 
Server\jre\lib\sunrsasign.jar;C:\Program Files (x86)\Go 
Server\jre\lib\jsse.jar;C:\Program Files (x86)\Go 
Server\jre\lib\jce.jar;C:\Program Files (x86)\Go 
Server\jre\lib\charsets.jar;C:\Program Files (x86)\Go 
Server\jre\lib\jfr.jar;C:\Program Files (x86)\Go Server\jre\classes, 
sun.desktop=windows, java.vm.specification.vendor=Oracle Corporation, 
java.runtime.version=1.8.0_102-b14, wrapper.native_library=wrapper, 
jetty.xml.file.name=jetty.xml, wrapper.key=Io4fVkIGHQEzbkvz4eK7kkx5qPtju-Nx, 
user.name=Administrator, jruby.ji.objectProxyCache=false, 
wrapper.jvm.port.min=31000, user.language=en, sun.boot.library.path=C:\Program 
Files (x86)\Go Server\jre\bin, java.version=1.8.0_102, user.timezone=GMT, 
jetty.base=C:\Program Files (x86)\Go Server, sun.arch.data.model=64, 
java.endorsed.dirs=C:\Program Files (x86)\Go Server\jre\lib\endorsed, 
sun.cpu.isalist=amd64, sun.jnu.encoding=Cp1252, file.encoding.pkg=sun.io, 
file.separator=\, java.specification.name=Java Platform API Specification, 
java.class.version=52.0, user.country=US, java.home=C:\Program Files (x86)\Go 
Server\jre, java.vm.info=mixed mode, wrapper.version=3.5.30-st, os.version=6.3, 
no_gc_logging=, path.separator=;, java.vm.version=25.102-b14, wrapper.pid=1960, 
wrapper.jvm.port.max=31999, user.variant=, wrapper.lang.folder=../lang, 
java.protocol.handler.pkgs=com.thoughtworks.gocd, wrapper.java.pid=3244, 
java.awt.printerjob=sun.awt.windows.WPrinterJob, 
sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, 
user.script=, user.home=C:\Users\Administrator, cruise.config.dir=C:\Program 
Files (x86)\Go Server\config, java.specification.vendor=Oracle Corporation, 
java.library.path=lib, java.vendor.url=http://java.oracle.com/, 
net.sf.ehcache.skipUpdateCheck=true, java.vm.vendor=Oracle Corporation, 
wrapper.jvmid=1, java.runtime.name=Java(TM) SE Runtime Environment, 
sun.java.command=org.tanukisoftware.wrapper.WrapperJarApp go.jar, 
java.class.path=lib/wrapper.jar;go.jar, wrapper.lang.domain=wrapper, 
java.vm.specification.name=Java Virtual Machine Specification, 
java.vm.specification.version=1.8, sun.cpu.endian=little, sun.os.patch.level=, 
wrapper.cpu.timeout=10, java.io.tmpdir=C:\Users\ADMINI~1\AppData\Local\Temp\, 
java.vendor.url.bug=http://bugreport.sun.com/bugreport/, no_debugging=, 
os.arch=amd64, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, 
java.ext.dirs=C:\Program Files (x86)\Go 
Server\jre\lib\ext;C:\Windows\Sun\Java\lib\ext, user.dir=C:\Program Files 
(x86)\Go Server, jruby.compile.invokedynamic=false, 
cruise.config.file=C:\Program Files (x86)\Go Server\config\cruise-config.xml, 
line.separator=
, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, reservedForFuture.6=, 
reservedForFuture.5=, reservedForFuture.4=, reservedForFuture.2=, 
reservedForFuture.1=, file.encoding=Cp1252, java.specification.version=1.8, 
wrapper.service=TRUE, rails.use.compressed.js=true, wrapper.port=32000, 
jetty.home=C:\Program Files (x86)\Go Server, JAVA_SYS_MON_TEMP_DIR=C:\Program 
Files (x86)\Go Server\tmp, wrapper.arch=x86}
2018-05-21 12:24:49,454  INFO [WrapperJarAppMain] ServerVersion:42 - [Startup] 
Environment Variables: {USERDOMAIN_ROAMINGPROFILE=GOSERVERINFRA, 
PROCESSOR_LEVEL=6, FP_NO_HOST_CHECK=NO, WRAPPER_HOSTNAME=GoServerINFRA, 
ALLUSERSPROFILE=C:\ProgramData, PROCESSOR_ARCHITECTURE=AMD64, WRAPPER_BITS=64, 
PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\;C:\opscode\chefdk\modules\,
 SystemDrive=C:, GO_SERVER_JAVA_HOME=C:\Program Files (x86)\Go Server\jre, 
WRAPPER_HOST_NAME=GoServerINFRA, USERNAME=Administrator, 
GO_AGENT_DIR=C:\Program Files (x86)\Go Agent, ProgramFiles(x86)=C:\Program 
Files (x86), PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC, 
GO_SERVER_URL=https://goserverinfra.outsystemsrd.net:443/go, 
GO_AGENT_JAVA_HOME=C:\Program Files (x86)\Go Agent\jre, 
ProgramData=C:\ProgramData, ProgramW6432=C:\Program Files, 
CRUISE_SERVER_DIR=C:\Program Files (x86)\Go Server, 
HOMEPATH=\Users\Administrator, PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 79 
Stepping 1, GenuineIntel, ProgramFiles=C:\Program Files, 
PUBLIC=C:\Users\Public, windir=C:\Windows, WRAPPER_PID=1960, 
LOCALAPPDATA=C:\Users\Administrator\AppData\Local, 
WRAPPER_WORKING_DIR=C:\Program Files (x86)\Go Server, GC_LOG=-Dno_gc_logging, 
APR_ICONV_PATH=C:\Program Files (x86)\Subversion\iconv, 
USERDOMAIN=GOSERVERINFRA, WRAPPER_OS=windows, LOGONSERVER=\\GOSERVERINFRA, 
JAVA_HOME=C:\Program Files (x86)\Go Server\jre, LANG=en_US.UTF-8.UTF-8, 
WRAPPER_BIN_DIR=C:\Program Files (x86)\Go Server, JVM_DEBUG=-Dno_debugging, 
=C:=C:\Program Files (x86)\Go Server, 
APPDATA=C:\Users\Administrator\AppData\Roaming, WRAPPER_CONF_DIR=C:\Program 
Files (x86)\Go Server\config, WRAPPER_LANG=en, WRAPPER_FILE_SEPARATOR=\, 
CommonProgramFiles=C:\Program Files\Common Files, 
Path=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program
 Files (x86)\Subversion\bin;C:\Python27;C:\Program Files\nodejs\;C:\Program 
Files\Amazon\AWSCLI\;C:\opscode\chefdk\bin\;C:\Program 
Files\7-Zip;C:\Python27\Scripts;C:\Users\Administrator\AppData\Roaming\npm, 
JVM_DEBUG_PORT=5005, WRAPPER_INIT_DIR=C:\Windows\system32, OS=Windows_NT, 
COMPUTERNAME=GOSERVERINFRA, WRAPPER_PATH_SEPARATOR=;, PROCESSOR_REVISION=4f01, 
CommonProgramW6432=C:\Program Files\Common Files, 
ComSpec=C:\Windows\system32\cmd.exe, SystemRoot=C:\Windows, 
TEMP=C:\Users\ADMINI~1\AppData\Local\Temp, HOMEDRIVE=C:, 
USERPROFILE=C:\Users\Administrator, TMP=C:\Users\ADMINI~1\AppData\Local\Temp, 
CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files, WRAPPER_ARCH=x86, 
NUMBER_OF_PROCESSORS=4, GC_LOG_LOCATION="C:\Program Files (x86)\Go 
Server\go-server-gc.log"}
2018-05-21 12:24:52,845  INFO [WrapperJarAppMain] ConfigRepository:220 - 
Upgrading config file from version 89 to version 95
2018-05-21 12:24:53,063  WARN [Thread-73] PluginInfoBuilder:55 - Plugin 
settings configuration and view could not be retrieved. May be because the 
plugin doesn't have any plugin settings
java.lang.RuntimeException: Interaction with plugin with id 
'cd.go.authentication.ldap' implementing 'authorization' extension failed while 
requesting for 'go.plugin-settings.get-view'. Reason: [The plugin sent a 
response that could not be understood by Go. Plugin returned with code '500' 
and the following response: 'Request go.plugin-settings.get-view is not 
supported by plugin.']
        at 
com.thoughtworks.go.plugin.access.PluginRequestHelper.submitRequest(PluginRequestHelper.java:42)
        at 
com.thoughtworks.go.plugin.access.common.AbstractExtension.getPluginSettingsView(AbstractExtension.java:60)
        at 
com.thoughtworks.go.plugin.access.common.PluginInfoBuilder.getPluginSettingsAndView(PluginInfoBuilder.java:48)
        at 
com.thoughtworks.go.plugin.access.authorization.AuthorizationPluginInfoBuilder.pluginInfoFor(AuthorizationPluginInfoBuilder.java:44)
        at 
com.thoughtworks.go.plugin.access.authorization.AuthorizationPluginInfoBuilder.pluginInfoFor(AuthorizationPluginInfoBuilder.java:29)
        at 
com.thoughtworks.go.plugin.access.common.MetadataLoader.pluginLoaded(MetadataLoader.java:41)
        at 
com.thoughtworks.go.plugin.infra.DefaultPluginManager$FilterChangeListener.pluginLoaded(DefaultPluginManager.java:254)
        at 
com.thoughtworks.go.plugin.infra.FelixGoPluginOSGiFramework$2.execute(FelixGoPluginOSGiFramework.java:354)
        at 
org.apache.commons.collections.CollectionUtils.forAllDo(CollectionUtils.java:389)
        at 
com.thoughtworks.go.plugin.infra.FelixGoPluginOSGiFramework.getBundle(FelixGoPluginOSGiFramework.java:112)
        at 
com.thoughtworks.go.plugin.infra.FelixGoPluginOSGiFramework.loadPlugin(FelixGoPluginOSGiFramework.java:98)
        at 
com.thoughtworks.go.plugin.infra.listeners.DefaultPluginJarChangeListener.refreshBundle(DefaultPluginJarChangeListener.java:145)
        at 
com.thoughtworks.go.plugin.infra.listeners.DefaultPluginJarChangeListener.addPlugin(DefaultPluginJarChangeListener.java:102)
        at 
com.thoughtworks.go.plugin.infra.listeners.DefaultPluginJarChangeListener.pluginJarAdded(DefaultPluginJarChangeListener.java:68)
        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread$DoOnAllListeners$1.execute(DefaultPluginJarLocationMonitor.java:272)
        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread$DoOnAllListeners.doOnAllPluginJarChangeListener(DefaultPluginJarLocationMonitor.java:303)
        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread$DoOnAllListeners.pluginJarAdded(DefaultPluginJarLocationMonitor.java:270)
        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread.notifyListenersOfAddedPlugins(DefaultPluginJarLocationMonitor.java:201)
        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread.loadAndNotifyPluginsFrom(DefaultPluginJarLocationMonitor.java:192)
        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread.oneShot(DefaultPluginJarLocationMonitor.java:184)
        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread.run(DefaultPluginJarLocationMonitor.java:173)
Caused by: java.lang.RuntimeException: The plugin sent a response that could 
not be understood by Go. Plugin returned with code '500' and the following 
response: 'Request go.plugin-settings.get-view is not supported by plugin.'
        at 
com.thoughtworks.go.plugin.access.PluginRequestHelper.submitRequest(PluginRequestHelper.java:40)
        ... 20 more
2018-05-21 12:24:53,079 ERROR [Thread-73] PluginSettingsMetadataLoader:75 - 
Failed to fetch Plugin Settings metadata for plugin : cd.go.authentication.ldap
java.lang.RuntimeException: Interaction with plugin with id 
'cd.go.authentication.ldap' implementing 'authorization' 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 '500' 
and the following response: 'Request go.plugin-settings.get-configuration is 
not supported by plugin.']
        at 
com.thoughtworks.go.plugin.access.PluginRequestHelper.submitRequest(PluginRequestHelper.java:42)
        at 
com.thoughtworks.go.plugin.access.common.AbstractExtension.getPluginSettingsConfiguration(AbstractExtension.java:51)
        at 
com.thoughtworks.go.plugin.access.common.settings.PluginSettingsMetadataLoader.fetchPluginSettingsMetaData(PluginSettingsMetadataLoader.java:65)
        at 
com.thoughtworks.go.plugin.access.common.settings.PluginSettingsMetadataLoader.pluginLoaded(PluginSettingsMetadataLoader.java:45)
        at 
com.thoughtworks.go.plugin.infra.DefaultPluginManager$FilterChangeListener.pluginLoaded(DefaultPluginManager.java:254)
        at 
com.thoughtworks.go.plugin.infra.FelixGoPluginOSGiFramework$2.execute(FelixGoPluginOSGiFramework.java:354)
        at 
org.apache.commons.collections.CollectionUtils.forAllDo(CollectionUtils.java:389)
        at 
com.thoughtworks.go.plugin.infra.FelixGoPluginOSGiFramework.getBundle(FelixGoPluginOSGiFramework.java:112)
        at 
com.thoughtworks.go.plugin.infra.FelixGoPluginOSGiFramework.loadPlugin(FelixGoPluginOSGiFramework.java:98)
        at 
com.thoughtworks.go.plugin.infra.listeners.DefaultPluginJarChangeListener.refreshBundle(DefaultPluginJarChangeListener.java:145)
        at 
com.thoughtworks.go.plugin.infra.listeners.DefaultPluginJarChangeListener.addPlugin(DefaultPluginJarChangeListener.java:102)
        at 
com.thoughtworks.go.plugin.infra.listeners.DefaultPluginJarChangeListener.pluginJarAdded(DefaultPluginJarChangeListener.java:68)
        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread$DoOnAllListeners$1.execute(DefaultPluginJarLocationMonitor.java:272)
        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread$DoOnAllListeners.doOnAllPluginJarChangeListener(DefaultPluginJarLocationMonitor.java:303)
        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread$DoOnAllListeners.pluginJarAdded(DefaultPluginJarLocationMonitor.java:270)
        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread.notifyListenersOfAddedPlugins(DefaultPluginJarLocationMonitor.java:201)
        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread.loadAndNotifyPluginsFrom(DefaultPluginJarLocationMonitor.java:192)
        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread.oneShot(DefaultPluginJarLocationMonitor.java:184)
        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread.run(DefaultPluginJarLocationMonitor.java:173)
Caused by: java.lang.RuntimeException: The plugin sent a response that could 
not be understood by Go. Plugin returned with code '500' and the following 
response: 'Request go.plugin-settings.get-configuration is not supported by 
plugin.'
        at 
com.thoughtworks.go.plugin.access.PluginRequestHelper.submitRequest(PluginRequestHelper.java:40)
        ... 18 more
2018-05-21 12:24:53,251  INFO [WrapperJarAppMain] ConfigRepository:229 - 
Finished upgrading config file
2018-05-21 12:24:53,251  INFO [WrapperJarAppMain] GoConfigMigrator:105 - 
[Config Save] Starting Config Save post upgrade using FullConfigSaveNormalFlow
2018-05-21 12:24:53,688  INFO [WrapperJarAppMain] CachedGoConfig:226 - About to 
notify config listeners
2018-05-21 12:24:53,704  INFO [WrapperJarAppMain] CachedGoConfig:234 - Finished 
notifying all listeners
2018-05-21 12:24:53,766  INFO [WrapperJarAppMain] BuildAssignmentService:253 - 
[Configuration Changed] Removing jobs for pipelines that no longer exist in 
configuration.
2018-05-21 12:24:54,142  INFO [WrapperJarAppMain] PipelineRepository:86 - Start 
updating pipeline timeline
2018-05-21 12:24:54,470  INFO [WrapperJarAppMain] PipelineRepository:92 - 
Pipeline timeline updated
2018-05-21 12:24:54,470  INFO [WrapperJarAppMain] PipelineSqlMapDao:99 - 
Loading active pipelines into memory.
2018-05-21 12:24:54,470  INFO [WrapperJarAppMain] PipelineSqlMapDao:395 - 
Retriving Active Pipelines from Database...
2018-05-21 12:24:54,516  INFO [WrapperJarAppMain] MaterialRepository:226 - 
Loading PMRs,Remaining 10 Pipelines (Total: 10)...
2018-05-21 12:24:54,532  INFO [Thread-76] PipelineSqlMapDao:436 - Loading 
pipeline history to cache...Started
2018-05-21 12:24:54,532  INFO [Thread-75] PipelineSqlMapDao:427 - Loading 
Active Pipelines to cache...Started
2018-05-21 12:24:54,548  INFO [Thread-76] PipelineSqlMapDao:440 - Loading 
pipeline history to cache...Done
2018-05-21 12:24:54,548  INFO [Thread-75] PipelineSqlMapDao:430 - Loading 
Active Pipelines to cache...Done
2018-05-21 12:24:54,563  INFO [WrapperJarAppMain] MaterialRepository:311 - 
Loading modifications, Remaining 12 PMRs(Total: 12)...
2018-05-21 12:24:54,595  INFO [WrapperJarAppMain] PipelineSqlMapDao:101 - Done 
loading active pipelines into memory.
2018-05-21 12:24:54,735  INFO [WrapperJarAppMain] ConsoleActivityMonitor:68 - 
Found '0' building jobs. Added them with '2018-05-21T12:24:54.688Z' as the last 
heard time
2018-05-21 12:24:54,782  INFO [WrapperJarAppMain] RailsAssetsService:68 - Found 
rails assets manifest file named 
.sprockets-manifest-f5eda2588c2aabf611e218dfbe3f3eee.json 
2018-05-21 12:24:54,798  INFO [WrapperJarAppMain] RailsAssetsService:72 - 
Successfully read rails assets manifest file located at C:\Program Files 
(x86)\Go 
Server\work\jetty-0.0.0.0-8153-cruise.war-_go-any-\webapp\WEB-INF\rails.new\public\assets\.sprockets-manifest-f5eda2588c2aabf611e218dfbe3f3eee.json
2018-05-21 12:24:54,813  INFO [CCTray-Queue-Processor] H2EventListener:31 - 
Initializing database: jdbc:h2:db\h2db/cruise
2018-05-21 12:24:55,438  WARN [Thread-73] PluginInfoBuilder:55 - Plugin 
settings configuration and view could not be retrieved. May be because the 
plugin doesn't have any plugin settings
java.lang.RuntimeException: Interaction with plugin with id 
'cd.go.authentication.passwordfile' implementing 'authorization' extension 
failed while requesting for 'go.plugin-settings.get-view'. Reason: [The plugin 
sent a response that could not be understood by Go. Plugin returned with code 
'500' and the following response: 'Request go.plugin-settings.get-view is not 
supported by plugin.']
        at 
com.thoughtworks.go.plugin.access.PluginRequestHelper.submitRequest(PluginRequestHelper.java:42)
        at 
com.thoughtworks.go.plugin.access.common.AbstractExtension.getPluginSettingsView(AbstractExtension.java:60)
        at 
com.thoughtworks.go.plugin.access.common.PluginInfoBuilder.getPluginSettingsAndView(PluginInfoBuilder.java:48)
        at 
com.thoughtworks.go.plugin.access.authorization.AuthorizationPluginInfoBuilder.pluginInfoFor(AuthorizationPluginInfoBuilder.java:44)
        at 
com.thoughtworks.go.plugin.access.authorization.AuthorizationPluginInfoBuilder.pluginInfoFor(AuthorizationPluginInfoBuilder.java:29)
        at 
com.thoughtworks.go.plugin.access.common.MetadataLoader.pluginLoaded(MetadataLoader.java:41)
        at 
com.thoughtworks.go.plugin.infra.DefaultPluginManager$FilterChangeListener.pluginLoaded(DefaultPluginManager.java:254)
        at 
com.thoughtworks.go.plugin.infra.FelixGoPluginOSGiFramework$2.execute(FelixGoPluginOSGiFramework.java:354)
        at 
org.apache.commons.collections.CollectionUtils.forAllDo(CollectionUtils.java:389)
        at 
com.thoughtworks.go.plugin.infra.FelixGoPluginOSGiFramework.getBundle(FelixGoPluginOSGiFramework.java:112)
        at 
com.thoughtworks.go.plugin.infra.FelixGoPluginOSGiFramework.loadPlugin(FelixGoPluginOSGiFramework.java:98)
        at 
com.thoughtworks.go.plugin.infra.listeners.DefaultPluginJarChangeListener.refreshBundle(DefaultPluginJarChangeListener.java:145)
        at 
com.thoughtworks.go.plugin.infra.listeners.DefaultPluginJarChangeListener.addPlugin(DefaultPluginJarChangeListener.java:102)
        at 
com.thoughtworks.go.plugin.infra.listeners.DefaultPluginJarChangeListener.pluginJarAdded(DefaultPluginJarChangeListener.java:68)
        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread$DoOnAllListeners$1.execute(DefaultPluginJarLocationMonitor.java:272)
        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread$DoOnAllListeners.doOnAllPluginJarChangeListener(DefaultPluginJarLocationMonitor.java:303)
        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread$DoOnAllListeners.pluginJarAdded(DefaultPluginJarLocationMonitor.java:270)
        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread.notifyListenersOfAddedPlugins(DefaultPluginJarLocationMonitor.java:201)
        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread.loadAndNotifyPluginsFrom(DefaultPluginJarLocationMonitor.java:192)
        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread.oneShot(DefaultPluginJarLocationMonitor.java:184)
        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread.run(DefaultPluginJarLocationMonitor.java:173)
Caused by: java.lang.RuntimeException: The plugin sent a response that could 
not be understood by Go. Plugin returned with code '500' and the following 
response: 'Request go.plugin-settings.get-view is not supported by plugin.'
        at 
com.thoughtworks.go.plugin.access.PluginRequestHelper.submitRequest(PluginRequestHelper.java:40)
        ... 20 more
2018-05-21 12:24:55,438 ERROR [Thread-73] PluginSettingsMetadataLoader:75 - 
Failed to fetch Plugin Settings metadata for plugin : 
cd.go.authentication.passwordfile
java.lang.RuntimeException: Interaction with plugin with id 
'cd.go.authentication.passwordfile' implementing 'authorization' 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 '500' and the following response: 'Request 
go.plugin-settings.get-configuration is not supported by plugin.']
        at 
com.thoughtworks.go.plugin.access.PluginRequestHelper.submitRequest(PluginRequestHelper.java:42)
        at 
com.thoughtworks.go.plugin.access.common.AbstractExtension.getPluginSettingsConfiguration(AbstractExtension.java:51)
        at 
com.thoughtworks.go.plugin.access.common.settings.PluginSettingsMetadataLoader.fetchPluginSettingsMetaData(PluginSettingsMetadataLoader.java:65)
        at 
com.thoughtworks.go.plugin.access.common.settings.PluginSettingsMetadataLoader.pluginLoaded(PluginSettingsMetadataLoader.java:45)
        at 
com.thoughtworks.go.plugin.infra.DefaultPluginManager$FilterChangeListener.pluginLoaded(DefaultPluginManager.java:254)
        at 
com.thoughtworks.go.plugin.infra.FelixGoPluginOSGiFramework$2.execute(FelixGoPluginOSGiFramework.java:354)
        at 
org.apache.commons.collections.CollectionUtils.forAllDo(CollectionUtils.java:389)
        at 
com.thoughtworks.go.plugin.infra.FelixGoPluginOSGiFramework.getBundle(FelixGoPluginOSGiFramework.java:112)
        at 
com.thoughtworks.go.plugin.infra.FelixGoPluginOSGiFramework.loadPlugin(FelixGoPluginOSGiFramework.java:98)
        at 
com.thoughtworks.go.plugin.infra.listeners.DefaultPluginJarChangeListener.refreshBundle(DefaultPluginJarChangeListener.java:145)
        at 
com.thoughtworks.go.plugin.infra.listeners.DefaultPluginJarChangeListener.addPlugin(DefaultPluginJarChangeListener.java:102)
        at 
com.thoughtworks.go.plugin.infra.listeners.DefaultPluginJarChangeListener.pluginJarAdded(DefaultPluginJarChangeListener.java:68)
        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread$DoOnAllListeners$1.execute(DefaultPluginJarLocationMonitor.java:272)
        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread$DoOnAllListeners.doOnAllPluginJarChangeListener(DefaultPluginJarLocationMonitor.java:303)
        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread$DoOnAllListeners.pluginJarAdded(DefaultPluginJarLocationMonitor.java:270)
        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread.notifyListenersOfAddedPlugins(DefaultPluginJarLocationMonitor.java:201)
        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread.loadAndNotifyPluginsFrom(DefaultPluginJarLocationMonitor.java:192)
        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread.oneShot(DefaultPluginJarLocationMonitor.java:184)
        at 
com.thoughtworks.go.plugin.infra.monitor.DefaultPluginJarLocationMonitor$PluginLocationMonitorThread.run(DefaultPluginJarLocationMonitor.java:173)
Caused by: java.lang.RuntimeException: The plugin sent a response that could 
not be understood by Go. Plugin returned with code '500' and the following 
response: 'Request go.plugin-settings.get-configuration is not supported by 
plugin.'
        at 
com.thoughtworks.go.plugin.access.PluginRequestHelper.submitRequest(PluginRequestHelper.java:40)
        ... 18 more
2018-05-21 12:25:14,758  INFO [cachedGoConfigRefreshExecutorThread] 
GoFileConfigDataSource:146 - Config file changed at 1526905493688
2018-05-21 12:25:14,758  INFO [cachedGoConfigRefreshExecutorThread] 
GoFileConfigDataSource:147 - Reloading config file: C:\Program Files (x86)\Go 
Server\config\cruise-config.xml
2018-05-21 12:25:14,852  INFO [cachedGoConfigRefreshExecutorThread] 
CachedGoConfig:226 - About to notify config listeners
2018-05-21 12:25:14,852  INFO [cachedGoConfigRefreshExecutorThread] 
BuildAssignmentService:253 - [Configuration Changed] Removing jobs for 
pipelines that no longer exist in configuration.
2018-05-21 12:25:14,852  INFO [cachedGoConfigRefreshExecutorThread] 
CachedGoConfig:234 - Finished notifying all listeners
2018-05-21 12:25:19,776  INFO [83@MessageListener for ScheduleCheckListener] 
H2EventListener:31 - Initializing database: jdbc:h2:db\h2db/cruise
2018-05-21 12:25:19,776  INFO [96@MessageListener for MaterialUpdateListener] 
H2EventListener:31 - Initializing database: jdbc:h2:db\h2db/cruise
2018-05-21 12:25:19,792  INFO [93@MessageListener for ScheduleCheckListener] 
H2EventListener:31 - Initializing database: jdbc:h2:db\h2db/cruise
2018-05-21 12:25:19,792  INFO [87@MessageListener for ScheduleCheckListener] 
H2EventListener:31 - Initializing database: jdbc:h2:db\h2db/cruise
2018-05-21 12:25:19,792  INFO [91@MessageListener for ScheduleCheckListener] 
H2EventListener:31 - Initializing database: jdbc:h2:db\h2db/cruise
2018-05-21 12:25:19,792  INFO [88@MessageListener for ScheduleCheckListener] 
H2EventListener:31 - Initializing database: jdbc:h2:db\h2db/cruise
2018-05-21 12:25:19,792  INFO [97@MessageListener for MaterialUpdateListener] 
H2EventListener:31 - Initializing database: jdbc:h2:db\h2db/cruise
2018-05-21 12:25:19,808  INFO [86@MessageListener for ScheduleCheckListener] 
H2EventListener:31 - Initializing database: jdbc:h2:db\h2db/cruise
2018-05-21 12:25:19,808  INFO [92@MessageListener for ScheduleCheckListener] 
H2EventListener:31 - Initializing database: jdbc:h2:db\h2db/cruise
2018-05-21 12:25:19,823  INFO [100@MessageListener for MaterialUpdateListener] 
H2EventListener:31 - Initializing database: jdbc:h2:db\h2db/cruise
2018-05-21 12:25:19,823  INFO [83@MessageListener for ScheduleCheckListener] 
H2EventListener:31 - Initializing database: jdbc:h2:db\h2db/cruise

Reply via email to