On 7/6/10 3:17 PM, Andreas Hamberger wrote:
If you are still willing to debug the issue, I'd love for you to check
/var/log/rhn/rhn_taskomatic_daemon.log for errors.
That should provide a clue as to what went wrong.
Thanks!
-Justin
Sure Justin,
I kind of like my work around with the scripts better as it allows me better
control over the creation of the repositories, when I create child channels,
but it would be good to find the reason why its not working.
The only reoccurring error I am getting is the following. I ran it also in
console mode, and only get this error.
INFO | jvm 1 | 2010/06/25 12:54:59 | at
com.redhat.rhn.common.db.datasource.WriteMode.executeUpdate(WriteMode.java:33)
INFO | jvm 1 | 2010/06/25 12:54:59 | at
com.redhat.rhn.manager.rhnpackage.PackageManager.createRepoEntrys(PackageManager.java:1325)
INFO | jvm 1 | 2010/06/25 12:54:59 | at
com.redhat.rhn.taskomatic.task.repomd.RepositoryWriter.writeRepomdFiles(RepositoryWriter.java:94)
INFO | jvm 1 | 2010/06/25 12:54:59 | at
com.redhat.rhn.taskomatic.task.repomd.ChannelRepodataWorker.run(ChannelRepodataWorker.java:97)
INFO | jvm 1 | 2010/06/25 12:54:59 | at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:756)
INFO | jvm 1 | 2010/06/25 12:54:59 | at
java.lang.Thread.run(Thread.java:619)
INFO | jvm 1 | 2010/06/25 12:54:59 | Caused by:
java.lang.ClassNotFoundException: org.postgresql.util.PSQLException
INFO | jvm 1 | 2010/06/25 12:54:59 | at
java.net.URLClassLoader$1.run(URLClassLoader.java:202)
INFO | jvm 1 | 2010/06/25 12:54:59 | at
java.security.AccessController.doPrivileged(Native Method)
INFO | jvm 1 | 2010/06/25 12:54:59 | at
java.net.URLClassLoader.findClass(URLClassLoader.java:190)
INFO | jvm 1 | 2010/06/25 12:54:59 | at
java.lang.ClassLoader.loadClass(ClassLoader.java:307)
INFO | jvm 1 | 2010/06/25 12:54:59 | at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
INFO | jvm 1 | 2010/06/25 12:54:59 | at
java.lang.ClassLoader.loadClass(ClassLoader.java:248)
INFO | jvm 1 | 2010/06/25 12:54:59 | ... 10 more
INFO | jvm 1 | 2010/06/25 12:55:00 | Exception in thread "Thread-19"
java.lang.NoClassDefFoundError: org/postgresql/util/PSQLException
INFO | jvm 1 | 2010/06/25 12:55:00 | at
com.redhat.rhn.common.db.NamedPreparedStatement.execute(NamedPreparedStatement.java:140)
INFO | jvm 1 | 2010/06/25 12:55:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.execute(CachedStatement.java:454)
INFO | jvm 1 | 2010/06/25 12:55:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.execute(CachedStatement.java:431)
INFO | jvm 1 | 2010/06/25 12:55:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.executeUpdate(CachedStatement.java:269)
INFO | jvm 1 | 2010/06/25 12:55:00 | at
com.redhat.rhn.common.db.datasource.WriteMode.executeUpdate(WriteMode.java:33)
INFO | jvm 1 | 2010/06/25 12:55:00 | at
com.redhat.rhn.manager.rhnpackage.PackageManager.createRepoEntrys(PackageManager.java:1325)
INFO | jvm 1 | 2010/06/25 12:55:00 | at
com.redhat.rhn.taskomatic.task.repomd.RepositoryWriter.writeRepomdFiles(RepositoryWriter.java:94)
INFO | jvm 1 | 2010/06/25 12:55:00 | at
com.redhat.rhn.taskomatic.task.repomd.ChannelRepodataWorker.run(ChannelRepodataWorker.java:97)
INFO | jvm 1 | 2010/06/25 12:55:00 | at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:756)
INFO | jvm 1 | 2010/06/25 12:55:00 | at
java.lang.Thread.run(Thread.java:619)
INFO | jvm 1 | 2010/06/25 12:55:00 | Caused by:
java.lang.ClassNotFoundException: org.postgresql.util.PSQLException
INFO | jvm 1 | 2010/06/25 12:55:00 | at
java.net.URLClassLoader$1.run(URLClassLoader.java:202)
INFO | jvm 1 | 2010/06/25 12:55:00 | at
java.security.AccessController.doPrivileged(Native Method)
INFO | jvm 1 | 2010/06/25 12:55:00 | at
java.net.URLClassLoader.findClass(URLClassLoader.java:190)
INFO | jvm 1 | 2010/06/25 12:55:00 | at
java.lang.ClassLoader.loadClass(ClassLoader.java:307)
INFO | jvm 1 | 2010/06/25 12:55:00 | at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
INFO | jvm 1 | 2010/06/25 12:55:00 | at
java.lang.ClassLoader.loadClass(ClassLoader.java:248)
INFO | jvm 1 | 2010/06/25 12:55:00 | ... 10 more
INFO | jvm 1 | 2010/06/25 12:55:00 | Exception in thread "Thread-20"
java.lang.NoClassDefFoundError: org/postgresql/util/PSQLException
INFO | jvm 1 | 2010/06/25 12:55:00 | at
com.redhat.rhn.common.db.NamedPreparedStatement.execute(NamedPreparedStatement.java:140)
INFO | jvm 1 | 2010/06/25 12:55:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.execute(CachedStatement.java:454)
INFO | jvm 1 | 2010/06/25 12:55:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.execute(CachedStatement.java:431)
INFO | jvm 1 | 2010/06/25 12:55:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.executeUpdate(CachedStatement.java:269)
INFO | jvm 1 | 2010/06/25 12:55:00 | at
com.redhat.rhn.common.db.datasource.WriteMode.executeUpdate(WriteMode.java:33)
INFO | jvm 1 | 2010/06/25 12:55:00 | at
com.redhat.rhn.manager.rhnpackage.PackageManager.createRepoEntrys(PackageManager.java:1325)
INFO | jvm 1 | 2010/06/25 12:55:00 | at
com.redhat.rhn.taskomatic.task.repomd.RepositoryWriter.writeRepomdFiles(RepositoryWriter.java:94)
INFO | jvm 1 | 2010/06/25 12:55:00 | at
com.redhat.rhn.taskomatic.task.repomd.ChannelRepodataWorker.run(ChannelRepodataWorker.java:97)
INFO | jvm 1 | 2010/06/25 12:55:00 | at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:756)
INFO | jvm 1 | 2010/06/25 12:55:00 | at
java.lang.Thread.run(Thread.java:619)
INFO | jvm 1 | 2010/06/25 12:55:00 | Caused by:
java.lang.ClassNotFoundException: org.postgresql.util.PSQLException
INFO | jvm 1 | 2010/06/25 12:55:00 | at
java.net.URLClassLoader$1.run(URLClassLoader.java:202)
INFO | jvm 1 | 2010/06/25 12:55:00 | at
java.security.AccessController.doPrivileged(Native Method)
INFO | jvm 1 | 2010/06/25 12:55:00 | at
java.net.URLClassLoader.findClass(URLClassLoader.java:190)
INFO | jvm 1 | 2010/06/25 12:55:00 | at
java.lang.ClassLoader.loadClass(ClassLoader.java:307)
INFO | jvm 1 | 2010/06/25 12:55:00 | at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
INFO | jvm 1 | 2010/06/25 12:55:00 | at
java.lang.ClassLoader.loadClass(ClassLoader.java:248)
INFO | jvm 1 | 2010/06/25 12:55:00 | ... 10 more
INFO | jvm 1 | 2010/06/29 07:15:00 | Exception in thread "Thread-22786"
java.lang.NoClassDefFoundError: org/postgresql/util/PSQLException
INFO | jvm 1 | 2010/06/29 07:15:00 | at
com.redhat.rhn.common.db.NamedPreparedStatement.execute(NamedPreparedStatement.java:140)
INFO | jvm 1 | 2010/06/29 07:15:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.execute(CachedStatement.java:454)
INFO | jvm 1 | 2010/06/29 07:15:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.execute(CachedStatement.java:431)
INFO | jvm 1 | 2010/06/29 07:15:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.executeUpdate(CachedStatement.java:269)
INFO | jvm 1 | 2010/06/29 07:15:00 | at
com.redhat.rhn.common.db.datasource.WriteMode.executeUpdate(WriteMode.java:33)
INFO | jvm 1 | 2010/06/29 07:15:00 | at
com.redhat.rhn.manager.rhnpackage.PackageManager.createRepoEntrys(PackageManager.java:1325)
INFO | jvm 1 | 2010/06/29 07:15:00 | at
com.redhat.rhn.taskomatic.task.repomd.RepositoryWriter.writeRepomdFiles(RepositoryWriter.java:94)
INFO | jvm 1 | 2010/06/29 07:15:00 | at
com.redhat.rhn.taskomatic.task.repomd.ChannelRepodataWorker.run(ChannelRepodataWorker.java:97)
INFO | jvm 1 | 2010/06/29 07:15:00 | at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:761)
INFO | jvm 1 | 2010/06/29 07:15:00 | at
java.lang.Thread.run(Thread.java:619)
INFO | jvm 1 | 2010/06/29 07:15:00 | Caused by:
java.lang.ClassNotFoundException: org.postgresql.util.PSQLException
INFO | jvm 1 | 2010/06/29 07:15:00 | at
java.net.URLClassLoader$1.run(URLClassLoader.java:202)
INFO | jvm 1 | 2010/06/29 07:15:00 | at
java.security.AccessController.doPrivileged(Native Method)
INFO | jvm 1 | 2010/06/29 07:15:00 | at
java.net.URLClassLoader.findClass(URLClassLoader.java:190)
INFO | jvm 1 | 2010/06/29 07:15:00 | at
java.lang.ClassLoader.loadClass(ClassLoader.java:307)
INFO | jvm 1 | 2010/06/29 07:15:00 | at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
INFO | jvm 1 | 2010/06/29 07:15:00 | at
java.lang.ClassLoader.loadClass(ClassLoader.java:248)
INFO | jvm 1 | 2010/06/29 07:15:00 | ... 10 more
INFO | jvm 1 | 2010/06/29 09:36:00 | Exception in thread "Thread-23378"
java.lang.NoClassDefFoundError: org/postgresql/util/PSQLException
INFO | jvm 1 | 2010/06/29 09:36:00 | at
com.redhat.rhn.common.db.NamedPreparedStatement.execute(NamedPreparedStatement.java:140)
INFO | jvm 1 | 2010/06/29 09:36:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.execute(CachedStatement.java:454)
INFO | jvm 1 | 2010/06/29 09:36:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.execute(CachedStatement.java:431)
INFO | jvm 1 | 2010/06/29 09:36:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.executeUpdate(CachedStatement.java:269)
INFO | jvm 1 | 2010/06/29 09:36:00 | at
com.redhat.rhn.common.db.datasource.WriteMode.executeUpdate(WriteMode.java:33)
INFO | jvm 1 | 2010/06/29 09:36:00 | at
com.redhat.rhn.manager.rhnpackage.PackageManager.createRepoEntrys(PackageManager.java:1325)
INFO | jvm 1 | 2010/06/29 09:36:00 | at
com.redhat.rhn.taskomatic.task.repomd.RepositoryWriter.writeRepomdFiles(RepositoryWriter.java:94)
INFO | jvm 1 | 2010/06/29 09:36:00 | at
com.redhat.rhn.taskomatic.task.repomd.ChannelRepodataWorker.run(ChannelRepodataWorker.java:97)
INFO | jvm 1 | 2010/06/29 09:36:00 | at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:761)
INFO | jvm 1 | 2010/06/29 09:36:00 | at
java.lang.Thread.run(Thread.java:619)
INFO | jvm 1 | 2010/06/29 09:36:00 | Caused by:
java.lang.ClassNotFoundException: org.postgresql.util.PSQLException
INFO | jvm 1 | 2010/06/29 09:36:00 | at
java.net.URLClassLoader$1.run(URLClassLoader.java:202)
INFO | jvm 1 | 2010/06/29 09:36:00 | at
java.security.AccessController.doPrivileged(Native Method)
INFO | jvm 1 | 2010/06/29 09:36:00 | at
java.net.URLClassLoader.findClass(URLClassLoader.java:190)
INFO | jvm 1 | 2010/06/29 09:36:00 | at
java.lang.ClassLoader.loadClass(ClassLoader.java:307)
INFO | jvm 1 | 2010/06/29 09:36:00 | at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
INFO | jvm 1 | 2010/06/29 09:36:00 | at
java.lang.ClassLoader.loadClass(ClassLoader.java:248)
INFO | jvm 1 | 2010/06/29 09:36:00 | ... 10 more
INFO | jvm 1 | 2010/06/29 09:36:00 | Exception in thread "Thread-23377"
java.lang.NoClassDefFoundError: org/postgresql/util/PSQLException
INFO | jvm 1 | 2010/06/29 09:36:00 | at
com.redhat.rhn.common.db.NamedPreparedStatement.execute(NamedPreparedStatement.java:140)
INFO | jvm 1 | 2010/06/29 09:36:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.execute(CachedStatement.java:454)
INFO | jvm 1 | 2010/06/29 09:36:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.execute(CachedStatement.java:431)
INFO | jvm 1 | 2010/06/29 09:36:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.executeUpdate(CachedStatement.java:269)
INFO | jvm 1 | 2010/06/29 09:36:00 | at
com.redhat.rhn.common.db.datasource.WriteMode.executeUpdate(WriteMode.java:33)
INFO | jvm 1 | 2010/06/29 09:36:00 | at
com.redhat.rhn.manager.rhnpackage.PackageManager.createRepoEntrys(PackageManager.java:1325)
INFO | jvm 1 | 2010/06/29 09:36:00 | at
com.redhat.rhn.taskomatic.task.repomd.RepositoryWriter.writeRepomdFiles(RepositoryWriter.java:94)
INFO | jvm 1 | 2010/06/29 09:36:00 | at
com.redhat.rhn.taskomatic.task.repomd.ChannelRepodataWorker.run(ChannelRepodataWorker.java:97)
INFO | jvm 1 | 2010/06/29 09:36:00 | at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:761)
INFO | jvm 1 | 2010/06/29 09:36:00 | at
java.lang.Thread.run(Thread.java:619)
INFO | jvm 1 | 2010/06/29 09:36:00 | Caused by:
java.lang.ClassNotFoundException: org.postgresql.util.PSQLException
INFO | jvm 1 | 2010/06/29 09:36:00 | at
java.net.URLClassLoader$1.run(URLClassLoader.java:202)
INFO | jvm 1 | 2010/06/29 09:36:00 | at
java.security.AccessController.doPrivileged(Native Method)
INFO | jvm 1 | 2010/06/29 09:36:00 | at
java.net.URLClassLoader.findClass(URLClassLoader.java:190)
INFO | jvm 1 | 2010/06/29 09:36:00 | at
java.lang.ClassLoader.loadClass(ClassLoader.java:307)
INFO | jvm 1 | 2010/06/29 09:36:00 | at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
INFO | jvm 1 | 2010/06/29 09:36:00 | at
java.lang.ClassLoader.loadClass(ClassLoader.java:248)
INFO | jvm 1 | 2010/06/29 09:36:00 | ... 10 more
INFO | jvm 1 | 2010/06/29 09:37:00 | Exception in thread "Thread-23383"
java.lang.NoClassDefFoundError: org/postgresql/util/PSQLException
INFO | jvm 1 | 2010/06/29 09:37:00 | at
com.redhat.rhn.common.db.NamedPreparedStatement.execute(NamedPreparedStatement.java:140)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.execute(CachedStatement.java:454)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.execute(CachedStatement.java:431)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.executeUpdate(CachedStatement.java:269)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
com.redhat.rhn.common.db.datasource.WriteMode.executeUpdate(WriteMode.java:33)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
com.redhat.rhn.manager.rhnpackage.PackageManager.createRepoEntrys(PackageManager.java:1325)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
com.redhat.rhn.taskomatic.task.repomd.RepositoryWriter.writeRepomdFiles(RepositoryWriter.java:94)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
com.redhat.rhn.taskomatic.task.repomd.ChannelRepodataWorker.run(ChannelRepodataWorker.java:97)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:761)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
java.lang.Thread.run(Thread.java:619)
INFO | jvm 1 | 2010/06/29 09:37:00 | Caused by:
java.lang.ClassNotFoundException: org.postgresql.util.PSQLException
INFO | jvm 1 | 2010/06/29 09:37:00 | at
java.net.URLClassLoader$1.run(URLClassLoader.java:202)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
java.security.AccessController.doPrivileged(Native Method)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
java.net.URLClassLoader.findClass(URLClassLoader.java:190)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
java.lang.ClassLoader.loadClass(ClassLoader.java:307)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
java.lang.ClassLoader.loadClass(ClassLoader.java:248)
INFO | jvm 1 | 2010/06/29 09:37:00 | ... 10 more
INFO | jvm 1 | 2010/06/29 09:37:00 | Exception in thread "Thread-23382"
java.lang.NoClassDefFoundError: org/postgresql/util/PSQLException
INFO | jvm 1 | 2010/06/29 09:37:00 | at
com.redhat.rhn.common.db.NamedPreparedStatement.execute(NamedPreparedStatement.java:140)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.execute(CachedStatement.java:454)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.execute(CachedStatement.java:431)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.executeUpdate(CachedStatement.java:269)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
com.redhat.rhn.common.db.datasource.WriteMode.executeUpdate(WriteMode.java:33)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
com.redhat.rhn.manager.rhnpackage.PackageManager.createRepoEntrys(PackageManager.java:1325)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
com.redhat.rhn.taskomatic.task.repomd.RepositoryWriter.writeRepomdFiles(RepositoryWriter.java:94)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
com.redhat.rhn.taskomatic.task.repomd.ChannelRepodataWorker.run(ChannelRepodataWorker.java:97)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:761)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
java.lang.Thread.run(Thread.java:619)
INFO | jvm 1 | 2010/06/29 09:37:00 | Caused by:
java.lang.ClassNotFoundException: org.postgresql.util.PSQLException
INFO | jvm 1 | 2010/06/29 09:37:00 | at
java.net.URLClassLoader$1.run(URLClassLoader.java:202)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
java.security.AccessController.doPrivileged(Native Method)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
java.net.URLClassLoader.findClass(URLClassLoader.java:190)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
java.lang.ClassLoader.loadClass(ClassLoader.java:307)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
java.lang.ClassLoader.loadClass(ClassLoader.java:248)
INFO | jvm 1 | 2010/06/29 09:37:00 | ... 10 more
INFO | jvm 1 | 2010/06/29 09:37:00 | Exception in thread "Thread-23386"
java.lang.NoClassDefFoundError: org/postgresql/util/PSQLException
INFO | jvm 1 | 2010/06/29 09:37:00 | at
com.redhat.rhn.common.db.NamedPreparedStatement.execute(NamedPreparedStatement.java:140)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.execute(CachedStatement.java:454)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.execute(CachedStatement.java:431)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.executeUpdate(CachedStatement.java:269)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
com.redhat.rhn.common.db.datasource.WriteMode.executeUpdate(WriteMode.java:33)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
com.redhat.rhn.manager.rhnpackage.PackageManager.createRepoEntrys(PackageManager.java:1325)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
com.redhat.rhn.taskomatic.task.repomd.RepositoryWriter.writeRepomdFiles(RepositoryWriter.java:94)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
com.redhat.rhn.taskomatic.task.repomd.ChannelRepodataWorker.run(ChannelRepodataWorker.java:97)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:761)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
java.lang.Thread.run(Thread.java:619)
INFO | jvm 1 | 2010/06/29 09:37:00 | Caused by:
java.lang.ClassNotFoundException: org.postgresql.util.PSQLException
INFO | jvm 1 | 2010/06/29 09:37:00 | at
java.net.URLClassLoader$1.run(URLClassLoader.java:202)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
java.security.AccessController.doPrivileged(Native Method)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
java.net.URLClassLoader.findClass(URLClassLoader.java:190)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
java.lang.ClassLoader.loadClass(ClassLoader.java:307)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
INFO | jvm 1 | 2010/06/29 09:37:00 | at
java.lang.ClassLoader.loadClass(ClassLoader.java:248)
INFO | jvm 1 | 2010/06/29 09:37:00 | ... 10 more
INFO | jvm 1 | 2010/06/29 09:38:00 | Exception in thread "Thread-23389"
java.lang.NoClassDefFoundError: org/postgresql/util/PSQLException
INFO | jvm 1 | 2010/06/29 09:38:00 | at
com.redhat.rhn.common.db.NamedPreparedStatement.execute(NamedPreparedStatement.java:140)
INFO | jvm 1 | 2010/06/29 09:38:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.execute(CachedStatement.java:454)
INFO | jvm 1 | 2010/06/29 09:38:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.execute(CachedStatement.java:431)
INFO | jvm 1 | 2010/06/29 09:38:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.executeUpdate(CachedStatement.java:269)
INFO | jvm 1 | 2010/06/29 09:38:00 | at
com.redhat.rhn.common.db.datasource.WriteMode.executeUpdate(WriteMode.java:33)
INFO | jvm 1 | 2010/06/29 09:38:00 | at
com.redhat.rhn.manager.rhnpackage.PackageManager.createRepoEntrys(PackageManager.java:1325)
INFO | jvm 1 | 2010/06/29 09:38:00 | at
com.redhat.rhn.taskomatic.task.repomd.RepositoryWriter.writeRepomdFiles(RepositoryWriter.java:94)
INFO | jvm 1 | 2010/06/29 09:38:00 | at
com.redhat.rhn.taskomatic.task.repomd.ChannelRepodataWorker.run(ChannelRepodataWorker.java:97)
INFO | jvm 1 | 2010/06/29 09:38:00 | at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:761)
INFO | jvm 1 | 2010/06/29 09:38:00 | at
java.lang.Thread.run(Thread.java:619)
INFO | jvm 1 | 2010/06/29 09:38:00 | Caused by:
java.lang.ClassNotFoundException: org.postgresql.util.PSQLException
INFO | jvm 1 | 2010/06/29 09:38:00 | at
java.net.URLClassLoader$1.run(URLClassLoader.java:202)
INFO | jvm 1 | 2010/06/29 09:38:00 | at
java.security.AccessController.doPrivileged(Native Method)
INFO | jvm 1 | 2010/06/29 09:38:00 | at
java.net.URLClassLoader.findClass(URLClassLoader.java:190)
INFO | jvm 1 | 2010/06/29 09:38:00 | at
java.lang.ClassLoader.loadClass(ClassLoader.java:307)
INFO | jvm 1 | 2010/06/29 09:38:00 | at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
INFO | jvm 1 | 2010/06/29 09:38:00 | at
java.lang.ClassLoader.loadClass(ClassLoader.java:248)
INFO | jvm 1 | 2010/06/29 09:38:00 | ... 10 more
INFO | jvm 1 | 2010/06/29 09:38:00 | Exception in thread "Thread-23388"
java.lang.NoClassDefFoundError: org/postgresql/util/PSQLException
INFO | jvm 1 | 2010/06/29 09:38:00 | at
com.redhat.rhn.common.db.NamedPreparedStatement.execute(NamedPreparedStatement.java:140)
INFO | jvm 1 | 2010/06/29 09:38:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.execute(CachedStatement.java:454)
INFO | jvm 1 | 2010/06/29 09:38:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.execute(CachedStatement.java:431)
INFO | jvm 1 | 2010/06/29 09:38:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.executeUpdate(CachedStatement.java:269)
INFO | jvm 1 | 2010/06/29 09:38:00 | at
com.redhat.rhn.common.db.datasource.WriteMode.executeUpdate(WriteMode.java:33)
INFO | jvm 1 | 2010/06/29 09:38:00 | at
com.redhat.rhn.manager.rhnpackage.PackageManager.createRepoEntrys(PackageManager.java:1325)
INFO | jvm 1 | 2010/06/29 09:38:00 | at
com.redhat.rhn.taskomatic.task.repomd.RepositoryWriter.writeRepomdFiles(RepositoryWriter.java:94)
INFO | jvm 1 | 2010/06/29 09:38:00 | at
com.redhat.rhn.taskomatic.task.repomd.ChannelRepodataWorker.run(ChannelRepodataWorker.java:97)
INFO | jvm 1 | 2010/06/29 09:38:00 | at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:761)
INFO | jvm 1 | 2010/06/29 09:38:00 | at
java.lang.Thread.run(Thread.java:619)
INFO | jvm 1 | 2010/06/29 09:38:00 | Caused by:
java.lang.ClassNotFoundException: org.postgresql.util.PSQLException
INFO | jvm 1 | 2010/06/29 09:38:00 | at
java.net.URLClassLoader$1.run(URLClassLoader.java:202)
INFO | jvm 1 | 2010/06/29 09:38:00 | at
java.security.AccessController.doPrivileged(Native Method)
INFO | jvm 1 | 2010/06/29 09:38:00 | at
java.net.URLClassLoader.findClass(URLClassLoader.java:190)
INFO | jvm 1 | 2010/06/29 09:38:00 | at
java.lang.ClassLoader.loadClass(ClassLoader.java:307)
INFO | jvm 1 | 2010/06/29 09:38:00 | at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
INFO | jvm 1 | 2010/06/29 09:38:00 | at
java.lang.ClassLoader.loadClass(ClassLoader.java:248)
INFO | jvm 1 | 2010/06/29 09:38:00 | ... 10 more
INFO | jvm 1 | 2010/06/29 09:39:00 | Exception in thread "Thread-23393"
java.lang.NoClassDefFoundError: org/postgresql/util/PSQLException
INFO | jvm 1 | 2010/06/29 09:39:00 | at
com.redhat.rhn.common.db.NamedPreparedStatement.execute(NamedPreparedStatement.java:140)
INFO | jvm 1 | 2010/06/29 09:39:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.execute(CachedStatement.java:454)
INFO | jvm 1 | 2010/06/29 09:39:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.execute(CachedStatement.java:431)
INFO | jvm 1 | 2010/06/29 09:39:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.executeUpdate(CachedStatement.java:269)
INFO | jvm 1 | 2010/06/29 09:39:00 | at
com.redhat.rhn.common.db.datasource.WriteMode.executeUpdate(WriteMode.java:33)
INFO | jvm 1 | 2010/06/29 09:39:00 | at
com.redhat.rhn.manager.rhnpackage.PackageManager.createRepoEntrys(PackageManager.java:1325)
INFO | jvm 1 | 2010/06/29 09:39:00 | at
com.redhat.rhn.taskomatic.task.repomd.RepositoryWriter.writeRepomdFiles(RepositoryWriter.java:94)
INFO | jvm 1 | 2010/06/29 09:39:00 | at
com.redhat.rhn.taskomatic.task.repomd.ChannelRepodataWorker.run(ChannelRepodataWorker.java:97)
INFO | jvm 1 | 2010/06/29 09:39:00 | at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:761)
INFO | jvm 1 | 2010/06/29 09:39:00 | at
java.lang.Thread.run(Thread.java:619)
INFO | jvm 1 | 2010/06/29 09:39:00 | Caused by:
java.lang.ClassNotFoundException: org.postgresql.util.PSQLException
INFO | jvm 1 | 2010/06/29 09:39:00 | at
java.net.URLClassLoader$1.run(URLClassLoader.java:202)
INFO | jvm 1 | 2010/06/29 09:39:00 | at
java.security.AccessController.doPrivileged(Native Method)
INFO | jvm 1 | 2010/06/29 09:39:00 | at
java.net.URLClassLoader.findClass(URLClassLoader.java:190)
INFO | jvm 1 | 2010/06/29 09:39:00 | at
java.lang.ClassLoader.loadClass(ClassLoader.java:307)
INFO | jvm 1 | 2010/06/29 09:39:00 | at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
INFO | jvm 1 | 2010/06/29 09:39:00 | at
java.lang.ClassLoader.loadClass(ClassLoader.java:248)
INFO | jvm 1 | 2010/06/29 09:39:00 | ... 10 more
INFO | jvm 1 | 2010/06/29 09:40:00 | Exception in thread "Thread-23398"
java.lang.NoClassDefFoundError: org/postgresql/util/PSQLException
INFO | jvm 1 | 2010/06/29 09:40:00 | at
com.redhat.rhn.common.db.NamedPreparedStatement.execute(NamedPreparedStatement.java:140)
INFO | jvm 1 | 2010/06/29 09:40:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.execute(CachedStatement.java:454)
INFO | jvm 1 | 2010/06/29 09:40:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.execute(CachedStatement.java:431)
INFO | jvm 1 | 2010/06/29 09:40:00 | at
com.redhat.rhn.common.db.datasource.CachedStatement.executeUpdate(CachedStatement.java:269)
INFO | jvm 1 | 2010/06/29 09:40:00 | at
com.redhat.rhn.common.db.datasource.WriteMode.executeUpdate(WriteMode.java:33)
INFO | jvm 1 | 2010/06/29 09:40:00 | at
com.redhat.rhn.manager.rhnpackage.PackageManager.createRepoEntrys(PackageManager.java:1325)
INFO | jvm 1 | 2010/06/29 09:40:00 | at
com.redhat.rhn.taskomatic.task.repomd.RepositoryWriter.writeRepomdFiles(RepositoryWriter.java:94)
INFO | jvm 1 | 2010/06/29 09:40:00 | at
com.redhat.rhn.taskomatic.task.repomd.ChannelRepodataWorker.run(ChannelRepodataWorker.java:97)
INFO | jvm 1 | 2010/06/29 09:40:00 | at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:761)
INFO | jvm 1 | 2010/06/29 09:40:00 | at
java.lang.Thread.run(Thread.java:619)
INFO | jvm 1 | 2010/06/29 09:40:00 | Caused by:
java.lang.ClassNotFoundException: org.postgresql.util.PSQLException
INFO | jvm 1 | 2010/06/29 09:40:00 | at
java.net.URLClassLoader$1.run(URLClassLoader.java:202)
INFO | jvm 1 | 2010/06/29 09:40:00 | at
java.security.AccessController.doPrivileged(Native Method)
INFO | jvm 1 | 2010/06/29 09:40:00 | at
java.net.URLClassLoader.findClass(URLClassLoader.java:190)
INFO | jvm 1 | 2010/06/29 09:40:00 | at
java.lang.ClassLoader.loadClass(ClassLoader.java:307)
INFO | jvm 1 | 2010/06/29 09:40:00 | at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
INFO | jvm 1 | 2010/06/29 09:40:00 | at
java.lang.ClassLoader.loadClass(ClassLoader.java:248)
INFO | jvm 1 | 2010/06/29 09:40:00 | ... 10 more
[r...@snzclakl066 rhn]#
[r...@snzclakl066 rhn]#
Andreas Hamberger
Senior Infrastructure Design Engineer
Two Degrees Mobile Limited
==========================
(M) +64 21 284 04 35
(P) +64 9 919 7000
http://www.2degreesmobile.co.nz/
Two Degrees Mobile Limited | 131 Khyber Pass Rd | Newmarket | Auckland | New
Zealand |
PO Box 8355 | Symonds Street | Auckland 1150 | New Zealand | Fax +64 9 919 7001
Disclaimer
The e-mail and any files transmitted with it are confidential and may contain
privileged or copyright information. If you are not the intended recipient you
must not copy, distribute, or use this e-mail or the information contained in
it for any purpose other than to notify us of the error. If you have received
this message in error, please notify the sender immediately, by email or phone
(+64 9 919 7000) and delete this email from your system. Any views expressed in
this message are those of the individual sender, except where the sender
specifically states them to be the views of Two Degrees Mobile Limited. We do
not guarantee that this material is free from viruses or any other defects
although due care has been taken to minimize the risk
_______________________________________________
Spacewalk-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-list
Hrm,
Can you verify that the rhnPackageRepodata table is there. Simply run:
sqlplus spacewalk/spacew...@xe
sql> desc rhnPackageRepodata;
and see what the output is.
Thanks,
-Justin
_______________________________________________
Spacewalk-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-list