Package org.wildfly.prospero
Interface ProsperoLogger
- All Superinterfaces:
org.jboss.logging.BasicLogger
- All Known Implementing Classes:
ProsperoLogger_$logger
@MessageLogger(projectCode="PRSP")
public interface ProsperoLogger
extends org.jboss.logging.BasicLogger
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaddingChannel(String channel) voidaddingFeaturePack(org.jboss.galleon.universe.FeaturePackLocation fpl, String configuration, String layers) voidapplyingCandidate(String operationName, Path updateDir) voidcandidateApplied(String operation, Path installationDir) voidcandidateChanges(String changes) voidcandidateConflicts(String conflicts) voidchannelAdded(String channelName) channelExists(String channelName) channelNotFound(String channelName) voidchannelRemoved(String channelName) voidchannelUpdated(String channelName) voidvoidcompletedPhase(String name, String count) dirMustBeDirectory(Path path) voidexistingChannel(String channelName) failedToInitMaven(Throwable exception) voidfeaturePackAlreadyInstalled(org.jboss.galleon.universe.FeaturePackLocation fpl) fileAlreadyExists(Path path) galleonConfigNotFound(String model, String name) voidhistoryDetails(String savedStateName, Path path) incompleteMetadataBundle(Path path) org.jboss.galleon.ProvisioningExceptioninstallationDirAlreadyExists(Path installDir) installationExported(Path outPath) invalidCandidateMarker(Path resolve, String operationProperty) invalidChannel(org.wildfly.channel.InvalidChannelMetadataException e) invalidFpl(String fplText) invalidInstallationDir(Path path) invalidManifest(org.wildfly.channel.InvalidChannelMetadataException e) invalidMarkerFileOperation(String operation) invalidMetadataBundle(Path path) invalidPropertySubstitutionValue(String substituted, String url) invalidUpdateCandidate(Path update, Path installation) invalidUrl(String text, Exception e) layerNotFoundInFeaturePack(String layerName) voidvoidlistHistory(Path path) modelNotFoundInFeaturePack(String model) voidvoidnoUpdatesFound(Path installationPath) outFileExists(Path outPath) voidperformUpdateStarted(Path installaPath) predefinedFplOrChannelRequired(String availableFpls) promotingArtifacts(URL targetRepository) voidprovisioningComplete(Path installDir) voidremovingChannel(String channelName) voidrevertCandidateCompleted(Path installationPath) voidrevertCandidateStarted(Path installationPath) voidrevertCompleted(Path installationPath, String savedStateName) voidrevertStarted(Path installationPath, String savedStateName) savedStateNotFound(String name) org.jboss.galleon.ProvisioningExceptionvoidstartedPhase(String name, String count) voidstartingProvision(Path installDir) voidtemporaryCandidateFolder(Path tempPath) unableToAccessHistoryStorage(Path path, Exception e) voidorg.jboss.galleon.ProvisioningExceptionunableToCreateHistoryStorage(Path path, Exception e) org.jboss.galleon.ProvisioningExceptionunableToParseConfiguration(Path path, Throwable e) unableToPromote(URL target, Exception e) unableToReadFile(Path path, Exception e) unableToSaveConfiguration(Path path, Exception e) unableToWriteFile(Path path, Exception e) unexpectedArtifact(String gav) unknownInstallationProfile(String profileName, String options) voidupdateCandidateCompleted(Path installationPath) voidupdateCandidateStarted(Path installationPath) voidupdatesFound(int count) voidupdatingChannel(String channelDesc, String channelName) versionLimitExceeded(String baseVersion) wrongVersionFormat(String baseVersion) Methods inherited from interface org.jboss.logging.BasicLogger
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
-
Field Details
-
ROOT_LOGGER
-
-
Method Details
-
historyDetails
-
listHistory
-
revertStarted
-
revertCompleted
-
revertCandidateStarted
@LogMessage(level=INFO) @Message(id=5, value="Building revert candidate for %s") void revertCandidateStarted(Path installationPath) -
revertCandidateCompleted
@LogMessage(level=INFO) @Message(id=6, value="Revert candidate generated in %s") void revertCandidateCompleted(Path installationPath) -
temporaryCandidateFolder
@LogMessage(level=DEBUG) @Message(id=7, value="Created temporary candidate folder %s") void temporaryCandidateFolder(Path tempPath) -
performUpdateStarted
@LogMessage(level=INFO) @Message(id=8, value="Performing update of %s") void performUpdateStarted(Path installaPath) -
noUpdatesFound
@LogMessage(level=INFO) @Message(id=9, value="Aborting update - no updates found for %s") void noUpdatesFound(Path installationPath) -
updateCandidateStarted
@LogMessage(level=INFO) @Message(id=10, value="Building update candidate for %s") void updateCandidateStarted(Path installationPath) -
updateCandidateCompleted
@LogMessage(level=INFO) @Message(id=11, value="Update candidate generated in %s") void updateCandidateCompleted(Path installationPath) -
checkingUpdates
@LogMessage(level=INFO) @Message(id=12, value="Checking available updates") void checkingUpdates() -
updatesFound
@LogMessage(level=INFO) @Message(id=13, value="Found %d updates") void updatesFound(int count) -
addingChannel
@LogMessage(level=INFO) @Message(id=14, value="Adding channel %s") void addingChannel(String channel) -
existingChannel
@LogMessage(level=WARN) @Message(id=15, value="Channel %s already exists") void existingChannel(String channelName) -
channelAdded
@LogMessage(level=INFO) @Message(id=16, value="Channel %s added") void channelAdded(String channelName) -
removingChannel
@LogMessage(level=INFO) @Message(id=17, value="Removing channel %s") void removingChannel(String channelName) -
channelRemoved
@LogMessage(level=INFO) @Message(id=19, value="Channel removed %s") void channelRemoved(String channelName) -
updatingChannel
-
channelUpdated
@LogMessage(level=INFO) @Message(id=21, value="Channel %s updated") void channelUpdated(String channelName) -
listChannels
@LogMessage(level=INFO) @Message(id=22, value="Listing subscribed channels") void listChannels() -
startedPhase
-
completedPhase
-
applyingCandidate
-
candidateChanges
@LogMessage(level=INFO) @Message(id=26, value="Changed artifacts [%s]") void candidateChanges(String changes) -
noCandidateConflicts
@LogMessage(level=INFO) @Message(id=27, value="No conflicts found.") void noCandidateConflicts() -
candidateConflicts
@LogMessage(level=INFO) @Message(id=28, value="File conflicts found: [%s]") void candidateConflicts(String conflicts) -
candidateApplied
-
startingProvision
@LogMessage(level=INFO) @Message(id=30, value="Starting provisioning into %s") void startingProvision(Path installDir) -
provisioningComplete
@LogMessage(level=INFO) @Message(id=31, value="Server provisioned into %s") void provisioningComplete(Path installDir) -
serverRunningError
@Message(id=200, value="Aborting update - the server appears to be running.") org.jboss.galleon.ProvisioningException serverRunningError() -
dirMustBeDirectory
@Message(id=201, value="Given path \'%s\' is a regular file. An empty directory or a non-existing path must be given.") IllegalArgumentException dirMustBeDirectory(Path path) -
invalidManifest
@Message(id=202, value="Invalid channel manifest definition") ChannelDefinitionException invalidManifest(@Cause org.wildfly.channel.InvalidChannelMetadataException e) -
cannotInstallIntoNonEmptyDirectory
@Message(id=203, value="Can\'t install into a non empty directory \'%s\'. Use `update` command if you want to modify existing installation.") IllegalArgumentException cannotInstallIntoNonEmptyDirectory(Path path) -
installationDirDoesNotExist
@Message(id=204, value="Installation dir \'%s\' doesn\'t exist") IllegalArgumentException installationDirDoesNotExist(Path path) -
installationDirAlreadyExists
@Message(id=205, value="Installation dir \'%s\' already exists") org.jboss.galleon.ProvisioningException installationDirAlreadyExists(Path installDir) -
noChannelReference
@Message(id=206, value="Given configuration doesn\'t reference any channel or channel manifest.") NoChannelException noChannelReference() -
noChannelManifestReference
@Message(id=207, value="Invalid channel: Channel \'%s\' doesn\'t reference a manifest.") NoChannelException noChannelManifestReference(String name) -
fplDefinitionDoesntContainChannel
@Message(id=208, value="Pre-defined FPL [%s] doesn\'t specify any channels and no explicit channels were given.") NoChannelException fplDefinitionDoesntContainChannel(String fpl) -
channelExists
@Message(id=209, value="Channel \'%s\' is already present.") MetadataException channelExists(String channelName) -
channelNotFound
@Message(id=210, value="Channel with name [%s] cannot be found.") MetadataException channelNotFound(String channelName) -
emptyChannelName
-
promotingArtifacts
-
unableToParseConfiguration
@Message(id=213, value="Unable to parse server configuration at \'%s\'") MetadataException unableToParseConfiguration(Path path, @Cause Throwable e) -
unableToParseConfigurationUri
@Message(id=214, value="Unable to parse server configuration at \'%s\'") MetadataException unableToParseConfigurationUri(URI uri, @Cause Throwable e) -
unableToReadFile
@Message(id=215, value="Unable to read file at [%s]") MetadataException unableToReadFile(Path path, @Cause Exception e) -
invalidUpdateCandidate
@Message(id=216, value="The installation at %s is not a valid update for %s") InvalidUpdateCandidateException invalidUpdateCandidate(Path update, Path installation) -
unableToSaveConfiguration
@Message(id=217, value="Unable to save server configuration at \'%s\'") MetadataException unableToSaveConfiguration(Path path, @Cause Exception e) -
unableToCloseStore
@Message(id=218, value="Unable to close the update store.") @LogMessage(level=WARN) void unableToCloseStore(@Cause Exception e) -
unableToCreateHistoryStorage
@Message(id=219, value="Unable to create history store at [%s]") MetadataException unableToCreateHistoryStorage(Path path, @Cause Exception e) -
incompleteMetadataBundle
@Message(id=220, value="Provided metadata bundle [%s] is missing one or more entries") IllegalArgumentException incompleteMetadataBundle(Path path) -
unableToWriteFile
@Message(id=221, value="Unable to write file at [%s]") MetadataException unableToWriteFile(Path path, @Cause Exception e) -
invalidInstallationDir
@Message(id=222, value="Path `%s` does not contain a server installation provisioned by prospero.") IllegalArgumentException invalidInstallationDir(Path path) -
unableToAccessHistoryStorage
@Message(id=223, value="Unable to access history store at [%s]") MetadataException unableToAccessHistoryStorage(Path path, @Cause Exception e) -
unableToDownloadFile
@Message(id=224, value="Unable to download file") MetadataException unableToDownloadFile(@Cause Exception e) -
unableToCreateCache
@Message(id=225, value="Unable to create temporary cache for provisioning cache folder.") org.jboss.galleon.ProvisioningException unableToCreateCache(@Cause Exception e) -
failedToInitMaven
@Message(id=226, value="Failed to initiate maven repository system") ProvisioningRuntimeException failedToInitMaven(@Cause Throwable exception) -
streamNotFound
-
unableToResolve
-
invalidUrl
@Message(id=229, value="Invalid URL [%s]") IllegalArgumentException invalidUrl(String text, @Cause Exception e) -
predefinedFplOrChannelRequired
@Message(id=230, value="Incomplete configuration: If the FPL is not one of predefined names (%s) a channel must be given.") IllegalArgumentException predefinedFplOrChannelRequired(String availableFpls) -
fplNorGalleonConfigWereSet
@Message(id=231, value="Incomplete configuration: neither FPL nor Galleon provisioning config was given.") IllegalArgumentException fplNorGalleonConfigWereSet() -
unexpectedArtifact
@Message(id=232, value="Found unexpected artifact [%s]") ProvisioningRuntimeException unexpectedArtifact(String gav) -
fileAlreadyExists
@Message(id=233, value="File already exists [%s]") IllegalArgumentException fileAlreadyExists(Path path) -
unsupportedPromotionTarget
@Message(id=234, value="Promoting to non-file repositories is not currently supported") IllegalArgumentException unsupportedPromotionTarget() -
wrongVersionFormat
@Message(id=235, value="Wrong format of custom channel version [%s]") IllegalArgumentException wrongVersionFormat(String baseVersion) -
versionLimitExceeded
@Message(id=236, value="Custom channel version exceeded limit [%s]") IllegalArgumentException versionLimitExceeded(String baseVersion) -
noArtifactsToPackage
@Message(id=237, value="Cannot create bundle without artifacts.") IllegalArgumentException noArtifactsToPackage() -
nonMavenChannelRef
@Message(id=238, value="Channel reference has to use Maven GA.") IllegalArgumentException nonMavenChannelRef() -
unableToPromote
@Message(id=239, value="Unable to promote artifacts to [%s].") ArtifactPromoteException unableToPromote(URL target, @Cause Exception e) -
unableToParseCustomizationBundle
@Message(id=240, value="Unable to parse the customization bundle [%s].") ArtifactPromoteException unableToParseCustomizationBundle(Path path, @Cause Exception e) -
repositoriesMustBeSetWithManifest
@Message(id=241, value="At least one repository must be set when using the manifest option.") IllegalArgumentException repositoriesMustBeSetWithManifest() -
outFileExists
@Message(id=242, value="Out file [%s] exists already!") IllegalArgumentException outFileExists(Path outPath) -
installationExported
-
invalidPropertySubstitutionValue
@Message(id=244, value="Malformed URL in substituted value : %s from %s") MetadataException invalidPropertySubstitutionValue(String substituted, String url) -
savedStateNotFound
@Message(id=245, value="The requested state %s does not exist in server\'s history.") MetadataException savedStateNotFound(String name) -
unableToCreateTemporaryDirectory
@Message(id=246, value="Unable to create temporary directory") org.jboss.galleon.ProvisioningException unableToCreateTemporaryDirectory(@Cause Throwable t) -
invalidChannel
@Message(id=247, value="Invalid channel definition") ChannelDefinitionException invalidChannel(@Cause org.wildfly.channel.InvalidChannelMetadataException e) -
invalidFpl
-
unknownInstallationProfile
@Message(id=249, value="Unrecognized profile %s, did you mean one of [%s]") IllegalArgumentException unknownInstallationProfile(String profileName, String options) -
invalidCandidateMarker
@Message(id=250, value="Invalid candidate marker file [%s]. Missing required field [%s].") MetadataException invalidCandidateMarker(Path resolve, String operationProperty) -
invalidMarkerFileOperation
@Message(id=251, value="Unexpected operation type [%s] in the candidate marker file.") IllegalArgumentException invalidMarkerFileOperation(String operation) -
invalidMetadataBundle
@Message(id=252, value="Invalid metadata bundle [%s]. Expected a ZIP archive containing installation configuration.") IllegalArgumentException invalidMetadataBundle(Path path) -
fallbackToGalleonProvisioningDefinition
@LogMessage(level=INFO) @Message(id=253, value="Unable to retrieve stored provisioning configuration. Falling back to current configuration") void fallbackToGalleonProvisioningDefinition() -
noDefaultModel
@Message(id=254, value="Multiple models available in the selected feature pack, please select one.") String noDefaultModel() -
modelNotFoundInFeaturePack
-
layerNotFoundInFeaturePack
-
featurePackAlreadyInstalled
@Message(id=257, value="Feature pack %s is already provisioned") FeaturesAddAction.FeaturePackAlreadyInstalledException featurePackAlreadyInstalled(org.jboss.galleon.universe.FeaturePackLocation fpl) -
addingFeaturePack
-
galleonConfigNotFound
-