Chris,
>My sincere apologies for this long note (if this is bad mailing list
etiquette - I
>do apologise), but we have been trying to get Turbine working
>for us for over a week now, without much success.
Sorry for the late reply. I have been busier than a one legged bloke at a
butt kicking contest. My bad.
>java.sql.SQLException: [Microsoft][ODBC Driver Manager] Function sequence
error
I have seen this error pop up up when a JVM greater than 1.2.1 is used. The
later JVM's sometimes dont shut the resultset from within preparedstatement
with ODBC. The resultset.close() isnt synchronized so sometimes it is shut
sometimes not. This may explain why you are sometimes getting it sometimes
not. I dont use the Peer system as most of the applications I work on are
pretty small and I have a legacy set of classes for getting at the db, but I
explicitly close the resultset before the preparedstatement. Doesnt help you
though in this instance.
>java.lang.NegativeArraySizeException: at
sun.jdbc.odbc.JdbcOdbcResultSet.getBytes(JdbcOdbcResultSet.java:703)
This is from the ResultSet Interface getBytes(columnname) or
getBytes(columnid) when it isnt supported by the db or driver. The error
when it is requested is the java.lang.NegativeArraySizeException. Looks like
the Turbine Peer network isnt compatible with Access. Access doesnt support
much in the way of MetaData.
Like Daniel wanted, the Access db should probably be removed, unless someone
objects Ill remove it later today. Ill update the documentation for
ODBC/Access to describe the incompatibilities.
Sorry your time was wasted Chris.
>I have also tried to set property "screen.homepage" to an empty string
If you have the classes jarred for your application make sure they are
before the turbine.jar. The turbine classes carry the samplecode in them so
you have to make the classpath look for yours first. ( In JServ it is in
jserv.properties and wrapper.classpath= I dont know the equivalent in Tomcat
).
Cameron Riley
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]