Re: ATM application not working in 1.4.0: Ignore. Runs 0.k

2001-02-09 Thread Globetrot Communications

Sorry for the earlier message. ATM works fine in
1.4.0!


--- Globetrot Communications [EMAIL PROTECTED]
wrote:
 When I try to register on the web-page in ATM
 application, I get the following exceptions! I was
 hoping to use this application to see how exactly it
 is doing O/R mapping.
 
 Thanks.
 
 Satish
 
 
 javax.servlet.jsp.JspException: NamingException:
 com.acme.atm.ejb.AccountOwnerManager not found
 at

com.evermind.ejb.taglib.UseHomeTag.doStartTag(UseHomeTag.java:37)
 at
 /doAddUser.jsp._jspService(/doAddUser.jsp.java:43)
 (JSP page line 3)
 at
 com.orionserver.http.OrionHttpJspPage.service(JAX)
 at
 com.evermind.server.http.HttpApplication.xa(JAX)
 at
 com.evermind.server.http.JSPServlet.service(JAX)
 at com.evermind.server.http.d3.so(JAX)
 at com.evermind.server.http.d3.sm(JAX)
 at com.evermind.server.http.ef.su(JAX)
 at com.evermind.server.http.ef.dn(JAX)
 at com.evermind.util.f.run(JAX)
 
 __
 Do You Yahoo!?
 Yahoo! Auctions - Buy the things you want at great
 prices.
 http://auctions.yahoo.com/
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




Re: ATM application not working in 1.4.0

2001-02-09 Thread Globetrot Communications

The ATM sample I am trying to deploy is the one that
came with Orion 1.4.0. Looks like the problem is that
the JMS server is not running! What could cause that?

Thanks for your help.

I am attaching the mail-session tag from server.xml.

mail-session location="mail/MailSession"
smtp-host="mailhost.driftwood.com"
   property name="mail.transport.protocol"
value="smtp" /
   property name="mail.smtp.from"
value="[EMAIL PROTECTED]" /
   property name="mail.from"
value="[EMAIL PROTECTED]" /
/mail-session



Error deploying
file:/home/local/orion/applications/atm/atm-ejb.jar
homes: Unable to link resource MessageDrivenBean
com.acme.atm.ejb.MainLoggerEJB, no JMS server running

--- Globetrot Communications [EMAIL PROTECTED]
wrote:
 When I try to register on the web-page in ATM
 application, I get the following exceptions! I was
 hoping to use this application to see how exactly it
 is doing O/R mapping.
 
 Thanks.
 
 Satish
 
 
 javax.servlet.jsp.JspException: NamingException:
 com.acme.atm.ejb.AccountOwnerManager not found
 at

com.evermind.ejb.taglib.UseHomeTag.doStartTag(UseHomeTag.java:37)
 at
 /doAddUser.jsp._jspService(/doAddUser.jsp.java:43)
 (JSP page line 3)
 at
 com.orionserver.http.OrionHttpJspPage.service(JAX)
 at
 com.evermind.server.http.HttpApplication.xa(JAX)
 at
 com.evermind.server.http.JSPServlet.service(JAX)
 at com.evermind.server.http.d3.so(JAX)
 at com.evermind.server.http.d3.sm(JAX)
 at com.evermind.server.http.ef.su(JAX)
 at com.evermind.server.http.ef.dn(JAX)
 at com.evermind.util.f.run(JAX)
 
 __
 Do You Yahoo!?
 Yahoo! Auctions - Buy the things you want at great
 prices.
 http://auctions.yahoo.com/
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




Re: ATM application not working in 1.4.0

2001-02-09 Thread Ray Harrison

There should be a jms config section in your server.xml file that needs 
uncommenting
if not here is what you should have:

!-- JMS-server config link, uncomment to activate the JMS service --
jms-config path="./jms.xml" /



--- Globetrot Communications [EMAIL PROTECTED] wrote:
 The ATM sample I am trying to deploy is the one that
 came with Orion 1.4.0. Looks like the problem is that
 the JMS server is not running! What could cause that?
 
 Thanks for your help.
 
 I am attaching the mail-session tag from server.xml.
 
 mail-session location="mail/MailSession"
 smtp-host="mailhost.driftwood.com"
property name="mail.transport.protocol"
 value="smtp" /
property name="mail.smtp.from"
 value="[EMAIL PROTECTED]" /
property name="mail.from"
 value="[EMAIL PROTECTED]" /
 /mail-session
 
 
 
 Error deploying
 file:/home/local/orion/applications/atm/atm-ejb.jar
 homes: Unable to link resource MessageDrivenBean
 com.acme.atm.ejb.MainLoggerEJB, no JMS server running
 
 --- Globetrot Communications [EMAIL PROTECTED]
 wrote:
  When I try to register on the web-page in ATM
  application, I get the following exceptions! I was
  hoping to use this application to see how exactly it
  is doing O/R mapping.
  
  Thanks.
  
  Satish
  
  
  javax.servlet.jsp.JspException: NamingException:
  com.acme.atm.ejb.AccountOwnerManager not found
  at
 
 com.evermind.ejb.taglib.UseHomeTag.doStartTag(UseHomeTag.java:37)
  at
  /doAddUser.jsp._jspService(/doAddUser.jsp.java:43)
  (JSP page line 3)
  at
  com.orionserver.http.OrionHttpJspPage.service(JAX)
  at
  com.evermind.server.http.HttpApplication.xa(JAX)
  at
  com.evermind.server.http.JSPServlet.service(JAX)
  at com.evermind.server.http.d3.so(JAX)
  at com.evermind.server.http.d3.sm(JAX)
  at com.evermind.server.http.ef.su(JAX)
  at com.evermind.server.http.ef.dn(JAX)
  at com.evermind.util.f.run(JAX)
  
  __
  Do You Yahoo!?
  Yahoo! Auctions - Buy the things you want at great
  prices.
  http://auctions.yahoo.com/
  
 
 
 __
 Do You Yahoo!?
 Get personalized email addresses from Yahoo! Mail - only $35 
 a year!  http://personal.mail.yahoo.com/
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




RE: ATM application not working in 1.4.0

2001-02-07 Thread Allen Fogleson

you might try updating the server, I havent had 1.4.0 in a while but it
definitely works in 1.4.5 and 1.4.7 I don't remember which server I had the
problem in but I have had it running in 1.4.5 and 7 now.

Al

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Globetrot
Communications
Sent: Wednesday, February 07, 2001 8:19 PM
To: Orion-Interest
Subject: ATM application not working in 1.4.0


When I try to register on the web-page in ATM
application, I get the following exceptions! I was
hoping to use this application to see how exactly it
is doing O/R mapping.

Thanks.

Satish


javax.servlet.jsp.JspException: NamingException:
com.acme.atm.ejb.AccountOwnerManager not found
at
com.evermind.ejb.taglib.UseHomeTag.doStartTag(UseHomeTag.java:37)
at
/doAddUser.jsp._jspService(/doAddUser.jsp.java:43)
(JSP page line 3)
at
com.orionserver.http.OrionHttpJspPage.service(JAX)
at
com.evermind.server.http.HttpApplication.xa(JAX)
at
com.evermind.server.http.JSPServlet.service(JAX)
at com.evermind.server.http.d3.so(JAX)
at com.evermind.server.http.d3.sm(JAX)
at com.evermind.server.http.ef.su(JAX)
at com.evermind.server.http.ef.dn(JAX)
at com.evermind.util.f.run(JAX)

__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/





SV: ATM application not working in 1.4.0

2001-02-07 Thread Magnus Rydin
Title: SV: ATM application not working in 1.4.0





Hi.
What version of the ATM was it that you used with 1.4.0?
A *lot* has changed since 1.4.0..
My sugestion is to download the latest orion and ATM.
WR



 -Ursprungligt meddelande-
 Från: Globetrot Communications [mailto:[EMAIL PROTECTED]]
 Skickat: den 7 februari 2001 17:19
 Till: Orion-Interest
 Ämne: ATM application not working in 1.4.0
 
 
 When I try to register on the web-page in ATM
 application, I get the following exceptions! I was
 hoping to use this application to see how exactly it
 is doing O/R mapping.
 
 Thanks.
 
 Satish
 
 
 javax.servlet.jsp.JspException: NamingException:
 com.acme.atm.ejb.AccountOwnerManager not found
 at
 com.evermind.ejb.taglib.UseHomeTag.doStartTag(UseHomeTag.java:37)
 at
 /doAddUser.jsp._jspService(/doAddUser.jsp.java:43)
 (JSP page line 3)
 at
 com.orionserver.http.OrionHttpJspPage.service(JAX)
 at
 com.evermind.server.http.HttpApplication.xa(JAX)
 at
 com.evermind.server.http.JSPServlet.service(JAX)
 at com.evermind.server.http.d3.so(JAX)
 at com.evermind.server.http.d3.sm(JAX)
 at com.evermind.server.http.ef.su(JAX)
 at com.evermind.server.http.ef.dn(JAX)
 at com.evermind.util.f.run(JAX)
 
 __
 Do You Yahoo!?
 Yahoo! Auctions - Buy the things you want at great prices.
 http://auctions.yahoo.com/