[
https://issues.jboss.org/browse/TEIID-3145?page=com.atlassian.jira.plugin...
]
Steven Hawkins commented on TEIID-3145:
---------------------------------------
This is from the change
https://source.jboss.org/changelog/Teiid?cs=c173e74dbf6bfeb7570785f3e58a4... which
took us of groovy version 1.7.2 and put us on the platform version. See
https://issues.jboss.org/browse/TEIID-3132 either we need to go back to 1.7.2 or go
forward to a later version.
GroovyCastException when starting adminshell
--------------------------------------------
Key: TEIID-3145
URL:
https://issues.jboss.org/browse/TEIID-3145
Project: Teiid
Issue Type: Bug
Components: Tools
Affects Versions: 8.7.1
Reporter: Van Halbert
Assignee: Steven Hawkins
When I run adminshell.sh, admishell will throw following exception:
Exception in thread "main"
org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object
'org.codehaus.groovy.tools.shell.util.HelpFormatter@3004baef' with class
'org.codehaus.groovy.tools.shell.util.HelpFormatter' to class
'org.apache.commons.cli.HelpFormatter'
at
org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation.castToType(DefaultTypeTransformation.java:360)
at groovy.lang.MetaClassImpl.setProperty(MetaClassImpl.java:2394)
at groovy.lang.MetaClassImpl.setProperty(MetaClassImpl.java:3335)
at groovy.lang.MetaClassImpl.setProperties(MetaClassImpl.java:1497)
at
org.codehaus.groovy.runtime.callsite.ConstructorSite$NoParamSite.callConstructor(ConstructorSite.java:122)
at
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:57)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:182)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:190)
at org.codehaus.groovy.tools.shell.Main.main(Main.groovy:50)
at org.teiid.adminshell.GroovyAdminShell.main(GroovyAdminShell.java:30)
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)