CDV ❯ tc-stats.sh throws numberformatexception
-
Bug
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
-
-
amiller
-
Reporter: tgautier
-
August 28, 2008
-
0
-
Watchers: 0
-
October 03, 2008
-
August 28, 2008
Description
tmac:bin tgautier$ ./tc-stats.sh –host localhost –port 9520 createSession Exception in thread “main” java.lang.NumberFormatException: null at java.lang.Integer.parseInt(Integer.java:415) at java.lang.Integer.parseInt(Integer.java:497) at com.tc.statistics.cli.CVT.run(CVT.java:73) at com.tc.statistics.cli.CVT.main(CVT.java:158)
Comments
Alex Miller 2008-08-28
Lucas Nelson 2008-09-24
Would be nice to have this in 2.6. Personally, due to firewall configuration, I cannot directly access the DSO port from my workstation, just the JMX port. So I was hoping to be able to use the retrieveStatistics command on the terracotta server to get a zip file I could transport to my workstation to analyse.
Fiona OShea 2008-09-30
9898 trunk 10020 dso/branches/2.6.3-patches 10019 dso/branches/2.6
Fiona OShea 2008-10-02
fix is in 2.6.3-ee-patch-4
Hung Huynh 2008-10-03
fix verified with 2.6.3-ee-patch-4
Just a typo in retrieving properties from the Commons CLI stuff inside CVT. Fixed in trunk (post 2.7). Will merge to 2.7 or 2.6 branches if requested.