<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><span class="Apple-style-span" style="font-family: Times; "><pre><blockquote type="cite">Did this ever work on your installation? Are there any AVC denials?</blockquote></pre></span><div><br></div></div><div>Yes it has worked on this installation.  None that I can see in the logs.</div><div><br></div><div><br></div>I just noticed this in the taskomatic log:<div><br></div><div><span class="Apple-style-span" style="line-height: 20px; "><div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | 2011-10-24 12:00:00,096 [DefaultQuartzScheduler_Worker-4] INFO  com.redhat.rhn.taskomatic.task.ErrataCacheTask - In the queue: 1</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | 2011-10-24 12:00:00,530 [Thread-80] ERROR com.redhat.rhn.manager.errata.cache.UpdateErrataCacheCommand - Problem updating cache for servers in channel</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | com.redhat.rhn.common.db.WrappedSQLException: ERROR: relation "old_packages" already exists</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 |   Where: SQL statement "create temp table old_packages ( errata_id numeric, package_id numeric ) on commit drop"</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | PL/pgSQL function "update_needed_cache" line 7 at SQL statement</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | SQL statement "SELECT  rhn_server.update_needed_cache( $1 )"</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | PL/pgSQL function "update_needed_cache" line 12 at PERFORM</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | <span class="Apple-tab-span" style="white-space: pre; ">      </span>at com.redhat.rhn.common.translation.SqlExceptionTranslator.postgreSqlException(SqlExceptionTranslator.java:56)</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | <span class="Apple-tab-span" style="white-space: pre; ">     </span>at com.redhat.rhn.common.translation.SqlExceptionTranslator.sqlException(SqlExceptionTranslator.java:45)</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | <span class="Apple-tab-span" style="white-space: pre; ">    </span>at com.redhat.rhn.common.db.NamedPreparedStatement.execute(NamedPreparedStatement.java:118)</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | <span class="Apple-tab-span" style="white-space: pre; "> </span>at com.redhat.rhn.common.db.datasource.CachedStatement.executeCallable(CachedStatement.java:511)</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | <span class="Apple-tab-span" style="white-space: pre; ">    </span>at com.redhat.rhn.common.db.datasource.CallableMode.execute(CallableMode.java:34)</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | <span class="Apple-tab-span" style="white-space: pre; ">   </span>at com.redhat.rhn.manager.errata.cache.ErrataCacheManager.updateErrataAndPackageCacheForChannel(ErrataCacheManager.java:403)</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | <span class="Apple-tab-span" style="white-space: pre; ">        </span>at com.redhat.rhn.manager.errata.cache.UpdateErrataCacheCommand.updateErrataCacheForChannel(UpdateErrataCacheCommand.java:180)</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | <span class="Apple-tab-span" style="white-space: pre; ">      </span>at com.redhat.rhn.taskomatic.task.errata.ErrataCacheWorker.run(ErrataCacheWorker.java:77)</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | <span class="Apple-tab-span" style="white-space: pre; ">   </span>at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:761)</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | <span class="Apple-tab-span" style="white-space: pre; ">      </span>at java.lang.Thread.run(Thread.java:636)</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | Caused by: org.postgresql.util.PSQLException: ERROR: relation "old_packages" already exists</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 |   Where: SQL statement "create temp table old_packages ( errata_id numeric, package_id numeric ) on commit drop"</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | PL/pgSQL function "update_needed_cache" line 7 at SQL statement</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | SQL statement "SELECT  rhn_server.update_needed_cache( $1 )"</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | PL/pgSQL function "update_needed_cache" line 12 at PERFORM</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | <span class="Apple-tab-span" style="white-space: pre; ">        </span>at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2062)</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | <span class="Apple-tab-span" style="white-space: pre; ">       </span>at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1795)</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | <span class="Apple-tab-span" style="white-space: pre; ">     </span>at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | <span class="Apple-tab-span" style="white-space: pre; ">     </span>at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:479)</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | <span class="Apple-tab-span" style="white-space: pre; ">     </span>at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:367)</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | <span class="Apple-tab-span" style="white-space: pre; ">    </span>at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:360)</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | <span class="Apple-tab-span" style="white-space: pre; ">     </span>at com.mchange.v2.c3p0.impl.NewProxyCallableStatement.execute(NewProxyCallableStatement.java:2417)</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | <span class="Apple-tab-span" style="white-space: pre; ">  </span>at com.redhat.rhn.common.db.NamedPreparedStatement.execute(NamedPreparedStatement.java:115)</div><div>INFO   | jvm 1    | 2011/10/24 12:00:00 | <span class="Apple-tab-span" style="white-space: pre; "> </span>... 7 more</div></div><div style="font-family: 'Marker Felt'; "><br></div></span></div></body></html>