
| Anonymous | Login | 2025-10-27 04:16 EDT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||
| 0000759 | PacketFence | configuration | public | 2009-08-10 14:47 | 2010-11-19 14:33 | |||
| Reporter | awassatsch | |||||||
| Assigned To | obilodeau | |||||||
| Priority | normal | Severity | minor | Reproducibility | always | |||
| Status | closed | Resolution | unable to reproduce | |||||
| Platform | OS | OS Version | ||||||
| Product Version | 1.8.4 | |||||||
| Target Version | Fixed in Version | |||||||
| Summary | 0000759: pfcmd_vlan - uncaught exception | |||||||
| Description | I'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 | |||||||
| Tags | No tags attached. | |||||||
| fixed in git revision | ||||||||
| fixed in mtn revision | ||||||||
| Attached Files | ||||||||
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 |