Shutdown causes Address in use: JVM_Bind

2002-02-07 Thread Bill Winspur
I'm running Orion 1.5.3 on Nt4/SP6, and jdk1.3.1_01. The command I use to shut the server down is: C:\jdk1.3.1_01\bin\java.exe -jar admin.jar ormi://localhost admin pwd -shutdown After a shutdown, starting the server always produces the following on the orion console. Error starting

EJB 2.0 ?

2002-02-07 Thread Dan Haley
Does anyone know if/when full EJB2.0 / J2EE1.3 support will be available in Orion? i.e. Local interfaces and CMP2.0. They seem to have been on an almost EJB2.0 spec for months. I bet Oracle get full compliance first... _

Orion+Linux under heavy load

2002-02-07 Thread Peter Peltonen
When browsing through JBoss's documentation I found this remark: http://www.jboss.org/online-manual/HTML/ch11s02.html --snip-- Be aware however that JBoss performance is very dependant on the underlying configuration. For example, informal tests show that on the same PC box, it can run twice

Re: [announce] Log4J Appender for Orion's application.log

2002-02-07 Thread Curt Smith
Geoff Soutter wrote I've hacked up an Orion Appender to allow you to log to the application.log file, via the Logger instance that Orion installs at java:comp/Logger. Here it is in all it's glory, use it however you wish. Cheers Geoff PS, did anyone figure out if it's possible to get

Re: classpath issues??

2002-02-07 Thread Jorge Jimenez C
Another way of doing this: If your helper classes are part of a common library (i.e. may be used from other applications) you can put the jar in the orion/lib directory to maintain just one copy. I'm not sure if J2EE specifications says something about it, but it works in all servers I know. JJ

Re: EJB 2.0 ?

2002-02-07 Thread Phillip Ross
I've been told by pretty good sources that it's coming in the next release. Unfortunately they could give me a solid answer on when this next release will be, other than soon :) --- Dan Haley [EMAIL PROTECTED] wrote: Does anyone know if/when full EJB2.0 / J2EE1.3 support will be available

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: classpath issues??

2002-02-07 Thread Scott Farquhar
You may be interested in this documentation on classloaders in Orion: http://kb.atlassian.com/content/atlassian/howto/classloaders.jsp Cheers, Scott Scott Farquhar :: [EMAIL PROTECTED] Atlassian :: http://www.atlassian.com Supporting YOUR J2EE World Jorge Jimenez C wrote: Another

RE: Username and Password

2002-02-07 Thread Christian, Joanne
Hi All, Thanks for your responses. They were very helpful. Joanne

Application client log in

2002-02-07 Thread Randahl Fink Isaksen
We are currently implementing a Java Swing client, and I am wondering how to write the log in system. When not using http or form based log in (HTML) and when you wish to let the client log in from a GUI interface (Swing), which part of Orion is then used to hand over the username and

j_security_check

2002-02-07 Thread Mulder, Frans
I use FORM-based authentication in my app, thus specifying j_security_check as the action attribute of the login form. For reasons not clear to me Orion sometimes reacts with the error message: Resource /SAM/j_security_check not found on this server. If I just type in the URL that is also in my

MDB Orion 1.5.3

2002-02-07 Thread Djemal, Guy (TWIi London)
Hi all, I'm trying to use Queue based MDB with Orion 1.5.3. I've got to the point of deploying my bean but when I post something to the queue my MDB never get the message. I also notice that Orion seems to load the MDB class twice, it doesn't do that with any of my other beans! I believe I've

Re: EJB 2.0 ?

2002-02-07 Thread Mayssam Sayyadian
They always say this. Not only IronFlare guys say this, i see oracle also says the same thing!! An update will follow shortly after the initial version and will bring the product into full compliance with the J2EE 1.3 specification. This update will primarily focus on providing providing

How to use the compound-mapping object int the EJB finder query?

2002-02-07 Thread Zhang Tao
Hi, I am using the compound object mapping, the compound object used in the EJB bean class has private attributes and corresponding getters and setters. But I don't know how to use them in the finder query string. I am using the following syntax, but I doubt about it since the province is private

Re: Shutdown causes Address in use: JVM_Bind

2002-02-07 Thread Stephen Davidson
Hi Bill. I do not know about Windows, but on linux, the server does not finish dying when the shutdown command is issued. After I issue the shutdown command, the server command, the server processes are still running, so I have to manually go kill them. This can be readily verified in

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: j_security_check

2002-02-07 Thread Trujillo, Kris
I am having the same problem. I have noticed that it seems to only happen when using a Servlet. If the protected resource is a JSP it doesn't seem to happen. -Original Message- From: Mulder, Frans [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 9:51 AM To:

RE: Application client log in

2002-02-07 Thread peter_saurugger
You use the rolemanager to do the login ... SECURITY_PRINCIPAL and credentials can be the orion admin account. Hashtable env = new Hashtable();env.put("dedicated.connection","true");env.put("java.naming.factory.initial","com.evermind.server.ApplicationClientInitialContextFactory");

Re: [announce] Log4J Appender for Orion's application.log

2002-02-07 Thread Curt Smith
reports itself in the correct context, so you can see how they happened. Yes and a nice feature. To be production quality we'd need file size roll-over and max-number of log file aging... Hmmm, this could be externalized in a script IF orion's logger didn't keep the file descriptor open

FW: [Ofbiz-devel] OFBiz Performance on various app servers afteroptimizing OFBiz

2002-02-07 Thread Mike Cannon-Brookes
More performance tests from the OFBiz guys - this time they're much more interesting for Orion users! The most interesting stat sections are the sheer performance (where Orion absolutely wallops the competition) and price/performance. (quoting - sheer performance) Here they are, in order from

FW: [Ofbiz-devel] Re: [Ofbiz-users] OFBiz Performance on variousapp servers after optimizing OFBiz

2002-02-07 Thread Mike Cannon-Brookes
FYI so in other words the price [of Orion] scales much better. Cheers, Mike Mike Cannon-Brookes [EMAIL PROTECTED] Atlassian :: www.atlassian.com Supporting YOUR world -- Forwarded Message From: David E. Jones [EMAIL PROTECTED] Organization: Open For Business Reply-To: [EMAIL

remove

2002-02-07 Thread Maxim O. Kamenev
remuve