Bug 266028 - devel/jenkins-lts: fails to restart from the UI
Summary: devel/jenkins-lts: fails to restart from the UI
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-25 08:14 UTC by Ronald Klop
Modified: 2022-08-25 08:14 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (lwhsu)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ronald Klop 2022-08-25 08:14:01 UTC
When I click "update plugins and restart when finished" Jenkins tries to restart but fails with the following error in /var/log/jenkins.log.

2022-08-25 08:04:17.490+0000 [id=62290]	WARNING	jenkins.model.Jenkins$20#run: Failed to restart Jenkins
java.lang.NoClassDefFoundError: Could not initialize class hudson.util.jna.GNUCLibrary
	at hudson.lifecycle.UnixLifecycle.restart(UnixLifecycle.java:77)
	at jenkins.model.Jenkins$20.run(Jenkins.java:4567)