[
https://issues.apache.org/jira/browse/GERONIMO-3813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565991#action_12565991
]
Jarek Gawor commented on GERONIMO-3813:
---------------------------------------
The problem is with the progress bar shown at server startup but there is a
number of command line options that disable the bar. For example, start the
server with --long, or -v, or -vv arguments. For example:
$ geronimo.sh jpda run --long
> Geronimo start with "JPDA"-option throw Exception
> --------------------------------------------------
>
> Key: GERONIMO-3813
> URL: https://issues.apache.org/jira/browse/GERONIMO-3813
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: startup/shutdown
> Environment: java version "1.5.0_14"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03)
> Java HotSpot(TM) Client VM (build 1.5.0_14-b03, mixed mode, sharing)
> Reporter: gennadibereshnoi
> Priority: Blocker
>
> ยงยง$ geronimo.sh jpda run
> Using GERONIMO_BASE: /usr/local/geronimo-tomcat6-jee5-2.0.2
> Using GERONIMO_HOME: /usr/local/geronimo-tomcat6-jee5-2.0.2
> Using GERONIMO_TMPDIR: var/temp
> Using JRE_HOME: /usr/lib/jdk/jre
> Using JPDA_OPTS: -Xdebug
> -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n
> Listening for transport dt_socket at address: 8000
> Booting Geronimo Kernel (in Java 1.5.0_14)...
> Starting Geronimo Application Server v2.0.2
> Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String
> index out of range: -10
> at java.lang.String.substring(String.java:1768)
> at
> org.apache.geronimo.system.main.ProgressBarStartupMonitor.repaint(ProgressBarStartupMonitor.java:183)
> at
> org.apache.geronimo.system.main.ProgressBarStartupMonitor.serverStartFailed(ProgressBarStartupMonitor.java:151)
> at
> org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:201)
> at
> org.apache.geronimo.system.main.EmbeddedDaemon.execute(EmbeddedDaemon.java:78)
> at
> org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
> at
> org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
> at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:30)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.