Forum Discussion
yuchunlei_10080
Nimbostratus
Dec 23, 2008CommonULong64.getLow() return negative ?
LBPool poolObj = new LBPool("user", "pwd", "10.31.100.4");
String[] names = poolObj.getList();
System.out.println(names.length);
for (int i = 0; i < names.length; i++)...
Don_MacVittie_1
Dec 23, 2008Historic F5 Account
try changing your longs to unsigned long. The data fields are huge, and the sign bit is the high-end bit, so it is possible that you're overflowing the long and flipping the sign bit.
Hope that helps!
Don.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects