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.
>
>

Reply via email to