Hi,

Does anyone know what causes the error "Unknown Command: 7"?
I have deployed some EJBs on an Orion server and they all seem to deploy OK. 
All my EJBs work with the exception of one. When I try to do a jndi lookup 
on that particular EJB from a servlet, I get the following error:

javax.servlet.ServletException: Could not create PaymentHandler 
Disconnected:
Unknown command: 7
        at au.com.dataline6.payment.GenericPaymentServlet.getPaymentHandler(Unknown
Source)
        at 
au.com.dataline6.payment.ScheduledPaymentServlet.prepareAndDispatchToAcknowledgePayment(Unknown
Source)
        at 
au.com.dataline6.payment.GenericPaymentServlet.evaluatePaymentChoiceForm(Unknown
Source)
        at au.com.dataline6.payment.ScheduledPaymentServlet.doGet(Unknown Source)
        at au.com.dataline6.payment.ScheduledPaymentServlet.doPost(Unknown Source)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:165)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:103)
        at 
com.caucho.server.http.FilterChainServlet.doFilter(FilterChainServlet.java:82)
        at au.com.dataline6.login.LoginFilter.doFilter(Unknown Source)
        at 
com.caucho.server.http.FilterChainFilter.doFilter(FilterChainFilter.java:87)
        at com.caucho.server.http.Invocation.service(Invocation.java:277)
        at com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:129)
        at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:216)
        at 
com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java:158)
        at com.caucho.server.TcpConnection.run(TcpConnection.java:140)
        at java.lang.Thread.run(Thread.java:484)

I have created several I am using Orion version 1.5.3.

Any ideas would be really appreciated. Thanks




_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


Reply via email to