RE: arrg please help

2002-04-03 Thread John Creaner
thats sounds like an sql issue, are you closing your statement before you get all the information in the resultset back?? John Creaner Software Development, e-Spatial Solutions, Ireland. Tel: 353 (0)1 867 5500 Fax: 353 (0)1 867 5599 Direct Tel: 353 (0)1 867 5508 [EMAIL PROTECTED

RE: idea=$395.00USD was: RE: Java IDE?

2002-03-24 Thread John Creaner
after enjoying watching this debate for the last while I decided to check out what all the fuss was about so I downloaded the IDEA software. Now I will be honest, JDeveloper has been my tool of choice for a long time I have tried others (ie. JBuilder and I know JDeveloper is licensed from it but

RE: Where is my stderr output?

2002-03-13 Thread John Creaner
are kept in the ORION HOME\log folder John Creaner Software Development, e-Spatial Solutions, Ireland. Tel: 353 (0)1 867 5500 Fax: 353 (0)1 867 5599 Direct Tel: 353 (0)1 867 5508 [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Sergey

RE: java.lang.OutOfMemoryError

2002-03-12 Thread John Creaner
script. ie your start up could look something like java -jar -Xms250M -Xmx500M orion.jar the -Xms is the min amount of memory the machine must allocate. the -Xmx is the max amount of memory the machine can take. Hope it helps j John Creaner Software Development, e-Spatial Solutions, Ireland. Tel

RE: Looking up session beans between apps

2002-03-08 Thread John Creaner
I suppose if the 2 servers are on the same machine then you could possibly put the beans into their own directory and share that directory between the 2 servers but then you have to think do the beans have to share instances of the beans? Does 1 server initialize 1 bean and then can the other

RE: JDBC connection leak

2002-03-07 Thread John Creaner
Hi, Not sure if this is what your looking for but you should really close all associations to the connection cause I think that the way CMT works with orion is that the close method merely returns it to the pool so you should do the following before you close: stmt =

RE: Problems configurating classpath

2002-02-19 Thread John Creaner
All, I have a small question, I am currently having a problem with orion. The problem is that it doesn't seem to be taking advantage of the machine that it situated on. The question is how or is it possible to configure orion to take advantage of the machine that it is placed on top of

clustering

2002-02-01 Thread John Creaner
hi, I was wondering if anyone out there has any solid information on clustering orion server thanks