Orion crashes on Solaris

2000-08-16 Thread Savotchkin Egor
Hi all! Has anyone experienced problems with Orion on Solaris? Sometimes Orion server crashes writing the following in the server console "SIGSEGV 11* segmentation violation si_signo [11]: SIGSEGV 11* segmentation violation " and "SIGBUS 10* bus error si_signo [10]: SIGBUS 10* bus error

EJB Client Classes

2000-08-16 Thread Dan Winfield
When creating an EJB client connecting to Orion from another JVM on a different machine what should the java.naming.factory.initial be? And if it is com.evermind.server.ApplicationClientInitialContextFactory, then how should these classes be packaged? Should we use a different

Re: posting fourth time but did not got any answer

2000-08-16 Thread David Sierra Fernandez
In web.xml, nested in servlet tag you have a tag called load-on-startup where you specify the priority number which your servlet will have. a value of -1 will not load on startup your servlet. Hope this helps. -

Fw: Re: posting fourth time but did not got any answer

2000-08-16 Thread Stanislav Bernatsky
-Original Message- From: Christian Sell [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Date: Sun, 13 Aug 2000 14:32:00 +0200 Subject: Re: posting fourth time but did not got any answer for server startup, the following should do: 1. specify load-on-startup for your servlet

RE: posting fourth time but did not got any answer

2000-08-16 Thread Khan Kamran
Title: RE: posting fourth time but did not got any answer Thanks to all of you. Now I will try these options when i will be home after office. Kamran -Original Message- From: David Sierra Fernandez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 16, 2000 12:58 PM To:

Re: Orion crashes on Solaris

2000-08-16 Thread Karl Avedal
Hello Egor, That is a bug in your Solaris JDK. I note that you are using a rather old JDK, upgrade to the latest version and try again to see if it helps. Regards, Karl Avedal Savotchkin Egor wrote: Hi all!Has anyone experienced problems with Orion on Solaris? Sometimes Orion server

Where to get database-schemes.dtd?

2000-08-16 Thread Jennifer Kew
Hi there, Can anyone tell me where to get "database-schemes.dtd"? According to .xml files at $orion_home/config/database-schemas/, it should locate at "http://www.orionserver.com/dtds/database-schemes.dtd", but I could not find the file at this url. Thanks, Jennifer

RE: Orion crashes on Solaris

2000-08-16 Thread Rob Lapensee
Egor , I am running on SunOS 5.7 and have never encountered the problem. We run the nightly build of our development system on Sun with no problems. As for the version of Orion, I think it is the first released Orion version, I get the following when Orion starts up: Orion/1.0

Re: posting fourth time but did not got any answer

2000-08-16 Thread Christian Sell
-1 in web.xml means that the preload sequence is unimportant. Preload does however still happen. To achieve load-on-server-startup, using web.xml is not enough, since this only causes the servlet to be loaded when the application is started, which may not be before it is accessed the first time.

Re: posting fourth time but did not got any answer

2000-08-16 Thread David Sierra Fernandez
you're totally rigth, Chris - David Sierra Fern ndez Ingeniero Tecnico de Telecomunicaci¢n AULA RETECAL (CEDETEL) Universidad de Valladolid Campus Miguel Delibes E-Mail: [EMAIL PROTECTED]

Is anybody using UserTransactions successfully?

2000-08-16 Thread Robert Hargreaves
Hi, I have noticed a number of postings over past months regarding UserTransactions, either in a session bean or in the client. Has anybody had any success at all with these? I haven't and I'm beginning to wonder if such features actually work on Orion. The last time I tried to set a session

clustering/load balancing

2000-08-16 Thread Flemming Seerup
Does Orion support clustering/load balancing? and if so, is there at How-To? /Flemming

JMS performance is so terrible

2000-08-16 Thread Ivan Kostenko
Even for simple benchmark test FioranoMQ beats Orion JMS almost 10 times. WHATS'S UP DUDES ??? Is it possible to fix it, sound for me, may be you use wrong collection classes or use synchronized methods ??? Orion ~ 200 ms FioranoMS ~ 20 ms I did test on a. NT 4.0, Pentium III 600Mhz 256M, Sun

Re: Postgres and Orion

2000-08-16 Thread KirkYarina
Thanks for the feedback! We saw consistent slowdowns with several test programs using both BMP and CMP. From my notes vacuum would reclaim data space, but not index files, and a recreate primary key reduced the index file from 3.1m to 1.6k on a table with one row. Doing this every time gave

RE: Different data-sources for different applications?

2000-08-16 Thread Rick Bos
You can modify this in orion-ejb-jar.xml. This file is found in orion/application-deployments/your-app/ejb You can copy this file to /ear/ejb/orion/orion-ejb-jar.xml and modify it there. ( where ear is your development directory and ejb is your Enterprise Java Bean directory). Hope this

Re: Different data-sources for different applications?

2000-08-16 Thread Anders Bengtsson
Rick Bos wrote: You can modify this in orion-ejb-jar.xml. This file is found in orion/application-deployments/your-app/ejb You can copy this file to /ear/ejb/orion/orion-ejb-jar.xml and modify it there. ( where ear is your development directory and ejb is your Enterprise Java Bean

Re: Different data-sources for different applications?

2000-08-16 Thread Robert Krueger
At 21:37 16.08.00 , you wrote: Robert Krueger wrote: The remaining problem is that this would require a different .ear file for each deployment. I'm trying to deploy the same application many times on the same Orion, with different databases, to separate our different customers.

Ecommerce sites using Orion

2000-08-16 Thread Chris Miller
We're developing a fairly large ecommerce solution for a client, and there is a little bit of concern that we're breaking new ground (which I think we are, in a good way) and that Orion hasn't been proven in this area. It's not a major issue, and we'll be running the site with Orion regardless,

Re: please please please include change list with new releases

2000-08-16 Thread Karl Avedal
Hello Ari, All I can say is that I couldn't agree more, we really need that and I'm internally pushing developers to write good notes meant for users, for every change they make :) Hopefully it will help. However, changes.txt will be updated to 1.2 when it's released (it's just experimental so

Re: MySql?

2000-08-16 Thread Brian Beaulieu
From what point of view? As a datasource? No. Just through a JDBC driver as part of an application, yes. Brian -- Capital Internet http://www.capital-internet.net Voice: (414) 291-3500 x1004 On Wed, 16 Aug 2000, Steven Punte wrote: Has anyone ever use the database "mysql" successfully with

Re: Different data-sources for different applications?

2000-08-16 Thread Karl Avedal
Hello Anders, I see you've gotten good answers already, just wanted to point that if you want to use different defaults per application rather than per ejb, you can set the default-data-source attribute in the orion-application.xml file. Regards, Karl Avedal Anders Bengtsson wrote: Rick Bos

Re: Ecommerce sites using Orion

2000-08-16 Thread Porfiriev Sergey
We develop e-commerce site (not yet gone in real production) www.axwell.com - Original Message - From: "Chris Miller" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Wednesday, August 16, 2000 4:41 PM Subject: Ecommerce sites using Orion We're developing a fairly large

Re: MySql?

2000-08-16 Thread Steven Punte
From what point of view? As a datasource? No. Just through a JDBC driver as part of an application, yes. Has it been demonstrated in a production worthy manner that the facilities of this server, (i.e. db pooling, EJB-CMP) operate with mysql? Steve Brian -- Capital

RE: Different data-sources for different applications?

2000-08-16 Thread Mike Cannon-Brookes
Perhaps the best way to do this is to deply the same EAR, but just change the WAR over after you've deployed it? Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Neville Burnell Sent: Thursday, August 17, 2000 8:26 AM To: Orion-Interest Cc:

Setting up a separate tier for servlets and ejbs.

2000-08-16 Thread Kevin Duffey
Hi, I am wondering how would you set up two separate tiers, each having their own farm. One would be for the front-end web server and servlets, while the other would be for the ejb tier. Each would have a cluster of servers. The front-end would be for session fail-over (load-balanced somehow).

RE: MySql?

2000-08-16 Thread Richard Woodward
MySQL can be used with EJB's, but entities will have to be written in such a way as to get around the lack of transaction support, ie. using table locks (Yuck!). THis however alone does not guarantee data integrity, as a connection that is dropped in the middle of a set of queries, will result in

HttpServletRequest unique?

2000-08-16 Thread Christian Sell
Hello, I just ran across a phenomenon that I would like to confirm: My assumption was that for every request, a new HttpServletRequest instance is created (I thought I had read this in the spec - the statement in the API docs is rather weak). I relied on this for some initialization logic,

Session fail-over of multiple contexts in one app?

2000-08-16 Thread Kevin Duffey
Hi, Yet another question related to fail-over...sorry for so many. I have Orion clustered, but I have one app with 4 contexts. I set one context to my root app c:\apps\bm\www, and the other 3 are set to point at c:\apps\bm\admin. They are /radio, /tv and /cable paths, all set in the same

RE: Session fail-over of multiple contexts in one app?

2000-08-16 Thread Kevin Duffey
Ok..figured out how to get that clustered..or so I think. The one thing I am not sure about..does Orion support the ability to re-establish session replication to a server that went down and comes back up? I see my various apps generating the sessions on the clustered computers, but when I shut

Debuggin JSPs

2000-08-16 Thread P. Taylor Goetz
I've been hacking away, trying to figure out how to debug JSPs w/NetBeans Orion, to no avail. Servlets and EJB's are no problem (using JPDA + NetBeans). Has anyone gotten any of the following to work? 1. Orion keeping the servlet code generated for a JSP compile? 2. Successfully debugged a