2 Replies Latest reply on Apr 28, 2003 3:48 AM by deepaksumani

    Need ur help !!! Urgent

    deepaksumani

      Hello to all ,

      i find the error when i start jboss-3.2.0_tomcat-4.1.24


      2003-05-01 10:21:32,382 INFO [STDOUT] ERROR! Shared library ioser12 could not be found.
      2003-05-01 10:21:37,449 ERROR [org.jboss.naming.NamingService] Starting failed
      javax.naming.CommunicationException: Can't find SerialContextProvider


      any help will be of gr8 use for me .

      Dee

        • 1. Re: Need ur help !!! Urgent
          jonlee

          Your runtime seems to be looking for ioser12.dll (Win32) or (lib)ioser12.so (*nix), a native library usually found in your JRE's bin directory (Win32) or in the JRE lib (*nix). This can be caused by finding another j2ee.jar or jndi.jar outside of the JBoss distribution but in your classpath. At least that is normally where this problem arises.

          ioser12 handles RMI-IIOP so it's fairly important for J2EE stuff.

          The other thing is that you may not actually have the ioser12 native libraries.

          • 2. Re: Need ur help !!! Urgent
            deepaksumani

            thanxs lee,

            Yaah it was the same problem . i sort it out .

            Thanxs once again .

            Dee