PacketFence
Bug Tracking System

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000759PacketFenceconfigurationpublic2009-08-10 14:472010-11-19 14:33
Reporterawassatsch 
Assigned Toobilodeau 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionunable to reproduce 
PlatformOSOS Version
Product Version1.8.4 
Target VersionFixed in Version 
Summary0000759: pfcmd_vlan - uncaught exception
DescriptionI'm getting an error message when trying to use pfcmd_vlan

/usr/local/pf/bin/pfcmd_vlan -getVlan -switch 169.143.xxx.yyy -ifIndex 208
Can't call method "getVlan" without a package or object reference at
        ./pfcmd_vlan line 458 (0000001)
    (F) You used the syntax of a method call, but the slot filled by the
    object reference or package name contains an expression that returns a
    defined value which is neither an object reference nor a package name.
    Something like this will reproduce the error:

        $BADREF = 42;
        process $BADREF 1,2,3;
        $BADREF->process(1,2,3);

Uncaught exception from user code:
        Can't call method "getVlan" without a package or object reference at ./pfcmd_vlan line 458


the switch is defined in /usr/local/pf/conf/switches as:

[169.143.xxx.yyy]
mode=production
SNMPVersion=2c
cliTransport=ssh
cliUser=pf
cliPwd=xxxxxxxxx
type=Cisco::Catalyst_3560 (ok, its a 6506 instead)
SNMPVersion=2c
SNMPCommunityRead=read
SNMPCommunityWrite=write

snmp-access has been checked, I can do a "snmpwalk -v 2c -c read 169.143.xxx.yyy" just fine

Any hints on this ?

Best Regards,
Andreas
TagsNo tags attached.
fixed in git revision
fixed in mtn revision
Attached Files

- Relationships

-  Notes
(0001548)
obilodeau (reporter)
2010-05-05 12:36

Sorry Andreas, it seems that your bug fell into a crack. Where you able to fix it?

It looks like there's something that prevents PacketFence from instantiating your switch. What do you get with the latest version?
(0001767)
obilodeau (reporter)
2010-11-19 14:33

closed for lack of feedback

- Issue History
Date Modified Username Field Change
2009-08-10 14:47 awassatsch New Issue
2010-05-05 12:30 obilodeau Status new => assigned
2010-05-05 12:30 obilodeau Assigned To => obilodeau
2010-05-05 12:36 obilodeau Note Added: 0001548
2010-05-05 12:36 obilodeau Status assigned => feedback
2010-05-05 13:26 obilodeau Product Version trunk => 1.8.4
2010-05-05 13:33 obilodeau Category 1.8.4 => 1.8.x
2010-11-19 14:33 obilodeau Note Added: 0001767
2010-11-19 14:33 obilodeau Status feedback => closed
2010-11-19 14:33 obilodeau Resolution open => unable to reproduce
2010-11-19 14:33 obilodeau Category 1.8.x => configuration


Copyright © 2000 - 2012 MantisBT Group
Powered by Mantis Bugtracker