mibble-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mibble-users] Mibble 2.2: Fails to load imported modules


From: rks
Subject: [Mibble-users] Mibble 2.2: Fails to load imported modules
Date: Wed, 12 Nov 2003 14:29:24 -0800 (PST)

I am using Mibble 2.2 on Solaris 2.6. MibbleValidator fails
to load Module A which is imported by Module B. Both the
modules are in the same directory (see below).

Am I missing an environment variable?

$ uname -a
SunOS <withheld> 5.6 Generic_105181-28 sun4u sparc SUNW,Ultra-2
$
$ ls -l CISCO-SMI.txt CISCO-TC.txt
-rw-r--r--   1 rks      eng11       8299 Nov 12 14:19 CISCO-SMI.txt
-rw-r--r--   1 rks      eng11       8114 Nov 12 14:20 CISCO-TC.txt
$ 
$ java -version
java version "1.4.0_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_01-b03)
Java HotSpot(TM) Client VM (build 1.4.0_01-b03, mixed mode)
$
$ java net.percederberg.mibble.MibbleValidator CISCO-SMI.txt
Reading CISCO-SMI.txt... [OK]

Files processed:  1
  with errors:    0
  with warnings:  0
$ 
$ java net.percederberg.mibble.MibbleValidator CISCO-TC.txt
Reading CISCO-TC.txt... [FAILED]
Error: in CISCO-TC.txt: line 57:
    couldn't find imported MIB: CISCO-SMI

                FROM CISCO-SMI;
                     ^

Files processed:  1
  with errors:    1
  with warnings:  0
Error: validation errors were encountered
$ 
$ head  -15 CISCO-TC.txt 

CISCO-TC DEFINITIONS ::= BEGIN

IMPORTS
        MODULE-IDENTITY,
        Gauge32,
        Integer32
                FROM SNMPv2-SMI
        TEXTUAL-CONVENTION
                FROM SNMPv2-TC
        ciscoModules,
        ciscoProducts
                FROM CISCO-SMI;

$

Any suggestions greatly appreciated.

Rk
x77309




reply via email to

[Prev in Thread] Current Thread [Next in Thread]