[jira] Created: (DERBY-3507) startNetworkServer and stopNetworkServer don't pass arguments

View: New views
4 Messages — Rating Filter:   Alert me  

[jira] Created: (DERBY-3507) startNetworkServer and stopNetworkServer don't pass arguments

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.2.1, 10.3.1.4
         Environment: not applicable
            Reporter: Galinette


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 shutdown"

after:
derby_exec_command="exec \"$JAVACMD\" $DERBY_OPTS -classpath \"$LOCALCLASSPATH\" org.apache.derby.drda.NetworkServerControl shutdown $@"


--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DERBY-3507) startNetworkServer and stopNetworkServer don't pass arguments

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/DERBY-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Galinette updated DERBY-3507:
-----------------------------

    Description:
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 $@"


  was:
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 shutdown"

after:
derby_exec_command="exec \"$JAVACMD\" $DERBY_OPTS -classpath \"$LOCALCLASSPATH\" org.apache.derby.drda.NetworkServerControl shutdown $@"



> 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
>   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.


[jira] Updated: (DERBY-3507) startNetworkServer and stopNetworkServer don't pass arguments

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/DERBY-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kathey Marsden updated DERBY-3507:
----------------------------------

    Derby Categories: [Newcomer]

> 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
>   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.


[jira] Resolved: (DERBY-3507) startNetworkServer and stopNetworkServer don't pass arguments

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/DERBY-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Pendleton resolved DERBY-3507.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 10.4.1.3
         Assignee: Andrew McIntyre

This was done by Andrew in Derby 10.4 as revision 563340, but apparently this issue was never updated.

http://svn.apache.org/viewvc?view=revision&revision=563340

Marking this issue resolved.


> 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
>
>   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.