Re: Re: Showing Error Messages

2002-03-18 Thread bigizzy
Hi, I suppose you are using IE as your browser. If so then go to Tools Internet Options Advanced and Uncheck Show Friendly HTTP Error Messages. Having done this you will get proper java compilor error messages and not 500 Internal server error. Hari. Get Your Private, Free E-mail from

Who starts an MDB's jms Connection?

2002-03-18 Thread Dave Ford
I am creating a JMS client that sends a message to an MDB. However, when I run it, it gives a QueueConnection not started exception, implying that the queue listener connection had never been started. Shouldn't this happen automatically with a message driven bean? Dave Ford Smart Soft - The

Re: OT: Session Related

2002-03-17 Thread Stephen Davidson
Hi Michael. The following line in your servlets should handle you; request.getSession().put(keyObject, valueObject); request.getSession().get(keyObject); where; request is the users HttpRequest object getSession returns the HttpSessionObject More details available in the J2EE JavaDocs. -Steve

Re: Session Related

2002-03-17 Thread Skaag [Orion]
There is a way to setup a load balancer so that a customer, once connected to the cluster would always receive the same machine. This is all up to your load balancer guys then. Tell them you need people to always get the same server. For them it's not a big deal because their load balancers

Problem with datasource when orion under pressure??

2002-03-17 Thread Dillon, Ryan
Hi all, I am having some problems stress testing an application that i have ported to orion from jboss. We used Cocobase for CMP. The app works fine, and if i run the test scripts (using webload) with a single user, everything is fine. As soon as i start pumping up the number of users i get

RequestDispatcher - Request Parameters lost

2002-03-16 Thread FuernissOliver
i´ve got an problem (Orion 1.5.3) when using the RequestDispatcher to forward an request to an servlet. But only when cookies are disabled. String url = response.encodeURL( "/testServlet?hello=World" ); request.getRequestDispatcher( url ).forward(request, response); ... // content of url: //

RE: AutoGen Primary Key for Entity Beans

2002-03-16 Thread The elephantwalker
Dear Michael, We answer this at: http://www.elepantwalker.com/rfa?id=327 You need an account, but its free to join. The Orion Counter is only useful if you have a single server. On a clustered set of orions, it won't hack it. We use a much better more portable way to generate keys. Regards,

OT: Session Related

2002-03-16 Thread Michael Shoemaker
Hello gang I have a question about a situation that I am facing. Currently we are using servlets to store session information. i.e. For instance, you the front end people wanted to store data into the session they would call SessionServlet?step=savesessionId=123myVal=xyz. In turn a call to

RE: Re: Using NT security

2002-03-16 Thread [EMAIL PROTECTED]
I had to build a custom security class for authenticating against an NT (Win2K Active Directory) domain. Although this does require entry of credentials it is better than a properties file. This class uses AD for authentication and SQLServer for group information (we wanted a single place to

Session Managment and Cache

2002-03-15 Thread Deniz Bocek
Hi All, I have the following problems: with orion when my application creates a session it gets the old session Id.I mean if the session expired or my program invalide it, nex created session gets the old session id. Should it be a unique?I am asking because maybe my creation procedure is

JSP comment tag.

2002-03-15 Thread Jose Mena
Hi, I have a problem when putting comments in JSP code. Orion doesn't process the code inside a comment, but if i look at the sun's jsp reference(http://java.sun.com/products/jsp/tags/11/syntaxref11.fm1.html) it says that the server must process it when it's put inside a comment. Here you are an

Problem with Orion and classpaths

2002-03-15 Thread Tony K. Lawrence
Title: Message Hi, I have a WAR file that I can deploy in most web containers including Tomcat, jBoss, Resin, Weblogic to name a few. I tried to do the same in Orion1.5.2 but am having trouble with loading classes. I have my jar's in th WEB-INF/lib directory which so far I've not had a

SQL Server JDBC driver from Microsoft

2002-03-15 Thread Jarrod Roberson
has anyone gotten this to work with Orion 1.5.4? If so are there any gotchas or anything that I should look out for, I want to use it to develop against.

Re: SQL Server JDBC driver from Microsoft

2002-03-15 Thread Robert Virkus
Hallo Jarrod, Friday, March 15, 2002, 1:46:36 PM, you wrote: JR has anyone gotten this to work with Orion 1.5.4? it just works fine over here, though it is said, that it should not be used in production-environments. We manage our own connection-pooling though and haven't had problems so far...

MessageDrivenBean dying after sometime

2002-03-15 Thread Manoj Sadangi
Hi all, we are using orion (couple of beans and a MessageDrivenBean which listens to a topic of Fiorano) and Fiorano JMS server. The problem is MessageDrivenBean after sometime stops receiving the messages. I checked the fiorano log files , It says the connection is still there. Orion is

Re: JSP comment tag.

2002-03-15 Thread prasanth sb
Hi Jose, I havent tried this. What I feel is you have given browser comment. Try giving jsp comments and see. jsp comments are shown below %% From: Jose Mena [EMAIL PROTECTED] Reply-To: Orion-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Subject: JSP comment tag.

Re: SQL Server JDBC driver from Microsoft

2002-03-15 Thread Blair Colbey
I've had it working just for testing and whatnot with not bad results, but apparently under high load it can falter.. It's based on a driver from DataDirect and is behind by a bit.. There's a 1/2 decent article here: http://www.eweek.com/article/0,3658,s=708a=23115,00.asp That benchmarks using

RE: SQL Server JDBC driver from Microsoft

2002-03-15 Thread SAURUGGER,PETER (A-PaloAlto,ex2)
weblogic (oops) has had a driver for MS SQL server for a while ... used it for a demo once, works fine for basic jdbc, don't know about advanced features and performance relative to other drivers -Original Message- From: Robert Virkus [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15,

Re: JSP comment tag.

2002-03-15 Thread Dmitriy Serebryakov
Hi, Jose td% if (modem) { % img src=../images/ok.gif % }else{ % img No one promise to run code in comments. ONLY EXPRESSIONS allowed there. From Sun site: Generates a comment that is sent to the client. JSP Syntax !-- comment [ %= expression % ] -- Expressions are working fine for me.

Re: JSP comment tag.

2002-03-15 Thread Mike Cannon-Brookes
That's actually a little incorrect - what Orion is doing is spec compliant. Scriptlets are not processed within comments ie (% %) BUT expressions are (ie %= %). Who knows why they designed the spec like this ;) Cheers, Mike Mike Cannon-Brookes [EMAIL PROTECTED] ATLASSIAN - Your J2EE Expert

Re: SQL Server JDBC driver from Microsoft

2002-03-15 Thread Greg Matthews
www.inetsoftware.de fast, stable, good support. we've been using it for over a year now and it works fine. - Original Message - From: SAURUGGER,PETER (A-PaloAlto,ex2) [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Saturday, March 16, 2002 5:09 AM Subject: RE: SQL Server

RE: SQL Server JDBC driver from Microsoft

2002-03-15 Thread Greg Davis
Got ours to work fine too. Just make SURE you set the SelectMethod to cursor in the URL(See Below). Otherwise bad things will happen if you try to do a second statement while still inside a first statement(i.e. doing a SELECT while walking through another SELECT.)

Re: Using NT security

2002-03-15 Thread Brian Smith
If you use the JAAS module, or if you use the Windows SSPI to authenticate, you will never need to user's password. The SSPI API provides a LogonUser function that can be used to say is 'password' the correct password domain\user. If you search for LogonUser and JNI on the internet there is a

Re: timed events

2002-03-14 Thread Linus Larsen
One solution would be to write a client-application which contains a timer and timertasks. The client could for example send a JMS message to a MDB which triggers an event. The client could be autostarted together with your application (most app-servers has a way of doing this). In this way

RE: Another filter chaining question

2002-03-14 Thread Gavin Spurling
I believe the spec implies that filters are supposed to be run in the order they are listed in the web.xml file. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Aaron Tavistock Sent: 14 March 2002 02:34 To: Orion-Interest Subject: Another filter

RE: Using NT security

2002-03-14 Thread Justin Crosbie
Yuk, that is messy. Accessing the NT API? Using the JNI, I presume? Thanks though, I'll give those a try, much appreciated :) So what does everyone else do, put the passwords into principals.xml and set the file to not readable? Thanks, Justin -Original Message-From: Andre Vanha

Re: is restarting Orion necessary ??

2002-03-14 Thread Joseph Ottinger
Note that if you're changing a class while the server is running, you're developing... but a redeployment should clear out caches. - Joseph B. Ottinger [EMAIL PROTECTED] http://enigmastation.comIT

running Orion as a daemon

2002-03-14 Thread Oleg Bivol
Hi list, We have a remote Linux machine and we need to remotely launch Orion in background (as a daemon) on that machine. We tried doing it using: java -jar orion.jar or java -jar orion.jar ^Z under Linux, but it doesn't seem to work well. Any help is greately appreciated. Best

transactions

2002-03-14 Thread Tom Koutn
Hi all, i'm trying transactions in Orion 1.5.4. I have SessionBean with transaction-typeContainer. The SessionBean has a methodwith trans-attributeNever.Then I change it to Mandatory. But bothsteps runs ok! By EJB specification one of that steps must throw some TransactionException. In

Re: is restarting Orion necessary ??

2002-03-14 Thread Rafael Alvarez
Hello mittal, Thursday, March 14, 2002, 12:48:14 AM, you wrote: msajcj Hi msajcj Please let me know if restarting Orion necessary if I change a class when msajcj the server is running. msajcj I do not want to run my server in development mode msajcj regards msajcj Sunil Hi! The answer

Problems with com.evermind.server.http.TunnelServlet

2002-03-14 Thread José Ant. Vargas Alvarado
Greetings. I read the solution for mapping some content from Orion to another web server like Apache, but I'm still having some problems trying to make it work. Right now I have an Apache web server with SSL support turned on (https://localhost/) and I have the Orion server in the same machine in

RE: Re: J2EE Security issue...

2002-03-14 Thread Satter, Rabi
Is there any reason why you don't update the object when a change is made? That is how we are currently do it. That way I don't have to check for changes. Just curious if I am missing some hidden issue that will only come out and byte me later. -Original Message- From: Jeff Hubbach

IDE

2002-03-14 Thread Sezhian G K (Contract)
hi all i am using intellij idea. It completely superb.Its having a lot of code generation,factoring capabilities. Can i get information abt ur IDE plus In intellij:: Has a best refactoring capability 1.The most best thing abt is while coding itself half of the errors re highlighted

RE: Re: J2EE Security issue...

2002-03-14 Thread Gerald Reed
Another way for security check is to use the new filter feature added in servlet 2.3 or JSP 1.2 specs. --- Satter, Rabi [EMAIL PROTECTED] wrote: Is there any reason why you don't update the object when a change is made? That is how we are currently do it. That way I don't have to check for

Re: running Orion as a daemon

2002-03-14 Thread Christian Meunier
http://www.orionsupport.com/articles/downloads/orion - Original Message - From: Oleg Bivol To: Orion-Interest Sent: Thursday, March 14, 2002 1:31 PM Subject: running Orion as a daemon Hi list, We have a remote Linux machine and we need to remotely launch

RE: running Orion as a daemon

2002-03-14 Thread Tony K. Lawrence
Title: Message Maybe you should have a look at the nohup command. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Oleg BivolSent: 14 March 2002 12:31To: Orion-InterestSubject: running Orion as a daemon Hi list, We have a remote

Bean managed Transactions Help

2002-03-14 Thread Joe Antkowiak
I'm trying to get a session bean that uses bean-managed transactions to work. Basically, I've got a transaction-type of 'Bean' in my ejb-jar.xml file. It's also a stateful session bean. Don't know if that makes a difference or not. In my code, I have the lines: try {

Re: running Orion as a daemon

2002-03-14 Thread Stephen Davidson
nohup java -server -Xincgc -jar orion.jar -Steve Oleg Bivol wrote: Hi list, We have a remote Linux machine and we need to remotely launch Orion in background (as a daemon) on that machine. We tried doing it using: java -jar orion.jar or java -jar orion.jar ^Z under

Running CGI

2002-03-14 Thread orionDummy
I do not know how to setup orion to run CGI. I realize that there is a servlet for cgi. But what are the step - in apache I justput the cgi in root\cgi-bin folder and address it as http:\\domain\cgi-bin\help.exe Thanks-in-advance

Transactions help - nevermind

2002-03-14 Thread Joe Antkowiak
Nevermind the last message I wrote on help with transactions. I got it. My mind is fluff today. :) Thanks anyways. Joe

Auto-reply: Transactions help - nevermind

2002-03-14 Thread Sam Chou
I am on vacation from 3/1 to 3/22. Please contact my manger, Wendy Liau for any issue. Sam ---BeginMessage--- Nevermind the last message I wrote on help with transactions. I got it. My mind is fluff today. :) Thanks anyways. Joe ---End Message---

:is restarting Orion necessary ??

2002-03-14 Thread hwlm
Hi: You have not to restart the Orion application server - Ô­ÎÄ - From: anandpt To: Orion-Interest Subject: is restarting Orion necessary ?? Sent: Thu Mar 14 14:22:33 CST 2002 Hi Please let me know if restarting Orion necessary if I change a class when the server is running.

RE: timed events

2002-03-14 Thread Jens Schumann
Just one hint: Set the classloader before calling start() for your thread to the classloader of the servlet and you will not have issues on several other commercial platforms. Jens | -Original Message- | From: [EMAIL PROTECTED] | [mailto:[EMAIL PROTECTED]]On Behalf Of | [EMAIL

Re: Showing Error Messages

2002-03-13 Thread Joseph Ottinger
Do you have development mode on in your application? - Joseph B. Ottinger [EMAIL PROTECTED] http://enigmastation.comIT Consultant On Tue, 12 Mar 2002, Deniz Bocek wrote: Hi all, I have Following

Fw: Session Managment and Cache

2002-03-13 Thread Deniz Bocek
Hi All, I have the following problems: with orion when my application creates a session it gets the old session Id.I mean if the session expired or my program invalide it, nex created session gets the old session id. Should it be a unique?I am asking because maybe my creation procedure is

timed events

2002-03-13 Thread Casper Højstrup
This more of a regular EJB question, I suppose. I need to initiate some specific tasks and specific times in my application, since the application server aren't multithreaded(so to speak), and the usage of threads is not recommended, I cannot make a simple timer, that will initiate the

RE: Where is my stderr output?

2002-03-13 Thread John Creaner
if I understand you correctly what you need to do is check in your application.xml for the log file path=something.log / /log This will lead you to where your log file is located and if you haven't set it then simply set it by default I think most of the log files

Bug?!

2002-03-13 Thread Linus Larsen
Updating from 1.5.2 to 1.5.4 Everything seems to work just fine except for one thing. When I use a Filter mapped to one of my servlets a strange error occures. Orion throws a java.lang.NoClassDefFoundError: javax/servlet/Config In my code I have no references to that class. And for all I know

Re: timed events

2002-03-13 Thread Johan Fredriksson
Perhaps via a croned java client? //Johan - Original Message - From: Casper Højstrup [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Wednesday, March 13, 2002 10:20 AM Subject: timed events This more of a regular EJB question, I suppose. I need to initiate some

R: timed events

2002-03-13 Thread daniele rizzi
Hi Casper, EJB are not multithreaded but a normal class *is*. Try putting the stuff in a public class TryMe extends Thread{} d. ps. if you need a scheduler the things are tougher. -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Per conto di Casper Højstrup

Re: Bug?!

2002-03-13 Thread Christian Meunier
You need to update your filter, the 1.5.2 was buit on not yet finished servet 2.3 spec while the 1.5.4 is based on the latest and finished servlet 2.3 spec. Your generic filter should now looks like this: import javax.servlet.FilterChain;import javax.servlet.FilterConfig;import

Re: Bug?!

2002-03-13 Thread Sergey G. Aslanov
Hi Orion-Interest You just have to recompile your filter class with Orion 1.5.4 orion.jar lib. Wednesday, March 13, 2002, 2:21:54 PM, you wrote: LL Updating from 1.5.2 to 1.5.4 LL Everything seems to work just fine except for one thing. When I use a LL Filter mapped to one of my servlets a

Resource Adapter Assembly descriptor

2002-03-13 Thread Khan Ronny
Hello I'm trying to deploy a test resource adapter on the Orion server. My understand is that in addition to the standard J2EE deployment desriptor (ra.xml) I will need to write an application server spesific assembly desriptor (for JNDI binding etc). Do anybody out there know how to write such

RE: timed events

2002-03-13 Thread tibor . hegyi
Hi, I use a java.util.Timer wrapped my Scheduler class to schedule tasks. I bind an instance of this Scheduler to the JNDI from one of my servlet's init() method. It works fine, use -userThreads switch to start orion if you want context lookup from the scheduled threads. HTH, Tibor

RE: timed events

2002-03-13 Thread Justin Crosbie
I have done this using the java.util.Timer class. I created a class that extends the TimerTask class, and calls the EJB. I made a singleton class that wraps the Timer class, so I can call it from the servlet layer to schedule tasks, and guarantee only one instance per VM. Thus, my EJBs aren't

Using NT security

2002-03-13 Thread Justin Crosbie
Hi all, I checked thearchives and support pages for this, didn't seem to find it. Is there any way to get Orion to usethe NT username+password of whoever is logged in, for running client apps? Currently I'm reading them from a config file, which obviously is not ideal. Also, I am using

Re: [orion-interest]Using NT security

2002-03-13 Thread Hani Suleiman
On 13/3/02 12:16 pm, Justin Crosbie [EMAIL PROTECTED] wrote: Hi all, I checked the archives and support pages for this, didn't seem to find it. Is there any way to get Orion to use the NT username+password of whoever is logged in, for running client apps? Currently I'm reading them from

RE: Using NT security

2002-03-13 Thread Andre Vanha
Take a look at the sample JAAS modules that you can download from Sun in conjunction with JAAS. Specifically, they include an NT module which can be used to retrieve username and group information for a running process. Note however, there is no way to retrieve a password for a logged on

Passivate problems with inheritance

2002-03-13 Thread Michael Moossen
Hi, People I have trouble wenn the application server (orion/jboss) passivates an entity bean that extends another, andI don't know why!! :( I have two beans, "Request" and "AccountRequest" (and another: "PrivilegeRequest") Declaration of Request: EJB: public class RequestEJB implements

Sayisal Lotoya Para VERMEYÝN !!!

2002-03-13 Thread Bedava Sayisal Loto
Title: C:\WINDOWS\Desktop\2freebooks.htm =DDNTERNETTE SAY= ISAL LOTO =DCCRETS=DDZ !! Say=FDsal Loto oynamak =E7o= =F0umuz i=E7in g=FCzel bir tutku. Her zaman =FEans y=FCz=FCm=FCze g=FClmese de o heyecan=FD ya= =FEamak bile g=FCzel. Ayn=FD

Fw: Re: J2EE Security issue...

2002-03-13 Thread Jeff Hubbach
repost.. One thing we added to what Rabi is doing is as follows: We track version with each object. If the user object is already on the session then we get it off and double-check to make sure that the version on the session is the most up-to-date. If it isn't, then we refresh that object on

RE: timed events

2002-03-13 Thread Jens Schumann
Which is not that portable across Application Servers ;) Typical issues are JNDI lookup problems up to ClassCastExceptions. Jens | -Original Message- | From: [EMAIL PROTECTED] | [mailto:[EMAIL PROTECTED]]On Behalf Of | [EMAIL PROTECTED] | Sent: Wednesday, March 13, 2002 5:21 PM | To:

RE: timed events

2002-03-13 Thread Tim Endres
There are several solutions out there, both commercial and open source. You might wish to take a look before reinventing. tim. Which is not that portable across Application Servers ;) Typical issues are JNDI lookup problems up to ClassCastExceptions. Jens | -Original Message- |

Chained servlets and chained filters

2002-03-13 Thread Aaron Tavistock
I've got an interesting issue where I've got three chained filters running which all work great. One of these filters is a compression filter that modifies the Stream by compressing the final output. Unforutately I discovered that when the server sends a HTTP 500 response code, the result on

Another filter chaining question

2002-03-13 Thread Aaron Tavistock
I'm starting to get into some intersting space with filters and I've found yet another thing that seems like it would be a requirement for chaining filters. Order. It seems that theres no clearly defined way to know which filter will process a request first. I've been playing with placement

is restarting Orion necessary ??

2002-03-13 Thread mittal . sunil . a
Hi Please let me know if restarting Orion necessary if I change a class when the server is running. I do not want to run my server in development mode regards Sunil

is restarting Orion necessary ??

2002-03-13 Thread anandpt
Hi Please let me know if restarting Orion necessary if I change a class when the server is running. I do not want to run my server in development mode regards Sunil

RE: timed events

2002-03-13 Thread tibor . hegyi
Jens, Unfortunately, you're correct :-(. It is not portable for exactly what you have written (Context issues), but for Orion it is pretty simple and straightforward. Tibor -Original Message- From: Jens Schumann [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 11:15 PM To:

Re: is restarting Orion necessary ??

2002-03-13 Thread wzfg
Hi,friend, Thanks for your reply. Yes, I tried every cases. And I also found the same problem when I tried to subscribe the e-mail. I don't know why, I also re-isntalled the low stable version 1.5.2, but same problems. By the way, I also have 2 questions: 1.Can you tell me where(the

SV: Container does not passivate my beans.

2002-03-12 Thread Casper Højstrup
Hello I have the same problem, orion just keeps making new beans, in the mentioned test case, orion will simply allocate all available memory until the application goes java.lang.OutOfMemory exception or just goes dog-slow. The problem is not just related to entity beans, but session beans as

Multiple ejbStore calls or something else?

2002-03-12 Thread Grzegorz Mucha
Hello all! We are developing an Orion-based system. In short, there are three beans: GameSession (stateful session bean), GameMachine and UserData (CMP entity beans, pure data with almost no logic). All methods in the beans have Required transaction attribute in deployment descriptor, there is

R: Soap with Axis ?

2002-03-12 Thread Montebove Luciano
Why use an alpha-3 code (axis) when you can have a fast production quality soap implementation like GLUE for free? http://www.themindelectric.com/products/glue/glue.html http://www.themindelectric.com/products/glue/releases/GLUE-2.0.1/docs/glue/g uide/hosting/orion.html Don't be confused from

RE: java.lang.OutOfMemoryError

2002-03-12 Thread John Creaner
Just wondering but are you allocating any of that GB to orion or are you letting the box allocate the memory itself? I think that the box gives a default amount of memory to java and so that could be the reason you are running out of memory You can allocate by giving param setting on the startup

Showing Error Messages

2002-03-12 Thread Deniz Bocek
Hi all, I have Following problem: If my jsp files or servlets has a error -sytax error or any java error- it shows only The page Could not be displayed. HTTP 500 Internal Server Error. No more than this. normally it should say for example syntax error onlie XX in aaa.jsp some think like this..

Re: java.lang.OutOfMemoryError

2002-03-12 Thread Juan Fuentes
Be sure of cleaning all your ejbs when you remove them. Set all attributes and global variables to null. We have had a very similar problem, and this was one of the reasons. mars wrote: Dear orion user : I got a problem I have a Orion Appcation Server Run on Linux run the http service

Performance Monitoring Tools

2002-03-12 Thread Cugier (extern)
Hello, we are planning to perform some load tests against our application (Servlet, JSP and EJBs). We have found some tools that will create the load on the server and will monitor the response times. But we haven't found anything that can be used to monitor Orion's behaviour during the test.

Re: Showing Error Messages

2002-03-12 Thread Curt Smith
You're probably using IE as your browser. Go to Tools-Internet options-Advanced- - uncheck Show friendly HTTP error messages (so nice of IE) curt Deniz Bocek wrote: Hi all, I have Following problem: If my jsp files or servlets has a error -sytax error or any java error- it shows only

Re: Showing Error Messages

2002-03-12 Thread Cristian Donciulescu
Yes, that's normal. - Original Message - From: Deniz Bocek [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, March 12, 2002 1:57 PM Subject: Showing Error Messages Hi all, I have Following problem: If my jsp files or servlets has a error -sytax error or any java

pleasen Unsubscribe me from the list Urgent

2002-03-12 Thread ldravi KUMAR
Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email!

RE: Random hiccups with Orion+https

2002-03-12 Thread Andre Vanha
You're right, by default if SSL is enabled Orion uses the SSL session to maintain your servlet session. For some reason, IE likes to renew the SSL connection every 2 or 3 minutes (I'm forgot the exact time), even if the user is continually browsing the same site. When this happens, Orion loses

Re: Performance Monitoring Tools

2002-03-12 Thread Jorge Jimenez C
Hello. I have to do the same tests. Can you please tell me about the loading test tools that you've found. Thanks in advance. JJ - Original Message - From: Cugier (extern) [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, March 12, 2002 10:25 AM Subject:

Re: Performance Monitoring Tools

2002-03-12 Thread Stephen Davidson
Optimizeit was quite useful to me. Cpu Usage, Object count, Memory usage, Garbage Collector activity. Also tracked the amount of time spent in each function call. -Steve Cugier (extern) wrote: Hello, we are planning to perform some load tests against our application (Servlet, JSP and

J2EE Security issue...

2002-03-12 Thread Aaron Tavistock
We've been using J2EE based security for some time now, its working great for us supporting several hundred users distributed across a handful of servers. Heres my issue - I have a set of things that happen on every page, a portion of which is looking for a 'new' login which then launches a

StatefulSession Bean Deployment problem

2002-03-12 Thread Daniel Chandran
I am trying to deploy the cart application that comes with the j2eetutorial package from Sun (not the one that comes with Orion) , and get the following error while deploying: Auto-deploying cart (New server version detected)... Auto-deploying cart-ejb.jar (No previous deployment found)...

RE: java.lang.OutOfMemoryError

2002-03-12 Thread Shane Whitehead
The amount of memory in the box won't make much difference if the VM is not configured to use it...It's default settings are rather low, you'll need to check the startup script to see how much stack space it's putting aside...this is also related to performance issues as the VM will take longer

Re: StatefulSession Bean Deployment problem

2002-03-12 Thread Ray Harrison
Daniel - Are you refering to the CartApp.ear from the j2ee tutorial for jdk1.3? If so, what is your Orion version? It deploys (haven't tested the functionality) on 1.5.4. Keep in mind that ear file deployment might be different across app servers if there are app-server specific components

Re: Performance Monitoring Tools

2002-03-12 Thread Stephen Davidson
Hi Jorge. For generating the load, I have found both Siege and Grinder to be effective. Not fancy, but definately effective. -Steve Jorge Jimenez C wrote: Hello. I have to do the same tests. Can you please tell me about the loading test tools that you've found. Thanks in advance.

Re: StatefulSession Bean Deployment problem

2002-03-12 Thread Daniel Chandran
Ray, Yes it is the CartApp.ear from the j2ee tutorial. And I am trying it under Orion 1.5.4. I rebuilt the ear file without the j2ee-ri specific files. I set up a tree similar to the hello-planet tutorial, and modified the build.xml of the tutorial to build the ear. Were you able to

Re: StatefulSession Bean Deployment problem

2002-03-12 Thread Ray Harrison
Hi Daniel - Like I said, I didn't look at it to see if it worked (doubt it does) I was just testing functionality. I just added the ear file information to the server.xml file and tried deploying it - I didn't rebuild it or anything like that (orion will ignore the j2ee-ri stuff) - just the

RE: Performance Monitoring Tools

2002-03-12 Thread Jens Schumann
Although it might sound strange I do not believe in low level tools such as OptimzeIt on EJB level - first stage. Usually you end up using a component based framework which might be distributed and EJB overhead just changes results significantly. We switched to a simple set of classes which

RE: java.lang.OutOfMemoryError

2002-03-12 Thread M Danger Smith
You are probably running the server on the jdk JVM which is VERY limited on memory. You can up it with a -Xmx param when you are firing it up from the command line but most likely you need to use the JRE. Try changing your path to be /usr/opt/java122/jre/bin rather than /usr/opt/java122/bin.

Re: J2EE Security issue...

2002-03-12 Thread Brian Smith
You might try to make a custom UserManager that delegates to the default one, and then performs some actions. Aaron Tavistock wrote: We've been using J2EE based security for some time now, its working great for us supporting several hundred users distributed across a handful of servers.

Re: Showing Error Messages

2002-03-12 Thread Kesav Kumar Kolla
If you are using IE probably this is the same. You need to modify the settings of IE to see full Error message. Goto Tools-Internet Options-Advanced uncheck show Friendly Error Messages Hope this helps you From: Cristian Donciulescu [EMAIL PROTECTED] Reply-To: Orion-Interest [EMAIL

Where is my stderr output?

2002-03-12 Thread Sergey Ponomarev
Hi, I use printStackTrace() method of Exception object to print exception stack trace from my EJBs. But I cannot find the output. I cannot find traces in console nor in logs. Where are they? Orion 1.5.2 Sergey Ponomarev mailto:[EMAIL PROTECTED]

FW: java.lang.OutOfMemoryError

2002-03-12 Thread Manuel De Jesus
our wonderful mailing list -Original Message- From: Manuel De Jesus [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 12:18 PM To: 'Orion-Interest' Subject: RE: java.lang.OutOfMemoryError I would recommend that first verify that the problem is not with your code ? Try using

Re: Showing Error Messages

2002-03-12 Thread Deniz Bocek
Thanx to All, It solved my problem.. Deniz You're probably using IE as your browser. Go to Tools-Internet options-Advanced- - uncheck Show friendly HTTP error messages (so nice of IE) curt Deniz Bocek wrote: Hi all, I have Following problem: If my jsp files or servlets has a

trouble with restarting

2002-03-12 Thread daniele rizzi
hi, when my own orion is restarted or shutdown via java -jar admin.jar ormi:ect -restart / -shutdown an: Error starting HTTP-Server: Address already in Use: JVM_Bind is raised; it sounds as an OS/JVM problem; is there anyone willing to shed some light? thanx, d.rizzi details: win

RE: DataSource Issue (New E-mail Address)

2002-03-11 Thread Ganasen Gounden
Please be informed that I no long reside in South Africa, but in Canada. Please forwad all future e-mail to me at [EMAIL PROTECTED] Sorry for the inconvenience. Have a Great Day

Random hiccups with Orion+https

2002-03-11 Thread Peter Peltonen
Orion 1.4.7 + https (a test ssl cert from Thawte installed following the instructions at Atlassian site) is causing problems: You get thrown out of the applicaton now and then (randomly it seems). Without https the application works fine. Is Orion's https code buggy (should we use Apache as

RE: Soap with Axis ?

2002-03-11 Thread Eddie Post
Hellu, Thanks for your reaction. I see two examples of interest on the Atlassian site: - One with SOAP and EJB. I am just starting to use SOAP and the example is for Apache Soap and not with Apache Axis. Axis needs some other values and I don't know how what/how to change the SOAP values in

<    2   3   4   5   6   7   8   9   10   11   >