Warning: Deprecated! Heroku Eclipse plugin is a fully integrated plugin into Eclipse IDE that will allow developers to manage their Heroku apps and environment right from their favourite IDE
If I give "$" as the value to "Scale to", I get an "Innovation target exception". Stack trace is below.
Caused by: java.lang.NumberFormatException: For input string: "$"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:449)
at java.lang.Integer.parseInt(Integer.java:499)
at com.heroku.eclipse.ui.views.HerokuApplicationManagerViewPart$11$1$1.run(HerokuApplicationManagerViewPart.java:560)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
If I give "$" as the value to "Scale to", I get an "Innovation target exception". Stack trace is below.
Caused by: java.lang.NumberFormatException: For input string: "$" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) at java.lang.Integer.parseInt(Integer.java:449) at java.lang.Integer.parseInt(Integer.java:499) at com.heroku.eclipse.ui.views.HerokuApplicationManagerViewPart$11$1$1.run(HerokuApplicationManagerViewPart.java:560) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)