1 #
   2 # Copyright (c) 2000, 2005, 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\
  35 
  36 
  37 servertool.usage=Usage: {0} <options> \
  38 \n\
  39 \nwhere <options> includes:\
  40 \n  -ORBInitialPort        Initial Port (required)\
  41 \n  -ORBInitialHost        Initial HostName (required)\
  42 \n\
  43 
  44 servertool.banner=\
  45 \n\
  46 \nWelcome to the Java IDL Server Tool \
  47 \nplease enter commands at the prompt \
  48 \n\
  49 
  50 servertool.shorthelp=\
  51 \n\
  52 \n\tAvailable Commands: \
  53 \n\t------------------- \
  54 \n\
  55 
  56 servertool.baddef=Bad server definition: {0}
  57 servertool.nosuchserver=\tno such server found.
  58 servertool.helddown=\tserver is held down.
  59 servertool.nosuchorb=\tinvalid ORB.
  60 servertool.serverup=\tserver is already up.
  61 servertool.appname=\tapplicationName     - {0}
  62 servertool.name=\tname      - {0}
  63 servertool.classpath=\tclasspath - {0}
  64 servertool.args=\targs      - {0}
  65 servertool.vmargs=\tvmargs    - {0}
  66 servertool.serverid=\tserver id - {0}
  67 servertool.servernotrunning=\tserver is not running.
  68 servertool.register=\
  69 \n\
  70 \n\tregister -server <server class name> \
  71 \n\t         -applicationName <alternate server name> \
  72 \n\t         -classpath <classpath to server> \
  73 \n\t         -args <args to server> \
  74 \n\t         -vmargs <args to server Java VM>\
  75 \n\
  76 
  77 servertool.register1=register an activatable server
  78 servertool.register2=\tserver registered (serverid = {0}).
  79 servertool.register3=\tserver registerd but held down (serverid = {0}).
  80 servertool.register4=\tserver already registered (serverid = {0}).
  81 
  82 servertool.unregister=\
  83 \n\tunregister [ -serverid <server id> | -applicationName <name> ] \
  84 \n\
  85 
  86 servertool.unregister1=unregister a registered server
  87 servertool.unregister2=\tserver unregistered.
  88 
  89 servertool.locate=\
  90 \n\tlocate [ -serverid <server id> | -applicationName <name> ] [ <-endpointType <endpointType> ] \
  91 \n\
  92 
  93 servertool.locate1=locate ports of specific type for a registered server
  94 servertool.locate2=\
  95 \n\
  96 \n\tHost Name {0} \
  97 \n\
  98 \n\t\tPort\t\tPort Type\t\tORB Id\
  99 \n\t\t----\t\t---------\t\t------\
 100 \n\
 101 
 102 servertool.locateorb=\
 103 \n\tlocateperorb [ -serverid <server id> | -applicationName <name> ] [ -orbid <ORB name> ]\
 104 \n\
 105 
 106 servertool.locateorb1=locate ports for a specific orb of registered server
 107 servertool.locateorb2=\
 108 \n\
 109 \n\tHost Name {0} \
 110 \n\
 111 \n\t\tPort\t\tPortType\t\tORB Id\
 112 \n\t\t----\t\t--------\t\t------\
 113 \n\
 114 
 115 servertool.getserverid=\n\tgetserverid [ -applicationName <name> ] \
 116 \n\
 117 
 118 servertool.getserverid1=return the server id for an applicationName
 119 servertool.getserverid2=\tServer ID for applicationName {0} is {1}
 120 
 121 servertool.list=\n\tlist\
 122 \n\
 123 
 124 servertool.list1=list all registered servers
 125 servertool.list2=\
 126 \n\tServer Id\tServer Class Name\t\tServer Application\
 127 \n\t---------\t-----------------\t\t------------------\
 128 \n\
 129 
 130 servertool.listactive=\n\tlistactive
 131 servertool.listactive1=list currently active servers
 132 servertool.listappnames=\tlistappnames\n
 133 servertool.listappnames1=list applicationNames currently defined
 134 servertool.listappnames2=Currently defined server applicationNames:
 135 
 136 servertool.shutdown=\
 137 \n\tshutdown [ -serverid <server id> | -applicationName <name> ]\
 138 \n\
 139 
 140 servertool.shutdown1=shutdown a registered server
 141 servertool.shutdown2=\tserver sucessfully shutdown.
 142 servertool.startserver=\
 143 \n\tstartup [ -serverid <server id> | -applicationName <name> ]\
 144 \n\
 145 
 146 servertool.startserver1=start a registered server
 147 servertool.startserver2=\tserver sucessfully started up.
 148 
 149 servertool.quit=\n\tquit\n
 150 servertool.quit1=quit this tool
 151 
 152 servertool.help=\thelp\
 153 \n\tOR\
 154 \n\thelp <command name>\
 155 \n\
 156 
 157 servertool.help1=get help
 158 
 159 servertool.orbidmap=\tUsage: orblist [ -serverid <server id> | -applicationName <name> ]\
 160 \n\
 161 
 162 servertool.orbidmap1=list of orb names and their mapping
 163 servertool.orbidmap2=\
 164 \n\tORB Id\t\tORB Name\
 165 \n\t------\t\t--------\
 166 \n\
 167 
 168 pnameserv.success=Persistent NameServer Started Successfully
 169 
 170 
 171 bootstrap.usage=Usage: {0} <options> \
 172 \n\
 173 \nwhere <options> includes:\
 174 \n  -ORBInitialPort        Initial Port (required)\
 175 \n  -InitialServicesFile   File containing list of initial services (required)\
 176 \n\
 177 
 178 bootstrap.success=setting port to {0} and reading services from {1}
 179 bootstrap.filenotreadable=the file {0} is not readable
 180 bootstrap.filenotfound=the file {0} not found
 181 bootstrap.exception=caught exception while saving Properties to file {0}: Exception {1}
 182 
 183 tnameserv.exception=caught an exception while starting the bootstrap service on port {0}
 184 tnameserv.usage=try using a different port with commandline arguments -ORBInitialPort <portno>
 185 tnameserv.invalidhostoption=ORBInitialHost is not a valid option for NameService
 186 tnameserv.orbinitialport0=ORBInitialPort 0 is not valid option for NameService
 187 tnameserv.hs1=Initial Naming Context:\n{0}
 188 tnameserv.hs2=TransientNameServer: setting port for initial object references to: {0}
 189 tnameserv.hs3=Ready.
 190 
 191 orbd.commfailure=\nFailed to start ORBD because ORBinitialPort is already in use
 192 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 
 193