Hi santosh
can you post full stack trace , STS error log
please
Placidus.
Printable View
Hi santosh
can you post full stack trace , STS error log
please
Placidus.
I get the same problem using Roo from the command line:
InvocationTargetException at sun.reflect.GeneratedConstructorAccessor12.newInst ance(Unknown Source)
I 'fixed' an earlier problem with a missing plugin version number which caused InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInsta nce0(Native Method)
Is there a way in Roo to give you more information (such as an error log)?
I have the same problem too. How can I get the error logs from roo?
Hi khk.
if you used STS
--> Windows -> show view -> other -> general -> error log.
if you used command line it should show information i shell prompt.
Placidus.
Hi placidus, thanks for reply. My error log in STS is empty (I cleared the logs before opening the Roo console). And this is the output in the roo console.
____ ____ ____
/ __ \/ __ \/ __ \
/ /_/ / / / / / / /
/ _, _/ /_/ / /_/ /
/_/ |_|\____/\____/ 1.2.0.RC1 [rev dcaa483]
Welcome to Spring Roo. For assistance press CTRL+SPACE or type "hint" then hit ENTER.
roo> InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInsta nce0(Native Method)
Hi khk
1.2.0 RC as spring STS is still there is issues
Better to try with following - M1 version working fine for me.
[Read the comment on [Nov 28th, 2011, 07:11 AM] , in Thread.]
Placidus.
____ ____ ____
/ __ \/ __ \/ __ \
/ /_/ / / / / / / /
/ _, _/ /_/ / /_/ /
/_/ |_|\____/\____/ 1.2.0.M1 [rev 1fa252f]
Welcome to Spring Roo. For assistance press CTRL+SPACE or type "hint" then hit ENTER.
yes, I am already using M1. Just trying to upgrade to RC1 and hit this error.
Hi
upgrade the
1.2.0.M1 [rev 1fa252f] --> SNAPSHOT_20111215.034212-dfa43aa.zip
it's remove all --> _Roo_Jpa_Repository.aj
placidus.
I realized the problem lies with my pom.xml. I created a new project then manually merge the changes in pom.xml and roo is able to start up normally. Thanks for the help.
I have similar problem. I have a roo 1.1.5 project and switched to spring roo 1.2.
When I start the roo schell I simply get "Version is required".
I have project ob several levels and the version properties are in the topmost pom.xml.
Any ideas what this message is trying to tell me?
I do not use any custom plugins etc..