alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Glassfish example source code file (LocalStrings.properties)

This example Glassfish source code file (LocalStrings.properties) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Glassfish tags/keywords

cddl, glassfish, gpl, gpl, i, license, license, osgi, the, this, this, version, version, you

The Glassfish LocalStrings.properties source code

#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 2010-2011 Oracle and/or its affiliates. All rights reserved.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common Development
# and Distribution License("CDDL") (collectively, the "License").  You
# may not use this file except in compliance with the License.  You can
# obtain a copy of the License at
# https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
# or packager/legal/LICENSE.txt.  See the License for the specific
# language governing permissions and limitations under the License.
#
# When distributing the software, include this License Header Notice in each
# file and include the License file at packager/legal/LICENSE.txt.
#
# GPL Classpath Exception:
# Oracle designates this particular file as subject to the "Classpath"
# exception as provided by Oracle in the GPL Version 2 section of the License
# file that accompanied this code.
#
# Modifications:
# If applicable, add the following below the License Header, with the fields
# enclosed by brackets [] replaced by your own identifying information:
# "Portions Copyright [year] [name of copyright owner]"
#
# Contributor(s):
# If you wish your version of this file to be governed by only the CDDL or
# only the GPL Version 2, indicate your decision by adding "[Contributor]
# elects to include this software in this distribution under the [CDDL or GPL
# Version 2] license."  If you don't indicate a single choice of license, a
# recipient has the option to distribute your version of this file under
# either the CDDL, the GPL Version 2 or to extend the choice of license to
# its licensees as provided above.  However, if you add GPL Version 2 code
# and therefore, elected the GPL Version 2 license, then the option applies
# only if the new code is made subject to such option by the copyright
# holder.
#

# To change this template, choose Tools | Templates
# and open the template in the editor.

internalError=Internal Error:
noInstallDir=Internal Error: Could not locate the installation directory.  This is what I was looking for: [{0}]
noDomainParentDir=The parent directory of the domain  is not\
 pointing to a directory.  This is what I was looking for: [{0}]
noDomainRootDir=The domain root dir is not \
pointing to a directory.  This is what I was looking for: [{0}]
noDomainDirs=No domains exist in {0}
tooManyDomainDirs=There is more than one domain in {0}.  Try again but specify the domain name as the last argument.
unknownError=Fatal Error encountered during launch: {0}
noConfigDir=Corrupt domain.  The config directory does not exist.  I was looking for it here: {0}
noConfigFile=The main GlassFish configuration file is missing.  This is where it is supposed to be: {0}
BadArgs=Bad Argument List
nojvm=Could not find a JVM.  Make sure either JAVA_HOME is set correctly in your environment, \
AS_JAVA is set correctly in the config/asenv file, or java-home is set correctly in the \
domain.xml configuration.
jvmfailure=JVM failed to start: {0}
verboseInterruption=Got an InterruptedException while waiting for the Domain to stop in verbose mode: {0}
nobootjar=Can''t find bootstrap jar.  I looked for it here: {0}
launchTime=Successfully launched in {0} msec.
commandline=JVM invocation command line:{0}
serverStopped=The {0} was stopped.
UnknownJvmOptionFormat=I don''t understand the format of this jvm-option: {0}
no_gfe_jar=You must specify the location of the Embedded GlassFish jar with an env. variable: set GFE_JAR=xxxx.jar
no_quotes_allowed=Single and double quote characters are not allowed in the CLASSPATH environmental variable.  \
They were stripped out for you.\nBefore: {0}\nAfter: {1}
respawninfo.empty=The Asadmin Respawn Info is bad.  The {0} was null or empty.
respawninfo.illegalToken=It is illegal to use this special token [{1}] in any command line arguments.\
  It was found in this argument: {0}
no_btrace_jar=Monitoring is enabled but the javaagent jar is not available.  It is supposed to be here: {0}
invalid_psd=Invalid call to getProcessStreamDrainer.  You must launch first.
invalid_process=Invalid call to getProcess before the process has been created.  \
Wait a moment longer.  Always call launch before calling this method.
server_process_died=The server exited prematurely with exit code {0}.\nBefore it died, it produced the following output:\n\n{1}
badOsgiPort=The configured OSGi Telnet port ({0}) is already in use by another process.  \
The OSGi Telnet Service will not be available but GlassFish won''t be affected otherwise.
#
#'ssh' message from Sathyan Catari see IT 13862  October 19, 2010
ssh=Attempting to start {0}.... Please look at the server log for more details.....

# issue 11665
copy_server_policy=Will copy glassfish/lib/templates/server.policy file to domain before upgrading.
copy_server_policy_error=Could not copy server.policy to domain. You may need to turn off the \
   security manager before upgrading.\nCause: {0}

#issue 15772
rename_osgi_cache_failed=Failed to rename OSGi persistence store from {0} to {1}
rename_osgi_cache_succeeded=Renamed OSGi persistence store from {0} to {1}

Other Glassfish examples (source code examples)

Here is a short list of links related to this Glassfish LocalStrings.properties source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.