mibble-users
[Top][All Lists]
Advanced

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

Re: [Mibble-users] problem load mib files


From: Per Cederberg
Subject: Re: [Mibble-users] problem load mib files
Date: Tue, 03 Feb 2004 10:12:44 +0100

On Mon, 2004-02-02 at 17:51, Yumei Zhang wrote:
> Hi,
> I renamed "IPITEK-SMI_MIB" to "IPITEK-SMI.mib", but I still get the same 
> error (couldn't find imported MIB: IPITEK-SMI  FROM IPITEK-SMI;)
>  when I try to load the second mib file. 
> 
> What else should I do?

Just checking this out I realized that you must've run into
the second known bug in the MibLoader... Thing is that 
java.io.File.getParentFile() returns null if the directory
component of the file name is empty. 

So, to load the file correctly you must append the local 
directory to the name of the "parent" file, like this --  
.\IpitekHBR110trap.mib

Sorry about this mess. I really should've put out a new 
release of Mibble already, but I've been busy with too many
other things to really take the time for even fixing these 
trivial issues...

BTW. I found some other things in your IpitekHBR110trap.mib 
that you might run into before everything works right:

* Missing import: Integer32 FROM SNMPv2-SMI

* Missing declaration: evDescr (from Hbr110EventEntry)

Hope I got it right this time!

Cheers,

/Per






reply via email to

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