JSP Required classes

2001-09-13 Thread Vijay Pawar

Hi All,
When I am referring class from JSP it is throwing
error class not found though the all the classes are
present there.
I have kept all utility classes inside web-inf\classes
Can anybody suggest how can we give classpath in orion
deployment files I tried with orion-web.xml but it
fails.
regards,
vijay

__
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/




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
queue-connection-factory host=10.5.4.47
location=javax.jms.QueueConnectionFactory / 
queue name=Micro Queue location=MICROQUEUE
/queue
log
file path=./log/jms.log /
/log
/jms-server

I am using mailing application written on Queue funda.
Messenge is sent successfully to queue and I can see
it through OrionConsole but when I run client i.e.
recceiver I get
javax.jms.JMSException: Unable to connect to JMSServer
(VPAWAR/10.5.4.47:9127)
at
com.evermind.server.jms.EvermindQueueConnection.connect(EvermindQueueConnection.java:144)
at
com.evermind.server.jms.EvermindQueueConnection.receive(EvermindQueueConnection.java:102)
at
com.evermind.server.jms.EvermindQueueSession.receive(EvermindQueueSession.java:241)
at
com.evermind.server.jms.EvermindQueueReceiver.receive(EvermindQueueReceiver.java:34)
at CReceiveMail.run(CReceiveMail.java:91)
at CReceiveMail.main(CReceiveMail.java:66)

I had specify application-client.xml also correctly.
Can you help me in this.
regards,
Vijay

__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/




Re: Error binding to server...... Exception

2001-08-07 Thread Vijay Pawar

Hi Vikas,
It's very strange behaviour. I tried to lookup through
the Java filei.e. I am looking for all the EJB's
at centralized place.
Some time lookup by java:comp/env/jndi_name will work
some time just jndi_name will work and sometime both
will not. :-)
I tried it with lot combination.
Why this problem is there I can't figured out.
I have checked all XML files required...
while the demo examples are working fine and CMP bean
written is also working fine.
I deployed 26 EJB's but System is not working fine.
Can anybody give example of complete application
deployment using exploaded directory format.
regards,
Vijay


--- Vikas Malhotra [EMAIL PROTECTED] wrote:
 Hi,
 i am facing a strange problem i have deployed some
 CMP beans. I can see their  respective entry in the
 application-deployment folder, their respective
 orion-ejb-jar.xml are also created but now as i
 change the application.xml file and the server
 redeployes the beans it throws an error
 saying This Perticular problem is with a few
 CMP beans only the rest are working fine with the
 same setting.
 


 Error binding to server:
 javax.naming.NamingException: No location specified
 and no suitable instance of the type
 'MpSellerManager' found for the ejb-ref
 MpSellerManagerHome
 


 Please help me out with this i am using JDK 1.3
 with Orion Version. 1.5.2.
 
 Regards,
 Vikas
 
 
 

*
 Disclaimer
 
 This message (including any attachments) contains 
 confidential information intended for a specific 
 individual and purpose, and is protected by law. 
 If you are not the intended recipient, you should 
 delete this message and are hereby notified that 
 any disclosure, copying, or distribution of this
 message, or the taking of any action based on it, 
 is strictly prohibited.
 

*
 Visit us at http://www.mahindrabt.com
 


__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/




Re: Test mail

2001-08-07 Thread Vijay Pawar

:-)
Don't send blank mails. this list always work fine.
Please send only serious issues.
This is request to all.
If you fired single mail it goes to all who are
subscribed the archive list.
regards,
Vijay

--- Karl Avedal [EMAIL PROTECTED] wrote:
 Testing to see that everything is now ok with the
 mailing list.
 
 -Karl
 
 
 


__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/




RE: Error binding to server...... Exception

2001-08-07 Thread Vijay Pawar

Hi Kesav,
You are right there was difference in these two files
in my case.
Can you please tell how to specify the directory in
application.xml so that it will pick up utility
classes from the files.
I have put all the utility classes under
applications\micropay\micropay\WEB-INF\classes
directory
I deployed my application in exploaded directory
format. I haven't packed the files in any jar.
I tried lot in application.xml with giving following
combination but it is not picking the classes from
there.
Can you suggest better way.
regards,
Vijay

module  
javaD:\j2ee\home\applications\micropay\micropay\WEB-INF\classes\/java
/module

module
   java../micropay/micropay/WEB-INF/classes/java
/module

module
   java../micropay/micropay/WEB-INF/classes//java
/module

module
   java/micropay/WEB-INF/classes/java
/module

module
   java/WEB-INF/classes/java
/module

module
   java/classes/java
/module


--- Kesav Kumar [EMAIL PROTECTED] wrote:
 Then verify the ejb-name in ejb-jar.xml and web.xml
 where you have
 referenced the ejb with ejb-ref element.  Both got
 to be same name.
 MpSellerManager must not be bound to JNDI with the
 same name.  Check your
 ejb-jar.xml and verify the ejb-name for
 MpSellerManager matches with your
 ejb-ref element.
  
 
 Kesav Kumar Kolla 
 Voquette Inc 
 650 356 3740(W) 
 510 889 6840(R) 
 Voquette...Delivering Sound Information 
 
 -Original Message-
 From: Vikas Malhotra [mailto:[EMAIL PROTECTED]]
 Sent: Monday, August 06, 2001 10:40 PM
 To: Orion-Interest
 Cc: Kesav Kumar
 Subject: Re: Error binding to server.. Exception
 
 
 This is a follow up of the problem i had previously
 posted i tried deleting
 the application folder in the application-deployment
 folder and restarted
 the server all the beans were deployed( the
 orion-ejb-jar.xml files were
 created for all the beans) but still the same
 problem was encountered. The
 error is as shown below.
  




 Error binding to server:
 javax.naming.NamingException: No location specified
 and no suitable instance of the type
 'MpSellerManager' found for the ejb-ref
 MpSellerManagerHome
 




 Any hints to this...
 Regards,
 Vikas
 
 - Original Message - 
 From: Vikas  mailto:[EMAIL PROTECTED] Malhotra
 
 To: Orion-Interest
 mailto:[EMAIL PROTECTED]  
 Sent: Monday, August 06, 2001 7:44 PM
 Subject: Error binding to server.. Exception
 
 
 Hi,
 i am facing a strange problem i have deployed some
 CMP beans. I can see
 their  respective entry in the
 application-deployment folder, their
 respective orion-ejb-jar.xml are also created but
 now as i change the
 application.xml file and the server redeployes the
 beans it throws an error
 saying This Perticular problem is with a few
 CMP beans only the rest
 are working fine with the same setting.
  




 Error binding to server:
 javax.naming.NamingException: No location specified
 and no suitable instance of the type
 'MpSellerManager' found for the ejb-ref
 MpSellerManagerHome
 




 Please help me out with this i am using JDK 1.3
 with Orion Version.
 1.5.2.
  
 Regards,
 Vikas
  
  
 

*
 Disclaimer
 
 This message (including any attachments) contains 
 confidential information intended for a specific 
 individual and purpose, and is protected by law. 
 If you are not the intended recipient, you should 
 delete this message and are hereby notified that 
 any disclosure, copying, or distribution of this
 message, or the taking of any action based on it, 
 is strictly prohibited.
 

*
 Visit us at http://www.mahindrabt.com
 
 
 
 

*
 Disclaimer
 
 This message (including any attachments) contains 
 confidential information intended for a specific 
 individual and purpose, and is protected by law. 
 If you are not the intended recipient, you should 
 delete this message and are hereby notified that 
 any disclosure, copying, or distribution of this
 message, or the taking of any action based on it, 
 is strictly prohibited.
 

*
 Visit us at http://www.mahindrabt.com
 
 
 
 


__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger