|
Hi erveryone,
Im new to this list. I tried serveral other communication way but found no good solution. After i restarted my Server with my tomcat/jenkins installation i got a strange problem. Every Job (if they are the same type - Free Job Configuration) they have the same Build History. For example at job "Alice Project" the build number was 107 and an other job "Bob Project" with the highest build number 42 in the Build History. After restarting, every Job has the same Build History. If i start a new build on "Bob Project", the new choosen build number is correct 43. But this number is not shown on the in the Build history because the highest number shown is #107 and so #43 will not displayed. The Alice and Bob Project are on the same git repository and it makes no difference if they are on different branches. When i check the Tomcatlog i get serval warnings like: WARNUNG: multiple runs claiming to be #0; using run from C:\Jenkins\builds\2012-09-26_10-55-40 26.09.2012 11:35:05 hudson.model.RunMap load WARNUNG: multiple runs claiming to be #0; using run from C:\Jenkins\builds\2012-09-26_11-01-16 26.09.2012 11:35:05 hudson.model.RunMap load WARNUNG: multiple runs claiming to be #0; using run from C:\Jenkins\builds\2012-09-26_11-01-17 Information:
I have to add that i get an Error while stopping Tomcat but i think that they different problems. ... [some more errors like the follow ones] SCHWERWIEGEND: The web application [] created a ThreadLocal with key of type [org.apache.tools.ant.Project$1] (value [org.apache.tools.ant.Project$1@1cf3d]) and a value of type [java.lang.Boolean] (value [false]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak. ... And i have to kill the tomcat process. |
|
I saw a similar issue once when I miss configured an instance, when the builds directory was set the same for all projects.
From the paths to the builds you give, it seems like you have the same problem. under the Manage Jenkins/configure page advanced section under home path. check that the path to the builds directory has the $PROJECT_NAME (check the help for correct variable) specified in it somewhere. The reason for this is that Jenkins uses the build folders (2012-09-26_ Chris On Wednesday, September 26, 2012 12:32:21 PM UTC+1, Felix Köhler wrote: Hi erveryone, |
|
Thanks you made my day!
I changed the path to ${ITEM_ROOTDIR}/builds . Am Mittwoch, 26. September 2012 14:44:34 UTC+2 schrieb cjo: I saw a similar issue once when I miss configured an instance, when the builds directory was set the same for all projects. |
| Powered by Nabble | Edit this page |
