Re: DataSource and Transaction

2000-11-14 Thread Robert Krueger
At 08:42 14.11.00 , you wrote: Hi! I have an orion-specific question about DataSources and transactions. I have a session bean in which I start a UserTransaction: ut = context.getUserTransaction(); ut.begin(); .. stuff .. ut.commit(); In the "sutff" section above I create different

EJB Performance Question.

2000-11-14 Thread
Hi, every one. First i'm sorry for my english. We use servlet that call EJB. Next is code fraction. //--- public Vector findByFirstPage(DirHome home, Integer rowCount) throws Exception{Vector rows= new Vector();Dir dir= null;

Physical Schema name....

2000-11-14 Thread Klaus . Myrseth
Do anyone have an idea of a general (multi appserver) way of spesifying the table name of an entity bean in the EntityBean? I am required to have a complex JNDI paths so i can't use ejb-name tag. Please if anyone knows, i would appreciate if they share it with me :) Klaus Myrseth

orion server works with jdk 1.3???

2000-11-14 Thread krishna mukdapu
hi, I used to work with orion server with jdk 1.2.2. Recently I installed jdk 1.3 and uninstalled jdk 1.2.2. Now I am not able to start orion server. I get the error message saying that could not find version number 1.3 for jre in program files/java soft/jre. any idea? thanks in advance.

Re: orion server works with jdk 1.3???

2000-11-14 Thread Gerald Gutierrez
You're probably using Windows. This wouldn't happen on Linux. Somewhere, you've messed up the registry key that indicates what version of the Java Runtime you supposedly have installed. The easiest thing is to uninstall JDK1.3, and then reinstall it again. At 09:16 AM 11/14/2000 +, you

Re: Application client.

2000-11-14 Thread Tim_Clarke
Well.. just got in working myself, but I'm very new to all this so any gurus feel free to correct... In the same directory as your app drop a jndi.properties file in with the following: java.naming.factory.initial=com.evermind.server.rmi.RMIInitialContextFactory

Re: orion server works with jdk 1.3???

2000-11-14 Thread Robert Krueger
At 09:16 14.11.00 , you wrote: hi, I used to work with orion server with jdk 1.2.2. Recently I installed jdk 1.3 and uninstalled jdk 1.2.2. Now I am not able to start orion server. I get the error message saying that could not find version number 1.3 for jre in program files/java soft/jre.

OFF TOPIC: Jdbc Driver for MS SQL server?

2000-11-14 Thread Joe Peer
Hi everybody! sorry for this off topic message, but i know that this list is used by some very experiences J2EE devs and so i couldn't resist to ask a question: my problem is that i am forced to use ms sql server for a project and now I am looking for a good driver available for MS SQL Server 7

Using datasource from external JNDI client

2000-11-14 Thread Denis Jaccard
Hi all, I'm trying to connect a stand-along client application to the HypersonicSQL database using Orion and datasource. The JNDI lookup works fine and I am able to get a connection. The problem arises when I try to create a Statement object. Moreover, there is no particular error message which

ciphering URLs

2000-11-14 Thread Ismael Blesa Part
Hi all, I am trying to cipher some of the parameters that are sent to my application Server. I am having some problems with the conversion from String to an array of bytes. Sometimes the conversion losts info. Have any of you already solved this issue. Regards

RE: Question about use default-charset=gb2312

2000-11-14 Thread J.T. Wenting
and please set your mailclient to send plain-text and not to use Chinese encoding. Most people do not have Chinese encoding installed and get annoying popups :) Jeroen T. Wenting [EMAIL PROTECTED] Murphy was wrong, things that can't go wrong will anyway -Original Message- From: [EMAIL

RE: orion server works with jdk 1.3???

2000-11-14 Thread pavel
I work with SUN's jdk1.3 (with server Hotspot )on Win200, but Orion crashes with IBM's jdk1.3. Bernshtam Pavel 053-398944 Certified Java 2 Programmer

help ! classpath to the shared jar files or class files

2000-11-14 Thread Edmund Cheung
I have non-ejb classes ( called share.jar)are used by all ejb jar files and how do I let Orion know to use this jar file for the ejb jars files ? Define the classpath somewhere ? I have got the error below while deploying the ejb jar files. Thanks for your help. I have tried the following ways

does anyone use the parent attribute for applications?

2000-11-14 Thread Robert Krueger
hi, I started using the orion feature, that you can declare a child application of another one. at first it worked fine but I'm beginning to get more and more weird errors, e.g. say I have three applications named parent, child1 and child2. in addition to that I have used the

RE: orion server works with jdk 1.3???

2000-11-14 Thread Arved Sandstrom
General Windoze rule of thumb, particularly when handling different versions of the same thing...always install your target version after uninstalling the other. Arved Sandstrom -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Krueger Sent:

RE: Orion as JBuilder Servlet Engine

2000-11-14 Thread Russ White
See my post yesterday. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Marc Rabil Sent: Monday, November 13, 2000 4:25 PM To: Orion-Interest Subject: Orion as JBuilder Servlet Engine I have JB4 Enterprise and have figured out (thanks to help from some

DeadlockException

2000-11-14 Thread Adam Cassar
Does anyone know what the following error means? 11/14/00 10:51 PM Error in bean com.netregistry.aucom.accounting.BillingAccount: Error in ejbPassivate com.evermind.server.DeadlockException: Deadlock detected: thread 11 is waiting for resource entity 1003 held by thread 11 Any ideas on how to

RE: OFF TOPIC: Jdbc Driver for MS SQL server?

2000-11-14 Thread Juan Lorandi (Chile)
There's a problem with CLOB BLOB fields with SprintA 2000 + SQL 7... The CLOB doesn't grow beyond the predefined value, like in say CREATE TABLE MiTabla ( int ID, varbinary(8192) miObjeto); miObjeto doesn't grow beyond 8192 chars, tough it's supposed to Consecuences: Whenever a dependant

Re: orion server works with jdk 1.3???

2000-11-14 Thread Adam Cassar
or do you mean ibm's jdk1.3 crashes? :) On Tue, Nov 14, 2000 at 01:51:50PM +0200, [EMAIL PROTECTED] wrote: I work with SUN's jdk1.3 (with server Hotspot )on Win200, but Orion crashes with IBM's jdk1.3. Bernshtam Pavel

Re: Application client.

2000-11-14 Thread Dan DiCesare
You will need sever things: 1) Create an application-clien.xml file that defines the ejb's needed for your application. For example if foo was an ejb deployed as fooejb, your application-client file should read: application-client display-nameMyApplication/display-name

PHP servlet problems

2000-11-14 Thread Tim Squires
Hi, I have a few php things I would like to run on my Orion server so I installed the php servlet: In global-web-application.xml changed: servlet-classcom.evermind.server.http.CGIServlet/s ervlet-class to

Re: orion server works with jdk 1.3???

2000-11-14 Thread Claudio Miranda
Goto registry, HKEY_LOCAL_MACHINE/Software/Javasoft/{JavaDevelopmentKit, JavaRuntimeEnvironment}, choice and change. Claudio Miranda Robert Krueger wrote: At 09:16 14.11.00 , you wrote: hi, I used to work with orion server with jdk 1.2.2. Recently I installed jdk 1.3 and

Re: ciphering URLs

2000-11-14 Thread Sven van 't Veer
Ismael Blesa Part wrote: Hi all, I am trying to cipher some of the parameters that are sent to my application Server. I am having some problems with the conversion from String to an array of bytes. Sometimes the conversion losts info. Have any of you already solved this issue. I'm not

Re: help ! classpath to the shared jar files or class files

2000-11-14 Thread Sven van 't Veer
Edmund Cheung wrote: I have non-ejb classes ( called share.jar)are used by all ejb jar files and how do I let Orion know to use this jar file for the ejb jars files ? Define the classpath somewhere ? I have got the error below while deploying the ejb jar files. Thanks for your help.

RE: Orion + Weblogic via JNDI?

2000-11-14 Thread Seth Ladd
perhaps you should try to load the WebLogic classes with your bootstrap classpath(we have to do this for our encryption packages). try somehing like java -Xbootclasspath/p:lib\some.jar -jar orion.jar What is the difference between the bootstrap classpath and either the environment

RE: orion server works with jdk 1.3???

2000-11-14 Thread J.T. Wenting
check and doublecheck (goes for *nix too). For example Oracle installs its own JVM without asking or telling you. If you choose custom setup you will see 1.1.7 in the list of installed items, but removing it from the install has no effect,it is still installed... This caught us by surprise once,

Re: help ! classpath to the shared jar files or class files

2000-11-14 Thread TDSlusser
Just put the jar file in the /lib dir where orion is installed and it will find them automatically. Regards, Ted Slusser [EMAIL PROTECTED]

RE: DeadlockException

2000-11-14 Thread Matt MacGillivray
Deadlocks are not fun. A deadlock is a thread related issue. Specifically when a group of threads are exclusively holding resources, then waiting on other threads for their resources, in a circle.. hence they will wait forever. Here is an example: Say thread A requires resource 1 and 2 to

RE: Orion as JBuilder Servlet Engine

2000-11-14 Thread Kemp Randy-W18971
I also suggest you post this question to the Apache Tomcat mailing list. -Original Message- From: Marc Rabil [mailto:[EMAIL PROTECTED]] Sent: Monday, November 13, 2000 3:25 PM To: Orion-Interest Subject: Orion as JBuilder Servlet Engine I have JB4 Enterprise and have figured out

RE: orion server works with jdk 1.3???

2000-11-14 Thread Kemp Randy-W18971
I ran into the same problem with other Java software and reinstalling JDK1.3 resolved everything. -Original Message- From: Robert Krueger [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 14, 2000 3:50 AM To: Orion-Interest Subject: Re: orion server works with jdk 1.3??? At 09:16

RE: orion server works with jdk 1.3???

2000-11-14 Thread J.T. Wenting
more likely. Orion runs just fine on Suns 1.3 :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Adam Cassar Sent: Tuesday, November 14, 2000 14:10 To: Orion-Interest Subject: Re: orion server works with jdk 1.3??? or do you mean ibm's jdk1.3

RE: EJB Performance Question.

2000-11-14 Thread Tim Drury
Every single one of those calls to dir.getXXX() has to go across the network via RMI. This is slow. You are better off using a bulk accessor pattern. For example, createa new class called DirView which contains all the attributes of your Dir EJB. Then make a single call to the Dir EJB to

Re: EJB Performance Question.

2000-11-14 Thread Klaus Thiele
Hi ±èöȸ, public Vector EJBToRow(Dir dir) throws Exception { [...] row.add(dir.getId()); row.add(new Long(dir.getPId())); row.add(dir.getName()); row.add(new Long(dir.getSerial())); row.add(new Long(dir.getChildCount())); row.add(new Long(dir.getDepth())); [...]

RE: EJB Performance Question.

2000-11-14 Thread Robert Krueger
At 10:03 14.11.00 , you wrote: Every single one of those calls to dir.getXXX() has to go across the network via RMI. This is slow. You are better off using a well, with orion this is intra-vm so its not that bad ... bulk accessor pattern. For example, create a new class called .. although a

RE: DeadlockException

2000-11-14 Thread Christophe Hartwig
Hi all, Say thread A requires resource 1 and 2 to run. Thread B requires resource 1, 2 and 3 to run. What happens when thread A starts, get's a hold of resource 1, then thread B starts, gets a hold of resource 2 and 3, then sits waiting for thread A to let go of resource 1. Similarly,

JNDI to EJB

2000-11-14 Thread Lee, Se Hee
Title: JNDI to EJB I can connect to the DataSource using the JNDI. But, I am having a problem with connecting to the EJB. It works fine with WebLogic, but I can't seem to figure out how to make it work.. Here is the steps that I performed. Please, someone point me to the direction as to

Re: orion server works with jdk 1.3???

2000-11-14 Thread Sven van 't Veer
"J.T. Wenting" wrote: check and doublecheck (goes for *nix too). For example Oracle installs its own JVM without asking or telling you. If you choose custom setup you will see 1.1.7 in the list of installed items, but removing it from the install has no effect,it is still installed...

Re: orion server works with jdk 1.3???

2000-11-14 Thread Daniel G. Koulomzin
Gerald, You speak as if you have gotten Orion to run under a Linux jdk1.3... any Linux jdk1.3 I run Orion on seems to Segfault after about 5 minutes of continuous HTTP requests. To be fair, I don't think this would happen under Windows... which isn't to say I want to use Windows... but lets be

RE: ciphering URLs

2000-11-14 Thread Rui Gil
Hi, I was yesterday, doing the same thing, cyphering some text, and I also noticed some wierd behaviour around the conversion from String to bytes. Today I discovered that the problem was related to the transformation of the default character encoding of my platform and the internal unicode

RE: PHP servlet problems

2000-11-14 Thread Sean Leach
I have it setup and running fine, I use: servlet servlet-namephp/servlet-name servlet-classcom.evermind.server.http.CGIServlet/servlet-class init-param param-nameinterpreter/param-name param-valuephp/param-value /init-param /servlet servlet-mapping

security-constraint

2000-11-14 Thread Truong Di Ly
Hi Experts, I have this problem: Principals of role users can be authenticated, but not principals of role projectchefs. web.xml : - !--1.security-constraint-- security-constraint web-resource-collection

RE: orion server works with jdk 1.3???

2000-11-14 Thread pavel
When I run orion on IBM's jdk 1.3, after 2-3 min testing with WebStone Load testing tool JVM crashes. Bernshtam Pavel 053-398944 Certified Java 2 Programmer

RE: DeadlockException

2000-11-14 Thread Juan Lorandi (Chile)
This is a problem I've faced before... It Orion, protecting your data consistency (I LOVE THIS SERVER!) You'll see, the spirit of transaction processing is the management of resources. There's something known as transaction isolation, I figure that in your app it is set to 'SERIALIZABLE'

client jar files

2000-11-14 Thread TDSlusser
Hi All, Thanks to those who helped me with my previous post. I have one more question. For the application to run, it is necessary to include the orion.jar file in the application classpath. This file is ~2megs. There are many classes in the orion.jar file that are not related to client RMI

Re: REPOST: Multiple websites on one server not found [NEED HELP]

2000-11-14 Thread Drew Kidder
At 01:58 PM 11/13/2000 -0600, you wrote: THE SETUP (in $ORION_HOME/config, on host "orionhost") 1. I have a web-site.xml file for each of the two sites that I want to run under Orion (cs2k-web-site.xml and twsm-web-site.xml). Each file contains a

SQL Server - Autoincrement Primary Keys

2000-11-14 Thread Chris Miller
Hi all, This is possibly more of a generic EJB question, although maybe not since Orion has to implement the persistence... I was wondering if it is possible to use CMP beans against an existing SQL-Server database that has autoincrement primary keys. It's not possible to insert a value for the

RE: EJB Performance Question.

2000-11-14 Thread Tim Drury
At 10:03 14.11.00 , you wrote: Every single one of those calls to dir.getXXX() has to go across the network via RMI. This is slow. You are better off using a well, with orion this is intra-vm so its not that bad ... Is there proof that Orion does this? I'm not trying to be a jerk, but

Re: orion server works with jdk 1.3???

2000-11-14 Thread Joel Shellman
We have been using Orion on Linux and Sun's JDK 1.3 and it hasn't crashed for a long time. It's the most stable JDK we have found for linux (and I tried a lot of them). -joel shellman http://www.ants.com/ Daniel G. Koulomzin wrote: Gerald, You speak as if you have gotten Orion to

EJB Basics

2000-11-14 Thread Mark A. Richman
What is the difference between WEB-INF and META-INF? How do these directory structures relate to jar, ear, and war files? Which of these is J2EE, and which is Orion-specific? Maybe I am confusing something with Tomcat... - Mark

RE: orion server works with jdk 1.3???

2000-11-14 Thread Russ White
I am runningOrion under Linux(RedHat 7) with Sun's JDK 1.3 with absolutely wonderful stability. I would look more closely at your particular setup to see why your server is crashing. I have load tested it to the max with JMeter and my own load tester and found it almost as well behaved as

Re: OR?

2000-11-14 Thread Peter Dunn
Hi Gerald, The URL below is outdated, try http://www.ksccary.com/article1.htm Regards, Peter - Original Message - From: "Sean P. McNamara" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Saturday, November 11, 2000 12:28 PM Subject: OR? Hi Gerald- Perhaps the most

Re: SQL Server - Autoincrement Primary Keys

2000-11-14 Thread Sven van 't Veer
Chris Miller wrote: Hi all, This is possibly more of a generic EJB question, although maybe not since Orion has to implement the persistence... I was wondering if it is possible to use CMP beans against an existing SQL-Server database that has autoincrement primary keys. It's not

Re: DeadlockException

2000-11-14 Thread Thomas Hertz
Hello, AC Does anyone know what the following error means? AC 11/14/00 10:51 PM Error in bean com.netregistry.aucom.accounting.BillingAccount: AC Error in ejbPassivate AC com.evermind.server.DeadlockException: Deadlock detected: thread 11 is waiting for AC resource entity 1003 held by thread

RE: EJB Performance Question.

2000-11-14 Thread Robert Krueger
At 12:06 14.11.00 , you wrote: At 10:03 14.11.00 , you wrote: Every single one of those calls to dir.getXXX() has to go across the network via RMI. This is slow. You are better off using a well, with orion this is intra-vm so its not that bad ... Is there proof that Orion does this?

Re: EJB Basics

2000-11-14 Thread Robert Krueger
At 13:01 14.11.00 , you wrote: What is the difference between WEB-INF and META-INF? How do these directory structures relate to jar, ear, and war files? Which of these is J2EE, and which is Orion-specific? Maybe I am confusing something with Tomcat... - Mark not-an-rtfm grab the j2ee

Communication error: ProductHome not found

2000-11-14 Thread Luiz Cesar Kuriki
Title: Communication error: ProductHome not found Hi all, I' m newbie to EJB. I'm trying to run the ProductClient sample from Orion demos, it´s a standalone client. I' ve set the orion.jar, jndi.jar and ejb.jar in the classpath, and the code to obtain the JNDI context: Properties p =

Re: orion server works with jdk 1.3???

2000-11-14 Thread Sarathy Mattaparti
Ye I'm running orion using JDK1.3 under windows 2000 server. Its working fine. Sarathy "Daniel G. Koulomzin" wrote: Gerald, You speak as if you have gotten Orion to run under a Linux jdk1.3... any Linux jdk1.3 I run Orion on seems to Segfault after about 5 minutes

Re: SQL Server - Autoincrement Primary Keys

2000-11-14 Thread TDSlusser
You might be able to do a ejbCreate with out a primary key and try to read the primary key in ejbPostCreate. Ted Slusser "Chris Miller"

RE: EJB Performance Question.

2000-11-14 Thread Mike Clark
If you're referring to the enable-call-by-reference tag, then indeed it does do something (at lease in version 5.1). Setting this tag to true will effectively pass EJB method arguments and returned objects by reference when called within the same JVM, rather than by value in accordance with the

Re: SQL Server - Autoincrement Primary Keys

2000-11-14 Thread Shayne Hughes
I'd be interested to hear what others think of this method of using MSSQL's autoincrement type as PK. I have tried this and it seems to work in simple tests. Yeah it's not portable and probably breaks several rules. For this table... CREATE TABLE [dbo].[Lab] ( [LabID] [int] IDENTITY (1, 1)

RE: SQL Server - Autoincrement Primary Keys

2000-11-14 Thread Juan Lorandi (Chile)
stuck with BMP, but check the Plugable Persistence Manager API in orionserver.com for implementing the workaround for CMP yourself -Original Message- From: Chris Miller [mailto:[EMAIL PROTECTED]] Sent: Martes, 14 de Noviembre de 2000 13:54 To: Orion-Interest Subject: SQL Server -

Re: Communication error: ProductHome not found

2000-11-14 Thread TDSlusser
look in /path/to/orion/application-deployments/application/application-ejb.jar/orion-ejb-jar.xml file and find a tag called ejb-name. Use this value for the jndi name in your lookup function. Ted Slusser

Re: orion server works with jdk 1.3???

2000-11-14 Thread Sean P. McNamara
To add my 2-cents, I am running OrionServer on Linux using the IBM JDK v1.3, and have had the server up and running for several days with no problems. Daniel G. Koulomzin writes: You speak as if you have gotten Orion to run under a Linux jdk1.3... any Linux jdk1.3 I run Orion on seems

Different JMS and Orion Message Bean

2000-11-14 Thread Andrew Panagos
Can we use a different JMS service and call Orion's message bean ? Or are we restricted to just using Orion's JMS to communicate to Orion's message beans ? Thanks Andrew Panagos

RE: EJB Basics

2000-11-14 Thread Tim Drury
Only /META-INF/ejb-jar.xml specified in J2EE. All the rest are vendor-specific. -tim -Original Message- From: Mark A. Richman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 14, 2000 1:01 PM To: Orion-Interest Subject: EJB Basics What is the difference between WEB-INF and

Re: DeadlockException

2000-11-14 Thread Mike Clark
Ah, nothing quite like two threads in a deadly embrace! At least the server detects the deadlock and prints some useful debug for deadlock situations. Try generating a VM dump using Windows: Ctrl Scroll Lock *nix : kill -QUIT server process id In general, you're looking for a thread

Re: EJB Basics

2000-11-14 Thread Sven van 't Veer
"Mark A. Richman" wrote: What is the difference between WEB-INF and META-INF? How do these directory structures relate to jar, ear, and war files? Which of these is J2EE, and which is Orion-specific? Maybe I am confusing something with Tomcat... - Mark BOTH are J2EE. META-INF

RE: EJB Basics

2000-11-14 Thread J.T. Wenting
WEB-INF contains servlets and other classfiles, META-INF contains EJB deployment descriptors and such-like. Neither are specific to Orion, but you will never see META-INF in Tomcat because Tomcat does not use EJB (and so has no need for anything you'd put in META-INF). Jeroen T

SSL with Thawte

2000-11-14 Thread Savotchkin Egor
We changed our web-server software to orion application server. Its a java web server so we successfully insertied the cert to the keystore but now when orion is run it says:"No available certificates correspond to cipher suites enabled". We tried to run a simple java server and made:

Re: orion server works with jdk 1.3???

2000-11-14 Thread Gerald Gutierrez
It's interesting that you say that because I've been using Orion 1.3.8 with PostgreSQL 7.02 and JDK 1.3 on Mandrake Linux 7.2 for several weeks and it has not given me any problems other than those that I generate myself; I leave Orion on for several hours on end. I haven't, however, loaded

RE: DeadlockException

2000-11-14 Thread Juan Lorandi (Chile)
I suggest also reading: Principles of Transaction Processing Operating Systems: Design and Implementation Links to the books in Amazon.com attached You'll find here some other solutions to aviod deadlocks, such as resource locking graphs, semaphore algorithms, etc However, deadlocks don't

Any Open Source Java Object database

2000-11-14 Thread Vimal Kansal
Hi, I am sorry for posting this question on this forum, but still I feel that somebody can help me. I am looking for some Open Source Java object database to be used for local caching of data fetched from a main database. Any suggestions? TIA Vimal

Re: SQL Server - Autoincrement Primary Keys

2000-11-14 Thread Sven van 't Veer
Shayne Hughes wrote: I'd be interested to hear what others think of this method of using MSSQL's autoincrement type as PK. I have tried this and it seems to work in simple tests. Yeah it's not portable and probably breaks several rules. For this table... CREATE TABLE [dbo].[Lab] (

RE: EJB Performance Question.

2000-11-14 Thread Tim Drury
Thanks Robert. I think I'll try running some benchmarks this week and post the results. I wonder.. is there a way for and EJB-EJB to be _forced_ to go through RMI? i.e. can I turn this optimization off? -tim -Original Message- From: Robert Krueger [mailto:[EMAIL PROTECTED]]

Re: orion server works with jdk 1.3???

2000-11-14 Thread Daniel G. Koulomzin
Hmm... Well, frankly, I'd love to have a working 1.3 jdk on my linux box. I am running Red Hat 6.2 with 512M of ram, with a heap size of half that. I did read something somewhere about a conflict with a version of glibc and jdk1.3s, but when a downloaded a version that was supposed to work, the

Big Bug with the EJB security implementation

2000-11-14 Thread Peter Delahunty
Hi I think i have found some major bugs with Orion Security. I have wrote a small app to test things out. Can you have a look over things and tell me if i am doing something wrong before i submit a bug report. :) First Bug: Orion throws an "OrionRemoteException" when a security

EJBUtils.cloneObject

2000-11-14 Thread Vidur Dhanda
Hello, I'm using Orion 1.4.4. While running the server through a profiler (OptimizeIt), I'm suddenly noticing a disproportionate time (~ 40%) being spent in com.evermind.server.ejb.EJBUtils.cloneObject(). This is when a SLSB calls another SLSB and arguments are passed. I guess Orion uses the

Re: orion server works with jdk 1.3???

2000-11-14 Thread Daniel G. Koulomzin
Russ, I get the following error after 5 minutes of JMeter when I run Sun jdk1.3 on a Red Hat 7 machine. Granted, this RH7 was upgraded from RH6.2, and not a clean install, which produces results that are ... quirky... at best. You've never gotten this? What "parts" of Orion do you

datatype Inconsistency with Oracle????

2000-11-14 Thread Chris Evans
Hey, Anybody run across an error like this before? We are have an Oracle database that is complaining about datatype consistency. We are running or App. on Orion 1.4.4 and basically have no clue as to its complaint(s) about datatypes. javax.ejb.CreateException: Error creating EntityBean:

Re: Any Open Source Java Object database

2000-11-14 Thread TDSlusser
check out cloudscape at www.informix.com Ted Slusser

RE: orion server works with jdk 1.3???

2000-11-14 Thread Kemp Randy-W18971
Are you loading JDK1.3 on Linux or Solaris? In the Solaris version, there are several recommended patches not included in the initial Tar. Have you checked all the recommended patches and loaded them? -Original Message- From: Gerald Gutierrez [mailto:[EMAIL PROTECTED]] Sent:

RE: Any Open Source Java Object database

2000-11-14 Thread Neville Burnell
checkout ozone http://ozone-db.org -Original Message- From: Vimal Kansal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 15 November 2000 6:43 AM To: Orion-Interest Subject: Any Open Source Java Object database Hi, I am sorry for posting this question on this forum, but still I feel that

Re: orion server works with jdk 1.3???

2000-11-14 Thread Daniel G. Koulomzin
Gerald, I use JMeter (on the most horrific setting) to test Orion. I'm running RH6.2 with the Sun 1.3 jdk. With that jdk, development is fine, but when the load goes up to 20 or so simultaneous requests, it crashes almost just after the JIT kicks in. This also happens with the IBM jdk. If you

Re: Any Open Source Java Object database

2000-11-14 Thread Scott M Stark
cloudscape is pure Java, but it is not an OpenSource offering. - Original Message - From: [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Tuesday, November 14, 2000 1:04 PM Subject: Re: Any Open Source Java Object database check out cloudscape at www.informix.com

RE: REPOST: Multiple websites on one server not found [NEED HELP]

2000-11-14 Thread Mike Cannon-Brookes
Do you want 3 web sites? Or one web site that uses 3 web applications? Perhaps you could clarify your problem for us in a line or two? -mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Drew Kidder Sent: Wednesday, November 15, 2000 3:33 AM To:

Re: EJB Performance Question.

2000-11-14 Thread
Thank You for your kind reply. Can I get some pseudo-code an example? Thank you. - Original Message - From: Tim Drury To: Orion-Interest Sent: Wednesday, November 15, 2000 12:03 AM Subject: RE: EJB Performance Question. Every single one of those

RE: External DTD's

2000-11-14 Thread Mike Cannon-Brookes
It only validates the DTDs if you specify it to on startup. (I'm guessing if you turn on validation, Orion will spit errors at you if you disconnect from the net) -mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Boris Erukhimov Sent:

Cannot get DataSourceUserManager to work

2000-11-14 Thread Gerald Gutierrez
People have indicated success with this user manager but I cannot seem to get it to work. I would appreciate some input those who have gotten it to work. I have the following in my orion-application.xml: security-role-mapping name="players" group name="players"/

Principals.xml, invalid URL?!

2000-11-14 Thread Gerald Gutierrez
In my quest to find a reliable way to authenticate, I've run against another problem (Orion 1.4.0, Windows 2000). This time I'm trying to use the default principals.xml. file. With the following line in my orion-application.xml, principals path="principals.xml"/ when I run Orion to

RE: Cannot get DataSourceUserManager to work

2000-11-14 Thread Mike Cannon-Brookes
You need to set up the group players in a principals.xml file somewhere. Otherwise Orion is trying to map a group it thinks doesn't exist. -mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Gerald Gutierrez Sent: Wednesday, November 15, 2000

RE: DeadlockException

2000-11-14 Thread Scott Stirling
Does Orion do more than check a timeout value for deadlock detection? Some servers just assume a deadlock if a method call takes too long. That's the simplest type of deadlock detection. Anyway, I use CtrlPause/Break to get a stack dump on Windows (i.e, I don't think CtrlScrLk will work, will

Re: Cannot get DataSourceUserManager to work

2000-11-14 Thread Gerald Gutierrez
To update the status of my problem, I've now tried a number of different field names, made sure of the case, and traced the SQL on the database. When I try to log in, I see from the server: SELECT * FROM empuser WHERE NAME= 'ger' which obtains correct row with my password (name field is

Re: DeadlockException

2000-11-14 Thread Mike Clark
For generating JVM dump on Windows, ctrl break and ctrl scroll lock work equally well. Mike Scott Stirling wrote: Does Orion do more than check a timeout value for deadlock detection? Some servers just assume a deadlock if a method call takes too long. That's the simplest type of deadlock

Re: DeadlockException

2000-11-14 Thread Vidur Dhanda
I recall having run into similar problems previously. I think Orion merely checks a timeout value and then proclaims a deadlock. I can look this up, but there is a place in Orion's deployment descriptor where one can specify the timeout value. However, when I was solving such problems, that

RE: Cannot get DataSourceUserManager to work

2000-11-14 Thread Gerald Gutierrez
Thanks for your response. This relates to the other question I posted just today regarding a weird error: Error instantiating application at file:/C:/k/wrk/bld/app/my-app.ear: Invalid principals config URL: principals.xml for my-app This happens when I try to deploy with principals.xml

RP: JMS messages to autostarted clients

2000-11-14 Thread Vidur Dhanda
Hello, I didn't hear from anyone on this and have posted this as a bug against 1.4.4. -- Bug 188. I'm really interested in hearing others' opinions on this subject. Vidur - Hello, I just installed 1.4.3. The good news is that my previous problems with JMS subscribers, when running as

RE: orion server works with jdk 1.3???

2000-11-14 Thread pavel
After 6-7 hours of work with heavy loading jdk 1.3 from SUN crashes too :((( Bernshtam Pavel 053-398944 Certified Java 2 Programmer [EMAIL PROTECTED]

ClassCastException servletproblem

2000-11-14 Thread Erik Sundberg
hi, Just started doing servlet programming and using Orion. I made this servlet which compiles just fine but at runtime the server responde with a ClassCastException and I just can´t understand why. Here is where I get the errors: cpool = (ConnectionPool)context.getAttribute("cpool");