I wanted to post here in the users group to hopefully get some insight as to what is going on.
I am trying to add a configuration repository, but am unable to do so. When I add the configuration repository the parsing seems to hang indefinitely. I am adding a json configuration file via the user interface (as opposed to editing the config xml). Looking at the server log files, the only bit of information I get is that 'git reset failed'. I am running Go Server 20.5.0 on windows Server 2016. I have attached the pertinent parts of the server log file and my pipeline configuration file. Any idea what is going on here? -Greg Valainis -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/go-cd/3e48e23f-23d7-4378-a23b-b33581e452bao%40googlegroups.com.
my.gopipeline.json
Description: application/json
2020-07-10 18:17:24,330 INFO [qtp154249574-28] GoConfigDao:87 - Config update
for entity request by
com.thoughtworks.go.server.domain.Username@1ed059f4[displayName=anonymous,username=anonymous]
is in queue -
com.thoughtworks.go.config.update.CreateConfigRepoCommand@5ae47cc2
2020-07-10 18:17:24,331 INFO [qtp154249574-28] GoConfigDao:90 - Config update
for entity request by
com.thoughtworks.go.server.domain.Username@1ed059f4[displayName=anonymous,username=anonymous]
is being processed
2020-07-10 18:17:24,338 INFO [qtp154249574-28] GoFileConfigDataSource:277 -
[Configuration Changed] Saving updated configuration.
2020-07-10 18:17:24,374 INFO [qtp154249574-28] MagicalGoConfigXmlWriter:85 -
[Serializing Config] Generating config partial.
2020-07-10 18:17:24,391 INFO [qtp154249574-28] CachedGoConfig:166 - About to
notify com.thoughtworks.go.config.remote.ConfigRepoConfig config listeners
2020-07-10 18:17:24,396 INFO [qtp154249574-28] CachedGoConfig:180 - Finished
notifying com.thoughtworks.go.config.remote.ConfigRepoConfig config listeners
2020-07-10 18:17:24,396 INFO [qtp154249574-28] GoConfigDao:100 - Entity update
for request by
com.thoughtworks.go.server.domain.Username@1ed059f4[displayName=anonymous,username=anonymous]
is completed
2020-07-10 18:17:33,478 WARN [ThreadPoolTaskScheduler-3]
MaterialUpdateService:188 - [Material Update] Skipping update of material
GitMaterial{url=https://fakehub.com/valainisgt/repository.git,
branch='gocd-configuration', submoduleFolder='null', shallowClone=false} which
has been in-progress since Fri Jul 10 18:17:24 GMT 2020
2020-07-10 18:17:38,659 ERROR [126@MessageListener for
ConfigMaterialUpdateListener] ConfigMaterialUpdateListener:88 - [Config
Material Update] Error updating config material:
GitMaterial{url=https://fakehub.com/valainisgt/repository.git,
branch='gocd-configuration', submoduleFolder='null', shallowClone=false} .
Reason: git reset failed for
[pipelines\flyweight\06704474-88fa-4281-be3d-15db3da352ca]
