Advertisement
Guest User

Untitled

a guest
Jan 14th, 2016
3,900
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.54 KB | None | 0 0
  1. = WildFly: Controller Core
  2.  
  3. .org.jboss.as.controller.logging.ControllerLogger
  4. |===
  5. |Message Id |Message |Log Level |Return Type
  6.  
  7. |none
  8. |Operation %s
  9. |--
  10. |java.lang.String
  11.  
  12. |none
  13. |%nService %s was depended upon by
  14. |--
  15. |java.lang.String
  16.  
  17. |none
  18. |is missing [%s]
  19. |--
  20. |java.lang.String
  21.  
  22. |none
  23. | %s (missing) dependents: %s %n
  24. |--
  25. |java.lang.String
  26.  
  27. |none
  28. | %s (unavailable) dependents: %s %n
  29. |--
  30. |java.lang.String
  31.  
  32. |none
  33. | %s (no longer required)%n
  34. |--
  35. |java.lang.String
  36.  
  37. |none
  38. | %s (new available)%n
  39. |--
  40. |java.lang.String
  41.  
  42. |none
  43. |Services that were unable to start:
  44. |--
  45. |java.lang.String
  46.  
  47. |none
  48. |Services that may be the cause:
  49. |--
  50. |java.lang.String
  51.  
  52. |none
  53. |attributes %s
  54. |--
  55. |java.lang.String
  56.  
  57. |none
  58. |capability '%s' requires it for address '%s'
  59. |--
  60. |java.lang.String
  61.  
  62. |none
  63. |capability '%s' requires it for attribute '%s' at address '%s'
  64. |--
  65. |java.lang.String
  66.  
  67. |none
  68. | %s
  69. |--
  70. |java.lang.String
  71.  
  72. |none
  73. | %s in context '%s'
  74. |--
  75. |java.lang.String
  76.  
  77. |none
  78. |; Possible registration points for this capability: %s
  79. |--
  80. |java.lang.String
  81.  
  82. |none
  83. |; There are no known registration points which can provide this capability.
  84. |--
  85. |java.lang.String
  86.  
  87. |WFLYCTL0001
  88. |Cannot resolve address %s, so cannot match it to any InetAddress
  89. |WARN
  90. |void
  91.  
  92. |WFLYCTL0002
  93. |Error booting the container
  94. |ERROR
  95. |void
  96.  
  97. |WFLYCTL0003
  98. |Error booting the container due to insufficient stack space for the thread used to execute boot operations. The thread was configured with a stack size of [%1$d]. Setting system property %2$s to a value higher than [%1$d] may resolve this problem.
  99. |ERROR
  100. |void
  101.  
  102. |WFLYCTL0004
  103. |%s caught exception attempting to revert operation %s at address %s
  104. |ERROR
  105. |void
  106.  
  107. |WFLYCTL0005
  108. |Failed executing operation %s at address %s
  109. |ERROR
  110. |void
  111.  
  112. |WFLYCTL0006
  113. |Failed executing subsystem %s boot operations
  114. |ERROR
  115. |void
  116.  
  117. |WFLYCTL0007
  118. |Failed to close resource %s
  119. |ERROR
  120. |void
  121.  
  122. |WFLYCTL0008
  123. |Failed to persist configuration change
  124. |ERROR
  125. |void
  126.  
  127. |WFLYCTL0009
  128. |Failed to store configuration to %s
  129. |ERROR
  130. |void
  131.  
  132. |WFLYCTL0010
  133. |Invalid value %s for system property %s -- using default value [%d]
  134. |ERROR
  135. |void
  136.  
  137. |WFLYCTL0011
  138. |Address %1$s is a wildcard address, which will not match against any specific address. Do not use the '%2$s' configuration element to specify that an interface should use a wildcard address; use '%3$s'
  139. |WARN
  140. |void
  141.  
  142. |WFLYCTL0013
  143. |Operation (%s) failed - address: (%s)
  144. |ERROR
  145. |void
  146.  
  147. |WFLYCTL0013
  148. |Operation (%s) failed - address: (%s) - failure description: %s
  149. |ERROR
  150. |void
  151.  
  152. |WFLYCTL0015
  153. |Wildcard address detected - will ignore other interface criteria.
  154. |WARN
  155. |void
  156.  
  157. |WFLYCTL0016
  158. |Received no final outcome response for operation %s with address %s from remote process at address %s. The result of this operation will only include the remote process' preliminary response to the request.
  159. |ERROR
  160. |void
  161.  
  162. |WFLYCTL0017
  163. |Operation (%s) failed - address: (%s) - failure description: %s
  164. |DEBUG
  165. |void
  166.  
  167. |WFLYCTL0018
  168. |A subsystem '%s' was registered without calling ExtensionContext.createTracker(). The subsystems are registered normally but won't be cleaned up when the extension is removed.
  169. |WARN
  170. |void
  171.  
  172. |WFLYCTL0019
  173. |Graceful shutdown of the handler used for native management requests did not complete within [%d] ms but shutdown of the underlying communication channel is proceeding
  174. |WARN
  175. |void
  176.  
  177. |WFLYCTL0020
  178. |Graceful shutdown of the handler used for native management requests failed but shutdown of the underlying communication channel is proceeding
  179. |WARN
  180. |void
  181.  
  182. |WFLYCTL0021
  183. |Invalid value '%s' for system property '%s' -- value must be convertible into an int
  184. |WARN
  185. |void
  186.  
  187. |WFLYCTL0022
  188. |Multiple addresses or network interfaces matched the selection criteria for interface '%s'. Matching addresses: %s. Matching network interfaces: %s. The interface will use address %s and network interface %s.
  189. |WARN
  190. |void
  191.  
  192. |WFLYCTL0023
  193. |Value '%s' for interface selection criteria 'inet-address' is ambiguous, as more than one address or network interface available on the machine matches it. Because of this ambiguity, no address will be selected as a match. Matching addresses: %s. Matching network interfaces: %s.
  194. |WARN
  195. |void
  196.  
  197. |WFLYCTL0024
  198. |Could not read target definition!
  199. |ERROR
  200. |void
  201.  
  202. |WFLYCTL0025
  203. |Could not transform
  204. |ERROR
  205. |void
  206.  
  207. |WFLYCTL0026
  208. |We have no transformer for subsystem: %s-%d.%d model transfer can break!
  209. |WARN
  210. |void
  211.  
  212. |WFLYCTL0027
  213. |Operation was interrupted before stability could be reached
  214. |WARN
  215. |void
  216.  
  217. |WFLYCTL0028
  218. |Attribute '%s' in the resource at address '%s' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
  219. |INFO
  220. |void
  221.  
  222. |WFLYCTL0029
  223. |Cannot delete temp file %s, will be deleted on exit
  224. |WARN
  225. |void
  226.  
  227. |WFLYCTL0030
  228. |No resource definition is registered for address %s
  229. |--
  230. |java.lang.String
  231.  
  232. |WFLYCTL0031
  233. |No operation named '%s' exists at address %s
  234. |--
  235. |java.lang.String
  236.  
  237. |WFLYCTL0032
  238. |There were problems during the transformation process for target host: '%s' %nProblems found: %n%s
  239. |WARN
  240. |void
  241.  
  242. |WFLYCTL0033
  243. |Extension '%s' is deprecated and may not be supported in future versions
  244. |WARN
  245. |void
  246.  
  247. |WFLYCTL0034
  248. |Subsystems %s provided by legacy extension '%s' are not supported on servers running this version. The extension is only supported for use by hosts running a previous release in a mixed-version managed domain. On this server the extension will not register any subsystems, and future attempts to create or address subsystem resources on this server will result in failure.
  249. |INFO
  250. |void
  251.  
  252. |WFLYCTL0035
  253. |Update of the management operation audit log failed
  254. |ERROR
  255. |void
  256.  
  257. |WFLYCTL0036
  258. |[%d] consecutive management operation audit logging failures have occurred; disabling audit logging
  259. |ERROR
  260. |void
  261.  
  262. |WFLYCTL0037
  263. |Update of the management operation audit log failed in handler '%s'
  264. |ERROR
  265. |void
  266.  
  267. |WFLYCTL0038
  268. |[%d] consecutive management operation audit logging failures have occurred in handler '%s'; disabling this handler for audit logging
  269. |ERROR
  270. |void
  271.  
  272. |WFLYCTL0039
  273. |%s already defined
  274. |--
  275. |javax.xml.stream.XMLStreamException
  276.  
  277. |WFLYCTL0040
  278. |%s %s already declared
  279. |--
  280. |javax.xml.stream.XMLStreamException
  281.  
  282. |WFLYCTL0041
  283. |A %s %s already declared has already been declared in %s %s
  284. |--
  285. |javax.xml.stream.XMLStreamException
  286.  
  287. |WFLYCTL0042
  288. |A %s or a %s %s already declared has already been declared in %s %s
  289. |--
  290. |javax.xml.stream.XMLStreamException
  291.  
  292. |WFLYCTL0043
  293. |An %s named '%s' is already registered at location '%s'
  294. |--
  295. |java.lang.IllegalArgumentException
  296.  
  297. |WFLYCTL0044
  298. |Ambiguous configuration file name '%s' as there are multiple files in %s that end in %s
  299. |--
  300. |java.lang.IllegalStateException
  301.  
  302. |WFLYCTL0045
  303. |Ambiguous name '%s' in %s: %s
  304. |--
  305. |java.lang.IllegalArgumentException
  306.  
  307. |WFLYCTL0046
  308. |Thread was interrupted waiting for a response for asynch operation
  309. |--
  310. |org.jboss.as.protocol.mgmt.RequestProcessingException
  311.  
  312. |WFLYCTL0047
  313. |No asynch request with batch id %d
  314. |--
  315. |org.jboss.as.protocol.mgmt.RequestProcessingException
  316.  
  317. |WFLYCTL0048
  318. |Attribute %s is not writable
  319. |--
  320. |java.lang.String
  321.  
  322. |WFLYCTL0049
  323. |'%s' is a registered child of resource (%s)
  324. |--
  325. |java.lang.String
  326.  
  327. |WFLYCTL0050
  328. |Unable to determine a default name based on the local host name
  329. |--
  330. |java.lang.RuntimeException
  331.  
  332. |WFLYCTL0051
  333. |Could not create %s
  334. |--
  335. |java.lang.IllegalStateException
  336.  
  337. |WFLYCTL0052
  338. |Could not delete %s
  339. |--
  340. |java.lang.IllegalStateException
  341.  
  342. |WFLYCTL0053
  343. |Cannot register submodels with a null PathElement
  344. |--
  345. |java.lang.IllegalArgumentException
  346.  
  347. |WFLYCTL0054
  348. |Cannot register non-runtime-only submodels with a runtime-only parent
  349. |--
  350. |java.lang.IllegalArgumentException
  351.  
  352. |WFLYCTL0055
  353. |Cannot remove %s
  354. |--
  355. |org.jboss.as.controller._private.OperationFailedRuntimeException
  356.  
  357. |WFLYCTL0056
  358. |Could not rename %s to %s
  359. |--
  360. |java.lang.IllegalStateException
  361.  
  362. |WFLYCTL0057
  363. |Cannot write to %s
  364. |--
  365. |java.lang.IllegalArgumentException
  366.  
  367. |WFLYCTL0058
  368. |Child %s of element %s already declared
  369. |--
  370. |javax.xml.stream.XMLStreamException
  371.  
  372. |WFLYCTL0059
  373. |Could not get canonical file for boot file: %s
  374. |--
  375. |java.lang.RuntimeException
  376.  
  377. |WFLYCTL0060
  378. |Could not get canonical file for main file: %s
  379. |--
  380. |java.lang.IllegalStateException
  381.  
  382. |WFLYCTL0061
  383. |Channel closed
  384. |--
  385. |java.lang.String
  386.  
  387. |WFLYCTL0062
  388. |Composite operation failed and was rolled back. Steps that failed:
  389. |--
  390. |java.lang.String
  391.  
  392. |WFLYCTL0063
  393. |Composite operation was rolled back
  394. |--
  395. |java.lang.String
  396.  
  397. |WFLYCTL0064
  398. |Configuration files whose complete name is %s are not allowed
  399. |--
  400. |java.lang.IllegalArgumentException
  401.  
  402. |WFLYCTL0065
  403. |No configuration file ending in %s found in %s
  404. |--
  405. |java.lang.IllegalStateException
  406.  
  407. |WFLYCTL0066
  408. |No directory %s was found
  409. |--
  410. |java.lang.IllegalArgumentException
  411.  
  412. |WFLYCTL0067
  413. |Either a %s or %s domain controller configuration must be declared.
  414. |--
  415. |javax.xml.stream.XMLStreamException
  416.  
  417. |WFLYCTL0068
  418. |An attribute named '%s' has already been declared
  419. |--
  420. |javax.xml.stream.XMLStreamException
  421.  
  422. |WFLYCTL0069
  423. |Duplicate %s declaration
  424. |--
  425. |javax.xml.stream.XMLStreamException
  426.  
  427. |WFLYCTL0070
  428. |Duplicate %s declaration %s
  429. |--
  430. |javax.xml.stream.XMLStreamException
  431.  
  432. |WFLYCTL0071
  433. |Duplicate path element '%s' found
  434. |--
  435. |org.jboss.as.controller._private.OperationFailedRuntimeException
  436.  
  437. |WFLYCTL0072
  438. |Duplicate interface declaration
  439. |--
  440. |javax.xml.stream.XMLStreamException
  441.  
  442. |WFLYCTL0073
  443. |An element of this type named '%s' has already been declared
  444. |--
  445. |javax.xml.stream.XMLStreamException
  446.  
  447. |WFLYCTL0074
  448. |Duplicate profile included
  449. |--
  450. |javax.xml.stream.XMLStreamException
  451.  
  452. |WFLYCTL0075
  453. |Duplicate resource %s
  454. |--
  455. |java.lang.IllegalStateException
  456.  
  457. |WFLYCTL0076
  458. |Duplicate resource type %s
  459. |--
  460. |java.lang.IllegalStateException
  461.  
  462. |WFLYCTL0077
  463. |Element %s is not supported in a %s file
  464. |--
  465. |java.lang.String
  466.  
  467. |WFLYCTL0078
  468. |Error waiting for Tx commit/rollback
  469. |--
  470. |java.lang.String
  471.  
  472. |WFLYCTL0079
  473. |Failed initializing module %s
  474. |--
  475. |java.lang.RuntimeException
  476.  
  477. |WFLYCTL0080
  478. |Failed services
  479. |--
  480. |java.lang.String
  481.  
  482. |WFLYCTL0081
  483. |Failed to back up %s
  484. |--
  485. |org.jboss.as.controller.persistence.ConfigurationPersistenceException
  486.  
  487. |WFLYCTL0082
  488. |Failed to create backup copies of configuration file %s
  489. |--
  490. |org.jboss.as.controller.persistence.ConfigurationPersistenceException
  491.  
  492. |WFLYCTL0083
  493. |Failed to load module
  494. |--
  495. |javax.xml.stream.XMLStreamException
  496.  
  497. |WFLYCTL0083
  498. |Failed to load module %s
  499. |--
  500. |javax.xml.stream.XMLStreamException
  501.  
  502. |WFLYCTL0084
  503. |Failed to marshal configuration
  504. |--
  505. |org.jboss.as.controller.persistence.ConfigurationPersistenceException
  506.  
  507. |WFLYCTL0085
  508. |Failed to parse configuration
  509. |--
  510. |org.jboss.as.controller.persistence.ConfigurationPersistenceException
  511.  
  512. |WFLYCTL0086
  513. |Failed to persist configuration change: %s
  514. |--
  515. |java.lang.String
  516.  
  517. |WFLYCTL0087
  518. |Failed to store configuration
  519. |--
  520. |org.jboss.as.controller.persistence.ConfigurationPersistenceException
  521.  
  522. |WFLYCTL0088
  523. |Failed to take a snapshot of %s to %s
  524. |--
  525. |org.jboss.as.controller.persistence.ConfigurationPersistenceException
  526.  
  527. |WFLYCTL0089
  528. |Failed to write configuration
  529. |--
  530. |org.jboss.as.controller.persistence.ConfigurationPersistenceException
  531.  
  532. |WFLYCTL0090
  533. |%s does not exist
  534. |--
  535. |java.lang.IllegalArgumentException
  536.  
  537. |WFLYCTL0091
  538. |No files beginning with '%s' found in %s
  539. |--
  540. |java.lang.IllegalArgumentException
  541.  
  542. |WFLYCTL0092
  543. |%s cannot be used except in a full server boot
  544. |--
  545. |java.lang.IllegalStateException
  546.  
  547. |WFLYCTL0093
  548. |No included group with name %s found
  549. |--
  550. |java.lang.String
  551.  
  552. |WFLYCTL0094
  553. |Illegal interface criteria type %s; must be %s
  554. |--
  555. |java.lang.String
  556.  
  557. |WFLYCTL0095
  558. |Illegal value %s for interface criteria %s; must be %s
  559. |--
  560. |java.lang.String
  561.  
  562. |WFLYCTL0096
  563. |Resource is immutable
  564. |--
  565. |java.lang.UnsupportedOperationException
  566.  
  567. |WFLYCTL0097
  568. |Wrong type for %s. Expected %s but was %s
  569. |--
  570. |org.jboss.as.controller.OperationFailedException
  571.  
  572. |WFLYCTL0098
  573. |Interrupted while waiting for request
  574. |--
  575. |java.lang.String
  576.  
  577. |WFLYCTL0099
  578. |%s is invalid
  579. |--
  580. |java.lang.String
  581.  
  582. |WFLYCTL0100
  583. |%d is not a valid %s
  584. |--
  585. |javax.xml.stream.XMLStreamException
  586.  
  587. |WFLYCTL0101
  588. |Invalid address %s (%s)
  589. |--
  590. |java.lang.String
  591.  
  592. |WFLYCTL0102
  593. |Invalid 'value' %s -- must be of the form address/mask
  594. |--
  595. |java.lang.String
  596.  
  597. |WFLYCTL0103
  598. |Invalid mask %s (%s)
  599. |--
  600. |java.lang.String
  601.  
  602. |WFLYCTL0104
  603. |Invalid address %s (%s)
  604. |--
  605. |java.lang.String
  606.  
  607. |WFLYCTL0105
  608. |%s is invalid in combination with %s
  609. |--
  610. |java.lang.String
  611.  
  612. |WFLYCTL0106
  613. |Invalid value '%s' for attribute '%s'
  614. |--
  615. |javax.xml.stream.XMLStreamException
  616.  
  617. |WFLYCTL0107
  618. |Illegal value %d for attribute '%s' must be between %d and %d (inclusive)
  619. |--
  620. |javax.xml.stream.XMLStreamException
  621.  
  622. |WFLYCTL0108
  623. |Illegal value '%s' for attribute '%s' must be an integer
  624. |--
  625. |javax.xml.stream.XMLStreamException
  626.  
  627. |WFLYCTL0109
  628. |Invalid pattern %s for interface criteria %s
  629. |--
  630. |java.lang.String
  631.  
  632. |WFLYCTL0110
  633. |Invalid resource address element '%s'. The key '%s' is not valid for an element in a resource address.
  634. |--
  635. |java.lang.String
  636.  
  637. |WFLYCTL0111
  638. |Load factor must be greater than 0 and less than or equal to 1
  639. |--
  640. |java.lang.IllegalArgumentException
  641.  
  642. |WFLYCTL0112
  643. |'%s' is an invalid value for parameter %s. Values must have a maximum length of %d characters
  644. |--
  645. |java.lang.String
  646.  
  647. |WFLYCTL0113
  648. |'%s' is an invalid value for parameter %s. Values must have a minimum length of %d characters
  649. |--
  650. |java.lang.String
  651.  
  652. |WFLYCTL0114
  653. |[%d] is an invalid size for parameter %s. A maximum length of [%d] is required
  654. |--
  655. |java.lang.String
  656.  
  657. |WFLYCTL0115
  658. |[%d] is an invalid size for parameter %s. A minimum length of [%d] is required
  659. |--
  660. |java.lang.String
  661.  
  662. |WFLYCTL0116
  663. |%d is an invalid value for parameter %s. A maximum value of %d is required
  664. |--
  665. |java.lang.String
  666.  
  667. |WFLYCTL0117
  668. |%d is an invalid value for parameter %s. A minimum value of %d is required
  669. |--
  670. |java.lang.String
  671.  
  672. |WFLYCTL0118
  673. |Invalid modification after completed step
  674. |--
  675. |java.lang.IllegalStateException
  676.  
  677. |WFLYCTL0119
  678. |Value %s for attribute %s is not a valid multicast address
  679. |--
  680. |org.jboss.as.controller.OperationFailedException
  681.  
  682. |WFLYCTL0120
  683. |An outbound socket binding: %s cannot have both %s as well as a %s at the same time
  684. |--
  685. |javax.xml.stream.XMLStreamException
  686.  
  687. |WFLYCTL0121
  688. |%s is not a valid value for parameter %s -- must be one of %s
  689. |--
  690. |java.lang.IllegalArgumentException
  691.  
  692. |WFLYCTL0122
  693. |Value %s for attribute %s does not represent a properly hex-encoded SHA1 hash
  694. |--
  695. |javax.xml.stream.XMLStreamException
  696.  
  697. |WFLYCTL0123
  698. |Stage %s is not valid for context process type %s
  699. |--
  700. |java.lang.IllegalStateException
  701.  
  702. |WFLYCTL0124
  703. |Invalid step stage specified
  704. |--
  705. |java.lang.IllegalArgumentException
  706.  
  707. |WFLYCTL0125
  708. |Invalid step stage for this context type
  709. |--
  710. |java.lang.IllegalArgumentException
  711.  
  712. |WFLYCTL0126
  713. |Can not have a negative size table!
  714. |--
  715. |java.lang.IllegalArgumentException
  716.  
  717. |WFLYCTL0127
  718. |Invalid type %s
  719. |--
  720. |java.lang.String
  721.  
  722. |WFLYCTL0128
  723. |Invalid resource address element '%s'. The value '%s' is not valid for an element in a resource address. Character '%s' is not allowed.
  724. |--
  725. |java.lang.String
  726.  
  727. |WFLYCTL0129
  728. |Invalid value %s for %s; legal values are %s
  729. |--
  730. |java.lang.String
  731.  
  732. |WFLYCTL0130
  733. |Illegal '%s' value %s -- must be greater than %s
  734. |--
  735. |javax.xml.stream.XMLStreamException
  736.  
  737. |WFLYCTL0131
  738. |Illegal '%s' value %s -- cannot be negative
  739. |--
  740. |javax.xml.stream.XMLStreamException
  741.  
  742. |WFLYCTL0132
  743. |Must include one of the following elements: %s
  744. |--
  745. |javax.xml.stream.XMLStreamException
  746.  
  747. |WFLYCTL0133
  748. |Missing required attribute(s): %s
  749. |--
  750. |javax.xml.stream.XMLStreamException
  751.  
  752. |WFLYCTL0134
  753. |Missing required element(s): %s
  754. |--
  755. |javax.xml.stream.XMLStreamException
  756.  
  757. |WFLYCTL0135
  758. |Interrupted awaiting loading of module %s
  759. |--
  760. |javax.xml.stream.XMLStreamException
  761.  
  762. |WFLYCTL0136
  763. |Interrupted awaiting initialization of module %s
  764. |--
  765. |java.lang.RuntimeException
  766.  
  767. |WFLYCTL0137
  768. |Model contains multiple %s nodes
  769. |--
  770. |java.lang.IllegalStateException
  771.  
  772. |WFLYCTL0138
  773. |Namespace with prefix %s already registered with schema URI %s
  774. |--
  775. |java.lang.String
  776.  
  777. |WFLYCTL0139
  778. |No namespace with URI %s found
  779. |--
  780. |java.lang.String
  781.  
  782. |WFLYCTL0140
  783. |Nested %s not allowed
  784. |--
  785. |java.lang.String
  786.  
  787. |WFLYCTL0141
  788. |No active request found for handling report %d
  789. |--
  790. |org.jboss.as.protocol.mgmt.RequestProcessingException
  791.  
  792. |WFLYCTL0142
  793. |No active request found for proxy operation control %d
  794. |--
  795. |org.jboss.as.protocol.mgmt.RequestProcessingException
  796.  
  797. |WFLYCTL0143
  798. |No active request found for reading inputstream report %d
  799. |--
  800. |java.io.IOException
  801.  
  802. |WFLYCTL0144
  803. |No active step
  804. |--
  805. |java.lang.IllegalStateException
  806.  
  807. |WFLYCTL0145
  808. |No active tx found for id %d
  809. |--
  810. |java.lang.RuntimeException
  811.  
  812. |WFLYCTL0146
  813. |No child registry for (%s, %s)
  814. |--
  815. |java.lang.String
  816.  
  817. |WFLYCTL0147
  818. |No child type %s
  819. |--
  820. |org.jboss.as.controller._private.OperationFailedRuntimeException
  821.  
  822. |WFLYCTL0149
  823. |No interface criteria was provided
  824. |--
  825. |java.lang.String
  826.  
  827. |WFLYCTL0150
  828. |No operation handler
  829. |--
  830. |java.lang.String
  831.  
  832. |WFLYCTL0151
  833. |A node is already registered at '%s%s)'
  834. |--
  835. |java.lang.IllegalArgumentException
  836.  
  837. |WFLYCTL0152
  838. |%s is not a directory
  839. |--
  840. |java.lang.IllegalStateException
  841.  
  842. |WFLYCTL0153
  843. |No %s%s found for %s
  844. |--
  845. |java.lang.IllegalStateException
  846.  
  847. |WFLYCTL0154
  848. |Cannot execute asynchronous operation without an executor
  849. |--
  850. |java.lang.IllegalStateException
  851.  
  852. |WFLYCTL0155
  853. |%s may not be null
  854. |--
  855. |org.jboss.as.controller.OperationFailedException
  856.  
  857. |WFLYCTL0156
  858. |%s is null
  859. |--
  860. |java.lang.IllegalArgumentException
  861.  
  862. |WFLYCTL0157
  863. |Operation already complete
  864. |--
  865. |java.lang.IllegalStateException
  866.  
  867. |WFLYCTL0158
  868. |Operation handler failed: %s
  869. |--
  870. |java.lang.String
  871.  
  872. |WFLYCTL0159
  873. |Operation handler failed to complete
  874. |--
  875. |java.lang.String
  876.  
  877. |WFLYCTL0160
  878. |Operation rolling back
  879. |--
  880. |java.lang.String
  881.  
  882. |WFLYCTL0161
  883. |Operation succeeded, committing
  884. |--
  885. |java.lang.String
  886.  
  887. |WFLYCTL0162
  888. |There is no operation %s registered at address %s
  889. |--
  890. |java.lang.String
  891.  
  892. |WFLYCTL0163
  893. |An operation reply value type description is required but was not implemented for operation %s
  894. |--
  895. |java.lang.IllegalStateException
  896.  
  897. |WFLYCTL0164
  898. |Parsing problem at [row,col]:[%d ,%d]%nMessage: %s
  899. |--
  900. |java.lang.String
  901.  
  902. |WFLYCTL0165
  903. |No configuration persister was injected
  904. |--
  905. |org.jboss.msc.service.StartException
  906.  
  907. |WFLYCTL0166
  908. |Thread was interrupted waiting for the operation to prepare/fail
  909. |--
  910. |org.jboss.as.protocol.mgmt.RequestProcessingException
  911.  
  912. |WFLYCTL0168
  913. |No profile found for inclusion
  914. |--
  915. |javax.xml.stream.XMLStreamException
  916.  
  917. |WFLYCTL0169
  918. |A proxy handler is already registered at location '%s'
  919. |--
  920. |java.lang.IllegalArgumentException
  921.  
  922. |WFLYCTL0170
  923. |Thread was interrupted waiting to read attachment input stream from remote caller
  924. |--
  925. |java.lang.RuntimeException
  926.  
  927. |WFLYCTL0171
  928. |Removing services has lead to unsatisfied dependencies:
  929. |--
  930. |java.lang.String
  931.  
  932. |WFLYCTL0172
  933. |%s is required
  934. |--
  935. |java.lang.String
  936.  
  937. |WFLYCTL0173
  938. |%s is reserved
  939. |--
  940. |javax.xml.stream.XMLStreamException
  941.  
  942. |WFLYCTL0174
  943. |Resource does not exist: %s
  944. |--
  945. |java.lang.String
  946.  
  947. |WFLYCTL0175
  948. |Resource %s does not exist; a resource at address %s cannot be created until all ancestor resources have been added
  949. |--
  950. |org.jboss.as.controller._private.OperationFailedRuntimeException
  951.  
  952. |WFLYCTL0176
  953. |rollback() has already been invoked
  954. |--
  955. |java.lang.IllegalStateException
  956.  
  957. |WFLYCTL0177
  958. |Schema with URI %s already registered with location %s
  959. |--
  960. |java.lang.String
  961.  
  962. |WFLYCTL0178
  963. |No schema location with URI %s found
  964. |--
  965. |java.lang.String
  966.  
  967. |WFLYCTL0179
  968. |Service install was cancelled
  969. |--
  970. |java.util.concurrent.CancellationException
  971.  
  972. |WFLYCTL0180
  973. |Services with missing/unavailable dependencies
  974. |--
  975. |java.lang.String
  976.  
  977. |WFLYCTL0181
  978. |Get service registry only supported in runtime operations
  979. |--
  980. |java.lang.IllegalStateException
  981.  
  982. |WFLYCTL0182
  983. |Service removal only supported in runtime operations
  984. |--
  985. |java.lang.IllegalStateException
  986.  
  987. |WFLYCTL0183
  988. |Service status report%n
  989. |--
  990. |java.lang.String
  991.  
  992. |WFLYCTL0184
  993. | New missing/unsatisfied dependencies:%n
  994. |--
  995. |java.lang.String
  996.  
  997. |WFLYCTL0185
  998. | Newly corrected services:%n
  999. |--
  1000. |java.lang.String
  1001.  
  1002. |WFLYCTL0186
  1003. | Services which failed to start:
  1004. |--
  1005. |java.lang.String
  1006.  
  1007. |WFLYCTL0187
  1008. |Get service target only supported in runtime operations
  1009. |--
  1010. |java.lang.IllegalStateException
  1011.  
  1012. |WFLYCTL0188
  1013. |Stage %s is already complete
  1014. |--
  1015. |java.lang.IllegalStateException
  1016.  
  1017. |WFLYCTL0189
  1018. |Step handler %s failed after completion
  1019. |--
  1020. |java.lang.String
  1021.  
  1022. |WFLYCTL0190
  1023. |Step handler %s for operation %s at address %s failed handling operation rollback -- %s
  1024. |--
  1025. |java.lang.String
  1026.  
  1027. |WFLYCTL0191
  1028. |Interrupted awaiting subsystem boot operation execution
  1029. |--
  1030. |java.lang.String
  1031.  
  1032. |WFLYCTL0192
  1033. |Boot operations for subsystem %s failed without explanation
  1034. |--
  1035. |java.lang.String
  1036.  
  1037. |WFLYCTL0193
  1038. |Failed executing subsystem %s boot operations
  1039. |--
  1040. |java.lang.String
  1041.  
  1042. |WFLYCTL0194
  1043. |Table is full!
  1044. |--
  1045. |java.lang.IllegalStateException
  1046.  
  1047. |WFLYCTL0195
  1048. |Interrupted awaiting transaction commit or rollback
  1049. |--
  1050. |java.lang.RuntimeException
  1051.  
  1052. |WFLYCTL0196
  1053. |A timeout occurred waiting for the transaction to %s
  1054. |--
  1055. |java.lang.RuntimeException
  1056.  
  1057. |WFLYCTL0197
  1058. |Unexpected attribute '%s' encountered
  1059. |--
  1060. |javax.xml.stream.XMLStreamException
  1061.  
  1062. |WFLYCTL0198
  1063. |Unexpected element '%s' encountered
  1064. |--
  1065. |javax.xml.stream.XMLStreamException
  1066.  
  1067. |WFLYCTL0199
  1068. |Unexpected end of element '%s' encountered
  1069. |--
  1070. |javax.xml.stream.XMLStreamException
  1071.  
  1072. |WFLYCTL0200
  1073. |Unexpected storage %s
  1074. |--
  1075. |java.lang.IllegalStateException
  1076.  
  1077. |WFLYCTL0201
  1078. |Unknown attribute '%s'
  1079. |--
  1080. |java.lang.String
  1081.  
  1082. |WFLYCTL0202
  1083. |No known child type named %s
  1084. |--
  1085. |java.lang.String
  1086.  
  1087. |WFLYCTL0203
  1088. |Unknown property in interface criteria list: %s
  1089. |--
  1090. |java.lang.RuntimeException
  1091.  
  1092. |WFLYCTL0204
  1093. |Unknown interface criteria type %s
  1094. |--
  1095. |java.lang.String
  1096.  
  1097. |WFLYCTL0205
  1098. |Unknown interface %s %s must be declared in element %s
  1099. |--
  1100. |javax.xml.stream.XMLStreamException
  1101.  
  1102. |WFLYCTL0206
  1103. |Unknown %s %s %s must be declared in element %s
  1104. |--
  1105. |javax.xml.stream.XMLStreamException
  1106.  
  1107. |WFLYCTL0207
  1108. |Validation failed for %s
  1109. |--
  1110. |java.lang.String
  1111.  
  1112. |WFLYCTL0208
  1113. |... and %s more
  1114. |--
  1115. |java.lang.String
  1116.  
  1117. |WFLYCTL0209
  1118. |Invalid value '%s' for attribute '%s' -- valid values are %s
  1119. |--
  1120. |javax.xml.stream.XMLStreamException
  1121.  
  1122. |WFLYCTL0210
  1123. |Caught SecurityException attempting to resolve expression '%s' -- %s
  1124. |--
  1125. |java.lang.String
  1126.  
  1127. |WFLYCTL0211
  1128. |Cannot resolve expression '%s'
  1129. |--
  1130. |org.jboss.as.controller.OperationFailedException
  1131.  
  1132. |WFLYCTL0212
  1133. |Duplicate resource %s
  1134. |--
  1135. |org.jboss.as.controller._private.OperationFailedRuntimeException
  1136.  
  1137. |WFLYCTL0213
  1138. |Cannot remove resource before removing child resources %s
  1139. |--
  1140. |org.jboss.as.controller.OperationFailedException
  1141.  
  1142. |WFLYCTL0214
  1143. |Could not get main file: %s. Specified files must be relative to the configuration dir: %s
  1144. |--
  1145. |java.lang.IllegalStateException
  1146.  
  1147. |WFLYCTL0216
  1148. |Management resource '%s' not found
  1149. |--
  1150. |org.jboss.as.controller.registry.Resource.NoSuchResourceException
  1151.  
  1152. |WFLYCTL0217
  1153. |Child resource '%s' not found
  1154. |--
  1155. |java.lang.String
  1156.  
  1157. |WFLYCTL0218
  1158. |A node is already registered at '%s'
  1159. |--
  1160. |java.lang.IllegalArgumentException
  1161.  
  1162. |WFLYCTL0219
  1163. |An attempt was made to unregister extension %s which still has subsystem %s registered
  1164. |--
  1165. |java.lang.IllegalStateException
  1166.  
  1167. |WFLYCTL0220
  1168. |An override model registration is not allowed for the root model registration
  1169. |--
  1170. |java.lang.IllegalStateException
  1171.  
  1172. |WFLYCTL0221
  1173. |An override model registration is not allowed for non-wildcard model registrations. This registration is for the non-wildcard name '%s'.
  1174. |--
  1175. |java.lang.IllegalStateException
  1176.  
  1177. |WFLYCTL0222
  1178. |A registration named '*' is not an override model and cannot be unregistered via the unregisterOverrideModel API.
  1179. |--
  1180. |java.lang.IllegalArgumentException
  1181.  
  1182. |WFLYCTL0223
  1183. |The root resource registration does not support overrides, so no override can be removed.
  1184. |--
  1185. |java.lang.IllegalStateException
  1186.  
  1187. |WFLYCTL0224
  1188. |There is no operation %s registered at address %s
  1189. |--
  1190. |java.lang.IllegalArgumentException
  1191.  
  1192. |WFLYCTL0225
  1193. |Failed to recover services during operation rollback
  1194. |--
  1195. |java.lang.RuntimeException
  1196.  
  1197. |WFLYCTL0226
  1198. |A subsystem named '%s' cannot be registered by extension '%s' -- a subsystem with that name has already been registered by extension '%s'.
  1199. |--
  1200. |java.lang.IllegalStateException
  1201.  
  1202. |WFLYCTL0227
  1203. |Operation has no '%s' field. %s
  1204. |--
  1205. |java.lang.IllegalArgumentException
  1206.  
  1207. |WFLYCTL0228
  1208. |Operation has a null or empty name. %s
  1209. |--
  1210. |java.lang.IllegalArgumentException
  1211.  
  1212. |WFLYCTL0229
  1213. |No operation called '%s' at '%s'. %s
  1214. |--
  1215. |java.lang.IllegalArgumentException
  1216.  
  1217. |WFLYCTL0230
  1218. |Operation contains a parameter '%s' which is not one of the expected parameters %s. %s
  1219. |--
  1220. |java.lang.IllegalArgumentException
  1221.  
  1222. |WFLYCTL0231
  1223. |Required parameter %s is not present. %s
  1224. |--
  1225. |java.lang.IllegalArgumentException
  1226.  
  1227. |WFLYCTL0232
  1228. |Alternative parameter '%s' for required parameter '%s' was used. Please use one or the other. %s
  1229. |--
  1230. |java.lang.IllegalArgumentException
  1231.  
  1232. |WFLYCTL0233
  1233. |Could not convert the parameter '%s' to a %s. %s
  1234. |--
  1235. |java.lang.IllegalArgumentException
  1236.  
  1237. |WFLYCTL0234
  1238. |The value '%s' passed in for '%s' is smaller than the minimum value '%s'. %s
  1239. |--
  1240. |java.lang.IllegalArgumentException
  1241.  
  1242. |WFLYCTL0235
  1243. |The value '%s' passed in for '%s' is bigger than the maximum value '%s'. %s
  1244. |--
  1245. |java.lang.IllegalArgumentException
  1246.  
  1247. |WFLYCTL0236
  1248. |The value '%s' passed in for '%s' is shorter than the minimum length '%s'. %s
  1249. |--
  1250. |java.lang.IllegalArgumentException
  1251.  
  1252. |WFLYCTL0237
  1253. |The value '%s' passed in for '%s' is longer than the maximum length '%s'. %s
  1254. |--
  1255. |java.lang.IllegalArgumentException
  1256.  
  1257. |WFLYCTL0238
  1258. |%s is expected to be a list of %s. %s
  1259. |--
  1260. |java.lang.IllegalArgumentException
  1261.  
  1262. |WFLYCTL0239
  1263. |'required' parameter: '%s' must be a boolean in the description of the operation at %s: %s
  1264. |--
  1265. |java.lang.String
  1266.  
  1267. |WFLYCTL0240
  1268. |Undefined request property '%s' in description of the operation at %s: %s
  1269. |--
  1270. |java.lang.String
  1271.  
  1272. |WFLYCTL0241
  1273. |There is no type for parameter '%s' in the description of the operation at %s: %s
  1274. |--
  1275. |java.lang.String
  1276.  
  1277. |WFLYCTL0242
  1278. |Could not determine the type of parameter '%s' in the description of the operation at %s: %s
  1279. |--
  1280. |java.lang.String
  1281.  
  1282. |WFLYCTL0243
  1283. |The '%s' attribute of the '%s' parameter can not be converted to its type: %s in the description of the operation at %s: %s
  1284. |--
  1285. |java.lang.String
  1286.  
  1287. |WFLYCTL0244
  1288. |The '%s' attribute of the '%s' parameter can not be converted to an integer in the description of the operation at %s: %s
  1289. |--
  1290. |java.lang.String
  1291.  
  1292. |WFLYCTL0245
  1293. |Illegal '%s' value %s -- must be a valid port number
  1294. |--
  1295. |javax.xml.stream.XMLStreamException
  1296.  
  1297. |WFLYCTL0246
  1298. |Cannot resolve the localhost address to create a UUID-based name for this process
  1299. |--
  1300. |java.lang.RuntimeException
  1301.  
  1302. |WFLYCTL0247
  1303. |Do not call ServiceController.setMode(REMOVE), use OperationContext.removeService() instead.
  1304. |--
  1305. |java.lang.IllegalStateException
  1306.  
  1307. |WFLYCTL0248
  1308. |Invalid value %s for %s; legal values are %s
  1309. |--
  1310. |org.jboss.as.controller.OperationFailedException
  1311.  
  1312. |WFLYCTL0249
  1313. |Operation '%s' targeted at resource '%s' was directly invoked by a user. User operations are not permitted to directly update the persistent configuration of a server in a managed domain.
  1314. |--
  1315. |org.jboss.as.controller._private.OperationFailedRuntimeException
  1316.  
  1317. |WFLYCTL0250
  1318. |An operation handler attempted to access the operation response server results object on a process type other than '%s'. The current process type is '%s'
  1319. |--
  1320. |java.lang.IllegalStateException
  1321.  
  1322. |WFLYCTL0251
  1323. |Can't have both loopback and inet-address criteria
  1324. |--
  1325. |java.lang.String
  1326.  
  1327. |WFLYCTL0252
  1328. |Can't have both link-local and inet-address criteria
  1329. |--
  1330. |java.lang.String
  1331.  
  1332. |WFLYCTL0253
  1333. |Can't have same criteria for both not and inclusion %s
  1334. |--
  1335. |java.lang.String
  1336.  
  1337. |WFLYCTL0254
  1338. |Invalid value '%s' for attribute '%s' -- no interface configuration with that name exists
  1339. |--
  1340. |org.jboss.as.controller.OperationFailedException
  1341.  
  1342. |WFLYCTL0255
  1343. |%s is empty
  1344. |--
  1345. |java.lang.IllegalArgumentException
  1346.  
  1347. |WFLYCTL0256
  1348. |Could not find a path called '%s'
  1349. |--
  1350. |java.lang.IllegalArgumentException
  1351.  
  1352. |WFLYCTL0257
  1353. |Path entry is read-only: '%s'
  1354. |--
  1355. |java.lang.IllegalArgumentException
  1356.  
  1357. |WFLYCTL0258
  1358. |There is already a path entry called: '%s'
  1359. |--
  1360. |java.lang.IllegalArgumentException
  1361.  
  1362. |WFLYCTL0259
  1363. |Could not find relativeTo path '%s' for relative path '%s'
  1364. |--
  1365. |java.lang.IllegalStateException
  1366.  
  1367. |WFLYCTL0260
  1368. |Invalid relativePath value '%s'
  1369. |--
  1370. |java.lang.IllegalArgumentException
  1371.  
  1372. |WFLYCTL0261
  1373. |'%s' is a Windows absolute path
  1374. |--
  1375. |java.lang.IllegalArgumentException
  1376.  
  1377. |WFLYCTL0262
  1378. |Path '%s' is read-only; it cannot be removed
  1379. |--
  1380. |org.jboss.as.controller.OperationFailedException
  1381.  
  1382. |WFLYCTL0263
  1383. |Path '%s' is read-only; it cannot be modified
  1384. |--
  1385. |org.jboss.as.controller.OperationFailedException
  1386.  
  1387. |WFLYCTL0264
  1388. |%s may not be ModelType.EXPRESSION
  1389. |--
  1390. |org.jboss.as.controller.OperationFailedException
  1391.  
  1392. |WFLYCTL0265
  1393. |PathManager not available on processes of type '%s'
  1394. |--
  1395. |java.lang.IllegalStateException
  1396.  
  1397. |WFLYCTL0266
  1398. |Value %s for attribute %s is not a valid multicast address
  1399. |--
  1400. |org.jboss.as.controller.OperationFailedException
  1401.  
  1402. |WFLYCTL0267
  1403. |Path '%s' cannot be removed, since the following paths depend on it: %s
  1404. |--
  1405. |org.jboss.as.controller.OperationFailedException
  1406.  
  1407. |WFLYCTL0268
  1408. |Failed to rename temp file %s to %s
  1409. |--
  1410. |org.jboss.as.controller.persistence.ConfigurationPersistenceException
  1411.  
  1412. |WFLYCTL0269
  1413. |Invalid locale format: %s
  1414. |--
  1415. |java.lang.String
  1416.  
  1417. |WFLYCTL0270
  1418. |<one or more transitive dependencies>
  1419. |--
  1420. |java.lang.String
  1421.  
  1422. |WFLYCTL0271
  1423. |Operation cancelled
  1424. |--
  1425. |java.lang.String
  1426.  
  1427. |WFLYCTL0272
  1428. |Operation cancelled asynchronously
  1429. |--
  1430. |org.jboss.as.controller._private.OperationCancellationException
  1431.  
  1432. |WFLYCTL0273
  1433. |Stream was killed
  1434. |--
  1435. |java.io.IOException
  1436.  
  1437. |WFLYCTL0274
  1438. |Stream was closed
  1439. |--
  1440. |java.io.IOException
  1441.  
  1442. |WFLYCTL0275
  1443. |Cannot define both '%s' and '%s'
  1444. |--
  1445. |org.jboss.as.controller.OperationFailedException
  1446.  
  1447. |WFLYCTL0276
  1448. |Failed to delete file %s
  1449. |--
  1450. |java.lang.IllegalStateException
  1451.  
  1452. |WFLYCTL0277
  1453. |An alias is already registered at location '%s'
  1454. |--
  1455. |java.lang.IllegalArgumentException
  1456.  
  1457. |WFLYCTL0278
  1458. |Expected an address under '%s', was '%s'
  1459. |--
  1460. |java.lang.IllegalArgumentException
  1461.  
  1462. |WFLYCTL0279
  1463. |Alias target address not found: %s
  1464. |--
  1465. |java.lang.IllegalArgumentException
  1466.  
  1467. |WFLYCTL0280
  1468. |No operation called '%s' found for alias address '%s' which maps to '%s'
  1469. |--
  1470. |java.lang.IllegalArgumentException
  1471.  
  1472. |WFLYCTL0281
  1473. |Resource registration is not an alias
  1474. |--
  1475. |java.lang.IllegalStateException
  1476.  
  1477. |WFLYCTL0282
  1478. |Model contains fields that are not known in definition, fields: %s, path: %s
  1479. |--
  1480. |java.lang.RuntimeException
  1481.  
  1482. |WFLYCTL0283
  1483. |Could not marshal attribute as element: %s
  1484. |--
  1485. |java.lang.UnsupportedOperationException
  1486.  
  1487. |WFLYCTL0284
  1488. |Could not marshal attribute as attribute: %s
  1489. |--
  1490. |java.lang.UnsupportedOperationException
  1491.  
  1492. |WFLYCTL0285
  1493. |Operation %s invoked against multiple target addresses failed at address %s with failure description %s
  1494. |--
  1495. |java.lang.String
  1496.  
  1497. |WFLYCTL0286
  1498. |Operation %s invoked against multiple target addresses failed at address %s. See the operation result for details.
  1499. |--
  1500. |java.lang.String
  1501.  
  1502. |WFLYCTL0287
  1503. |Operation %s invoked against multiple target addresses failed at addresses %s. See the operation result for details.
  1504. |--
  1505. |java.lang.String
  1506.  
  1507. |WFLYCTL0288
  1508. |One or more services were unable to start due to one or more indirect dependencies not being available.
  1509. |--
  1510. |java.lang.String
  1511.  
  1512. |WFLYCTL0289
  1513. |No operation entry called '%s' registered at '%s'
  1514. |--
  1515. |java.lang.String
  1516.  
  1517. |WFLYCTL0290
  1518. |No operation handler called '%s' registered at '%s'
  1519. |--
  1520. |java.lang.String
  1521.  
  1522. |WFLYCTL0291
  1523. |There is no registered path to resolve with path attribute '%s' and/or relative-to attribute '%s on: %s
  1524. |--
  1525. |java.lang.IllegalStateException
  1526.  
  1527. |WFLYCTL0292
  1528. |Attributes do not support expressions in the target model version and this resource will need to be ignored on the target host.
  1529. |--
  1530. |java.lang.String
  1531.  
  1532. |WFLYCTL0293
  1533. |Attributes are not understood in the target model version and this resource will need to be ignored on the target host.
  1534. |--
  1535. |java.lang.String
  1536.  
  1537. |WFLYCTL0294
  1538. |Transforming resource %s to core model version '%s' -- %s %s
  1539. |--
  1540. |java.lang.String
  1541.  
  1542. |WFLYCTL0295
  1543. |Transforming operation %s at resource %s to core model version '%s' -- %s %s
  1544. |--
  1545. |java.lang.String
  1546.  
  1547. |WFLYCTL0296
  1548. |Transforming resource %s to subsystem '%s' model version '%s' -- %s %s
  1549. |--
  1550. |java.lang.String
  1551.  
  1552. |WFLYCTL0297
  1553. |Transforming operation %s at resource %s to subsystem '%s' model version '%s' -- %s %s
  1554. |--
  1555. |java.lang.String
  1556.  
  1557. |WFLYCTL0298
  1558. |Node contains an unresolved expression %s -- a resolved model is required
  1559. |--
  1560. |org.jboss.as.controller.OperationFailedException
  1561.  
  1562. |WFLYCTL0299
  1563. |Transforming resource %s for host controller '%s' to core model version '%s' -- there were problems with some of the attributes and this resource will need to be ignored on that host. Details of the problems: %s
  1564. |--
  1565. |org.jboss.as.controller.OperationFailedException
  1566.  
  1567. |WFLYCTL0300
  1568. |Transforming resource %s for host controller '%s' to subsystem '%s' model version '%s' --there were problems with some of the attributes and this resource will need to be ignored on that host. Details of problems: %s
  1569. |--
  1570. |org.jboss.as.controller.OperationFailedException
  1571.  
  1572. |WFLYCTL0301
  1573. |The following attributes do not support expressions: %s
  1574. |--
  1575. |java.lang.String
  1576.  
  1577. |WFLYCTL0302
  1578. |The following attributes are not understood in the target model version and this resource will need to be ignored on the target host: %s
  1579. |--
  1580. |java.lang.String
  1581.  
  1582. |WFLYCTL0303
  1583. |Resource %s is rejected on the target host, and will need to be ignored on the host
  1584. |--
  1585. |java.lang.String
  1586.  
  1587. |WFLYCTL0304
  1588. |Operation %2$s at %1s is rejected on the target host and will need to be ignored on the host
  1589. |--
  1590. |java.lang.String
  1591.  
  1592. |WFLYCTL0305
  1593. |Unless the Host Controller is started with command line option %s and the %s attribute is not set to %s, %s must be declared or the %s and the %s need to be provided.
  1594. |--
  1595. |javax.xml.stream.XMLStreamException
  1596.  
  1597. |WFLYCTL0306
  1598. |read only context
  1599. |--
  1600. |java.lang.IllegalStateException
  1601.  
  1602. |WFLYCTL0307
  1603. |We are trying to read data from the master host controller, which is currently busy executing another set of operations. This is a temporary situation, please retry
  1604. |--
  1605. |java.lang.String
  1606.  
  1607. |WFLYCTL0308
  1608. |Cannot configure an interface to use 'any-ipv6-address' when system property java.net.preferIPv4Stack is true
  1609. |--
  1610. |org.jboss.msc.service.StartException
  1611.  
  1612. |WFLYCTL0309
  1613. |Legacy extension '%s' is not supported on servers running this version. The extension is only supported for use by hosts running a previous release in a mixed-version managed domain
  1614. |--
  1615. |java.lang.String
  1616.  
  1617. |WFLYCTL0310
  1618. |Extension module %s not found
  1619. |--
  1620. |org.jboss.as.controller._private.OperationFailedRuntimeException
  1621.  
  1622. |WFLYCTL0311
  1623. |Failed to load Extension module %s
  1624. |--
  1625. |java.lang.RuntimeException
  1626.  
  1627. |WFLYCTL0312
  1628. |no context to delegate with id: %s
  1629. |--
  1630. |java.lang.IllegalStateException
  1631.  
  1632. |WFLYCTL0313
  1633. |Unauthorized to execute operation '%s' for resource '%s' -- %s
  1634. |--
  1635. |org.jboss.as.controller.UnauthorizedException
  1636.  
  1637. |WFLYCTL0314
  1638. |Users with multiple roles are not allowed
  1639. |--
  1640. |java.lang.SecurityException
  1641.  
  1642. |WFLYCTL0315
  1643. |An unexpected number of AccountPrincipals %d have been found in the current Subject.
  1644. |--
  1645. |java.lang.IllegalStateException
  1646.  
  1647. |WFLYCTL0316
  1648. |Different realms '%s' '%s' found in single Subject
  1649. |--
  1650. |java.lang.IllegalStateException
  1651.  
  1652. |WFLYCTL0317
  1653. |There is no handler called '%s'
  1654. |--
  1655. |java.lang.IllegalStateException
  1656.  
  1657. |WFLYCTL0318
  1658. |The operation context is not an AbstractOperationContext
  1659. |--
  1660. |org.jboss.as.controller.OperationFailedException
  1661.  
  1662. |WFLYCTL0319
  1663. |The handler is referenced by %s and so cannot be removed
  1664. |--
  1665. |java.lang.IllegalStateException
  1666.  
  1667. |WFLYCTL0320
  1668. |The resolved file %s either does not exist or is a directory
  1669. |--
  1670. |java.lang.IllegalStateException
  1671.  
  1672. |WFLYCTL0321
  1673. |Could not back up '%s' to '%s'
  1674. |--
  1675. |java.lang.IllegalStateException
  1676.  
  1677. |WFLYCTL0322
  1678. |Attempt was made to both remove and add a handler from a composite operation - update the handler instead
  1679. |--
  1680. |java.lang.IllegalStateException
  1681.  
  1682. |WFLYCTL0323
  1683. |Attempt was made to both add and remove a handler from a composite operation
  1684. |--
  1685. |java.lang.IllegalStateException
  1686.  
  1687. |WFLYCTL0324
  1688. |Attempt was made to both update and remove a handler from a composite operation
  1689. |--
  1690. |java.lang.IllegalStateException
  1691.  
  1692. |WFLYCTL0325
  1693. |Attempt was made to both remove and add a handler reference from a composite operation
  1694. |--
  1695. |java.lang.IllegalStateException
  1696.  
  1697. |WFLYCTL0327
  1698. |Unknown role '%s'
  1699. |--
  1700. |java.lang.IllegalArgumentException
  1701.  
  1702. |WFLYCTL0328
  1703. |Cannot remove standard role '%s'
  1704. |--
  1705. |java.lang.IllegalStateException
  1706.  
  1707. |WFLYCTL0329
  1708. |Unknown base role '%s'
  1709. |--
  1710. |java.lang.IllegalArgumentException
  1711.  
  1712. |WFLYCTL0330
  1713. |Role '%s' is already registered
  1714. |--
  1715. |java.lang.IllegalStateException
  1716.  
  1717. |WFLYCTL0331
  1718. |Can only create child audit logger for main audit logger
  1719. |--
  1720. |java.lang.IllegalStateException
  1721.  
  1722. |WFLYCTL0332
  1723. |Permission denied
  1724. |--
  1725. |java.lang.String
  1726.  
  1727. |WFLYCTL0333
  1728. |Cannot add a Permission to a readonly PermissionCollection
  1729. |--
  1730. |java.lang.SecurityException
  1731.  
  1732. |WFLYCTL0334
  1733. |Incompatible permission type %s
  1734. |--
  1735. |java.lang.IllegalArgumentException
  1736.  
  1737. |WFLYCTL0335
  1738. |Management resource '%s' not found
  1739. |--
  1740. |java.lang.String
  1741.  
  1742. |WFLYCTL0336
  1743. |The following attributes are nillable in the current model but must be defined in the target model version: %s
  1744. |--
  1745. |java.lang.String
  1746.  
  1747. |WFLYCTL0337
  1748. |Unsupported Principal type '%X' received.
  1749. |--
  1750. |java.io.IOException
  1751.  
  1752. |WFLYCTL0338
  1753. |Unsupported Principal parameter '%X' received parsing principal type '%X'.
  1754. |--
  1755. |java.io.IOException
  1756.  
  1757. |WFLYCTL0339
  1758. |The following attributes must be defined as %s in the current model: %s
  1759. |--
  1760. |java.lang.String
  1761.  
  1762. |WFLYCTL0340
  1763. |The following attributes must NOT be defined as %s in the current model: %s
  1764. |--
  1765. |java.lang.String
  1766.  
  1767. |WFLYCTL0341
  1768. |A uri with bad syntax '%s' was passed for validation.
  1769. |--
  1770. |org.jboss.as.controller.OperationFailedException
  1771.  
  1772. |WFLYCTL0342
  1773. |Illegal value %d for operation header %s; value must be greater than zero
  1774. |--
  1775. |java.lang.IllegalStateException
  1776.  
  1777. |WFLYCTL0343
  1778. |The service container has been destabilized by a previous operation and further runtime updates cannot be processed. Restart is required.
  1779. |--
  1780. |java.lang.String
  1781.  
  1782. |WFLYCTL0344
  1783. |Operation timed out awaiting service container stability
  1784. |--
  1785. |java.lang.String
  1786.  
  1787. |WFLYCTL0345
  1788. |Timeout after %d seconds waiting for existing service %s to be removed so a new instance can be installed.
  1789. |--
  1790. |java.lang.IllegalStateException
  1791.  
  1792. |WFLYCTL0346
  1793. |Invalid value %s for property %s; must be a numeric value greater than zero. Default value of %d will be used.
  1794. |ERROR
  1795. |void
  1796.  
  1797. |WFLYCTL0347
  1798. |Timeout after [%d] seconds waiting for initial service container stability before allowing runtime changes for operation '%s' at address '%s'. Operation will roll back; process restart is required.
  1799. |DEBUG
  1800. |void
  1801.  
  1802. |WFLYCTL0348
  1803. |Timeout after [%d] seconds waiting for service container stability. Operation will roll back. Step that first updated the service container was '%s' at address '%s'
  1804. |ERROR
  1805. |void
  1806.  
  1807. |WFLYCTL0349
  1808. |Timeout after [%d] seconds waiting for service container stability while finalizing an operation. Process must be restarted. Step that first updated the service container was '%s' at address '%s'
  1809. |ERROR
  1810. |void
  1811.  
  1812. |WFLYCTL0350
  1813. |Execution of operation '%s' on remote process at address '%s' interrupted while awaiting initial response; remote process has been notified to cancel operation
  1814. |INFO
  1815. |void
  1816.  
  1817. |WFLYCTL0351
  1818. |Execution of operation '%s' on remote process at address '%s' interrupted while awaiting final response; remote process has been notified to terminate operation
  1819. |INFO
  1820. |void
  1821.  
  1822. |WFLYCTL0352
  1823. |Cancelling operation '%s' with id '%d' running on thread '%s'
  1824. |INFO
  1825. |void
  1826.  
  1827. |WFLYCTL0353
  1828. |No response handler for request %s
  1829. |--
  1830. |java.io.IOException
  1831.  
  1832. |WFLYCTL0354
  1833. |Attempting reconnect to syslog handler '%s; after timeout of %d seconds
  1834. |INFO
  1835. |void
  1836.  
  1837. |WFLYCTL0355
  1838. |Reconnecting to syslog handler '%s failed
  1839. |INFO
  1840. |void
  1841.  
  1842. |WFLYCTL0356
  1843. |Failed to emit notification %s
  1844. |WARN
  1845. |void
  1846.  
  1847. |WFLYCTL0357
  1848. |Notification of type %s is not described for the resource at the address %s
  1849. |--
  1850. |java.lang.String
  1851.  
  1852. |WFLYCTL0358
  1853. |The resource was added at the address %s.
  1854. |--
  1855. |java.lang.String
  1856.  
  1857. |WFLYCTL0359
  1858. |The resource was removed at the address %s.
  1859. |--
  1860. |java.lang.String
  1861.  
  1862. |WFLYCTL0360
  1863. |The attribute %s value has been changed from %s to %s.
  1864. |--
  1865. |java.lang.String
  1866.  
  1867. |WFLYCTL0361
  1868. |Capabilities cannot be queried in stage '%s'; they are not available until stage '%s'.
  1869. |--
  1870. |java.lang.IllegalStateException
  1871.  
  1872. |WFLYCTL0362
  1873. |Capabilities required by resource '%s' are not available:
  1874. |--
  1875. |java.lang.String
  1876.  
  1877. |WFLYCTL0363
  1878. |Capability '%s' is already registered in context '%s'.
  1879. |--
  1880. |java.lang.IllegalStateException
  1881.  
  1882. |WFLYCTL0364
  1883. |Capability '%s' is unknown.
  1884. |--
  1885. |java.lang.IllegalStateException
  1886.  
  1887. |WFLYCTL0365
  1888. |Capability '%s' is unknown in context '%s'.
  1889. |--
  1890. |java.lang.IllegalStateException
  1891.  
  1892. |WFLYCTL0366
  1893. |Capability '%s' does not expose a runtime API.
  1894. |--
  1895. |java.lang.IllegalArgumentException
  1896.  
  1897. |WFLYCTL0367
  1898. |Cannot remove capability '%s' as it is required by other capabilities:
  1899. |--
  1900. |java.lang.String
  1901.  
  1902. |WFLYCTL0368
  1903. |Cannot remove capability '%s' from context '%s' as it is required by other capabilities:
  1904. |--
  1905. |java.lang.String
  1906.  
  1907. |WFLYCTL0369
  1908. |Required capabilities are not available:
  1909. |--
  1910. |java.lang.String
  1911.  
  1912. |WFLYCTL0370
  1913. |Incomplete expression: %s
  1914. |--
  1915. |org.jboss.as.controller.OperationFailedException
  1916.  
  1917. |WFLYCTL0371
  1918. |The element '%s' is no longer supported, please use '%s' instead
  1919. |--
  1920. |javax.xml.stream.XMLStreamException
  1921.  
  1922. |WFLYCTL0372
  1923. |List attribute '%s' contains duplicates, which are not allowed
  1924. |--
  1925. |java.lang.String
  1926.  
  1927. |WFLYCTL0373
  1928. |Deployment resource must be runtime only
  1929. |--
  1930. |java.lang.IllegalArgumentException
  1931.  
  1932. |WFLYCTL0374
  1933. |Unable to resolve expressions at this location.
  1934. |--
  1935. |org.jboss.as.controller.OperationFailedException
  1936.  
  1937. |WFLYCTL0375
  1938. |Update of the management operation audit log failed on the handler '%s' due to '%s'. Please make sure that the syslog server is running and reachable
  1939. |WARN
  1940. |void
  1941.  
  1942. |WFLYCTL0376
  1943. |Unexpected attribute '%s' encountered. Valid attributes are: '%s'
  1944. |--
  1945. |javax.xml.stream.XMLStreamException
  1946.  
  1947. |WFLYCTL0377
  1948. |Unexpected element '%s' encountered. Valid elements are: '%s'
  1949. |--
  1950. |javax.xml.stream.XMLStreamException
  1951.  
  1952. |WFLYCTL0378
  1953. |Attribute '%s' is not of type '%s', it is type '%s'
  1954. |--
  1955. |org.jboss.as.controller.OperationFailedException
  1956.  
  1957. |WFLYCTL0379
  1958. |System boot is in process; execution of remote management operations is not currently available
  1959. |--
  1960. |java.lang.String
  1961.  
  1962. |WFLYCTL0380
  1963. |Attribute '%s' needs to be set or passed before attribute '%s' can be correctly set
  1964. |--
  1965. |org.jboss.as.controller.OperationFailedException
  1966.  
  1967. |WFLYCTL0381
  1968. |Illegal permission name '%s'
  1969. |--
  1970. |java.lang.IllegalArgumentException
  1971.  
  1972. |WFLYCTL0382
  1973. |Illegal permission actions '%s'
  1974. |--
  1975. |java.lang.IllegalArgumentException
  1976.  
  1977. |WFLYCTL0383
  1978. |No operation is defined %s
  1979. |--
  1980. |java.lang.String
  1981.  
  1982. |WFLYCTL0384
  1983. |The call to registerHostCapable() should happen before registering models or transformers for the '%s' subsystem.
  1984. |--
  1985. |java.lang.IllegalStateException
  1986.  
  1987. |WFLYCTL0385
  1988. |An attempt was made to register the non-host capable subsystem '%s' from extension module '%s' in the host model.
  1989. |--
  1990. |java.lang.IllegalStateException
  1991.  
  1992. |WFLYCTL0386
  1993. |The host controller info can only be accessed after the model stage on boot
  1994. |--
  1995. |org.jboss.as.controller.OperationFailedException
  1996.  
  1997. |WFLYCTL0387
  1998. |Illegal path address '%s' , it is not in a correct CLI format
  1999. |--
  2000. |java.lang.IllegalArgumentException
  2001.  
  2002. |WFLYCTL0388
  2003. |Could not create empty configuration file %s
  2004. |--
  2005. |java.lang.IllegalStateException
  2006.  
  2007. |WFLYCTL0389
  2008. |Could not create an empty configuration at file %s as there is an existing non-empty configuration there
  2009. |--
  2010. |java.lang.IllegalStateException
  2011.  
  2012. |WFLYCTL0390
  2013. |An invalid key '%s' has been supplied for parameter '%s'
  2014. |--
  2015. |org.jboss.as.controller.OperationFailedException
  2016.  
  2017. |WFLYCTL0391
  2018. |Could not resolve attribute expression: '%s', invalid index '%d'
  2019. |--
  2020. |org.jboss.as.controller.OperationFailedException
  2021.  
  2022. |WFLYCTL0392
  2023. |Could not resolve attribute expression: '%s', type is not a list
  2024. |--
  2025. |org.jboss.as.controller.OperationFailedException
  2026.  
  2027. |WFLYCTL0393
  2028. |Could not resolve attribute expression: '%s'
  2029. |--
  2030. |org.jboss.as.controller.OperationFailedException
  2031.  
  2032. |WFLYCTL0394
  2033. |Capability '%s' does not provide services of type '%s'
  2034. |--
  2035. |java.lang.IllegalArgumentException
  2036.  
  2037. |WFLYCTL0395
  2038. |Operation %s against the resource at address %s is deprecated, and it might be removed in future version. See the the output of the read-operation-description operationto learn more about the deprecation.
  2039. |INFO
  2040. |void
  2041.  
  2042. |WFLYCTL0396
  2043. |Resource %s is discarded on the target host %s
  2044. |--
  2045. |java.lang.String
  2046.  
  2047. |WFLYCTL0397
  2048. |Indexed child resources can only be registered if the parent resource supports ordered children. The parent of '%s' is not indexed
  2049. |--
  2050. |java.lang.IllegalStateException
  2051.  
  2052. |WFLYCTL0398
  2053. |An attempt was made to rename the resource found at %s to %s. However, '%s' is one of the resource types defined to be ordered on the parent resource %s
  2054. |--
  2055. |org.jboss.as.controller._private.OperationFailedRuntimeException
  2056.  
  2057. |WFLYCTL0399
  2058. |The capability '%s' required by capability '%s' in context '%s' is available in one or more socket binding groups, but not all socket binding capabilities required by '%s' can be resolved from a single socket binding group, so this configuration is invalid
  2059. |--
  2060. |java.lang.String
  2061.  
  2062. |WFLYCTL0400
  2063. |Capability '%s' in context '%s' associated with resource '%s' requires capability '%s'. It is available in one or more socket binding groups, but not all socket binding capabilities required by '%s' can be resolved from a single socket binding group, so this configuration is invalid
  2064. |ERROR
  2065. |void
  2066.  
  2067. |WFLYCTL0401
  2068. |Couldn't build the report
  2069. |--
  2070. |java.lang.RuntimeException
  2071.  
  2072. |WFLYCTL0402
  2073. |Subsystems %s provided by legacy extension '%s' are not supported on servers running this version. Both the subsystem and the extension must be removed or migrated before the server will function.
  2074. |ERROR
  2075. |void
  2076.  
  2077. |WFLYCTL0403
  2078. |Unexpected failure during execution of the following operation(s): %s
  2079. |ERROR
  2080. |void
  2081.  
  2082. |WFLYCTL0404
  2083. |Unexpected exception during execution: %s
  2084. |--
  2085. |java.lang.String
  2086.  
  2087. |WFLYCTL0405
  2088. |Couldn't find a transformer to %s, falling back to %s
  2089. |WARN
  2090. |void
  2091.  
  2092. |WFLYCTL0406
  2093. |Could not convert the attribute '%s' to a %s
  2094. |--
  2095. |org.jboss.as.controller.OperationFailedException
  2096.  
  2097. |WFLYCTL0407
  2098. |Failed sending completed response %s for %d
  2099. |ERROR
  2100. |void
  2101.  
  2102. |WFLYCTL0408
  2103. |Failed sending failure response %s for %d
  2104. |ERROR
  2105. |void
  2106.  
  2107. |WFLYCTL0409
  2108. |Execution of operation '%s' on remote process at address '%s' timed out after %d ms while awaiting initial response; remote process has been notified to terminate operation
  2109. |--
  2110. |java.lang.String
  2111.  
  2112. |WFLYCTL0410
  2113. |Execution of operation '%s' on remote process at address '%s' timed out after %d ms while awaiting final response; remote process has been notified to terminate operation
  2114. |INFO
  2115. |void
  2116.  
  2117. |WFLYCTL0411
  2118. |Failed to parse element '%s', ingoring ...
  2119. |WARN
  2120. |void
  2121.  
  2122. |===
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement