sbluhm / uyuni

Source code for Uyuni
https://www.uyuni-project.org/
GNU General Public License v2.0
1 stars 0 forks source link

glassfish-activation #103

Open sbluhm opened 1 year ago

sbluhm commented 1 year ago

mgr-create-bootstrap-repo -c almalinux-9-x86_64-uyuni

Creating bootstrap repo for almalinux-9-x86_64-uyuni Directory walk started Directory walk done - 0 packages Temporary output repo path: /var/www/html/pub/repositories/almalinux/9/bootstrap.tmp/.repodata/ Preparing sqlite DBs Pool started (with 5 workers) Pool finished ERROR: package 'venv-salt-minion' not found

Suggestions: mgr-create-bootstrap-repo uses the locally synchronized versions of files from the Tools repository, and uses the locally synchronized pool channel for dependency resolution. Both should be fully synced before running the mgr-create-bootstrap-repo script.

Traceback (most recent call last): File "/usr/sbin/mgr-create-bootstrap-repo", line 823, in sys.exit(abs(main() or 0)) File "/usr/sbin/mgr-create-bootstrap-repo", line 817, in main r = create_repo(opts.create, opts, mgr_bootstrap_data, additional=args) File "/usr/sbin/mgr-create-bootstrap-repo", line 631, in create_repo notificationUtils.CreateBootstrapRepoFailed(label, "\n".join(messages)).store() File "/usr/lib/python3.9/site-packages/uyuni/common/notificationUtils.py", line 36, in store return self._create_bootstrap_repo_failed_notification() File "/usr/lib/python3.9/site-packages/uyuni/common/notificationUtils.py", line 41, in _create_bootstrap_repo_failed_notification return client.tasko.createBootstrapRepoFailedNotification(self.identifier, self.details) File "/usr/lib64/python3.9/xmlrpc/client.py", line 1122, in call return self.send(self.name, args) File "/usr/lib64/python3.9/xmlrpc/client.py", line 1464, in request response = self.transport.request( File "/usr/lib64/python3.9/xmlrpc/client.py", line 1166, in request return self.single_request(host, handler, request_body, verbose) File "/usr/lib64/python3.9/xmlrpc/client.py", line 1182, in single_request return self.parse_response(resp) File "/usr/lib64/python3.9/xmlrpc/client.py", line 1354, in parse_response return u.close() File "/usr/lib64/python3.9/xmlrpc/client.py", line 668, in close raise Fault(**self._stack[0]) xmlrpc.client.Fault: <Fault -1: 'java.lang.NoClassDefFoundError: com/sun/activation/registries/LogSupport'>