[
https://issues.apache.org/jira/browse/DERBY-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kristian Waagan updated DERBY-3507:
-----------------------------------
Attachment: derby-3507-2a-fix_for_runnoclasspath.diff
Looks like this user hit a problem related to this issue:
http://db.markmail.org/search/list:org.apache.db.derby-user#query:list%3Aorg.apache.db.derby-user+page:1+mid:hbrszqcnutyd2mw5+state:results
The attached patch 2a fixes the problem for startNetworkServer.bat and
stopNetworkServer.bat
Patch ready for testing on Windows and review.
> startNetworkServer and stopNetworkServer don't pass arguments
> -------------------------------------------------------------
>
> Key: DERBY-3507
> URL: https://issues.apache.org/jira/browse/DERBY-3507
> Project: Derby
> Issue Type: Improvement
> Components: Network Server
> Affects Versions: 10.3.1.4, 10.3.2.1
> Environment: not applicable
> Reporter: Galinette
> Assignee: Andrew McIntyre
> Fix For: 10.4.1.3
>
> Attachments: derby-3507-2a-fix_for_runnoclasspath.diff
>
> Original Estimate: 0.08h
> Remaining Estimate: 0.08h
>
> The help scripts $DERBY_HOME/bin/startNetworkServer and
> $DERBY_HOME/bin/stopNetworkServer don't pass arguments (as "-h" or "-p") to
> class org.apache.derby.drda.NetworkServerControl.
> Solution: append command line with "$@"
> before:
> derby_exec_command="exec \"$JAVACMD\" $DERBY_OPTS -classpath
> \"$LOCALCLASSPATH\" org.apache.derby.drda.NetworkServerControl start"
> after:
> derby_exec_command="exec \"$JAVACMD\" $DERBY_OPTS -classpath
> \"$LOCALCLASSPATH\" org.apache.derby.drda.NetworkServerControl start $@"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.