HttpSessions timeout too early

2000-09-18 Thread Mattias Arbin
ork. I have set the shared="true" in my web-site.xml file (attached). I have read some posting regarding this problem and tried the recommended fixes without success. Could someone please verify if this is known bug and if so, when we could expect a fix. /Regards, Mattias Arbin HttpSe

Re: Sessions (still) timeouts too early

2000-09-13 Thread Mattias Arbin
> It seems like the premature timeout only occurs after the first time I call > the servlet that creates the session, i.e > ... > HttpSession session = req.getSession(true); > session.setAttribute("myBean",new MyBean()); > ... > > If I call the servlet one more time within one minute, then after t

Sessions (still) timeouts too early

2000-09-13 Thread Mattias Arbin
one minute, then after that, the session does not timeout too early. /Mattias Arbin, C-takt AB

Re: Strange getAttribute behavior

2000-09-12 Thread Mattias Arbin
Forgot to mention: Orion 1.2.9 Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0) Classic VM (build 1.3.0, J2RE 1.3.0 IBM build cx130-2815 (JIT enabled: jitc)) - Original Message - From: "Mattias Arbin" <[EMAIL PROTECTED]> To: "Orion-Interest"

Strange getAttribute behavior

2000-09-12 Thread Mattias Arbin
Hi. I have noticed strange behavior when storing objects in the HttpSession. The code fragment below (from a servlet) sometimes prints out: This should never happen: class knut.servlet.SessionInfo How is this possible? /Regards Mattias Arbin HttpSession session = req.getSession(true

Re: Help - SSL Usage in Production - is it really possbile?

2000-08-21 Thread Mattias Arbin
I have Orion running with a "real" 40-bit cert from Thawte. I guess it does not matter which web-server you say you have. Probably it is for statistics. (I chose Java Webserver). You will be able to choose from a number of different formats when you download the cert. Here I chose "PKCS #7 Certifi

Re: System.out

2000-08-21 Thread Mattias Arbin
I am having problems on Red Hat and Suns latest JDK1.3 beta. I have a lot of debug messages written to System.out, but suddenly it just discontinues. Sometimes after redeploying it comes back, but after a while it stops again. I noticed this is 1.2.0 for the first time. /Mattias - Original Mes

Re: has anyone used ssl on linux w/orion?

2000-08-09 Thread Mattias Arbin
I am running Orion with SSL on Linux (IBM JDK 1.3). However, I did all the keytool stuff on Win2000. /Mattias

Re: Error starting HTTP-Server: Permission denied

2000-07-31 Thread Mattias Arbin
> 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. &g

Error starting HTTP-Server: Permission denied

2000-07-31 Thread Mattias Arbin
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

Re: Internal server error, but no logs

2000-07-27 Thread Mattias Arbin
One more thing. I dont even see any exception stack trace in the console window. /Mattias - Original Message - From: "Mattias Arbin" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday, July 27, 2000 9:25 PM Subject: Internal server

Internal server error, but no logs

2000-07-27 Thread Mattias Arbin
Sometimes when getting errors in JSPs, I get HTTP 500 error code, but I cannot find anything in the logs. Is this a bug? Shouldn´t there be anything in the server.log file? /Thanks, Mattias Arbin

Re: primary key class

2000-07-27 Thread Mattias Arbin
I use: java.lang.String and it works. At least for BMP entity beans. /Mattias - Original Message - From: "Andreas Reckmann" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday, July 27, 2000 4:31 PM Subject: primary key class > Hi, > > I haven't a Primary Key c

SSL initialization time

2000-07-26 Thread Mattias Arbin
The initialization of an SSL session is pretty slow, at least when using the default SSL provider. On my machine it sometimes takes seconds. Would it be possible to fix this? (I have read about doing tricks with the random seed generation) If so, are there any plans to do so? /Mattias

About transactions

2000-07-25 Thread Mattias Arbin
attribute values should I use in in the deplayment descriptor for the session bean and the entity beans? /Thanks in advance, Mattias Arbin

Re: Certificate from Thawte? How?

2000-07-24 Thread Mattias Arbin
I have. The only problem I had was when importing the certificate response. Keytool seems to be very sensitive to white characters at the end of the certificate files. It wouldnt import my certificate response until I added a return at the end of the file. But that, of course, has nothing to

Re: Importing a cert from Thawte

2000-07-24 Thread Mattias Arbin
: Try adding/deleting trailing blanks/returns in your certificate reply file. /Mattias Arbin - Original Message - From: "Mattias Arbin" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, July 21, 2000

Importing a cert from Thawte

2000-07-21 Thread Mattias Arbin
rt -keystore keystore -file mythawtecert.cer -keyalg "RSA" -trustcacerts Enter keystore password: mypassword keytool error: java.security.cert.CertificateException: Unsupported encoding Does anybody have any idea what is going wrong here? Thanks, Mattias Arbin

SSL-Certificates

2000-07-11 Thread Mattias Arbin
n (JSSE and keystore)? If so, what is the price for a single server cert? On most CA sites, they keep a list of servers theay support and how to install certs. It would be nice if the Orion team could provide a list of SSL certs that work with Orion. Thanks, Mattias Arbin

Re: SSL -> 100% CPU

2000-07-05 Thread Mattias Arbin
Hi, I now use 1.1.9 and get: E:\java\orion>java -jar orion.jar Error listening to SSLServerSocket: No available certificate corresponds to the SSL cipher suites which are enabled. Orion/1.1.9 initialized What could be bad with my certificate? I have done exactly what is told in the documentation.

Re: SSL-problems (was SSL->100% CPU)

2000-07-05 Thread Mattias Arbin
rom: "Mattias Arbin" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, July 04, 2000 10:14 AM Subject: SSL-problems (was SSL->100% CPU) > I have tried to dig deeper into the SSL problem, while it is a major > showstopper right now and

SSL-problems (was SSL->100% CPU)

2000-07-04 Thread Mattias Arbin
rion.jar Orion/1.1.8 initialized Orion initializes, but takes about 100% CPU and accessing https://localhost:443 fails. Does anybody have a clue? /Thanks, Mattias Arbin, Ctakt AB My secure-web-site.xml: http://www.orionserver.com/dtds/web-site.dtd"> My server.xml: ht

Re: SSL -> 100% CPU

2000-06-30 Thread Mattias Arbin
> On Don, 29 Jun 2000, you wrote: > >At last my generation of the server certificate worked. > >Unfortunately, when I start Orion with SSL turned on, the java process takes > >all the CPU time. > >Seems like Orion gets stuck in an endless loop. > >I have tried this on both Orion 1.0 and 1.1.4 > >I

Re: SSL -> 100% CPU

2000-06-30 Thread Mattias Arbin
Sorry. Forget my last post. I thought that you meant that is was possible to provide a random seed in some magic config parameter. /Mattias - Original Message - From: "Daniel HERLEMONT" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Friday, June 30, 2000 9:43 AM Subject

Re: SSL -> 100% CPU

2000-06-30 Thread Mattias Arbin
> I had the same pb when intializing, very very long and 100%CPU > and this was due to the random generator!!! > > to solve this pb, I just provided a seed for the random generator > I don't know if this will help but it helps me a lot ;-) Sorry, but how do you do that? /Mattias

SSL -> 100% CPU

2000-06-29 Thread Mattias Arbin
site in the dokumentation. Has anybody experienced something similar? /Mattias Arbin Here is my server.xml: http://www.orionserver.com/dtds/application-server.dtd"> ..and here is the secure-web-site.xml http://www.orionserver.com/dtds/web-site.dtd">