Re: Postgresql error: NullPointerException atgetTables(DatabaseMetaData.java:1707)

2001-06-24 Thread SCOTT FARQUHAR
Can you send your datasources.xml file? Have you setup a database for orion to use? If you run postgresql with debugging turned on, can you see what SQL statements are being run? Scott >>> [EMAIL PROTECTED] 06/25/01 02:12pm >>> I'm having problem deploying the addressbook example on Postgresq

SV: Classpath and library path ERROR ??? --> PLEASE again ???

2001-06-24 Thread Magnus Rydin
Title: SV: Classpath and library path ERROR ??? --> PLEASE again ??? I guess thats orion-application.xml right? Another way would be to include the jar in the .ear file, and make one of the ejb .jar:s manifest files point it out. This is according to my interpretation of the specification, s

Postgresql error: NullPointerException at getTables(DatabaseMetaData.java:1707)

2001-06-24 Thread Brent Usrey
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/postgre

RE: Features of CMP

2001-06-24 Thread Jeff Schnitzer
Try this: http://www.c2.com/cgi/wiki?OrionServerSpecSupport Please update it as well. Jeff > -Original Message- > From: Stefan Marx [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 22, 2001 4:47 AM > To: Orion-Interest > Subject: Features of CMP > > > Hi, > > Is there any List availa

clustering + ssl together

2001-06-24 Thread Greg Matthews
  dear all,   there has been a recent post on this but no solution posted. i've got some more info on the problem.   can the developers of orion or anyone else let me know if anyone has successfully set up an ssl orion cluster?   i can: - set up clustering - set up ssl   ...but not both toge

servlet as rmi client

2001-06-24 Thread junk
I'm trying to use a servlet running in Orion's servlet container as an RMI client (connecting to a remote object registered with in the standard rmiregistry (Sun Java SDK 1.3)) but keep getting the following error: java.security.AccessControlException: access denied (java.net.SocketPermission 1

Re: Apache NameVirtualHost and Orion with reverse proxying

2001-06-24 Thread Arun K Viswanathan
Turns out the actual problem was a missing trailing slash; adding that fixed the problem. ProxyPass / http://mydomain.com:8080/ ProxyPassReverse / http://mydomain.com:8080/ Gregory Stickley wrote: > > Try taking out the http:// > > -Original Message- > From: [EMAIL PROTECTED] > [mailto