[uyuni-users] no tasks tasks were executed and no patches deployed
Hi, obviously since update to 2020.04 no tasks were executed and no patches were deployed (patch download is intiated by an external script). I got this e-mail: Taskomatic bunch minion-action-executor-bunch was scheduled to run within the minion-action-executor-539849 schedule. Subtask minion-action-executor failed. For more information check /var/log/rhn/tasko/sat/minion-action-executor-bunch/minion-action-executor_4416112_err. The mentioned file contains: 2020-04-28 13:30:11,058 [DefaultQuartzScheduler_Worker-9] ERROR com.redhat.rhn.taskomatic.task.MinionActionExecutor - Executing a task threw an exception: org.hibernate.exception.SQLGrammarException 2020-04-28 13:30:11,063 [DefaultQuartzScheduler_Worker-9] ERROR com.redhat.rhn.taskomatic.task.MinionActionExecutor - Message: could not extract ResultSet 2020-04-28 13:30:11,063 [DefaultQuartzScheduler_Worker-9] ERROR com.redhat.rhn.taskomatic.task.MinionActionExecutor - Cause: org.postgresql.util.PSQLException: ERROR: relation "rhnactionvirtpoolrefresh" does not exist Position: 2818 2020-04-28 13:30:11,064 [DefaultQuartzScheduler_Worker-9] ERROR com.redhat.rhn.taskomatic.task.MinionActionExecutor - Stack trace:org.hibernate.exception.SQLGrammarException: could not extract ResultSet at org.hibernate.exception.internal.SQLStateConversionDelegate.convert(SQLStateConversionDelegate.java:106) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:69) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:419) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:191) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:121) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:86) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:188) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4269) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:511) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:481) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:222) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:281) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:124) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:92) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1257) at org.hibernate.internal.SessionImpl.access$1900(SessionImpl.java:207) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2874) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2848) at org.hibernate.internal.SessionImpl.get(SessionImpl.java:1093) at com.redhat.rhn.domain.action.ActionFactory.lookupById(ActionFactory.java:561) at com.redhat.rhn.taskomatic.task.MinionActionExecutor.execute(MinionActionExecutor.java:81) at com.redhat.rhn.taskomatic.task.RhnJavaJob.execute(RhnJavaJob.java:88) at com.redhat.rhn.taskomatic.TaskoJob.execute(TaskoJob.java:199) at org.quartz.core.JobRunShell.run(JobRunShell.java:202) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) Caused by: org.postgresql.util.PSQLException: ERROR: relation "rhnactionvirtpoolrefresh" does not exist Position: 2818 at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2510) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2245) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:311) at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:447) at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:368) at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:159) at org.postgresql.jdbc.PgPreparedStatement.executeQuery(PgPreparedStatement.java:109) at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:249) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:60) ... 23 more And there are a lot of these files. In the journal I found some java errors, like: Apr 28 13:19:08 smduyuni taskomatic[2926]: INFO: Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommit> Apr 28 13:19:08 smduyuni taskomatic[2926]: Apr. 28, 2020 1:19:08 NACHM. com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource getPoolManager Apr 28 13:19:04 smduyuni rhn-search[2925]: ... 1 more Apr 28 13:19:04 smduyuni rhn-search[2925]: at org.quartz.core.JobRunShell.run(JobRunShell.java:202) Apr 28 13:19:04 smduyuni rhn-search[2925]: at com.redhat.satellite.search.scheduler.tasks.IndexPackagesTask.execute(IndexPackagesTask.java:64) Apr 28 13:19:04 smduyuni rhn-search[2925]: at com.redhat.satellite.search.scheduler.tasks.IndexPackagesTask.getPackages(IndexPackagesTask.java:156) Apr 28 13:19:04 smduyuni rhn-search[2925]: at com.redhat.satellite.search.db.Query.loadList(Query.java:61) Apr 28 13:19:04 smduyuni rhn-search[2925]: at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:98) Apr 28 13:19:04 smduyuni rhn-search[2925]: at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:104) Apr 28 13:19:04 smduyuni rhn-search[2925]: at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:81) Apr 28 13:19:04 smduyuni rhn-search[2925]: at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:105) Apr 28 13:19:04 smduyuni rhn-search[2925]: at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:132) Apr 28 13:19:04 smduyuni rhn-search[2925]: at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:259) Apr 28 13:19:04 smduyuni rhn-search[2925]: at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:57) Apr 28 13:19:04 smduyuni rhn-search[2925]: at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:70) Apr 28 13:19:04 smduyuni rhn-search[2925]: at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:57) Apr 28 13:19:04 smduyuni rhn-search[2925]: at org.apache.ibatis.executor.resultset.DefaultResultSetHandler.handleResultSets(DefaultResultSetHandler.java:152) Apr 28 13:19:04 smduyuni rhn-search[2925]: at org.apache.ibatis.executor.resultset.DefaultResultSetHandler.handleResultSet(DefaultResultSetHandler.java:234) Apr 28 13:19:04 smduyuni rhn-search[2925]: at org.apache.ibatis.executor.resultset.DefaultResultSetHandler.handleRowValues(DefaultResultSetHandler.java:264) Apr 28 13:19:04 smduyuni rhn-search[2925]: at org.apache.ibatis.executor.resultset.DefaultResultSetHandler.handleRowValuesForSimpleResultMap(DefaultResultSetHandler.java:289) Apr 28 13:19:04 smduyuni rhn-search[2925]: at org.apache.ibatis.executor.resultset.DefaultResultSetHandler.getRowValue(DefaultResultSetHandler.java:334) Apr 28 13:19:04 smduyuni rhn-search[2925]: at org.apache.ibatis.executor.resultset.DefaultResultSetHandler.applyAutomaticMappings(DefaultResultSetHandler.java:410) Apr 28 13:19:04 smduyuni rhn-search[2925]: at org.apache.ibatis.reflection.MetaObject.findProperty(MetaObject.java:76) Apr 28 13:19:04 smduyuni rhn-search[2925]: at org.apache.ibatis.reflection.wrapper.BeanWrapper.findProperty(BeanWrapper.java:59) Apr 28 13:19:04 smduyuni rhn-search[2925]: at org.apache.ibatis.reflection.MetaClass.findProperty(MetaClass.java:63) Apr 28 13:19:04 smduyuni rhn-search[2925]: at org.apache.ibatis.reflection.MetaClass.findProperty(MetaClass.java:56) Apr 28 13:19:04 smduyuni rhn-search[2925]: at java.base/java.lang.StringBuilder.toString(StringBuilder.java:448) Apr 28 13:19:04 smduyuni rhn-search[2925]: at java.base/java.lang.StringLatin1.newString(StringLatin1.java:715) Apr 28 13:19:04 smduyuni rhn-search[2925]: Caused by: java.lang.OutOfMemoryError: Java heap space Apr 28 13:19:04 smduyuni rhn-search[2925]: at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) Apr 28 13:19:04 smduyuni rhn-search[2925]: at org.quartz.core.JobRunShell.run(JobRunShell.java:213) Apr 28 13:19:04 smduyuni rhn-search[2925]: org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.OutOfMemoryError: Java heap space] Apr 28 13:19:04 smduyuni rhn-search[2925]: Caused by: java.lang.OutOfMemoryError: Java heap space Greets Torsten -- To unsubscribe, e-mail: uyuni-users+unsubscribe@opensuse.org To contact the owner, e-mail: uyuni-users+owner@opensuse.org
On 28/04/2020, at 13:50, Haupt, Torsten wrote:
Caused by: org.postgresql.util.PSQLException: ERROR: relation "rhnactionvirtpoolrefresh" does not exist Apr 28 13:19:04 smduyuni rhn-search[2925]: Caused by: java.lang.OutOfMemoryError: Java heap space
These look like two different errors. Can you please report the version of the RPMs for susemanager-schema? How much RAM is available on the machine that is running the SUSE Manager server? -- Michele Bologna <michele.bologna@suse.com> SUSE Software Solutions Italy srl - https://www.suse.com -- To unsubscribe, e-mail: uyuni-users+unsubscribe@opensuse.org To contact the owner, e-mail: uyuni-users+owner@opensuse.org
-----Original Message----- From: Michele Bologna <mbologna@suse.de> Sent: Tuesday, April 28, 2020 2:19 PM To: uyuni-users@opensuse.org Subject: [EXTERN] Re: [uyuni-users] no tasks tasks were executed and no patches deployed
On 28/04/2020, at 13:50, Haupt, Torsten wrote:
Caused by: org.postgresql.util.PSQLException: ERROR: relation "rhnactionvirtpoolrefresh" does not exist Apr 28 13:19:04 smduyuni rhn-search[2925]: Caused by: java.lang.OutOfMemoryError: Java heap space
These look like two different errors. Can you please report the version of the RPMs for susemanager-schema?
zypper info susemanager-schema Loading repository data... Reading installed packages... Information for package susemanager-schema: ------------------------------------------- Repository : Uyuni Server Stable Name : susemanager-schema Version : 4.1.6-1.1.uyuni Arch : noarch Vendor : obs://build.opensuse.org/systemsmanagement:Uyuni Support Level : Level 3 Installed Size : 7.7 MiB Installed : Yes (automatically) Status : up-to-date Source package : susemanager-schema-4.1.6-1.1.uyuni.src Summary : SQL schema for Spacewalk server Description : susemanager-schema is the SQL schema for the SUSE Manager server.
How much RAM is available on the machine that is running the SUSE Manager server?
free -m total used free shared buff/cache available Mem: 32161 2826 24326 1276 5007 27653 Swap: 4094 0 4094 I think RAM is not the problem. Torsten N�����r��y隊[��x������칻�&ޢ��������'��-���w�zf��쮞+�z�>� ޮ�^�ˬz��
Hi Torsten, On Tue, 2020-04-28 at 12:29 +0000, Haupt, Torsten wrote:
-----Original Message----- From: Michele Bologna <mbologna@suse.de> Sent: Tuesday, April 28, 2020 2:19 PM To: uyuni-users@opensuse.org Subject: [EXTERN] Re: [uyuni-users] no tasks tasks were executed and no patches deployed
On 28/04/2020, at 13:50, Haupt, Torsten wrote:
Caused by: org.postgresql.util.PSQLException: ERROR: relation "rhnactionvirtpoolrefresh" does not exist Apr 28 13:19:04 smduyuni
Oops, looks like I forgot to change the upgrade scripts from folder in the course of the pull request. Could you please run psql -f <path-to-script.sql> command on all files matching: /etc/sysconfig/rhn/schema-upgrade/susemanager-schema-4.1.4-to-susemanager-schema-4.1.5/*{v,V}irt* This would at least clean the PSQLException. -- Cedric
rhn-search[2925]: Caused by: java.lang.OutOfMemoryError: Java heap space
These look like two different errors. Can you please report the version of the RPMs for susemanager-schema?
zypper info susemanager-schema Loading repository data... Reading installed packages...
Information for package susemanager-schema: ------------------------------------------- Repository : Uyuni Server Stable Name : susemanager-schema Version : 4.1.6-1.1.uyuni Arch : noarch Vendor : obs://build.opensuse.org/systemsmanagement:Uyuni Support Level : Level 3 Installed Size : 7.7 MiB Installed : Yes (automatically) Status : up-to-date Source package : susemanager-schema-4.1.6-1.1.uyuni.src Summary : SQL schema for Spacewalk server Description : susemanager-schema is the SQL schema for the SUSE Manager server.
How much RAM is available on the machine that is running the SUSE Manager server?
free -m total used free shared buff/cache available Mem: 32161 2826 24326 1276 5007 27653 Swap: 4094 0 4094
I think RAM is not the problem.
Torsten N�����r��y隊[��x������칻�&ޢ��������'��-���w�zf��쮞+�z�>� ޮ�^�ˬz� N�����r��y隊[��x������칻�&ޢ��������'��-���w�zf��쮞+�z�>� ޮ�^�ˬz��
Hi Cedric,
-----Original Message----- From: Cedric Bosdonnat <CBosdonnat@suse.com> Sent: Tuesday, April 28, 2020 2:59 PM To: Haupt, Torsten <Torsten.Haupt@lhw.mlu.sachsen-anhalt.de>; mbologna@suse.de; uyuni-users@opensuse.org Subject: [EXTERN] Re: [EXTERN] Re: [uyuni-users] no tasks tasks were executed and no patches deployed
Hi Torsten,
On Tue, 2020-04-28 at 12:29 +0000, Haupt, Torsten wrote:
-----Original Message----- From: Michele Bologna <mbologna@suse.de> Sent: Tuesday, April 28, 2020 2:19 PM To: uyuni-users@opensuse.org Subject: [EXTERN] Re: [uyuni-users] no tasks tasks were executed and no patches deployed
On 28/04/2020, at 13:50, Haupt, Torsten wrote:
Caused by: org.postgresql.util.PSQLException: ERROR: relation "rhnactionvirtpoolrefresh" does not exist Apr 28 13:19:04 smduyuni
Oops, looks like I forgot to change the upgrade scripts from folder in the course of the pull request.
Could you please run psql -f <path-to-script.sql> command on all files matching:
/etc/sysconfig/rhn/schema-upgrade/susemanager-schema-4.1.4-to- susemanager-schema-4.1.5/*{v,V}irt*
This would at least clean the PSQLException.
That went perfectly. I had to delete the old jobs and re-create them, but then they were processed. Any ideas concerning my java errors in the journal? At the moment I see errors like: Apr 29 07:25:40 smduyuni rhn-search[2869]: Caused by: java.lang.OutOfMemoryError: Java heap space Apr 29 07:25:40 smduyuni rhn-search[2869]: at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) Apr 29 07:25:40 smduyuni rhn-search[2869]: at org.quartz.core.JobRunShell.run(JobRunShell.java:213) Apr 29 07:25:40 smduyuni rhn-search[2869]: org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.OutOfMemoryError: Java heap space] Apr 29 07:25:40 smduyuni rhn-search[2869]: [QuartzScheduler_Worker-5] ERROR org.quartz.core.ErrorLogger - Job (updateIndex.packages threw an exception. Apr 29 07:25:40 smduyuni rhn-search[2869]: java.lang.OutOfMemoryError: Java heap space Apr 29 07:25:40 smduyuni rhn-search[2869]: [QuartzScheduler_Worker-5] ERROR org.quartz.core.JobRunShell - Job updateIndex.packages threw an unhandled Exception: Apr 29 07:20:41 smduyuni rhn-search[2869]: Caused by: java.lang.OutOfMemoryError: Java heap space: failed reallocation of scalar replaced objects Apr 29 07:20:41 smduyuni rhn-search[2869]: at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) Apr 29 07:20:41 smduyuni rhn-search[2869]: at org.quartz.core.JobRunShell.run(JobRunShell.java:213) Apr 29 07:20:41 smduyuni rhn-search[2869]: org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.OutOfMemoryError: Java heap space: failed reallocation of scal> Apr 29 07:20:41 smduyuni rhn-search[2869]: [QuartzScheduler_Worker-3] ERROR org.quartz.core.ErrorLogger - Job (updateIndex.packages threw an exception. Apr 29 07:20:41 smduyuni rhn-search[2869]: java.lang.OutOfMemoryError: Java heap space: failed reallocation of scalar replaced objects Apr 29 07:20:41 smduyuni rhn-search[2869]: [QuartzScheduler_Worker-3] ERROR org.quartz.core.JobRunShell - Job updateIndex.packages threw an unhandled Exception: Greets Torsten
Hi This error comes from rhn-search daemon. You can try the following: 1. restart it. Maybe it helps already? $> rcrhn-search restart 2. Try to clean the index $> rhn-search cleanindex 3. increase memory and restart it after that change. See https://www.uyuni-project.org/uyuni-docs/uyuni/salt/large-scale-tuning.html#... Good luck Michael Am Mittwoch, 29. April 2020, 07:32:05 CEST schrieb Haupt, Torsten:
Hi Cedric,
-----Original Message----- From: Cedric Bosdonnat <CBosdonnat@suse.com> Sent: Tuesday, April 28, 2020 2:59 PM To: Haupt, Torsten <Torsten.Haupt@lhw.mlu.sachsen-anhalt.de>; mbologna@suse.de; uyuni-users@opensuse.org Subject: [EXTERN] Re: [EXTERN] Re: [uyuni-users] no tasks tasks were executed and no patches deployed
Hi Torsten,
On Tue, 2020-04-28 at 12:29 +0000, Haupt, Torsten wrote:
-----Original Message----- From: Michele Bologna <mbologna@suse.de> Sent: Tuesday, April 28, 2020 2:19 PM To: uyuni-users@opensuse.org Subject: [EXTERN] Re: [uyuni-users] no tasks tasks were executed and no patches deployed
On 28/04/2020, at 13:50, Haupt, Torsten wrote:
Caused by: org.postgresql.util.PSQLException: ERROR: relation "rhnactionvirtpoolrefresh" does not exist Apr 28 13:19:04 smduyuni
Oops, looks like I forgot to change the upgrade scripts from folder in the course of the pull request.
Could you please run psql -f <path-to-script.sql> command on all files matching:
/etc/sysconfig/rhn/schema-upgrade/susemanager-schema-4.1.4-to- susemanager-schema-4.1.5/*{v,V}irt*
This would at least clean the PSQLException.
That went perfectly. I had to delete the old jobs and re-create them, but then they were processed.
Any ideas concerning my java errors in the journal? At the moment I see errors like: Apr 29 07:25:40 smduyuni rhn-search[2869]: Caused by: java.lang.OutOfMemoryError: Java heap space Apr 29 07:25:40 smduyuni rhn-search[2869]: at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:57 3) Apr 29 07:25:40 smduyuni rhn-search[2869]: at org.quartz.core.JobRunShell.run(JobRunShell.java:213) Apr 29 07:25:40 smduyuni rhn-search[2869]: org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.OutOfMemoryError: Java heap space] Apr 29 07:25:40 smduyuni rhn-search[2869]: [QuartzScheduler_Worker-5] ERROR org.quartz.core.ErrorLogger - Job (updateIndex.packages threw an exception. Apr 29 07:25:40 smduyuni rhn-search[2869]: java.lang.OutOfMemoryError: Java heap space Apr 29 07:25:40 smduyuni rhn-search[2869]: [QuartzScheduler_Worker-5] ERROR org.quartz.core.JobRunShell - Job updateIndex.packages threw an unhandled Exception: Apr 29 07:20:41 smduyuni rhn-search[2869]: Caused by: java.lang.OutOfMemoryError: Java heap space: failed reallocation of scalar replaced objects Apr 29 07:20:41 smduyuni rhn-search[2869]: at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:57 3) Apr 29 07:20:41 smduyuni rhn-search[2869]: at org.quartz.core.JobRunShell.run(JobRunShell.java:213) Apr 29 07:20:41 smduyuni rhn-search[2869]: org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.OutOfMemoryError: Java heap space: failed reallocation of scal> Apr 29 07:20:41 smduyuni rhn-search[2869]: [QuartzScheduler_Worker-3] ERROR org.quartz.core.ErrorLogger - Job (updateIndex.packages threw an exception. Apr 29 07:20:41 smduyuni rhn-search[2869]: java.lang.OutOfMemoryError: Java heap space: failed reallocation of scalar replaced objects Apr 29 07:20:41 smduyuni rhn-search[2869]: [QuartzScheduler_Worker-3] ERROR org.quartz.core.JobRunShell - Job updateIndex.packages threw an unhandled Exception: Greets Torsten
-- Regards Michael Calmer -------------------------------------------------------------------------- Michael Calmer SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, D-90409 Nuernberg T: +49 (0) 911 74053 0 F: +49 (0) 911 74053575 - e-mail: Michael.Calmer@suse.com -------------------------------------------------------------------------- SUSE Software Solutions Germany GmbH, GF: Felix Imendörffer (HRB 36809, AG Nürnberg) -- To unsubscribe, e-mail: uyuni-users+unsubscribe@opensuse.org To contact the owner, e-mail: uyuni-users+owner@opensuse.org
Hi Michael,
-----Original Message----- From: Michael Calmer <mc@suse.de> Sent: Wednesday, April 29, 2020 10:32 AM To: uyuni-users@opensuse.org Subject: [EXTERN] Re: [EXTERN] Re: [uyuni-users] no tasks tasks were executed and no patches deployed
Hi
This error comes from rhn-search daemon. You can try the following:
1. restart it. Maybe it helps already?
$> rcrhn-search restart
2. Try to clean the index
$> rhn-search cleanindex
3. increase memory and restart it after that change. See https://www.uyuni-project.org/uyuni-docs/uyuni/salt/large-scale- tuning.html#rhn-search-java-maxmemory
The third clue brought the solution. I added rhn-search.java.maxmemory = 2048 to /etc/rhn/rhn.conf and now there are no more OutOfMemoryErrors. Thanks. Torsten -- To unsubscribe, e-mail: uyuni-users+unsubscribe@opensuse.org To contact the owner, e-mail: uyuni-users+owner@opensuse.org
participants (4)
-
Cedric Bosdonnat
-
Haupt, Torsten
-
Michael Calmer
-
Michele Bologna