Piotr Zaremba wrote:
> Dear Support,
>
> I am running a Creme JVM (ver 4.10 and 4.11) on a Windows CE 5.0 OS,
> everytime I run the app I get the following error can you please help me.
>
> NSIcom Ltd., CrEme(tm) Evaluation Version
> CrE-ME J2ME(tm)
> CrE-ME V4.11 B102.020706 02-Jul-2006
> MemoryLimit=8535Kb
> EBCI(TM) Interpreter V1.00,
> Copyright 1998-2002 by Bytecodes, Inc.
> Startup failed due to missing functionality for
> org.apache.derby.iapi.services.stream.InfoStreams. Please ensure your
> classpath includes the correct Derby software.
> ERROR XBM02: Startup failed due to missing functionality for
> org.apache.derby.iapi.services.stream.InfoStreams. Please ensure your
> classpath includes the correct Derby software.
> at org.apache.derby.iapi.error.StandardException.newException()
> at
> org.apache.derby.iapi.services.monitor.Monitor.missingImplementation()
> at org.apache.derby.impl.services.monitor.TopService.bootModule()
> at org.apache.derby.impl.services.monitor.BaseMonitor.startModule()
> at org.apache.derby.iapi.services.monitor.Monitor.startSystemModule()
> at org.apache.derby.impl.services.monitor.BaseMonitor.runWithState()
> at org.apache.derby.impl.services.monitor.FileMonitor.<init>()
> at org.apache.derby.iapi.services.monitor.Monitor.startMonitor()
> at org.apache.derby.iapi.jdbc.JDBCBoot.boot()
> at org.apache.derby.jdbc.EmbeddedDriver.boot()
> at org.apache.derby.jdbc.EmbeddedDriver.<clinit>()
> at java.lang.Class.forName()
> at com.booksys.service.DerbyService.createDerbyService()
> at com.booksys.service.DerbyService.<init>()
> at com.booksys.app.DBApp.main()
>
> java.sql.SQLException: No suitable driver
> at java.sql.DriverManager.getConnection()
> at java.sql.DriverManager.getConnection()
> at com.booksys.service.DerbyService.createDerbyService()
> at com.booksys.service.DerbyService.<init>()
> at com.booksys.app.DBApp.main()
> Exception
> java.sql.SQLException: No suitable driver
> Done
>
>
For mobile JVMs, Derby supports JSR169, here is some info on that:
http://mail-archives.apache.org/mod_mbox/db-derby-dev/200409.mbox/%3C415C2092.10302@debrunners.com%3E
(only DataSource api supported in JSR169)
Just curious, is Creme VM a Sun certified VM?
HTH,
Rajesh
|