RE: Linux + Orion + IBM DB2

2002-05-12 Thread The elephantwalker
Sent: Saturday, May 11, 2002 9:53 PM To: Orion-Interest Subject: Linux + Orion + IBM DB2 Hello! Can anyone describe in details a running configuration of the subject? I try to deploy an application which works on Windows perfectly. But on Linux Orion sometimes can't start up normally (it seems

Memory leak with linux jdk1.4 - orion 1.5.4

2002-03-10 Thread Robert Krüger
hi, I'm experiencing serious problems with a memory leak that causes orion to consume more memory with each application restart/redeployment with the combination jdk1.4 (linux) - orion 1.5.4. with jdk 1.3 memory consumption remains constant after a while. even calling System.gc() explicitly

Re: Memory leak with linux jdk1.4 - orion 1.5.4

2002-03-10 Thread Greg Matthews
with linux jdk1.4 - orion 1.5.4 hi, I'm experiencing serious problems with a memory leak that causes orion to consume more memory with each application restart/redeployment with the combination jdk1.4 (linux) - orion 1.5.4. with jdk 1.3 memory consumption remains constant after a while. even

AW: Orion+Linux under heavy load

2002-02-08 Thread Jan Heise
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi, they changed a lot of the threading/vm stuff with the release of kernel 2.4. i don't remember exactly the kernel-version for redhat 6.2 but i'm sure it is a 2.2 at maximum. but i would also be interested in a comparision linux - freebsd. jdk

Re: Orion+Linux under heavy load

2002-02-08 Thread Jorge Jimenez C
José: I-ve found another mail about the subject. Sorry for the rest because this one is in spanish. --- Tengo tambien esto Notese que se hace la comparacion con Linux 2.2(Sun JVM La maquina virtual de sun _es_ lenta. Otra cosa a tomar en cuenta es que se hizo un cambio bastante fuerte en el

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

RE: Orion+Linux under heavy load

2002-02-08 Thread Christian, Joanne
is made with Linux 2.2 (Sun JVM The sun virtual machine _is_ slow. Another thing to keep in mind is that there was a big change in the linux kernel since version 2.4.7, if I remember correctly. The change was in virtual memory management (VMM) In regards to the version, it's necessary to clear up

Orion+Linux under heavy load

2002-02-07 Thread Peter Peltonen
as fast under Windows 2000 / Sun JVM than under Linux 2.2 / Sun JVM. Linux users probably already know that linux does not support real threads. Under heavy load, JBoss will for example crash with 200 concurrent users under linux, whereas it can handle 1000 of them on the same box with Windows

Re: Orion+Linux under heavy load

2002-02-07 Thread Jorge Jimenez C
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-Interest

Re: Orion+Linux under heavy load

2002-02-07 Thread josete
Wich problem do you say they've fixed? threads under linux? i've done some tests with a redhat 6.2.(sorry i can't remember exactly the kernel version) and jboss, and only at start time it was about three times slower than the same jboss in a windows 2000. If with the new kernel versions it runs

Re: Orion on Linux, Follow-up Question

2001-10-15 Thread Wendell Nichols
I think this is because your user account is unable to run the server on reserved port 80. Modify Orion's default-website.xml file to use a port above the reserved range, (1000 or something like that). I use 8000. wcn Jimbo Jones wrote: My previous problem, starting Orion on linux

RE: Orion on Linux, Follow-up Question

2001-10-15 Thread Mike Cannon-Brookes
See http://kb.atlassian.com/content/orionsupport/articles/unixprocess.html That describes how to run on Linux as a non-root user, how to set up your groups for development, and how to setup IPChains so that to the external world you're still using port 80! Hope it helps - please add

RE: Orion on Linux, Follow-up Question

2001-10-12 Thread Jimbo Jones
10080, but I am not specifying that port in the browser--and it is working from the linux machine, and also another machine on my network. Some more information: I am on DSL right now, with a router configured so that my linux box is a DMZ. From another machine in my network, I can put

Orion on Linux, Follow-up Question

2001-10-11 Thread Jimbo Jones
My previous problem, starting Orion on linux, was due to the fact that I was calling upon the wrong JVM (even though I thought I had my path set correctly). That is resolved. Now I have another problem that seems more linux-related than Orion-related, but perhaps some of you know

RE: Orion on Linux, Follow-up Question

2001-10-11 Thread Montebove Luciano
Hi Jimbo, You can find some responses here http://www.orionsupport.com/articles/unixprocess.html Luciano -Original Message- From: Jimbo Jones [mailto:[EMAIL PROTECTED]] Sent: giovedì 11 ottobre 2001 15.34 To: Orion-Interest Subject: Orion on Linux, Follow-up Question My previous

Problems with orion and db2 on linux

2001-10-11 Thread Sven Lüdtke
Hi, I'm trying to get the news-example that comes with orion to work on a linux machine using IBM DB2 (v7.1, Fixpack 4) as a data-source. Deploying auto-creating tables work just fine, but invoking the application in a brwoser with http://myhost:8080/news/; results in following exception

Re: Problem starting Orion on linux...

2001-10-10 Thread Joel B. Kinney
It looks like you are using a kaffe vm, maybe try using a jdk1.2 or higher? Joel On Tue, 9 Oct 2001, Jimbo Jones wrote: I have gotten Orion to start on linux with no problems before, but now out of the blue I cannot do it. At first, it gave me a NoClassDefFoundError for org/xml

Orion IBM DB2 on Linux

2001-10-08 Thread Sven Lüdtke
Hi, I'm trying to set up orion using DB2 v7.1 as a data-source. The Databese is running on a Linux-System. Orion can access the database from a Windows NT System using the JDBC-Drivers provided by IBM. When I try to setup Orion on the same Linux-machine the DB is running on, using the same

Re: Orion IBM DB2 on Linux

2001-10-08 Thread El Jeffo
sup, you need to include the path to your libdb2jdbc.so in your LD_LIBRARY_PATH. I don't remember if you should, but include say /opt/ibmdb2/v7.1/java12 in your /etc/ld.so.config or whatever it was run /sbin/ldconfig -v as root to refresh whatever the heck it is that linux does

RE: orion 1.3.8 on linux - spawning multiple java processes

2001-10-02 Thread Justin Wood
You can change this by selecting green threads instead of native threads when you run your jvm. Check this out http://java.sun.com/products/jdk/1.1/packs/native-threads/README and then do a search on linux and green threads to get something more specific to Linux. Justin -Original

RE: orion 1.3.8 on linux - and Memory leaks in general

2001-10-02 Thread Curt Smith
obervations too... As the previous poster said; good luck! A thought on Linux VM threading and process creation; The Linux kernel does not have the concept of a light weight thread/process (LWP) as does Solaris and win32. This means that all VM threads are mapped to Linux processes which are more

orion 1.3.8 on linux - spawning multiple java processes

2001-10-01 Thread korosh
Why does orion 1.3.8 runnin off of linux spawning bunch of Java processes where as on Solaris there is only one Java Process? Also, it seems that the java process eventually consume so much memory that my ISP shuts down the process. Is there a memory leak with Orion 1.3.8 running on Linux

Re: orion 1.3.8 on linux - spawning multiple java processes

2001-10-01 Thread Chris Woods
The threading model on linux is such that each new java thread spawns a new process. This is normal behaviour with Java on linux; it's not an Orion thing. There is no memory leak in Orion or Java. If there is memory being consumed, I would start looking to be sure you're freeing up resources

RE: orion 1.3.8 on linux - spawning multiple java processes

2001-10-01 Thread Reason
The standard issue blackdown JVM on linux runs Java threads as native threads -- so you see every Java thread as a separate process. Normal behavior, nothing to worry about. The memory issue is a different one; that's a problem with someone's code. Reason http://www.exratio.com/ -Original

Re: SMP/Linux/Hotspot/Orion problem.

2001-08-22 Thread Robert Krüger
Which jdk/kernel/glibc are you using? We have two production systems running a similar setup without any serious problems. Regards, Robert On Tuesday 21 August 2001 22:35, you wrote: Did anyone find a real solution to this problem? I have 2 smp linux boxes that running -classic mode

Re: Re: SMP/Linux/Hotspot/Orion problem.

2001-08-22 Thread skyman
: Did anyone find a real solution to this problem? I have 2 smp linux boxes that running -classic mode (which is painfully slow). I have considered removing (disabling) one of the CPS to fix it. The symptoms are long pauses of up to 5+ minutes, then everything is ok. Thanks, James

Re: SMP/Linux/Hotspot/Orion problem.

2001-08-22 Thread Wendell Nichols
I am using an smp machine with 2.2..17 kernel. I find the classic vm to be slow but nothing like a 5 min pause. Can you tell us more about your config and what your doing? wcn James Hill wrote: Did anyone find a real solution to this problem? I have 2 smp linux boxes that running -classic

RE: SMP/Linux/Hotspot/Orion problem.

2001-08-22 Thread James Hill
Jdk 1.3.1 Libc 2.1.3 2.2.16 Kernel (2 clustered identical boxes) Oracle 8.x (seperate box) This problem only shows itself under load. I think it is somehow related to the bug where hotspot (jdk1.3.0 under linux) crashes. Thanks! James -Original Message- From: Robert Krüger [mailto

RE: SMP/Linux/Hotspot/Orion problem.

2001-08-22 Thread Aaron Tavistock
]] Sent: Tuesday, August 21, 2001 1:35 PM To: Orion-Interest Subject: SMP/Linux/Hotspot/Orion problem. Did anyone find a real solution to this problem? I have 2 smp linux boxes that running -classic mode (which is painfully slow). I have considered removing (disabling) one of the CPS to fix

SMP/Linux/Hotspot/Orion problem.

2001-08-21 Thread James Hill
Did anyone find a real solution to this problem? I have 2 smp linux boxes that running -classic mode (which is painfully slow). I have considered removing (disabling) one of the CPS to fix it. The symptoms are long pauses of up to 5+ minutes, then everything is ok. Thanks, James

Orion hangs when shutdown on SuSE Linux 7.1

2001-05-24 Thread ami rong
Hi, When I try to -shutdown or -shutdown force, it hangs on SuSE Linux 7.1. But it works fine on SuSE Linux 7.0. Anyone please can help. Ami __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/

Orion shutdown hangs on SuSE Linux 7.1

2001-05-23 Thread ami rong
Hi, When I try to -shutdown or -shutdown force, it hangs on SuSE Linux 7.1. But it works fine on SuSE Linux 7.0. Anyone please can help. Ami __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/

OT: Re: Linux

2001-05-20 Thread Mikko Kurki-Suonio
On Fri, 18 May 2001, Theo van Niekerk wrote: Orion on Linux uses Linuxes file system that is case-sensitive as the HTTP spec requires. Orion on Windows does not respect the case-sensitive requirement of the URI. Not strictly true. The file part of a URL is case sensitive in the regard

RE: Access Denied on Linux, but NT/w2k fine

2001-05-18 Thread Frank Eggink
If that is to no reveal to that I would check (with a program) all files (especially the settings in the xmls) on whether they are the same on both machine Linux Wins, unless you are 100% sure they are the same (and not 99.9% sure they are the same!). The upper/lower case differences

Linux

2001-05-18 Thread Theo van Niekerk
Hi Just some advice for anybody developing/porting/deploying their J2EE app on Linux. Orion on Linux uses Linuxes file system that is case-sensitive as the HTTP spec requires. Orion on Windows does not respect the case-sensitive requirement of the URI. Use the latest version of Jikes. Jikes

RE: Access Denied on Linux, but NT/w2k fine

2001-05-17 Thread elephantwalker
1. make sure that umask is 022 or 007 2. sometimes directories from win have character issues (lowercase shown, but really they are uppercase). 3. the directories are x? sometimes this is an issue between win and linux is you use zip to unzip the directory. 4. reread the running on unix

Orion/Linux, kill -9, and dead server

2001-03-09 Thread Gerald Gutierrez
Hi all. I'm doing some testing with Orion 1.3.8 (higher versions have bugs that make it unusable for me right now) on Linux 2.2.14 and JDK1.3.01 with the Hotspot server VM. I have three applications running, two purely with CMP EBs and one with BMP EBs. Practically every time I have

Re: Orion/Linux, kill -9, and dead server

2001-03-09 Thread Ben Kruger
I have had this exact problem before. Turns out I had a memory leak. ben Gerald Gutierrez wrote: Hi all. I'm doing some testing with Orion 1.3.8 (higher versions have bugs that make it unusable for me right now) on Linux 2.2.14 and JDK1.3.01 with the Hotspot server VM. I have three

Re: Orion/Linux, kill -9, and dead server

2001-03-09 Thread Ben Kruger
I have had this same problem. Turns out there was a memory leak. Gerald Gutierrez wrote: Hi all. I'm doing some testing with Orion 1.3.8 (higher versions have bugs that make it unusable for me right now) on Linux 2.2.14 and JDK1.3.01 with the Hotspot server VM. I have three applications

RE: Orion/Linux, kill -9, and dead server

2001-03-09 Thread Christian Billen
It's running stable here with Linux Redhat 7, kernel 2.2.18, glibc-2.2-12 and Sun JDK 1.3.0. I had this problem before but it was running with IBM JDK 1.3. By using sun's jdk it solved the problem. Christian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Re: Orion/Linux, kill -9, and dead server

2001-03-09 Thread Alex 'Kazuma' Garbagnati
Is this a known issue? I've heard that Orion is "unstable" on Linux, but nothing like this. I'd appreciate any comments anyone has about this. That's strange. I have 2 applications running on the same machine, with apache and 1 instance of tomcat and one of resin... and I

linux users check out jdk1.3.1 beta (sun)

2001-02-25 Thread Robert Krueger
FYI, we've tested it here and so far it has removed the remaining occasional crashes (especially on redeployment). definitely worth checking out. robert (-) Robert Krger (-) SIGNAL 7 Gesellschaft fr Informationstechnologie mbH (-) Brder-Knau-Str. 79 - 64285 Darmstadt, (-) Tel: 06151 665401,

J2EE--On Linux (Problem)

2001-01-28 Thread Praveen Shetty
Hi, I am trying to run a J2EE application on a Linux Platform with PostGres as the database.. But I am getting the following error "Package javax.ejb not found" I have downloaded and installed J2sdkee1.2.1 Can anyone please tell me where I am going wrong is it in t

Orion v1.4.5 Linux JDK1.3 - tools.jar not found in lib

2001-01-24 Thread hanasaki
The tools.jar file is found fine if put in the orion top directory. Putting it in lib, off the top directory, its not found any thoughts? FYI: on debian / with Sun's jdk1.3 bin you need the following support file for threads apt-get install libstdc++2.9-glibc2.1

RE: Orion v1.4.5 Linux JDK1.3 - tools.jar not found in lib

2001-01-24 Thread Neville Burnell
the Orion "core" classloader expects to find tools.jar in the \Orion dir -Original Message- From: hanasaki [mailto:[EMAIL PROTECTED]] Sent: Thursday, 25 January 2001 3:28 AM To: Orion-Interest Subject: Orion v1.4.5 Linux JDK1.3 - tools.jar not found in lib The tools.jar fil

Re: Orion v1.4.5 Linux JDK1.3 - tools.jar not found in lib

2001-01-24 Thread hanasaki
lto:[EMAIL PROTECTED]] Sent: Thursday, 25 January 2001 3:28 AM To: Orion-Interest Subject: Orion v1.4.5 Linux JDK1.3 - tools.jar not found in lib The tools.jar file is found fine if put in the orion top directory. Putting it in lib, off the top directory, its not found any thoughts? FYI:

Obtain a pooled postgres connection from JNDI datasource under Linux

2000-11-20 Thread Alexander Höher
Hi all, how can I obtain a pooled postgres connection from a JNDI datasource under Linux? My client code always gets a SQLException with SQLSTATE=08001: No suitable driver. Postgres driver is jdbc6.5-1.2.jar, dropped into ORION_HOME/lib (desparately also appended to the CLASSPATH). I have tried

RE: Obtain a pooled postgres connection from JNDI datasource under Linux

2000-11-20 Thread Tim Drury
try connection-driver="org.postgresql.Driver" -tim -Original Message- From: Alexander Höher [mailto:[EMAIL PROTECTED]] Sent: Monday, November 20, 2000 3:51 AM To: Orion-Interest Subject: Obtain a pooled postgres connection from JNDI datasource under Linux Hi a

JDK1.3 and deb. linux

2000-11-15 Thread Jostein Martinsen
Help ! When i try to start orionserver i get this msg: "error in loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory" I'm running the newest version of Debian Linux and Su

RE: JDK1.3 and deb. linux

2000-11-15 Thread J.T. Wenting
: Wednesday, November 15, 2000 13:01 To: Orion-Interest Subject: JDK1.3 and deb. linux Help ! When i try to start orionserver i get this msg: "error in loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory" I'm running

Re: JDK1.3 and deb. linux

2000-11-15 Thread Storm Linux User
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jostein Martinsen Sent: Wednesday, November 15, 2000 13:01 To: Orion-Interest Subject: JDK1.3 and deb. linux Help ! When i try to start orionserver i get this msg: "error in lo

dual cpu linux problems

2000-11-10 Thread Rob Lapensee
Hello all, Has anyone tested Orion with dual CPU on Linux? We have purchased and deployed Orion on several DELL 1300's with Redhat linux 6.2. All of them seem to work fine. So far so good, until the most recent machine which is the first dual cpu system

Re: dual cpu linux problems

2000-11-10 Thread Robert Krueger
At 08:15 10.11.00 , you wrote: Hello all, Has anyone tested Orion with dual CPU on Linux? We have purchased and deployed Orion on several DELL 1300's with Redhat linux 6.2. All of them seem to work fine. So far so good, until the most recent machine which

Re: dual cpu linux problems

2000-11-10 Thread Robert Krueger
At 08:15 10.11.00 , you wrote: Hello all, Has anyone tested Orion with dual CPU on Linux? We have purchased and deployed Orion on several DELL 1300's with Redhat linux 6.2. All of them seem to work fine. So far so good, until the most recent machine which

Re: dual cpu linux problems

2000-11-10 Thread Klaus Thiele
Rob Lapensee wrote: Hello all, Has anyone tested Orion with dual CPU on Linux? We have purchased and deployed Orion on several DELL 1300's with [...] i'm running Orion 1.4.0 on RH 6.2 (without any patches, but with Standard-Kernel 2.2.17) and Sun's JDK1.3 on two cpu

Re: dual cpu linux problems

2000-11-10 Thread Robert Krueger
I fogot we run kernel 2.2.12-32smp and orion1.3.8 and orion1.4.0 on that machine we've been running orion in production on an hp dual xeon500 machine with Red Hat Linux release 6.1de (Cartman) with the latest glibc upgrade. we've had the same problems with ibm1.3 and run it with sun1.3

RE: dual cpu Linux problems

2000-11-10 Thread Russ White
I have Orion running very well on a homebrew rack mount dual PIII 800 box running Redhat 7. (You should upgrade from 6.2 by the way). The box has 2gig DDR Ram, and gigabit Ethernet to a DS3. I have load tested it to the max and not had any failure. I am running Sun's JDK 1.3 for Linux

RE:dual cpu linux problems

2000-11-10 Thread Pam Milligan
THIS IS NOT ORION-INTEREST, EMAIL HAS BEEN MISROUTED On 10/11/00, Orion-Interest wrote: Hello all, Has anyone tested Orion with dual CPU on Linux? We have purchased and deployed Orion on several DELL 1300's with Redhat linux 6.2. All of them seem to work fine. So

How to Create Data Source Name in Linux 7.0

2000-10-28 Thread waheed rahman
Hello , This is waheed from India.I have problem with creating Data Source Name in Red Hat Linux 7.0 ,i got postgresql i request you to send some details about creating datasource name in linux Thanking you thanks alot for reading bye waheed __ Do

SV: HELP! orion + Linux + native threads

2000-10-26 Thread Klaus . Myrseth
Post it in bugzilla so the orion team gets the notice. Klaus -Opprinnelig melding- Fra: Richard E. Sansom [mailto:[EMAIL PROTECTED]] Sendt: 25. oktober 2000 19:42 Til: Orion-Interest Emne: Re: HELP! orion + Linux + native threads Sorry for including that other stuff at the end of my

Re: SV: HELP! orion + Linux + native threads

2000-10-26 Thread Richard E. Sansom
so the orion team gets the notice. Klaus -Opprinnelig melding- Fra: Richard E. Sansom [mailto:[EMAIL PROTECTED]] Sendt: 25. oktober 2000 19:42 Til: Orion-Interest Emne: Re: HELP! orion + Linux + native threads Sorry for including that other stuff at the end of my original message

HELP! orion + Linux + native threads

2000-10-25 Thread Richard E. Sansom
Attached is a simple servlet that uses the request and response input and output streams to read a text based message and simply echo the message back to the requestor. This thing runs fine when I stress it under Forte (hit it a billion times, looking for performance and memory problems) but

Re: HELP! orion + Linux + native threads

2000-10-25 Thread Richard E. Sansom
Sorry for including that other stuff at the end of my original message, by the way... Here's some more information: no problems under jakarta-tomcat (3.1) either, so it's beginning to look more and more like an Orion problem of some kind. I would really appreciate a word from the Orion guys on

vm stability on linux

2000-10-12 Thread Robert Krueger
I know this is getting a little OT but I believe it might be important to some of you. We've just upgraded to the latest glibc upudates (both redhat and suse have one) and seen a remarkable improvement in stability running orion on SMP machines, especially on redhat. robert (-) Robert

Re: Run Orion as a daemon in Linux

2000-10-07 Thread Jim Archer
/localhost admin 123 -shutdown ;; esac -t On Thu, Oct 05, 2000 at 06:51:06PM -0400, Sean Han wrote: Hi, everyone: I know some of you guys use linux as the platform for running Orion server. Do you use the Sys V script to startup and shutdown the Orion server? If you do, could

RE: Run Orion as a daemon in Linux

2000-10-06 Thread Frank Eggink
Check 'man nohup'. A line like 'nohup (cd orion-dir; java -jar orion.jar) ' in a file called /etc/rc.d/boot.local will do the trick, a bit quick and sirty though. In the /etc/rc.d directory you'll find a lot of startup scripts to start an stop services. To integrate it even better in your

Re: Run Orion as a daemon in Linux

2000-10-06 Thread KirkYarina
production, but works for our development machine. Blackdown's not the speediest JVM ever, either... BTW, has anyone tried to run Orion chrooted? Did you get it to work? Kirk Yarina At 06:51 PM 10/5/00 -0400, you wrote: Hi, everyone: I know some of you guys use linux as the platform

Re: 1.3.8 on NT causing Dr. Watson (Linux threads)

2000-10-06 Thread Sam Whedbee
The PS command in linux is unusual because it lists each native thread of a process as if it were a separate processes. If you look at the memory size of all these seemingly different "processes", you'll notice they are all exactly the same size. Also if you kill any one of the

Run Orion as a daemon in Linux

2000-10-05 Thread Sean Han
Hi, everyone: I know some of you guys use linux as the platform for running Orion server. Do you use the Sys V script to startup and shutdown the Orion server? If you do, could you please send me a copy of the script? If not, is there any solution to startup the Orion server when the OS bootup

RE: JSPs and Linux/UNIX permissions

2000-10-03 Thread J.T. Wenting
will anyway -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Vincent Chen Sent: Monday, October 02, 2000 20:28 To: Orion-Interest Subject: JSPs and Linux/UNIX permissions ALL, (I just posted this as a "bug", but perhaps, it's just a b

JSPs and Linux/UNIX permissions

2000-10-02 Thread Vincent Chen
ALL, (I just posted this as a "bug", but perhaps, it's just a bad setting.) Has anyone run into JSPs file-permissions issues w/ UNIX? Thanks. Definition: ORIONDIR - The distribution directory that contains orion.jar, etc. DEPLOYMENTDIR -

RE: Orion on Linux NOT as root

2000-09-29 Thread Frank Eggink
has been working on this. He explaines our problem and the partial solution he worked up in detail: Jim, I figured out most of the pieces needed to do it, but we still have a problem. This all applies to Orion 1.3.8 running on Debian Linux 2.2 "Potato" with a 2.2.14 (patch

Re: Orion on Linux NOT as root

2000-09-29 Thread KirkYarina
Buried under debug tips is a list of Orion startup options. Take a look under properties (about halfway down the page at http://www.orionserver.com/howtos/debug-tips.html , where you'll find "native.user Used to run Orion under another user than root for unix systems" I remember this being

Classpath : Orion On Linux

2000-09-28 Thread Mr Shailesh Joshi
Hi All I have installed Orion 1.3.8 on Linux server. I have deployed beans and running clients successfully. The problem is the server can't get the Driver in Class.forName(" "); I have copied driver class in the orion-root directory; set the classpath . But still

SV: Classpath : Orion On Linux

2000-09-28 Thread Klaus . Myrseth
. september 1998 14:14 Til: Orion-Interest Emne: Classpath : Orion On Linux Hi All I have installed Orion 1.3.8 on Linux server. I have deployed beans and running clients successfully. The problem is the server can't get the Driver in Class.forName(" "); I have copied dri

Re: Classpath : Orion On Linux

2000-09-28 Thread Etienne Bernard
On Mon, Sep 28, 1998, Mr Shailesh Joshi wrote: FROM WHERE ORION TAKES THE CLASSPATH ? No need to shout. Put your .jar in orion-root/lib -- Etienne BERNARD [EMAIL PROTECTED] Hi! I'm a .signature virus! Copy me into your ~/.signature, please!

RE: Classpath : Orion On Linux

2000-09-28 Thread Gordon Tyler
Title: RE: Classpath : Orion On Linux -Original Message- From: Mr Shailesh Joshi [mailto:[EMAIL PROTECTED]] I have deployed beans and running clients successfully. The problem is the server can't get the Driver in Class.forName( ); I have copied driver class

RE: Classpath : Orion On Linux

2000-09-28 Thread Stanislav Maximov
I guess you need to put your driver under orion-root/lib directory. stas@ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mr Shailesh Joshi Sent: Monday, September 28, 1998 4:14 PM To: Orion-Interest Subject: Classpath : Orion On Linux Hi

RE: Classpath : Orion On Linux

2000-09-28 Thread Santosh S
Title: RE: Classpath : Orion On Linux hi, Try putting it in the orion-root/lib directory. regards santosh s :) -Original Message- From: Mr Shailesh Joshi [mailto:[EMAIL PROTECTED]] Sent: Monday, September 28, 1998 5:44 PM To: Orion-Interest Subject: Classpath : Orion On Linux

Re: Classpath : Orion On Linux

2000-09-28 Thread Claudio Miranda
What exactly do you want to do?, loading forName method. Claudio Mr Shailesh Joshi wrote: Hi All I have installed Orion 1.3.8 on Linux server. I have deployed beans and running clients successfully. The problem is the server can't get the Driver in Class.forName

Re: Classpath : Orion On Linux

2000-09-28 Thread James M. Earle III
[the root of the JDBC package] somewhere in classpath. I can only recommend that you make sure you are setup properly in light of this information. Jas Mr. Shailesh Joshi wrote: Hi All I have installed Orion 1.3.8 on Linux server. I have deployed beans and running clients successfully

Re: Orion on Linux NOT as root

2000-09-28 Thread Markus Holmberg
ipchains would be used. I can only provide instructions for FreeBSD. Markus On Thu, Sep 28, 2000 at 04:38:12PM -0400, Jim Archer wrote: Hi All... We have been developing under Orion on Windows machines, but the time came last night to start testing on Linux, our intended server platform. We

Re: Orion on Linux NOT as root

2000-09-28 Thread Lorin Kobashigawa
with a Linux box and IP-Chains, or probably an off the shelf firewall. -Lkb At 04:38 PM 9/28/00 -0400, Jim Archer wrote: Hi All... We have been developing under Orion on Windows machines, but the time came last night to start testing on Linux, our intended server platform. We installed 1.3.8

Re: Orion on Linux NOT as root

2000-09-28 Thread Jason von Nieda
.html But I don't know where to get the native library any more. Orion team? - Original Message - From: "Markus Holmberg" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Thursday, September 28, 2000 4:46 PM Subject: Re: Orion on Linux NOT as root If y

RE: Orion on Linux NOT as root

2000-09-28 Thread Victor A. Salaman
You could've used ipfilter for Solaris -Original Message- From: Sach Jobb [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 28, 2000 5:43 PM To: Orion-Interest Subject: Re: Orion on Linux NOT as root We just went through this about a week ago, check out the list archives

RE: Classpath : Orion On Linux

2000-09-28 Thread Goel, Deepak
Subject: SV: Classpath : Orion On Linux CLASSPATH variable is worthless in orion... You have to copy your jar to [orion]/lib directory, then it will be in your classpath automatically. Hope this helps :) Klaus Myrseth Telenor Mobil AS -Opprinnelig melding- Fra: Mr Shailesh Joshi [mailto

Re: Orion on Linux NOT as root

2000-09-28 Thread Jim Archer
it, but we still have a problem. This all applies to Orion 1.3.8 running on Debian Linux 2.2 "Potato" with a 2.2.14 (patched) kernel and IBM JDK 1.3.0 build cx130-2815. 1. The main issue these people are discussing on the list is how to get the server to listen on port 80, which is not

Re: SUN JDK1.3 RC1 for Linux

2000-09-12 Thread Robert Krueger
requests). With all the problems we're having, maybe we should upgrade Linux and then try again. yes, I believe getting the latest glibc is a good idea. I have just tested the IBM jdk for a few hours under real load and it crashed several times. guell we'll switch back to sun rc1, which hasn't

RE: SUN JDK1.3 RC1 for Linux

2000-09-11 Thread Tim Drury
It works great too. I've been running Orion w/Sun's JDK 1.3 for Linux for about a month. -tim -Original Message- From: Robert Krueger [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 09, 2000 5:14 AM To: Orion-Interest Subject: SUN JDK1.3 RC1 for Linux might

Re: SUN JDK1.3 RC1 for Linux

2000-09-11 Thread Joel Shellman
://www.ants.com/90589781 Tim Drury wrote: It works great too. I've been running Orion w/Sun's JDK 1.3 for Linux for about a month. -tim -Original Message- From: Robert Krueger [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 09, 2000 5:14 AM To: Orion-Interest Subject

Re: SUN JDK1.3 RC1 for Linux

2000-09-11 Thread Robert Krueger
. robert -- Joel Shellman Chief Software Architect The virally-driven B2B marketplace for outsourcing projects http://www.ants.com/90589781 Tim Drury wrote: It works great too. I've been running Orion w/Sun's JDK 1.3 for Linux for about a month. -tim -Original Message

Re: SUN JDK1.3 RC1 for Linux

2000-09-11 Thread Joel Shellman
but it just seemed to stop handling requests). With all the problems we're having, maybe we should upgrade Linux and then try again. Thanks, -joel shellman http://www.ants.com/

SUN JDK1.3 RC1 for Linux

2000-09-09 Thread Robert Krueger
might be of interest to some people on this list http://developer.java.sun.com/developer/earlyAccess/j2sdk13/download-linux.html (-) Robert Krüger (-) SIGNAL 7 Gesellschaft für Informationstechnologie mbH (-) Brüder-Knauß-Str. 79 - 64285 Darmstadt, (-) Tel: 06151 665401, Fax: 06151 665373 (-)

Re: Linux and IBM JDK v1.3?

2000-08-23 Thread Davor Cengija
On Tue, 22 Aug 2000, Vlad Petric wrote: Jason Rimmer wrote: I see some traffic in the archive that suggests that people have gotten Orion working on Linux with IBM's v1.3 JDK? If that's the case I'd love to know the secret. My attempts result in: [root@box orion]# java -jar

Re: Linux and IBM JDK v1.3?

2000-08-23 Thread Vlad Petric
{mandrake}[~]$ java -version java version "1.3.0" Classic VM (J2RE 1.3.0 IBM build cxdev-2502 (JIT enabled: jitc)) 2502 is clearly the release date. I get 2623. My advice is to grab the latest version from IBM and use it instead of Sun/Blackdown version. It's considerably

Re: Linux and IBM JDK v1.3?

2000-08-23 Thread Jason Rimmer
Also, notice the "dev" in the middle of the version string. That's what I was running and it means you're running the prerelease development version. The production's version string is (notice "dev" has changed to 130): java version "1.3.0" Java(TM) 2 Runtime Environment, Standard

Linux and IBM JDK v1.3?

2000-08-22 Thread Jason Rimmer
I see some traffic in the archive that suggests that people have gotten Orion working on Linux with IBM's v1.3 JDK? If that's the case I'd love to know the secret. My attempts result in: [root@box orion]# java -jar orion.jar SIGSEGV 11 (*) segmentation violation stackpointer

Re: Linux and IBM JDK v1.3?

2000-08-22 Thread Jason Rimmer
Thanks for your offer of help. Vlad Petric wrote: Jason Rimmer wrote: I see some traffic in the archive that suggests that people have gotten Orion working on Linux with IBM's v1.3 JDK? If that's the case I'd love to know the secret. My attempts result in: [root@box orion]#

has anyone used ssl on linux w/orion?

2000-08-09 Thread Joseph B. Ottinger
I'm looking for proof that it can be done, and then - perhaps - maybe even a "how you did it," but mainly I'm trying to make sure it can be done before I spend time on it. --- Joseph B. Ottinger [EMAIL PROTECTED]

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

2000-08-09 Thread James Ho
I did get server authenication to work...couldn't get client authenication to work.. :( I used JSSE+JDK1.2, on debain linux 2.2 (if that matters). Just basically follow the ssl-howto from orionserver.com.. James. On Wed, 9 Aug 2000 05:45:31 -0400 (EDT), you wrote: I'm looking for proof

  1   2   >