Re: Creating a Service for launching Orion in Windows 2000

2002-04-18 Thread Shal Jain
If you are using JNT to to launch orion as a service and assuming orion in installed on d:\orion the following line will install orion to run as a service named Orion_Server jnt /InstallAsService:Orion_Server /SDd:\orion -jar orion.jar -out d:\orion\log\stdout.log -err d:\orion\log\stderr.log

I/O Exception w/ file posting - 2nd try

2002-04-12 Thread Shal Jain
(warning long post follows) UsingOrion 1.5.2. I have a bunch of users doing some very high volume uploads of files ranging anywhere from 1Mb to about 70Mb. I am using Orion's FilePostParser class to parse the input stream and collect files and other data. Every so often (becoming regular now),

orion JavaService

2002-02-28 Thread Shal Jain
I have orion running as a service using JNT under win2K. However, I dont know how to redirect any console output (stdout,stderr) to a logfile Yes, I am using log4j but in some rare instances I get stack traces dumped from JVM. Also, prior to connecting to log4J, there are some diagnostic

orion JNT/JavaService

2002-02-28 Thread Shal Jain
I have orion running as a service using JNT under win2K. However, I dont know how to redirect any console output (stdout,stderr) to a logfile Yes, I am using log4j but in some rare instances I get stack traces dumped from JVM. Also, prior to connecting to log4J, there are some diagnostic

Verisign cert + keytool issues

2001-12-05 Thread Shal Jain
I generated a 1024 bit CSR using keytool that comes with JDK 1.3 I purchased a 128 bit cert from Verisign and have trouble importing it using keytool when I use the following syntax keytool -import -trustcacerts -file xyz.cer -keystore keystore I get the following exception - Failed to