3 Replies Latest reply on Aug 27, 2004 11:02 AM by pacde

    SMNP startup error

    pacde

      Im trying to get the server running on Suse 9.1 and when I run the Suse shell script I get an Exception thrown in my log file:

      Its under the SMNP label and its a HostNotFoundException. It shows the computer IP address with one small error: Instead of listing 136.159..... it lists d136.159...... Can anyone point me in the direction of where this potential buggy code might be reading the IP address from?

        • 1. Re: SMNP startup error
          pacde

          Oops, thats SNMP - Typo

          • 2. Re: SMNP startup error
            darranl

            How sure are you that your Suse setup is perfect?

            Also don't try and describe exceptions, just post the full exception with stack trace.

            • 3. Re: SMNP startup error
              pacde

              Thanks for the reply.

              Im not on that machine right now and dont have access to until this afternoon, but your right, I did some testing and found that if I do a

              System.out.println(InetAddress.getLocalHost().getHostAddress());

              I get the same error. Its definitely a OS problem.