2 Replies Latest reply on Aug 13, 2002 4:17 PM by lkmanda

    [ERROR,ContainerFactory] ... valid types for RMI/IIOP

    garyg

      I'm getting errors like below on all of my session and entity beans, yet, my beans still run fine and I'm seeing no problems besides this output.

      --- snip ---
      [ERROR,ContainerFactory]
      Bean : Account
      Method : public abstract boolean addAccount(AccountInfo) throws RemoteException
      Section: 9.2.7
      Warning: The method arguments in the remote interface must be of valid types for RMI/IIOP.
      --- end ---

      The arguments in this interface are of valid types AFAIK, meaning ... AccountInfo is implements Serializable.

      Any help much appreciated.

        • 1. Re: [ERROR,ContainerFactory] ... valid types for RMI/IIOP
          lkmanda

          I have a same situation as yours.. i get the same exception. and this exception comes only to one of my entity beans. when others donot throw this exception.

          I dont have a clue on this.. if you have solved it please post how did u do it.

          My problem with this exception is , i cannot hotdeploy when this warning is there , I got to restart my server..

          Thanks.
          LEela

          • 2. Re: [ERROR,ContainerFactory] ... valid types for RMI/IIOP
            lkmanda

            never mind ..I solved this problem..
            I had one business method in my remote interface which was missing " throws RemoteException" clause..

            so i think this warning occurs for errors in RemoteInterface.

            Thanks.
            LEela