Used first Example HelloWorld of Tag Lib tutorial of orion but got an error

2001-03-09 Thread srinivas
Hi, I have downloaded the Helloworld.jsp, taglib.tld and helloworld .java compiled and got helloworld.class . and created the same directory structure as mentioned in the documentation of taglib-tutorial. I could able to compile HelloWorld.java when i run the HelloWorld.jsp , it produces

AW: Calibrating EJB Pooling in Orion

2001-03-09 Thread Tibor Hegyi
Title: Hi Falk,See my comments below! Regards, Tibor Hegyiwebmiles AGRidlerstr. 31b80339 MünchenTel. 089/ 12469-461Fax 089/ 12469 - 222e-mail: [EMAIL PROTECTED]-Ursprüngliche Nachricht-Von: [EMAIL PROTECTED][mailto:[EMAIL PROTECTED]]Im Auftrag von FalkLanghammerGesendet:

EJB Clustering

2001-03-09 Thread William Jones
I would like to find out if anybody out there has done much with clustering EJB (or RMI) servers using Orion. We will be running an operation that will need to be large, scalable and have a failsafe level of availability. In other words there should be no single point of failure.

Using multiple datasources

2001-03-09 Thread Randahl Fink Isaksen
What is the simplest, most server-independent way of using several datasources with the same application? I would like a number of different customers to be able to use the same web-application, but with different database instances. It is important for me to use as few Orion specific features

Re: SOAP interface for ejb beans?

2001-03-09 Thread colin harris
i downloaded the apache soap implementation, which has a servlet (rpcrouter) for handling soap requests. I installed the servlet as an application on Orion. I used the StatelessEJBProvider class but had to modify it a bit to get it to work with orion, (the initialise method). This class handles

Re: Orion 1.4.7?

2001-03-09 Thread Robert Krueger
At 15:50 09.03.2001 , you wrote: Hello Anyone could tell me where I can download Orion 1.4.7 java -jar autoupdate.jar Thanks in advance (-) Robert Krger (-) SIGNAL 7 Gesellschaft fr Informationstechnologie mbH (-) Brder-Knau-Str. 79 - 64285 Darmstadt, (-) Tel: 06151 665401, Fax: 06151 665373

Re: Orion with Apache.

2001-03-09 Thread Dan North
Take a look at the article on www.orionsupport.com about using Orion with another web server. The example there uses Apache. Cheers, Dan. At 12:33 09/03/2001 +0530, you wrote: hi, Does Orion application Server provide support for Apache Web Server on WinNT platform? I would appreciate if you

Re: Orion 1.4.7?

2001-03-09 Thread Klaus Thiele
Am Freitag, 9. Mrz 2001 09:50 schrieben Sie: Hello Anyone could tell me where I can download Orion 1.4.7 $ cd /opt/orion $ java -jar autoupdate.jar or via proxy: $ java -DproxyPort=portnum -DproxyHost=hostname -jar autoupdate.jar -- Klaus Thiele - Personal Informatik AG mailto:[EMAIL

RE: Orion 1.4.7?

2001-03-09 Thread Tony J. Brooks
Hi Thanh, You need to run the autoupdater since 1.4.7 is not available for explicit download. Go to your existing Orion folder, and type ... java -jar autoupdate.jar It should proceed automatically, perhaps with a few prompts to overwrite selected files. Good luck, Tony. --- Dr Tony

RE: Orion with Apache.

2001-03-09 Thread Wagner, SnowWolf CAR
The Apache server on NT is considered beta by Apache. You should note that it has be view as beta for years. They is almost no benfit to running Apache in front of Orion. Why do oyu want to. SnowWolf -Original Message- From: Harsh Vinod Mohta [mailto:[EMAIL PROTECTED]] Sent: Friday,

Re: Case insensitive primary keys

2001-03-09 Thread Rafael Alvarez
Hello Jeff, You can do two things: .- In the EJBCreate change the user name to Upper or Lower case when setting it. Also in the PK class change it to Upper or Lower case. .- Override the PK class equal() method, to compare the username in Upper(Lower)case. Thursday, March 08, 2001, 7:30:39 PM,

RE: Orion 1.4.7?

2001-03-09 Thread Juan Lorandi (Chile)
also for those with complicated proxies, try http://www.orionserver.com/orion/orion.jar -Original Message- From: Robert Krueger [mailto:[EMAIL PROTECTED]] Sent: Friday, March 09, 2001 8:18 AM To: Orion-Interest Subject: Re: Orion 1.4.7? At 15:50 09.03.2001 , you wrote: Hello

RE: Orion 1.4.7?

2001-03-09 Thread Randahl Fink Isaksen
You cannot download 1.4.7 as a seperate package. However, you can upgrade your 1.4.5 to 1.4.7 by launching the update functionality of Orion. It is all documented at www.orionserver.com. Randahl -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of

Re: Dependent Primary Key

2001-03-09 Thread Ruth He
Hello, Christian: I have an application which has a lot of one-to-many EJB-to-dependents relationships. What I have experienced is that you can define data-type in your deployment descriptor "orion-ejb-jar.xml", including redefining field size to whatever you expect, instead of having all string

Error: Cannot convert from class...

2001-03-09 Thread Tobias Streckel
Hello, if I start the orionserver it tells me: Auto-unpacking G:\orion\applications\Login.ear... done. Auto-deploying Login (Assembly had been updated)... Auto-deploying Login-ejb.jar (ejb-jar.xml had been touched since the previous deployment). .. java.lang.IllegalArgumentException: Cannot

AW: Settings for pooled datasources, timeout errors

2001-03-09 Thread Jens Stutte
Hi, -Ursprngliche Nachricht- Von: Falk Langhammer [mailto:[EMAIL PROTECTED]] Gesendet am: Donnerstag, 8. Mrz 2001 19:21 An: Orion-Interest Betreff: Re: Settings for pooled datasources, timeout errors Hi Jens, interesting posting! I think You still could get the JDBC source

Error unpacking: IO Error: error in opening

2001-03-09 Thread Randahl Fink Isaksen
I am wondering if I am the the only one getting an error when deploying a new .ear (this happens often but not always): Auto-unpacking C:\(...)\project.ear... Error unpacking: IO Error: error in opening zip file Does anybody know why this happens, and is there a work-around apart from

Re: find by methods

2001-03-09 Thread KirkYarina
Take a look at http://www.orionsupport.com/ under basic and advanced finder queries (on the right side under EJB). Kirk Yarina At 10:43 AM 3/9/01 +, you wrote: Hi all, I am new to EJBs and am currently attempting to define my findBy methods. I was under the impression that you define your

Re: Dependent Primary Key

2001-03-09 Thread KirkYarina
You can also turn off autocreate, and create your tables outside orion. This gives you access to foreign keys and referential integrity checking, indexes, etc. Kirk Yarina At 09:36 AM 3/9/01 -0500, you wrote: Hello, Christian: I have an application which has a lot of one-to-many

Re: Using multiple datasources

2001-03-09 Thread Jay Armstrong
Randahl, EJB's are supposed to be portable server-side components that implement business logic. Theoretically, an EJB developer should be able to ignore the backend database and operating system, focusing on the business logic. The EJB container isolates the EJB components from the OS and db.

Re: Settings for pooled datasources, timeout errors

2001-03-09 Thread Falk Langhammer
Hi From: "Jens Stutte" [EMAIL PROTECTED] no, it is a SAP DB kernel problem. Does it mean this problem exists for R/3 installations - I mean they need a reboot after a couple of million SQL statements? Hard to believe! Do all SAP customers only have toy problems? ;-)) Never used Firebird

test, please ignore

2001-03-09 Thread Dan North
-- Dan North VP Development - Cadrion Software Ltd - +44 (0)20 7440 9550 CONFIDENTIALITY This e-mail and any attachments are confidential and may also be privileged. If you are not the named recipient, please notify the sender immediately and do not disclose the contents to another person,

want Client to block on a session bean

2001-03-09 Thread colin harris
hi, the scenario is, Client calls method of a bean, which then invokes other beans to do some processing and waits, when processing is finished, the bean is informed and stops waiting and the method returns to the Client. I tried using wait, notify within the bean, but this did not work as

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 the

How about the latest xerces.jar and xalan.jar?

2001-03-09 Thread Duffey, Kevin
Orion team (and whoever else is interested), I am working on a small framework that uses Saxon and requires the latest xerces.jar file. I just did an autoupdate and it downloaded xerces.jar into the orion folder (I deleted the one that was there because of the problem I am about to describe).

RE: Using Orion with Apache...

2001-03-09 Thread Juan Lorandi (Chile)
basically, Apache will handle all SSL; orion won't notice SSL is being used(which IMHO is really not good). HTH JP -Original Message- From: Alex Paransky [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 07, 2001 11:32 PM To: Orion-Interest Subject: RE: Using Orion with Apache...

IOException error writing to server..what does it mean?

2001-03-09 Thread Duffey, Kevin
Can anyone possibly explain to me why this error occurs? I am developing an online worksheet system which uses between 20 and 70 columns (dynamically built) and any number of rows. It seems as I get to about 11 to 14 rows, Orion throws this exception and the application no longer responds. This

RE: Session cookie and https. PLEASE HELP!!!!

2001-03-09 Thread Sergio Socarras
Juan, Thanks for responding to my email! Yes sessions working correctly is truly critical to our app. Basically we have about 14 machines running in our environment behind an alteon. The alteon selects a machine the first a person comes in, a session is created, and that person is made sticky

RE: Error unpacking: IO Error: error in opening

2001-03-09 Thread Thomas Pridham
We also see this problem alot. My opinion is that while ant is still copying over the file, Orion tries to open it, resulting in an I/O error. Sometimes Orion retries to open it and other times not. The EAR-auto deploy is quirky!! Regards, Tom Pridham Software Engineer http://www.Oakscape.com

Re: Error unpacking: IO Error: error in opening

2001-03-09 Thread Jay Armstrong
Randahl, I've had some problems with unpacking .ear and .war files in the past. These are really JAR (Java Archive) files, which are really ZIP format files. I think the problem I had was because of the tool that I used to create the .ear/.war. The problem could also be somewhat related to the

RE: How about the latest xerces.jar and xalan.jar?

2001-03-09 Thread Ted R. Rice
i've experience similar issues with orion 1.4.7 and saxon 6.2.1. if you update the versions of xerces to 1.3 and xalan to 2.0, you will get the MethodNotFound error when doing any javax.xml package calls. only way i got around it was: 1. remove jaxp.jar from the orion dir 2. open up

Re: How about the latest xerces.jar and xalan.jar?

2001-03-09 Thread Rafael Alvarez
Hello Kevin, Friday, March 09, 2001, 1:42:59 PM, you wrote: DK Secondly, why is it when xerces.jar is in the Orion folder, Orion DK does NOT use the version I have in the WEB-INF/lib folder? I thought (sorry DK if I don't recall what the specs say on this) that libraries in the DK WEB-INF/lib

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

un subscribe

2001-03-09 Thread lafur Arnar Arthrsson
-Original Message- From: Simon Sent: lau. 10.3.2001 05:16 To: Orion-Interest Cc: Subject: un subscribe un subscribe winmail.dat

Re: Error unpacking: IO Error: error in opening

2001-03-09 Thread James Manning
[Randahl Fink Isaksen] I am wondering if I am the the only one getting an error when deploying a new .ear (this happens often but not always): Auto-unpacking C:\(...)\project.ear... Error unpacking: IO Error: error in opening zip file Does anybody know why this happens, and is there a

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: find by methods

2001-03-09 Thread Robert Nicholson
Finder methods are declared in a proprietory format for each vendor so they are declared in the vendors .xml file. For Orion this is orion-ejb-jar.xml and this file is created during the deployment process.in the applications-deployments/factory/ejbs directory look at the

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]]On

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 don't have this

RE: IOException error writing to server..what does it mean?

2001-03-09 Thread Robert Nicholson
Have you tried increase the size of the buffer on your jsp page? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Duffey, Kevin Sent: Friday, March 09, 2001 9:51 AM To: Orion-Interest Subject: IOException error writing to server..what does it mean?

How i can upgrade orion1.3.8 to orion.1.4.0

2001-03-09 Thread waheed_rahuman
Hai All, I am , using orion.13.8 i am interested to use orion.1.4.0. So, how i can upgrade my orion.1.3.8 to orion.14. server expecting your reply i thanx in advance for you reply thanking you yours waheed _ Do You Yahoo!? Get your

security in web-apps

2001-03-09 Thread Kiss Tibor
Hi! I have created an ear file containing only a war file (with some jsps) just for experimenting, as I am quite new to orion. However, if I try to access my web-app, I get a 403 Forbidden error. Anyone got some suggestions/examples how I can control access security for my war? Thanks Tibor