I'm having problem deploying the addressbook example on Postgresql. 
When Orion tries to build the table I get the error below.
It works fine if I build the table manually, or if I run it on Hypersonic or Oracle.
I have been through the article at http://www.orionsupport.com/articles/postgres.html and still can't get it to work.
 
Any help is appreciated
 
Brent
 
 
Auto-deploying addressbook (New server version detected)...
Auto-deploying addressbook-ejb.jar (No previous deployment found)... java.lang.NullPointerException
        at org.postgresql.jdbc2.DatabaseMetaData.getTables(DatabaseMetaData.java:1707)
        at com.evermind._au._jlb(Unknown Source)
        at com.evermind._px._jlb(Unknown Source)
        at com.evermind._px._bb(Unknown Source)
        at com.evermind._au._bb(Unknown Source)
        at com.evermind._dq._qzb(Unknown Source)
        at com.evermind._ck._qzb(Unknown Source)
        at com.evermind._ck._at(Unknown Source)
        at com.evermind.server.ApplicationServer._as(Unknown Source)
        at com.evermind.server.ApplicationServer._wl(Unknown Source)
        at com.evermind.server.ApplicationServer._at(Unknown Source)
        at com.evermind._in.run(Unknown Source)
        at java.lang.Thread.run(Thread.java:484)
        at com.evermind._if.run(Unknown Source)

Reply via email to