问题描述
- bamboo启动报错,我是zip解压安装的
-
ERROR | wrapper | 2015/03/09 16:52:53 | The Bamboo build server service was launched, but failed to start.
STATUS | wrapper | 2015/03/09 16:54:31 | Starting the Bamboo build server service...
STATUS | wrapper | 2015/03/09 16:54:31 | --> Wrapper Started as Service
STATUS | wrapper | 2015/03/09 16:54:32 | Launching a JVM...
INFO | jvm 1 | 2015/03/09 16:54:32 | Wrapper (Version 3.2.3-atlassian-1) http://wrapper.tanukisoftware.org
INFO | jvm 1 | 2015/03/09 16:54:32 | Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved.
INFO | jvm 1 | 2015/03/09 16:54:32 |
INFO | jvm 1 | 2015/03/09 16:54:32 | Port = 8085
INFO | jvm 1 | 2015/03/09 16:54:32 | Web App = ../webapp
INFO | jvm 1 | 2015/03/09 16:54:32 | contextPath = /
INFO | jvm 1 | 2015/03/09 16:54:32 | 2015-03-09 16:54:32.856:INFO::jetty-7.2.1.v20101111
INFO | jvm 1 | 2015/03/09 16:54:33 | 2015-03-09 16:54:32.907:WARN::tmpdir
INFO | jvm 1 | 2015/03/09 16:54:33 | java.io.IOException: 系统找不到指定的路径。
INFO | jvm 1 | 2015/03/09 16:54:33 | at java.io.WinNTFileSystem.createFileExclusively(Native Method)
INFO | jvm 1 | 2015/03/09 16:54:33 | at java.io.File.createTempFile(File.java:1879)
INFO | jvm 1 | 2015/03/09 16:54:33 | at java.io.File.createTempFile(File.java:1923)
INFO | jvm 1 | 2015/03/09 16:54:33 | at org.eclipse.jetty.webapp.WebInfConfiguration.resolveTempDirectory(WebInfConfiguration.java:291)
INFO | jvm 1 | 2015/03/09 16:54:33 | at org.eclipse.jetty.webapp.WebInfConfiguration.preConfigure(WebInfConfiguration.java:46)
INFO | jvm 1 | 2015/03/09 16:54:33 | at org.eclipse.jetty.webapp.WebAppContext.preConfigure(WebAppContext.java:463)
INFO | jvm 1 | 2015/03/09 16:54:33 | at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:491)
INFO | jvm 1 | 2015/03/09 16:54:33 | at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:55)
INFO | jvm 1 | 2015/03/09 16:54:33 | at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:93)
INFO | jvm 1 | 2015/03/09 16:54:33 | at org.eclipse.jetty.server.Server.doStart(Server.java:243)
INFO | jvm 1 | 2015/03/09 16:54:33 | at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:55)
INFO | jvm 1 | 2015/03/09 16:54:33 | at com.atlassian.bamboo.server.Server.main(Server.java:77)
INFO | jvm 1 | 2015/03/09 16:54:33 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO | jvm 1 | 2015/03/09 16:54:33 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
INFO | jvm 1 | 2015/03/09 16:54:33 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
INFO | jvm 1 | 2015/03/09 16:54:33 | at java.lang.reflect.Method.invoke(Method.java:601)
INFO | jvm 1 | 2015/03/09 16:54:33 | at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:240)
INFO | jvm 1 | 2015/03/09 16:54:33 | at java.lang.Thread.run(Thread.java:722)
STATUS | wrapper | 2015/03/09 16:54:34 | <-- Wrapper Stopped
ERROR | wrapper | 2015/03/09 16:54:35 | The Bamboo build server service was launched, but failed to start.
我bamboo采用的是zip解压安装,启动时报了以上错误,是什么原因啊?
解决方案
https://confluence.atlassian.com/display/BAMBOO/Bamboo+Remote+Agent+Installation+Guide
时间: 2024-12-31 20:10:11