Hi raj,
Thank you for your mail.I've solved that problem,but my problem is not
solved totally.
Here I'm going upto getting Object home1.but it's not getting the home i.e
the line

home= (AccountHome) PortableRemoteObject.narrow(home, AccountHome.class);
 here home is returned as null,eventhough it exists.
Please reply ASAP.
Thank you once again for ur valuable and quick reply.
Thanks in advance.
regards,
Pitchuka Sreenivasa Rao
VISIC,CMCLtd.Hyderabad-19

Phone no (O):(040)3000401 extn2166,2168

// the excerpt to get home is:

private AccountHome lookupHome()
    throws NamingException
  {
    Context ctx = getInitialContext();
 try {
   log (" intialfactiry returned AND GOINGGGGGGGGGGGGGGGGG to get home");
      Object home1 = (AccountHome) ctx.lookup("AccountCmp");

      log (" home object is  returned:"+home1);
      home= (AccountHome) PortableRemoteObject.narrow(home,
AccountHome.class);
      log (" home  is  returned:"+home);

    } catch (NamingException ne) {

      log (" Caught an exception:"+ne.getMessage());
      ne.printStackTrace();


    }

    catch (Exception e) {

       log (" Caught an exception:"+e.getMessage());
       e.printStackTrace();


    }

    return home;
  }



----- Original Message -----
From: Raja Sekhar Kosuri <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 09, 2000 4:58 PM
Subject: Re: unknown problem,urgent please


> Hello !!!!!
>
>  It seems that dll is missing in your weblogic. Install
> j2sdkee1.2.1,where you can get mentioned file and copy ioser12.dll to
> your weblogic lib.
>
> Raj....
>
>
>
> -- Original Message As Follows --
>
> Subject: unknown problem,urgent please
> From: P Sreenivasa Rao <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Date: Thu, 9 Nov 2000 15:44:48 +0530
>
> Hi all,
> I'm deploying my application in Weblogic5.1 and OS is Windows NT4.0
>
> I've deployeed the example given (containerManaged bean).it's deployed
> finely.But when I tried to test it with the client,it's thrwong the
> folloewing error:
>
> ERROR! Shared library ioser12 could not be found.
> Exception in thread "main" java.lang.UnsatisfiedLinkError:
> specialLoadCla
> ss
>        at
> com.sun.corba.ee.internal.util.JDKClassLoader.loadClass(JDKCla
> ssLoader.java:58)
>        at
> com.sun.corba.ee.internal.util.JDKBridge.loadClassM(JDKBridge.
> java:180)
>        at
> com.sun.corba.ee.internal.util.JDKBridge.loadClass(JDKBridge.j
> ava:83)
>        at javax.rmi.CORBA.Util.loadClass(Util.java:215)
>        at
> javax.rmi.CORBA.Util.createDelegateIfSpecified(Util.java:306)
>        at javax.rmi.CORBA.Util.<clinit>(Util.java:54)
>        at
> javax.rmi.PortableRemoteObject.createDelegateIfSpecified(Porta
> bleRemoteObject.java:172)
>        at
> javax.rmi.PortableRemoteObject.<clinit>(PortableRemoteObject.j
> ava:62)
>        at
> examples.ejb.basic.containerManaged.Client.lookupHome(Client.j
> ava:336)
>        at
> examples.ejb.basic.containerManaged.Client.<init>(Client.java:
> 55)
>        at
> examples.ejb.basic.containerManaged.Client.main(Client.java:98
> )
>
>
>
> I can't resolve this problem.
> But I've searched in the java API ,and it gives the error def as:
>
>
> Subclasses of LinkageError indicate that a class has some dependency on
> another class; however, the latter class has incompatibly changed after
> the
> compilation of the former class.
>
> Can u please send the solution urgently.I got the same problem for
> example
> beans(session and entity also) which I deployed and tested.
> Thanks in advance,
> Sreenivas
>
>
> VISIC,CMCLtd.Hyderabad-19
>
> Phone no (O):(040)3000401 extn2166,2168
>
> ========================================================================
> ===
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> of the message "signoff EJB-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
>
>
>
>
>
>
> ---------------------------------------------------------------
> This Message was Powered by Xcel Communications
> Sign up for your FREE EMAIL account today at http://www.mailroom.com
> Give your FAX machine an email address http://www.faxroom.com
>
>
===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff EJB-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to