Tagged Questions
0
votes
0answers
91 views
Hudson Appache SVN Checkout Exception - 500 internal Server Error
I'm hitting an error while trying to checkout an SVN Repo via Hudson.
With TortoiseSVN i can checkout this Repository without any Problems.
In Hudson I use the "Hudson Subversion Plug-in ...
0
votes
1answer
51 views
Whats the best way for continous integration for Javafx-Rich-Client-Applications
hmm... i wonder
So, lets say we have an Appache Tomcat 7 and a Hudson Server is already up and Running. The Hudson Server is already building and deploying the Middleware and Share projects (wich are ...
0
votes
1answer
304 views
Jenkins not running Catalina.bat via maven-antrun
I am trying to start Tomcat by using maven antrun plugin in a job in Jenkins. I know I can use cargo for the same but I can't use it. Reason being I want the Tomcat with the application running after ...
1
vote
1answer
248 views
Add catalina-ant.jar in Jenkin's classpath
I want to add catalina-ant.jar in Jenkins' classpath to be able to use task definitions in my ant script like :
<taskdef name="start" classname="org.apache.catalina.ant.StartTask" />
I've ...
0
votes
1answer
127 views
Hudson log going into stderr and also not rolling over
Having a bizarre, awkward issue where
a) the Hudson operational log is going into the tomcat7-stderr.xdatex.log
b) it's not rolling over, meaning a cron job to clean the logs when they get too big, ...
0
votes
0answers
87 views
maven cargo plugin with hudson multi configuration project
Hi I have a multi configuration job in hudson (aka matrix job). Each configuration creates WAR file. The difference between each war is its classifier (e.g. myWar.war, myWar-sources.war) In addition ...
2
votes
1answer
324 views
maven deploy to tomcat cluster (multiple) in one line
We're trying to have maven deploy to many multiple servers that form our cluster in just one line.
This solution works just fine except that we need to run it repeatedly (1 time per server ...
0
votes
2answers
167 views
Eclipse Java Project built by Hudson misses Tomcat's libs
I have a Java Eclipse project, a webapp built for Tomcat. Under Project-->Properties-->Java Build Path--> Libraries I added the Apache Tomcat 7.0 libs, which reside on my system at ...
0
votes
0answers
128 views
Hudson Windows 2008 Server, GIT Linux,Tomcat Server— Unable to Build facing Fetching Error
We are using GIT on different server(Linux box), i recently configured Hudson different server(Windows Server 2008) for CI, I am facing could not fetch from repository error while doing build from ...
1
vote
0answers
225 views
Hudson - Building servlets with Ant (Tomcat)
I want to build my webservice via Jenkins running on Tomcat and deploy the war file on the same Tomcat.
I have tested my build.xml in Eclipse Java EE version, it's compiling without errors. So I ...
0
votes
2answers
1k views
Where does jenkins store job and node configuration
I deployed jenkins in tomcat using war deployment with successful results. Configuring jobs & nodes is happened properly and CI works good. I was wondering where does the information about the job ...
1
vote
1answer
300 views
Unable to delete pom.xml in Jenkins under Tomcat/Windows
I've been struggling with an annoying "Jenkins/Tomcat/Windows" problem for a while now without reaching any solution.
I've installed Tomcat version 7.0.25 in a Windows 7 Enterprise machine and ...
0
votes
2answers
2k views
hudson cannot fetch from git repository
I have a Hudson server, and a git repository, both running on our server (an ubuntu machine).
Whenever I try to build my app with hudson, he says the follwing
Iniciado pelo usuário anonymous
...
0
votes
2answers
292 views
After update from Jenkins 1.3.x to Jenkins 1.44 the jobs could not found any more
After I did the update (just replaced the .war and deleted the unzipped folder in tomcat) I could not see the jobs any more. They are still on the file system in the right place. If I create a new ...
0
votes
0answers
262 views
View Tomcat logs using Hudson/Jenkins
Is it possible to view Tomcat logs (for eg. catalina.out) using Hudson/Jenkins?
Is there a plugin for that?
4
votes
3answers
2k views
start up tomcat from ant script
i'm using the following ANT script to run tomcat:
<macrodef name="start-tomcat">
<sequential>
<exec executable="/bin/sh" >
<arg value="-c" ...
3
votes
2answers
3k views
Remote Access to VirtualBox: Can't Connect via Remote Desktop
I have a host (Windows 7) and a VirtualBox on it (guest OS is Ubuntu), that uses the NAT adapter.
Also my host is in the local network (DHCP).
I have already set the ssh connection to the VB and ...
2
votes
1answer
1k views
Deploying from Nexus to Tomcat (via Jenkins/Hudson)
I am looking to create a three-step process for our internal development, and I am having some issues with the third step.
Step 1:
A developer will use Jenkins to build/deploy a snapshot release of a ...
1
vote
2answers
1k views
Extracting Tomcat Zip SOMETIMES fail with IOException: Negative seek offset
I am using maven cargo with its zip url installer feature to download a tomcat for my integration tests. This works fine on my computer, but when its run in husdon it fails sometimes (round about ...
9
votes
4answers
2k views
Has anyone created a Hudson or Jenkins Job to deploy to an AWS Beanstalk Instance?
I want to move an app I have to beanstalk. I want to have an easy automated way to promote new builds though. The console interface in beanstalk is nice: I can just get the war file and upload it. ...
-1
votes
3answers
134 views
Hudson integration server is not available
I just tried to install a plugin for hudson under the "Manage" hudson tab. But as a result Hudson is no longer running.
I get: Oops! Firefox could not connect to hudson:8180
when I try to access:
...
0
votes
1answer
436 views
Tomcat failure to deploy from Cargo plugin via Hudson, NoClassDefFoundError
I am having some issues with a Maven profile setup to run HtmlUnit test cases. The
profile uses the Maven Cargo plugin to deploy the application and then subsequently run interface tests with ...
6
votes
2answers
2k views
Tomcat script not working when run from Hudson
I'm trying to run a script which stops and starts Tomcat on linux.
When I run it from the command line it works fine. But it does not seem to work when I run the same script from the "Execute Shell" ...
7
votes
2answers
7k views
Configuring Hudson to deploy a build
I'm trying to configure Hudson so that I will be able to automatically deploy a build (a .war file) to Tomcat. The newly deployed build will then be used by someone to test the application.
I've ...
1
vote
2answers
390 views
Tomcat + Hudson and testing a Django Application
I'm using Hudson for the expected purpose of testing our Django application. In initial testing, I would deploy Hudson using the war method:
java -jar hudson.war
This worked great. However, we ...
0
votes
4answers
513 views
Tomcat/Hudson can not connect to Github
I have used Tomcat as the container for Hudson, and had Git plugin for Hudson installed.
Now, when I try to make a build, the Hudson/Tomcat can not connect to Github. The log says: Host key ...
2
votes
1answer
774 views
Setting Hudson's process user on Mac+Tomcat
Synopsis
I have Hudson set up on our Mac OS Server (Snow Leopard 10.6.5), running under the standard Tomcat (so, Tomcat 6) which is enabled using Server Admin application.
I'd like to be able to run ...
2
votes
2answers
444 views
I'm looking for suggestions for an automated deployment tool that will fit into my continuous integration plan
I've started using Hudson based upon a suggestion from a co-worker, and I really enjoy it. However, he is pointing Hudson to Maven to handle deployments of the WAR, while I am using Ant for a legacy ...
0
votes
2answers
122 views
Hudson server always stopped every morning day?
I've got this regular problem every morning that my build server (Hudson) is always stopped every morning so I have to manually start it, is there any reason why or any location that i can started to ...
4
votes
3answers
1k views
Hudson - Maven is failing (cannot create /dev/null/.m2) on Tomcat-6 - Gentoo
I'm having major issues with getting Hudson up and running on a gentoo server with Tomcat 6. I'm able to deploy Hudson just fine, and I can browse the web-application, configure it and set up builds ...
12
votes
3answers
14k views
How to configure Hudson and git plugin with an SSH key
I've got Hudson (continuous integration system) with the git plugin running on a Tomcat Windows Service. msysgit is installed and the msysgit bin dir is in the path. PuTTY/Pageant/plink are installed ...
12
votes
3answers
2k views
Is Tomcat 6 ready for continuous integration or how to get it work?
I'm looking for a hint how to make tomcat CI ready or an servlet container / application container which stand often redeploys like they happen when using hudson ci.
I experienced that Tomcat 6 does ...
0
votes
2answers
234 views
Users can not modify files created by Hudson
I have a Hudson deployed on Tomcat.
Tomcat is started as Windows service under user HUDSON_USER.
As result only HUDSON_USER has full access to files created from some Hudson's job.
All other users ...
7
votes
6answers
6k views
Can I get Tomcat running as a service to dump heap?
I am attempting to have Tomcat, which is currently running as a service on a Windows 2003 box, dump heap on an OutOfMemoryError.
(Tomcat is running Hudson, which is reporting a heap space problem at ...
2
votes
2answers
2k views
Hudson continuous integration server: how to see Windows mapped directories that are visible to Ant?
Using Hudson, Ant 1.7, Tomcat 6.20, JDK 1.6 and JDK 1.5; all on Windows boxes.
My Ant build script for a WAR file uses JARs stored on a remote server. The directory path to the remote server is ...
0
votes
1answer
528 views
Cobertura Coverage Report Image
Does anybody know where Cobertura sticks it's coverage report image?
The url to my image is:
http://ContinualTests/746/cobertura/graph
When I dig down on my box that is running tomcat/hudson I ...
3
votes
1answer
1k views
Hudson “stop” / cancel build leaving processes behind
We have an automated build, managed by Hudson (1.312), that's got a few layers. On the slaves:
codewarrior cc/ld and other tools (some in-house), run by
a few recursive Cygwin GNU make 3.81 ...