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 >
Text File  |  2000-07-29  |  16KB  |  288 lines

  1. #* ----------------------------------------------------------------- *
  2. #*  Copyright 1999 IBM Corporation.  All rights reserved.            *
  3. #* ----------------------------------------------------------------- *
  4.  
  5. #*
  6. #* File:             AppServerROStrings.properties
  7. #* Date of Creation: 08/03/1999
  8. #*   
  9. #* Description: Translated strings for the Application Server 
  10. #*              Repository Object Beans.
  11. #*
  12. #* @author Michael J. Morton
  13. #* 
  14.  
  15.  
  16. ###
  17. # File: com\ibm\ejs\sm\beans\ServletEngineBean.java
  18. #
  19. # String Type: Exceptions
  20. ###
  21. seb.act.schedule.exception=Exception occurred scheduling After-Commit-Task (method={0}).
  22. seb.already.exists.exception=An Application Server can contain only one Servlet Engine.  
  23. seb.duplicate.name.exception=A Servlet Engine already exists for (name={0}).
  24. seb.unknown.relation.create.exception=An unknown error occurred adding the Servlet Engine to the Application Server.
  25. seb.class.not.found.exception=Class not found.
  26. seb.cloneindex.already.exists.exception=ServletEngine with input Clone Index value already in use (index={0}).
  27.  
  28. seb.attribute.init.exception=Exception occurred initializing default ServletEngine attributes.
  29. seb.attribute.missing1.exception=Required ServletEngine name attribute was not specified.
  30. seb.attribute.missing2.exception=Required attribute for ServletEngine was not input.
  31. seb.attribute.not.exist.exception=Input attribute does not exist for a ServletEngine.
  32. seb.attribute.noget.exception=Exception occurred attempting to get ServletEngine attributes.
  33.  
  34. seb.db.create.exception=Database create table failed.
  35. seb.db.insert.exception=Database insert failed to store new ServletEngine instance (id={0}).    
  36. seb.db.remove.exception=Database delete failed to remove ServletEngine instance (id={0}).
  37. seb.db.select1.exception=Database select failed to find ServletEngine instance (id={0}).
  38. seb.db.select2.exception=Database select failed.
  39. seb.db.select3.exception=Database select failed to find all instances of ServletEngine.
  40. seb.db.update.exception=Database update failed to store ServletEngine attributes (id={0}).
  41.  
  42. seb.io.exception=I/O error.
  43. seb.port.already.exists.exception=ServletEngine with input Transport Port value already exists (port={0}).
  44. seb.queue.already.exists.exception=ServletEngine with input Transport Queue Name already exists (name={0}).
  45. seb.relation.traverse.exception=Exception occurred while traversing Relation instances looking for EJBServer for the ServletEngine (id={0}).
  46. seb.serverroot.not.set.exception=Server root not set.
  47. seb.update.instance1.exception=Update of instance variables for ServletEngine failed.
  48. seb.update.instance2.exception=Exception occurred attempting to find all ServletEngine instances.
  49. seb.virtualhost.get.exception=Exception occurred attempting to get the ServletEngine's children ServletGroup's VirtualHost instances.
  50. seb.virtualhost.find.exception=Exception occurred creating vector of VirtualHost configurations.
  51.  
  52.  
  53. ###
  54. # File: com\ibm\ejs\sm\beans\ServletGroupBean.java
  55. #
  56. # String Type: Exceptions
  57. ###
  58. segb.act.schedule1.exception=Exception occurred scheduling After-Commit-Task to remove ServletGroup (id={0}).
  59. segb.act.schedule2.exception=Exception occurred scheduling After-Commit-Task (method={0}).
  60. segb.act.schedule3.exception=Exception occurred calling ServletEngine to schedule After-Commit-Task.
  61. segb.act.schedule4.exception=Exception occurred calling ServletEngine scheduling After-Commit-Task.
  62.  
  63. segb.already.exists.exception=ServletGroup already exists (name={0}).
  64.  
  65. segb.attribute.init.exception=Exception occurred initializing default ServletGroup attributes.
  66. segb.attribute.missing1.exception=Required ServletGroup name attribute was not specified.
  67. segb.attribute.missing2.exception=Required attribute for ServletGroup was not input.
  68. segb.attribute.not.exist.exception=Input attribute does not exist for a ServletGroup.
  69. segb.attribute.not.set1.exception=VirtualHost name attribute was not set.
  70. segb.attribute.not.set2.exception=Servlet name attribute was not set.
  71. segb.attribute.not.set3.exception=Servlet uriPaths attribute was not set.
  72.  
  73. segb.db.create.exception=Database create table failed.
  74. segb.db.insert.exception=Database insert failed to store new ServletGroup instance (id={0}).
  75. segb.db.remove.exception=Database delete failed to remove ServletGroup instance (id={0}).
  76. segb.db.select1.exception=Database select failed to find ServletGroup instance (id={0}).
  77. segb.db.select2.exception=Database select failed.
  78. segb.db.select3.exception=Database select failed to find all instances of ServletGroup.
  79. segb.db.update.exception=Database update failed to store ServletGroup attributes (id={0}).
  80.  
  81. segb.engine.not.found.exception=No ServletEngine was found for ServletGroup (id={0}).
  82.  
  83. segb.relation.traverse1.exception=Exception occurred while traversing Relation instances looking for ServletEngine for the ServletGroup (id={0}).
  84.  
  85. segb.renameurivh.bad.uri.exception=Incorrect URI path format found (path={0}).
  86. segb.renameurivh.servlet.type.exception=Exception occurred attempting to find ServletBean Type.
  87.  
  88. segb.servlet.not.found.exception=Exception occurred attempting to find ServletBean Type instance.
  89. segb.servlet.exception=Exception occurred attempting to get Servlet instances for the ServletGroup (id={0}).
  90. segb.servlet.find.exception=Exception occurred attempting to find ServletBean Type instance.
  91.  
  92. segb.seturi.bad.uri.exception=Incorrect input URI path format (path={0}).
  93. segb.seturi.null.uri.exception=No URI path was input for the ServletGroup.
  94. segb.seturi.servlet.update.exception=Update of the URI(s) for Servlet(s) for this ServletGroup failed.
  95. segb.seturi.uri.already.exists1.exception=URI specified already exists for resource (Servlet={0}).
  96. segb.seturi.uri.already.exists2.exception=URI specified already exists for resource (Web Application={0}).
  97. segb.seturi.uri.create1.exception=Exception occurred creating URI instance for input path (path={0}).
  98. segb.seturi.uri.create2.exception=Exception occurred creating new URI instance.
  99. segb.seturi.uri.create.delete.exception=Exception occurred creating/deleting a URI instance.
  100. segb.seturi.uri.find.exception=Exception occurred attempting to find URI instance (path={0}).
  101. segb.seturi.uri.remove.exception=Exception occurred attempting to remove URI instance (path={0}).
  102. segb.seturi.virtualhost.not.found.exception=VirtualHost not found (name={0}).
  103.  
  104. segb.uri.not.found1.exception=Exception occurred attempting to get the URI for the ServletGroup (id={0}).
  105. segb.virtualhost.not.found.exception=Exception occurred attempting to get the VirtualHost for the ServletGroup (id={0}).
  106.  
  107.   
  108. ###
  109. # File: com\ibm\ejs\sm\beans\ServletBean.java
  110. #
  111. # String Type: Exceptions
  112. ###
  113. sb.act.schedule.exception=Exception occurred scheduling After-Commit-Task (method={0}).
  114. sb.already.exists.exception=Servlet already exists (name={0}).
  115.  
  116. sb.attribute.init.exception=Exception occurred initializing default Servlet attributes.
  117. sb.attribute.missing1.exception=Required Servlet name or code attribute was not specified.
  118. sb.attribute.missing2.exception=Required attribute for Servlet was not input.
  119. sb.attribute.not.exist.exception=Input attribute does not exist for a Servlet.
  120. sb.attribute.not.set1.exception=VirtualHost name attribute was not set.
  121.  
  122. sb.db.create.exception=Database create table failed.
  123. sb.db.insert.exception=Database insert failed to store new Servlet instance (id={0}).
  124. sb.db.remove.exception=Database delete failed to remove Servlet instance (id={0}).
  125. sb.db.select1.exception=Database select failed to find Servlet instance (id={0}).
  126. sb.db.select2.exception=Database select failed.
  127. sb.db.select3.exception=Database select failed to find all instances of Servlet.
  128. sb.db.update.exception=Database update failed to store Servlet attributes (id={0}).
  129.  
  130. sb.relation.traverse.exception=Exception occurred while traversing Relation instances looking for ServletGroup for the Servlet (id={0}).
  131. sb.renameurivh.bad.uri.exception=Incorrect URI path format found (path={0}).
  132.  
  133. sb.servlet.exception=Servlet does not belong to a ServletGroup.
  134. sb.servlet.uri.find.exception=Exception occurred attempting to get the URI for the Servlet (id={0}).
  135.  
  136.  
  137. sb.seturis.bad.uri1.exception=Incorrect input URI path format (path={0}).
  138. sb.seturis.bad.uri2.exception=Incorrect ServletGroup URI path format (path={0}).
  139. sb.seturis.null.uri.exception=No URI path(s) were input for the Servlet.
  140. sb.seturis.uri.already.exists1.exception=URI specified already exists for resource (Servlet={0}).
  141. sb.seturis.uri.already.exists2.exception=URI specified already exists for resource (Web Application={0}).
  142. sb.seturis.uri.create.delete.exception=Exception occurred creating/deleting a URI instance.
  143. sb.seturis.uri.create1.exception=Exception occurred creating URI(s) instances for input paths.
  144. sb.seturis.uri.create2.exception=Creation of URI for input path failed (path={0}).
  145. sb.seturis.uri.find.exception=Exception occurred attempting to find a URI path.
  146. sb.seturis.uri.not.found.exception=No URI(s) for Servlet were found (id={0}).
  147. sb.seturis.uri.remove.exception=Exception occurred attempting to remove a URI instance.
  148. sb.seturis.virtualhost.not.found.exception=VirtualHost not found (name={0}).
  149.  
  150.  
  151.  
  152. ###
  153. # File: com\ibm\ejs\sm\beans\URIBean.java
  154. #
  155. # String Type: Exceptions
  156. ###
  157. ub.already.exists.exception=URI already exists (URI={0}).
  158.  
  159. ub.attribute.init.exception=Exception occurred initializing default URI attributes.
  160. ub.attribute.missing1.exception=Required URI name attribute was not specified.
  161. ub.attribute.missing2.exception=Required attribute for URI was not input.
  162. ub.attribute.not.exist.exception=Input attribute does not exist for a URI.
  163. ub.attribute.not.set.exception=VirtualHost name attribute was not set.
  164.  
  165. ub.db.create.exception=Database create table failed.
  166. ub.db.insert.exception=Database insert failed to store new URI instance (id={0}).
  167. ub.db.remove.exception=Database delete failed to remove URI instance (id={0}).
  168. ub.db.select1.exception=Database select failed to find URI instance (id={0}).
  169. ub.db.select2.exception=Database select failed.
  170. ub.db.select3.exception=Database select failed to find all instances of URI.
  171. ub.db.update.exception=Database update failed to store URI attributes (id={0}).
  172.  
  173. ub.find.exception=Exception occurred while looking for a URI or VirtualHost instance.
  174. ub.invalid.uri.format.exception=The format of the URI specified is incorrect (URI={0}).
  175. ub.match.not.found.exception=Matching URI was not found (URI={0}).
  176. ub.relation.traverse1.exception=Exception occurred while traversing Relation instances looking for VirtualHost for the URI (id={0}).
  177. ub.remove.servlet.exception=Remove the Servlet associated with this URI (Servlet={0}).
  178. ub.remove.webapp.exception=Remove the Web Application associated with this URI (Web Application={0}).
  179.  
  180. ub.servlet.attr.not.set.exception=Required Servlet uriPaths attribute was not specified.
  181. ub.servlet.find.exception=Exception occurred attempting to find ServletBean Home Type.
  182. ub.servlet.get.attrs.exception=Exception occurred attempting to get Servlet attributes.
  183.  
  184. ub.servletgroup.attr.not.set.exception=Required ServletGroup groupURI attribute was not specified.
  185. ub.servletgroup.find.exception=Exception occurred attempting to find all ServletGroups.
  186. ub.servletgroup.get.attrs.exception=Exception occurred attempting to get ServletGroup attributes.
  187.  
  188. ub.string.matcher.exception=Exception occurred with StringMatcher.
  189. ub.virtualhost.find2.exception=Exception occurred attempting to get the VirtualHost for the URI (id={0}).
  190.  
  191.  
  192. ###
  193. # File: com\ibm\ejs\sm\beans\VirtualHostBean.java
  194. #
  195. # String Type: Exceptions
  196. ###
  197. vhb.already.exists.exception=VirtualHost already exists (name={0}).
  198.  
  199. vhb.attribute.init.exception=Exception occurred initializing default VirtualHost attributes.
  200. vhb.attribute.missing1.exception=Required VirtualHost name or AliasList attribute was not specified.
  201. vhb.attribute.missing2.exception=Required attribute for VirtualHost was not input.
  202. vhb.attribute.not.exist1.exception=Input attribute does not exist for a VirtualHost.
  203. vhb.attribute.not.exist2.exception=VirtualHost name attribute does not exist.
  204. vhb.attribute.not.set1.exception=VirtualHost AliasList attribute was not set.
  205. vhb.attribute.not.set2.exception=VirtualHost name attribute was not set.
  206.  
  207. vhb.db.create.exception=Database create table failed.
  208. vhb.db.insert.exception=Database insert failed to store new VirtualHost instance (id={0}).
  209. vhb.db.remove.exception=Database delete failed to remove VirtualHost instance (id={0}).
  210. vhb.db.select1.exception=Database select failed to find VirtualHost instance (id={0}).
  211. vhb.db.select2.exception=Database select failed.
  212. vhb.db.select3.exception=Database select failed to find all instances of VirtualHost.
  213. vhb.db.select4.exception=Database select failed to find instance of VirtualHost (name={0}).
  214. vhb.db.update.exception=Database update failed to store VirtualHost attributes (id={0}).
  215.  
  216. vhb.find1.exception=Exception occurred attempting to find VirtualHost for Alias (name={0}).
  217. vhb.find2.exception=Exception occurred attempting to find VirtualHost by name (name={0}).
  218.  
  219. vhb.not.found.exception=VirtualHost was not found for Alias (name={0}).
  220.  
  221. vhb.servletgroup.attr.not.set.exception=ServletGroup groupURI attribute was not set.
  222. vhb.servletgroup.find.exception=Exception occurred attempting to find all ServletGroups.
  223. vhb.servletgroup.get.attrs.exception=Exception occurred attempting to get ServletGroup attributes.
  224.  
  225. vhb.validate.name.exception=Exception occurred validating input VirtualHost name (name={0}).
  226.  
  227.  
  228. ###
  229. # File: com\ibm\ejs\sm\beans\ServletRedirectorBean.java
  230. #
  231. # String Type: Exceptions
  232. ###
  233. srb.add.exception=Exception occurred attempting to add ServletRedirector as a contained type of Node.
  234.  
  235. srb.attribute.init.exception=Exception occurred initializing default ServletRedirector attributes.
  236. srb.attribute.missing1.exception=Required ServletRedirector name attribute was not specified.
  237. srb.attribute.missing2.exception=Required attribute for ServletRedirector was not input.
  238. srb.attribute.not.exist.exception=Input attribute does not exist for a ServletRedirector.
  239.  
  240. srb.db.create.exception=Database create table failed.
  241. srb.db.remove.exception=Database delete failed to remove ServletRedirector instance (id={0}).
  242. srb.db.select1.exception=Database select failed to find ServletRedirector instance (id={0}).
  243. srb.db.select2.exception=Database select failed.
  244. srb.db.select3.exception=Database select failed to find all instances of ServletRedirector.
  245. srb.db.update.exception=Database update failed to store ServletRedirector attributes (id={0}).
  246.  
  247. srb.relation.traverse.exception=Exception occurred while traversing Relation instances looking for Node for the ServletRedirector (id={0}).
  248.  
  249. ###
  250. # File: com\ibm\ejs\sm\beans\OLTControllerBean.java
  251. #
  252. # String Type: Exceptions
  253. ###
  254. ocb.add.exception=Exception occurred attempting to add OLTController as a contained type of Node.
  255. ocb.create.exception=Exception occurred attempting to create OLTController.
  256.  
  257. ocb.attribute.init.exception=Exception occurred initializing default OLTController attributes.
  258. ocb.attribute.missing1.exception=Required OLTController attribute was not specified.
  259. ocb.attribute.missing2.exception=Required OLTController attribute was not set.
  260. ocb.attribute.not.exist.exception=Attribute does not exist for an OLTController.
  261. ocb.attribute.not.set.exception=Attribute not set for an OLTController.
  262.  
  263. ocb.db.create.exception=Database create table failed.
  264. ocb.db.remove.exception=Database delete failed to remove OLTController instance.
  265. ocb.db.select1.exception=Database select failed to find OLTController instance.
  266. ocb.db.select2.exception=Database select failed.
  267. ocb.db.select3.exception=Database select failed to find all instances of OLTController.
  268. ocb.db.update.exception=Database update failed to store OLTController attributes.
  269.  
  270. ocb.relation.traverse.exception=Exception occurred while traversing Relation instances looking for Node for the OLTController.
  271.  
  272.  
  273. ###
  274. # File: com\ibm\ejs\sm\beans\SessionMgrBean.java
  275. #
  276. # String Type: Exceptions
  277. ###
  278. sessionmgr.already.exists.exception=Session Manager already exists (name={0}).  
  279.  
  280.  
  281.  
  282. ###
  283. # File: com\ibm\ejs\sm\beans\UserProfileBean.java
  284. #
  285. # String Type: Exceptions
  286. ###
  287. userprofile.already.exists.exception=UserProfile Manager already exists (name={0}).
  288.