Adding JMCR-Stable version
[Benchmarks_CSolver.git] / JMCR-Stable / real-world application / derby-10.3.2.1 / java / drda / org / apache / derby / loc / drda / messages_en.properties
diff --git a/JMCR-Stable/real-world application/derby-10.3.2.1/java/drda/org/apache/derby/loc/drda/messages_en.properties b/JMCR-Stable/real-world application/derby-10.3.2.1/java/drda/org/apache/derby/loc/drda/messages_en.properties
new file mode 100644 (file)
index 0000000..479e111
--- /dev/null
@@ -0,0 +1,133 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more\r
+# contributor license agreements.  See the NOTICE file distributed with\r
+# this work for additional information regarding copyright ownership.\r
+# The ASF licenses this file to You under the Apache License, Version 2.0\r
+# (the "License"); you may not use this file except in compliance with\r
+# the License.  You may obtain a copy of the License at\r
+#\r
+#     http://www.apache.org/licenses/LICENSE-2.0\r
+#\r
+# Unless required by applicable law or agreed to in writing, software\r
+# distributed under the License is distributed on an "AS IS" BASIS,\r
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+# See the License for the specific language governing permissions and\r
+# limitations under the License.\r
+\r
+# This file contains messages for NetworkServerControl\r
+# The format is DRDA_X[xxxxx].Y where X[xxxxx] is the message id and Y is the severity\r
+# Severity values are I - information, S - severe, U - user\r
+\r
+DRDA_LoadException.S=Unexpected exception while loading Derby JDBC Driver:\n {0}\r
+DRDA_PropertyException.S=Unexpected exception while reading derby.properties:\n {0}\r
+DRDA_UnexpectedException.S=Unexpected exception:\n {0}\r
+DRDA_ListenPort.S=Could not listen on port {0} on host {1}:\n {2}\r
+DRDA_NoInputStream.S=Could not get input stream for client socket.\r
+DRDA_Ready.I={1} Network Server - {2} started and ready to accept connections on port {0} at {3} \r
+DRDA_SSLReady.I={1} Network Server - {2} started and ready to accept SSL connections on port {0} at {3} \r
+DRDA_SSLClientAuthReady.I={1} Network Server - {2} started and ready to accept SSL connections with client authentication on port {0} at {3} \r
+DRDA_UnableToAccept.S=Unable to accept connections.\r
+DRDA_ConnNumber.I=Connection number: {0}.\r
+DRDA_ClientSocketError.S=Error on client socket:\n {0}\r
+DRDA_ListenerClose.S=Unable to close the listener thread.\r
+DRDA_ShutdownSuccess.I={0} Network Server - {1} shutdown at {2}\r
+DRDA_ShutdownWarning.I=Derby shutdown warning:\n {0}\r
+DRDA_ShutdownError.S=Unable to shutdown server on port  {0} on host {1}.\r
+DRDA_BootSuccess.I=Booting database, {0}, successful.\r
+DRDA_DBShutdownSuccess.I=Shutting down database, {0}, successful.\r
+DRDA_CommandError.S=Error occurred in processing command {0}.\r
+DRDA_NotImplemented.S={0} is not implemented.\r
+DRDA_NoArgs.U=No arguments given.\r
+DRDA_UnknownArgument.U=Argument {0} is unknown.\r
+DRDA_UnknownCommand.U=Command {0} is unknown.\r
+DRDA_InvalidValue.U=Invalid value, {0}, for {1}.\r
+DRDA_OnOffValue.U=Invalid value, {0}. Value must be ''on'' or ''off''.\r
+DRDA_PortNumber.I=port number\r
+DRDA_Host.I=host\r
+DRDA_DatabaseDirectory.I=database directory\r
+DRDA_Password.I=password\r
+DRDA_User.I=user\r
+DRDA_EncryptionAlgorithm.I=encryption algorithm\r
+DRDA_EncryptionProvider.I=encryption provider\r
+DRDA_Session.I=session\r
+DRDA_TraceDirectoryChange.I=Trace directory changed to {0}.\r
+DRDA_InvalidNoArgs.U=Invalid number of arguments for command {0}.\r
+DRDA_LogConnectionsChange.I=Log Connections changed to {0}.\r
+DRDA_TraceChangeAll.I=Trace turned {0} for all sessions.\r
+DRDA_TraceChangeOne.I=Trace turned {0} for session {1}.\r
+DRDA_ON.I=on\r
+DRDA_OFF.I=off\r
+DRDA_UnknownHost.S=Unable to find host: {0}.\r
+DRDA_UnknownHostWarning.I=Warning: UnknkownHostException: {0}.\r
+DRDA_NeedLocalHost.S=host: {0} is not local to the server running on {1}, so cannot be used for NetworkServerControl commands  \r
+DRDA_NoIO.S=Could not connect to Derby Network Server on host {0}, port {1}: {2}\r
+DRDA_InvalidReplyHeader1.S=Invalid reply header from network server: Length {0} too short.\r
+DRDA_InvalidReplyHeader2.S=Invalid reply header from network server: Invalid string {0}. Plaintext connection attempt to an SSL enabled server?\r
+DRDA_InvalidReplyTooShort.S=Invalid reply from network server: Insufficient data.\r
+DRDA_SysInfoError.S=Error getting SysInfo information.\r
+DRDA_SysInfoWriteError.S=Error in writing SysInfo information:\n {0}\r
+DRDA_RuntimeInfoError.S=Error getting RuntimeInfo information.\r
+DRDA_PropInfoError.S=Error getting properties information.\r
+DRDA_PropInfoWriteError.S=Error in writing properties information:\n {0}\r
+DRDA_ProductVersionReadError.S=Error reading product version information from Derby installation. {0}.\r
+DRDA_ConnectionTested.I=Connection obtained for host: {0}, port number {1}.\r
+DRDA_ConnectionTested2.I=Connection obtained for host: {0}, port {1}, database {2}.\r
+DRDA_ConnectionTested3.I=Connection obtained for host: {0}, port {1}, database {2}, user {3}.\r
+DRDA_SQLException.S={0}\r
+DRDA_SQLWarning.I={0}\r
+DRDA_MissingValue.U=Missing required value for {0}.\r
+DRDA_InvalidPropVal.S=Invalid value for property, {0}, value: {1}.\r
+DRDA_SessionNotFound.U=Session, {0}, not found or other error occurred starting tracing. Check runtimeinfo for valid session numbers and derby error log for possible permission errors or IO errors accesing the trace file.\r
+DRDA_ErrorStartingTracing.S=Error starting tracing. This can be caused by permission errors or IO error accessing the trace directory. Check derby error log for details.\r
+DRDA_MaxThreadsChange.I=Max threads changed to {0}.\r
+DRDA_TimeSliceChange.I=Time slice changed to {0}.\r
+DRDA_InvalidValue.U=Invalid value, {0}, for {1}.\r
+DRDA_IOException.S=IOException: {0}.\r
+DRDA_UnknownProtocol=Unknown Command Protocol version: {0}.\r
+DRDA_MissingLocale.I=Resources not found for current locale; switching to {0}.\r
+DRDA_MissingNetworkJar.S=Cannot find derbynet.jar on the classpath.\r
+DRDA_NoAuthentication.S=Network Server startup failed. User authentication must be enabled before the Network Server installs a security manager. You must either enable user authentication or disable the installation of a security manager. For information on enabling user authentication, see the section of the Derby Developer's Guide entitled "Working with user authentication". Disabling the installation of a security manager is strongly discouraged in a client/server environment. However, if you must do this, you can disable the installation of a security manager by specifying the "-noSecurityManager" command line option when you bring up the Network Server.\r
+DRDA_SecurityInstalled.I=Security manager installed using the Basic server security policy.\r
+\r
+# Derby Network Server SYSINFO stuff\r
+#\r
+DRDA_SysInfoBanner.I=--------- Derby Network Server Information --------\r
+DRDA_SysInfoVersion.I=Version:\r
+DRDA_SysInfoBuild.I=Build:\r
+DRDA_SysInfoDrdaPRDID.I=DRDA Product Id:\r
+#\r
+# Derby Network Server RUNTIMEINFO stuff\r
+DRDA_RuntimeInfoBanner.I=--- Derby Network Server Runtime Information ---\r
+DRDA_RuntimeInfoSessionBanner.I=---------- Session Information ---------------\r
+DRDA_RuntimeInfoNumThreads.I=# Connection Threads : \r
+DRDA_RuntimeInfoNumActiveSessions.I=# Active Sessions : \r
+DRDA_RuntimeInfoNumWaitingSessions.I=# Waiting  Sessions : \r
+DRDA_RuntimeInfoSessionNumber.I=Session # :\r
+DRDA_RuntimeInfoDatabase.I=Database :\r
+DRDA_RuntimeInfoUser.I=User :\r
+DRDA_RuntimeInfoNumStatements.I=# Statements:\r
+DRDA_RuntimeInfoPreparedStatementHeader.I=Prepared Statement Information: \n\tStmt ID\t\tSQLText\n\t-------------\t-----------\n\r
+\r
+DRDA_RuntimeInfoTotalMemory.I=Total Memory : \r
+DRDA_RuntimeInfoFreeMemory.I=Free Memory : \r
+\r
+DRDA_RuntimeInfo\r
+# Usage message\r
+#\r
+DRDA_Usage1.I=Usage: NetworkServerControl <commands> \r
+DRDA_Usage2.I=Commands:\r
+DRDA_Usage3.I=start [-h <host>] [-p <portnumber>] [-noSecurityManager] [-ssl <sslmode>]\r
+DRDA_Usage4.I=shutdown [-h <host>][-p <portnumber>] [-ssl <sslmode>]\r
+DRDA_Usage5.I=ping [-h <host>][-p <portnumber>] [-ssl <sslmode>]\r
+DRDA_Usage6.I=sysinfo [-h <host>][-p <portnumber>] [-ssl <sslmode>]\r
+DRDA_Usage7.I=runtimeinfo [-h <host>][-p <portnumber>] [-ssl <sslmode>]\r
+DRDA_Usage8.I=logconnections {on|off}[-h <host>][-p <portnumber>] [-ssl <sslmode>]\r
+DRDA_Usage9.I=maxthreads <max>[-h <host>][-p <portnumber>] [-ssl <sslmode>]\r
+DRDA_Usage10.I=timeslice <milliseconds>[-h <host>][-p <portnumber>] [-ssl <sslmode>]\r
+DRDA_Usage11.I=trace {on|off} [-s <session id>][-h <host>][-p <portnumber>] [-ssl <sslmode>]\r
+DRDA_Usage12.I=tracedirectory <traceDirectory>[-h <host>][-p <portnumber>] [-ssl <sslmode>]\r
+\r
+\r
+\r
+\r
+\r
+\r