[EMAIL PROTECTED] wrote: > Eduard, thanks. > I followed your intstructions. > Also I downloaded the new mmbase version 1.5.1. > The booting process seems to get a bit further but now I get a new error. > FYI I copied all the log messages of my tomcat/mmbase startup procedure: > > All help will be appreciated! >
<zapped> > 07-15 11:55:06 INFO JDBC: getDriver(): Loaded JDBC driver: > oracle.jdbc.driver > .OracleDriver > 07-15 11:55:06 INFO JDBC: getDriver(): Loaded JDBC driver: > org.hsqldb.jdbcDri > ver Hmmm....any ideas why 2 jdbc-drivers are loaded? Both the oracle and hsqldb-driver are being loaded.....maybe they are both somewhere in the config? <zapped> > 07-15 11:55:13 INFO MMBase: Starting builder : typedef > 07-15 11:55:13 ERROR MMOracle: Error on : 110 system fake typedef > NODE=prefix= > '',otype=2:'1',owner=1:'system',name=1:'typedef',description=1:'Defines > object t > ypes',number=2:'-1' > 07-15 11:55:13 ERROR MMOracle: java.sql.SQLException: ORA-00911: > invalid chara > cter What does ORA-00911 mean? Could you try to set logging to debug (in config/log/log4j.xml)? Maybe it will display the character that's invalid. Gerard
