Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stellation-res] Checkin of database abstraction layer

On Wed, 2002-08-28 at 07:05, Mark C. Chu-Carroll wrote:
It now passes all of the tests, so I've checked in the modifications to
implement a database abstraction layer.

I'm now going to start integrating Dave's workspace changes.
Hi,

After updating sources from CVS and rebuilding Stellation I can't create a new repository.

The response to:

$ svc --location=postgresql:stellationdb --password=****** configure database

is:
Exception in thread "main" java.lang.NullPointerException
	at org.eclipse.stellation.repos.database.AbstractDBAccessPoint.createRepository(AbstractDBAccessPoint.java:96)
	at org.eclipse.stellation.workspace.Configure.database(Configure.java:141)
	at org.eclipse.stellation.workspace.Configure.command(Configure.java:78)
	at org.eclipse.stellation.workspace.Svc.command(Svc.java:67)
	at org.eclipse.stellation.workspace.Svc.run(Svc.java:549)
	at org.eclipse.stellation.workspace.Svc.main(Svc.java:333)
PostgreSQL is running and Stellation server is running too. Here is what the log says:
DEBUG - engine: registering handler for auth.request
DEBUG - engine: registering handler for auth.challenge
DEBUG - engine: registering handler for auth.response
DEBUG - engine: registering handler for auth.success
DEBUG - engine: registering handler for auth.failure
DEBUG - engine: registering handler for auth.release
DEBUG - DELIVERYTHREAD: started
DEBUG - DELIVERYTHREAD: started
DEBUG - DELIVERYTHREAD: started
DEBUG - DELIVERYTHREAD: started
DEBUG - DELIVERYTHREAD: started
DEBUG - registering command handlers
DEBUG - engine: registering handler for stellation.command
INFO - Registering authenticator for null
INFO - AccessPoint: adding service for resource prefix ""
DEBUG - ***************************************************
DEBUG - --> AccessPoint started connection thread
INFO - engine accepting connections

Any comments?

Rodolfo
-- 

 MAXPROGRAMS
 IBM Business Partner
 Microsoft MSDN Business Connection Partner
 rmraya@xxxxxxxxxxxxxxx
 http://www.maxprograms.com

Back to the top