2 Replies Latest reply on Aug 31, 2004 1:22 PM by yogeshgpt

    Error while deploying EJB on Jboss

    yogeshgpt

      Hi

      I am deploying EJB on the Jboss. When I try to access the EJB through a desktop client, i get the following error:

      "Error! Shared library ioser12 could not found."

      I am using JBoss3.2.5 with JDK1.4.2 on Windows 2000.

      Any solution for it?

        • 1. Re: Error while deploying EJB on Jboss
          darranl

          What is the full error and stack trace on the client? How is the client trying to interact with the EJB? At what point does the failure occur, connecting to JNDI, calling Create, calling a business method or calling remove?

          • 2. Re: Error while deploying EJB on Jboss
            yogeshgpt

            Hi,

            The full error description is :

            ------
            ERROR! Shared library ioser12 could not be found.
            Excpetion 1: Can't find SerialContextProvider
            -----------

            The Client is a simple class with the main function. Inside the main function creating a object for InitialContext to lookup the JNDI name.

            The error occured on the very first line:

            InitialContext ic=new InitialContext();


            I hope this will help you to resolve this.