• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SNMP MIB compilation error - Lexical error [0050]

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am new to SNMP4j and have a question related to MIB file compilation. I try to modify a MIB file that compiles perfectly fine by editing the String value for an Object Identifier. However, once I do that, I am unable to compile the file again. I tried through MIBDesigner, MIBExplorer, MIBBrowser and AgentPro2 - same error message pops up which reads:

[0050] Lexical error at line 1, column 1. Encountered: "\u00ac" (172), after : "".

Not quite sure what its complaining about. It looks like it does not like one of the generated character, but not sure how to get around this. Any help would be appreciated.
Thanks and regards,
A.J.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic