1 #
   2 # Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 orbd.usage=Usage: {0} <options> \
  27 \n\
  28 \nwhere <options> includes:\
  29 \n  -port                  Activation Port where the ORBD should be started, default 1049 (optional)\
  30 \n  -defaultdb             Directory for ORBD files, default "./orb.db" (optional)\
  31 \n  -serverid              Server Id for ORBD, default 1 (optional)\
  32 \n  -ORBInitialPort        Initial Port (required)\
  33 \n  -ORBInitialHost        Initial HostName (required)\
  34 \n  -? -h --help           Print this help message\
  35 \n\
  36 
  37 
  38 servertool.usage=Usage: {0} <options> \
  39 \n\
  40 \nwhere <options> includes:\
  41 \n  -ORBInitialPort        Initial Port (required)\
  42 \n  -ORBInitialHost        Initial HostName (required)\
  43 \n\
  44 
  45 servertool.banner=\
  46 \n\
  47 \nWelcome to the Java IDL Server Tool \
  48 \nplease enter commands at the prompt \
  49 \n\
  50 
  51 servertool.shorthelp=\
  52 \n\
  53 \n\tAvailable Commands: \
  54 \n\t------------------- \
  55 \n\
  56 
  57 servertool.baddef=Bad server definition: {0}
  58 servertool.nosuchserver=\tno such server found.
  59 servertool.helddown=\tserver is held down.
  60 servertool.nosuchorb=\tinvalid ORB.
  61 servertool.serverup=\tserver is already up.
  62 servertool.appname=\tapplicationName     - {0}
  63 servertool.name=\tname      - {0}
  64 servertool.classpath=\tclasspath - {0}
  65 servertool.args=\targs      - {0}
  66 servertool.vmargs=\tvmargs    - {0}
  67 servertool.serverid=\tserver id - {0}
  68 servertool.servernotrunning=\tserver is not running.
  69 servertool.register=\
  70 \n\
  71 \n\tregister -server <server class name> \
  72 \n\t         -applicationName <alternate server name> \
  73 \n\t         -classpath <classpath to server> \
  74 \n\t         -args <args to server> \
  75 \n\t         -vmargs <args to server Java VM>\
  76 \n\
  77 
  78 servertool.register1=register an activatable server
  79 servertool.register2=\tserver registered (serverid = {0}).
  80 servertool.register3=\tserver registerd but held down (serverid = {0}).
  81 servertool.register4=\tserver already registered (serverid = {0}).
  82 
  83 servertool.unregister=\
  84 \n\tunregister [ -serverid <server id> | -applicationName <name> ] \
  85 \n\
  86 
  87 servertool.unregister1=unregister a registered server
  88 servertool.unregister2=\tserver unregistered.
  89 
  90 servertool.locate=\
  91 \n\tlocate [ -serverid <server id> | -applicationName <name> ] [ <-endpointType <endpointType> ] \
  92 \n\
  93 
  94 servertool.locate1=locate ports of specific type for a registered server
  95 servertool.locate2=\
  96 \n\
  97 \n\tHost Name {0} \
  98 \n\
  99 \n\t\tPort\t\tPort Type\t\tORB Id\
 100 \n\t\t----\t\t---------\t\t------\
 101 \n\
 102 
 103 servertool.locateorb=\
 104 \n\tlocateperorb [ -serverid <server id> | -applicationName <name> ] [ -orbid <ORB name> ]\
 105 \n\
 106 
 107 servertool.locateorb1=locate ports for a specific orb of registered server
 108 servertool.locateorb2=\
 109 \n\
 110 \n\tHost Name {0} \
 111 \n\
 112 \n\t\tPort\t\tPortType\t\tORB Id\
 113 \n\t\t----\t\t--------\t\t------\
 114 \n\
 115 
 116 servertool.getserverid=\n\tgetserverid [ -applicationName <name> ] \
 117 \n\
 118 
 119 servertool.getserverid1=return the server id for an applicationName
 120 servertool.getserverid2=\tServer ID for applicationName {0} is {1}
 121 
 122 servertool.list=\n\tlist\
 123 \n\
 124 
 125 servertool.list1=list all registered servers
 126 servertool.list2=\
 127 \n\tServer Id\tServer Class Name\t\tServer Application\
 128 \n\t---------\t-----------------\t\t------------------\
 129 \n\
 130 
 131 servertool.listactive=\n\tlistactive
 132 servertool.listactive1=list currently active servers
 133 servertool.listappnames=\tlistappnames\n
 134 servertool.listappnames1=list applicationNames currently defined
 135 servertool.listappnames2=Currently defined server applicationNames:
 136 
 137 servertool.shutdown=\
 138 \n\tshutdown [ -serverid <server id> | -applicationName <name> ]\
 139 \n\
 140 
 141 servertool.shutdown1=shutdown a registered server
 142 servertool.shutdown2=\tserver sucessfully shutdown.
 143 servertool.startserver=\
 144 \n\tstartup [ -serverid <server id> | -applicationName <name> ]\
 145 \n\
 146 
 147 servertool.startserver1=start a registered server
 148 servertool.startserver2=\tserver sucessfully started up.
 149 
 150 servertool.quit=\n\tquit\n
 151 servertool.quit1=quit this tool
 152 
 153 servertool.help=\thelp\
 154 \n\tOR\
 155 \n\thelp <command name>\
 156 \n\
 157 
 158 servertool.help1=get help
 159 
 160 servertool.orbidmap=\tUsage: orblist [ -serverid <server id> | -applicationName <name> ]\
 161 \n\
 162 
 163 servertool.orbidmap1=list of orb names and their mapping
 164 servertool.orbidmap2=\
 165 \n\tORB Id\t\tORB Name\
 166 \n\t------\t\t--------\
 167 \n\
 168 
 169 pnameserv.success=Persistent NameServer Started Successfully
 170 
 171 
 172 bootstrap.usage=Usage: {0} <options> \
 173 \n\
 174 \nwhere <options> includes:\
 175 \n  -ORBInitialPort        Initial Port (required)\
 176 \n  -InitialServicesFile   File containing list of initial services (required)\
 177 \n\
 178 
 179 bootstrap.success=setting port to {0} and reading services from {1}
 180 bootstrap.filenotreadable=the file {0} is not readable
 181 bootstrap.filenotfound=the file {0} not found
 182 bootstrap.exception=caught exception while saving Properties to file {0}: Exception {1}
 183 
 184 tnameserv.exception=caught an exception while starting the bootstrap service on port {0}
 185 tnameserv.usage=try using a different port with commandline arguments -ORBInitialPort <portno>
 186 tnameserv.invalidhostoption=ORBInitialHost is not a valid option for NameService
 187 tnameserv.orbinitialport0=ORBInitialPort 0 is not valid option for NameService
 188 tnameserv.hs1=Initial Naming Context:\n{0}
 189 tnameserv.hs2=TransientNameServer: setting port for initial object references to: {0}
 190 tnameserv.hs3=Ready.
 191 
 192 orbd.commfailure=\nFailed to start ORBD because ORBinitialPort is already in use
 193 orbd.internalexception=\nFailed to start ORBD because of an Internal Exception. \nPossible Causes: \n1. Specified ORBInitialPort or ORBActivationPort is already in use \n2. No Write Permission to write orb.db 
 194