Failed to add new TFS materials after we upgraded to the new version of Go (16.1.0)

42 views
Skip to first unread message

Wei Zhang

unread,
Jan 29, 2016, 6:41:33 PM1/29/16
to go-cd
I have two issues about TFS materials in existing pipelines after we upgraded to the latest version of 16.1, which had always been working before 15.1.

1. I filled in all required elements as I have done many time before (https://www.go.cd/documentation/user/14.4.0/configuration/tfs_config.html). But I got an error message of '
Failed while checking connection using Url: http://tfs.ds-iq.corp:8080/tfs/Development, Project Pa' in Go console, 
and Go server logged the root cause is that the project path is null, which is not true. I entered the correct project path.

2. Even I clicked 'check connection' button for any existing working materials, we got an error of
'Access denied connecting to TFS server http://xxxxx:8080/' in the Go console.

Following are the error messages for issue 1 in Go server logging. I comment out my company info.


2016-01-29 13:49:52,025  INFO [qtp16255495-3649] SOAPService:500 - SOAP method='Connect', status=200, content-length=2996, server-wait=47 ms, parse=0 ms, total=47 ms, throughput=63745 B/s, gzip
2016-01-29 13:49:52,041  INFO [qtp16255495-3649] AbstractTfsCommand:131 - [TFS] Checking Connection: Server http://xxxxxx:8080/tfs/xxxxx, Domain xxxx, User xxxxxx, Project Path null
2016-01-29 13:49:52,056 ERROR [qtp16255495-3649] TfsMaterial:178 - [TFS] Error during check connection
java.lang.RuntimeException: Failed while checking connection using Url: http://xxxxx:8080/tfs/xxxxx, Project Path: null, Username: xxxxxx, Domain: xxxx, Root Cause: serverOrLocalPath must not be null
    at com.thoughtworks.go.domain.materials.tfs.AbstractTfsCommand.checkConnection(AbstractTfsCommand.java:142)
    at com.thoughtworks.go.tfssdk.TfsSDKCommandTCLAdapter.checkConnection(TfsSDKCommandTCLAdapter.java:54)
    at com.thoughtworks.go.config.materials.tfs.TfsMaterial.checkConnection(TfsMaterial.java:175)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.jruby.javasupport.JavaMethod.invokeDirectWithExceptionHandling(JavaMethod.java:455)
    at org.jruby.javasupport.JavaMethod.invokeDirect(JavaMethod.java:316)
    at org.jruby.java.invokers.InstanceMethodInvoker.call(InstanceMethodInvoker.java:61)
    at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
    at org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57)
    at org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123)
    at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
    at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
    at org.jruby.ast.IfNode.interpret(IfNode.java:116)
    at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
    at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
    at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74)
    at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161)
    at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:190)
    at org.jruby.RubyClass.finvoke(RubyClass.java:527)
    at org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1504)
    at org.jruby.RubyKernel.send19(RubyKernel.java:2242)
    at org.jruby.RubyKernel$INVOKER$s$send19.call(RubyKernel$INVOKER$s$send19.gen)
    at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:86)
    at org.jruby.runtime.callsite.SuperCallSite.callBlock(SuperCallSite.java:190)
    at org.jruby.runtime.callsite.SuperCallSite.call(SuperCallSite.java:197)
    at org.jruby.runtime.callsite.SuperCallSite.callVarargs(SuperCallSite.java:108)
    at rubyjit.ActionController::ImplicitRender$$send_action_c0a0cbe02d94e5ea948e83bb3724d560e51fcc9821363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_controller/metal/implicit_render.rb:4)
    at rubyjit.ActionController::ImplicitRender$$send_action_c0a0cbe02d94e5ea948e83bb3724d560e51fcc9821363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_controller/metal/implicit_render.rb)
    at org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:42)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
    at org.jruby.runtime.callsite.CachingCallSite.callVarargs(CachingCallSite.java:103)
    at rubyjit.AbstractController::Base$$process_action_fe0e185ac758603aa668cae6d262d7d7469130e421363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/abstract_controller/base.rb:189)
    at rubyjit.AbstractController::Base$$process_action_fe0e185ac758603aa668cae6d262d7d7469130e421363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/abstract_controller/base.rb)
    at org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:42)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:201)
    at org.jruby.runtime.callsite.SuperCallSite.callBlock(SuperCallSite.java:190)
    at org.jruby.runtime.callsite.SuperCallSite.call(SuperCallSite.java:197)
    at org.jruby.runtime.callsite.SuperCallSite.callVarargs(SuperCallSite.java:108)
    at rubyjit.ActionController::Rendering$$process_action_6871d1a0f8e98bea36fcf7ebcb0820dc5114563521363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_controller/metal/rendering.rb:10)
    at rubyjit.ActionController::Rendering$$process_action_6871d1a0f8e98bea36fcf7ebcb0820dc5114563521363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_controller/metal/rendering.rb)
    at org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:42)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:201)
    at org.jruby.runtime.callsite.SuperCallSite.callBlock(SuperCallSite.java:190)
    at org.jruby.runtime.callsite.SuperCallSite.call(SuperCallSite.java:197)
    at org.jruby.runtime.callsite.SuperCallSite.callVarargs(SuperCallSite.java:108)
    at rubyjit.AbstractController::Callbacks$$process_action_c937987706d79aa9d98b4e0c9ebdacfc3d35e83c21363278.block_0$RUBY$__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/abstract_controller/callbacks.rb:18)
    at rubyjit$AbstractController::Callbacks$$process_action_c937987706d79aa9d98b4e0c9ebdacfc3d35e83c21363278$block_0$RUBY$__file__.call(rubyjit$AbstractController::Callbacks$$process_action_c937987706d79aa9d98b4e0c9ebdacfc3d35e83c21363278$block_0$RUBY$__file__)
    at org.jruby.runtime.CompiledBlock19.yieldSpecificInternal(CompiledBlock19.java:117)
    at org.jruby.runtime.CompiledBlock19.yieldSpecific(CompiledBlock19.java:92)
    at org.jruby.runtime.Block.yieldSpecific(Block.java:111)
    at org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25)
    at org.jruby.ast.OrNode.interpret(OrNode.java:100)
    at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
    at org.jruby.ast.AndNode.interpret(AndNode.java:97)
    at org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123)
    at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
    at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
    at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74)
    at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:161)
    at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:190)
    at org.jruby.RubyClass.finvoke(RubyClass.java:527)
    at org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1504)
    at org.jruby.RubyKernel.send19(RubyKernel.java:2242)
    at org.jruby.RubyKernel$INVOKER$s$send19.call(RubyKernel$INVOKER$s$send19.gen)
    at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336)
    at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183)
    at rubyjit.ActiveSupport::Callbacks$$run_callbacks_4e8cb34ee8bb813f91f5e9b4c70d5715c57fe1bf21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/activesupport-4.0.4/lib/active_support/callbacks.rb:80)
    at rubyjit.ActiveSupport::Callbacks$$run_callbacks_4e8cb34ee8bb813f91f5e9b4c70d5715c57fe1bf21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/activesupport-4.0.4/lib/active_support/callbacks.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:201)
    at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336)
    at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179)
    at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188)
    at rubyjit.AbstractController::Callbacks$$process_action_c937987706d79aa9d98b4e0c9ebdacfc3d35e83c21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/abstract_controller/callbacks.rb:17)
    at rubyjit.AbstractController::Callbacks$$process_action_c937987706d79aa9d98b4e0c9ebdacfc3d35e83c21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/abstract_controller/callbacks.rb)
    at org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:42)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:201)
    at org.jruby.runtime.callsite.SuperCallSite.callBlock(SuperCallSite.java:190)
    at org.jruby.runtime.callsite.SuperCallSite.call(SuperCallSite.java:197)
    at org.jruby.runtime.callsite.SuperCallSite.callVarargs(SuperCallSite.java:108)
    at rubyjit.ActionController::Rescue$$process_action_7a630a57c8989c6257ffcb6a56b0b8712805d7bb21363278.chained_0_rescue_1$RUBY$SYNTHETIC__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_controller/metal/rescue.rb:29)
    at rubyjit.ActionController::Rescue$$process_action_7a630a57c8989c6257ffcb6a56b0b8712805d7bb21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_controller/metal/rescue.rb)
    at rubyjit.ActionController::Rescue$$process_action_7a630a57c8989c6257ffcb6a56b0b8712805d7bb21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_controller/metal/rescue.rb)
    at org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:42)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:201)
    at org.jruby.runtime.callsite.SuperCallSite.callBlock(SuperCallSite.java:190)
    at org.jruby.runtime.callsite.SuperCallSite.call(SuperCallSite.java:197)
    at org.jruby.runtime.callsite.SuperCallSite.callVarargs(SuperCallSite.java:108)
    at rubyjit.ActionController::Instrumentation$$process_action_1b51e08dcb869a805f73b5d5a66379748016a4a421363278.block_0$RUBY$__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_controller/metal/instrumentation.rb:31)
    at rubyjit$ActionController::Instrumentation$$process_action_1b51e08dcb869a805f73b5d5a66379748016a4a421363278$block_0$RUBY$__file__.call(rubyjit$ActionController::Instrumentation$$process_action_1b51e08dcb869a805f73b5d5a66379748016a4a421363278$block_0$RUBY$__file__)
    at org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135)
    at org.jruby.runtime.CompiledBlock19.yieldSpecific(CompiledBlock19.java:97)
    at org.jruby.runtime.Block.yieldSpecific(Block.java:120)
    at rubyjit.Module$$instrument_d2390a54758207f8f334c557a78450b81712091121363278.block_0$RUBY$__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/activesupport-4.0.4/lib/active_support/notifications.rb:159)
    at rubyjit$Module$$instrument_d2390a54758207f8f334c557a78450b81712091121363278$block_0$RUBY$__file__.call(rubyjit$Module$$instrument_d2390a54758207f8f334c557a78450b81712091121363278$block_0$RUBY$__file__)
    at org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135)
    at org.jruby.runtime.CompiledBlock19.yieldSpecific(CompiledBlock19.java:97)
    at org.jruby.runtime.Block.yieldSpecific(Block.java:120)
    at rubyjit.ActiveSupport::Notifications::Instrumenter$$instrument_a8044e94e1abce77a4890b701d41aa39c3ad279621363278.chained_1_rescue_1$RUBY$SYNTHETIC__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/activesupport-4.0.4/lib/active_support/notifications/instrumenter.rb:20)
    at rubyjit.ActiveSupport::Notifications::Instrumenter$$instrument_a8044e94e1abce77a4890b701d41aa39c3ad279621363278.chained_0_ensure_1$RUBY$__ensure__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/activesupport-4.0.4/lib/active_support/notifications/instrumenter.rb)
    at rubyjit.ActiveSupport::Notifications::Instrumenter$$instrument_a8044e94e1abce77a4890b701d41aa39c3ad279621363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/activesupport-4.0.4/lib/active_support/notifications/instrumenter.rb:19)
    at rubyjit.ActiveSupport::Notifications::Instrumenter$$instrument_a8044e94e1abce77a4890b701d41aa39c3ad279621363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/activesupport-4.0.4/lib/active_support/notifications/instrumenter.rb)
    at org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:46)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:241)
    at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211)
    at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:222)
    at rubyjit.Module$$instrument_d2390a54758207f8f334c557a78450b81712091121363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/activesupport-4.0.4/lib/active_support/notifications.rb:159)
    at rubyjit.Module$$instrument_d2390a54758207f8f334c557a78450b81712091121363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/activesupport-4.0.4/lib/active_support/notifications.rb)
    at org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:46)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:241)
    at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:211)
    at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:222)
    at rubyjit.ActionController::Instrumentation$$process_action_1b51e08dcb869a805f73b5d5a66379748016a4a421363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_controller/metal/instrumentation.rb:30)
    at rubyjit.ActionController::Instrumentation$$process_action_1b51e08dcb869a805f73b5d5a66379748016a4a421363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_controller/metal/instrumentation.rb)
    at org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:42)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:201)
    at org.jruby.runtime.callsite.SuperCallSite.callBlock(SuperCallSite.java:190)
    at org.jruby.runtime.callsite.SuperCallSite.call(SuperCallSite.java:197)
    at org.jruby.runtime.callsite.SuperCallSite.callVarargs(SuperCallSite.java:108)
    at rubyjit.ActionController::ParamsWrapper$$process_action_a34253567e0165cbbf544cb2bd42564e30012cce21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_controller/metal/params_wrapper.rb:250)
    at rubyjit.ActionController::ParamsWrapper$$process_action_a34253567e0165cbbf544cb2bd42564e30012cce21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_controller/metal/params_wrapper.rb)
    at org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:42)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
    at org.jruby.runtime.callsite.CachingCallSite.callVarargs(CachingCallSite.java:103)
    at rubyjit.AbstractController::Base$$process_c0bf79cb126d3d80da3ac9c9e270859fdb78ce6421363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/abstract_controller/base.rb:136)
    at rubyjit.AbstractController::Base$$process_c0bf79cb126d3d80da3ac9c9e270859fdb78ce6421363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/abstract_controller/base.rb)
    at org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:42)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:201)
    at org.jruby.runtime.callsite.SuperCallSite.callBlock(SuperCallSite.java:190)
    at org.jruby.runtime.callsite.SuperCallSite.call(SuperCallSite.java:197)
    at org.jruby.runtime.callsite.SuperCallSite.callVarargs(SuperCallSite.java:108)
    at rubyjit.AbstractController::Rendering$$process_87df28e907a24a5015d6a2129618077def9c2ab621363278.chained_0_ensure_1$RUBY$__ensure__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/abstract_controller/rendering.rb:44)
    at rubyjit.AbstractController::Rendering$$process_87df28e907a24a5015d6a2129618077def9c2ab621363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/abstract_controller/rendering.rb)
    at rubyjit.AbstractController::Rendering$$process_87df28e907a24a5015d6a2129618077def9c2ab621363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/abstract_controller/rendering.rb)
    at org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:42)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
    at rubyjit.ActionController::Metal$$dispatch_9728565d95b6b26c460dce915f23fa7c7d21d95321363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_controller/metal.rb:195)
    at rubyjit.ActionController::Metal$$dispatch_9728565d95b6b26c460dce915f23fa7c7d21d95321363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_controller/metal.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:241)
    at org.jruby.runtime.callsite.SuperCallSite.callBlock(SuperCallSite.java:236)
    at org.jruby.runtime.callsite.SuperCallSite.call(SuperCallSite.java:243)
    at rubyjit.ActionController::RackDelegation$$dispatch_3e126930d326adba7ecef27fd750e7436d9e4ee821363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_controller/metal/rack_delegation.rb:13)
    at rubyjit.ActionController::RackDelegation$$dispatch_3e126930d326adba7ecef27fd750e7436d9e4ee821363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_controller/metal/rack_delegation.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:221)
    at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204)
    at rubyjit.ActionController::Metal$$action_c8f2731c42ba33e3c7ce3ed45c29d936ca19a3aa21363278.block_0$RUBY$__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_controller/metal.rb:231)
    at rubyjit$ActionController::Metal$$action_c8f2731c42ba33e3c7ce3ed45c29d936ca19a3aa21363278$block_0$RUBY$__file__.call(rubyjit$ActionController::Metal$$action_c8f2731c42ba33e3c7ce3ed45c29d936ca19a3aa21363278$block_0$RUBY$__file__)
    at org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:159)
    at org.jruby.runtime.CompiledBlock19.call(CompiledBlock19.java:87)
    at org.jruby.runtime.Block.call(Block.java:101)
    at org.jruby.RubyProc.call(RubyProc.java:290)
    at org.jruby.RubyProc.call19(RubyProc.java:271)
    at org.jruby.RubyProc$INVOKER$i$0$0$call19.call(RubyProc$INVOKER$i$0$0$call19.gen)
    at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
    at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
    at rubyjit.ActionDispatch::Routing::RouteSet::Dispatcher$$dispatch_5b0f1b0f4696eaf750329523f6077136b447c4be21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/routing/route_set.rb:80)
    at rubyjit.ActionDispatch::Routing::RouteSet::Dispatcher$$dispatch_5b0f1b0f4696eaf750329523f6077136b447c4be21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/routing/route_set.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:261)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:236)
    at rubyjit.ActionDispatch::Routing::RouteSet::Dispatcher$$call_1768a6144a2dcac8a48e06d2317d90575a3c8d1521363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/routing/route_set.rb:48)
    at rubyjit.ActionDispatch::Routing::RouteSet::Dispatcher$$call_1768a6144a2dcac8a48e06d2317d90575a3c8d1521363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/routing/route_set.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
    at rubyjit.ActionDispatch::Routing::Mapper::Constraints$$call_75909c1eeb30669b6cdd1fc019dff8122febdc2e21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/routing/mapper.rb:44)
    at rubyjit.ActionDispatch::Routing::Mapper::Constraints$$call_75909c1eeb30669b6cdd1fc019dff8122febdc2e21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/routing/mapper.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:326)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:170)
    at rubyjit.ActionDispatch::Journey::Router$$call_3f929fbc0a9565fe41dac1923d099b0ba7616f2921363278.block_0$RUBY$__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/journey/router.rb:71)
    at rubyjit$ActionDispatch::Journey::Router$$call_3f929fbc0a9565fe41dac1923d099b0ba7616f2921363278$block_0$RUBY$__file__.call(rubyjit$ActionDispatch::Journey::Router$$call_3f929fbc0a9565fe41dac1923d099b0ba7616f2921363278$block_0$RUBY$__file__)
    at org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135)
    at org.jruby.runtime.Block.yield(Block.java:142)
    at org.jruby.RubyArray.eachCommon(RubyArray.java:1606)
    at org.jruby.RubyArray.each(RubyArray.java:1613)
    at org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
    at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143)
    at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154)
    at rubyjit.ActionDispatch::Journey::Router$$call_3f929fbc0a9565fe41dac1923d099b0ba7616f2921363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/journey/router.rb:59)
    at rubyjit.ActionDispatch::Journey::Router$$call_3f929fbc0a9565fe41dac1923d099b0ba7616f2921363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/journey/router.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
    at rubyjit.ActionDispatch::Routing::RouteSet$$call_8cd07f0bcd11930b21207d25a0bdc3dbc26e3c0121363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/routing/route_set.rb:674)
    at rubyjit.ActionDispatch::Routing::RouteSet$$call_8cd07f0bcd11930b21207d25a0bdc3dbc26e3c0121363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/routing/route_set.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
    at rubyjit.JettyWeakEtagMiddleware$$call_906ed739054134e7cabaf333d2df020c6fa0f94921363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/lib/jetty_weak_etag_middleware.rb:13)
    at rubyjit.JettyWeakEtagMiddleware$$call_906ed739054134e7cabaf333d2df020c6fa0f94921363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/lib/jetty_weak_etag_middleware.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
    at rubyjit.Versionist::Middleware$$_call_370f3c4d01fa2c54054d8e37840ab867f9d925ce21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/versionist-1.4.1/lib/versionist/middleware.rb:39)
    at rubyjit.Versionist::Middleware$$_call_370f3c4d01fa2c54054d8e37840ab867f9d925ce21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/versionist-1.4.1/lib/versionist/middleware.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
    at rubyjit.Versionist::Middleware$$call_1a52b78e75136162b495e4f6177d581a4eef76e021363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/versionist-1.4.1/lib/versionist/middleware.rb:17)
    at rubyjit.Versionist::Middleware$$call_1a52b78e75136162b495e4f6177d581a4eef76e021363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/versionist-1.4.1/lib/versionist/middleware.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
    at rubyjit.Rack::ETag$$call_a8e6d33d05d3fd19b9a2da701b8cfc0accd766bc21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/rack-1.5.5/lib/rack/etag.rb:23)
    at rubyjit.Rack::ETag$$call_a8e6d33d05d3fd19b9a2da701b8cfc0accd766bc21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/rack-1.5.5/lib/rack/etag.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
    at rubyjit.Rack::ConditionalGet$$call_08ef9d0dc0dc379e953522915354fc3c7142630521363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/rack-1.5.5/lib/rack/conditionalget.rb:35)
    at rubyjit.Rack::ConditionalGet$$call_08ef9d0dc0dc379e953522915354fc3c7142630521363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/rack-1.5.5/lib/rack/conditionalget.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
    at rubyjit.Rack::Head$$call_36939d5e5a27ef938954bdca2f4d978f1fd604ac21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/rack-1.5.5/lib/rack/head.rb:11)
    at rubyjit.Rack::Head$$call_36939d5e5a27ef938954bdca2f4d978f1fd604ac21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/rack-1.5.5/lib/rack/head.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
    at rubyjit.ActionDispatch::ParamsParser$$call_e6d3aececf91d96f7cbc0299939c69931e04144221363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/middleware/params_parser.rb:27)
    at rubyjit.ActionDispatch::ParamsParser$$call_e6d3aececf91d96f7cbc0299939c69931e04144221363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/middleware/params_parser.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
    at rubyjit.CatchJsonParseErrors$$call_f728f89275ecf18e33153e47922293a674e6b8dd21363278.chained_0_rescue_1$RUBY$SYNTHETIC__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/lib/catch_json_parse_errors.rb:8)
    at rubyjit.CatchJsonParseErrors$$call_f728f89275ecf18e33153e47922293a674e6b8dd21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/lib/catch_json_parse_errors.rb:7)
    at rubyjit.CatchJsonParseErrors$$call_f728f89275ecf18e33153e47922293a674e6b8dd21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/lib/catch_json_parse_errors.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
    at rubyjit.ActionDispatch::Flash$$call_d60d0cdc3bea8849b2f1ec89ec50e3677bd459b321363278.chained_0_ensure_1$RUBY$__ensure__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/middleware/flash.rb:241)
    at rubyjit.ActionDispatch::Flash$$call_d60d0cdc3bea8849b2f1ec89ec50e3677bd459b321363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/middleware/flash.rb)
    at rubyjit.ActionDispatch::Flash$$call_d60d0cdc3bea8849b2f1ec89ec50e3677bd459b321363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/middleware/flash.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
    at rubyjit.JRuby::Rack::Session::SessionStore$$context_25e78b17859f8e540a19791869b73280fc32002b21363278.__file__(file:/E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/lib/jruby-rack-1.1.14.jar!/jruby/rack/session_store.rb:79)
    at rubyjit.JRuby::Rack::Session::SessionStore$$context_25e78b17859f8e540a19791869b73280fc32002b21363278.__file__(file:/E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/lib/jruby-rack-1.1.14.jar!/jruby/rack/session_store.rb)
    at org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:42)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
    at rubyjit.Rack::Session::Abstract::ID$$call_373ae39afc6e5efdccceb11934399ec8a50b1e6221363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/rack-1.5.5/lib/rack/session/abstract/id.rb:220)
    at rubyjit.Rack::Session::Abstract::ID$$call_373ae39afc6e5efdccceb11934399ec8a50b1e6221363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/rack-1.5.5/lib/rack/session/abstract/id.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
    at rubyjit.ActionDispatch::Cookies$$call_5268b6de5fe1152279fb3332789820ef814e5f7621363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/middleware/cookies.rb:486)
    at rubyjit.ActionDispatch::Cookies$$call_5268b6de5fe1152279fb3332789820ef814e5f7621363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/middleware/cookies.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
    at rubyjit.ActionDispatch::Callbacks$$call_db125fe0ff4368261b832b51e3e4be28a3166ba021363278.chained_0_rescue_1$RUBY$SYNTHETIC__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/middleware/callbacks.rb:29)
    at rubyjit.ActionDispatch::Callbacks$$call_db125fe0ff4368261b832b51e3e4be28a3166ba021363278.block_0$RUBY$__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/middleware/callbacks.rb:28)
    at rubyjit$ActionDispatch::Callbacks$$call_db125fe0ff4368261b832b51e3e4be28a3166ba021363278$block_0$RUBY$__file__.call(rubyjit$ActionDispatch::Callbacks$$call_db125fe0ff4368261b832b51e3e4be28a3166ba021363278$block_0$RUBY$__file__)
    at org.jruby.runtime.CompiledBlock19.yieldSpecificInternal(CompiledBlock19.java:117)
    at org.jruby.runtime.CompiledBlock19.yieldSpecific(CompiledBlock19.java:92)
    at org.jruby.runtime.Block.yieldSpecific(Block.java:111)
    at rubyjit.ActionDispatch::Callbacks$$_run__2126100889__call__callbacks_4d93db4aeb5f6acc3bd8147b1bfe115f71f4c66121363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/activesupport-4.0.4/lib/active_support/callbacks.rb:376)
    at rubyjit.ActionDispatch::Callbacks$$_run__2126100889__call__callbacks_4d93db4aeb5f6acc3bd8147b1bfe115f71f4c66121363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/activesupport-4.0.4/lib/active_support/callbacks.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:161)
    at org.jruby.RubyClass.finvoke(RubyClass.java:527)
    at org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1504)
    at org.jruby.RubyKernel.send19(RubyKernel.java:2242)
    at org.jruby.RubyKernel$INVOKER$s$send19.call(RubyKernel$INVOKER$s$send19.gen)
    at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:336)
    at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:179)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:183)
    at rubyjit.ActiveSupport::Callbacks$$run_callbacks_4e8cb34ee8bb813f91f5e9b4c70d5715c57fe1bf21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/activesupport-4.0.4/lib/active_support/callbacks.rb:80)
    at rubyjit.ActiveSupport::Callbacks$$run_callbacks_4e8cb34ee8bb813f91f5e9b4c70d5715c57fe1bf21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/activesupport-4.0.4/lib/active_support/callbacks.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:201)
    at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:177)
    at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:188)
    at rubyjit.ActionDispatch::Callbacks$$call_db125fe0ff4368261b832b51e3e4be28a3166ba021363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/middleware/callbacks.rb:27)
    at rubyjit.ActionDispatch::Callbacks$$call_db125fe0ff4368261b832b51e3e4be28a3166ba021363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/middleware/callbacks.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
    at rubyjit.ActionDispatch::RemoteIp$$call_83cb5757aed39cf2d8833789d8725c283f996ef421363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/middleware/remote_ip.rb:76)
    at rubyjit.ActionDispatch::RemoteIp$$call_83cb5757aed39cf2d8833789d8725c283f996ef421363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/middleware/remote_ip.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
    at rubyjit.ActionDispatch::DebugExceptions$$call_634a2bac57972bf9f9304521c1b53ab11bec563d21363278.chained_0_rescue_1$RUBY$SYNTHETIC__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/middleware/debug_exceptions.rb:17)
    at rubyjit.ActionDispatch::DebugExceptions$$call_634a2bac57972bf9f9304521c1b53ab11bec563d21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/middleware/debug_exceptions.rb)
    at rubyjit.ActionDispatch::DebugExceptions$$call_634a2bac57972bf9f9304521c1b53ab11bec563d21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/middleware/debug_exceptions.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
    at rubyjit.ActionDispatch::ShowExceptions$$call_ec8beb41fc05ca94a017739b72a4f92ad4ca19ee21363278.chained_0_rescue_1$RUBY$SYNTHETIC__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/middleware/show_exceptions.rb:30)
    at rubyjit.ActionDispatch::ShowExceptions$$call_ec8beb41fc05ca94a017739b72a4f92ad4ca19ee21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/middleware/show_exceptions.rb)
    at rubyjit.ActionDispatch::ShowExceptions$$call_ec8beb41fc05ca94a017739b72a4f92ad4ca19ee21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/middleware/show_exceptions.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
    at rubyjit.Rails::Rack::Logger$$call_app_7f90d96f469a18699322d611a2224d968bf6288021363278.chained_1_rescue_1$RUBY$SYNTHETIC__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/railties-4.0.4/lib/rails/rack/logger.rb:38)
    at rubyjit.Rails::Rack::Logger$$call_app_7f90d96f469a18699322d611a2224d968bf6288021363278.chained_0_ensure_1$RUBY$__ensure__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/railties-4.0.4/lib/rails/rack/logger.rb)
    at rubyjit.Rails::Rack::Logger$$call_app_7f90d96f469a18699322d611a2224d968bf6288021363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/railties-4.0.4/lib/rails/rack/logger.rb)
    at rubyjit.Rails::Rack::Logger$$call_app_7f90d96f469a18699322d611a2224d968bf6288021363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/railties-4.0.4/lib/rails/rack/logger.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:221)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:202)
    at rubyjit.Rails::Rack::Logger$$call_38d0698d02503474d9b5f0455f5bad98465e7bb421363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/railties-4.0.4/lib/rails/rack/logger.rb:22)
    at rubyjit.Rails::Rack::Logger$$call_38d0698d02503474d9b5f0455f5bad98465e7bb421363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/railties-4.0.4/lib/rails/rack/logger.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
    at rubyjit.ActionDispatch::RequestId$$call_b0ac2c6b1094379fddac9746051476518e86ce6a21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/middleware/request_id.rb:21)
    at rubyjit.ActionDispatch::RequestId$$call_b0ac2c6b1094379fddac9746051476518e86ce6a21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/actionpack-4.0.4/lib/action_dispatch/middleware/request_id.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
    at rubyjit.Rack::MethodOverride$$call_2588c1776d95cdaf230b8964421d60b7d9464ca921363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/rack-1.5.5/lib/rack/methodoverride.rb:21)
    at rubyjit.Rack::MethodOverride$$call_2588c1776d95cdaf230b8964421d60b7d9464ca921363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/rack-1.5.5/lib/rack/methodoverride.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
    at rubyjit.Rack::Runtime$$call_edc82c8d3e91c428b70e1709944ce0f078554e7521363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/rack-1.5.5/lib/rack/runtime.rb:17)
    at rubyjit.Rack::Runtime$$call_edc82c8d3e91c428b70e1709944ce0f078554e7521363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/rack-1.5.5/lib/rack/runtime.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
    at rubyjit.ActiveSupport::Cache::Strategy::LocalCache::Middleware$$call_608baa5590253866531289d04db4e797559599b821363278.chained_0_ensure_1$RUBY$__ensure__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/activesupport-4.0.4/lib/active_support/cache/strategy/local_cache.rb:83)
    at rubyjit.ActiveSupport::Cache::Strategy::LocalCache::Middleware$$call_608baa5590253866531289d04db4e797559599b821363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/activesupport-4.0.4/lib/active_support/cache/strategy/local_cache.rb)
    at rubyjit.ActiveSupport::Cache::Strategy::LocalCache::Middleware$$call_608baa5590253866531289d04db4e797559599b821363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/activesupport-4.0.4/lib/active_support/cache/strategy/local_cache.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
    at rubyjit.Rack::Sendfile$$call_e11bea2c1b9468cbe2510dfb353b74412800e83221363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/rack-1.5.5/lib/rack/sendfile.rb:112)
    at rubyjit.Rack::Sendfile$$call_e11bea2c1b9468cbe2510dfb353b74412800e83221363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/rack-1.5.5/lib/rack/sendfile.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
    at rubyjit.Rails::Engine$$call_1a34e71450b46bd98492ab7d183452648171777d21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/railties-4.0.4/lib/rails/engine.rb:511)
    at rubyjit.Rails::Engine$$call_1a34e71450b46bd98492ab7d183452648171777d21363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/railties-4.0.4/lib/rails/engine.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:201)
    at org.jruby.runtime.callsite.SuperCallSite.callBlock(SuperCallSite.java:190)
    at org.jruby.runtime.callsite.SuperCallSite.call(SuperCallSite.java:197)
    at rubyjit.Rails::Application$$call_aded50d0f7933444c54f3bf3917984b0e9e4ce5021363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/railties-4.0.4/lib/rails/application.rb:97)
    at rubyjit.Rails::Application$$call_aded50d0f7933444c54f3bf3917984b0e9e4ce5021363278.__file__(E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/rails.new/vendor/bundle/jruby/1.9/gems/railties-4.0.4/lib/rails/application.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
    at rubyjit.Rack::Handler::Servlet$$call_962596486a78eb92b0f724aa0f060cd6a1315df421363278.__file__(file:/E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/lib/jruby-rack-1.1.14.jar!/rack/handler/servlet.rb:22)
    at rubyjit.Rack::Handler::Servlet$$call_962596486a78eb92b0f724aa0f060cd6a1315df421363278.__file__(file:/E:/Go/Server/work/jetty-0.0.0.0-8153-cruise.war-_go-any-/webapp/WEB-INF/lib/jruby-rack-1.1.14.jar!/rack/handler/servlet.rb)
    at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
    at org.jruby.RubyClass.finvoke(RubyClass.java:690)
    at org.jruby.runtime.Helpers.invoke(Helpers.java:502)
    at org.jruby.RubyBasicObject.callMethod(RubyBasicObject.java:363)
    at org.jruby.javasupport.JavaEmbedUtils$1.callMethod(JavaEmbedUtils.java:143)
    at org.jruby.rack.DefaultRackApplication.call(DefaultRackApplication.java:64)
    at org.jruby.rack.AbstractRackDispatcher.process(AbstractRackDispatcher.java:33)
    at org.jruby.rack.AbstractServlet.service(AbstractServlet.java:34)
    at org.jruby.rack.AbstractServlet.service(AbstractServlet.java:40)
    at com.thoughtworks.go.rackhack.DelegatingServlet.service(DelegatingServlet.java:49)
    at com.thoughtworks.go.rackhack.DelegatingServlet.service(DelegatingServlet.java:54)
    at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:808)
    at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:587)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
    at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:595)
    at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
    at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
    at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
    at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
    at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
    at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:191)
    at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:72)
    at org.tuckey.web.filters.urlrewrite.NormalRewrittenUrl.doRewrite(NormalRewrittenUrl.java:213)
    at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:171)
    at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
    at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
    at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:381)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
    at com.thoughtworks.go.server.web.FlashLoadingFilter.doFilter(FlashLoadingFilter.java:43)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
    at org.springframework.security.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
    at org.springframework.security.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
    at org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
    at org.springframework.security.providers.anonymous.AnonymousProcessingFilter.doFilterHttp(AnonymousProcessingFilter.java:105)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
    at com.thoughtworks.go.server.security.UserEnabledCheckFilter.doFilterHttp(UserEnabledCheckFilter.java:64)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
    at org.springframework.security.ui.AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:271)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
    at org.springframework.security.ui.basicauth.BasicProcessingFilter.doFilterHttp(BasicProcessingFilter.java:173)
    at com.thoughtworks.go.server.security.BasicAuthenticationFilter.doFilterHttp(BasicAuthenticationFilter.java:54)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
    at com.thoughtworks.go.server.security.OauthAuthenticationFilter.doFilterHttp(OauthAuthenticationFilter.java:65)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
    at org.springframework.security.ui.AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:271)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
    at com.thoughtworks.go.server.security.RemoveAdminPermissionFilter.doFilterHttp(RemoveAdminPermissionFilter.java:73)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
    at org.springframework.security.ui.logout.LogoutFilter.doFilterHttp(LogoutFilter.java:89)
    at com.thoughtworks.go.server.security.GoLogoutFilter.doFilterHttp(GoLogoutFilter.java:48)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
    at com.thoughtworks.go.server.web.ApiSessionFilter.doFilterHttp(ApiSessionFilter.java:47)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
    at org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
    at com.thoughtworks.go.server.web.i18n.LocaleResolver.doFilter(LocaleResolver.java:41)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
    at com.thoughtworks.go.server.security.ModeAwareFilter.doFilter(ModeAwareFilter.java:48)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
    at com.thoughtworks.go.server.security.PerformanceLoggingFilter.doFilter(PerformanceLoggingFilter.java:50)
    at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:371)
    at org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:174)
    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
    at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
    at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)
    at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364)
    at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
    at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
    at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
    at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
    at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
    at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
    at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
    at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
    at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:110)
    at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
    at org.eclipse.jetty.server.Server.handle(Server.java:499)
    at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
    at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
    at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
    at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException: serverOrLocalPath must not be null
    at com.microsoft.tfs.util.Check.throwForNull(Check.java:185)
    at com.microsoft.tfs.util.Check.notNullOrEmpty(Check.java:100)
    at com.microsoft.tfs.core.clients.versioncontrol.VersionControlClient.queryHistory(VersionControlClient.java:2257)
    at com.thoughtworks.go.tfssdk.wrapper.GoTfsVersionControlClient.queryHistory(GoTfsVersionControlClient.java:57)
    at com.thoughtworks.go.tfssdk.TfsSDKCommand.retrieveChangeset(TfsSDKCommand.java:156)
    at com.thoughtworks.go.tfssdk.TfsSDKCommand.history(TfsSDKCommand.java:133)
    at com.thoughtworks.go.domain.materials.tfs.AbstractTfsCommand.latestInHistory(AbstractTfsCommand.java:189)
    at com.thoughtworks.go.domain.materials.tfs.AbstractTfsCommand.checkConnection(AbstractTfsCommand.java:134)
    ... 428 more

Ketan Padegaonkar

unread,
Jan 30, 2016, 3:15:14 AM1/30/16
to go...@googlegroups.com
Would you mind reporting an issue over at github.com/gocd/gocd?

--
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 go-cd+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Aravind SV

unread,
Jan 30, 2016, 4:57:11 AM1/30/16
to go...@googlegroups.com
Same as this (https://github.com/gocd/gocd/pull/1836) fixed 5 days ago, I think. 

Aravind SV

unread,
Jan 30, 2016, 5:04:32 AM1/30/16
to go...@googlegroups.com
Even though check connection fails, the material should work if added. 

On Jan 30, 2016, at 3:15 AM, Ketan Padegaonkar <ketanpad...@gmail.com> wrote:

Wei Zhang

unread,
Feb 1, 2016, 6:28:54 PM2/1/16
to go...@googlegroups.com
Yes, the material was added and worked. But it is an annoying UI bug, in addition we monitor the Go server log file and issue alters for any exceptions.

--
You received this message because you are subscribed to a topic in the Google Groups "go-cd" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/go-cd/QjsCBVXqAmM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to go-cd+un...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--

Jyoti Singh

unread,
Feb 4, 2016, 5:09:04 AM2/4/16
to go...@googlegroups.com
This is fixed as a part of 16.2 which should be out around mid of the month.

Cheers,
Jyoti
Reply all
Reply to author
Forward
0 new messages