Orion and JMS: javax.naming.NameNotFoundException

2001-08-14 Thread Daniel López
Hi, I know this topic has been discussed a lot in here, but I haven't been able to find the answer in the archive or in the documentation. The problem is: I decided to have a go with JMS but I can't even start to play with it, as all I get is javax.naming.NameNotFoundException. These are the

PrOperTies ??

2001-08-14 Thread Eddie Post
Title: SV: Roll-BACK question. Hellu, Where do you define your properties/constants which you want to use in your ejb's and servlets (I am using CMP) ?? I am wandering if, putting it all in a property file is the best way to do it, concerning performance and the xml files to store

RE: Deploying EJBs

2001-08-14 Thread The elephantwalker
look at the out file, this is the terminal output if you start orion java -jar orion.jar -out myout.log -err myerr.log the myout.log should have all of the messages that you would need to know if the application was redeployed, including the ejb's. regards, the elephantwalker -Original

RE: Application CLient JNDI properties

2001-08-14 Thread Scott Hamilton, (m)+61-404-280 238
what I get is: Communication error: Can't find Serial Context Provider What am I doing wrong? Have you specified orion.jar in your classpath???

Re: SSL/ORION/urlencoding

2001-08-14 Thread remy.menetrieux
When i enabled the cookie, the problem is the same.   when i have a relative url like this a href="dummy.htm?dummy1=3"blavla/a    orion transform in this a href="dummy.htm?dummy1=3;jsessionid=AZSSZAZDSFCCDBFGH"blavla/a   I work with ssl. Thanks in advance .. Remy Kesav Kumar wrote: [EMAIL

RE: Deploying EJBs

2001-08-14 Thread Owen Fellows
If you open the orionconsole I think it will tell you all the EJB's etc that have been deployed in your application. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tom Jordan Sent: 14 August 2001 06:53 To: Orion-Interest Subject: Deploying EJBs Is

Re: Deploying EJBs

2001-08-14 Thread Paolo Ramasso
ciao try with orionconsole.jar java -jar orionconsole.jar you can see what you have deployed ciao Paolo Tom Jordan wrote: Is there anyway to determine that a set of EJBs that are in an ear have been deployed onto that server. I just want to know if an ear that was suppose to autodeploy has

Re: Orion and JMS: javax.naming.NameNotFoundException

2001-08-14 Thread Vikas Malhotra
I am also facing similar problem please suggest. Vikas - Original Message - From: Daniel López [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, August 14, 2001 12:05 PM Subject: Orion and JMS: javax.naming.NameNotFoundException Hi, I know this topic has been

RE: Deploying EJBs

2001-08-14 Thread Seth Osher
You can use orion's console: cd /orion java -jar orionconsole.jar - Seth Osher [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tom Jordan Sent: Tuesday, August 14, 2001 1:53 AM To: Orion-Interest Subject: Deploying EJBs

Re: Jive with Orion and HSQL

2001-08-14 Thread Michael J. Cannon
SQL syntax files are at the 'old site' and in the new v.1.61 download. We're rewriting the 'old site' as we speak for v.1.70 release later this month and for the new, more modular v.2.0 architecture in October. Old site: http://www.hsqldb.org/old_site/hypersonicsql/doc/internet/hSql.html (also

Re: Deploying EJBs

2001-08-14 Thread Tim Pouyer
check out the directory under your %Orion_Home% called applicationdeployments there should be a dir with the same name as your new application and under that there will be directories for all deployed ejbs and wars. If you dont see a directory with the same name as one of your ejb's or war's then

Re: Deploying EJBs

2001-08-14 Thread Jason Westra
Hi Tom, Try turning -verbosity 10 in the java -jar orion.jar commandline. Orion console output should say something like Binding xyxEJB to xyzJNDIName and indicating the EJB(s) is deployed. Jason --- Tom Jordan [EMAIL PROTECTED] wrote: Is there anyway to determine that a set of EJBs that are

Re: SSL/ORION/urlencoding

2001-08-14 Thread remy.menetrieux
Sorry,    I have found my error. I have created an orion-web.xml file in my/directorywebapp/WEB-INF/    but orion read a orion-web.xml in $ORION-INSTALL-PATH/application-deployements/default/mywebappname/ thanks four you're help remy remy.menetrieux wrote: [EMAIL PROTECTED]">When i enabled the

RE: ORA-01000: maximum open cursors exceeded Exception

2001-08-14 Thread Nusairat, Joseph F.
Title: RE: ORA-01000: maximum open cursors exceeded Exception I believe u get this error when you are opening tooo many connections. (duh) In other words make sure you are closing your Statements or PreparedStatements. If you are, then check with your DBA to see how many current cursors

JMS Client throwing error

2001-08-14 Thread Vijay Pawar
Here is description of my problem In my application I have changed port in rmi.xml to rmi-server port= In default-web-site.xml I changed HTTP port to web-site port= display-name=Default Oracle9iAS Containers for J2EE Web Site My JMS entry is like jms-server host=10.5.4.47 port=9127

RE: Application CLient JNDI properties

2001-08-14 Thread SAURUGGER,PETER (A-PaloAlto,ex2)
Yes, ejb.jar, jndi.jar and orion.jar are all added to the classpath. -Original Message- From: Scott Hamilton, (m)+61-404-280 238 [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 14, 2001 3:57 PM To: Orion-Interest Subject: RE: Application CLient JNDI properties what I get is:

Re: ORA-01000: maximum open cursors exceeded Exception

2001-08-14 Thread DENNIS STRAIGHT
I've seen this before with my code. It has nothing to do with Orion. Make sure you are closing your Connections, Statements, PreparedStatements, CallableStatements and ResultSets. The proper place to do this is in a finally statement so the code will always get executed, even if an exception

Auto-reply: Re: Deploying EJBs

2001-08-14 Thread ORAPOST
Bonjour, En cas d'urgence, vous pouvez contacter mon assistante Stéphanie Vikar. Tél: 01.47.62.23.24 - e-mail:sté[EMAIL PROTECTED] Cordialement, -- Philippe ELINCK Oracle +33 1 47 62 29 28 +33 6 07 34 06 08 [EMAIL PROTECTED] Votre accès privilégié à l'information technologique d'Oracle Your

User Manager and question about deploying an application and applications-deployment directory

2001-08-14 Thread Bill Clinton
Hello, I am trying to get security working as per the instructions on OrionSupport.com (http://www.orionsupport.com/articles/usermanager.html) and I am having some troubles. Following these procedures is creating some questions about application deployment and the

RE: JMS Client throwing error

2001-08-14 Thread Kesav Kumar
Title: RE: JMS Client throwing error Just remove the queue-connection-factory from jms.xml and try. Kesav Kumar Kolla Voquette Inc 650 356 3740(W) 510 889 6840(R) VoquetteDelivering Sound Information -Original Message- From: Vijay Pawar [mailto:[EMAIL PROTECTED]] Sent:

RE: ORA-01000: maximum open cursors exceeded Exception

2001-08-14 Thread Kesav Kumar
Title: RE: ORA-01000: maximum open cursors exceeded Exception This is because you have too many opened statements and Resultsets. Make sure that you close your statements and resultsets properly. Try to debug the jdbc activity by setting the following properties.

Auto-reply: RE: ORA-01000: maximum open cursors exceeded Exception

2001-08-14 Thread ORAPOST
I am out of the office until September 5th. Please contact Mark.Reeves:oracle.com if you require assistance. Regards Antony BEGIN:VCARD VERSION:2.1 N:Reynolds;Antony;J FN:Antony J Reynolds ORG:a href=http://www.oracle.com/index.html; target=_topimg

RE: ORA-01000: maximum open cursors exceeded Exception

2001-08-14 Thread The elephantwalker
Here's a bit of code I use alot in ejb's. The handler interface only has one method, processResultSet. The getDBConnection is a helper method. Notice how the connection, resultset and statement are closed. If these are'nt executed in the proper order, and within a finally clause, oracle will

RE: When user hits STOP..any way to trap that and terminate an on goin g request..

2001-08-14 Thread Duffey, Kevin
I thought I said what you said in terms of it being a problem. If you prevent the user from submitting the form again, they have to wait for that first query to finish..and being that the connection to the browser is terminated from that first query, there is never a way for the user to know

how to make classes visible in web applications

2001-08-14 Thread Peter Beck
Hello Orion-List-Readers! I'm working on a web application consisting of an EJB and a web module. In our application there are certain model beans which are referenced from both the EJBs and the (Struts) action-beans which belong to the web module. Without any further measures classes in one

How CMP uses more than one DataSource?

2001-08-14 Thread Duffey, Kevin
Hi all, Our site uses 3 different databases, as well as two remote databases (two-phased commit). So far I have only tried CMP using the HSQL. Now that we are getting ready to move to EJB, how does CMP know which database to use? If a user on our site is in a specific module, it will use

Re: how to make classes visible in web applications

2001-08-14 Thread Nick Newman
Hi Peter, I suppose one could say that web-module classes should not be (and indeed, are not) visible from EJB's because that violates the layered structure of the application (the logic/storage oriented EJB's shouldn't need to know about the presentation layer). If you have a class that

-verbosity 10

2001-08-14 Thread Curt Smith
I searched the orion doc for this argument as well as the recently offered -out file -err file Is there a place where these orion cmd line args are at least listed ? The -verbosity 10 is the type of debug logging switches that would be very helpful in seeing what's going on. BTW, my area of

RE: ORA-01000: maximum open cursors exceeded Exception

2001-08-14 Thread Alex Paransky
I am using CMP beans only, so i am not controlling any connections directly. -AP_ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of DENNIS STRAIGHT Sent: Tuesday, August 14, 2001 10:55 AM To: Orion-Interest Subject: Re: ORA-01000: maximum open cursors

RMI clustering

2001-08-14 Thread Ashok Banerjee
I am trying RMI clustering and have done as Lachezar advised but I am not sure where the client is supposed to connect. There is no frontend like loadbalancer for http clustering. I can tell that state information sharing or entity-cache flush command are being multicast. But where does the

Fw: org.apache.taglibs.i18n.BundleTag Problem

2001-08-14 Thread Bernhard Woditschka
Hi all, I try to develop a i18n enabled MVC website with dynamically selected charsets. Orion gives me a hard time when I try to dynamically select the charset of a JSP - (Tomcat works fine) The Tags have no chance to set the Locale of the response because the JspWriter is obtained before the

Re: -verbosity 10

2001-08-14 Thread Hani Suleiman
if you get a 500 error, then it is definitely logged somewhere, you don't need to enable any debug flags. Look in: standard error and standard out (console or redirected to a file) global-application.log Your app's application.log On Tue, 14 Aug 2001, Curt Smith wrote: I searched the orion

RE: ORA-01000: maximum open cursors exceeded Exception

2001-08-14 Thread Alex Paransky
We are not using any direct connections to the database. We only use CMP beans. So there might be something wrong in the way I am using the beans, or the could be a bug in Orion which is leaving a lot of cursors open. Then again, it could be normal operation and we just need to increase the

Re: ORA-01000: maximum open cursors exceeded Exception

2001-08-14 Thread DENNIS STRAIGHT
Then again, it could be normal operation and we just need to increase the number of cursors allowed. This is possible but I doubt it. Setting up the limit seems like a cheap way to fix the problem... for now. How many concurrent users are executing this code? And how long does it take for the