[JIRA] (JENKINS-38702) AccuRev for Jenkins Plugin does not display Depots

3 views
Skip to first unread message

plingesso@gmail.com (JIRA)

unread,
Oct 4, 2016, 10:55:01 AM10/4/16
to jenkinsc...@googlegroups.com
Peter Lingesso created an issue
 
Jenkins / Bug JENKINS-38702
AccuRev for Jenkins Plugin does not display Depots
Issue Type: Bug Bug
Assignee: Joseph Petersen
Attachments: Jenkins-AccuRev-issue.jpg
Components: accurev-plugin
Created: 2016/Oct/04 2:54 PM
Environment: Jenkins (slave 2) Version 2.60, AccuRev 0.7.2
Priority: Major Major
Reporter: Peter Lingesso

In the Jenkins build project, I can select the AccuRev server, but it will not populate the Depots/Streams. This happens 98% of the time, and we are pushed to have to manually compile the software as opposed to using Jenkins and the Plug-in.

As you can see in the attached image, the Sever is selected, but no Depots are available and of course the Streams. BUT, if by chance I can select the depots then the stream. The depot will disappear and only the server and stream will be available and of course the build will fail.

Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)
Atlassian logo

josephp90@gmail.com (JIRA)

unread,
Oct 4, 2016, 11:01:04 AM10/4/16
to jenkinsc...@googlegroups.com
Joseph Petersen commented on Bug JENKINS-38702
 
Re: AccuRev for Jenkins Plugin does not display Depots

Do you only one server added?
If so
Try select AccuRev as SCM and then hit save and enter the configure again to see if it solves the issue.

Been working on added a fix for the case with only one server and adding AccuRev SCM to a new job.

josephp90@gmail.com (JIRA)

unread,
Oct 4, 2016, 11:02:13 AM10/4/16
to jenkinsc...@googlegroups.com
Joseph Petersen edited a comment on Bug JENKINS-38702
Do you only one server added?
If so
Try select AccuRev as SCM and then hit save and enter the configure again to see if it solves the issue.

Been working on added a fix for the case with only one server and adding AccuRev SCM to a new job.


If that does not solve it:

Look into your jenkins logs please and report back:
http://YOURJENKINSSERVER:8080/log/all

plingesso@gmail.com (JIRA)

unread,
Oct 4, 2016, 11:26:07 AM10/4/16
to jenkinsc...@googlegroups.com

We have a master and 2 slaves, this builds on slave 2 (windows server 2012). I've tried saving the scm tool then trying to add the depot 2nd, it still does not work. I manually ran the accurev fx depots command still does not work.
In the log I see alot of these:
"C:\Program Files (x86)\AccuRev\bin\accurev.exe" show -H JACTDFPVAP010:5050 -fx depots

Oct 04, 2016 10:09:35 AM WARNING hudson.plugins.accurev.cmd.ShowDepots getDepots

AccuRev Server: JACTDFPVAP010. Unable to create accurev resource directory.
Location: H:\.accurev.
Not authenticated (no session). Please use the 'login' command to authenticate.

josephp90@gmail.com (JIRA)

unread,
Oct 4, 2016, 12:48:02 PM10/4/16
to jenkinsc...@googlegroups.com

Do you have read and write access to H drive? does it have H drive?

josephp90@gmail.com (JIRA)

unread,
Oct 4, 2016, 1:04:01 PM10/4/16
to jenkinsc...@googlegroups.com

I suspect that you have set your jenkins master's root directory to H:\

plingesso@gmail.com (JIRA)

unread,
Oct 4, 2016, 1:51:02 PM10/4/16
to jenkinsc...@googlegroups.com

H drive is our network "Home Drive", and I have no idea why it would be set to H:\. Like I said earlier, it works sometimes I'm wondering if there is a process or something that maybe pointing to H: then. I don't see it in any of our settings.

JENKINS_HOME C:\Program Files (x86)\Jenkins

josephp90@gmail.com (JIRA)

unread,
Oct 4, 2016, 1:54:02 PM10/4/16
to jenkinsc...@googlegroups.com

plingesso@gmail.com (JIRA)

unread,
Oct 4, 2016, 2:40:04 PM10/4/16
to jenkinsc...@googlegroups.com
 
Re: AccuRev for Jenkins Plugin does not display Depots

Where am I modifying the home directory? I don't see the option to modify it.

josephp90@gmail.com (JIRA)

unread,
Oct 4, 2016, 4:09:01 PM10/4/16
to jenkinsc...@googlegroups.com

Let me actually fix it.

Before you wrote I had already thought it of a point of failure due to it just starting a process without any proper setup like where to execute command from.
I will be back with a code change tomorrow that would make it a release tomorrow or the day after tomorrow.

You shouldn't have to change your jenkins home. Clearly the plugin is doing something odd.

josephp90@gmail.com (JIRA)

unread,
Oct 4, 2016, 5:28:01 PM10/4/16
to jenkinsc...@googlegroups.com

Peter, by any chance would your H:\ drive also be your user's home location (usually default is C:\users\myuser)? If so this would actually conflict with accurev's behaviour using the C:\users\myuser\.accurev to put the folder.

josephp90@gmail.com (JIRA)

unread,
Oct 5, 2016, 10:24:05 AM10/5/16
to jenkinsc...@googlegroups.com

seems like I am able to override the home path in a somewhat crude way on process moment to perhaps avoid issues with odd configuration

But my real question still remains, does jenkins/accurev system user have read/write accuess to H:/ so it is able to create folders and file on that location?

plingesso@gmail.com (JIRA)

unread,
Oct 5, 2016, 10:34:07 AM10/5/16
to jenkinsc...@googlegroups.com

No, my user is a general user/pass in jenkins(jdoe), although I'm logged in to the server with my AD user name and profile. (John ctr doe + we use our ID cards and login code)

josephp90@gmail.com (JIRA)

unread,
Oct 5, 2016, 10:36:01 AM10/5/16
to jenkinsc...@googlegroups.com

I'd make a special build for you to test if it fixes the issue on the configuration before using it elsewhere.

plingesso@gmail.com (JIRA)

unread,
Oct 5, 2016, 10:45:01 AM10/5/16
to jenkinsc...@googlegroups.com

No, our "jenkins" users & AccuRev user have been able to create directories in the workspace : c:\jenkins\workspace*project* successfully. The issue we have is the intermittent availability of the Depots and streams in accurev. One day it works fine, then they disappear 5 mins later.

josephp90@gmail.com (JIRA)

unread,
Oct 5, 2016, 11:10:01 AM10/5/16
to jenkinsc...@googlegroups.com

Could you please try and set a system variable with the name "ACCUREV_HOME" to a suitable location for accurev to write the .accurev folder to?
To override it from writing to your H:/ Network drive?

The user running Jenkins master should have read/write to "ACCUREV_HOME" location

josephp90@gmail.com (JIRA)

unread,
Oct 5, 2016, 11:12:01 AM10/5/16
to jenkinsc...@googlegroups.com
Joseph Petersen edited a comment on Bug JENKINS-38702
Could you please try and set a system variable with the name "ACCUREV_HOME" to a suitable location for accurev to write the .accurev folder to?
To override it from writing to your H:/ Network drive?

The user running Jenkins master should have read/write to "ACCUREV_HOME" location


My advice then would be to set "ACCUREV_HOME" to C:/jenkins

plingesso@gmail.com (JIRA)

unread,
Oct 5, 2016, 1:46:03 PM10/5/16
to jenkinsc...@googlegroups.com

C:\>set ACCUREV_HOME=c:\Jenkins

C:\>echo %ACCUREV_HOME%
c:\Jenkins

I will test and let you know

plingesso@gmail.com (JIRA)

unread,
Oct 7, 2016, 10:33:02 AM10/7/16
to jenkinsc...@googlegroups.com

Joseph,
So I was looking on the master in the jobs directory for the project, and I added the Server, then the Depot and it still doesnt' show in the drop down menu in jenkins.

Pete

josephp90@gmail.com (JIRA)

unread,
Oct 7, 2016, 4:40:01 PM10/7/16
to jenkinsc...@googlegroups.com

Can you verify that ACCUREV_HOME is set system wide after a reboot? Since by rebooting you ensure that once Jenkins boot it will have loaded that System Wide Variable.

I would suggest using System Properties, Environment Variable over calling set in a command prompt, only sets in command prompt

Using SETX can be a bit tedious: http://ss64.com/nt/setx.html

josephp90@gmail.com (JIRA)

unread,
Oct 7, 2016, 4:40:03 PM10/7/16
to jenkinsc...@googlegroups.com
Joseph Petersen edited a comment on Bug JENKINS-38702
Can you verify that ACCUREV_HOME is set system wide after a reboot? Since by rebooting you ensure that once Jenkins boot it will have loaded that System Wide Variable.

I would suggest using System Properties, Environment Variable GUI over calling set in a command prompt, only sets in command prompt :)


Using SETX can be a bit tedious: http://ss64.com/nt/setx.html

josephp90@gmail.com (JIRA)

unread,
Oct 11, 2016, 4:59:02 PM10/11/16
to jenkinsc...@googlegroups.com

Peter Lingesso Peter, could you please try the following build, it attempts to override ACCUREV_HOME for both master and slaves with the respective root directory for each machine set inside Jenkins.
How to install: http://YOURJENKINSSERVER:8080/pluginManager/advanced - At Upload Plugin, choose the downloaded file and hit upload!

Direct link: https://jenkins.ci.cloudbees.com/job/plugins/job/accurev-plugin/144/org.jenkins-ci.plugins$accurev/artifact/org.jenkins-ci.plugins/accurev/0.7.3-SNAPSHOT/accurev-0.7.3-SNAPSHOT.hpi

Below I linked the build, if you question the direct link. Download the .hpi file
Link to actual build: https://jenkins.ci.cloudbees.com/job/plugins/job/accurev-plugin/144/org.jenkins-ci.plugins$accurev/

plingesso@gmail.com (JIRA)

unread,
Oct 12, 2016, 10:17:07 AM10/12/16
to jenkinsc...@googlegroups.com

Joseph, I loaded the hpi file I can now see the Server/Depot/Stream BUT, it won't let me login now.

Building remotely on Slave 2 in workspace c:\Jenkins\workspace\ADAS - Data Handler
Authenticating with Accurev server...
FATAL: SERVER.*t.*.*: login (login -H accurevserver:5050 -n admin ******) failed with java.io.IOException: remote file operation failed: c:\Jenkins\workspace\ADAS - Data Handler at hudson.remoting.Channel@eb5a7b:Slave 2: java.io.IOException: Remote call on Slave 2 failed
java.io.IOException: remote file operation failed: c:\Jenkins\workspace\ADAS - Data Handler at hudson.remoting.Channel@eb5a7b:Slave 2: java.io.IOException: Remote call on Slave 2 failed

josephp90@gmail.com (JIRA)

unread,
Oct 12, 2016, 12:49:01 PM10/12/16
to jenkinsc...@googlegroups.com

Could you try giving the project a simpler name for instance just "ADAS"
You can always give projects a display name under Project, Configure, General, hit advance, Display Name.

Does the slave have Accurev Installed, if so where is it installed? and have you added the accurev bin folder to PATH environment variable?
Seems like your slave is having problems locating Accurev Client or does not have permissions to access the file.

josephp90@gmail.com (JIRA)

unread,
Oct 12, 2016, 1:06:04 PM10/12/16
to jenkinsc...@googlegroups.com

Peter Lingesso
Is the master and slave using the same Java version, latest java 8 version works from my experience.
Are they using the same encoding?
https://issues.jenkins-ci.org/browse/JENKINS-21465
https://issues.jenkins-ci.org/browse/JENKINS-38072

plingesso@gmail.com (JIRA)

unread,
Oct 12, 2016, 3:19:01 PM10/12/16
to jenkinsc...@googlegroups.com

We need to specify which component of the ADAS - project we are building. Slave has AccuRev installed I can login via the client and the CLI. Accurev Commands are in the PATH and prior we were able to build but the AccuRev connectivity has been tempered at best.

josephp90@gmail.com (JIRA)

unread,
Oct 12, 2016, 4:33:05 PM10/12/16
to jenkinsc...@googlegroups.com
Joseph Petersen updated an issue
Change By: Joseph Petersen
Attachment: Screen Shot 2016-10-12 at 22.28.10.png
Attachment: Screen Shot 2016-10-12 at 22.28.45.png

josephp90@gmail.com (JIRA)

unread,
Oct 12, 2016, 4:37:01 PM10/12/16
to jenkinsc...@googlegroups.com
Joseph Petersen commented on Bug JENKINS-38702
 
Re: AccuRev for Jenkins Plugin does not display Depots

Take a look, you should be able to set simple project names and then use the display name as shown in the screenshots to avoid any conflicts with naming.
I would avoid spaces and special symbol.

Is the master and slave using the same Java version? I would recommend that you update Java on all your nodes (master and slaves)
At this point it is definitely not a plugin issue but more of a common issue with jenkins.

josephp90@gmail.com (JIRA)

unread,
Oct 12, 2016, 5:04:02 PM10/12/16
to jenkinsc...@googlegroups.com

Okay, digging into it myself. I discover the full exception which does say what it is caused by. which would have been helpful to get the full detail.

josephp90@gmail.com (JIRA)

unread,
Oct 12, 2016, 5:33:01 PM10/12/16
to jenkinsc...@googlegroups.com

Here is the full exception:

FATAL: HOSTNAME: login (login -H OTHERHOSTNAME:PORT NAME PASSWORD) failed with java.io.IOException: remote file operation failed: D:\slave\workspace\demo2 at hudson.remoting.Channel@6e9bf4b8:testnode: java.io.IOException: Remote call on testnode failed
java.io.IOException: remote file operation failed: D:\slave\workspace\demo2 at hudson.remoting.Channel@6e9bf4b8:testnode: java.io.IOException: Remote call on testnode failed
	at hudson.FilePath.act(FilePath.java:992)
	at hudson.FilePath.act(FilePath.java:974)
	at hudson.plugins.accurev.AccurevLauncher.createProcess(AccurevLauncher.java:244)
	at hudson.plugins.accurev.AccurevLauncher.runCommand(AccurevLauncher.java:189)
	at hudson.plugins.accurev.AccurevLauncher.runCommand(AccurevLauncher.java:75)
	at hudson.plugins.accurev.cmd.Login.accurevLogin(Login.java:97)
	at hudson.plugins.accurev.cmd.Login.ensureLoggedInToAccurev(Login.java:70)
	at hudson.plugins.accurev.delegates.AbstractModeDelegate.setup(AbstractModeDelegate.java:63)
	at hudson.plugins.accurev.delegates.AbstractModeDelegate.checkout(AbstractModeDelegate.java:150)
	at hudson.plugins.accurev.AccurevSCM.checkout(AccurevSCM.java:371)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1278)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1720)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:401)
Caused by: java.io.IOException: Remote call on testnode failed
	at hudson.remoting.Channel.call(Channel.java:805)
	at hudson.FilePath.act(FilePath.java:985)
	... 18 more
Caused by: java.lang.ExceptionInInitializerError
	at hudson.plugins.accurev.FindAccurevClientExe.invoke(FindAccurevClientExe.java:60)
	at hudson.plugins.accurev.FindAccurevClientExe.invoke(FindAccurevClientExe.java:13)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2731)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:332)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at hudson.remoting.Engine$1$1.run(Engine.java:88)
	at java.lang.Thread.run(Unknown Source)
	at ......remote call to testnode(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1433)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:797)
	... 19 more
Caused by: java.lang.NullPointerException
	at hudson.model.Descriptor.getConfigFile(Descriptor.java:898)
	at hudson.model.Descriptor.load(Descriptor.java:886)
	at hudson.scm.SCMDescriptor.load(SCMDescriptor.java:83)
	at hudson.plugins.accurev.AccurevSCM$AccurevSCMDescriptor.<init>(AccurevSCM.java:491)
	at hudson.plugins.accurev.AccurevSCM.<clinit>(AccurevSCM.java:43)
	at hudson.plugins.accurev.FindAccurevClientExe.invoke(FindAccurevClientExe.java:60)
	at hudson.plugins.accurev.FindAccurevClientExe.invoke(FindAccurevClientExe.java:13)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2731)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:332)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at hudson.remoting.Engine$1$1.run(Engine.java:88)
	at java.lang.Thread.run(Unknown Source)

josephp90@gmail.com (JIRA)

unread,
Oct 12, 2016, 5:36:02 PM10/12/16
to jenkinsc...@googlegroups.com

plingesso@gmail.com (JIRA)

unread,
Oct 13, 2016, 9:21:01 AM10/13/16
to jenkinsc...@googlegroups.com

Sorry here's the full output:


Building remotely on Slave 2 in workspace c:\Jenkins\workspace\ADAS - Data Handler
Authenticating with Accurev server...

FATAL: server.com: login (login -H server:5050 -n admin ******) failed with java.io.IOException: remote file operation failed: c:\Jenkins\workspace\ADAS - Data Handler at hudson.remoting.Channel@a7378e:Slave 2: java.io.IOException: Remote call on Slave 2 failed
java.io.IOException: remote file operation failed: c:\Jenkins\workspace\ADAS - Data Handler at hudson.remoting.Channel@a7378e:Slave 2: java.io.IOException: Remote call on Slave 2 failed
at hudson.FilePath.act(FilePath.java:1014)
at hudson.FilePath.act(FilePath.java:996)


at hudson.plugins.accurev.AccurevLauncher.createProcess(AccurevLauncher.java:244)
at hudson.plugins.accurev.AccurevLauncher.runCommand(AccurevLauncher.java:189)
at hudson.plugins.accurev.AccurevLauncher.runCommand(AccurevLauncher.java:75)
at hudson.plugins.accurev.cmd.Login.accurevLogin(Login.java:97)
at hudson.plugins.accurev.cmd.Login.ensureLoggedInToAccurev(Login.java:70)
at hudson.plugins.accurev.delegates.AbstractModeDelegate.setup(AbstractModeDelegate.java:63)
at hudson.plugins.accurev.delegates.AbstractModeDelegate.checkout(AbstractModeDelegate.java:150)
at hudson.plugins.accurev.AccurevSCM.checkout(AccurevSCM.java:371)
at hudson.scm.SCM.checkout(SCM.java:495)

at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)


at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)

at hudson.model.Run.execute(Run.java:1741)


at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)

at hudson.model.Executor.run(Executor.java:410)
Caused by: java.io.IOException: Remote call on Slave 2 failed
at hudson.remoting.Channel.call(Channel.java:789)
at hudson.FilePath.act(FilePath.java:1007)
... 18 more
Caused by: java.lang.NoClassDefFoundError: Could not initialize class hudson.plugins.accurev.AccurevSCM


at hudson.plugins.accurev.FindAccurevClientExe.invoke(FindAccurevClientExe.java:60)
at hudson.plugins.accurev.FindAccurevClientExe.invoke(FindAccurevClientExe.java:13)

at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2772)


at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

at hudson.remoting.Engine$1$1.run(Engine.java:85)
at java.lang.Thread.run(Unknown Source)
at ......remote call to Slave 2(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:781)
... 19 more
FATAL: Authentication failure
Path To MSBuild.exe: C:\Windows\Microsoft.NET\Framework\v3.5\MSBuild.exe
Executing the command cmd.exe /C " C:\Windows\Microsoft.NET\Framework\v3.5\MSBuild.exe /t:ReBuild "/p:Platform=Any CPU" /p:Configuration=Release ""c:\Jenkins\workspace\ADAS - Data Handler\AdasDataAccessLayer\AdasDataAccessLayerforADASService.sln"" " && exit %%ERRORLEVEL%% from c:\Jenkins\workspace\ADAS - Data Handler
[ADAS - Data Handler] $ cmd.exe /C " C:\Windows\Microsoft.NET\Framework\v3.5\MSBuild.exe /t:ReBuild "/p:Platform=Any CPU" /p:Configuration=Release '"c:\Jenkins\workspace\ADAS - Data Handler\AdasDataAccessLayer\AdasDataAccessLayerforADASService.sln"' " && exit %%ERRORLEVEL%%
Microsoft (R) Build Engine Version 3.5.30729.7903
[Microsoft .NET Framework, Version 2.0.50727.8009]
Copyright (C) Microsoft Corporation 2007. All rights reserved.

MSBUILD : error MSB1009: Project file does not exist.
Switch: c:\Jenkins\workspace\ADAS - Data Handler\AdasDataAccessLayer\AdasDataAccessLayerforADASService.sln
Build step 'Build a Visual Studio project or solution using MSBuild' marked build as failure
Finished: FAILURE

plingesso@gmail.com (JIRA)

unread,
Oct 13, 2016, 9:51:04 AM10/13/16
to jenkinsc...@googlegroups.com

So I added that update 0.7.3 yesterday, and as I said I am able to view the depot/stream but as you see it won't let us login.

josephp90@gmail.com (JIRA)

unread,
Oct 13, 2016, 11:48:05 AM10/13/16
to jenkinsc...@googlegroups.com

Did you restart jenkins after installing the plugin? Cause this seems like the same error?

Jenkins should remind you after installing a plugin with the same version that you need to restart.
Please restart Jenkins and try again.

josephp90@gmail.com (JIRA)

unread,
Oct 13, 2016, 11:49:04 AM10/13/16
to jenkinsc...@googlegroups.com
Joseph Petersen edited a comment on Bug JENKINS-38702
Did you restart jenkins after installing the plugin? Cause this seems like the same error?

Jenkins should remind you after installing a plugin with the same version that you need to restart. Also even when updating.
Please restart Jenkins and try again.

josephp90@gmail.com (JIRA)

unread,
Oct 13, 2016, 11:50:01 AM10/13/16
to jenkinsc...@googlegroups.com
Joseph Petersen edited a comment on Bug JENKINS-38702
Did you restart jenkins after installing the plugin? Cause this seems like the same error?

Jenkins should remind you after installing a plugin with the same version that you need to restart. Also even sometimes when updating.

Please restart Jenkins and try again.

josephp90@gmail.com (JIRA)

unread,
Oct 14, 2016, 3:14:06 AM10/14/16
to jenkinsc...@googlegroups.com

A new version 7.3 is released and should fix your issues. If not please report back.

josephp90@gmail.com (JIRA)

unread,
Oct 14, 2016, 3:14:07 AM10/14/16
to jenkinsc...@googlegroups.com
Joseph Petersen edited a comment on Bug JENKINS-38702
A new version 0. 7.3 is released and should fix your issues. If not please report back.

plingesso@gmail.com (JIRA)

unread,
Oct 14, 2016, 10:21:19 AM10/14/16
to jenkinsc...@googlegroups.com

I downloaded the plugin you sent me the day before, and I get the same errors. If you have a new update please let me know.

josephp90@gmail.com (JIRA)

unread,
Oct 14, 2016, 10:25:05 AM10/14/16
to jenkinsc...@googlegroups.com

Latest version 0.7.3 should be released, check updates and remember to hit the check now at the bottom

josephp90@gmail.com (JIRA)

unread,
Oct 14, 2016, 10:28:08 AM10/14/16
to jenkinsc...@googlegroups.com

If same issue persist. Please talk with your system administrator. Could be a issue with system user hot having proper permissions at this point. I cannot help you. The plugin is working on our windows and unix setup.

josephp90@gmail.com (JIRA)

unread,
Oct 14, 2016, 10:32:05 AM10/14/16
to jenkinsc...@googlegroups.com

josephp90@gmail.com (JIRA)

unread,
Oct 14, 2016, 10:41:05 AM10/14/16
to jenkinsc...@googlegroups.com
Joseph Petersen edited a comment on Bug JENKINS-38702
If same issue persist. Please talk with your system administrator. Could be a an issue with system user hot not having proper permissions on the slave, at this point. I cannot help you. The plugin is working on our windows and unix setup. From windows master to windows and unix slaves

josephp90@gmail.com (JIRA)

unread,
Oct 14, 2016, 10:41:06 AM10/14/16
to jenkinsc...@googlegroups.com

plingesso@gmail.com (JIRA)

unread,
Oct 14, 2016, 10:42:08 AM10/14/16
to jenkinsc...@googlegroups.com
Peter Lingesso commented on Bug JENKINS-38702
 
Re: AccuRev for Jenkins Plugin does not display Depots

so I'll run it on the master now then.

josephp90@gmail.com (JIRA)

unread,
Oct 14, 2016, 10:46:06 AM10/14/16
to jenkinsc...@googlegroups.com

http://updates.jenkins-ci.org/download/plugins/accurev/
Here is archive, there should be a download link for 0.7.3 in a released version

josephp90@gmail.com (JIRA)

unread,
Oct 14, 2016, 10:58:19 AM10/14/16
to jenkinsc...@googlegroups.com

No please run it on slave, cause I am sure that I have fixed your issue. Though if any should arise. It is a different issue.

plingesso@gmail.com (JIRA)

unread,
Oct 14, 2016, 11:03:05 AM10/14/16
to jenkinsc...@googlegroups.com

I ran it on both the master and the slave it now works! Thanks for you help sir!

josephp90@gmail.com (JIRA)

unread,
Oct 14, 2016, 11:19:18 AM10/14/16
to jenkinsc...@googlegroups.com
Joseph Petersen resolved as Fixed
 

Fixed in PR 32

Change By: Joseph Petersen
Status: Open Resolved
Resolution: Fixed

josephp90@gmail.com (JIRA)

unread,
Mar 7, 2020, 1:07:45 AM3/7/20
to jenkinsc...@googlegroups.com
Joseph Petersen assigned an issue to Joseph Petersen
Change By: Joseph Petersen
Assignee: Joseph Petersen (old)
This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)
Atlassian logo
Reply all
Reply to author
Forward
0 new messages