Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing issues in deployment, including #666, #667 and #668 #1

Open
wants to merge 5 commits into
base: 3.11
Choose a base branch
from

Conversation

Glamdring
Copy link
Owner

No description provided.

@starsunny
Copy link

@Glamdring Can you please help here? I am trying to setup Priam with my scylla cluster and getting the below errors.

INFO: No provider classes found.
ERROR 12:00:22,946 An error occured instantiating job to be executed. job= 'DEFAULT.INCR_BACKUP_THREAD'
org.quartz.SchedulerException: Problem instantiating class 'com.netflix.priam.backup.IncrementalBackup' - [See nested exception: com.google.inject.ProvisionException: Unable to provision, see the following errors:

  1. Error injecting constructor, java.lang.IllegalStateException: Unsupported region for this application: ap-south-1
    at com.netflix.priam.aws.S3EncryptedFileSystem.(S3EncryptedFileSystem.java:68)
    at com.netflix.priam.aws.S3EncryptedFileSystem.class(S3EncryptedFileSystem.java:53)
    while locating com.netflix.priam.aws.S3EncryptedFileSystem
    while locating com.netflix.priam.backup.IBackupFileSystem annotated with @com.google.inject.name.Named(value=encryptedbackup)
    for the 2nd parameter of com.netflix.priam.backup.BackupFileSystemContext.(BackupFileSystemContext.java:12)
    while locating com.netflix.priam.backup.BackupFileSystemContext
    while locating com.netflix.priam.backup.IFileSystemContext annotated with @com.google.inject.name.Named(value=backup)
    for the 3rd parameter of com.netflix.priam.backup.IncrementalBackup.(IncrementalBackup.java:53)
    at com.netflix.priam.backup.IncrementalBackup.class(IncrementalBackup.java:44)
    while locating com.netflix.priam.backup.IncrementalBackup
    Caused by: java.lang.IllegalStateException: Unsupported region for this application: ap-south-1
    at com.netflix.priam.aws.S3FileSystemBase.getS3Endpoint(S3FileSystemBase.java:46)
    at com.netflix.priam.aws.S3EncryptedFileSystem.(S3EncryptedFileSystem.java:94)
    at com.netflix.priam.aws.S3EncryptedFileSystem$$FastClassByGuice$$9ffc5e3a.newInstance()
    at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:89)

  2. Error injecting constructor, java.lang.RuntimeException: Unable to regiser JMX bean: com.priam.aws.S3EncryptedFileSystemMBean:name=S3EncryptedFileSystemMBean to JMX server. Msg: com.priam.aws.S3EncryptedFileSystemMBean:name=S3EncryptedFileSystemMBean
    at com.netflix.priam.aws.S3EncryptedFileSystem.(S3EncryptedFileSystem.java:68)
    at com.netflix.priam.aws.S3EncryptedFileSystem.class(S3EncryptedFileSystem.java:53)
    while locating com.netflix.priam.aws.S3EncryptedFileSystem

  3. Error injecting constructor, java.lang.IllegalStateException: Unsupported region for this application: ap-south-1
    at com.netflix.priam.aws.S3FileSystem.(S3FileSystem.java:75)
    at com.netflix.priam.aws.S3FileSystem.class(S3FileSystem.java:63)
    while locating com.netflix.priam.aws.S3FileSystem

  4. Error injecting constructor, java.lang.RuntimeException: javax.management.InstanceAlreadyExistsException: com.priam.aws.S3FileSystemMBean:name=S3FileSystemMBean
    at com.netflix.priam.aws.S3FileSystem.(S3FileSystem.java:75)
    at com.netflix.priam.aws.S3FileSystem.class(S3FileSystem.java:63)
    while locating com.netflix.priam.aws.S3FileSystem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants