Re: An error occurred during installation: No such plugin: cloudbees-folder

2019-02-28 Thread jinesh . 3c
Had the same problem but solved.
Just remember the necessary plugins and uncheck all of them.
install and then you can get access to.
Later on, you can install those plugins.
Thanks

>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/f8321b44-c737-4a2c-a3ed-3ac2cf35433c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins Setup Wizard Fail with 'An error occurred during installation: No such plugin: cloudbees-folder'

2018-11-03 Thread masaru tsuchiyama
Could you explain in detail?

I tried this.

1. systemctl start chronyd
2. retry

1. systemctl stop chronyd
2. dnf install -y ntpdate
3. ntpdate ntp.nict.jp
4. retry

The both methods failed with the same error.








2018年10月25日(木) 1:25 Lingeswaran R :

> Please check for NTP (chrony). If the system runs with incorrect time
> could trigger this error.
>
> Thank you
> Lingesh
>
> On Saturday, May 5, 2018 at 10:30:48 AM UTC+5:30, masaru tsuchiyama wrote:
>>
>> Hi,
>>
>> Jenkins Setup Wizard failed with
>>  'An error occurred during installation: No such plugin:
>> cloudbees-folder' for Jeknkins 2.119 on Fedora 28.
>>
>> I tried to install and setup Jenkins in the following procedures.
>> --
>> sudo wget -O /etc/yum.repos.d/jenkins.repo
>> https://pkg.jenkins.io/redhat/jenkins.repo
>> sudo rpm --import https://pkg.jenkins.io/redhat/jenkins.io.key
>> sudo dnf install -y jenkins
>> sudo chkconfig jenkins on
>> sudo /etc/init.d/jenkins start
>> sudo firewall-cmd --permanent --add-port=8080/tcp
>> sudo firewall-cmd --reload
>>
>> access http://locallhost:8080
>> paste the result of 'sudo cat
>> /var/lib/jenkins/secrets/initialAdminPassword' to the browser.
>>
>> select 'Install Suggested Plugins'.
>>
>> I got the following error.
>> An error occurred
>> An error occurred during installation: No such plugin: cloudbees-folder
>>
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/adfa8da7-4d8b-40b2-bf46-5bb44665cd20%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/adfa8da7-4d8b-40b2-bf46-5bb44665cd20%40googlegroups.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAKQP9ecFiXKu7dnpxtchnAadiuFknfwDvQOxhSJXZWCan_SuQQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins Setup Wizard Fail with 'An error occurred during installation: No such plugin: cloudbees-folder'

2018-10-24 Thread Lingeswaran R
Please check for NTP (chrony). If the system runs with incorrect time could 
trigger this error. 

Thank you
Lingesh

On Saturday, May 5, 2018 at 10:30:48 AM UTC+5:30, masaru tsuchiyama wrote:
>
> Hi,
>
> Jenkins Setup Wizard failed with
>  'An error occurred during installation: No such plugin: cloudbees-folder' 
> for Jeknkins 2.119 on Fedora 28.
>
> I tried to install and setup Jenkins in the following procedures.
> --
> sudo wget -O /etc/yum.repos.d/jenkins.repo 
> https://pkg.jenkins.io/redhat/jenkins.repo
> sudo rpm --import https://pkg.jenkins.io/redhat/jenkins.io.key
> sudo dnf install -y jenkins
> sudo chkconfig jenkins on
> sudo /etc/init.d/jenkins start
> sudo firewall-cmd --permanent --add-port=8080/tcp
> sudo firewall-cmd --reload
>
> access http://locallhost:8080
> paste the result of 'sudo cat 
> /var/lib/jenkins/secrets/initialAdminPassword' to the browser.
>
> select 'Install Suggested Plugins'.
>
> I got the following error.
> An error occurred 
> An error occurred during installation: No such plugin: cloudbees-folder 
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/adfa8da7-4d8b-40b2-bf46-5bb44665cd20%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins Setup Wizard Fail with 'An error occurred during installation: No such plugin: cloudbees-folder'

2018-05-20 Thread masaru tsuchiyama
Hi,

I found a workaround.

$ diff /etc/init.d/jenkins.org /etc/init.d/jenkins
80c80,81
< JAVA_CMD="$JENKINS_JAVA_CMD $JENKINS_JAVA_OPTIONS
-DJENKINS_HOME=$JENKINS_HOME -jar $JENKINS_WAR"
---
> JAVA_CMD="$JENKINS_JAVA_CMD
-Dhudson.model.DownloadService.noSignatureCheck=true $JENKINS_JAVA_OPTIONS
-DJENKINS_HOME=$JENKINS_HOME -jar $JENKINS_WAR"

$ sudo systemctl daemon-reload
$ sudo /etc/init.d/jenkins restart

Regards.
Masaru


2018年5月16日(水) 19:02 masaru tsuchiyama <m.tma...@gmail.com>:

> I clean-installed Fedora 28 (64bit) on Virtualbox, and installed jenkins
> 2.122.
> But the result was the same.
>
> If you need further information to investigate, please let me know.
>
> Regards.
> Masaru.
>
>
> 2018年5月5日(土) 14:00 masaru tsuchiyama <m.tma...@gmail.com>:
>
>> Hi,
>>
>> Jenkins Setup Wizard failed with
>>  'An error occurred during installation: No such plugin:
>> cloudbees-folder' for Jeknkins 2.119 on Fedora 28.
>>
>> I tried to install and setup Jenkins in the following procedures.
>> --
>> sudo wget -O /etc/yum.repos.d/jenkins.repo
>> https://pkg.jenkins.io/redhat/jenkins.repo
>> sudo rpm --import https://pkg.jenkins.io/redhat/jenkins.io.key
>> sudo dnf install -y jenkins
>> sudo chkconfig jenkins on
>> sudo /etc/init.d/jenkins start
>> sudo firewall-cmd --permanent --add-port=8080/tcp
>> sudo firewall-cmd --reload
>>
>> access http://locallhost:8080
>> paste the result of 'sudo cat
>> /var/lib/jenkins/secrets/initialAdminPassword' to the browser.
>>
>> select 'Install Suggested Plugins'.
>>
>> I got the following error.
>> An error occurred
>> An error occurred during installation: No such plugin: cloudbees-folder
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAKQP9eeWivPVTRLu1ov7EgES74%2BLR%2BXquGADttf4-9cFTv_roA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins Setup Wizard Fail with 'An error occurred during installation: No such plugin: cloudbees-folder'

2018-05-16 Thread masaru tsuchiyama
I clean-installed Fedora 28 (64bit) on Virtualbox, and installed jenkins
2.122.
But the result was the same.

If you need further information to investigate, please let me know.

Regards.
Masaru.


2018年5月5日(土) 14:00 masaru tsuchiyama <m.tma...@gmail.com>:

> Hi,
>
> Jenkins Setup Wizard failed with
>  'An error occurred during installation: No such plugin: cloudbees-folder'
> for Jeknkins 2.119 on Fedora 28.
>
> I tried to install and setup Jenkins in the following procedures.
> --
> sudo wget -O /etc/yum.repos.d/jenkins.repo
> https://pkg.jenkins.io/redhat/jenkins.repo
> sudo rpm --import https://pkg.jenkins.io/redhat/jenkins.io.key
> sudo dnf install -y jenkins
> sudo chkconfig jenkins on
> sudo /etc/init.d/jenkins start
> sudo firewall-cmd --permanent --add-port=8080/tcp
> sudo firewall-cmd --reload
>
> access http://locallhost:8080
> paste the result of 'sudo cat
> /var/lib/jenkins/secrets/initialAdminPassword' to the browser.
>
> select 'Install Suggested Plugins'.
>
> I got the following error.
> An error occurred
> An error occurred during installation: No such plugin: cloudbees-folder
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAKQP9efm%2BUKVbMUncSUDnSAxPA3LVESuP53YMhbWoxjqgz1W1Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Jenkins Setup Wizard Fail with 'An error occurred during installation: No such plugin: cloudbees-folder'

2018-05-04 Thread masaru tsuchiyama
Hi,

Jenkins Setup Wizard failed with
 'An error occurred during installation: No such plugin: cloudbees-folder'
for Jeknkins 2.119 on Fedora 28.

I tried to install and setup Jenkins in the following procedures.
--
sudo wget -O /etc/yum.repos.d/jenkins.repo
https://pkg.jenkins.io/redhat/jenkins.repo
sudo rpm --import https://pkg.jenkins.io/redhat/jenkins.io.key
sudo dnf install -y jenkins
sudo chkconfig jenkins on
sudo /etc/init.d/jenkins start
sudo firewall-cmd --permanent --add-port=8080/tcp
sudo firewall-cmd --reload

access http://locallhost:8080
paste the result of 'sudo cat
/var/lib/jenkins/secrets/initialAdminPassword' to the browser.

select 'Install Suggested Plugins'.

I got the following error.
An error occurred
An error occurred during installation: No such plugin: cloudbees-folder

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAKQP9efJyVU5cqG_FOoQhK2xyFyuptjDkh1edae%3DAWfrNSPAEg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


An error occurred during installation: No such plugin: cloudbees-folder

2018-03-12 Thread 江南
Hi,

I have got Jenkins *version 2.108*

*Steps:*

   1. I downloaded Weekly support Jenkins-2.108
   2. I installed the Jenkins via Jenkins.msi
   3. When the initial http://localhost:8080/ opened it asked me to unlock
   Jenkins so I did that.
   4. Then it asked me to Install Suggested Plugins but is giving me the
   error:
   An error occurred during installation: No such plugin: cloudbees-folder
   5. I tried Select Plugins to Install but I'm getting the same error.
   6. I closed the Jenkins URL then went to Command Line cd into Jenkins
   folder and typed java -jar jenkins.war
   7. Then I can see the red error messages in my command line:

Mar 07, 2018 12:05:54 PM winstone.Logger logInternal
SEVERE: Container startup failed
java.io.IOException: Failed to start Jetty
at winstone.Launcher.(Launcher.java:156)
at winstone.Launcher.main(Launcher.java:354)
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)
at Main._main(Main.java:309)
at Main.main(Main.java:132)
Caused by: java.net.BindException: Address already in use: bind
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Unknown Source)
at sun.nio.ch.Net.bind(Unknown Source)
at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:29
8)
at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNet
workConnector.java:80)
at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java
:236)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLife
Cycle.java:68)
at org.eclipse.jetty.server.Server.doStart(Server.java:431)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLife
Cycle.java:68)
at winstone.Launcher.(Launcher.java:154)
... 7 more

I have tried use different port 8081 but I'm still getting the same issue.
Please help


Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CA%2Bxd2snuw3AyoTn9qd-Hzuw%2B7Lcb69W%2B7gk69DoqUwi4Ago38A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.