Exception data presented when using installer to install Tomcat configurations
------------------------------------------------------------------------------
Key: GERONIMO-1913
URL: http://issues.apache.org/jira/browse/GERONIMO-1913
Project: Geronimo
Type: Bug
Security: public (Regular issues)
Components: installer
Versions: 1.1
Environment: Windows XP
Reporter: Rick McGuire
Priority: Minor
When installing Geronimo using the installer, the following exception screen
appears:
Found var: TRACE value = false
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.geronimo.installer.processing.ConfigThread.run(ConfigInstaller.java:357)
Caused by: java.lang.RuntimeException: Unable to get method object "execute"
from LocalConfigInstaller class
at
org.apache.geronimo.installer.processing.ConfigWorker.initLocalConfigInstaller(ConfigInstaller.java:154)
at
org.apache.geronimo.installer.processing.ConfigWorker.init(ConfigInstaller.java:192)
at
org.apache.geronimo.installer.processing.ConfigWorker.doit(ConfigInstaller.java:135)
... 5 more
Exception in thread "Thread-0" java.lang.RuntimeException: Exception while
executing: ConfigWorker.doit()
at
org.apache.geronimo.installer.processing.ConfigThread.run(ConfigInstaller.java:360)
Configuration complete.
FixTextLines processing complete.
The install "appears" to have completed ok, but this screen seems to indicate
something went wrong. For install options, all of the Jetty options were
unchecked, all of the Tomcat options were checked, and the SMTP transport
option was also checked.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira