Log in if you have an account.
Otherwise, register for an account.
For more details, please visit the How This Site Works page.
I tried to install go-server on CentOS 6.2 in VMWare. During the linux installation process I set hostname to "mobeplace.build". I successfully installed the go-server, but it didn't start.
I checked the logs and found out that UnknownHostException was thrown (see attached stack trace). I changed server's hostname to a real hostname and go-server works now.
2/1/12 8:11:11.407 AM [0x0-0x12c12c].com.thoughtworks.studios.cruise.server: Feb 1, 2012 8:11:11 AM com.thoughtworks.cruise.server.util.CruiseMacLauncher spawnProcessAndWait
2/1/12 8:11:11.407 AM [0x0-0x12c12c].com.thoughtworks.studios.cruise.server: INFO: Running server: [/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java, -Xms512m, -Xmx1024m, -XX:PermSize=128m, -XX:MaxPermSize=256m, -Dignored=true, -Duser.language=en, -Duser.country=US, -Dcruise.config.file=/Library/Application Support/Go Server/cruise-config.xml, -Dcruise.config.dir=/Library/Application Support/Go Server/, -Dcruise.server.port=8153, -Dcruise.server.ssl.port=8154, -jar, /Applications/Go Server.app/go.jar]
2/1/12 8:11:11.448 AM [0x0-0x12c12c].com.thoughtworks.studios.cruise.server: Feb 1, 2012 8:11:11 AM com.thoughtworks.cruise.server.util.CruiseMacLauncher spawnProcessAndWait
2/1/12 8:11:11.448 AM [0x0-0x12c12c].com.thoughtworks.studios.cruise.server: SEVERE: Exception while executing command: [/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java, -Xms512m, -Xmx1024m, -XX:PermSize=128m, -XX:MaxPermSize=256m, -Dignored=true, -Duser.language=en, -Duser.country=US, -Dcruise.config.file=/Library/Application Support/Go Server/cruise-config.xml, -Dcruise.config.dir=/Library/Application Support/Go Server/, -Dcruise.server.port=8153, -Dcruise.server.ssl.port=8154, -jar, /Applications/Go Server.app/go.jar] - java.io.IOException: Could not create folder /Library/Application Support/Go Server/. Please check the permission settings for folder /Library/Application Support
2/1/12 8:12:34.000 AM kernel: nstat_lookup_entry failed: 2
1) Login to GO server using IE9
2) Go to http://yourservername:8153/go/pipelines
3) Select a stage of a pipleline to view (http://[server]/go/pipeliness/[pipeline]/[pipelinecounter]/[stage]/[stagecounter])
4) The follwoing error is presented when page loads
Line: 10337 Error: Unable to get value of the property 'getElementsBySelector': object is null or undefined
We get the following error when selecting some pipeline instances for comparison:
This pipeline instance cannot be used to perform a comparison because it was triggered with a non-sequential material revision.
This particular pipeline is a simple one stage pipeline that uses git as a material. The pipeline is kicked off automatically by polling the git repository. This seems like a bug. Thoughts?
-russ
I need to be able to ignore certain files from triggering a build. My undersatnding is setting the ignore filter for the file, files, or pattern will not trigger a build. The files will still be retrieved when the build is next executed.