home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 March
/
PCWorld_2001-03_cd.bin
/
Software
/
Komercni
/
VAgeJava
/
ivj35
/
setup
/
JSP.Cab
/
F25896_AppServerROStrings.properties
< prev
next >
Wrap
Text File
|
2000-07-29
|
16KB
|
288 lines
#* ----------------------------------------------------------------- *
#* Copyright 1999 IBM Corporation. All rights reserved. *
#* ----------------------------------------------------------------- *
#*
#* File: AppServerROStrings.properties
#* Date of Creation: 08/03/1999
#*
#* Description: Translated strings for the Application Server
#* Repository Object Beans.
#*
#* @author Michael J. Morton
#*
###
# File: com\ibm\ejs\sm\beans\ServletEngineBean.java
#
# String Type: Exceptions
###
seb.act.schedule.exception=Exception occurred scheduling After-Commit-Task (method={0}).
seb.already.exists.exception=An Application Server can contain only one Servlet Engine.
seb.duplicate.name.exception=A Servlet Engine already exists for (name={0}).
seb.unknown.relation.create.exception=An unknown error occurred adding the Servlet Engine to the Application Server.
seb.class.not.found.exception=Class not found.
seb.cloneindex.already.exists.exception=ServletEngine with input Clone Index value already in use (index={0}).
seb.attribute.init.exception=Exception occurred initializing default ServletEngine attributes.
seb.attribute.missing1.exception=Required ServletEngine name attribute was not specified.
seb.attribute.missing2.exception=Required attribute for ServletEngine was not input.
seb.attribute.not.exist.exception=Input attribute does not exist for a ServletEngine.
seb.attribute.noget.exception=Exception occurred attempting to get ServletEngine attributes.
seb.db.create.exception=Database create table failed.
seb.db.insert.exception=Database insert failed to store new ServletEngine instance (id={0}).
seb.db.remove.exception=Database delete failed to remove ServletEngine instance (id={0}).
seb.db.select1.exception=Database select failed to find ServletEngine instance (id={0}).
seb.db.select2.exception=Database select failed.
seb.db.select3.exception=Database select failed to find all instances of ServletEngine.
seb.db.update.exception=Database update failed to store ServletEngine attributes (id={0}).
seb.io.exception=I/O error.
seb.port.already.exists.exception=ServletEngine with input Transport Port value already exists (port={0}).
seb.queue.already.exists.exception=ServletEngine with input Transport Queue Name already exists (name={0}).
seb.relation.traverse.exception=Exception occurred while traversing Relation instances looking for EJBServer for the ServletEngine (id={0}).
seb.serverroot.not.set.exception=Server root not set.
seb.update.instance1.exception=Update of instance variables for ServletEngine failed.
seb.update.instance2.exception=Exception occurred attempting to find all ServletEngine instances.
seb.virtualhost.get.exception=Exception occurred attempting to get the ServletEngine's children ServletGroup's VirtualHost instances.
seb.virtualhost.find.exception=Exception occurred creating vector of VirtualHost configurations.
###
# File: com\ibm\ejs\sm\beans\ServletGroupBean.java
#
# String Type: Exceptions
###
segb.act.schedule1.exception=Exception occurred scheduling After-Commit-Task to remove ServletGroup (id={0}).
segb.act.schedule2.exception=Exception occurred scheduling After-Commit-Task (method={0}).
segb.act.schedule3.exception=Exception occurred calling ServletEngine to schedule After-Commit-Task.
segb.act.schedule4.exception=Exception occurred calling ServletEngine scheduling After-Commit-Task.
segb.already.exists.exception=ServletGroup already exists (name={0}).
segb.attribute.init.exception=Exception occurred initializing default ServletGroup attributes.
segb.attribute.missing1.exception=Required ServletGroup name attribute was not specified.
segb.attribute.missing2.exception=Required attribute for ServletGroup was not input.
segb.attribute.not.exist.exception=Input attribute does not exist for a ServletGroup.
segb.attribute.not.set1.exception=VirtualHost name attribute was not set.
segb.attribute.not.set2.exception=Servlet name attribute was not set.
segb.attribute.not.set3.exception=Servlet uriPaths attribute was not set.
segb.db.create.exception=Database create table failed.
segb.db.insert.exception=Database insert failed to store new ServletGroup instance (id={0}).
segb.db.remove.exception=Database delete failed to remove ServletGroup instance (id={0}).
segb.db.select1.exception=Database select failed to find ServletGroup instance (id={0}).
segb.db.select2.exception=Database select failed.
segb.db.select3.exception=Database select failed to find all instances of ServletGroup.
segb.db.update.exception=Database update failed to store ServletGroup attributes (id={0}).
segb.engine.not.found.exception=No ServletEngine was found for ServletGroup (id={0}).
segb.relation.traverse1.exception=Exception occurred while traversing Relation instances looking for ServletEngine for the ServletGroup (id={0}).
segb.renameurivh.bad.uri.exception=Incorrect URI path format found (path={0}).
segb.renameurivh.servlet.type.exception=Exception occurred attempting to find ServletBean Type.
segb.servlet.not.found.exception=Exception occurred attempting to find ServletBean Type instance.
segb.servlet.exception=Exception occurred attempting to get Servlet instances for the ServletGroup (id={0}).
segb.servlet.find.exception=Exception occurred attempting to find ServletBean Type instance.
segb.seturi.bad.uri.exception=Incorrect input URI path format (path={0}).
segb.seturi.null.uri.exception=No URI path was input for the ServletGroup.
segb.seturi.servlet.update.exception=Update of the URI(s) for Servlet(s) for this ServletGroup failed.
segb.seturi.uri.already.exists1.exception=URI specified already exists for resource (Servlet={0}).
segb.seturi.uri.already.exists2.exception=URI specified already exists for resource (Web Application={0}).
segb.seturi.uri.create1.exception=Exception occurred creating URI instance for input path (path={0}).
segb.seturi.uri.create2.exception=Exception occurred creating new URI instance.
segb.seturi.uri.create.delete.exception=Exception occurred creating/deleting a URI instance.
segb.seturi.uri.find.exception=Exception occurred attempting to find URI instance (path={0}).
segb.seturi.uri.remove.exception=Exception occurred attempting to remove URI instance (path={0}).
segb.seturi.virtualhost.not.found.exception=VirtualHost not found (name={0}).
segb.uri.not.found1.exception=Exception occurred attempting to get the URI for the ServletGroup (id={0}).
segb.virtualhost.not.found.exception=Exception occurred attempting to get the VirtualHost for the ServletGroup (id={0}).
###
# File: com\ibm\ejs\sm\beans\ServletBean.java
#
# String Type: Exceptions
###
sb.act.schedule.exception=Exception occurred scheduling After-Commit-Task (method={0}).
sb.already.exists.exception=Servlet already exists (name={0}).
sb.attribute.init.exception=Exception occurred initializing default Servlet attributes.
sb.attribute.missing1.exception=Required Servlet name or code attribute was not specified.
sb.attribute.missing2.exception=Required attribute for Servlet was not input.
sb.attribute.not.exist.exception=Input attribute does not exist for a Servlet.
sb.attribute.not.set1.exception=VirtualHost name attribute was not set.
sb.db.create.exception=Database create table failed.
sb.db.insert.exception=Database insert failed to store new Servlet instance (id={0}).
sb.db.remove.exception=Database delete failed to remove Servlet instance (id={0}).
sb.db.select1.exception=Database select failed to find Servlet instance (id={0}).
sb.db.select2.exception=Database select failed.
sb.db.select3.exception=Database select failed to find all instances of Servlet.
sb.db.update.exception=Database update failed to store Servlet attributes (id={0}).
sb.relation.traverse.exception=Exception occurred while traversing Relation instances looking for ServletGroup for the Servlet (id={0}).
sb.renameurivh.bad.uri.exception=Incorrect URI path format found (path={0}).
sb.servlet.exception=Servlet does not belong to a ServletGroup.
sb.servlet.uri.find.exception=Exception occurred attempting to get the URI for the Servlet (id={0}).
sb.seturis.bad.uri1.exception=Incorrect input URI path format (path={0}).
sb.seturis.bad.uri2.exception=Incorrect ServletGroup URI path format (path={0}).
sb.seturis.null.uri.exception=No URI path(s) were input for the Servlet.
sb.seturis.uri.already.exists1.exception=URI specified already exists for resource (Servlet={0}).
sb.seturis.uri.already.exists2.exception=URI specified already exists for resource (Web Application={0}).
sb.seturis.uri.create.delete.exception=Exception occurred creating/deleting a URI instance.
sb.seturis.uri.create1.exception=Exception occurred creating URI(s) instances for input paths.
sb.seturis.uri.create2.exception=Creation of URI for input path failed (path={0}).
sb.seturis.uri.find.exception=Exception occurred attempting to find a URI path.
sb.seturis.uri.not.found.exception=No URI(s) for Servlet were found (id={0}).
sb.seturis.uri.remove.exception=Exception occurred attempting to remove a URI instance.
sb.seturis.virtualhost.not.found.exception=VirtualHost not found (name={0}).
###
# File: com\ibm\ejs\sm\beans\URIBean.java
#
# String Type: Exceptions
###
ub.already.exists.exception=URI already exists (URI={0}).
ub.attribute.init.exception=Exception occurred initializing default URI attributes.
ub.attribute.missing1.exception=Required URI name attribute was not specified.
ub.attribute.missing2.exception=Required attribute for URI was not input.
ub.attribute.not.exist.exception=Input attribute does not exist for a URI.
ub.attribute.not.set.exception=VirtualHost name attribute was not set.
ub.db.create.exception=Database create table failed.
ub.db.insert.exception=Database insert failed to store new URI instance (id={0}).
ub.db.remove.exception=Database delete failed to remove URI instance (id={0}).
ub.db.select1.exception=Database select failed to find URI instance (id={0}).
ub.db.select2.exception=Database select failed.
ub.db.select3.exception=Database select failed to find all instances of URI.
ub.db.update.exception=Database update failed to store URI attributes (id={0}).
ub.find.exception=Exception occurred while looking for a URI or VirtualHost instance.
ub.invalid.uri.format.exception=The format of the URI specified is incorrect (URI={0}).
ub.match.not.found.exception=Matching URI was not found (URI={0}).
ub.relation.traverse1.exception=Exception occurred while traversing Relation instances looking for VirtualHost for the URI (id={0}).
ub.remove.servlet.exception=Remove the Servlet associated with this URI (Servlet={0}).
ub.remove.webapp.exception=Remove the Web Application associated with this URI (Web Application={0}).
ub.servlet.attr.not.set.exception=Required Servlet uriPaths attribute was not specified.
ub.servlet.find.exception=Exception occurred attempting to find ServletBean Home Type.
ub.servlet.get.attrs.exception=Exception occurred attempting to get Servlet attributes.
ub.servletgroup.attr.not.set.exception=Required ServletGroup groupURI attribute was not specified.
ub.servletgroup.find.exception=Exception occurred attempting to find all ServletGroups.
ub.servletgroup.get.attrs.exception=Exception occurred attempting to get ServletGroup attributes.
ub.string.matcher.exception=Exception occurred with StringMatcher.
ub.virtualhost.find2.exception=Exception occurred attempting to get the VirtualHost for the URI (id={0}).
###
# File: com\ibm\ejs\sm\beans\VirtualHostBean.java
#
# String Type: Exceptions
###
vhb.already.exists.exception=VirtualHost already exists (name={0}).
vhb.attribute.init.exception=Exception occurred initializing default VirtualHost attributes.
vhb.attribute.missing1.exception=Required VirtualHost name or AliasList attribute was not specified.
vhb.attribute.missing2.exception=Required attribute for VirtualHost was not input.
vhb.attribute.not.exist1.exception=Input attribute does not exist for a VirtualHost.
vhb.attribute.not.exist2.exception=VirtualHost name attribute does not exist.
vhb.attribute.not.set1.exception=VirtualHost AliasList attribute was not set.
vhb.attribute.not.set2.exception=VirtualHost name attribute was not set.
vhb.db.create.exception=Database create table failed.
vhb.db.insert.exception=Database insert failed to store new VirtualHost instance (id={0}).
vhb.db.remove.exception=Database delete failed to remove VirtualHost instance (id={0}).
vhb.db.select1.exception=Database select failed to find VirtualHost instance (id={0}).
vhb.db.select2.exception=Database select failed.
vhb.db.select3.exception=Database select failed to find all instances of VirtualHost.
vhb.db.select4.exception=Database select failed to find instance of VirtualHost (name={0}).
vhb.db.update.exception=Database update failed to store VirtualHost attributes (id={0}).
vhb.find1.exception=Exception occurred attempting to find VirtualHost for Alias (name={0}).
vhb.find2.exception=Exception occurred attempting to find VirtualHost by name (name={0}).
vhb.not.found.exception=VirtualHost was not found for Alias (name={0}).
vhb.servletgroup.attr.not.set.exception=ServletGroup groupURI attribute was not set.
vhb.servletgroup.find.exception=Exception occurred attempting to find all ServletGroups.
vhb.servletgroup.get.attrs.exception=Exception occurred attempting to get ServletGroup attributes.
vhb.validate.name.exception=Exception occurred validating input VirtualHost name (name={0}).
###
# File: com\ibm\ejs\sm\beans\ServletRedirectorBean.java
#
# String Type: Exceptions
###
srb.add.exception=Exception occurred attempting to add ServletRedirector as a contained type of Node.
srb.attribute.init.exception=Exception occurred initializing default ServletRedirector attributes.
srb.attribute.missing1.exception=Required ServletRedirector name attribute was not specified.
srb.attribute.missing2.exception=Required attribute for ServletRedirector was not input.
srb.attribute.not.exist.exception=Input attribute does not exist for a ServletRedirector.
srb.db.create.exception=Database create table failed.
srb.db.remove.exception=Database delete failed to remove ServletRedirector instance (id={0}).
srb.db.select1.exception=Database select failed to find ServletRedirector instance (id={0}).
srb.db.select2.exception=Database select failed.
srb.db.select3.exception=Database select failed to find all instances of ServletRedirector.
srb.db.update.exception=Database update failed to store ServletRedirector attributes (id={0}).
srb.relation.traverse.exception=Exception occurred while traversing Relation instances looking for Node for the ServletRedirector (id={0}).
###
# File: com\ibm\ejs\sm\beans\OLTControllerBean.java
#
# String Type: Exceptions
###
ocb.add.exception=Exception occurred attempting to add OLTController as a contained type of Node.
ocb.create.exception=Exception occurred attempting to create OLTController.
ocb.attribute.init.exception=Exception occurred initializing default OLTController attributes.
ocb.attribute.missing1.exception=Required OLTController attribute was not specified.
ocb.attribute.missing2.exception=Required OLTController attribute was not set.
ocb.attribute.not.exist.exception=Attribute does not exist for an OLTController.
ocb.attribute.not.set.exception=Attribute not set for an OLTController.
ocb.db.create.exception=Database create table failed.
ocb.db.remove.exception=Database delete failed to remove OLTController instance.
ocb.db.select1.exception=Database select failed to find OLTController instance.
ocb.db.select2.exception=Database select failed.
ocb.db.select3.exception=Database select failed to find all instances of OLTController.
ocb.db.update.exception=Database update failed to store OLTController attributes.
ocb.relation.traverse.exception=Exception occurred while traversing Relation instances looking for Node for the OLTController.
###
# File: com\ibm\ejs\sm\beans\SessionMgrBean.java
#
# String Type: Exceptions
###
sessionmgr.already.exists.exception=Session Manager already exists (name={0}).
###
# File: com\ibm\ejs\sm\beans\UserProfileBean.java
#
# String Type: Exceptions
###
userprofile.already.exists.exception=UserProfile Manager already exists (name={0}).