I am new to Websphere. I have developed a simple EJB and deployed in Websphere v8. I deployed it by creating EAR File.
Then I developed a standalone java client and trying to call ejb. But it fails while doing lookup for JNDI Name of EJB.
The Exception stack trace is:
Kindly suggest me what should I do to make it work.
Thanks in advance.
You have provided provider url=corbaloc:iiop:localhost:2809,
Is it the correct port? Please verify it, as error log gives out : java.net.ConnectException: connect: Address is invalid on local machine, or port is not valid on remote machine