Hi all
Just started using Sequoia. I'm starting with an initial setup of one controller controlling one backend database (hence there is one virtual database). Having written my XML config files, I'm stuck at the stage of activating the database backend for the controller (see section 7.3 of installGuide.pdf).

Here's what I'm currently doing:

* I start the controller - launches fine
* I launch the console
* I type "show virtualdatabases" (at console) and it reports "myDB", which is correct, that is my virtual database * I type "admin myDB", then enter my admin user login and password seperately

After pressing "return" on the password I entered, the console immediately reports "FIXME: determine serialization" and then returns me to the prompt.
My console is then showing the following exception:

10:27:35,056 INFO controller.core.Controller Controller started on 2007.10.17 42 at 10:27:35 AM GMT+01:00 10:27:35,056 INFO controller.core.Controller Controller 127.0.0.1:25322 ready, listening to requests ...
java.lang.UnsupportedOperationException: FIXME: determine serialization
  at javax.security.auth.Subject$SecureSet.readObject(libgcj.so.8rh)
  at java.lang.reflect.Method.invoke(libgcj.so.8rh)
  at java.io.ObjectInputStream.callReadMethod(libgcj.so.8rh)
  at java.io.ObjectInputStream.parseContent(libgcj.so.8rh)
  at java.io.ObjectInputStream.readObject(libgcj.so.8rh)
  at java.io.ObjectInputStream.readFields(libgcj.so.8rh)
  at java.io.ObjectInputStream.parseContent(libgcj.so.8rh)
  at java.io.ObjectInputStream.readObject(libgcj.so.8rh)
  at gnu.java.rmi.server.RMIObjectInputStream.readValue(libgcj.so.8rh)
at gnu.java.rmi.server.UnicastServerRef.incomingMessageCall(libgcj.so.8rh)
  at gnu.java.rmi.server.UnicastServer.incomingMessageCall(libgcj.so.8rh)
  at gnu.java.rmi.server.UnicastServer.dispatch(libgcj.so.8rh)
  at gnu.java.rmi.server.UnicastConnection.run(libgcj.so.8rh)
  at java.lang.Thread.run(libgcj.so.8rh)

Can anyone give me any hints on this? This is a fresh install of Sequoia on a very fresh Fedora Core 7 machine.

I'm using MySQL for the backend. (I went through the usual recovery/check database table hiccups of overriding some DB column names in the XML due to them being protected words in MySQL but got that problem sorted out ok. Also changed VARCHAR to MEDIUMTEXT.).

In case it's useful, my virtual DB and my controller XML files are viewable here (with passwords removed):

http://ohmslaw.org.uk/sequoia/


More info: I have a Fedora Core 7 system.
Running "java -version" shows:

 java version "1.5.0"
 gij (GNU libgcj) version 4.1.2 20070925 (Red Hat 4.1.2-27)


thanks!
Alex


_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to