Hello,
I am trying to run Beer4All application with eclipse and lomboz and I am using Tomcat 4.1.8 .
Whe I run the application I ot the following message
[org.apache.ojb.broker.core.PersistenceBrokerFactoryDefaultImpl] ERROR: Creation of a new PB instance failed


The statement that raises this error is

        odmg = OJB.getInstance();
        db = odmg.newDatabase();
        //open database
        try {
                                
        db.open("tbshis", Database.OPEN_READ_WRITE); // this gives the error
        
                
        } catch (ODMGException ex) {
                ex.printStackTrace();
        }



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to