Re: Port 23791

2001-02-20 Thread Fabio Silva
Jim Archer wrote: > Hi All... > > Does anyone know why Orion is listening on port 23791? > > Thanks... > > Jim > Hi There Jim, Orion listens on port 23791 for RMI connections. I have a client that does JNDI lookups to a server that is behind a firewall... I had to activate the port forwarding w

Beans don't get removed.

2000-11-07 Thread Fabio Silva
Hello again, I'm posting this again, because I still have the problem that, with both Orion 1.3.8 and Orion 1.4.0, my session beans don't get removed ever. I've already waited for almost one entire day and nothing. The strange thing is that with Orion 1.1.24, this would work normally. I need thi

Re: Session beans don't get removed

2000-11-03 Thread Fabio Silva
Jim Archer wrote: > Fabio, thats not necesserally important. Many servers keep session beans > lieing around to avoide the performance penality of creating them when they > are needed. They are frequently moved from quickly client to client inside > the container. > > I don't know how Orion handl

Session beans don't get removed

2000-10-30 Thread Fabio Silva
Hi there, When I have migrated from Orion 1.1.24 to Orion 1.4.0, My session beans which after a short while of inactivity were removed from the container, stopped doing that... The ejbRemove method isn't getting called anymore. Anyone has ideas? Thanks in advance, Fabio

Re: Error starting HTTP-Server: Permission denied

2000-07-31 Thread Fabio Silva
Mattias Arbin wrote: > I am trying to setup a linux user (Red Hat 6.2) to run orion. > When starting Orion I get the error: > > Error starting HTTP-Server: Permission denied > Orion/1.1.37 initialized > > Nothing in the logs. > > Any ideas? > > /Mattias Hi Mattias, Normally, that happens when y

Re: Oracle-Driver not found

2000-07-21 Thread Fabio Silva
Andreas Reckmann wrote: > Hi, > > I want to run an Entity bean connected to a Oracle 8.1.5 Database. > > java -jar -cp $CLASSPATH orion.jar > Error initializing server: DriverManagerDataSource driver > 'oracle.jdbc.driver.OracleDriver' not found > > data-sources.xml: > > > "http://www.orionserv

[Fwd: Re: Latest versions?]

2000-06-29 Thread Fabio Silva
Original Message Subject: Re: Latest versions? Date: Thu, 29 Jun 2000 11:04:07 +0100 From: Fabio Silva <[EMAIL PROTECTED]> To: Klaus Thiele <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Klaus Thiele wrote: > > > I

Re: Graphical deployment tool

2000-06-28 Thread Fabio Silva
Amalaraj AMALARAJ wrote: > Hello to all, > > Can any body tell me how to invoke the GUI to deploy the EJB in Orion1.0 > > Thanks in advance > > Amalaraj > > ___ Hi there Amalaraj Normally, I don't use those tools but try: java

Re: Need Urgent Reply

2000-06-21 Thread Fabio Silva
Hashim Merchant wrote: > Hi Fabio, > Thanx for your reply. > U Told me earlier that u installed the orion1.0.3 and got the server to > shutdown and restart. I did the same i got the orion1.0.3 from the url u > gave me,i am working on windows NT 4.0 with jdk 1.2.2 >

Re: Need Urgent Reply

2000-06-20 Thread Fabio Silva
Hashim Merchant wrote: > Hi guys, > > In my application i need to shut down the orion server and restart it i > have tried using java -jar admin.jar ormi://localhost:/ admin > 123 -shutdown > but received the same errors as others i.e > > Error: javax.naming.NamingException: Lookup error: >

Re: Setting transaction isolation level

2000-06-16 Thread Fabio Silva
Robert Hargreaves wrote: > Dear All > > I've asked this before but got no reply. > > Does anybody know if you can set the transaction isolation level in Orion? > If so, how? > > If you can't then does Orion conform to the J2EE specification? > > Regards > > Rob Hargreaves Hi there Robert, Accor

Re: Error passivating beans

2000-06-16 Thread Fabio Silva
Juan Pablo Lorandi wrote: > fabio, Vector isn't Serializable... you should extend vector implementing > Serializable > > Rifle > Oh! Of course, what a mistake of mine Thank you very much... Fábio

Re: Error passivating beans

2000-06-15 Thread Fabio Silva
Karl Avedal wrote: > Hello Fabio, > > There is something in your beans that is not Serializable. > > This does not mean it will not work, it just means that if a user is on > your site and has a session going, like if he is logged in and have a few > items in his shopping cart, he will get kicked

Error passivating beans

2000-06-15 Thread Fabio Silva
h the high load of the server when the need comes for it to start passivating/activating the beans, might be a problem. Thanks in advance for your help Fabio Silva