Do you have a reverse proxy setup? There are others who had a similar issue. See: https://github.com/gocd/gocd/issues/5296
On Wed, Jan 9, 2019 at 12:25 PM Vishant Mahajan <[email protected]> wrote: > Hi , > > I Installed GoCD on a RedHat Linux server. > > Installation completes successfully for go-server and go-agent. > The UI comes up fine as well. > > When creating a pipeline , it goes till screen 3 i.e job details and when > I click on save I get error and onthing is saved. > > > Here is the error i get :: (attaching complete error file) > > > 2019-01-09 13:13:52,462 ERROR [qtp764372388-16] Rails:-2 - > 2019-01-09 13:13:52,463 ERROR [qtp764372388-16] Rails:-2 - > *Java::JavaLang::RuntimeException > (Could not find any task of type: null):* > *2019-01-09 13:13:52,464 ERROR [qtp764372388-16] Rails:-2 - * > 2019-01-09 13:13:52,465 ERROR [qtp764372388-16] *Rails:-2 - > com.thoughtworks.go.server.service.tasks.TaskViewService.taskInstanceFor(com/thoughtworks/go/server/service/tasks/TaskViewService.java:88)* > > com.thoughtworks.go.config.Tasks.setConfigAttributes(com/thoughtworks/go/config/Tasks.java:108) > > com.thoughtworks.go.config.JobConfig.setConfigAttributes(com/thoughtworks/go/config/JobConfig.java:460) > > com.thoughtworks.go.config.JobConfigs.setConfigAttributes(com/thoughtworks/go/config/JobConfigs.java:113) > > com.thoughtworks.go.config.StageConfig.setConfigAttributes(com/thoughtworks/go/config/StageConfig.java:335) > > com.thoughtworks.go.config.PipelineConfig.setConfigAttributes(com/thoughtworks/go/config/PipelineConfig.java:810) > java.lang.reflect.Method.invoke(java/lang/reflect/Method.java:498) > > org.jruby.javasupport.JavaMethod.invokeDirectWithExceptionHandling(org/jruby/javasupport/JavaMethod.java:470) > > org.jruby.javasupport.JavaMethod.invokeDirect(org/jruby/javasupport/JavaMethod.java:328) > RUBY.create(app/controllers/admin/pipelines_controller.rb:50) > org.jruby.RubyClass.finvoke(org/jruby/RubyClass.java:525) > org.jruby.RubyBasicObject.send(org/jruby/RubyBasicObject.java:1752) > > This errors seems to come from the product code, so i am not sure how to > resolve it. > > Note :: It works fine when i install and run on my Windows machine , fbut > ails on RedHat Linux > > -- > 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. > -- 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.
