Paul Legato <[EMAIL PROTECTED]> writes: > > On the server side, the controller produces: > > 00:50:37,361 ERROR continuent.hedera.adapters PullPushAdapter: Error > while reading from channel > org.continuent.appia.core.message.MessageException: Trying to read an > unknown object from message. > at > org.continuent.appia.core.message.Message.popObject(Message.java:1254) > at > org.continuent.hedera.channel.AppiaReliableGroupChannel.receive(AppiaReliableGroupChannel.java:292) > at > org.continuent.hedera.adapters.PullPushAdapter.run(PullPushAdapter.java:166) > at java.lang.Thread.run(Thread.java:534) > Caused by: java.lang.ClassNotFoundException: > org.postgresql.util.PSQLException > at java.net.URLClassLoader$1.run(URLClassLoader.java:199) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:187) > [...] > > at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324) > at > org.continuent.appia.core.message.Message.popObject(Message.java:1250) > ... 3 more > > > when the invalid query is executed.
This error means that the controller you are connected to is missing PostgreSQL driver classes. As Csaba said, the sequoia mailing list is the best place to ask about this. _______________________________________________ Carob mailing list [email protected] https://forge.continuent.org/mailman/listinfo/carob
