Mmh, in the CVS i found this

public void enableGlobalWriteSetExtraction(DatabaseBackend backend) {
                        logger.info("begin:enableGlobalWriteSetExtraction");
                        try{
                                this.backend=backend;
Connection conn=backend.getConnectionManager("rmpvilaca").getConnectionFromDriver();
                conn.setAutoCommit(true);
                    this.dropGlobal(conn);
                    this.dropLocal(conn);
                    this.createGlobal(conn);
                    conn.close();



I think that sequoia wants to start a connection but is unable to create one to the database backend (connection is on Debug-mode in log4j)

so maybe this error (null)




bench(admin) > force enable RZA.bench
2007-05-07 13:53:40,104 DEBUG Trace.java:69 - no authentication required

Enabling backend RZA.bench with no checkpoint
2007-05-07 13:53:40,111 DEBUG Trace.java:69 - no authentication required

2007-05-07 13:53:40,112 DEBUG Trace.java:69 - Authentication with principal was successfull

2007-05-07 13:53:40,114 DEBUG Trace.java:69 - Initializing connections for backend RZA.bench

2007-05-07 13:53:40,114 INFO PGObjectSet.java:290 - begin:enableGlobalWriteSetExtraction

null




means, that he can't create a connection to the backend ....


Christopher Hartung schrieb:
Hi there,

let's start in a new week, testing sequoia 3 Beta 3 :)

in the morning i downloaded the newest CVS version and compiled sequoia 3 beta 3 again with ant and ecplise.

After installing it on my Server i got the same bug/error from my first message (see below).

@developer: Don't you've the same problems testing beta 3? ... or did i something wrong ???

Thx for your help/answers

so long
chris

Christopher Hartung schrieb:
Hi there,

i've a little problem to enable a backend in our Test-Sequoia-3-Beta-3 environment.
If i want to enable the backend, following is happen:


bench(admin) > force enable RZA.bench
Enabling backend RZA.bench with no checkpoint
2007-05-03 13:26:34,696 DEBUG Trace.java:69 - Initializing connections for backend RZA.bench

2007-05-03 13:26:34,698 INFO PGObjectSet.java:290 - begin:enableGlobalWriteSetExtraction

null
bench(admin) >



Do you know something like this?

Thx for your help

Chris


_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to