After installing the go windows service will not start. for 16.6 and 16.5

596 views
Skip to first unread message

John Kennerley

unread,
Jul 16, 2016, 7:08:52 PM7/16/16
to go-cd
After installing,  the go windows service will not start.

the event log shows this 

The Go Agent service is marked as an interactive service.  However, the system is configured to not allow interactive services.  This service may not function properly.


Nothing in browser at http://localhost:8153/go

jk

John Kennerley

unread,
Jul 17, 2016, 9:34:14 AM7/17/16
to go-cd
I also repeated the install on an Windows Server 2012. 
The installer reports the Go Service is succesfull started, 
BUT the windows servces report it is stopped.
I try to start  the service but it always reports that it is stopped.

As on my Windows 10 laptop, the windows even log is reporting 

1. The Go Server service terminated with the following service-specific error: 
Incorrect function.

The Go Server does not install to a working state. Also tried the zip and that caused same issues.

I would love to use the GoCD but cannot get passed first base!

Aravind SV

unread,
Jul 19, 2016, 7:37:12 PM7/19/16
to go...@googlegroups.com
:( That's not nice. Maybe there are some useful log messages in C:\Program Files (x86)\Go Server\go-server.log?

Cheers,
Aravind

--
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.

John Kennerley

unread,
Jul 23, 2016, 4:20:05 AM7/23/16
to go...@googlegroups.com
Aravind,


Thank you.  

This is the fie C:\Program Files (x86)\Go Server\go-server.log on my developer windows 10 machine.
Looks like config error is being reported.

JK









2016-07-17 21:04:30,383  INFO [WrapperJarAppMain] GoSslSocketConnector:78 - Included ciphers: null
2016-07-17 21:04:30,387  INFO [WrapperJarAppMain] GoSslSocketConnector:79 - Excluded ciphers: null
2016-07-17 21:04:30,387  INFO [WrapperJarAppMain] GoSslSocketConnector:80 - Included protocols: null
2016-07-17 21:04:30,387  INFO [WrapperJarAppMain] GoSslSocketConnector:81 - Excluded protocols: null
2016-07-17 21:04:30,387  INFO [WrapperJarAppMain] GoSslSocketConnector:82 - Renegotiation Allowed: true
2016-07-17 21:04:30,439  INFO [WrapperJarAppMain] Jetty9Server:161 - Configuring Jetty using C:\Program Files (x86)\Go Server\config\jetty.xml
2016-07-17 21:04:30,480  WARN [WrapperJarAppMain] XmlConfiguration:440 - Config error at <Set name="requestLog">
                        <New class="com.thoughtworks.go.server.logging.Slf4jRequestLogger"><Set name="extended">false</Set><Set name="logCookies">false</Set><Set name="logLatency">true</Set><Set name="ignorePaths">
                              <Array type="java.lang.String"><Item>/go/assets/*</Item><Item>/go/server/messages.json</Item></Array>
                            </Set></New>
                    </Set>
2016-07-17 21:04:30,480  WARN [WrapperJarAppMain] XmlConfiguration:440 - Config error at <Call name="addHandler"><Arg>
                <New class="org.eclipse.jetty.server.handler.RequestLogHandler"><Set name="requestLog">
                        <New class="com.thoughtworks.go.server.logging.Slf4jRequestLogger"><Set name="extended">false</Set><Set name="logCookies">false</Set><Set name="logLatency">true</Set><Set name="ignorePaths">
                              <Array type="java.lang.String"><Item>/go/assets/*</Item><Item>/go/server/messages.json</Item></Array>
                            </Set></New>
                    </Set></New>
            </Arg></Call>
2016-07-17 21:04:30,480  WARN [WrapperJarAppMain] XmlConfiguration:440 - Config error at <Get name="handler"><Call name="addHandler"><Arg>
                <New class="org.eclipse.jetty.server.handler.RequestLogHandler"><Set name="requestLog">
                        <New class="com.thoughtworks.go.server.logging.Slf4jRequestLogger"><Set name="extended">false</Set><Set name="logCookies">false</Set><Set name="logLatency">true</Set><Set name="ignorePaths">
                              <Array type="java.lang.String"><Item>/go/assets/*</Item><Item>/go/server/messages.json</Item></Array>
                            </Set></New>
                    </Set></New>
            </Arg></Call></Get>
2016-07-17 21:05:15,063  INFO [WrapperJarAppMain] GoSslSocketConnector:78 - Included ciphers: null
2016-07-17 21:05:15,063  INFO [WrapperJarAppMain] GoSslSocketConnector:79 - Excluded ciphers: null
2016-07-17 21:05:15,063  INFO [WrapperJarAppMain] GoSslSocketConnector:80 - Included protocols: null
2016-07-17 21:05:15,063  INFO [WrapperJarAppMain] GoSslSocketConnector:81 - Excluded protocols: null
2016-07-17 21:05:15,063  INFO [WrapperJarAppMain] GoSslSocketConnector:82 - Renegotiation Allowed: true
2016-07-17 21:05:15,097  INFO [WrapperJarAppMain] Jetty9Server:161 - Configuring Jetty using C:\Program Files (x86)\Go Server\config\jetty.xml
2016-07-17 21:05:15,127  WARN [WrapperJarAppMain] XmlConfiguration:440 - Config error at <Set name="requestLog">
                        <New class="com.thoughtworks.go.server.logging.Slf4jRequestLogger"><Set name="extended">false</Set><Set name="logCookies">false</Set><Set name="logLatency">true</Set><Set name="ignorePaths">
                              <Array type="java.lang.String"><Item>/go/assets/*</Item><Item>/go/server/messages.json</Item></Array>
                            </Set></New>
                    </Set>
2016-07-17 21:05:15,127  WARN [WrapperJarAppMain] XmlConfiguration:440 - Config error at <Call name="addHandler"><Arg>
                <New class="org.eclipse.jetty.server.handler.RequestLogHandler"><Set name="requestLog">
                        <New class="com.thoughtworks.go.server.logging.Slf4jRequestLogger"><Set name="extended">false</Set><Set name="logCookies">false</Set><Set name="logLatency">true</Set><Set name="ignorePaths">
                              <Array type="java.lang.String"><Item>/go/assets/*</Item><Item>/go/server/messages.json</Item></Array>
                            </Set></New>
                    </Set></New>
            </Arg></Call>
2016-07-17 21:05:15,127  WARN [WrapperJarAppMain] XmlConfiguration:440 - Config error at <Get name="handler"><Call name="addHandler"><Arg>
                <New class="org.eclipse.jetty.server.handler.RequestLogHandler"><Set name="requestLog">
                        <New class="com.thoughtworks.go.server.logging.Slf4jRequestLogger"><Set name="extended">false</Set><Set name="logCookies">false</Set><Set name="logLatency">true</Set><Set name="ignorePaths">
                              <Array type="java.lang.String"><Item>/go/assets/*</Item><Item>/go/server/messages.json</Item></Array>
                            </Set></New>
                    </Set></New>
            </Arg></Call></Get>
2016-07-17 21:05:40,463  INFO [WrapperJarAppMain] GoSslSocketConnector:78 - Included ciphers: null
2016-07-17 21:05:40,463  INFO [WrapperJarAppMain] GoSslSocketConnector:79 - Excluded ciphers: null
2016-07-17 21:05:40,463  INFO [WrapperJarAppMain] GoSslSocketConnector:80 - Included protocols: null
2016-07-17 21:05:40,463  INFO [WrapperJarAppMain] GoSslSocketConnector:81 - Excluded protocols: null
2016-07-17 21:05:40,463  INFO [WrapperJarAppMain] GoSslSocketConnector:82 - Renegotiation Allowed: true
2016-07-17 21:05:40,499  INFO [WrapperJarAppMain] Jetty9Server:161 - Configuring Jetty using C:\Program Files (x86)\Go Server\config\jetty.xml
2016-07-17 21:05:40,532  WARN [WrapperJarAppMain] XmlConfiguration:440 - Config error at <Set name="requestLog">
                        <New class="com.thoughtworks.go.server.logging.Slf4jRequestLogger"><Set name="extended">false</Set><Set name="logCookies">false</Set><Set name="logLatency">true</Set><Set name="ignorePaths">
                              <Array type="java.lang.String"><Item>/go/assets/*</Item><Item>/go/server/messages.json</Item></Array>
                            </Set></New>
                    </Set>
2016-07-17 21:05:40,532  WARN [WrapperJarAppMain] XmlConfiguration:440 - Config error at <Call name="addHandler"><Arg>
                <New class="org.eclipse.jetty.server.handler.RequestLogHandler"><Set name="requestLog">
                        <New class="com.thoughtworks.go.server.logging.Slf4jRequestLogger"><Set name="extended">false</Set><Set name="logCookies">false</Set><Set name="logLatency">true</Set><Set name="ignorePaths">
                              <Array type="java.lang.String"><Item>/go/assets/*</Item><Item>/go/server/messages.json</Item></Array>
                            </Set></New>
                    </Set></New>
            </Arg></Call>
2016-07-17 21:05:40,532  WARN [WrapperJarAppMain] XmlConfiguration:440 - Config error at <Get name="handler"><Call name="addHandler"><Arg>
                <New class="org.eclipse.jetty.server.handler.RequestLogHandler"><Set name="requestLog">
                        <New class="com.thoughtworks.go.server.logging.Slf4jRequestLogger"><Set name="extended">false</Set><Set name="logCookies">false</Set><Set name="logLatency">true</Set><Set name="ignorePaths">
                              <Array type="java.lang.String"><Item>/go/assets/*</Item><Item>/go/server/messages.json</Item></Array>
                            </Set></New>
                    </Set></New>
            </Arg></Call></Get>






--
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/g5D4Pcv-aSU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to go-cd+un...@googlegroups.com.

Naimish Dave

unread,
Feb 4, 2019, 2:48:09 AM2/4/19
to go-cd
Hi John,

I am facing the same error as you. I have installed Go Server and Go Agent 19.1 64 bit on Windows 10 64bit. Please let me know if you were able to fix the issue.

I also tried setting NoInteractiveServices registry from 1 to 0 (at \HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows) but still getting the same error.

The Go Agent service is marked as an interactive service. However, the system is configured to not allow interactive services. This service may not function properly.

Regards,

ND

Aravind SV

unread,
Feb 4, 2019, 10:19:12 AM2/4/19
to go...@googlegroups.com
Hello!

On Sun, Feb 03, 2019 at 23:48:08 -0800, Naimish Dave wrote:
> I am facing the same error as you. I have installed Go Server and Go Agent
> 19.1 64 bit on Windows 10 64bit. Please let me know if you were able to fix
> the issue.

Might be worth opening as issue on http://github.com/gocd/gocd/issues/new with a screenshot or any more details.

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