|
Jenkins' real top page lives in http://jenkins-ci.org/ and link to three pages in the Wiki NewsDo you blog about Jenkins? Do you have any interesting URL to share with Jenkins community? Check out our News Aggregator.
Releases
What's new in this Wiki?Recently Updated
|
Home
Skip to end of metadata
Go to start of metadata
Comments (44)
Jan 23, 2008
Anonymous says:
When can I expect the Tutorial for Writing javancss Hudson Plug-In to be continu...When can I expect the Tutorial for Writing javancss Hudson Plug-In to be continued?
Aug 27, 2008
manjit says:
I have an issue with hudson when it tries to checkout source files for a project...I have an issue with hudson when it tries to checkout source files for a project from CVS. Let's say I've a project abc under xyz main directory. I need to check out abc directly, not as xyz/abc, using a tag TAG_1 in CVS. I am not able to do so. Is there any additional configurations we can do to achieve the same? One work around I've found is to have the files checked out using other third-party CVS tools and have hudson use these files for a build. But I guess, hudson should be able to manage all these by itself.
Suggestions are warmly welcome.
Thanks
Mar 30, 2010
hand_of_henry - says:
Hi Manjit, I haven't tried checking out sub-directories in Hudson but I'm prett...Hi Manjit,
I haven't tried checking out sub-directories in Hudson but I'm pretty sure you can amend your CVSROOT/modules file in CVS to specify a new CVS module consisting of just the directory abc. It's merely an alias for the existing directory. The entry would be something like:
_abc -a xyz/abc
Make the entry and commit the amended modules file to CVS. Then when you fetch the list of CVS modules you will see your new "_abc" module listed. A number of directories, separated by a space, can be specified after the -a flag allowing you to list all the files/dependencies required to build abc.
Feb 26, 2009
Harish M says:
How easy to invoke other tools like IPSl from Hudson? If not, is it easy from Hu...How easy to invoke other tools like IPSl from Hudson? If not, is it easy from Hudson to communicate with some port say X of some server? Data flow will be in the XML format or SPML?
Any information regarding this would be appreciated.
Thanks
Mar 11, 2009
thao pham says:
Is there any way to get the compiler error[s] written into the hudson build fail...Is there any way to get the compiler error[s] written into the hudson build failure email? i.e. can we have the console output include in the notify failure email?
Jun 01, 2009
Carolyn Teo says:
Hi Hudson Users and Experts, I have this issue that I have not been able to sol...Hi Hudson Users and Experts,
I have this issue that I have not been able to solve for some time.
I have 2 jobs:
- Both are normal Ant Jobs that pulls out of Subversion
The issue here is:
One of the jobs has a Customized Jumpstart in the repository and the Hudson Build will also build this jumpstart.
However, everytime this Job builds, any subsequent builds that uses Jumpstart will start pointing to the customized Jumpstart in that particular build. This causes all other builds to fail because of the specific customized Jumpstart settings.
Things Tried:
- Setting Environment Variable JUMPSTART_HOME to point to Generic Jumpstart in Hudson (The Job using the customized Jumpstart will fail to build)
- Pass in JUMPSTART_HOME as a variable to the jobs for the build. (Does not work)
- Getting the build.xml to pick up the JUMPSTART_HOME variable from the system (Did not work unless Hudson Env Variable is set)
Seeking your Advice since there's not much documentation on this Item:
Thanks!
Jul 05, 2009
Venugopal Shenoy says:
When is the planned release of NCover PlugIn ? Also there are several issues, r...When is the planned release of NCover PlugIn ?
Also there are several issues, related to JMeter graphs
like the Min & Max is swapped
Also the number of errors are not plotted, when the job is shown as failed.
Sep 03, 2009
Rohit Bhagat says:
I am in phase of implementing hudson for the build automation. I am using some s...I am in phase of implementing hudson for the build automation. I am using some shell scripts to perform one of the build step. Cancel build operation (in the middle of build process) leads to the build in illogical state. Is it possible to restrict users to use cancel build operation?
Sep 27, 2009
Hteswar kumar says:
Hi Team, I am looking for command which can give us information about curr...Hi Team,
I am looking for command which can give us information about currently running jobs and job id at hudson.
So that I can use this command in my perl script to get running job .
I would be great help for me and appreciate if anyone reply .
few inbuild commands are below but not to get running job and job id,
C:\>java -jar hudson-cli.jar -s http://jptomsw112:8080/hudson/ help
groovy
Executes the specified Groovy script
disable-job
Disables a job
delete-job
Deletes a job
copy-job
Copies a job
enable-job
Enables a previously disabled job
version
Shows the Hudson version
create-job
Creates a new job by reading stdin as a configuration XML file
help
Lists all the available commands
clear-queue
Clears the job queue
groovysh
Runs an interactive groovy shell
restart
Thanks,
Oct 07, 2009
Eduard Martinescu says:
Looks like there is a problem with the Document links on the left hand nav, here...Looks like there is a problem with the Document links on the left hand nav, here on the wiki. At least for me, they all link to the JA version of the documents.
Oct 10, 2009
Jason Carter says:
Where do you submit bug reports? I found a few bugs within the different plugins...Where do you submit bug reports? I found a few bugs within the different plugins...
Oct 10, 2009
Kohsuke Kawaguchi says:
From the issue tracker link on the left navigation bar.From the issue tracker link on the left navigation bar.
Nov 17, 2009
fct - says:
Apart from submitting a patch to the issue tracker, what are the additional step...Apart from submitting a patch to the issue tracker, what are the additional steps to get the patch reviewed and integrated to trunk?
I find a way to request for a review, and a page describing the code submission process.
See https://hudson.dev.java.net/issues/show_bug.cgi?id=4847, pending for review.
Oct 26, 2009
Saniya Chopra says:
M using Linux master and Windows slave. I used JNLP to launch the slave on ...M using Linux master and Windows slave. I used JNLP to launch the slave on Windows. When I used the services.msc command this opened services window and from there I tried to start HudsonSlave service and there it gave the following error
Could not start the HudsonSlave service on Local Computer
Error1053: The service did not respond to the start or control request in a timely fashion.
Plz help me solve this error
Nov 02, 2009
LR says:
I want to specify a location for the repository files that get checkout off subv...I want to specify a location for the repository files that get checkout off subversion outside of "jobs" folder, so all jobs see and use the same location. Is this possible ?
Jan 07, 2010
creig smith says:
I am attempting to use the new email ext plugin. When I install the plugin I get...I am attempting to use the new email ext plugin. When I install the plugin I get this errorjavax.mail.MessagingException: Could not connect to SMTP host: mail.gmail.com, port: 22;
nested exception is:
java.net.ConnectException: Connection timed out: connect
at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1282)
at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
at javax.mail.Service.connect(Service.java:297)
at javax.mail.Service.connect(Service.java:156)
at javax.mail.Service.connect(Service.java:105)
at javax.mail.Transport.send0(Transport.java:168)
at javax.mail.Transport.send(Transport.java:98)
at hudson.tasks.Mailer$DescriptorImpl.doSendTestMail(Mailer.java:443)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
It seems like its not getting threw. I put in a bogus password just to check and I got the same error. Any help would greatly be appreciated.
Jan 12, 2010
praveen says:
Hello All, Nice to see some intresting issues here and I dont know am i repeati...Hello All,
Nice to see some intresting issues here and I dont know am i repeating the issue here again but I have an issue below.I have configured SCM polling for perforce and for every 11:00 pm even there is no change it triggers and displays as below?Is this a right way? Or did I configure correctly?please suggest me.
Build #297 (Dec 28, 2009 2:01:03 AM)
Feb 11, 2010
reaMike Zielinski says:
I am exploring changing our CI tool from CruiseControl to Hudson to build our ja...I am exploring changing our CI tool from CruiseControl to Hudson to build our java project and am not able to configure the headless eclipse build. I can build our project from a command line in DOS with the following with no problem:
eclipsec -nosplash -application org.eclipse.jdt.apt.core.aptBuild -data %WORKSPACE%
When I try to use this as a windows command in HudsonI get the following in the console and our class files are not created.
Started by user anonymous
[workspace] $ cmd /c call C:\WINDOWS\TEMP\hudson1561070044334692766.bat
eclipsec -nosplash -application org.eclipse.jdt.apt.core.aptBuild -data %WORKSPACE%
Building workspace
Building workspace
C:\Hudson\.hudson\jobs\workspace>exit 0
[workspace] $ cmd /c call C:\WINDOWS\TEMP\hudson8269978175978896586.bat
C:\Hudson\.hudson\jobs\workspace>\buildwebservices.bat 9.12
*
* Building Web Services for 9.12 ...
*
Buildfile: build.xml
setup:
war:
BUILD FAILED
classes not found.
Total time: 0 seconds
Finished: FAILURE
Has anyone seen this behavior before or know a solution?
Mar 30, 2010
alok singh says:
Apologies if I am posting this at the wrong place. I am new to Hudson and ...Apologies if I am posting this at the wrong place. I am new to Hudson and could not find any other place to post this.
I would like to have a plug-in for an alternative code counting tool: USC CodeCount, http://csse.usc.edu/research/CODECOUNT/
Hudson currently supports two such code counters:
USC CodeCount counts both logical and physical lines of code and was updated recently.
I am OK with any other code metrics tool that has the following features:
Apr 12, 2010
spikeykaz525 says:
I am attempting to use the new email ext plugin. When I install the plugin I get...I am attempting to use the new email ext plugin. When I install the plugin I get this errorjavax.mail.MessagingException: Could not connect to SMTP host: mail.gmail.com, port: 22;
nested exception is:
java.net.ConnectException: Connection timed out: connect
at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1282)
at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
at javax.mail.Service.connect(Service.java:297)
at javax.mail.Service.connect(Service.java:156)
at javax.mail.Service.connect(Service.java:105)
at javax.mail.Transport.send0(Transport.java:168)
at javax.mail.Transport.send(Transport.java:98)
at hudson.tasks.Mailer$DescriptorImpl.doSendTestMail(Mailer.java:443)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
Apr 26, 2010
Mateusz says:
hi I have installed radiator plug - in version 1.7 and when I am tr...hi
I have installed radiator plug - in version 1.7 and when I am trying to add some jobs to the view i receive 500 error code form server but if the view is empty I mean with no jobs, page is loaded with some comments like" job need to be added". I have been playing with versions from 1.7 to 1.2 and just version 1.2 works properly.
In every version different form 1.2 i received the same exception:
Exception:
Stacktrace:
org.apache.commons.jelly.JellyTagException: file:/opt/hudson2/plugins/radiatorviewplugin/WEB-INF/classes/hudson/model/RadiatorView/main.jelly:37:65: method sortFailing threw exception: tried to access field hudson.model.Result.ordinal from class hudson.model.ViewEntry
at org.apache.commons.jelly.tags.core.InvokeTag.doTag(InvokeTag.java:109)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:262)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:186)
at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:42)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:262)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:186)
at org.apache.commons.jelly.impl.StaticTag.doTag(StaticTag.java:65)
at org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.java:112)
...
...
..
Does anyone has some idea what could cause this state. Isn't it related with some apache lib? My Hudson version is 1.327 and is working on Sun Solaris
BR
Matt
May 03, 2010
abhishek says:
I am getting following error can anybody help me. I am using starteam 2005...I am getting following error can anybody help me. I am using starteam 2005 want to integrate with hudson
Connecting to starteam FATAL: tried to access method com.starbase.starteam.ServerInfo.<init>()V from class hudson.plugins.starteam.StarTeamConnection
java.lang.IllegalAccessError: tried to access method com.starbase.starteam.ServerInfo.<init>()V from class hudson.plugins.starteam.StarTeamConnection
at hudson.plugins.starteam.StarTeamConnection.<init>(StarTeamConnection.java:79)
at hudson.plugins.starteam.StarTeamCheckoutActor.invoke(StarTeamCheckoutActor.java:79)
at hudson.plugins.starteam.StarTeamCheckoutActor.invoke(StarTeamCheckoutActor.java:19)
at hudson.FilePath.act(FilePath.java:651)
at hudson.FilePath.act(FilePath.java:635)
at hudson.plugins.starteam.StarTeamSCM.checkout(StarTeamSCM.java:113)
at hudson.model.AbstractProject.checkout(AbstractProject.java:830)
at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:314)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:266)
at hudson.model.Run.run(Run.java:938)
at hudson.model.Build.run(Build.java:112)
at hudson.model.ResourceController.execute(ResourceController.java:93)
at hudson.model.Executor.run(Executor.java:118)
Nov 30, 2010
summer says:
I m in the process of implementing building automation Hudson. I can use shell s...I m in the process of implementing building automation Hudson. I can use shell scripts to perform any step to build. Cancel build the operation (in the center of the construction process) leads to the accumulation in the state illogical. Can I restrict users to use to cancel the operation of the construction?
Nov 30, 2010
raj m says:
I am in phase of implementing hudson for the build automation. I am using some ...I am in phase of implementing hudson for the build automation. I am using some shell scripts to perform one of the build step. Cancel build operation (in the middle of build process) leads to the build in illogical state. Is it possible to restrict users to use cancel build operation?
Jun 06, 2010
Saravanakumar says:
Hi Everyone, My name is Saravanakumar, i've involved in the build and automation...Hi Everyone, My name is Saravanakumar, i've involved in the build and automation, when i was run the startbuild through Hudson i'm getting below error, Configuration=WinxP, ANT, WAS 6.1,
C:\UAT_Build>/ant/apache-ant-1.6.2/bin/ant -buildfile BuildEar.xml -l Result.log
Buildfile: BuildEar.xml
Sending e-mails to: test@xyz.com
ERROR: Exception reading response
[8mha:AAAAVx+LCAAAAAAAAABb85aBtbiIQSmjNKU4P08vOT+vOD8nVc8DzHWtSE4tKMnMz/PLL0m1W6NqK7pC2JmJgaGiiEEKTYMzhAYpZIAARpDCAgBF2FTYYAAAAA==[0mjavax.mail.MessagingException: Exception reading response;
nested exception is:
java.net.SocketException: Connection reset
at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1462)
at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1260)
at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
at javax.mail.Service.connect(Service.java:275)
at javax.mail.Service.connect(Service.java:156)
at javax.mail.Service.connect(Service.java:105)
at javax.mail.Transport.send0(Transport.java:168)
at javax.mail.Transport.send(Transport.java:98)
at hudson.tasks.MailSender.execute(MailSender.java:97)
at hudson.tasks.Mailer.perform(Mailer.java:101)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:582)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:563)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:550)
at hudson.model.Build$RunnerImpl.post2(Build.java:152)
at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:528)
at hudson.model.Run.run(Run.java:1247)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:122)
Caused by: java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(Unknown Source)
at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:97)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:75)
at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1440)
... 19 more
Finished: FAILURE
Please help me out regarding this issue...
Regards,
Saravanakumar
Jun 21, 2010
Ramarao Reddymasi says:
Hi, This is RamaRao, I am getting an error not able to connect to SVN Server. P...Hi,
This is RamaRao, I am getting an error not able to connect to SVN Server. Please help me on this. this is the console output am getting. Thanks in advance.
F:\Hudson\jobs\BPEL AD\workspace>BPEL_Script.bat
F:\Hudson\jobs\BPEL AD\workspace>svn checkout --username 1234566 --password gfggg_03457 "https://collaborate.bt.com/svn/eip-ukb-migrations-controller/trunk/code/BPEL/DataManagerImpl" "F:\Hudson\jobs\BPEL AD\workspace\BPEL_Code"
svn: OPTIONS of 'https://collinstog.bt.com/svn/eip-ukb-migrations-controller/trunk/code/BPEL/DataManagerImpl': could not connect to server (https://collinstog.bt.com)
Notifying upstream projects of job completion
Finished: FAILURE
Jul 20, 2010
Yaniv Oppenheim says:
Hi, I had a first attempt to add a slave to my master and it worked fine (launch...Hi,
I had a first attempt to add a slave to my master and it worked fine (launched, executed jobs just fine).
Later on I tried to do the same thing on another master.
However, this time, after adding the node (slave) - when I tried to launch it (via JNLP), I got an exception:
WMI.WmiException: StatusServiceExists
I then tried to set the slave as a windows service and got:
Connecting to test 5
ERROR: Unexpected error in launching a slave. This is probably a bug in Hudson
java.net.UnknownHostException: test 5
at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
at java.net.InetAddress$1.lookupAllHostAddr(Unknown Source)
at java.net.InetAddress.getAddressFromNameService(Unknown Source)
at java.net.InetAddress.getAllByName0(Unknown Source)
at java.net.InetAddress.getAllByName(Unknown Source)
at java.net.InetAddress.getAllByName(Unknown Source)
at java.net.InetAddress.getByName(Unknown Source)
at hudson.os.windows.ManagedWindowsServiceLauncher.launch(ManagedWindowsServiceLauncher.java:114)
at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:183)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Can anyone assist here?
Thanks,
Yaniv
Unable to render embedded object: File (Launch Exception) not found.Unable to render embedded object: File (HudsonException.bmp) not found.
Jul 26, 2010
vanommer - says:
Hello All, Hope someone can help me on this problem that I am encountering.&nbs...Hello All,
Hope someone can help me on this problem that I am encountering. I am using GlassfishV3 and Hudson v1.367
I created a Hudson deployment job that basically do the following:
1. undeploy the .war file
2. stop Glassfishv3 server (using >asadmin stop-domain app-domain)
3. start Glassfishv3 server (using >asadmin start-domain app-domain)
4. deploy the .war file
*Note that the application is to be deployed to another domain other than default domain1
So far all the above steps run 100% successful. However when the Hudson job finishes, it appears to shutdown/stop the Glassfishv3 domain
R
Nov 30, 2010
logodesign2 says:
Hi I am facing the following error may any one help me out. Connecting t...Hi I am facing the following error may any one help me out.
Connecting to starteam FATAL: tried to access method com.starbase.starteam.ServerInfo.<init>()V from class hudson.plugins.starteam.StarTeamConnection
java.lang.IllegalAccessError: tried to access method com.starbase.starteam.ServerInfo.<init>()V from class hudson.plugins.starteam.StarTeamConnection
at hudson.plugins.starteam.StarTeamConnection.<init>(StarTeamConnection.java:79)
at hudson.plugins.starteam.StarTeamCheckoutActor.invoke(StarTeamCheckoutActor.java:79)
at hudson.plugins.starteam.StarTeamCheckoutActor.invoke(StarTeamCheckoutActor.java:19)
at hudson.FilePath.act(FilePath.java:651)
at hudson.FilePath.act(FilePath.java:635)
at hudson.plugins.starteam.StarTeamSCM.checkout(StarTeamSCM.java:113)
at hudson.model.AbstractProject.checkout(AbstractProject.java:830)
at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:314)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:266)
at hudson.model.Run.run(Run.java:938)
at hudson.model.Build.run(Build.java:112)
at hudson.model.ResourceController.execute(ResourceController.java:93)
at hudson.model.Executor.run(Executor.java:118)
Feb 01, 2011
Alan Harder says:
Issues reported here will almost certainly not been noticed or fixed. Please try...Issues reported here will almost certainly not been noticed or fixed.
Please try the users alias to get help, and file an issue if it is determined to be a bug.
Aug 28, 2010
sanuk says:
I'm trying to implement this for one of my projects. I sit possible to run...I'm trying to implement this for one of my projects. I sit possible to run shell scripts in order to automate it? Also, how do I edit the user rightas and settings?
Nov 30, 2010
Danil Wong says:
Hi Everyone, My name is Saravanakumar, i've involved in the build and automation...Hi Everyone, My name is Saravanakumar, i've involved in the build and automation, when i was run the startbuild through Hudson i'm getting below error, Configuration=WinxP, ANT, WAS 6.1,
C:\UAT_Build>/ant/apache-ant-1.6.2/bin/ant -buildfile BuildEar.xml -l Result.log
Buildfile: BuildEar.xml
Sending e-mails to: test@xyz.com
ERROR: Exception reading response
[8mha:AAAAVx+LCAAAAAAAAABb85aBtbiIQSmjNKU4P08vOT+vOD8nVc8DzHWtSE4tKMnMz/PLL0m1W6NqK7pC2JmJgaGiiEEKTYMzhAYpZIAARpDCAgBF2FTYYAAAAA==[0mjavax.mail.MessagingException: Exception reading response;
nested exception is:
java.net.SocketException: Connection reset
at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1462)
at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1260)
at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
at javax.mail.Service.connect(Service.java:275)
at javax.mail.Service.connect (Service.java:156)
at javax.mail.Service.connect(Service.java:105)
at javax.mail.Transport.send0(Transport.java:168)
at javax.mail.Transport.send(Transport.java:98)
at hudson.tasks.MailSender.execute(MailSender.java:97)
at hudson.tasks.Mailer.perform(Mailer.java:101)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:582)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:563)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:550)
at hudson.model.Build$RunnerImpl.post2(Build.java:152)
at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:528)
at hudson.model.Run.run(Run.java:1247)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:122)
Caused by: java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(Unknown Source)
at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:97)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:75)
at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1440)
... 19 more
Finished: FAILURE
Please help me out regarding this issue...
Hello, please tell me what build of XP do you have?
Sep 27, 2010
Anand rao darla says:
Hi Hudson--when click on configuration it shows up loading and hangs.. any help?...Hi Hudson--when click on configuration it shows up loading and hangs.. any help???
Unable to render embedded object: File (config) not found.
Sep 30, 2010
Chandrika Gole says:
Hi, I am getting a failure when I try to install a hudson server. Though ...Hi,
I am getting a failure when I try to install a hudson server. Though the console log says hudson started successfully, when I access the hudson server I get an exception. (Pasted below). I have also pasted the console log and looks like it failed when it tried to import hudson.
Hudson log -
Starting EC2 instance
Waiting for the instance to boot
Connecting to ec2-184-72-81-37.compute-1.amazonaws.com
Authenticating
Attaching storage
Determining the file system status
cannot import 'hudson': no such pool available
Creating a file system
Copying keys
Installing hudson.war
19:41:23 URL:http://download.jenkins-ci.org/war/1.378/hudson.war [30644019/30644019] -> "/hudson/hudson.wget" [1]
Installing EC2 plugin
19:41:32 URL:http://download.jenkins-ci.org/plugins/ec2/1.9/ec2.hpi [2544250/2544250] -> "/hudson/plugins/ec2.hpi" [1]
Copying SMF manifest
Registering the service
Waiting for the service to become active
Waiting for the webapp to start
Hudson started successfully
Exception on accessing the hudson server -
org.jvnet.hudson.reactor.ReactorException: java.lang.Error: java.lang.reflect.InvocationTargetException
at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:246)
at hudson.model.Hudson.executeReactor(Hudson.java:697)
at hudson.model.Hudson.(Hudson.java:614)
at hudson.model.Hudson.(Hudson.java:554)
at hudson.WebAppMain$2.run(WebAppMain.java:220)
Caused by: java.lang.Error: java.lang.reflect.InvocationTargetException
at hudson.init.InitializerFinder.invoke(InitializerFinder.java:107)
at hudson.init.InitializerFinder$TaskImpl.run(InitializerFinder.java:167)
at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
at hudson.model.Hudson$3.runTask(Hudson.java:679)
at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at hudson.init.InitializerFinder.invoke(InitializerFinder.java:103)
... 8 more
Caused by: groovy.lang.GroovyRuntimeException: Could not find matching constructor for: hudson.plugins.ec2.EC2Cloud(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.ArrayList)
at groovy.lang.MetaClassImpl.invokeConstructor(MetaClassImpl.java:1465)
at groovy.lang.MetaClassImpl.invokeConstructor(MetaClassImpl.java:1381)
at org.codehaus.groovy.runtime.InvokerHelper.invokeConstructorOf(InvokerHelper.java:768)
at org.codehaus.groovy.runtime.DefaultGroovyMethods.newInstance(DefaultGroovyMethods.java:11623)
at org.codehaus.groovy.runtime.dgm$371.doMethodInvoke(Unknown Source)
at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.invoke(StaticMetaMethodSite.java:43)
at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.call(StaticMetaMethodSite.java:88)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:43)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
at init.run(init.groovy:20)
at groovy.lang.GroovyShell.evaluate(GroovyShell.java:491)
at hudson.init.impl.GroovyInitScript.execute(GroovyInitScript.java:61)
at hudson.init.impl.GroovyInitScript.init(GroovyInitScript.java:55)
... 13 more
Dec 13, 2010
Chandrashekhar G. says:
About hudson upgradation? Hi I am new to this hudson. I want to know the hud...Hi I am new to this hudson. I want to know the hudson from basic. Any body can tell me how to follow this? Also there is a plan to upgrade the hudson in our org. Can you tell me how to compare the current and latest versions of hudson before upgrading?
Thanks in advance,
chandru
Aug 05, 2011
Janne Soki says:
Hey, I want to set Jenkins as a windows service again. Cause the button is miss...Hey,
I want to set Jenkins as a windows service again. Cause the button is missing after the first time of use, I unistalled the whole Jenkins. When I installed it again, there is still no button for "Install as a windows service". How can I get the button back? (I need to do some new configurations)
Thank you,
Janne
Nov 28, 2011
Paul Yang says:
Hey, I just got started with Jenkins. I installed Perforce plugin; and was tryi...Hey,
I just got started with Jenkins. I installed Perforce plugin; and was trying to run a build. But I got an error as below. Do I somebody kindly help?Started by user anonymous
Using master perforce client: p4_02
workspace $ C:\\app\\Perforce
p4.exe workspace -o p4_02
Read ClientSpec from: //qa/internal/.../jant/...
workspace $ C:\\app\\Perforce
p4.exe print //qa/internal/.../jant/...
Changing P4 Client View from:
Changing P4 Client View to:
Saving modified client p4_02
workspace $ C:\\app\\Perforce
p4.exe -s client -i
Last build changeset: 0
workspace $ C:\\app\\Perforce
p4.exe counter change
workspace $ C:\\app\\Perforce
p4.exe -s changes //p4_02/... (55311,)55360
Sync'ing workspace to changelist 55360 (forcing sync of unchanged files).
workspace $ C:\\app\\Perforce
p4.exe -s sync -f //p4_02/...@55360
Caught exception communicating with perforce. Errors encountered while force syncing: error: //p4_02/...@55360 - file(s) not in client view.
com.tek42.perforce.PerforceException: Errors encountered while force syncing: error: //p4_02/...@55360 - file(s) not in client view.
at com.tek42.perforce.parse.Workspaces.syncTo(Workspaces.java:159)
at hudson.plugins.perforce.PerforceSCM.checkout(PerforceSCM.java:687)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1195)
at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:568)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:456)
at hudson.model.Run.run(Run.java:1404)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:230)
ERROR: Unable to communicate with perforce. Errors encountered while force syncing: error: //p4_02/...@55360 - file(s) not in client view.
Finished: FAILURE
Jul 12, 2012
Klark_Hu says:
Hi, I met a problem. after I added the checkstyle plugin downloaded as 3.27 ver...Hi,
I met a problem. after I added the checkstyle plugin downloaded as 3.27 version. and i added the plugin to the .hudson\plugins.
but I restarted the web, and I can't see any information about this plugin under plugin manager. What's up, can you give me tips for this.
thanks,
Klark
Aug 01, 2012
Paul Nardi says:
I have attempted to convert from Hudson 2.2.1 to the current version of Jenkins ...I have attempted to convert from Hudson 2.2.1 to the current version of Jenkins in accordance with the instructions listed at http://wiki.jenkins-ci.org/display/JENKINS/Upgrading+from+Hudson+to+Jenkins. I am able to do the conversion but the existing Hudson jobs do not appear in Jenkins. Is there something I am missing or does this require extra effort to bring the Hudson jobs over into Jenkins? Switching to Jenkins becomes a much bigger deal if I have to rebuild all my current Hudson jobs.
Thanks,
Paul A. Nardi
Sep 12, 2012
Stephen Benge says:
I am attempting to install jenkins and run a windows batch file. I have install...I am attempting to install jenkins and run a windows batch file.
I have installed Jenkins on a VM inside my Windows machine. I can see the windows machine from the linux VM and vice-versa.
Jenkins is installed on the Linux VM and the script I want to run via Jenkins is on the Windows machine.
I created a node on Jenkins but I cannot connect to it. Here is the error I get from the Log:Connecting to 10.143.3.81
ERROR: Message not found for errorCode: 0xC0000034
org.jinterop.dcom.common.JIException: Message not found for errorCode: 0xC0000034
at org.jinterop.winreg.smb.JIWinRegStub.winreg_OpenHKCR(JIWinRegStub.java:121)
at org.jinterop.dcom.core.JIComServer.initialise(JIComServer.java:479)
at org.jinterop.dcom.core.JIComServer.<init>(JIComServer.java:427)
at org.jvnet.hudson.wmi.WMI.connect(WMI.java:59)
at hudson.os.windows.ManagedWindowsServiceLauncher.launch(ManagedWindowsServiceLauncher.java:219)
at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:200)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)
Caused by: jcifs.smb.SmbException: The system cannot find the file specified.
at jcifs.smb.SmbTransport.checkStatus(SmbTransport.java:545)
at jcifs.smb.SmbTransport.send(SmbTransport.java:646)
at jcifs.smb.SmbSession.send(SmbSession.java:244)
at jcifs.smb.SmbTree.send(SmbTree.java:119)
at jcifs.smb.SmbFile.send(SmbFile.java:770)
at jcifs.smb.SmbFile.open0(SmbFile.java:982)
at jcifs.smb.SmbFile.open(SmbFile.java:999)
at jcifs.smb.SmbFileOutputStream.<init>(SmbFileOutputStream.java:142)
at jcifs.smb.TransactNamedPipeOutputStream.<init>(TransactNamedPipeOutputStream.java:32)
at jcifs.smb.SmbNamedPipe.getNamedPipeOutputStream(SmbNamedPipe.java:187)
at rpc.ncacn_np.RpcTransport.attach(RpcTransport.java:91)
at rpc.Stub.attach(Stub.java:104)
at rpc.Stub.call(Stub.java:109)
at org.jinterop.winreg.smb.JIWinRegStub.winreg_OpenHKCR(JIWinRegStub.java:119)
... 10 more
Can some one clue me in as to what I have missing or wrong? I am new to jenkins.
Thanks!
Stephen
Apr 29, 2013
paul tait says:
New Jenkins user setting up Msbuild plugin. My build is failing because msbuild ...New Jenkins user setting up Msbuild plugin. My build is failing because msbuild cant find a dll refrence. HintPath in csproj is ..\..\sharedbinaries\foo.dll but plugin creates a path ..\..\sharedbinaries\V2\foo.dll. Sure enough dll is version 2.n.n.n but csproj is set false for version specific build. how can I prevent the synthesis of the incorrect path?
May 16, 2013
rock dude says:
I am using Jenking to run my selenium scripts on a remote server. My question i...I am using Jenking to run my selenium scripts on a remote server. My question is "Is there any way to visually see my scripts running on the server? I mean on an actual browser when scripts are running in Jenkins?"
Mar 17, 2014
sunny kumar says:
How do I deployments db scripts using Jenkins especially to oracle databases?How do I deployments db scripts using Jenkins especially to oracle databases?
Oct 16, 2014
ying zhang says:
Hi! who can tell me , why "poll scm" only work two days? ...Hi!
who can tell me , why "poll scm" only work two days? (jenkins version:1.581) And the visual source safe plugin(1.9) did not work with the right srcsafe.ini path?(\\IP\srcsafe.ini)
Add Comment