Random hiccups with Orion+https

2002-03-11 Thread Peter Peltonen
Orion 1.4.7 + https (a test ssl cert from Thawte installed following the instructions at Atlassian site) is causing problems: You get thrown out of the applicaton now and then (randomly it seems). Without https the application works fine. Is Orion's https code buggy (should we use Apache as

Re: Orion+Linux under heavy load

2002-02-08 Thread Peter Peltonen
: Don't worry. That problem is already fixed in the latest linux kernel releases. I don't remember exactly release number but you can easily find it. I've made some tests with JBoss and it runs very well. JJ - Original Message - From: Peter Peltonen [EMAIL PROTECTED] To: Orion

Orion+Linux under heavy load

2002-02-07 Thread Peter Peltonen
When browsing through JBoss's documentation I found this remark: http://www.jboss.org/online-manual/HTML/ch11s02.html --snip-- Be aware however that JBoss performance is very dependant on the underlying configuration. For example, informal tests show that on the same PC box, it can run twice

Orion load balancing

2002-02-05 Thread Peter Peltonen
Hi, We are planning a production environment for a J2EE application and are now wondering what kind of loads Orion can handle, say in a 2 CPU Intel with 512M RAM system? How many concurrent sessions can a box like that handle? We probably need load balancing and clustering, so I'd like to

Re: orion, ssl and ie

2001-09-14 Thread Peter Peltonen
Now I've got some more information on the problem and it seems that there are random mishaps with IE, but the worst case scenario is this combination: https, Netscape 4.4x with iMac (MacOS 9.something)... Strange, as I've never heard anyone complaining about Netscape. But that is a quite old

orion, ssl and ie

2001-09-13 Thread Peter Peltonen
app. Sometimes IE works ok, sometimes it behaves this way. It seems that the problem is worst in IE's running under Mac. There is no problem with Netscape. Any ideas what could be causing this? -- Peter Peltonen Webmaster, Fivetec Solutions Oy Melkonkatu 28 E 00210 Helsinki GSM. +358-40 720

increasing JVM's memory limit

2001-07-26 Thread Peter Peltonen
With jserv I can configure the maximum memory that the JVM can use with this kind of line in jserv.properties file: wrapper.bin.parameters=-mx128m How do I achieve the same with Orion? Regards, Peter

Re: Creating keystore file from an OpenSSL created cert

2001-06-01 Thread Peter Peltonen
Smith Jason wrote: Try reading in the certificate into a byte array and then see if you can convert it the X509 spec. KeyFactory kf = KeyFactory.getInstance(RSA); X509EncodedKeySpec x509spec = new X509EncodedKeySpec(ByteArray); PublicKey pk =

Re: Creating keystore file from an OpenSSL created (solved)cert

2001-06-01 Thread Peter Peltonen
Well, partially: I still cannot use OpenSSL created certificates, but I managed to create one with keytool (under Linux, I didn't encounter any problems with RSA described in orionsuuport.com). Which was actually a thousand times easier than with OpenSSL. Just reading the man pages did the job

Creating keystore file from an OpenSSL created cert

2001-05-31 Thread Peter Peltonen
I have created and self-signed an X.509 cert with OpenSSL --snip-- root# openssl genrsa -des3 -out mysite.key 1024 root# openssl req -new -key server.key -out mysite.csr root# /usr/local/bin/sign.sh mysite.csr root# # openssl verify -CAfile /etc/ssl/certs/ca.crt mysite.crt

where to get 1.4.8?

2001-04-22 Thread Peter Peltonen
We've encountered this annoying bug featured in bugzilla too: --snip-- I created two simple servlets, Servlet1 Servlet2. One simply creates a link to the other one. When I run the first servlet like so http://host/servlet/com.sequenet.test.servlet.Servlet1 and click on the link to the

Re: Orion on Red Hat 6.2

2001-04-20 Thread Peter Peltonen
We are running Orion on RH 6.2, too. Here's a simple script we use to start/stop it: --snip-- #!/bin/sh # # Startup script for the Orion server # #chkconfig: 2345 9 91 #description: starts/stops orion app server # # See how we were called. case "$1" in start) echo -n "Starting

orion + jbuilder4 -- sapdb?

2001-04-05 Thread Peter Peltonen
Thank you for everyone answering my MySQL question. So, it appears that the situation is this, if I want to use Orion + JBuilder4: * PostgreSQL works fine except it isn't able to show tables in JBuilder * MySQL's EJB support doesn't work (and we need that!) * If we want to use Hypersonic we

Re: orion + jbuilder4 -- sapdb?

2001-04-05 Thread Peter Peltonen
ofessional development. Now, if anyone can mention a product which beats that I am all ears... In hopes I have not mentioned something, someone else already posted Randahl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Peter Peltonen Sent: 5. apr

orion with mysql?

2001-04-04 Thread Peter Peltonen
Is it possible to use MySQL with Orion? Does it need a db-schema of it's own? We tried to use PostgreSQL but JBuilder4 didn't cope with it very well (JBuilder isn't able to show Postgre's tables). We also tried Hypersonic, but it seems that when both Orion and JBuilder communicate with the db

How to upgrade Xalan / Xerces?

2001-04-03 Thread Peter Peltonen
I want to upgrade Xalan and Xerces to newer versions that comes with JAXP found at http://java.sun.com/xml? Do I just overwrite the .jar files? Regards, Peter

CLASSPATH setup

2001-02-23 Thread Peter Peltonen
I'm a beginner with Orion and Java setup with Linux. I would like to know if I have setup my system correctly. I have installed the following on my RedHat 6.2 system: postgresql-jdbc-7.0.2-2 jdk-1.2.2 j2sdkee-1.2.1 orion-1.4.5 For everything work right, I should have the CLASSPATH variable

posting a message to the orion mailing list

2001-02-23 Thread Peter Peltonen
concerning CLASSPATH setup Date:Fri, 23 Feb 2001 14:03:25 +0100 From:mail [EMAIL PROTECTED] To: Peter Peltonen [EMAIL PROTECTED] CC: [EMAIL PROTECTED] The person you have tried to contact is no longer employed at Netch Technologies. You may wish to contact us at [EMAIL PROTECTED

restarting orion

2001-02-21 Thread Peter Peltonen
When I give the command "java -jar admin.jar ormi://localhost:90 admin mypassword -restart" I get the error message: Error: javax.naming.NamingException: Lookup error: java.io.StreamCorruptedException: Caught EOFException while reading the stream header; nested exception is: