jdk/src/share/classes/sun/rmi/server/resources/rmid.properties
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 2 90ce3da70b43
child 5506 202f599c92aa
permissions -rw-r--r--
Initial load
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
# Copyright 1998-2005 Sun Microsystems, Inc.  All Rights Reserved.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
# This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
# under the terms of the GNU General Public License version 2 only, as
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
# published by the Free Software Foundation.  Sun designates this
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
# particular file as subject to the "Classpath" exception as provided
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
# by Sun in the LICENSE file that accompanied this code.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
# This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
# version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
# accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
# You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
# 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
# CA 95054 USA or visit www.sun.com if you need additional information or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
# have any questions.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
# "rmid", inetd", and "wait" should not be translated.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
rmid.syntax.exec.invalid=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
        rmid was launched from inetd with an invalid status (must be wait)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
# "rmid" and "inetd" should not be translated.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
rmid.syntax.port.badarg=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
	port cannot be specified if rmid is launched from inetd
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
# "port" here refers to a TCP port for the server to listen on.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
rmid.syntax.port.badnumber=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
	port is not a number
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
# "-port" should not be translated, because it's part of command syntax.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
rmid.syntax.port.missing=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
	-port option requires argument
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
# "-log" should not be translated, because it's part of command syntax.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
rmid.syntax.log.missing=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
	-log option requires argument
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
# "-log" should not be translated, because it's part of command syntax.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
rmid.syntax.log.required=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
	-log option required
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
# {0} = the (string) illegal argument in question
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
rmid.syntax.illegal.option=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
	illegal option: {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
# {0} = the (string) reason text that came with a thrown exception
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
# "Activation.main" should not be translated, because it's a codepoint
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
rmid.unexpected.exception=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
	Activation.main: an exception occurred: {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
# "java.home" should not be translated, because it's a property name
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
# "ActivatorImpl" should not be translated, because it's a codepoint
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
rmid.unfound.java.home.property=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
	ActivatorImpl: unable to locate java.home
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
# "rmid" should not be translated
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
rmid.inherited.channel.info=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
	rmid startup with inherited channel
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
# "Activation.main" should not be translated, because it's a codepoint
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
rmid.exec.policy.invalid=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
	Activation.main: invalid exec policy class
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
# "rmid" should not be translated
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
rmid.exec.policy.exception=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
	rmid: attempt to obtain exec policy throws:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
# "rmid" should not be translated
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
rmid.exec.command=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
	rmid: debugExec: running "{0}"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
# "rmid" should not be translated
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
rmid.group.inactive=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
	rmid: activation group inactive: {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
# "Activation.main", "sun.rmi.activation.execPolicy", "ExecPermission" and 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
# "ExecOptionPermission" should not be translated, since they refer to
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
# class/permission names.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
rmid.exec.perms.inadequate=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
	Activation.main: warning: sun.rmi.activation.execPolicy system\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
        property unspecified and no ExecPermissions/ExecOptionPermissions\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
        granted; subsequent activation attempts may fail due to unsuccessful\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
	ExecPermission/ExecOptionPermission permission checks.  For\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
	documentation on how to configure rmid security, refer to:\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
        http://java.sun.com/j2se/1.4/docs/tooldocs/solaris/rmid.html\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
        http://java.sun.com/j2se/1.4/docs/tooldocs/win32/rmid.html\n
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
# "rmid", "-port", "-log", "-stop", "-C" and "-J" should not be translated,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
# because they are syntax
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
rmid.usage=Usage: {0} <options>\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
\nwhere <options> include:\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
\n  -port <port>        Specify port for rmid to use\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
\n  -log <directory>    Specify directory in which rmid writes log\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
\n  -stop               Stop current invocation of rmid (for specified port)\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
\n  -C<runtime flag>    Pass argument to each child process (activation group)\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
\n  -J<runtime flag>    Pass argument to the java interpreter\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
# This means "The currently running activation daemon has been shut down,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
# and is about to exit".
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
rmid.daemon.shutdown=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
	activation daemon shut down
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
# "rmid" should not be translated
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
rmid.restart.group.warning=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
\nrmid: (WARNING) restart group throws:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
# "rmid" should not be translated
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
rmid.restart.service.warning=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
\nrmid: (WARNING) restart service throws:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
# "rmid" should not be translated
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
rmid.log.update.warning=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
\nrmid: (WARNING) log update throws:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
# "rmid" should not be translated
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
rmid.log.snapshot.warning=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
\nrmid: (SEVERE) log snapshot throws:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
# "rmid" should not be translated
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
rmid.log.recover.warning=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
\nrmid: (WARNING) {0}: skipping log record during recovery: