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

Tutorial: Permission denied when running - ojvm MyApp




I get the exception below when trying to run the Car example (ojvm MyApp).
I have done everything in the tutorial.



Exception in thread "main" org.ozoneDB.PermissionDeniedExc: No such user:
MicheleM.
        at
org.ozoneDB.ExternalDatabase.sendCommand(ExternalDatabase.java:402)
        at org.ozoneDB.RemoteDatabase.newConnection(RemoteDatabase.java:102)
        at
org.ozoneDB.ExternalDatabase.connectionForThread(ExternalDatabase.java:349)
        at org.ozoneDB.RemoteDatabase.open(RemoteDatabase.java:92)
        at
org.ozoneDB.ExternalDatabase.openDatabase(ExternalDatabase.java:517)
        at MyApp.main(MyApp.java:15)



michele