Hi stefan thank you very much , I have changed my local oracle jdbc jar to 10.2.0.3.0 version. The problem before have be resovled,my application can start and jackrabbit can be initialized now .
When I do a application operation "add a document",another error happend http://www.nabble.com/file/p15222908/server.log server.log But the document is seem to be added into oracle db successfully yet, some jackrabbit internal node state Maybe is not right,I don't know the reason,Can u help me? thank you very much! Stefan Guggisberg wrote: > > hi bfxw > > On Jan 31, 2008 3:55 AM, bfxw <[EMAIL PROTECTED]> wrote: >> >> Hi >> http://www.nabble.com/file/p15197221/server.log server.log >> http://www.nabble.com/file/p15197221/repository.xml repository.xml >> >> I use OraclePersistenceManager as PersistenceManager,but when >> jackrabbit >> starting ,some errors occur, >> please see repository.xml and server.log. >> can anyone help me? > > here's the root cause from your server.log: > > java.io.IOException: ORA-22993: specified input amount is greater than > actual source amount > at oracle.jdbc.dbaccess.DBError.SQLToIOException(DBError.java:716) > at > oracle.jdbc.driver.OracleBlobOutputStream.flushBuffer(OracleBlobOutputStream.java:279) > [...] > > according to some reports found through google, this seems to be a > jdbc driver version issue. > you're using > > Driver: Oracle JDBC driver / 9.2.0.1.0 > > your server is > > Database: Oracle / Oracle Database 10g Enterprise Edition Release > 10.1.0.2.0 - [...] > > > i suggest you try with a more recent jdbc driver: > http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html > > > cheers > stefan > >> >> >> -- >> View this message in context: >> http://www.nabble.com/Exception-Help-tp15197221p15197221.html >> Sent from the Jackrabbit - Users mailing list archive at Nabble.com. >> >> > > -- View this message in context: http://www.nabble.com/Exception-Help-tp15197221p15222908.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
