[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problems setting up ozone on w2k



I'm new to Ozone. I tried running two of the examples without any luck.
First, I tried to run samples\simple\Local. After downloading the 0.4
distribution, and compiling samples\simple\Local, I got the following output

C:\install\ozone\ozone-0.4\ozone\samples\simple>java Local
    ozoneDB.adminPort = 3000
    ozoneDB.classicStore.clusterSize = 65536
    ozoneDB.classicStore.clusterSpaceSize = 5120000
    ozoneDB.classicStore.tableBufferSize = 12800
    ozoneDB.classicStore.tableCacheSize = 4096
    ozoneDB.dbID = 0
    ozoneDB.fileLog = INFO, WARN, ERROR
    ozoneDB.port = 3333
    ozoneDB.stdoutLog = INFO, WARN, ERROR
    ozoneDB.store = org.ozoneDB.core.wizardStore.WizardStore
    ozoneDB.wizardStore.clusterCacheSize = 2097152
    ozoneDB.wizardStore.clusterSize = 65536
    ozoneDB.wizardStore.clusterSizeRatio = 256
    ozoneDB.wizardStore.tableBufferSize = 100
    ozoneDB.wizardStore.tableCacheSize = 12
connected...
org.ozoneDB.OzoneInternalExc: java.lang.NullPointerException
        at
org.ozoneDB.ExternalDatabase.sendCommand(ExternalDatabase.java:324)
        at
org.ozoneDB.ExternalDatabase.sendCommand(ExternalDatabase.java:296)
        at
org.ozoneDB.ExternalDatabase.createObject(ExternalDatabase.java:413)
        at
org.ozoneDB.ExternalDatabase.createObject(ExternalDatabase.java:407)
        at Local.main(Local.java:32)

I had no trouble using ozoneInst and OzoneAdminTerm to create a database
instance and add users. I then tried samples\XML\Client