Caused by: java.sql.SQLException: An IOException was thrown when reading a
'java.sql.String' from an InputStream.
at
org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
at
org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown
Source)
... 14 more
I wonder if there is more information in the exception chain.
Can you modify your code to use the technique suggested here:
http://www.nabble.com/Re%3A-Failed-to-start-database-p8652256.html
to gather any additional information from the exception chain?
thanks,
bryan