- Community Home
- >
- Networking
- >
- Software Defined Networking
- >
- Re: WARN: Broken code ?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2014 11:28 PM
03-18-2014 11:28 PM
Hello,
I have a strange behaviour in my bundle that's append each time my controller return the following warning:
[2014-03-19 00:33:17.100] WARN of-io-34-thread-1 hp.of.ctl.pktseq DE0005I Broken code? {com.unil.dhcpsdn.impl.DhcpSdnManager,DIRECTOR,alt=30000,care=[DHCP]}.event() caused exception: java.lang.NullPointerException
What does the message "Broken code?" means. How can I investigate it ?
It seams that this message is generated by the "pktseq" classe used by the listener "controler Service" I use in my bundle. In which situation "pktseq" generate this error.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2014 11:03 AM
03-20-2014 11:03 AM
SolutionHi sbotkine,
As you noted, the warning message is logged by the packet sequencer (pktseq). However, the warning is logged because pktseq caught an exception that wasn't handled by the SequencedPacketListener listed in the warning message:
[2014-03-19 00:33:17.100] WARN of-io-34-thread-1 hp.of.ctl.pktseq DE0005I Broken code? {com.unil.dhcpsdn.impl.DhcpSdnManager,DIRECTOR,alt=30000,care=[DHCP]}.event() caused exception: java.lang.NullPointerException
I would suggest looking at why DhcpSdnManager is hitting a NullPointerException. If you look into the virgo log and find this message, you may see the full stack trace of the exception printed.
Shaun