Skip to content

Instantly share code, notes, and snippets.

@AustinShalit
Last active September 21, 2019 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AustinShalit/6c00067147e3d575b256fa8d7fa3c1ae to your computer and use it in GitHub Desktop.
Save AustinShalit/6c00067147e3d575b256fa8d7fa3c1ae to your computer and use it in GitHub Desktop.
Artifactory BinaryStorageException
2019-09-12 04:37:01 [485 entrypoint-artifactory.sh] Preparing to run Artifactory in Docker
2019-09-12 04:37:01 [486 entrypoint-artifactory.sh] Running as uid=1030(artifactory) gid=1030(artifactory)
2019-09-12 04:37:01 [49 entrypoint-artifactory.sh] Dockerfile for this image can found inside the container.
2019-09-12 04:37:01 [50 entrypoint-artifactory.sh] To view the Dockerfile: 'cat /docker/artifactory-oss/Dockerfile.artifactory'.
2019-09-12 04:37:01 [55 entrypoint-artifactory.sh] Checking open files and processes limits
2019-09-12 04:37:01 [58 entrypoint-artifactory.sh] Current max open files is 32000
2019-09-12 04:37:01 [70 entrypoint-artifactory.sh] Current max open processes is 65535
2019-09-12 04:37:01 [198 entrypoint-artifactory.sh] Setting up Artifactory data directories if missing
2019-09-12 04:37:01 [169 entrypoint-artifactory.sh] Testing directory /var/opt/jfrog/artifactory has read/write permissions for user 'artifactory' (id 1030)
2019-09-12 04:37:01 [194 entrypoint-artifactory.sh] Permissions for /var/opt/jfrog/artifactory are good
2019-09-12 04:37:01 [395 entrypoint-artifactory.sh] Checking DB_TYPE
2019-09-12 04:37:01 [424 entrypoint-artifactory.sh] Artifactory will use embedded Derby DB
2019-09-12 04:37:01 [278 entrypoint-artifactory.sh] Setting DB max connections if needed
2019-09-12 04:37:01 [317 entrypoint-artifactory.sh] Not needed. DB_POOL_MAX_ACTIVE not set
2019-09-12 04:37:01 [79 entrypoint-artifactory.sh] Customising Tomcat server.xml if needed
2019-09-12 04:37:01 [125 entrypoint-artifactory.sh] No Tomcat server.xml customizations found
2019-09-12 04:37:01 [441 entrypoint-artifactory.sh] Adding extra certificates to Java keystore if exist
2019-09-12 04:37:01 [464 entrypoint-artifactory.sh] No extra certificates found
2019-09-12 04:37:01 [469 entrypoint-artifactory.sh] Adding EXTRA_JAVA_OPTIONS if exist
2019-09-12 04:37:01 [498 entrypoint-artifactory.sh] Setup done. Running Artifactory
/usr/bin/java
2019-09-12 04:37:03 [UNDEFINED] [INFO ] Fetched Artifactory [artifactory.home=null] from servlet context
2019-09-12 04:37:04 [UNDEFINED] [INFO ] Resolved Artifactory home by logger [artifactory.home=/opt/jfrog/artifactory].
04:37:04.057 [Thread-3] INFO org.jfrog.config.watch.FileWatchingManager - Starting watch of folder configurations
04:37:04.157 [localhost-startStop-2] DEBUG org.artifactory.converter.VersionProviderImpl - Last Artifactory database version is: 6.12.1
04:37:04.177 [localhost-startStop-2] INFO org.artifactory.converter.ConvertersManagerImpl - Triggering PRE_INIT conversion, from 6.12.1 to org.artifactory.version.ArtifactoryVersionImpl@7d7f3ed8
04:37:04.177 [localhost-startStop-2] INFO org.artifactory.converter.ConvertersManagerImpl - Finished PRE_INIT conversion, current version is: org.artifactory.version.ArtifactoryVersionImpl@7d7f3ed8
2019-09-12 04:37:04 [ARTIFACTORY] [INFO ] Master key file found.
/\
/ \ ___ ___ ___ ___ ___
/ /\ \ / __/ __/ _ \/ __/ __|
/ ____ \ (_| (_| __/\__ \__ \
/_/ \_\___\___\___||___/___/
Access Version: 4.6.6
Access Revision: 40606900
2019-09-12 04:37:05.168 INFO 214 --- [ost-startStop-1] o.j.a.s.startup.AccessHomeFinderImpl : Using JFrog Access home at '/opt/jfrog/artifactory/access' resolved from: System property (Artifactory)
2019-09-12 04:37:05,440 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.c.JFrogApplicationContextInitializer:74) - Using JFrog Access home at '/opt/jfrog/artifactory/access'
2019-09-12 04:37:05,449 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.AccessApplication:50) - Starting AccessApplication v4.6.6 on 501eefab3f29 with PID 214 (/opt/jfrog/artifactory/tomcat/webapps/access/WEB-INF/lib/access-application-4.6.6.jar started by artifactory in /)
2019-09-12 04:37:05,450 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.AccessApplication:679) - The following profiles are active: production
04:37:12.749 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Current active catalog: null
04:37:12.749 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Active schema resolved to: APP, DB type: DERBY
04:37:12.749 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Searching for table 'MASTER_KEY_STATUS' under schema 'APP' catalog 'null'
2019-09-12 04:37:12,755 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.d.u.AccessJdbcHelperImpl:132) - Database: Apache Derby 10.14.2.0 - (1828579). Driver: Apache Derby Embedded JDBC Driver 10.14.2.0 - (1828579)
2019-09-12 04:37:12,756 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.d.u.AccessJdbcHelperImpl:135) - Connection URL: jdbc:derby:/opt/jfrog/artifactory/data/derby
04:37:12.997 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Searched for table: 'MASTER_KEY_STATUS'. Got result: ''
04:37:13.104 [localhost-startStop-2] DEBUG org.artifactory.converter.VersionProviderImpl - Last Artifactory database version is: 6.12.1
04:37:13.205 [localhost-startStop-2] INFO org.artifactory.converter.ConvertersManagerImpl - Triggering HOME_SYNC_FILES conversion, from 6.12.1 to org.artifactory.version.ArtifactoryVersionImpl@7d7f3ed8
04:37:13.205 [localhost-startStop-2] INFO org.artifactory.converter.ConvertersManagerImpl - Finished HOME_SYNC_FILES conversion, current version is: org.artifactory.version.ArtifactoryVersionImpl@7d7f3ed8
04:37:13.206 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Current active catalog: null
04:37:13.206 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Active schema resolved to: APP, DB type: DERBY
04:37:13.206 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Searching for table 'CONFIGS' under schema 'APP' catalog 'null'
04:37:13.208 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Searched for table: 'CONFIGS'. Got result: ''
2019-09-12 04:37:13 [ARTIFACTORY] [INFO ] Starting file sync
04:37:13.384 [localhost-startStop-2] INFO org.artifactory.converter.ConvertersManagerImpl - Triggering HOME_FILES conversion, from 6.12.1 to org.artifactory.version.ArtifactoryVersionImpl@7d7f3ed8
04:37:13.401 [localhost-startStop-2] INFO org.artifactory.converter.ConvertersManagerImpl - Finished HOME_FILES conversion, current version is: org.artifactory.version.ArtifactoryVersionImpl@7d7f3ed8
2019-09-12 04:37:13 [ARTIFACTORY] [INFO ] Starting Artifactory [artifactory.home=/opt/jfrog/artifactory].
2019-09-12 04:37:14,150 [art-init] [INFO ] (o.a.w.s.ArtifactoryContextConfigListener:270) -
_ _ __ _ ____ _____ _____
/\ | | (_)/ _| | | / __ \ / ____/ ____|
/ \ _ __| |_ _| |_ __ _ ___| |_ ___ _ __ _ _ | | | | (___| (___
/ /\ \ | '__| __| | _/ _` |/ __| __/ _ \| '__| | | | | | | |\___ \\___ \
/ ____ \| | | |_| | || (_| | (__| || (_) | | | |_| | | |__| |____) |___) |
/_/ \_\_| \__|_|_| \__,_|\___|\__\___/|_| \__, | \____/|_____/_____/
Version: 6.12.2 __/ |
Revision: 61202900 |___/
Artifactory Home: '/opt/jfrog/artifactory'
2019-09-12 04:37:14,163 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.c.s.InternalConfigurationServiceBase:154) - Loading configuration from db finished successfully
2019-09-12 04:37:14,237 [art-init] [INFO ] (o.a.s.ArtifactoryApplicationContext:515) - Artifactory application context set to NOT READY by refresh
2019-09-12 04:37:14,745 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.s.m.MasterKeyBootstrapper:54) - Found master.key file at /opt/jfrog/artifactory/etc/security/master.key, using it as master.key
2019-09-12 04:37:15,177 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.s.t.TokenServiceImpl:100) - Scheduling task for revoking expired tokens using cron expression: 0 0 0/1 * * ?
2019-09-12 04:37:15,652 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.AccessServerBootstrapImpl:119) - [ACCESS BOOTSTRAP] Starting JFrog Access bootstrap...
2019-09-12 04:37:16,244 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.r.s.GrpcServerImpl:55) - Starting gRPC Server on port 8045
2019-09-12 04:37:16,783 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.r.s.GrpcServerImpl:72) - gRPC Server started, listening on 8045
2019-09-12 04:37:16,810 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.AccessServerBootstrapImpl:181) - [ACCESS BOOTSTRAP] Updating server '28ae496a-e55f-4cac-8b0d-35aec1199901' private key finger print to: 69bb83a3995663c8765a3d227586809f369cc95b17b501bd9cfdf571a0efac98
2019-09-12 04:37:16,959 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.AccessServerBootstrapImpl:142) - [ACCESS BOOTSTRAP] JFrog Access bootstrap finished.
2019-09-12 04:37:18,276 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.c.RefreshableScheduledJob:53) - Scheduling heartbeat task to run every 5 seconds
2019-09-12 04:37:18,280 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.c.RefreshableScheduledJob:53) - Scheduling federationCleanupService task to run every 1209600 seconds
2019-09-12 04:37:20,134 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.AccessApplication:59) - Started AccessApplication in 16.042 seconds (JVM running for 18.81)
2019-09-12 04:37:20,557 [art-init] [INFO ] (o.a.s.d.DbServiceImpl:279) - Database: Apache Derby 10.14.2.0 - (1828579). Driver: Apache Derby Embedded JDBC Driver 10.14.2.0 - (1828579) Pool: derby
2019-09-12 04:37:20,558 [art-init] [INFO ] (o.a.s.d.DbServiceImpl:282) - Connection URL: jdbc:derby:/opt/jfrog/artifactory/data/derby
2019-09-12 04:37:21,794 [art-init] [INFO ] (o.j.s.b.p.t.BinaryProviderClassScanner:76) - Added 'empty, external-file, external-wrapper, file-system, cache-fs, retry' from jar:file:/opt/jfrog/artifactory/tomcat/webapps/artifactory/WEB-INF/lib/binary-store-core-3.4.6.jar!/
2019-09-12 04:37:21,797 [art-init] [INFO ] (o.j.s.b.p.t.BinaryProviderClassScanner:76) - Added 'blob' from jar:file:/opt/jfrog/artifactory/tomcat/webapps/artifactory/WEB-INF/lib/artifactory-storage-db-6.12.2.jar!/
2019-09-12 04:37:23,210 [art-init] [INFO ] (o.a.e.p.s.NodeEventPrioritiesStorageServiceFactory:27) - Initializing DB-based Priorities Storage Service
2019-09-12 04:37:24,643 [art-init] [INFO ] (o.a.s.ArtifactorySchedulerFactoryBean:726) - Starting Quartz Scheduler now
2019-09-12 04:37:24,710 [art-init] [INFO ] (o.a.s.ArtifactoryApplicationContext:261) - Artifactory context starting up 41 Spring Beans...
2019-09-12 04:37:25,364 [art-init] [INFO ] (o.a.c.CentralConfigServiceImpl:248) - Automatically converting the config file, original will be saved in /opt/jfrog/artifactory/etc
2019-09-12 04:37:25,434 [art-init] [INFO ] (o.a.s.a.AccessServiceImpl:442) - Initialized new service id: jfrt@01dhaec2nch3w91emdtc6319ee
2019-09-12 04:37:25,447 [art-init] [INFO ] (o.j.s.c.EncryptionWrapperFactory:33) - createArtifactoryKeyWrapper EncryptionWrapperBase{ encodingType=ARTIFACTORY_MASTER, topEncrypter=BytesEncrypterBase{ Cipher='AES128', keyId='25sy1'}, formatUsed=DotFormat, decrypters=[BytesEncrypterBase{ Cipher='AES128', keyId='25sy1'}, BytesEncrypterBase{ Cipher='AES128', keyId='25sy1'}, BytesEncrypterBase{ Cipher='AES128', keyId='z4ag7'}, BytesEncrypterBase{ Cipher='AES128', keyId='2wivN'}]}
2019-09-12 04:37:25,488 [art-init] [INFO ] (o.a.s.a.ArtifactoryAccessClientConfigStore:625) - Using Access Server URL: http://localhost:8040/access (bundled) source: detected
2019-09-12 04:37:25,778 [art-init] [INFO ] (o.a.s.a.AccessServiceImpl:387) - Waiting for access server...
2019-09-12 04:37:27,211 [art-init] [INFO ] (o.a.s.a.AccessServiceImpl:394) - Got response from Access server after 1432 ms, continuing.
2019-09-12 04:37:27,448 [art-init] [INFO ] (o.j.a.c.AccessClientBootstrap:118) - creating access token with join key
2019-09-12 04:37:27,597 [http-nio-8040-exec-7] [JFrog-Access] [INFO ] (o.j.a.s.s.r.NodeRegistryServiceImpl:43) - join: request to "join" with serviceId jfrt@01dhaec2nch3w91emdtc6319ee and nodeId c52b5d7767e0dbab:5789a6f2:16d23c2ad59:-8000
2019-09-12 04:37:27,882 [http-nio-8040-exec-7] [JFrog-Access] [INFO ] (o.j.a.s.s.r.NodeRegistryServiceImpl:59) - join: success returning token with id d91a3532-e375-4ff4-8228-5a899963eb90 nodeId c52b5d7767e0dbab:5789a6f2:16d23c2ad59:-8000 serviceId jfrt@01dhaec2nch3w91emdtc6319ee
2019-09-12 04:37:27,950 [art-init] [INFO ] (o.j.a.c.AccessClientBootstrap:268) - replacing credentials in accessClient with token from 'join'
2019-09-12 04:37:27 [ARTIFACTORY] [INFO ] [Node ID: c52b5d7767e0dbab:5789a6f2:16d23c2ad59:-8000] detected local modify for config 'artifactory.security.access/access.admin.token'
2019-09-12 04:37:28,012 [art-init] [INFO ] (o.a.s.a.AccessServiceImpl:344) - Initialized access service successfully with client id 1781041355, closing old client id [null]
2019-09-12 04:37:28,012 [art-init] [INFO ] (o.a.s.a.AccessServiceImpl:1278) - Updating access configuration with password expiration data
2019-09-12 04:37:28,418 [art-init] [INFO ] (o.j.a.c.AccessClientImpl:288) - grpc info retrieved from Access server: localhost:8045, using: localhost:8045
2019-09-12 04:37:28,638 [art-init] [INFO ] (o.a.i.InfoWriter :49) -
SYSTEM INFORMATION DUMP
=======================
System Info
========================
java.library.path | /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
java.class.path | /opt/jfrog/artifactory/tomcat/bin/bootstrap.jar
| /opt/jfrog/artifactory/tomcat/bin/tomcat-juli.jar
Java System Info
========================
java.class.version | 55.0
java.home | /java/jdk-11.0.2+9
java.io.tmpdir | /opt/jfrog/artifactory/tomcat/temp
java.runtime.name | OpenJDK Runtime Environment
java.runtime.version | 11.0.2+9
java.specification.name | Java Platform API Specification
java.specification.vendor | Oracle Corporation
java.specification.version | 11
java.vendor | AdoptOpenJDK
java.vendor.url | https://adoptopenjdk.net/
java.vendor.url.bug | http://bugreport.java.com/bugreport/
java.version | 11.0.2
java.vm.info | mixed mode
java.vm.name | OpenJDK 64-Bit Server VM
java.vm.specification.name | Java Virtual Machine Specification
java.vm.specification.vendor | Oracle Corporation
java.vm.specification.version | 11
java.vm.vendor | AdoptOpenJDK
java.vm.version | 11.0.2+9
sun.arch.data.model | 64
sun.boot.library.path | /java/jdk-11.0.2+9/lib
sun.cpu.endian | little
sun.cpu.isalist |
sun.io.unicode.encoding | UnicodeLittle
sun.java.launcher | SUN_STANDARD
sun.jnu.encoding | ANSI_X3.4-1968
sun.management.compiler | HotSpot 64-Bit Tiered Compilers
sun.os.patch.level | unknown
JVM Input arguments | --add-opens=java.base/java.lang=ALL-UNNAMED
| --add-opens=java.base/java.io=ALL-UNNAMED
| --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
| -Djava.util.logging.config.file=/opt/jfrog/artifactory/tomcat/conf/logging.properties
| -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
| -Djdk.tls.ephemeralDHKeySize=****
| -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
| -Dorg.apache.catalina.security.SecurityListener.UMASK=0027
| -Xms512m
| -Xmx4g
| -Xss256k
| -XX:+UseG1GC
| -XX:OnOutOfMemoryError=kill -9 %p
| -Djruby.compile.invokedynamic=false
| -Dfile.encoding=UTF8
| -Dartdist=zip
| -Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true
| -Djava.security.egd=file:/dev/./urandom
| -Dartifactory.home=/opt/jfrog/artifactory
| -Dfile.encoding=UTF8
| -Djruby.bytecode.version=1.8
| -Djruby.compile.invokedynamic=false
| -Djfrog.join.key.paths=**********************
| -Dignore.endorsed.dirs=
| -Dcatalina.base=/opt/jfrog/artifactory/tomcat
| -Dcatalina.home=/opt/jfrog/artifactory/tomcat
| -Djava.io.tmpdir=/opt/jfrog/artifactory/tomcat/temp
User Info
========================
user.country | US
user.dir | /
user.home | /home
user.language | en
user.name | artifactory
user.timezone | GMT
Host Info
========================
Available Processors | 8
Heap Memory Usage-Commited | 738197504
Heap Memory Usage-Init | 536870912
Heap Memory Usage-Max | 4294967296
Heap Memory Usage-Used | 325673472
Non-Heap Memory Usage-Commited | 207269888
Non-Heap Memory Usage-Init | 7667712
Non-Heap Memory Usage-Max | -1
Non-Heap Memory Usage-Used | 198846240
os.arch | amd64
os.name | Linux
os.version | 4.15.0-62-generic
Artifactory Info
========================
artifactory.runMode.test | false
artifactory.runMode.qa | false
artifactory.runMode.dev | false
artifactory.runMode.devHa | false
artifactory.version | 6.12.2
artifactory.revision | 61202900
artifactory.buildNumber | 2507
artifactory.timestamp | 1568121592370
artifactory.context.path | /artifactory
artifactory.access.context.path | /access
artifactory.servlet.supportUrlSessionTracking | false
artifactory.addons.disabled |
artifactory.addons.info.url | http://service.jfrog.org/artifactory/addons/info/%s
artifactory.addons.info.url | http://www.jfrog.com/confluence/display/RTF/%s
artifactory.async.corePoolSize | 32
artifactory.async.poolTtlSecs | 60
artifactory.async.poolMaxQueueSize | 10000
artifactory.versioningQueryIntervalSecs | 7200
artifactory.logs.viewRefreshRateSecs | 10
artifactory.locks.timeoutSecs | 120
artifactory.locks.debugTimeouts | false
artifactory.task.completionLockTimeoutRetries | 100
artifactory.repo.concurrentDownloadSyncTimeoutSecs | 900
artifactory.repo.downloadStatsEnabled | true
artifactory.repo.global.disabled | true
artifactory.fsitem.cache.idleTimeSecs | 1200
artifactory.docker.tokens.cache.idleTimeSecs | 240
artifactory.artifactory.tokens.cache.idleTimeSecs | 600
artifactory.cacheFS.sync.quietPeriodSecs | 900
artifactory.search.maxResults | 500
artifactory.search.userQueryLimit | 1000
artifactory.search.max.list.size | 600
artifactory.search.userSqlQueryLimit | 2000
artifactory.search.limitAnonymousUsersOnly | true
artifactory.search.content.maxFragments | 500
artifactory.search.content.maxFragmentsSize | 5000
artifactory.search.archive.minQueryLength | 3
artifactory.search.pattern.timeoutSecs | 30
artifactory.gc.useIndex | false
artifactory.gc.intervalSecs | 86400
artifactory.gc.delaySecs | 7200
artifactory.gc.sleepBetweenNodesMillis | 20
artifactory.gc.scanStartSleepingThresholdMillis | 20000
artifactory.gc.scanSleepBetweenIterationsMillis | 200
artifactory.gc.fileScanSleepIterationMillis | 1000
artifactory.gc.fileScanSleepMillis | 250
artifactory.gc.maxCacheEntries | 10000
artifactory.gc.readersMaxTimeSecs | 10800
artifactory.gc.failCount.threshold | 10
artifactory.gc.binaries.joinWithNodes | true
artifactory.gc.numberOfWorkersThreads | 3
artifactory.gc.skipFullGcBetweenMinorIterations | 20
artifactory.traffic.collectionActive | false
artifactory.security.authentication.cache.initSize | 100
artifactory.security.authentication.cache.idleTimeSecs | 300
artifactory.security.userLastAccessUpdatesResolutionSecs | 5
artifactory.security.master.key | ************************
artifactory.security.master.key.numOfFallbackKeys | *
artifactory.security.disableRememberMe | false
artifactory.security.rememberMe.lifetimeSecs | 1209600
artifactory.security.ldap.forceGroupMemberAttFullDN | false
artifactory.security.ldap.disable.group.search.attributes.limitation | false
artifactory.security.ldap.group.policy.cleanOnFail | true
artifactory.security.ldap.group.search.filterThreshold | 0
artifactory.security.ldap.group.cacheRetentionSecs | 300
artifactory.ldap.max.page.size | 1000
artifactory.ldap.paging.support | true
artifactory.enable.aql.read.committed | false
artifactory.mvn.central.hostPattern | .maven.org
artifactory.mvn.central.indexerMaxQueryIntervalSecs | 86400
artifactory.mvn.metadata.plugin.calculation.workers | 2
artifactory.mvn.metadata.calculation.workers | 8
artifactory.mvn.dynamicMetadata.cacheRetentionSecs | 10
artifactory.mvn.metadata.version3.enabled | true
artifactory.mvn.custom.types | tar.gz,tar.bz2
artifactory.request.disableVersionTokens | false
artifactory.request.searchLatestReleaseByDateCreated | false
artifactory.npm.tag.tagLatestByPublish | false
artifactory.build.maxFoldersToScanForDeletionWarnings | 2
artifactory.build.checksum.cache.idleTimeSecs | 300
artifactory.updates.refreshIntervalSecs | 14400
artifactory.updates.url | http://service.jfrog.org/artifactory/updates
artifactory.artifactoryRequestsToGlobalCanRetrieveRemoteArtifacts | false
artifactory.ui.syntaxColoringMaxTextSizeBytes | 512000
artifactory.plugin.scripts.refreshIntervalSecs | 0
artifactory.plugin.aol.support | false
artifactory.aol.dedicated.server | false
artifactory.aol.displayAccountManagementLink | true
artifactory.aol.security.http.sso.enable | false
artifactory.aol.security.anon.access.enable | false
artifactory.aol.indexer.enable | false
artifactory.ui.session.timeout.minutes | 30
artifactory.file.roller.maxFileToRetain | 10
artifactory.backup.fileExportSleepIterationMillis | 2000
artifactory.backup.fileExportSleepMillis | 250
artifactory.s3.existsCheckAfterAddingStream | true
artifactory.binary.provider.artifacts.existence.cache.expirySecs | 60
artifactory.binary.provider.artifacts.existence.cache.size | 20000
artifactory.http.acceptEncoding.gzip | true
artifactory.http.useExpectContinue | false
artifactory.http.forceForbiddenResponse | false
artifactory.http.connectionPool.timeToLive | 30
artifactory.http.enableCookieManagement | false
artifactory.filtering.resourceSizeKb | 64
artifactory.repo.remote.checkForExistingResourceOnRequest | true
artifactory.version.query.enabled | true
artifactory.response.disableContentDispositionFilename | false
artifactory.composer.metadata.extractor.workers | 20
artifactory.composer.metadata.index.workers | 10
artifactory.chef.metadata.index.workers | 10
artifactory.yum.virtual.metadata.calculation.workers | 5
artifactory.rpm.metadata.calculation.workers | 8
artifactory.rpm.metadata.history.cycles.to.keep | 3
artifactory.debian.metadata.calculation.workers | 8
artifactory.debian.metadata.auto.calculation.disabled | false
artifactory.debian.coordinates.calculation.workers | 4
artifactory.debian.virtual.metadata.calculation.workers | 5
artifactory.debian.remote.etag | true
artifactory.debian.metadata.validation | true
artifactory.debian.metadata.calculateMd5InPackagesFiles | false
artifactory.debian.use.acquire.byhash | true
artifactory.debian.packages.byhash.history.cycles.to.Keep | 3
artifactory.archive.licenseFile.names | license,LICENSE,license.txt,LICENSE.txt,LICENSE.TXT
artifactory.ui.search.maxRowsPerPage | 20
artifactory.replication.checksumDeploy.minSizeKb | 10
artifactory.replication.consumer.queueSize | 1
artifactory.replication.local.iteration.sleepThresholdMillis | 1000
artifactory.replication.local.iteration.sleepMillis | 100
artifactory.replication.event.queue.size | 50000
artifactory.replication.properties.max.length | 100000
artifactory.replication.statistics.max.length | 5000
artifactory.replication.initContext.task.intervalSecs | 60
artifactory.replication.initContext.task.initialDelaySecs | 5
artifactory.replication.push.fullTree.saveLocally | false
artifactory.replication.push.caseDifference.support | false
artifactory.request.explodedArchiveExtensions | zip,tar,tar.gz,tgz,7z,tar.bz2
artifactory.bintray.jcenter.url | http://jcenter.bintray.com
artifactory.bintray.url | https://bintray.com
artifactory.bintray.api.url | https://api.bintray.com
artifactory.bintray.token.expirySecs | 3600
artifactory.bintray.distributionRegex.timeoutMillis | 180000
artifactory.bintray.ui.hideUploads | false
artifactory.bintray.ui.hideInfo | false
artifactory.bintray.ui.hideRemoteSearch | false
artifactory.bintray.client.threadPool.size | 5
artifactory.enable.ui.pages.in.Iframe | false
artifactory.bintray.client.requestTimeoutMS | 150000
artifactory.bintray.client.distribution.requestTimeoutMS | 30000
artifactory.bintray.client.signRequestTimeoutMS | 45000
artifactory.useUserNameAutoCompleteOnLogin | on
artifactory.ui.hideEncryptedPassword | *****
artifactory.stats.flushIntervalSecs | 30
artifactory.stats.remote.flushIntervalSecs | 35
artifactory.stats.flushTimeoutSecs | 120
artifactory.integrationCleanup.intervalSecs | 300
artifactory.integrationCleanup.quietPeriodSecs | 60
artifactory.folderPruning.intervalSecs | 300
artifactory.folderPruning.quietPeriodSecs | 60
artifactory.repo.virtualCacheCleanup.maxAgeHours | 168
artifactory.repo.virtualCacheCleanup.pattern | *.pom
artifactory.security.authentication.password.salt | ****************
artifactory.db.idGenerator.fetch.amount | 2000
artifactory.db.idGenerator.max.update.retries | 50
artifactory.gems.localIndexTaskIntervalSecs | 30
artifactory.gems.virtualIndexTaskIntervalSecs | 300
artifactory.gems.remoteAllowCacheDependencies | true
artifactory.gems.gemsIndexTaskQueueLimit | 20000
artifactory.gems.gemsAfterRepoInitHack | true
artifactory.gems.number.of.split.iterations | 1
artifactory.jruby.runtime.localContextMode | CONCURRENT
artifactory.security.authentication.crowd.group.startIndex | 0
artifactory.security.authentication.crowd.group.maxResults | 9999
artifactory.ui.hideChecksums | true
artifactory.archive.indexer.intervalSecs | 60
artifactory.xray.indexer.intervalSecs | 60
artifactory.xray.client.token.authentication.support | false
artifactory.xray.client.token.expiry.minutes | 1440
artifactory.xray.client.block.cache.expiration.intervalSecs | 300
artifactory.xray.client.block.unscanned.cache.expiration.intervalSecs | 120
artifactory.xray.client.block.cache.size | 100000
artifactory.xray.client.heartbeat.intervalSecs | 5
artifactory.xray.client.max.connections | 50
artifactory.xray.client.connection.timeout.millis | 5000
artifactory.xray.client.builds.socket.timeout.millis | 600000
artifactory.xray.client.normal.socket.timeout.millis | 5000
artifactory.xray.cleanup.job.quietPeriodSecs | 60
artifactory.xray.cleanup.job.db.query.limit | 100
artifactory.xray.cleanup.job.batch.size | 100
artifactory.xray.cleanup.job.sleep.interval.millis | 0
artifactory.nuget.inMemoryRemoteCaches | true
artifactory.nuget.forceAuthentication | false
artifactory.nuget.allowRootGetWithAnon | false
artifactory.nuget.disableSemVer2SearchFilterForLocalRepos | false
artifactory.nuget.ignoreIsLatestVersionFilter | true
artifactory.ha.heartbeat.intervalSecs | 5
artifactory.ha.heartbeat.staleSecs | 30
artifactory.ha.heartbeat.recently.worked.trigger.days | 7
artifactory.ha.propagation.http.socketTimeoutMs | 5000
artifactory.ha.propagation.http.connectionTimeoutMs | 5000
artifactory.ha.propagation.http.maxConnectionsPerRoute | 50
artifactory.ha.propagation.http.maxTotalConnections | 150
artifactory.ha.propagation.CallTimeoutSecs | 30
artifactory.binary.store.error.notification.intervalSecs | 30
artifactory.binary.store.error.notification.staleSecs | 30
artifactory.ha.membersIntroduction.intervalSecs | 30
artifactory.ha.membersIntroduction.staleSecs | 30
artifactory.npm.alternative.download.enabled | false
artifactory.npm.default.audit.provider | https://registry.npmjs.org
artifactory.npm.minimal.xray.audit.support | 2.8.0
artifactory.npm.virtual.cache.item.ttl.seconds | 600
artifactory.npm.virtual.cache.cleanup.batch.size | 1000
artifactory.import.max.parallelRepos | 7
artifactory.debian.distribution.path | dists
artifactory.opkg.index.quietPeriodSecs | 60
artifactory.opkg.index.cycleSecs | 2
artifactory.debian.default.architectures | i386,amd64
artifactory.pypi.index.quietPeriodSecs | 60
artifactory.pypi.index.sleepMilliSecs | 60
artifactory.pypi.index.preferMetadataOnRootDepth | true
artifactory.docker.cleanup.maxAgeMillis | 86400000
artifactory.docker.tags.cleanup.intervalSecs | 300
artifactory.docker.tags.cleanup.quietPeriodSecs | 60
artifactory.docker.manifest.marker.lock.timeoutMillis | 30000
artifactory.http.range.support | true
artifactory.acl.dirty.read.timeout | 20000
artifactory.acl.version.cache.async.reload | false
artifactory.acl.version.cache.async.waiting.time.millis | 60000
artifactory.acl.version.cache.async.waiting.on.error.time.millis | 60000
artifactory.acl.minimum.wait.refresh.data.seconds | 30
artifactory.central.config.dirty.read.timeout.millis | 2000
artifactory.central.config.latest.revisions.expire.after.access.seconds| 21600
artifactory.central.config.latest.revisions.dictionary.size | 20
artifactory.central.config.save.number.of.retries | 5
artifactory.central.config.save.backoff.max.delay | 8000
artifactory.central.config.save.backoff.multiplier | 2
artifactory.repositories.dirty.read.timeout.millis | 5000
artifactory.ping.allowUnauthenticated | false
artifactory.repo.http.idleConnectionMonitorInterval | 10
artifactory.repo.http.disableIdleConnectionMonitoring | false
artifactory.support.core.bundle.contentCollectionAwaitTimeout | 60
artifactory.support.core.bundle.waitForSlotBeforeWithdraw | 600
artifactory.support.core.bundle.maxBundles | 5
artifactory.binary.provider.zones | a,b,c
artifactory.binary.provider.prune.chunk.size | 500
artifactory.properties.search.chunk.size | 500
artifactory.security.useFrontCacheForBlockedUsers | true
artifactory.security.loginBlockDelay | 500
artifactory.security.maxLoginBlockDelay | 5000
artifactory.security.max.incorrect.login.attempts | 2
artifactory.security.max.users.toTrack | 10000
artifactory.security.password.expiry.passwordExpireNotificationJobIntervalSecs| *****
artifactory.security.password.expiry.passwordExpireJobIntervalSecs | *****
artifactory.security.password.expiry.daysToNotifyBefore | *
artifactory.http.client.max.total.connections | 50
artifactory.http.client.max.connections.per.route | 50
artifactory.http.client.max.docker.token.connections | 2
artifactory.hazelcast.max.lock.lease.time.minutes | 30
artifactory.repo.remote.blockedMismatchingMimeTypes | text/html,application/xhtml+xml
artifactory.mvn.metadata.calculation.skip.delete.event | false
artifactory.repo.remote.browsing.content.length.limit.KB | 1024
artifactory.repo.remote.syncProperties.blacklistUrls |
artifactory.remote.repo.url.strict.policy | false
artifactory.hazelcast.management | false
artifactory.hazelcast.map.max.backup.count | 1
artifactory.sumologic.api.url | https://auth.sumologic.com
artifactory.move.copy.max.folder.cache.size | 1000000
artifactory.move.copy.default.transaction.size | 1000
artifactory.node.properties.replace.all | false
artifactory.node.properties.log.performance | false
artifactory.workQueue.execution.syncExecutionTimeoutMillis | 120000
artifactory.workQueue.dojob.enabled | true
artifactory.workQueue.dojob.intervalSecs | 5
artifactory.workitem.max.lock.lease.time.minutes | 30
artifactory.ha.messages.workers | 10
artifactory.security.communication.constant | ArtifactorySecurityCommunicationConstant
artifactory.nuget.disablePermissionCheck | false
artifactory.treebrowser.sortRepositories.sortByType | virtual,distribution,local,remote
artifactory.maven.metadata.publishModelVersion | true
artifactory.access.token.expiresIn.default | 3600
artifactory.access.token.non.admin.max.expires.in | 3600
artifactory.access.client.token.verify.result.cache.size | -1
artifactory.access.client.token.verify.result.cache.expiry | -1
artifactory.access.client.waitForServer | 90
artifactory.access.client.max.connections | 50
artifactory.access.client.connection.timeout | -1
artifactory.access.client.socket.timeout | -1
artifactory.access.client.ignore.server.version.assertion | false
artifactory.access.client.force.rest | false
artifactory.access.client.force.grpc | false
artifactory.metadata.client.max.connections | 50
artifactory.metadata.client.connection.timeout | 10000
artifactory.metadata.client.socket.timeout | 300000
artifactory.metadata.client.serverUrl.override | http://localhost:8086
artifactory.metadata.event.operator.threads | 5
artifactory.metadata.event.operator.dispatcher.interval.secs | 60
artifactory.metadata.event.unstable.margin.secs | 60
artifactory.metadata.native.ui | false
artifactory.metadata.server.events.persistence | distributed
artifactory.security.active.principal.token.ttl | 600
artifactory.security.active.principal.token.ttl | 10000
artifactory.puppet.metadata.calculation.workers | 5
artifactory.puppet.repo.metadata.calculation.workers | 5
artifactory.puppet.reindex.period | 1800
artifactory.puppet.additional.modulegroup |
artifactory.puppet.additional.endorsement |
artifactory.onboarding.skipWizard | false
artifactory.configuration.manager.retry.amount | 3
artifactory.aggregation.time.window.secs | 60
artifactory.most.downloaded.cache.idleTimeSecs | 900
artifactory.replication.eventBased.connection.maxDelay | 1800000
artifactory.replications.eventbased.workers | 8
artifactory.replication.eventbased.maxQueueItems | 500
artifactory.replication.eventbased.maxPullReplicationsPerRepo | 30
artifactory.build.retention.workers | 10
artifactory.build.retention.always.async | false
artifactory.build.info.migration.job.enabled | true
artifactory.build.info.migration.job.queue.workers | 2
artifactory.build.ui.skip.delete.permission.check | false
artifactory.locking.provider.type | db
artifactory.db.lock.cleanup.job.interval | 10
artifactory.db.lock.cleanup.job.stale.interval | 10
artifactory.db.mssql.property.value.max.size | 900
artifactory.db.postgres.property.value.max.size | 2400
artifactory.migration.job.waitForCluster.sleepIntervalMillis | 300000
artifactory.migration.job.dbQueryLimit | 100
artifactory.migration.job.batchSize | 10
artifactory.migration.job.sleepIntervalMillis | 5000
artifactory.sha2.migration.job.queue.workers | 2
artifactory.sha2.migration.job.enabled | false
artifactory.pathChecksum.migration.job.enabled | false
artifactory.pathChecksum.migration.job.queue.workers | 2
artifactory.upload.failOnChecksumValidationError | false
artifactory.remote.download.inVain.consume.limit.inMegaBytes | 1
artifactory.service.name | https://localhost:8080/artifactory/webapp/
artifactory.helm.metadata.calculation.workers | 5
artifactory.helm.virtual.metadata.calculation.workers | 5
artifactory.cran.metadata.calculation.workers | 5
artifactory.conan.metadata.calculation.workers | 5
artifactory.conan.index.timestamp.override.threshold.millis | 60000
artifactory.conan.v2.migration.job.enabled | true
artifactory.conan.v2.migration.job.queue.workers | 2
artifactory.sql.converter.allowExternalConversionScripts | false
artifactory.master.key.waiting.timeout.millis | *****
artifactory.join.key.waiting.timeout.millis | *****
artifactory.bootstrap.logger.debug | false
artifactory.enable.context.aware.logger | false
artifactory.send.overwrites.to.trashcan | true
artifactory.trashcan.max.search.results | 10000
artifactory.enable.replicator.use | true
artifactory.start.local.replicator | false
artifactory.min.replicator.use.filesize.in.bytes | 8000000
artifactory.block.on.conversion.cache.timeout.in.millis | 0
artifactory.node.events.enabled | true
artifactory.node.events.metrics.enabled | true
artifactory.node.events.max.time | 31536000000
artifactory.jobs.table.ttl.millis | 604800000
artifactory.jobs.table.fetch.limit | 10000
artifactory.replication.full.useEventLog | false
artifactory.replication.full.eventlog.commit.durationMillis | 5000
artifactory.replication.full.eventlog.forceSuccessfulFullTree | false
artifactory.replication.primaryOnly | true
artifactory.replication.errorQueue.maxErrors | 100
artifactory.replication.errorQueue.enabled | false
artifactory.replication.errorQueue.retryCount | 10
artifactory.releasebundle.cleanup.intervalSecs | 3600
artifactory.releasebundle.distribute.streaming.intervalSecs | 15
artifactory.local.port.for.replicator | 8081
artifactory.package.native.ui.results | 1000
artifactory.package.native.ui.include.total.downloads | true
artifactory.package.native.ui.search.by.path | false
artifactory.http.sso.create.session.ui.request.only | true
artifactory.s3.autoBucketCreation.skip | false
artifactory.global.message.cache.ageSecs | 10
artifactory.apply.local.repos.permissions.on.remote.repos | false
artifactory.apply.remote.repos.permissions.on.local.repos | false
artifactory.conda.metadata.calculation.workers | 5
artifactory.npm.metadata.calculation.workers | 10
artifactory.npm.reindex.metadata.calculation.workers | 10
artifactory.go.github.useRaw | false
artifactory.go.pathFallback.allow | true
artifactory.native.ui.search.max.time.millis | 60000
artifactory.access.admin.default.password.check.period.millis | *****
artifactory.signed.url.cdn.validForSecs | 30
artifactory.signed.url.validForSecs | 86400
artifactory.should.include.native.prop.keys | ****
artifactory.replication.skip.check.localgenerated | false
artifactory.docker.virtual.manifest.syncer.use.heuristic | false
artifactory.docker.catalogs.tags.fallback.fetch.remote.cache | false
artifactory.sql.server.query.builder.force.add.offset.to.query | false
artifactory.support.bundles.retention.count | 15
artifactory.max.artifacts.permission.test.on.checksum.deploy | 10
artifactory.ignore.checksum.deploy.permission.check | false
artifactory.list.of.repos.allowed.send.redirect.url |
artifactory.cloud.binary.provider.redirect.threshold.in.mb | 1
artifactory.is.add.user.name.to.sign.url.for.redirect | false
artifactory.list.of.repos.hosts.need.to.avoid.url.normalisation | mcr.microsoft.com
artifactory.list.of.query.params.indicate.sign.url | sig
artifactory.testing.port | -1
artifactory.cipher.black.list | arcfour256
artifactory.max.release.bundle.size.to.display | 3000
artifactory.home | /opt/jfrog/artifactory
2019-09-12 04:37:28,722 [art-init] [INFO ] (o.a.r.c.IntegrationCleanupServiceImpl:75) - Using generated cron 0 24 2 ? * * for jobs table cleanup
2019-09-12 04:37:29,231 [art-init] [INFO ] (o.a.c.ConvertersManagerImpl:143) - Triggering POST_INIT conversion, from 6.12.1 to org.artifactory.version.ArtifactoryVersionImpl@7d7f3ed8
2019-09-12 04:37:29,233 [art-init] [INFO ] (o.a.c.ConvertersManagerImpl:145) - Finished POST_INIT conversion, current version is: org.artifactory.version.ArtifactoryVersionImpl@7d7f3ed8
2019-09-12 04:37:29,236 [art-init] [INFO ] (o.a.c.ConvertersManagerImpl:186) - Updating database properties to running version CompoundVersionDetails{version=org.artifactory.version.ArtifactoryVersionImpl@7d7f3ed8, buildNumber='2507', timestamp=1568121592370}
2019-09-12 04:37:29,266 [art-init] [INFO ] (o.j.c.w.ConfigurationManagerImpl:445) - Replacing temporary DB channel with permanent DB channel
2019-09-12 04:37:29,267 [art-init] [INFO ] (o.j.c.w.ConfigurationManagerImpl:445) - Successfully closed temporary DB channel
2019-09-12 04:37:29,268 [art-init] [INFO ] (o.a.s.ArtifactoryApplicationContext:515) - Artifactory application context set to READY by refresh
2019-09-12 04:37:29,315 [art-init] [INFO ] (o.a.s.a.AccessServiceImpl:1590) - Successful register of Artifactory serviceId jfrt@01dhaec2nch3w91emdtc6319ee in Access Federation
2019-09-12 04:37:29,329 [art-init] [INFO ] (o.a.w.s.ArtifactoryContextConfigListener:215) -
###########################################################
### Artifactory successfully started (15.181 seconds) ###
###########################################################
2019-09-12 04:37:40,707 [http-nio-8081-exec-8] [INFO ] (o.j.a.c.g.AccessGrpcClient:74) - Connecting to grpc server on localhost:8045
Terminating Artifactory
/usr/bin/java
finding
Using the default catalina management port (8015) to test shutdown
Stopping Artifactory Tomcat...
2019-09-12 04:37:57,905 [localhost-startStop-4] [INFO ] (o.a.s.ArtifactoryApplicationContext:515) - Artifactory application context set to NOT READY by destroy
2019-09-12 04:37:57,926 [Thread-3] [INFO ] (o.j.c.w.FileWatchingManager:123) - Watch service ended on destroy
2019-09-12 04:37:57,930 [Thread-3] [INFO ] (o.j.c.w.FileWatchingManager:129) - End watch of folder configurations
2019-09-12 04:37:57,946 [localhost-startStop-4] [INFO ] (o.a.s.ArtifactoryApplicationContext:351) - Destroying 41 Artifactory Spring Beans
2019-09-12 04:37:57,947 [localhost-startStop-4] [INFO ] (o.a.s.BaseTaskServiceDescriptorHandler:43) - Removing all job Artifact Cleanup from task service handler.
2019-09-12 04:37:57,949 [localhost-startStop-4] [INFO ] (o.a.s.BaseTaskServiceDescriptorHandler:43) - Removing all job Backup from task service handler.
2019-09-12 04:37:57,952 [localhost-startStop-4] [INFO ] (o.a.s.BaseTaskServiceDescriptorHandler:43) - Removing all job Garbage Collector from task service handler.
2019-09-12 04:37:57,961 [localhost-startStop-4] [INFO ] (o.a.s.BaseTaskServiceDescriptorHandler:43) - Removing all job Indexer from task service handler.
2019-09-12 04:37:58,005 [localhost-startStop-4] [INFO ] (o.a.s.ArtifactorySchedulerFactoryBean:844) - Shutting down Quartz Scheduler
Tomcat stopped.
Artifactory Tomcat stopped
2019-09-12 04:38:29 [485 entrypoint-artifactory.sh] Preparing to run Artifactory in Docker
2019-09-12 04:38:29 [486 entrypoint-artifactory.sh] Running as uid=1030(artifactory) gid=1030(artifactory)
2019-09-12 04:38:29 [49 entrypoint-artifactory.sh] Dockerfile for this image can found inside the container.
2019-09-12 04:38:29 [50 entrypoint-artifactory.sh] To view the Dockerfile: 'cat /docker/artifactory-oss/Dockerfile.artifactory'.
2019-09-12 04:38:29 [55 entrypoint-artifactory.sh] Checking open files and processes limits
2019-09-12 04:38:29 [58 entrypoint-artifactory.sh] Current max open files is 32000
2019-09-12 04:38:29 [70 entrypoint-artifactory.sh] Current max open processes is 65535
2019-09-12 04:38:29 [198 entrypoint-artifactory.sh] Setting up Artifactory data directories if missing
2019-09-12 04:38:29 [169 entrypoint-artifactory.sh] Testing directory /var/opt/jfrog/artifactory has read/write permissions for user 'artifactory' (id 1030)
2019-09-12 04:38:29 [194 entrypoint-artifactory.sh] Permissions for /var/opt/jfrog/artifactory are good
2019-09-12 04:38:29 [395 entrypoint-artifactory.sh] Checking DB_TYPE
2019-09-12 04:38:29 [424 entrypoint-artifactory.sh] Artifactory will use embedded Derby DB
2019-09-12 04:38:29 [278 entrypoint-artifactory.sh] Setting DB max connections if needed
2019-09-12 04:38:29 [317 entrypoint-artifactory.sh] Not needed. DB_POOL_MAX_ACTIVE not set
2019-09-12 04:38:29 [79 entrypoint-artifactory.sh] Customising Tomcat server.xml if needed
2019-09-12 04:38:29 [125 entrypoint-artifactory.sh] No Tomcat server.xml customizations found
2019-09-12 04:38:29 [441 entrypoint-artifactory.sh] Adding extra certificates to Java keystore if exist
2019-09-12 04:38:29 [464 entrypoint-artifactory.sh] No extra certificates found
2019-09-12 04:38:29 [469 entrypoint-artifactory.sh] Adding EXTRA_JAVA_OPTIONS if exist
2019-09-12 04:38:29 [498 entrypoint-artifactory.sh] Setup done. Running Artifactory
/usr/bin/java
2019-09-12 04:38:32 [UNDEFINED] [INFO ] Fetched Artifactory [artifactory.home=null] from servlet context
2019-09-12 04:38:32 [UNDEFINED] [INFO ] Resolved Artifactory home by logger [artifactory.home=/opt/jfrog/artifactory].
04:38:32.885 [Thread-3] INFO org.jfrog.config.watch.FileWatchingManager - Starting watch of folder configurations
04:38:33.012 [localhost-startStop-2] DEBUG org.artifactory.converter.VersionProviderImpl - Last Artifactory database version is: 6.12.2
04:38:33.032 [localhost-startStop-2] INFO org.artifactory.converter.ConvertersManagerImpl - Triggering PRE_INIT conversion, from 6.12.2 to org.artifactory.version.ArtifactoryVersionImpl@7d7f3ed8
04:38:33.032 [localhost-startStop-2] INFO org.artifactory.converter.ConvertersManagerImpl - Finished PRE_INIT conversion, current version is: org.artifactory.version.ArtifactoryVersionImpl@7d7f3ed8
2019-09-12 04:38:33 [ARTIFACTORY] [INFO ] Master key file found.
04:38:34.015 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Current active catalog: null
04:38:34.015 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Active schema resolved to: APP, DB type: DERBY
04:38:34.015 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Searching for table 'MASTER_KEY_STATUS' under schema 'APP' catalog 'null'
04:38:34.265 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Searched for table: 'MASTER_KEY_STATUS'. Got result: ''
/\
/ \ ___ ___ ___ ___ ___
/ /\ \ / __/ __/ _ \/ __/ __|
/ ____ \ (_| (_| __/\__ \__ \
/_/ \_\___\___\___||___/___/
Access Version: 4.6.6
Access Revision: 40606900
04:38:34.359 [localhost-startStop-2] DEBUG org.artifactory.converter.VersionProviderImpl - Last Artifactory database version is: 6.12.2
04:38:34.359 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Current active catalog: null
04:38:34.359 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Active schema resolved to: APP, DB type: DERBY
04:38:34.359 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Searching for table 'CONFIGS' under schema 'APP' catalog 'null'
04:38:34.362 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Searched for table: 'CONFIGS'. Got result: ''
2019-09-12 04:38:34 [ARTIFACTORY] [INFO ] Starting file sync
2019-09-12 04:38:34.536 INFO 214 --- [ost-startStop-1] o.j.a.s.startup.AccessHomeFinderImpl : Using JFrog Access home at '/opt/jfrog/artifactory/access' resolved from: System property (Artifactory)
2019-09-12 04:38:34,862 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.c.JFrogApplicationContextInitializer:74) - Using JFrog Access home at '/opt/jfrog/artifactory/access'
2019-09-12 04:38:34,871 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.AccessApplication:50) - Starting AccessApplication v4.6.6 on 501eefab3f29 with PID 214 (/opt/jfrog/artifactory/tomcat/webapps/access/WEB-INF/lib/access-application-4.6.6.jar started by artifactory in /)
2019-09-12 04:38:34,871 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.AccessApplication:679) - The following profiles are active: production
2019-09-12 04:38:35 [ARTIFACTORY] [INFO ] Starting Artifactory [artifactory.home=/opt/jfrog/artifactory].
2019-09-12 04:38:35,380 [art-init] [INFO ] (o.a.w.s.ArtifactoryContextConfigListener:270) -
_ _ __ _ ____ _____ _____
/\ | | (_)/ _| | | / __ \ / ____/ ____|
/ \ _ __| |_ _| |_ __ _ ___| |_ ___ _ __ _ _ | | | | (___| (___
/ /\ \ | '__| __| | _/ _` |/ __| __/ _ \| '__| | | | | | | |\___ \\___ \
/ ____ \| | | |_| | || (_| | (__| || (_) | | | |_| | | |__| |____) |___) |
/_/ \_\_| \__|_|_| \__,_|\___|\__\___/|_| \__, | \____/|_____/_____/
Version: 6.12.2 __/ |
Revision: 61202900 |___/
Artifactory Home: '/opt/jfrog/artifactory'
2019-09-12 04:38:35,512 [art-init] [INFO ] (o.a.s.ArtifactoryApplicationContext:515) - Artifactory application context set to NOT READY by refresh
2019-09-12 04:38:40,093 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.d.u.AccessJdbcHelperImpl:132) - Database: Apache Derby 10.14.2.0 - (1828579). Driver: Apache Derby Embedded JDBC Driver 10.14.2.0 - (1828579)
2019-09-12 04:38:40,094 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.d.u.AccessJdbcHelperImpl:135) - Connection URL: jdbc:derby:/opt/jfrog/artifactory/data/derby
2019-09-12 04:38:41,135 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.c.s.InternalConfigurationServiceBase:154) - Loading configuration from db finished successfully
2019-09-12 04:38:41,774 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.s.m.MasterKeyBootstrapper:54) - Found master.key file at /opt/jfrog/artifactory/etc/security/master.key, using it as master.key
2019-09-12 04:38:42,172 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.s.t.TokenServiceImpl:100) - Scheduling task for revoking expired tokens using cron expression: 0 0 0/1 * * ?
2019-09-12 04:38:42,208 [art-init] [INFO ] (o.a.s.d.DbServiceImpl:279) - Database: Apache Derby 10.14.2.0 - (1828579). Driver: Apache Derby Embedded JDBC Driver 10.14.2.0 - (1828579) Pool: derby
2019-09-12 04:38:42,209 [art-init] [INFO ] (o.a.s.d.DbServiceImpl:282) - Connection URL: jdbc:derby:/opt/jfrog/artifactory/data/derby
2019-09-12 04:38:42,636 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.AccessServerBootstrapImpl:119) - [ACCESS BOOTSTRAP] Starting JFrog Access bootstrap...
2019-09-12 04:38:43,527 [art-init] [INFO ] (o.j.s.b.p.t.BinaryProviderClassScanner:76) - Added 'empty, external-file, external-wrapper, file-system, cache-fs, retry' from jar:file:/opt/jfrog/artifactory/tomcat/webapps/artifactory/WEB-INF/lib/binary-store-core-3.4.6.jar!/
2019-09-12 04:38:43,530 [art-init] [INFO ] (o.j.s.b.p.t.BinaryProviderClassScanner:76) - Added 'blob' from jar:file:/opt/jfrog/artifactory/tomcat/webapps/artifactory/WEB-INF/lib/artifactory-storage-db-6.12.2.jar!/
2019-09-12 04:38:43,549 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.r.s.GrpcServerImpl:55) - Starting gRPC Server on port 8045
2019-09-12 04:38:44,100 [art-init] [WARN ] (o.a.s.ArtifactoryApplicationContext:254) - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accessUserGroupStoreService': Unsatisfied dependency expressed through field 'accessService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accessServiceImpl': Unsatisfied dependency expressed through method 'setCentralConfigService' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'centralConfig': Unsatisfied dependency expressed through field 'authService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'securityServiceImpl': Unsatisfied dependency expressed through field 'repositoryService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'repositoryServiceImpl': Unsatisfied dependency expressed through field 'uploadService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'uploadServiceImpl': Unsatisfied dependency expressed through method 'setBinaryService' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryServiceImpl': Invocation of init method failed; nested exception is BinaryStorageException: 503 : Could not create temporary pre store folder '/var/opt/jfrog/artifactory-filestore/_pre'
2019-09-12 04:38:44,114 [art-init] [ERROR] (o.a.w.s.ArtifactoryContextConfigListener:96) - Application could not be initialized: 503 : Could not create temporary pre store folder '/var/opt/jfrog/artifactory-filestore/_pre'
java.lang.reflect.InvocationTargetException: null
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
at org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.configure(ArtifactoryContextConfigListener.java:211)
at org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.access$200(ArtifactoryContextConfigListener.java:67)
at org.artifactory.webapp.servlet.ArtifactoryContextConfigListener$1.run(ArtifactoryContextConfigListener.java:92)
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accessUserGroupStoreService': Unsatisfied dependency expressed through field 'accessService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accessServiceImpl': Unsatisfied dependency expressed through method 'setCentralConfigService' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'centralConfig': Unsatisfied dependency expressed through field 'authService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'securityServiceImpl': Unsatisfied dependency expressed through field 'repositoryService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'repositoryServiceImpl': Unsatisfied dependency expressed through field 'uploadService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'uploadServiceImpl': Unsatisfied dependency expressed through method 'setBinaryService' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryServiceImpl': Invocation of init method failed; nested exception is BinaryStorageException: 503 : Could not create temporary pre store folder '/var/opt/jfrog/artifactory-filestore/_pre'
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:596)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:90)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:374)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1411)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:592)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:843)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
at org.artifactory.spring.ArtifactoryApplicationContext.refresh(ArtifactoryApplicationContext.java:254)
at org.artifactory.spring.ArtifactoryApplicationContext.<init>(ArtifactoryApplicationContext.java:149)
... 7 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accessServiceImpl': Unsatisfied dependency expressed through method 'setCentralConfigService' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'centralConfig': Unsatisfied dependency expressed through field 'authService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'securityServiceImpl': Unsatisfied dependency expressed through field 'repositoryService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'repositoryServiceImpl': Unsatisfied dependency expressed through field 'uploadService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'uploadServiceImpl': Unsatisfied dependency expressed through method 'setBinaryService' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryServiceImpl': Invocation of init method failed; nested exception is BinaryStorageException: 503 : Could not create temporary pre store folder '/var/opt/jfrog/artifactory-filestore/_pre'
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:676)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:90)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:374)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1411)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:592)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:277)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1248)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1168)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:593)
... 21 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'centralConfig': Unsatisfied dependency expressed through field 'authService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'securityServiceImpl': Unsatisfied dependency expressed through field 'repositoryService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'repositoryServiceImpl': Unsatisfied dependency expressed through field 'uploadService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'uploadServiceImpl': Unsatisfied dependency expressed through method 'setBinaryService' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryServiceImpl': Invocation of init method failed; nested exception is BinaryStorageException: 503 : Could not create temporary pre store folder '/var/opt/jfrog/artifactory-filestore/_pre'
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:596)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:90)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:374)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1411)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:592)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:277)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1248)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1168)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:668)
... 34 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'securityServiceImpl': Unsatisfied dependency expressed through field 'repositoryService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'repositoryServiceImpl': Unsatisfied dependency expressed through field 'uploadService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'uploadServiceImpl': Unsatisfied dependency expressed through method 'setBinaryService' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryServiceImpl': Invocation of init method failed; nested exception is BinaryStorageException: 503 : Could not create temporary pre store folder '/var/opt/jfrog/artifactory-filestore/_pre'
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:596)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:90)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:374)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1411)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:592)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:277)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1248)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1168)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:593)
... 47 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'repositoryServiceImpl': Unsatisfied dependency expressed through field 'uploadService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'uploadServiceImpl': Unsatisfied dependency expressed through method 'setBinaryService' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryServiceImpl': Invocation of init method failed; nested exception is BinaryStorageException: 503 : Could not create temporary pre store folder '/var/opt/jfrog/artifactory-filestore/_pre'
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:596)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:90)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:374)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1411)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:592)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:277)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1248)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1168)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:593)
... 60 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'uploadServiceImpl': Unsatisfied dependency expressed through method 'setBinaryService' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryServiceImpl': Invocation of init method failed; nested exception is BinaryStorageException: 503 : Could not create temporary pre store folder '/var/opt/jfrog/artifactory-filestore/_pre'
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:676)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:90)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:374)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1411)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:592)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:277)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1248)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1168)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:593)
... 73 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryServiceImpl': Invocation of init method failed; nested exception is BinaryStorageException: 503 : Could not create temporary pre store folder '/var/opt/jfrog/artifactory-filestore/_pre'
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:139)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1770)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:277)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1248)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1168)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:668)
... 86 common frames omitted
Caused by: org.jfrog.storage.binstore.exceptions.BinaryStorageException: 503 : Could not create temporary pre store folder '/var/opt/jfrog/artifactory-filestore/_pre'
at org.jfrog.storage.binstore.providers.FileBinaryProviderReadOnlyBase.verifyState(FileBinaryProviderReadOnlyBase.java:86)
at org.jfrog.storage.binstore.providers.FileBinaryProviderBase.verifyState(FileBinaryProviderBase.java:52)
at org.jfrog.storage.binstore.providers.FileBinaryProviderReadOnlyBase.initialize(FileBinaryProviderReadOnlyBase.java:61)
at org.jfrog.storage.binstore.providers.builder.BinaryProviderFactory.build(BinaryProviderFactory.java:98)
at org.jfrog.storage.binstore.providers.builder.BinaryProviderFactory.build(BinaryProviderFactory.java:86)
at org.jfrog.storage.binstore.providers.builder.BinaryProviderFactory.buildProviders(BinaryProviderFactory.java:75)
at org.jfrog.storage.binstore.manager.BinaryProviderManagerImpl.<init>(BinaryProviderManagerImpl.java:115)
at org.artifactory.storage.db.binstore.service.BinaryServiceImpl.initialize(BinaryServiceImpl.java:187)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:363)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)
... 98 common frames omitted
2019-09-12 04:38:44,368 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.r.s.GrpcServerImpl:72) - gRPC Server started, listening on 8045
2019-09-12 04:38:44,404 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.AccessServerBootstrapImpl:181) - [ACCESS BOOTSTRAP] Updating server '28ae496a-e55f-4cac-8b0d-35aec1199901' private key finger print to: 69bb83a3995663c8765a3d227586809f369cc95b17b501bd9cfdf571a0efac98
2019-09-12 04:38:44,597 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.AccessServerBootstrapImpl:142) - [ACCESS BOOTSTRAP] JFrog Access bootstrap finished.
2019-09-12 04:38:46,009 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.c.RefreshableScheduledJob:53) - Scheduling heartbeat task to run every 5 seconds
2019-09-12 04:38:46,013 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.c.RefreshableScheduledJob:53) - Scheduling federationCleanupService task to run every 1209600 seconds
2019-09-12 04:38:47,728 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.AccessApplication:59) - Started AccessApplication in 14.435 seconds (JVM running for 17.885)
2019-09-12 04:38:57,116 [http-nio-8081-exec-1] [ERROR] (o.a.w.s.ArtifactoryFilter:194) - Artifactory failed to initialize: Context is null
2019-09-12 04:38:57,116 [http-nio-8081-exec-2] [ERROR] (o.a.w.s.ArtifactoryFilter:194) - Artifactory failed to initialize: Context is null
Terminating Artifactory
/usr/bin/java
finding
Using the default catalina management port (8015) to test shutdown
Stopping Artifactory Tomcat...
Tomcat stopped.
Artifactory Tomcat stopped
2019-09-12 04:43:00 [485 entrypoint-artifactory.sh] Preparing to run Artifactory in Docker
2019-09-12 04:43:00 [486 entrypoint-artifactory.sh] Running as uid=1030(artifactory) gid=1030(artifactory)
2019-09-12 04:43:00 [49 entrypoint-artifactory.sh] Dockerfile for this image can found inside the container.
2019-09-12 04:43:00 [50 entrypoint-artifactory.sh] To view the Dockerfile: 'cat /docker/artifactory-oss/Dockerfile.artifactory'.
2019-09-12 04:43:00 [55 entrypoint-artifactory.sh] Checking open files and processes limits
2019-09-12 04:43:00 [58 entrypoint-artifactory.sh] Current max open files is 32000
2019-09-12 04:43:00 [70 entrypoint-artifactory.sh] Current max open processes is 65535
2019-09-12 04:43:00 [198 entrypoint-artifactory.sh] Setting up Artifactory data directories if missing
2019-09-12 04:43:00 [169 entrypoint-artifactory.sh] Testing directory /var/opt/jfrog/artifactory has read/write permissions for user 'artifactory' (id 1030)
2019-09-12 04:43:00 [194 entrypoint-artifactory.sh] Permissions for /var/opt/jfrog/artifactory are good
2019-09-12 04:43:00 [395 entrypoint-artifactory.sh] Checking DB_TYPE
2019-09-12 04:43:00 [424 entrypoint-artifactory.sh] Artifactory will use embedded Derby DB
2019-09-12 04:43:00 [278 entrypoint-artifactory.sh] Setting DB max connections if needed
2019-09-12 04:43:00 [317 entrypoint-artifactory.sh] Not needed. DB_POOL_MAX_ACTIVE not set
2019-09-12 04:43:00 [79 entrypoint-artifactory.sh] Customising Tomcat server.xml if needed
2019-09-12 04:43:00 [125 entrypoint-artifactory.sh] No Tomcat server.xml customizations found
2019-09-12 04:43:00 [441 entrypoint-artifactory.sh] Adding extra certificates to Java keystore if exist
2019-09-12 04:43:00 [464 entrypoint-artifactory.sh] No extra certificates found
2019-09-12 04:43:00 [469 entrypoint-artifactory.sh] Adding EXTRA_JAVA_OPTIONS if exist
2019-09-12 04:43:00 [498 entrypoint-artifactory.sh] Setup done. Running Artifactory
/usr/bin/java
2019-09-12 04:43:02 [UNDEFINED] [INFO ] Fetched Artifactory [artifactory.home=null] from servlet context
2019-09-12 04:43:02 [UNDEFINED] [INFO ] Resolved Artifactory home by logger [artifactory.home=/opt/jfrog/artifactory].
04:43:02.793 [Thread-3] INFO org.jfrog.config.watch.FileWatchingManager - Starting watch of folder configurations
04:43:02.869 [localhost-startStop-2] DEBUG org.artifactory.converter.VersionProviderImpl - Last Artifactory database version is: 6.12.2
04:43:02.892 [localhost-startStop-2] INFO org.artifactory.converter.ConvertersManagerImpl - Triggering PRE_INIT conversion, from 6.12.2 to org.artifactory.version.ArtifactoryVersionImpl@7d7f3ed8
04:43:02.892 [localhost-startStop-2] INFO org.artifactory.converter.ConvertersManagerImpl - Finished PRE_INIT conversion, current version is: org.artifactory.version.ArtifactoryVersionImpl@7d7f3ed8
2019-09-12 04:43:02 [ARTIFACTORY] [INFO ] Master key file found.
04:43:03.718 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Current active catalog: null
04:43:03.718 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Active schema resolved to: APP, DB type: DERBY
04:43:03.718 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Searching for table 'MASTER_KEY_STATUS' under schema 'APP' catalog 'null'
04:43:03.946 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Searched for table: 'MASTER_KEY_STATUS'. Got result: ''
/\
/ \ ___ ___ ___ ___ ___
/ /\ \ / __/ __/ _ \/ __/ __|
/ ____ \ (_| (_| __/\__ \__ \
/_/ \_\___\___\___||___/___/
Access Version: 4.6.6
Access Revision: 40606900
04:43:04.037 [localhost-startStop-2] DEBUG org.artifactory.converter.VersionProviderImpl - Last Artifactory database version is: 6.12.2
04:43:04.038 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Current active catalog: null
04:43:04.038 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Active schema resolved to: APP, DB type: DERBY
04:43:04.038 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Searching for table 'CONFIGS' under schema 'APP' catalog 'null'
04:43:04.040 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Searched for table: 'CONFIGS'. Got result: ''
2019-09-12 04:43:04 [ARTIFACTORY] [INFO ] Starting file sync
2019-09-12 04:43:04.193 INFO 214 --- [ost-startStop-1] o.j.a.s.startup.AccessHomeFinderImpl : Using JFrog Access home at '/opt/jfrog/artifactory/access' resolved from: System property (Artifactory)
2019-09-12 04:43:04,519 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.c.JFrogApplicationContextInitializer:74) - Using JFrog Access home at '/opt/jfrog/artifactory/access'
2019-09-12 04:43:04,526 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.AccessApplication:50) - Starting AccessApplication v4.6.6 on 501eefab3f29 with PID 214 (/opt/jfrog/artifactory/tomcat/webapps/access/WEB-INF/lib/access-application-4.6.6.jar started by artifactory in /)
2019-09-12 04:43:04,527 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.AccessApplication:679) - The following profiles are active: production
2019-09-12 04:43:04 [ARTIFACTORY] [INFO ] Starting Artifactory [artifactory.home=/opt/jfrog/artifactory].
2019-09-12 04:43:04,936 [art-init] [INFO ] (o.a.w.s.ArtifactoryContextConfigListener:270) -
_ _ __ _ ____ _____ _____
/\ | | (_)/ _| | | / __ \ / ____/ ____|
/ \ _ __| |_ _| |_ __ _ ___| |_ ___ _ __ _ _ | | | | (___| (___
/ /\ \ | '__| __| | _/ _` |/ __| __/ _ \| '__| | | | | | | |\___ \\___ \
/ ____ \| | | |_| | || (_| | (__| || (_) | | | |_| | | |__| |____) |___) |
/_/ \_\_| \__|_|_| \__,_|\___|\__\___/|_| \__, | \____/|_____/_____/
Version: 6.12.2 __/ |
Revision: 61202900 |___/
Artifactory Home: '/opt/jfrog/artifactory'
2019-09-12 04:43:05,047 [art-init] [INFO ] (o.a.s.ArtifactoryApplicationContext:515) - Artifactory application context set to NOT READY by refresh
2019-09-12 04:43:09,364 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.d.u.AccessJdbcHelperImpl:132) - Database: Apache Derby 10.14.2.0 - (1828579). Driver: Apache Derby Embedded JDBC Driver 10.14.2.0 - (1828579)
2019-09-12 04:43:09,365 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.d.u.AccessJdbcHelperImpl:135) - Connection URL: jdbc:derby:/opt/jfrog/artifactory/data/derby
2019-09-12 04:43:10,441 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.c.s.InternalConfigurationServiceBase:154) - Loading configuration from db finished successfully
2019-09-12 04:43:11,027 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.s.m.MasterKeyBootstrapper:54) - Found master.key file at /opt/jfrog/artifactory/etc/security/master.key, using it as master.key
2019-09-12 04:43:11,400 [art-init] [INFO ] (o.a.s.d.DbServiceImpl:279) - Database: Apache Derby 10.14.2.0 - (1828579). Driver: Apache Derby Embedded JDBC Driver 10.14.2.0 - (1828579) Pool: derby
2019-09-12 04:43:11,401 [art-init] [INFO ] (o.a.s.d.DbServiceImpl:282) - Connection URL: jdbc:derby:/opt/jfrog/artifactory/data/derby
2019-09-12 04:43:11,404 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.s.t.TokenServiceImpl:100) - Scheduling task for revoking expired tokens using cron expression: 0 0 0/1 * * ?
2019-09-12 04:43:11,807 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.AccessServerBootstrapImpl:119) - [ACCESS BOOTSTRAP] Starting JFrog Access bootstrap...
2019-09-12 04:43:12,588 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.r.s.GrpcServerImpl:55) - Starting gRPC Server on port 8045
2019-09-12 04:43:12,647 [art-init] [INFO ] (o.j.s.b.p.t.BinaryProviderClassScanner:76) - Added 'empty, external-file, external-wrapper, file-system, cache-fs, retry' from jar:file:/opt/jfrog/artifactory/tomcat/webapps/artifactory/WEB-INF/lib/binary-store-core-3.4.6.jar!/
2019-09-12 04:43:12,651 [art-init] [INFO ] (o.j.s.b.p.t.BinaryProviderClassScanner:76) - Added 'blob' from jar:file:/opt/jfrog/artifactory/tomcat/webapps/artifactory/WEB-INF/lib/artifactory-storage-db-6.12.2.jar!/
2019-09-12 04:43:13,310 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.r.s.GrpcServerImpl:72) - gRPC Server started, listening on 8045
2019-09-12 04:43:13,346 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.AccessServerBootstrapImpl:181) - [ACCESS BOOTSTRAP] Updating server '28ae496a-e55f-4cac-8b0d-35aec1199901' private key finger print to: 69bb83a3995663c8765a3d227586809f369cc95b17b501bd9cfdf571a0efac98
2019-09-12 04:43:13,520 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.AccessServerBootstrapImpl:142) - [ACCESS BOOTSTRAP] JFrog Access bootstrap finished.
2019-09-12 04:43:14,339 [art-init] [INFO ] (o.a.e.p.s.NodeEventPrioritiesStorageServiceFactory:27) - Initializing DB-based Priorities Storage Service
2019-09-12 04:43:14,782 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.c.RefreshableScheduledJob:53) - Scheduling heartbeat task to run every 5 seconds
2019-09-12 04:43:14,788 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.c.RefreshableScheduledJob:53) - Scheduling federationCleanupService task to run every 1209600 seconds
2019-09-12 04:43:16,015 [art-init] [INFO ] (o.a.s.ArtifactorySchedulerFactoryBean:726) - Starting Quartz Scheduler now
2019-09-12 04:43:16,088 [art-init] [INFO ] (o.a.s.ArtifactoryApplicationContext:261) - Artifactory context starting up 41 Spring Beans...
2019-09-12 04:43:16,573 [art-init] [INFO ] (o.a.s.a.AccessServiceImpl:442) - Initialized new service id: jfrt@01dhaec2nch3w91emdtc6319ee
2019-09-12 04:43:16,592 [art-init] [INFO ] (o.j.s.c.EncryptionWrapperFactory:33) - createArtifactoryKeyWrapper EncryptionWrapperBase{ encodingType=ARTIFACTORY_MASTER, topEncrypter=BytesEncrypterBase{ Cipher='AES128', keyId='25sy1'}, formatUsed=DotFormat, decrypters=[BytesEncrypterBase{ Cipher='AES128', keyId='25sy1'}, BytesEncrypterBase{ Cipher='AES128', keyId='25sy1'}, BytesEncrypterBase{ Cipher='AES128', keyId='z4ag7'}, BytesEncrypterBase{ Cipher='AES128', keyId='2wivN'}]}
2019-09-12 04:43:16,593 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.AccessApplication:59) - Started AccessApplication in 13.412 seconds (JVM running for 15.836)
2019-09-12 04:43:16,910 [art-init] [INFO ] (o.a.s.a.ArtifactoryAccessClientConfigStore:625) - Using Access Server URL: http://localhost:8040/access (bundled) source: detected
2019-09-12 04:43:17,245 [art-init] [INFO ] (o.a.s.a.AccessServiceImpl:387) - Waiting for access server...
2019-09-12 04:43:18,826 [art-init] [INFO ] (o.a.s.a.AccessServiceImpl:394) - Got response from Access server after 1581 ms, continuing.
2019-09-12 04:43:19,099 [art-init] [INFO ] (o.j.a.c.AccessClientBootstrap:118) - creating access token with join key
2019-09-12 04:43:19,275 [http-nio-8040-exec-4] [JFrog-Access] [INFO ] (o.j.a.s.s.r.NodeRegistryServiceImpl:43) - join: request to "join" with serviceId jfrt@01dhaec2nch3w91emdtc6319ee and nodeId 9793d58ed28a556a:-2de03b98:16d23c82647:-8000
2019-09-12 04:43:19,582 [http-nio-8040-exec-4] [JFrog-Access] [INFO ] (o.j.a.s.s.r.NodeRegistryServiceImpl:59) - join: success returning token with id 41306ce7-91ea-464c-a524-b5d2b8d707bf nodeId 9793d58ed28a556a:-2de03b98:16d23c82647:-8000 serviceId jfrt@01dhaec2nch3w91emdtc6319ee
2019-09-12 04:43:19,648 [art-init] [INFO ] (o.j.a.c.AccessClientBootstrap:268) - replacing credentials in accessClient with token from 'join'
2019-09-12 04:43:19 [ARTIFACTORY] [INFO ] [Node ID: 9793d58ed28a556a:-2de03b98:16d23c82647:-8000] detected local modify for config 'artifactory.security.access/access.admin.token'
2019-09-12 04:43:19,723 [art-init] [INFO ] (o.a.s.a.AccessServiceImpl:344) - Initialized access service successfully with client id 1656780275, closing old client id [null]
2019-09-12 04:43:19,724 [art-init] [INFO ] (o.a.s.a.AccessServiceImpl:1278) - Updating access configuration with password expiration data
2019-09-12 04:43:20,084 [art-init] [INFO ] (o.j.a.c.AccessClientImpl:288) - grpc info retrieved from Access server: localhost:8045, using: localhost:8045
2019-09-12 04:43:20,325 [art-init] [INFO ] (o.a.i.InfoWriter :49) -
SYSTEM INFORMATION DUMP
=======================
System Info
========================
java.library.path | /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
java.class.path | /opt/jfrog/artifactory/tomcat/bin/bootstrap.jar
| /opt/jfrog/artifactory/tomcat/bin/tomcat-juli.jar
Java System Info
========================
java.class.version | 55.0
java.home | /java/jdk-11.0.2+9
java.io.tmpdir | /opt/jfrog/artifactory/tomcat/temp
java.runtime.name | OpenJDK Runtime Environment
java.runtime.version | 11.0.2+9
java.specification.name | Java Platform API Specification
java.specification.vendor | Oracle Corporation
java.specification.version | 11
java.vendor | AdoptOpenJDK
java.vendor.url | https://adoptopenjdk.net/
java.vendor.url.bug | http://bugreport.java.com/bugreport/
java.version | 11.0.2
java.vm.info | mixed mode
java.vm.name | OpenJDK 64-Bit Server VM
java.vm.specification.name | Java Virtual Machine Specification
java.vm.specification.vendor | Oracle Corporation
java.vm.specification.version | 11
java.vm.vendor | AdoptOpenJDK
java.vm.version | 11.0.2+9
sun.arch.data.model | 64
sun.boot.library.path | /java/jdk-11.0.2+9/lib
sun.cpu.endian | little
sun.cpu.isalist |
sun.io.unicode.encoding | UnicodeLittle
sun.java.launcher | SUN_STANDARD
sun.jnu.encoding | ANSI_X3.4-1968
sun.management.compiler | HotSpot 64-Bit Tiered Compilers
sun.os.patch.level | unknown
JVM Input arguments | --add-opens=java.base/java.lang=ALL-UNNAMED
| --add-opens=java.base/java.io=ALL-UNNAMED
| --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
| -Djava.util.logging.config.file=/opt/jfrog/artifactory/tomcat/conf/logging.properties
| -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
| -Djdk.tls.ephemeralDHKeySize=****
| -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
| -Dorg.apache.catalina.security.SecurityListener.UMASK=0027
| -Xms512m
| -Xmx4g
| -Xss256k
| -XX:+UseG1GC
| -XX:OnOutOfMemoryError=kill -9 %p
| -Djruby.compile.invokedynamic=false
| -Dfile.encoding=UTF8
| -Dartdist=zip
| -Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true
| -Djava.security.egd=file:/dev/./urandom
| -Dartifactory.home=/opt/jfrog/artifactory
| -Dfile.encoding=UTF8
| -Djruby.bytecode.version=1.8
| -Djruby.compile.invokedynamic=false
| -Djfrog.join.key.paths=**********************
| -Dignore.endorsed.dirs=
| -Dcatalina.base=/opt/jfrog/artifactory/tomcat
| -Dcatalina.home=/opt/jfrog/artifactory/tomcat
| -Djava.io.tmpdir=/opt/jfrog/artifactory/tomcat/temp
User Info
========================
user.country | US
user.dir | /
user.home | /home
user.language | en
user.name | artifactory
user.timezone | GMT
Host Info
========================
Available Processors | 8
Heap Memory Usage-Commited | 1255145472
Heap Memory Usage-Init | 536870912
Heap Memory Usage-Max | 4294967296
Heap Memory Usage-Used | 495974904
Non-Heap Memory Usage-Commited | 204640256
Non-Heap Memory Usage-Init | 7667712
Non-Heap Memory Usage-Max | -1
Non-Heap Memory Usage-Used | 195887032
os.arch | amd64
os.name | Linux
os.version | 4.15.0-62-generic
Artifactory Info
========================
artifactory.runMode.test | false
artifactory.runMode.qa | false
artifactory.runMode.dev | false
artifactory.runMode.devHa | false
artifactory.version | 6.12.2
artifactory.revision | 61202900
artifactory.buildNumber | 2507
artifactory.timestamp | 1568121592370
artifactory.context.path | /artifactory
artifactory.access.context.path | /access
artifactory.servlet.supportUrlSessionTracking | false
artifactory.addons.disabled |
artifactory.addons.info.url | http://service.jfrog.org/artifactory/addons/info/%s
artifactory.addons.info.url | http://www.jfrog.com/confluence/display/RTF/%s
artifactory.async.corePoolSize | 32
artifactory.async.poolTtlSecs | 60
artifactory.async.poolMaxQueueSize | 10000
artifactory.versioningQueryIntervalSecs | 7200
artifactory.logs.viewRefreshRateSecs | 10
artifactory.locks.timeoutSecs | 120
artifactory.locks.debugTimeouts | false
artifactory.task.completionLockTimeoutRetries | 100
artifactory.repo.concurrentDownloadSyncTimeoutSecs | 900
artifactory.repo.downloadStatsEnabled | true
artifactory.repo.global.disabled | true
artifactory.fsitem.cache.idleTimeSecs | 1200
artifactory.docker.tokens.cache.idleTimeSecs | 240
artifactory.artifactory.tokens.cache.idleTimeSecs | 600
artifactory.cacheFS.sync.quietPeriodSecs | 900
artifactory.search.maxResults | 500
artifactory.search.userQueryLimit | 1000
artifactory.search.max.list.size | 600
artifactory.search.userSqlQueryLimit | 2000
artifactory.search.limitAnonymousUsersOnly | true
artifactory.search.content.maxFragments | 500
artifactory.search.content.maxFragmentsSize | 5000
artifactory.search.archive.minQueryLength | 3
artifactory.search.pattern.timeoutSecs | 30
artifactory.gc.useIndex | false
artifactory.gc.intervalSecs | 86400
artifactory.gc.delaySecs | 7200
artifactory.gc.sleepBetweenNodesMillis | 20
artifactory.gc.scanStartSleepingThresholdMillis | 20000
artifactory.gc.scanSleepBetweenIterationsMillis | 200
artifactory.gc.fileScanSleepIterationMillis | 1000
artifactory.gc.fileScanSleepMillis | 250
artifactory.gc.maxCacheEntries | 10000
artifactory.gc.readersMaxTimeSecs | 10800
artifactory.gc.failCount.threshold | 10
artifactory.gc.binaries.joinWithNodes | true
artifactory.gc.numberOfWorkersThreads | 3
artifactory.gc.skipFullGcBetweenMinorIterations | 20
artifactory.traffic.collectionActive | false
artifactory.security.authentication.cache.initSize | 100
artifactory.security.authentication.cache.idleTimeSecs | 300
artifactory.security.userLastAccessUpdatesResolutionSecs | 5
artifactory.security.master.key | ************************
artifactory.security.master.key.numOfFallbackKeys | *
artifactory.security.disableRememberMe | false
artifactory.security.rememberMe.lifetimeSecs | 1209600
artifactory.security.ldap.forceGroupMemberAttFullDN | false
artifactory.security.ldap.disable.group.search.attributes.limitation | false
artifactory.security.ldap.group.policy.cleanOnFail | true
artifactory.security.ldap.group.search.filterThreshold | 0
artifactory.security.ldap.group.cacheRetentionSecs | 300
artifactory.ldap.max.page.size | 1000
artifactory.ldap.paging.support | true
artifactory.enable.aql.read.committed | false
artifactory.mvn.central.hostPattern | .maven.org
artifactory.mvn.central.indexerMaxQueryIntervalSecs | 86400
artifactory.mvn.metadata.plugin.calculation.workers | 2
artifactory.mvn.metadata.calculation.workers | 8
artifactory.mvn.dynamicMetadata.cacheRetentionSecs | 10
artifactory.mvn.metadata.version3.enabled | true
artifactory.mvn.custom.types | tar.gz,tar.bz2
artifactory.request.disableVersionTokens | false
artifactory.request.searchLatestReleaseByDateCreated | false
artifactory.npm.tag.tagLatestByPublish | false
artifactory.build.maxFoldersToScanForDeletionWarnings | 2
artifactory.build.checksum.cache.idleTimeSecs | 300
artifactory.updates.refreshIntervalSecs | 14400
artifactory.updates.url | http://service.jfrog.org/artifactory/updates
artifactory.artifactoryRequestsToGlobalCanRetrieveRemoteArtifacts | false
artifactory.ui.syntaxColoringMaxTextSizeBytes | 512000
artifactory.plugin.scripts.refreshIntervalSecs | 0
artifactory.plugin.aol.support | false
artifactory.aol.dedicated.server | false
artifactory.aol.displayAccountManagementLink | true
artifactory.aol.security.http.sso.enable | false
artifactory.aol.security.anon.access.enable | false
artifactory.aol.indexer.enable | false
artifactory.ui.session.timeout.minutes | 30
artifactory.file.roller.maxFileToRetain | 10
artifactory.backup.fileExportSleepIterationMillis | 2000
artifactory.backup.fileExportSleepMillis | 250
artifactory.s3.existsCheckAfterAddingStream | true
artifactory.binary.provider.artifacts.existence.cache.expirySecs | 60
artifactory.binary.provider.artifacts.existence.cache.size | 20000
artifactory.http.acceptEncoding.gzip | true
artifactory.http.useExpectContinue | false
artifactory.http.forceForbiddenResponse | false
artifactory.http.connectionPool.timeToLive | 30
artifactory.http.enableCookieManagement | false
artifactory.filtering.resourceSizeKb | 64
artifactory.repo.remote.checkForExistingResourceOnRequest | true
artifactory.version.query.enabled | true
artifactory.response.disableContentDispositionFilename | false
artifactory.composer.metadata.extractor.workers | 20
artifactory.composer.metadata.index.workers | 10
artifactory.chef.metadata.index.workers | 10
artifactory.yum.virtual.metadata.calculation.workers | 5
artifactory.rpm.metadata.calculation.workers | 8
artifactory.rpm.metadata.history.cycles.to.keep | 3
artifactory.debian.metadata.calculation.workers | 8
artifactory.debian.metadata.auto.calculation.disabled | false
artifactory.debian.coordinates.calculation.workers | 4
artifactory.debian.virtual.metadata.calculation.workers | 5
artifactory.debian.remote.etag | true
artifactory.debian.metadata.validation | true
artifactory.debian.metadata.calculateMd5InPackagesFiles | false
artifactory.debian.use.acquire.byhash | true
artifactory.debian.packages.byhash.history.cycles.to.Keep | 3
artifactory.archive.licenseFile.names | license,LICENSE,license.txt,LICENSE.txt,LICENSE.TXT
artifactory.ui.search.maxRowsPerPage | 20
artifactory.replication.checksumDeploy.minSizeKb | 10
artifactory.replication.consumer.queueSize | 1
artifactory.replication.local.iteration.sleepThresholdMillis | 1000
artifactory.replication.local.iteration.sleepMillis | 100
artifactory.replication.event.queue.size | 50000
artifactory.replication.properties.max.length | 100000
artifactory.replication.statistics.max.length | 5000
artifactory.replication.initContext.task.intervalSecs | 60
artifactory.replication.initContext.task.initialDelaySecs | 5
artifactory.replication.push.fullTree.saveLocally | false
artifactory.replication.push.caseDifference.support | false
artifactory.request.explodedArchiveExtensions | zip,tar,tar.gz,tgz,7z,tar.bz2
artifactory.bintray.jcenter.url | http://jcenter.bintray.com
artifactory.bintray.url | https://bintray.com
artifactory.bintray.api.url | https://api.bintray.com
artifactory.bintray.token.expirySecs | 3600
artifactory.bintray.distributionRegex.timeoutMillis | 180000
artifactory.bintray.ui.hideUploads | false
artifactory.bintray.ui.hideInfo | false
artifactory.bintray.ui.hideRemoteSearch | false
artifactory.bintray.client.threadPool.size | 5
artifactory.enable.ui.pages.in.Iframe | false
artifactory.bintray.client.requestTimeoutMS | 150000
artifactory.bintray.client.distribution.requestTimeoutMS | 30000
artifactory.bintray.client.signRequestTimeoutMS | 45000
artifactory.useUserNameAutoCompleteOnLogin | on
artifactory.ui.hideEncryptedPassword | *****
artifactory.stats.flushIntervalSecs | 30
artifactory.stats.remote.flushIntervalSecs | 35
artifactory.stats.flushTimeoutSecs | 120
artifactory.integrationCleanup.intervalSecs | 300
artifactory.integrationCleanup.quietPeriodSecs | 60
artifactory.folderPruning.intervalSecs | 300
artifactory.folderPruning.quietPeriodSecs | 60
artifactory.repo.virtualCacheCleanup.maxAgeHours | 168
artifactory.repo.virtualCacheCleanup.pattern | *.pom
artifactory.security.authentication.password.salt | ****************
artifactory.db.idGenerator.fetch.amount | 2000
artifactory.db.idGenerator.max.update.retries | 50
artifactory.gems.localIndexTaskIntervalSecs | 30
artifactory.gems.virtualIndexTaskIntervalSecs | 300
artifactory.gems.remoteAllowCacheDependencies | true
artifactory.gems.gemsIndexTaskQueueLimit | 20000
artifactory.gems.gemsAfterRepoInitHack | true
artifactory.gems.number.of.split.iterations | 1
artifactory.jruby.runtime.localContextMode | CONCURRENT
artifactory.security.authentication.crowd.group.startIndex | 0
artifactory.security.authentication.crowd.group.maxResults | 9999
artifactory.ui.hideChecksums | true
artifactory.archive.indexer.intervalSecs | 60
artifactory.xray.indexer.intervalSecs | 60
artifactory.xray.client.token.authentication.support | false
artifactory.xray.client.token.expiry.minutes | 1440
artifactory.xray.client.block.cache.expiration.intervalSecs | 300
artifactory.xray.client.block.unscanned.cache.expiration.intervalSecs | 120
artifactory.xray.client.block.cache.size | 100000
artifactory.xray.client.heartbeat.intervalSecs | 5
artifactory.xray.client.max.connections | 50
artifactory.xray.client.connection.timeout.millis | 5000
artifactory.xray.client.builds.socket.timeout.millis | 600000
artifactory.xray.client.normal.socket.timeout.millis | 5000
artifactory.xray.cleanup.job.quietPeriodSecs | 60
artifactory.xray.cleanup.job.db.query.limit | 100
artifactory.xray.cleanup.job.batch.size | 100
artifactory.xray.cleanup.job.sleep.interval.millis | 0
artifactory.nuget.inMemoryRemoteCaches | true
artifactory.nuget.forceAuthentication | false
artifactory.nuget.allowRootGetWithAnon | false
artifactory.nuget.disableSemVer2SearchFilterForLocalRepos | false
artifactory.nuget.ignoreIsLatestVersionFilter | true
artifactory.ha.heartbeat.intervalSecs | 5
artifactory.ha.heartbeat.staleSecs | 30
artifactory.ha.heartbeat.recently.worked.trigger.days | 7
artifactory.ha.propagation.http.socketTimeoutMs | 5000
artifactory.ha.propagation.http.connectionTimeoutMs | 5000
artifactory.ha.propagation.http.maxConnectionsPerRoute | 50
artifactory.ha.propagation.http.maxTotalConnections | 150
artifactory.ha.propagation.CallTimeoutSecs | 30
artifactory.binary.store.error.notification.intervalSecs | 30
artifactory.binary.store.error.notification.staleSecs | 30
artifactory.ha.membersIntroduction.intervalSecs | 30
artifactory.ha.membersIntroduction.staleSecs | 30
artifactory.npm.alternative.download.enabled | false
artifactory.npm.default.audit.provider | https://registry.npmjs.org
artifactory.npm.minimal.xray.audit.support | 2.8.0
artifactory.npm.virtual.cache.item.ttl.seconds | 600
artifactory.npm.virtual.cache.cleanup.batch.size | 1000
artifactory.import.max.parallelRepos | 7
artifactory.debian.distribution.path | dists
artifactory.opkg.index.quietPeriodSecs | 60
artifactory.opkg.index.cycleSecs | 2
artifactory.debian.default.architectures | i386,amd64
artifactory.pypi.index.quietPeriodSecs | 60
artifactory.pypi.index.sleepMilliSecs | 60
artifactory.pypi.index.preferMetadataOnRootDepth | true
artifactory.docker.cleanup.maxAgeMillis | 86400000
artifactory.docker.tags.cleanup.intervalSecs | 300
artifactory.docker.tags.cleanup.quietPeriodSecs | 60
artifactory.docker.manifest.marker.lock.timeoutMillis | 30000
artifactory.http.range.support | true
artifactory.acl.dirty.read.timeout | 20000
artifactory.acl.version.cache.async.reload | false
artifactory.acl.version.cache.async.waiting.time.millis | 60000
artifactory.acl.version.cache.async.waiting.on.error.time.millis | 60000
artifactory.acl.minimum.wait.refresh.data.seconds | 30
artifactory.central.config.dirty.read.timeout.millis | 2000
artifactory.central.config.latest.revisions.expire.after.access.seconds| 21600
artifactory.central.config.latest.revisions.dictionary.size | 20
artifactory.central.config.save.number.of.retries | 5
artifactory.central.config.save.backoff.max.delay | 8000
artifactory.central.config.save.backoff.multiplier | 2
artifactory.repositories.dirty.read.timeout.millis | 5000
artifactory.ping.allowUnauthenticated | false
artifactory.repo.http.idleConnectionMonitorInterval | 10
artifactory.repo.http.disableIdleConnectionMonitoring | false
artifactory.support.core.bundle.contentCollectionAwaitTimeout | 60
artifactory.support.core.bundle.waitForSlotBeforeWithdraw | 600
artifactory.support.core.bundle.maxBundles | 5
artifactory.binary.provider.zones | a,b,c
artifactory.binary.provider.prune.chunk.size | 500
artifactory.properties.search.chunk.size | 500
artifactory.security.useFrontCacheForBlockedUsers | true
artifactory.security.loginBlockDelay | 500
artifactory.security.maxLoginBlockDelay | 5000
artifactory.security.max.incorrect.login.attempts | 2
artifactory.security.max.users.toTrack | 10000
artifactory.security.password.expiry.passwordExpireNotificationJobIntervalSecs| *****
artifactory.security.password.expiry.passwordExpireJobIntervalSecs | *****
artifactory.security.password.expiry.daysToNotifyBefore | *
artifactory.http.client.max.total.connections | 50
artifactory.http.client.max.connections.per.route | 50
artifactory.http.client.max.docker.token.connections | 2
artifactory.hazelcast.max.lock.lease.time.minutes | 30
artifactory.repo.remote.blockedMismatchingMimeTypes | text/html,application/xhtml+xml
artifactory.mvn.metadata.calculation.skip.delete.event | false
artifactory.repo.remote.browsing.content.length.limit.KB | 1024
artifactory.repo.remote.syncProperties.blacklistUrls |
artifactory.remote.repo.url.strict.policy | false
artifactory.hazelcast.management | false
artifactory.hazelcast.map.max.backup.count | 1
artifactory.sumologic.api.url | https://auth.sumologic.com
artifactory.move.copy.max.folder.cache.size | 1000000
artifactory.move.copy.default.transaction.size | 1000
artifactory.node.properties.replace.all | false
artifactory.node.properties.log.performance | false
artifactory.workQueue.execution.syncExecutionTimeoutMillis | 120000
artifactory.workQueue.dojob.enabled | true
artifactory.workQueue.dojob.intervalSecs | 5
artifactory.workitem.max.lock.lease.time.minutes | 30
artifactory.ha.messages.workers | 10
artifactory.security.communication.constant | ArtifactorySecurityCommunicationConstant
artifactory.nuget.disablePermissionCheck | false
artifactory.treebrowser.sortRepositories.sortByType | virtual,distribution,local,remote
artifactory.maven.metadata.publishModelVersion | true
artifactory.access.token.expiresIn.default | 3600
artifactory.access.token.non.admin.max.expires.in | 3600
artifactory.access.client.token.verify.result.cache.size | -1
artifactory.access.client.token.verify.result.cache.expiry | -1
artifactory.access.client.waitForServer | 90
artifactory.access.client.max.connections | 50
artifactory.access.client.connection.timeout | -1
artifactory.access.client.socket.timeout | -1
artifactory.access.client.ignore.server.version.assertion | false
artifactory.access.client.force.rest | false
artifactory.access.client.force.grpc | false
artifactory.metadata.client.max.connections | 50
artifactory.metadata.client.connection.timeout | 10000
artifactory.metadata.client.socket.timeout | 300000
artifactory.metadata.client.serverUrl.override | http://localhost:8086
artifactory.metadata.event.operator.threads | 5
artifactory.metadata.event.operator.dispatcher.interval.secs | 60
artifactory.metadata.event.unstable.margin.secs | 60
artifactory.metadata.native.ui | false
artifactory.metadata.server.events.persistence | distributed
artifactory.security.active.principal.token.ttl | 600
artifactory.security.active.principal.token.ttl | 10000
artifactory.puppet.metadata.calculation.workers | 5
artifactory.puppet.repo.metadata.calculation.workers | 5
artifactory.puppet.reindex.period | 1800
artifactory.puppet.additional.modulegroup |
artifactory.puppet.additional.endorsement |
artifactory.onboarding.skipWizard | false
artifactory.configuration.manager.retry.amount | 3
artifactory.aggregation.time.window.secs | 60
artifactory.most.downloaded.cache.idleTimeSecs | 900
artifactory.replication.eventBased.connection.maxDelay | 1800000
artifactory.replications.eventbased.workers | 8
artifactory.replication.eventbased.maxQueueItems | 500
artifactory.replication.eventbased.maxPullReplicationsPerRepo | 30
artifactory.build.retention.workers | 10
artifactory.build.retention.always.async | false
artifactory.build.info.migration.job.enabled | true
artifactory.build.info.migration.job.queue.workers | 2
artifactory.build.ui.skip.delete.permission.check | false
artifactory.locking.provider.type | db
artifactory.db.lock.cleanup.job.interval | 10
artifactory.db.lock.cleanup.job.stale.interval | 10
artifactory.db.mssql.property.value.max.size | 900
artifactory.db.postgres.property.value.max.size | 2400
artifactory.migration.job.waitForCluster.sleepIntervalMillis | 300000
artifactory.migration.job.dbQueryLimit | 100
artifactory.migration.job.batchSize | 10
artifactory.migration.job.sleepIntervalMillis | 5000
artifactory.sha2.migration.job.queue.workers | 2
artifactory.sha2.migration.job.enabled | false
artifactory.pathChecksum.migration.job.enabled | false
artifactory.pathChecksum.migration.job.queue.workers | 2
artifactory.upload.failOnChecksumValidationError | false
artifactory.remote.download.inVain.consume.limit.inMegaBytes | 1
artifactory.service.name | https://localhost:8080/artifactory/webapp/
artifactory.helm.metadata.calculation.workers | 5
artifactory.helm.virtual.metadata.calculation.workers | 5
artifactory.cran.metadata.calculation.workers | 5
artifactory.conan.metadata.calculation.workers | 5
artifactory.conan.index.timestamp.override.threshold.millis | 60000
artifactory.conan.v2.migration.job.enabled | true
artifactory.conan.v2.migration.job.queue.workers | 2
artifactory.sql.converter.allowExternalConversionScripts | false
artifactory.master.key.waiting.timeout.millis | *****
artifactory.join.key.waiting.timeout.millis | *****
artifactory.bootstrap.logger.debug | false
artifactory.enable.context.aware.logger | false
artifactory.send.overwrites.to.trashcan | true
artifactory.trashcan.max.search.results | 10000
artifactory.enable.replicator.use | true
artifactory.start.local.replicator | false
artifactory.min.replicator.use.filesize.in.bytes | 8000000
artifactory.block.on.conversion.cache.timeout.in.millis | 0
artifactory.node.events.enabled | true
artifactory.node.events.metrics.enabled | true
artifactory.node.events.max.time | 31536000000
artifactory.jobs.table.ttl.millis | 604800000
artifactory.jobs.table.fetch.limit | 10000
artifactory.replication.full.useEventLog | false
artifactory.replication.full.eventlog.commit.durationMillis | 5000
artifactory.replication.full.eventlog.forceSuccessfulFullTree | false
artifactory.replication.primaryOnly | true
artifactory.replication.errorQueue.maxErrors | 100
artifactory.replication.errorQueue.enabled | false
artifactory.replication.errorQueue.retryCount | 10
artifactory.releasebundle.cleanup.intervalSecs | 3600
artifactory.releasebundle.distribute.streaming.intervalSecs | 15
artifactory.local.port.for.replicator | 8081
artifactory.package.native.ui.results | 1000
artifactory.package.native.ui.include.total.downloads | true
artifactory.package.native.ui.search.by.path | false
artifactory.http.sso.create.session.ui.request.only | true
artifactory.s3.autoBucketCreation.skip | false
artifactory.global.message.cache.ageSecs | 10
artifactory.apply.local.repos.permissions.on.remote.repos | false
artifactory.apply.remote.repos.permissions.on.local.repos | false
artifactory.conda.metadata.calculation.workers | 5
artifactory.npm.metadata.calculation.workers | 10
artifactory.npm.reindex.metadata.calculation.workers | 10
artifactory.go.github.useRaw | false
artifactory.go.pathFallback.allow | true
artifactory.native.ui.search.max.time.millis | 60000
artifactory.access.admin.default.password.check.period.millis | *****
artifactory.signed.url.cdn.validForSecs | 30
artifactory.signed.url.validForSecs | 86400
artifactory.should.include.native.prop.keys | ****
artifactory.replication.skip.check.localgenerated | false
artifactory.docker.virtual.manifest.syncer.use.heuristic | false
artifactory.docker.catalogs.tags.fallback.fetch.remote.cache | false
artifactory.sql.server.query.builder.force.add.offset.to.query | false
artifactory.support.bundles.retention.count | 15
artifactory.max.artifacts.permission.test.on.checksum.deploy | 10
artifactory.ignore.checksum.deploy.permission.check | false
artifactory.list.of.repos.allowed.send.redirect.url |
artifactory.cloud.binary.provider.redirect.threshold.in.mb | 1
artifactory.is.add.user.name.to.sign.url.for.redirect | false
artifactory.list.of.repos.hosts.need.to.avoid.url.normalisation | mcr.microsoft.com
artifactory.list.of.query.params.indicate.sign.url | sig
artifactory.testing.port | -1
artifactory.cipher.black.list | arcfour256
artifactory.max.release.bundle.size.to.display | 3000
artifactory.home | /opt/jfrog/artifactory
2019-09-12 04:43:20,878 [art-init] [INFO ] (o.a.r.c.IntegrationCleanupServiceImpl:75) - Using generated cron 0 32 1 ? * * for jobs table cleanup
2019-09-12 04:43:20,988 [art-init] [INFO ] (o.j.c.w.ConfigurationManagerImpl:445) - Replacing temporary DB channel with permanent DB channel
2019-09-12 04:43:20,990 [art-init] [INFO ] (o.j.c.w.ConfigurationManagerImpl:445) - Successfully closed temporary DB channel
2019-09-12 04:43:20,990 [art-init] [INFO ] (o.a.s.ArtifactoryApplicationContext:515) - Artifactory application context set to READY by refresh
2019-09-12 04:43:21,031 [art-init] [INFO ] (o.a.s.a.AccessServiceImpl:1590) - Successful register of Artifactory serviceId jfrt@01dhaec2nch3w91emdtc6319ee in Access Federation
2019-09-12 04:43:21,043 [art-init] [INFO ] (o.a.w.s.ArtifactoryContextConfigListener:215) -
###########################################################
### Artifactory successfully started (16.117 seconds) ###
###########################################################
2019-09-12 04:43:31,351 [http-nio-8081-exec-10] [INFO ] (o.j.a.c.g.AccessGrpcClient:74) - Connecting to grpc server on localhost:8045
2019-09-12 08:00:00,003 [art-exec-4832] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-12 08:00:00,048 [art-exec-4831] [INFO ] (o.a.s.ArtifactoryApplicationContext:638) - Beginning full system export...
2019-09-12 08:00:00,048 [art-exec-4831] [INFO ] (o.a.s.ArtifactoryApplicationContext:665) - Creating temp export directory: /var/opt/jfrog/artifactory-backup/backup-daily/current
2019-09-12 08:00:00,050 [art-exec-4831] [INFO ] (o.a.s.ArtifactoryApplicationContext:672) - Using backup directory: '/var/opt/jfrog/artifactory-backup/backup-daily/current'.
2019-09-12 08:00:00,051 [art-exec-4831] [INFO ] (o.a.c.CentralConfigServiceImpl:574) - Exporting config...
2019-09-12 08:00:00,054 [art-exec-4832] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-12 08:00:00,078 [art-exec-4832] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-12 08:00:00,242 [art-exec-4831] [INFO ] (o.a.s.a.AccessServiceImpl:1351) - Exporting serviceId to file
2019-09-12 08:00:00,312 [art-exec-4831] [INFO ] (o.a.s.a.AccessServiceImpl:1333) - Triggering export in access server...
2019-09-12 08:00:00,383 [http-nio-8040-exec-6] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting users...
2019-09-12 08:00:00,426 [http-nio-8040-exec-6] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting tokens...
2019-09-12 08:00:00,436 [http-nio-8040-exec-6] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting federation_events...
2019-09-12 08:00:00,452 [http-nio-8040-exec-6] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting federation_servers...
2019-09-12 08:00:00,463 [http-nio-8040-exec-6] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting permissions...
2019-09-12 08:00:00,482 [http-nio-8040-exec-6] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting groups...
2019-09-12 08:00:00,485 [http-nio-8040-exec-6] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting config...
2019-09-12 08:00:00,501 [http-nio-8040-exec-6] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting encryption...
2019-09-12 08:00:00,502 [http-nio-8040-exec-6] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting home...
2019-09-12 08:00:01,243 [art-exec-4831] [INFO ] (o.a.s.ArtifactoryApplicationContext:866) - Note: the etc exported folder has excessive permissions. Be careful with the files.
2019-09-12 08:00:01,248 [art-exec-4831] [INFO ] (o.a.r.s.RepositoryServiceImpl:837) - Exporting repositories...
2019-09-12 08:00:01,261 [art-exec-4831] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - artifactory-build-info export started with 51 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/artifactory-build-info'
2019-09-12 08:00:02,005 [art-exec-4831] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - artifactory-build-info export finished with: 51 Items exported (41 files and 10 folders), 0 Item skipped: (0 files and 0 folders).Duration: 743.4 millis IPS: 68.6 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/artifactory-build-info'
2019-09-12 08:00:02,053 [art-exec-4831] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - development export started with 9521 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/development'
2019-09-12 08:00:42,279 [art-exec-4831] [INFO ] (o.a.r.d.i.ImportExportAccumulator:93) - development exported 3000 items (2817 files 183 folders 74.49 ips) 0 skipped items (0 files 0 folders)...
2019-09-12 08:01:25,654 [art-exec-4831] [INFO ] (o.a.r.d.i.ImportExportAccumulator:93) - development exported 6000 items (5643 files 357 folders 71.73 ips) 0 skipped items (0 files 0 folders)...
2019-09-12 08:02:20,477 [art-exec-4831] [INFO ] (o.a.r.d.i.ImportExportAccumulator:93) - development exported 9000 items (8280 files 720 folders 65 ips) 0 skipped items (0 files 0 folders)...
2019-09-12 08:03:20,159 [art-exec-4831] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - development export finished with: 9521 Items exported (8766 files and 755 folders), 0 Item skipped: (0 files and 0 folders).Duration: 3.3 minutes IPS: 48.05 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/development'
2019-09-12 08:03:20,160 [art-exec-4831] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - plugins export started with 20 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/plugins'
2019-09-12 08:03:20,794 [art-exec-4831] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - plugins export finished with: 20 Items exported (10 files and 10 folders), 0 Item skipped: (0 files and 0 folders).Duration: 634.04 millis IPS: 31.54 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/plugins'
2019-09-12 08:03:20,799 [art-exec-4831] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - release export started with 172 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/release'
2019-09-12 08:03:24,283 [art-exec-4831] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - release export finished with: 172 Items exported (127 files and 45 folders), 0 Item skipped: (0 files and 0 folders).Duration: 3.48 secs IPS: 49.36 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/release'
2019-09-12 08:03:24,313 [art-exec-4831] [INFO ] (o.a.s.ArtifactoryApplicationContext:768) - Full system export completed successfully.
2019-09-12 12:00:00,002 [art-exec-10737] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-12 12:00:00,002 [art-exec-10737] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-12 12:00:00,008 [art-exec-10737] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-12 16:00:00,002 [art-exec-16598] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-12 16:00:00,003 [art-exec-16598] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-12 16:00:00,004 [art-exec-16598] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-12 19:29:20,289 [http-nio-8081-exec-5] [INFO ] (o.a.e.UploadServiceImpl:399) - Deploy to 'development:edu/wpi/first/cameraserver/cameraserver-cpp/2019.4.1-176-ga5650b9/cameraserver-cpp-2019.4.1-176-ga5650b9-headers.zip' Content-Length: 6047
....
2019-09-12 19:32:22,882 [http-nio-8081-exec-3] [INFO ] (o.a.e.UploadServiceImpl:399) - Deploy to 'development:edu/wpi/first/cscore/cscore-cpp/2019.4.1-176-ga5650b9/cscore-cpp-2019.4.1-176-ga5650b9.pom' Content-Length: 448
2019-09-12 19:32:22,953 [http-nio-8081-exec-8] [INFO ] (o.a.e.UploadServiceImpl:399) - Deploy to 'development:edu/wpi/first/halsim/halsim_lowfi/2019.4.1-176-ga5650b9/halsim_lowfi-2019.4.1-176-ga5650b9.pom' Content-Length: 450
2019-09-12 19:32:23,023 [http-nio-8081-exec-10] [INFO ] (o.a.e.UploadServiceImpl:399) - Deploy to 'development:edu/wpi/first/hal/hal-java/2019.4.1-176-ga5650b9/hal-java-2019.4.1-176-ga5650b9.pom' Content-Length: 414
2019-09-12 19:32:23,095 [http-nio-8081-exec-4] [INFO ] (o.a.e.UploadServiceImpl:399) - Deploy to 'development:edu/wpi/first/ntcore/ntcore-java/2019.4.1-176-ga5650b9/ntcore-java-2019.4.1-176-ga5650b9.pom' Content-Length: 420
2019-09-12 19:32:23,960 [http-nio-8081-exec-6] [INFO ] (o.a.e.UploadServiceImpl:399) - Deploy to 'artifactory-build-info:allwpilib/1568316550838-1568316549436.json' Content-Length: 115713
2019-09-12 19:33:14,250 [art-exec-21866] [INFO ] (o.a.s.a.ArchiveIndexerImpl:146) - Indexing archive: development:edu/wpi/first/wpiutil/wpiutil-cpp/2019.4.1-176-ga5650b9/wpiutil-cpp-2019.4.1-176-ga5650b9-osxx86-64staticdebug.zip
2019-09-12 19:33:14,267 [art-exec-21866] [INFO ] (o.a.s.a.ArchiveIndexerImpl:146) - Indexing archive: development:edu/wpi/first/wpiutil/wpiutil-cpp/2019.4.1-176-ga5650b9/wpiutil-cpp-2019.4.1-176-ga5650b9-sources.zip
2019-09-12 19:33:14,311 [art-exec-21866] [INFO ] (o.a.s.a.ArchiveIndexerImpl:146) - Indexing archive: development:edu/wpi/first/wpiutil/wpiutil-cpp/2019.4.1-176-ga5650b9/wpiutil-cpp-2019.4.1-176-ga5650b9-windowsx86-64.zip
2019-09-12 19:33:14,326 [art-exec-21866] [INFO ] (o.a.s.a.ArchiveIndexerImpl:146) - Indexing archive: development:edu/wpi/first/wpiutil/wpiutil-cpp/2019.4.1-176-ga5650b9/wpiutil-cpp-2019.4.1-176-ga5650b9-windowsx86-64debug.zip
2019-09-12 19:33:14,338 [art-exec-21866] [INFO ] (o.a.s.a.ArchiveIndexerImpl:146) - Indexing archive: development:edu/wpi/first/wpiutil/wpiutil-cpp/2019.4.1-176-ga5650b9/wpiutil-cpp-2019.4.1-176-ga5650b9-windowsx86-64static.zip
2019-09-12 19:33:14,351 [art-exec-21866] [INFO ] (o.a.s.a.ArchiveIndexerImpl:146) - Indexing archive: development:edu/wpi/first/wpiutil/wpiutil-cpp/2019.4.1-176-ga5650b9/wpiutil-cpp-2019.4.1-176-ga5650b9-windowsx86-64staticdebug.zip
2019-09-12 19:33:14,364 [art-exec-21866] [INFO ] (o.a.s.a.ArchiveIndexerImpl:146) - Indexing archive: development:edu/wpi/first/wpiutil/wpiutil-cpp/2019.4.1-176-ga5650b9/wpiutil-cpp-2019.4.1-176-ga5650b9-windowsx86.zip
2019-09-12 19:33:14,373 [art-exec-21866] [INFO ] (o.a.s.a.ArchiveIndexerImpl:146) - Indexing archive: development:edu/wpi/first/wpiutil/wpiutil-cpp/2019.4.1-176-ga5650b9/wpiutil-cpp-2019.4.1-176-ga5650b9-windowsx86debug.zip
2019-09-12 19:33:14,387 [art-exec-21866] [INFO ] (o.a.s.a.ArchiveIndexerImpl:146) - Indexing archive: development:edu/wpi/first/wpiutil/wpiutil-cpp/2019.4.1-176-ga5650b9/wpiutil-cpp-2019.4.1-176-ga5650b9-windowsx86static.zip
2019-09-12 19:33:14,396 [art-exec-21866] [INFO ] (o.a.s.a.ArchiveIndexerImpl:146) - Indexing archive: development:edu/wpi/first/wpiutil/wpiutil-cpp/2019.4.1-176-ga5650b9/wpiutil-cpp-2019.4.1-176-ga5650b9-windowsx86staticdebug.zip
2019-09-12 19:33:14,408 [art-exec-21866] [INFO ] (o.a.s.a.ArchiveIndexerImpl:146) - Indexing archive: development:edu/wpi/first/wpiutil/wpiutil-java/2019.4.1-176-ga5650b9/wpiutil-java-2019.4.1-176-ga5650b9-javadoc.jar
2019-09-12 19:33:14,451 [art-exec-21866] [INFO ] (o.a.s.a.ArchiveIndexerImpl:146) - Indexing archive: development:edu/wpi/first/wpiutil/wpiutil-java/2019.4.1-176-ga5650b9/wpiutil-java-2019.4.1-176-ga5650b9-sources.jar
2019-09-12 19:33:14,472 [art-exec-21866] [INFO ] (o.a.s.a.ArchiveIndexerImpl:146) - Indexing archive: development:edu/wpi/first/wpiutil/wpiutil-java/2019.4.1-176-ga5650b9/wpiutil-java-2019.4.1-176-ga5650b9.jar
2019-09-12 20:00:00,002 [art-exec-22529] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-12 20:00:00,003 [art-exec-22529] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-12 20:00:00,004 [art-exec-22529] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-13 00:00:00,004 [art-exec-28495] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-13 00:00:00,005 [art-exec-28495] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-13 00:00:00,005 [art-exec-28495] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-13 00:12:00,002 [art-exec-28776] [INFO ] (o.a.r.c.VirtualCacheCleanupServiceImpl:116) - Starting cleanup of virtual repositories cache
2019-09-13 00:12:00,003 [art-exec-28776] [INFO ] (o.a.r.c.VirtualCacheCleanupServiceImpl:124) - Completed virtual repositories cleanup: removed 0 cached files.
2019-09-13 01:32:00,001 [art-exec-30758] [INFO ] (o.a.r.c.IntegrationCleanupServiceImpl:44) - cleaning jobs table
2019-09-13 01:32:00,014 [art-exec-30758] [INFO ] (o.a.r.c.IntegrationCleanupServiceImpl:48) - cleaned up 0 old job records
2019-09-13 04:00:00,002 [art-exec-34447] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-13 04:00:00,002 [art-exec-34447] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-13 04:00:00,003 [art-exec-34447] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-13 08:00:00,002 [art-exec-40431] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-13 08:00:00,003 [art-exec-40431] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-13 08:00:00,005 [art-exec-40431] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-13 08:00:00,006 [art-exec-40463] [INFO ] (o.a.s.ArtifactoryApplicationContext:638) - Beginning full system export...
2019-09-13 08:00:00,006 [art-exec-40463] [INFO ] (o.a.s.ArtifactoryApplicationContext:665) - Creating temp export directory: /var/opt/jfrog/artifactory-backup/backup-daily/current
2019-09-13 08:00:00,008 [art-exec-40463] [INFO ] (o.a.s.ArtifactoryApplicationContext:672) - Using backup directory: '/var/opt/jfrog/artifactory-backup/backup-daily/current'.
2019-09-13 08:00:00,008 [art-exec-40463] [INFO ] (o.a.c.CentralConfigServiceImpl:574) - Exporting config...
2019-09-13 08:00:00,130 [art-exec-40463] [INFO ] (o.a.s.a.AccessServiceImpl:1351) - Exporting serviceId to file
2019-09-13 08:00:00,179 [art-exec-40463] [INFO ] (o.a.s.a.AccessServiceImpl:1333) - Triggering export in access server...
2019-09-13 08:00:00,189 [http-nio-8040-exec-8] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting users...
2019-09-13 08:00:00,211 [http-nio-8040-exec-8] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting tokens...
2019-09-13 08:00:00,215 [http-nio-8040-exec-8] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting federation_events...
2019-09-13 08:00:00,216 [http-nio-8040-exec-8] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting federation_servers...
2019-09-13 08:00:00,218 [http-nio-8040-exec-8] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting permissions...
2019-09-13 08:00:00,226 [http-nio-8040-exec-8] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting groups...
2019-09-13 08:00:00,229 [http-nio-8040-exec-8] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting config...
2019-09-13 08:00:00,243 [http-nio-8040-exec-8] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting encryption...
2019-09-13 08:00:00,244 [http-nio-8040-exec-8] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting home...
2019-09-13 08:00:01,045 [art-exec-40463] [INFO ] (o.a.s.ArtifactoryApplicationContext:866) - Note: the etc exported folder has excessive permissions. Be careful with the files.
2019-09-13 08:00:01,046 [art-exec-40463] [INFO ] (o.a.r.s.RepositoryServiceImpl:837) - Exporting repositories...
2019-09-13 08:00:01,048 [art-exec-40463] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - artifactory-build-info export started with 52 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/artifactory-build-info'
2019-09-13 08:00:01,701 [art-exec-40463] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - artifactory-build-info export finished with: 52 Items exported (42 files and 10 folders), 0 Item skipped: (0 files and 0 folders).Duration: 654.43 millis IPS: 79.46 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/artifactory-build-info'
2019-09-13 08:00:01,712 [art-exec-40463] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - development export started with 9935 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/development'
2019-09-13 08:00:48,884 [art-exec-40463] [INFO ] (o.a.r.d.i.ImportExportAccumulator:93) - development exported 3000 items (2822 files 178 folders 63.58 ips) 0 skipped items (0 files 0 folders)...
2019-09-13 08:01:30,959 [art-exec-40463] [INFO ] (o.a.r.d.i.ImportExportAccumulator:93) - development exported 6000 items (5652 files 348 folders 67.22 ips) 0 skipped items (0 files 0 folders)...
2019-09-13 08:02:42,844 [art-exec-40463] [INFO ] (o.a.r.d.i.ImportExportAccumulator:93) - development exported 9000 items (8283 files 717 folders 55.85 ips) 0 skipped items (0 files 0 folders)...
2019-09-13 08:03:39,413 [art-exec-40463] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - development export finished with: 9935 Items exported (9151 files and 784 folders), 0 Item skipped: (0 files and 0 folders).Duration: 3.63 minutes IPS: 45.63 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/development'
2019-09-13 08:03:39,414 [art-exec-40463] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - plugins export started with 20 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/plugins'
2019-09-13 08:03:40,008 [art-exec-40463] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - plugins export finished with: 20 Items exported (10 files and 10 folders), 0 Item skipped: (0 files and 0 folders).Duration: 593.52 millis IPS: 33.7 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/plugins'
2019-09-13 08:03:40,009 [art-exec-40463] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - release export started with 172 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/release'
2019-09-13 08:03:41,893 [art-exec-40463] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - release export finished with: 172 Items exported (127 files and 45 folders), 0 Item skipped: (0 files and 0 folders).Duration: 1.88 secs IPS: 91.27 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/release'
2019-09-13 08:03:41,894 [art-exec-40463] [INFO ] (o.a.s.ArtifactoryApplicationContext:768) - Full system export completed successfully.
2019-09-13 12:00:00,002 [art-exec-46488] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-13 12:00:00,003 [art-exec-46488] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-13 12:00:00,004 [art-exec-46488] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-13 16:00:00,001 [art-exec-52445] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-13 16:00:00,002 [art-exec-52445] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-13 16:00:00,003 [art-exec-52445] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-13 20:00:00,001 [art-exec-58433] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-13 20:00:00,002 [art-exec-58433] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-13 20:00:00,003 [art-exec-58433] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-14 00:00:00,007 [art-exec-64449] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-14 00:00:00,009 [art-exec-64449] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-14 00:00:00,010 [art-exec-64449] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-14 00:12:00,002 [art-exec-64732] [INFO ] (o.a.r.c.VirtualCacheCleanupServiceImpl:116) - Starting cleanup of virtual repositories cache
2019-09-14 00:12:00,002 [art-exec-64732] [INFO ] (o.a.r.c.VirtualCacheCleanupServiceImpl:124) - Completed virtual repositories cleanup: removed 0 cached files.
2019-09-14 01:32:00,000 [art-exec-66712] [INFO ] (o.a.r.c.IntegrationCleanupServiceImpl:44) - cleaning jobs table
2019-09-14 01:32:00,003 [art-exec-66712] [INFO ] (o.a.r.c.IntegrationCleanupServiceImpl:48) - cleaned up 0 old job records
2019-09-14 04:00:00,001 [art-exec-70399] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-14 04:00:00,002 [art-exec-70399] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-14 04:00:00,003 [art-exec-70399] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-14 04:00:58,627 [http-nio-8081-exec-10] [INFO ] (o.a.e.UploadServiceImpl:399) - Deploy to 'development:edu/wpi/first/cameraserver/cameraserver-cpp/2019.4.1-177-g1d8c4d0/cameraserver-cpp-2019.4.1-177-g1d8c4d0-headers.zip' Content-Length: 6047
...
2019-09-15 20:40:16,266 [art-exec-130229] [INFO ] (o.a.s.a.ArchiveIndexerImpl:146) - Indexing archive: development:edu/wpi/first/wpiutil/wpiutil-java/2019.4.1-179-g2dfbb85/wpiutil-java-2019.4.1-179-g2dfbb85.jar
2019-09-16 00:00:00,003 [art-exec-135227] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-16 00:00:00,004 [art-exec-135227] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-16 00:00:00,005 [art-exec-135227] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-16 00:12:00,001 [art-exec-135520] [INFO ] (o.a.r.c.VirtualCacheCleanupServiceImpl:116) - Starting cleanup of virtual repositories cache
2019-09-16 00:12:00,002 [art-exec-135520] [INFO ] (o.a.r.c.VirtualCacheCleanupServiceImpl:124) - Completed virtual repositories cleanup: removed 0 cached files.
2019-09-16 01:32:00,001 [art-exec-137535] [INFO ] (o.a.r.c.IntegrationCleanupServiceImpl:44) - cleaning jobs table
2019-09-16 01:32:00,005 [art-exec-137535] [INFO ] (o.a.r.c.IntegrationCleanupServiceImpl:48) - cleaned up 0 old job records
2019-09-16 04:00:00,001 [art-exec-141269] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-16 04:00:00,002 [art-exec-141269] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-16 04:00:00,003 [art-exec-141269] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-16 08:00:00,002 [art-exec-147151] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-16 08:00:00,003 [art-exec-147151] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-16 08:00:00,004 [art-exec-147151] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-16 08:00:00,008 [art-exec-147183] [INFO ] (o.a.s.ArtifactoryApplicationContext:638) - Beginning full system export...
2019-09-16 08:00:00,008 [art-exec-147183] [INFO ] (o.a.s.ArtifactoryApplicationContext:665) - Creating temp export directory: /var/opt/jfrog/artifactory-backup/backup-daily/current
2019-09-16 08:00:00,010 [art-exec-147183] [INFO ] (o.a.s.ArtifactoryApplicationContext:672) - Using backup directory: '/var/opt/jfrog/artifactory-backup/backup-daily/current'.
2019-09-16 08:00:00,011 [art-exec-147183] [INFO ] (o.a.c.CentralConfigServiceImpl:574) - Exporting config...
2019-09-16 08:00:00,152 [art-exec-147183] [INFO ] (o.a.s.a.AccessServiceImpl:1351) - Exporting serviceId to file
2019-09-16 08:00:00,189 [art-exec-147183] [INFO ] (o.a.s.a.AccessServiceImpl:1333) - Triggering export in access server...
2019-09-16 08:00:00,197 [http-nio-8040-exec-6] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting users...
2019-09-16 08:00:00,212 [http-nio-8040-exec-6] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting tokens...
2019-09-16 08:00:00,214 [http-nio-8040-exec-6] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting federation_events...
2019-09-16 08:00:00,216 [http-nio-8040-exec-6] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting federation_servers...
2019-09-16 08:00:00,218 [http-nio-8040-exec-6] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting permissions...
2019-09-16 08:00:00,233 [http-nio-8040-exec-6] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting groups...
2019-09-16 08:00:00,235 [http-nio-8040-exec-6] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting config...
2019-09-16 08:00:00,245 [http-nio-8040-exec-6] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting encryption...
2019-09-16 08:00:00,248 [http-nio-8040-exec-6] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting home...
2019-09-16 08:00:00,652 [art-exec-147183] [INFO ] (o.a.s.ArtifactoryApplicationContext:866) - Note: the etc exported folder has excessive permissions. Be careful with the files.
2019-09-16 08:00:00,654 [art-exec-147183] [INFO ] (o.a.r.s.RepositoryServiceImpl:837) - Exporting repositories...
2019-09-16 08:00:00,655 [art-exec-147183] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - artifactory-build-info export started with 55 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/artifactory-build-info'
2019-09-16 08:00:01,208 [art-exec-147183] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - artifactory-build-info export finished with: 55 Items exported (45 files and 10 folders), 0 Item skipped: (0 files and 0 folders).Duration: 553.49 millis IPS: 99.37 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/artifactory-build-info'
2019-09-16 08:00:01,220 [art-exec-147183] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - development export started with 11177 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/development'
2019-09-16 08:00:32,978 [art-exec-147183] [INFO ] (o.a.r.d.i.ImportExportAccumulator:93) - development exported 3000 items (2833 files 167 folders 94.43 ips) 0 skipped items (0 files 0 folders)...
2019-09-16 08:01:05,327 [art-exec-147183] [INFO ] (o.a.r.d.i.ImportExportAccumulator:93) - development exported 6000 items (5647 files 353 folders 93.58 ips) 0 skipped items (0 files 0 folders)...
2019-09-16 08:01:41,067 [art-exec-147183] [INFO ] (o.a.r.d.i.ImportExportAccumulator:93) - development exported 9000 items (8344 files 656 folders 90.13 ips) 0 skipped items (0 files 0 folders)...
2019-09-16 08:03:02,191 [art-exec-147183] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - development export finished with: 11177 Items exported (10306 files and 871 folders), 0 Item skipped: (0 files and 0 folders).Duration: 3.02 minutes IPS: 61.76 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/development'
2019-09-16 08:03:02,193 [art-exec-147183] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - plugins export started with 20 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/plugins'
2019-09-16 08:03:02,641 [art-exec-147183] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - plugins export finished with: 20 Items exported (10 files and 10 folders), 0 Item skipped: (0 files and 0 folders).Duration: 448.17 millis IPS: 44.63 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/plugins'
2019-09-16 08:03:02,644 [art-exec-147183] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - release export started with 172 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/release'
2019-09-16 08:03:04,465 [art-exec-147183] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - release export finished with: 172 Items exported (127 files and 45 folders), 0 Item skipped: (0 files and 0 folders).Duration: 1.82 secs IPS: 94.3 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/release'
2019-09-16 08:03:04,466 [art-exec-147183] [INFO ] (o.a.s.ArtifactoryApplicationContext:768) - Full system export completed successfully.
2019-09-16 10:32:35,703 [jf-access-task1] [JFrog-Access] [INFO ] (o.j.a.s.s.c.s.HeartbeatJob:69) - Refreshing server state after it was considered as stale by peers [last previous successful update 1568629894650]
2019-09-16 10:32:35,716 [jf-access-task1] [JFrog-Access] [INFO ] (o.j.c.s.InternalConfigurationServiceBase:154) - Loading configuration from db finished successfully
2019-09-16 12:00:00,002 [art-exec-153163] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-16 12:00:00,002 [art-exec-153163] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-16 12:00:00,003 [art-exec-153163] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-16 16:00:00,001 [art-exec-159207] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-16 16:00:00,001 [art-exec-159207] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-16 16:00:00,002 [art-exec-159207] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-16 20:00:00,001 [art-exec-165187] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-16 20:00:00,002 [art-exec-165187] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-16 20:00:00,002 [art-exec-165187] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-17 00:00:00,002 [art-exec-171118] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-17 00:00:00,003 [art-exec-171118] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-17 00:00:00,003 [art-exec-171118] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-17 00:12:00,001 [art-exec-171412] [INFO ] (o.a.r.c.VirtualCacheCleanupServiceImpl:116) - Starting cleanup of virtual repositories cache
2019-09-17 00:12:00,002 [art-exec-171412] [INFO ] (o.a.r.c.VirtualCacheCleanupServiceImpl:124) - Completed virtual repositories cleanup: removed 0 cached files.
2019-09-17 01:32:00,001 [art-exec-173418] [INFO ] (o.a.r.c.IntegrationCleanupServiceImpl:44) - cleaning jobs table
2019-09-17 01:32:00,003 [art-exec-173418] [INFO ] (o.a.r.c.IntegrationCleanupServiceImpl:48) - cleaned up 0 old job records
2019-09-17 04:00:00,001 [art-exec-177086] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-17 04:00:00,002 [art-exec-177086] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-17 04:00:00,003 [art-exec-177086] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-17 08:00:00,002 [art-exec-183040] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-17 08:00:00,003 [art-exec-183040] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-17 08:00:00,004 [art-exec-183040] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-17 08:00:00,007 [art-exec-183039] [INFO ] (o.a.s.ArtifactoryApplicationContext:638) - Beginning full system export...
2019-09-17 08:00:00,007 [art-exec-183039] [INFO ] (o.a.s.ArtifactoryApplicationContext:665) - Creating temp export directory: /var/opt/jfrog/artifactory-backup/backup-daily/current
2019-09-17 08:00:00,010 [art-exec-183039] [INFO ] (o.a.s.ArtifactoryApplicationContext:672) - Using backup directory: '/var/opt/jfrog/artifactory-backup/backup-daily/current'.
2019-09-17 08:00:00,010 [art-exec-183039] [INFO ] (o.a.c.CentralConfigServiceImpl:574) - Exporting config...
2019-09-17 08:00:00,187 [art-exec-183039] [INFO ] (o.a.s.a.AccessServiceImpl:1351) - Exporting serviceId to file
2019-09-17 08:00:00,247 [art-exec-183039] [INFO ] (o.a.s.a.AccessServiceImpl:1333) - Triggering export in access server...
2019-09-17 08:00:00,254 [http-nio-8040-exec-1] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting users...
2019-09-17 08:00:00,267 [http-nio-8040-exec-1] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting tokens...
2019-09-17 08:00:00,269 [http-nio-8040-exec-1] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting federation_events...
2019-09-17 08:00:00,270 [http-nio-8040-exec-1] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting federation_servers...
2019-09-17 08:00:00,274 [http-nio-8040-exec-1] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting permissions...
2019-09-17 08:00:00,280 [http-nio-8040-exec-1] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting groups...
2019-09-17 08:00:00,282 [http-nio-8040-exec-1] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting config...
2019-09-17 08:00:00,292 [http-nio-8040-exec-1] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting encryption...
2019-09-17 08:00:00,293 [http-nio-8040-exec-1] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting home...
2019-09-17 08:00:00,924 [art-exec-183039] [INFO ] (o.a.s.ArtifactoryApplicationContext:866) - Note: the etc exported folder has excessive permissions. Be careful with the files.
2019-09-17 08:00:00,925 [art-exec-183039] [INFO ] (o.a.r.s.RepositoryServiceImpl:837) - Exporting repositories...
2019-09-17 08:00:00,926 [art-exec-183039] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - artifactory-build-info export started with 55 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/artifactory-build-info'
2019-09-17 08:00:01,468 [art-exec-183039] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - artifactory-build-info export finished with: 55 Items exported (45 files and 10 folders), 0 Item skipped: (0 files and 0 folders).Duration: 542.29 millis IPS: 101.42 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/artifactory-build-info'
2019-09-17 08:00:01,479 [art-exec-183039] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - development export started with 11177 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/development'
2019-09-17 08:00:24,452 [art-exec-183039] [INFO ] (o.a.r.d.i.ImportExportAccumulator:93) - development exported 3000 items (2833 files 167 folders 130.53 ips) 0 skipped items (0 files 0 folders)...
2019-09-17 08:00:49,671 [art-exec-183039] [INFO ] (o.a.r.d.i.ImportExportAccumulator:93) - development exported 6000 items (5647 files 353 folders 124.48 ips) 0 skipped items (0 files 0 folders)...
2019-09-17 08:01:20,195 [art-exec-183039] [INFO ] (o.a.r.d.i.ImportExportAccumulator:93) - development exported 9000 items (8344 files 656 folders 114.32 ips) 0 skipped items (0 files 0 folders)...
2019-09-17 08:02:20,192 [art-exec-183039] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - development export finished with: 11177 Items exported (10306 files and 871 folders), 0 Item skipped: (0 files and 0 folders).Duration: 2.31 minutes IPS: 80.57 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/development'
2019-09-17 08:02:20,193 [art-exec-183039] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - plugins export started with 20 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/plugins'
2019-09-17 08:02:20,705 [art-exec-183039] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - plugins export finished with: 20 Items exported (10 files and 10 folders), 0 Item skipped: (0 files and 0 folders).Duration: 512.43 millis IPS: 39.03 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/plugins'
2019-09-17 08:02:20,706 [art-exec-183039] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - release export started with 172 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/release'
2019-09-17 08:02:22,836 [art-exec-183039] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - release export finished with: 172 Items exported (127 files and 45 folders), 0 Item skipped: (0 files and 0 folders).Duration: 2.13 secs IPS: 80.75 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/release'
2019-09-17 08:02:22,837 [art-exec-183039] [INFO ] (o.a.s.ArtifactoryApplicationContext:768) - Full system export completed successfully.
2019-09-17 12:00:00,001 [art-exec-189062] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-17 12:00:00,002 [art-exec-189062] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-17 12:00:00,003 [art-exec-189062] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-17 16:00:00,001 [art-exec-195095] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-17 16:00:00,002 [art-exec-195095] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-17 16:00:00,003 [art-exec-195095] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-17 20:00:00,002 [art-exec-201021] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-17 20:00:00,002 [art-exec-201021] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-17 20:00:00,003 [art-exec-201021] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-18 00:00:00,001 [art-exec-206998] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-18 00:00:00,002 [art-exec-206998] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-18 00:00:00,002 [art-exec-206998] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-18 00:12:00,002 [art-exec-207281] [INFO ] (o.a.r.c.VirtualCacheCleanupServiceImpl:116) - Starting cleanup of virtual repositories cache
2019-09-18 00:12:00,002 [art-exec-207281] [INFO ] (o.a.r.c.VirtualCacheCleanupServiceImpl:124) - Completed virtual repositories cleanup: removed 0 cached files.
2019-09-18 01:32:00,001 [art-exec-209295] [INFO ] (o.a.r.c.IntegrationCleanupServiceImpl:44) - cleaning jobs table
2019-09-18 01:32:00,002 [art-exec-209295] [INFO ] (o.a.r.c.IntegrationCleanupServiceImpl:48) - cleaned up 0 old job records
2019-09-18 04:00:00,002 [art-exec-212988] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-18 04:00:00,003 [art-exec-212988] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-18 04:00:00,003 [art-exec-212988] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-18 08:00:00,001 [art-exec-218956] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-18 08:00:00,002 [art-exec-218956] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-18 08:00:00,003 [art-exec-218956] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-18 08:00:00,006 [art-exec-218988] [INFO ] (o.a.s.ArtifactoryApplicationContext:638) - Beginning full system export...
2019-09-18 08:00:00,006 [art-exec-218988] [INFO ] (o.a.s.ArtifactoryApplicationContext:665) - Creating temp export directory: /var/opt/jfrog/artifactory-backup/backup-daily/current
2019-09-18 08:00:00,008 [art-exec-218988] [INFO ] (o.a.s.ArtifactoryApplicationContext:672) - Using backup directory: '/var/opt/jfrog/artifactory-backup/backup-daily/current'.
2019-09-18 08:00:00,008 [art-exec-218988] [INFO ] (o.a.c.CentralConfigServiceImpl:574) - Exporting config...
2019-09-18 08:00:00,807 [art-exec-218988] [INFO ] (o.a.s.a.AccessServiceImpl:1351) - Exporting serviceId to file
2019-09-18 08:00:00,846 [art-exec-218988] [INFO ] (o.a.s.a.AccessServiceImpl:1333) - Triggering export in access server...
2019-09-18 08:00:00,853 [http-nio-8040-exec-5] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting users...
2019-09-18 08:00:00,865 [http-nio-8040-exec-5] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting tokens...
2019-09-18 08:00:00,867 [http-nio-8040-exec-5] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting federation_events...
2019-09-18 08:00:00,868 [http-nio-8040-exec-5] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting federation_servers...
2019-09-18 08:00:00,869 [http-nio-8040-exec-5] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting permissions...
2019-09-18 08:00:00,876 [http-nio-8040-exec-5] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting groups...
2019-09-18 08:00:00,878 [http-nio-8040-exec-5] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting config...
2019-09-18 08:00:00,888 [http-nio-8040-exec-5] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting encryption...
2019-09-18 08:00:00,889 [http-nio-8040-exec-5] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting home...
2019-09-18 08:00:01,906 [art-exec-218988] [INFO ] (o.a.s.ArtifactoryApplicationContext:866) - Note: the etc exported folder has excessive permissions. Be careful with the files.
2019-09-18 08:00:01,907 [art-exec-218988] [INFO ] (o.a.r.s.RepositoryServiceImpl:837) - Exporting repositories...
2019-09-18 08:00:01,908 [art-exec-218988] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - artifactory-build-info export started with 55 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/artifactory-build-info'
2019-09-18 08:00:02,658 [art-exec-218988] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - artifactory-build-info export finished with: 55 Items exported (45 files and 10 folders), 0 Item skipped: (0 files and 0 folders).Duration: 749.46 millis IPS: 73.39 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/artifactory-build-info'
2019-09-18 08:00:02,669 [art-exec-218988] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - development export started with 11177 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/development'
2019-09-18 08:00:49,153 [art-exec-218988] [INFO ] (o.a.r.d.i.ImportExportAccumulator:93) - development exported 3000 items (2833 files 167 folders 64.52 ips) 0 skipped items (0 files 0 folders)...
2019-09-18 08:01:40,575 [art-exec-218988] [INFO ] (o.a.r.d.i.ImportExportAccumulator:93) - development exported 6000 items (5647 files 353 folders 61.28 ips) 0 skipped items (0 files 0 folders)...
2019-09-18 08:02:40,852 [art-exec-218988] [INFO ] (o.a.r.d.i.ImportExportAccumulator:93) - development exported 9000 items (8344 files 656 folders 56.89 ips) 0 skipped items (0 files 0 folders)...
2019-09-18 08:04:04,955 [art-exec-218988] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - development export finished with: 11177 Items exported (10306 files and 871 folders), 0 Item skipped: (0 files and 0 folders).Duration: 4.04 minutes IPS: 46.13 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/development'
2019-09-18 08:04:04,956 [art-exec-218988] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - plugins export started with 20 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/plugins'
2019-09-18 08:04:06,078 [art-exec-218988] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - plugins export finished with: 20 Items exported (10 files and 10 folders), 0 Item skipped: (0 files and 0 folders).Duration: 1.12 secs IPS: 17.82 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/plugins'
2019-09-18 08:04:06,079 [art-exec-218988] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - release export started with 172 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/release'
2019-09-18 08:04:10,376 [art-exec-218988] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - release export finished with: 172 Items exported (127 files and 45 folders), 0 Item skipped: (0 files and 0 folders).Duration: 4.3 secs IPS: 40.03 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/release'
2019-09-18 08:04:10,377 [art-exec-218988] [INFO ] (o.a.s.ArtifactoryApplicationContext:768) - Full system export completed successfully.
2019-09-18 12:00:00,001 [art-exec-224998] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-18 12:00:00,002 [art-exec-224998] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-18 12:00:00,003 [art-exec-224998] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-18 16:00:00,001 [art-exec-231033] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-18 16:00:00,002 [art-exec-231033] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-18 16:00:00,003 [art-exec-231033] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-18 20:00:00,002 [art-exec-237093] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-18 20:00:00,003 [art-exec-237093] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-18 20:00:00,005 [art-exec-237093] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-18 20:00:00,226 [art-exec-237093] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:546) - Found 29 candidates for deletion
2019-09-18 20:00:02,064 [art-exec-237093] [INFO ] (o.a.s.b.s.GarbageCollectorInfo:89) - Storage garbage collector report:
Number of binaries: 10,404
Total execution time: 2.04 secs
Candidates for deletion: 29
Checksums deleted: 29
Binaries deleted: 29
Total size freed: 44.71 KB
Current total size: 41.38 GB
2019-09-19 00:00:00,010 [art-exec-243044] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-19 00:00:00,011 [art-exec-243044] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-19 00:00:00,013 [art-exec-243044] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-19 00:12:00,001 [art-exec-243325] [INFO ] (o.a.r.c.VirtualCacheCleanupServiceImpl:116) - Starting cleanup of virtual repositories cache
2019-09-19 00:12:00,002 [art-exec-243325] [INFO ] (o.a.r.c.VirtualCacheCleanupServiceImpl:124) - Completed virtual repositories cleanup: removed 0 cached files.
2019-09-19 01:32:00,002 [art-exec-245333] [INFO ] (o.a.r.c.IntegrationCleanupServiceImpl:44) - cleaning jobs table
2019-09-19 01:32:00,003 [art-exec-245333] [INFO ] (o.a.r.c.IntegrationCleanupServiceImpl:48) - cleaned up 0 old job records
2019-09-19 04:00:00,001 [art-exec-249003] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-19 04:00:00,003 [art-exec-249003] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-19 04:00:00,004 [art-exec-249003] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-19 05:07:29,993 [http-nio-8081-exec-18] [INFO ] (o.a.u.r.s.a.c.r.CreateRepositoryConfigService:98) - Creating repository vendor
2019-09-19 05:07:30,037 [http-nio-8081-exec-18] [INFO ] (o.a.c.CentralConfigServiceImpl:615) - Reloading configuration... old revision 28, new revision 29
2019-09-19 05:07:30,116 [http-nio-8081-exec-18] [INFO ] (o.a.c.CentralConfigServiceImpl:374) - New configuration with revision 29 saved.
2019-09-19 05:07:30,117 [http-nio-8081-exec-18] [INFO ] (o.a.s.ArtifactoryApplicationContext:515) - Artifactory application context set to NOT READY by reload
2019-09-19 05:07:30,296 [http-nio-8081-exec-18] [INFO ] (o.a.s.ArtifactoryApplicationContext:515) - Artifactory application context set to READY by reload
2019-09-19 05:07:30,297 [http-nio-8081-exec-18] [INFO ] (o.a.c.CentralConfigServiceImpl:633) - Configuration reloaded.
2019-09-19 06:00:50,756 [http-nio-8081-exec-18] [WARN ] (o.a.r.ArtifactoryResponseBase:125) - Sending HTTP error code 403: User ctre-test is not permitted to deploy 'edu/wpi/first/East Noise Analysis.PNG' into 'vendor:edu/wpi/first/East Noise Analysis.PNG'.
2019-09-19 06:00:50,757 [http-nio-8081-exec-18] [ERROR] (o.a.u.r.s.a.d.ArtifactDeployService:129) - org.artifactory.api.repo.exception.RepoRejectException: Cannot deploy file 'East Noise Analysis.PNG'. User ctre-test is not permitted to deploy 'edu/wpi/first/East Noise Analysis.PNG' into 'vendor:edu/wpi/first/East Noise Analysis.PNG'.
2019-09-19 06:01:53,402 [http-nio-8081-exec-26] [WARN ] (o.a.m.MavenModelUtils:362) - Unable to read JAR to extract the POM from it.
2019-09-19 06:01:53,436 [http-nio-8081-exec-26] [ERROR] (o.a.r.c.e.m.GlobalExceptionMapper:48) - Cannot deploy file East Noise Analysis.PNG. Cause: /opt/jfrog/artifactory/data/tmp/artifactory-uploads/East Noise Analysis.PNG (No such file or directory)
org.artifactory.sapi.common.RepositoryRuntimeException: Cannot deploy file East Noise Analysis.PNG. Cause: /opt/jfrog/artifactory/data/tmp/artifactory-uploads/East Noise Analysis.PNG (No such file or directory)
at org.artifactory.repo.service.deploy.DeployServiceImpl.deploy(DeployServiceImpl.java:156)
at org.artifactory.repo.service.deploy.DeployServiceImpl.deploy(DeployServiceImpl.java:105)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.artifactory.request.aop.RequestAdvice.invoke(RequestAdvice.java:67)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy237.deploy(Unknown Source)
at org.artifactory.ui.rest.service.artifacts.deploy.ArtifactDeployService.doDeployment(ArtifactDeployService.java:149)
at org.artifactory.ui.rest.service.artifacts.deploy.ArtifactDeployService.deploy(ArtifactDeployService.java:122)
at org.artifactory.ui.rest.service.artifacts.deploy.ArtifactDeployService.execute(ArtifactDeployService.java:101)
at org.artifactory.rest.common.service.ServiceExecutor.process(ServiceExecutor.java:38)
at org.artifactory.rest.common.resource.BaseResource.runService(BaseResource.java:92)
at org.artifactory.ui.rest.resource.artifacts.deploy.DeployArtifactResource.deployArtifact(DeployArtifactResource.java:73)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:76)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:148)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:191)
at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:200)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:103)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:493)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:415)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:104)
at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:277)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:272)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:268)
at org.glassfish.jersey.internal.Errors.process(Errors.java:316)
at org.glassfish.jersey.internal.Errors.process(Errors.java:298)
at org.glassfish.jersey.internal.Errors.process(Errors.java:268)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:289)
at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:256)
at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:703)
at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:416)
at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:370)
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:389)
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:342)
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:229)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.artifactory.webapp.servlet.RepoFilter.execute(RepoFilter.java:191)
at org.artifactory.webapp.servlet.RepoFilter.doFilter(RepoFilter.java:97)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.artifactory.webapp.servlet.AccessFilter.useAuthentication(AccessFilter.java:427)
at org.artifactory.webapp.servlet.AccessFilter.doFilterInternal(AccessFilter.java:214)
at org.artifactory.webapp.servlet.AccessFilter.doFilter(AccessFilter.java:167)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.artifactory.webapp.servlet.RequestFilter.doFilter(RequestFilter.java:77)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.artifactory.webapp.servlet.ArtifactoryCsrfFilter.doFilter(ArtifactoryCsrfFilter.java:86)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:164)
at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:80)
at org.artifactory.webapp.servlet.SessionFilter.doFilter(SessionFilter.java:62)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.artifactory.webapp.servlet.ArtifactoryFilter.doFilter(ArtifactoryFilter.java:124)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493)
at org.apache.catalina.valves.rewrite.RewriteValve.invoke(RewriteValve.java:304)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:798)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:808)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.io.FileNotFoundException: /opt/jfrog/artifactory/data/tmp/artifactory-uploads/East Noise Analysis.PNG (No such file or directory)
at java.base/java.io.FileInputStream.open0(Native Method)
at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157)
at org.artifactory.repo.service.deploy.ArtifactoryDeployRequestBuilder.fileToDeploy(ArtifactoryDeployRequestBuilder.java:56)
at org.artifactory.repo.service.deploy.DeployServiceImpl.deploy(DeployServiceImpl.java:140)
... 86 common frames omitted
2019-09-19 06:02:12,954 [http-nio-8081-exec-1] [WARN ] (o.a.m.MavenModelUtils:362) - Unable to read JAR to extract the POM from it.
2019-09-19 06:02:12,956 [http-nio-8081-exec-1] [ERROR] (o.a.r.c.e.m.GlobalExceptionMapper:48) - Cannot deploy file East Noise Analysis.PNG. Cause: /opt/jfrog/artifactory/data/tmp/artifactory-uploads/East Noise Analysis.PNG (No such file or directory)
org.artifactory.sapi.common.RepositoryRuntimeException: Cannot deploy file East Noise Analysis.PNG. Cause: /opt/jfrog/artifactory/data/tmp/artifactory-uploads/East Noise Analysis.PNG (No such file or directory)
at org.artifactory.repo.service.deploy.DeployServiceImpl.deploy(DeployServiceImpl.java:156)
at org.artifactory.repo.service.deploy.DeployServiceImpl.deploy(DeployServiceImpl.java:105)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.artifactory.request.aop.RequestAdvice.invoke(RequestAdvice.java:67)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy237.deploy(Unknown Source)
at org.artifactory.ui.rest.service.artifacts.deploy.ArtifactDeployService.doDeployment(ArtifactDeployService.java:149)
at org.artifactory.ui.rest.service.artifacts.deploy.ArtifactDeployService.deploy(ArtifactDeployService.java:122)
at org.artifactory.ui.rest.service.artifacts.deploy.ArtifactDeployService.execute(ArtifactDeployService.java:101)
at org.artifactory.rest.common.service.ServiceExecutor.process(ServiceExecutor.java:38)
at org.artifactory.rest.common.resource.BaseResource.runService(BaseResource.java:92)
at org.artifactory.ui.rest.resource.artifacts.deploy.DeployArtifactResource.deployArtifact(DeployArtifactResource.java:73)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:76)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:148)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:191)
at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:200)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:103)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:493)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:415)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:104)
at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:277)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:272)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:268)
at org.glassfish.jersey.internal.Errors.process(Errors.java:316)
at org.glassfish.jersey.internal.Errors.process(Errors.java:298)
at org.glassfish.jersey.internal.Errors.process(Errors.java:268)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:289)
at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:256)
at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:703)
at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:416)
at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:370)
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:389)
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:342)
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:229)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.artifactory.webapp.servlet.RepoFilter.execute(RepoFilter.java:191)
at org.artifactory.webapp.servlet.RepoFilter.doFilter(RepoFilter.java:97)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.artifactory.webapp.servlet.AccessFilter.useAuthentication(AccessFilter.java:427)
at org.artifactory.webapp.servlet.AccessFilter.doFilterInternal(AccessFilter.java:214)
at org.artifactory.webapp.servlet.AccessFilter.doFilter(AccessFilter.java:167)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.artifactory.webapp.servlet.RequestFilter.doFilter(RequestFilter.java:77)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.artifactory.webapp.servlet.ArtifactoryCsrfFilter.doFilter(ArtifactoryCsrfFilter.java:86)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:164)
at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:80)
at org.artifactory.webapp.servlet.SessionFilter.doFilter(SessionFilter.java:62)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.artifactory.webapp.servlet.ArtifactoryFilter.doFilter(ArtifactoryFilter.java:124)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493)
at org.apache.catalina.valves.rewrite.RewriteValve.invoke(RewriteValve.java:304)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:798)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:808)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.io.FileNotFoundException: /opt/jfrog/artifactory/data/tmp/artifactory-uploads/East Noise Analysis.PNG (No such file or directory)
at java.base/java.io.FileInputStream.open0(Native Method)
at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157)
at org.artifactory.repo.service.deploy.ArtifactoryDeployRequestBuilder.fileToDeploy(ArtifactoryDeployRequestBuilder.java:56)
at org.artifactory.repo.service.deploy.DeployServiceImpl.deploy(DeployServiceImpl.java:140)
... 86 common frames omitted
2019-09-19 06:02:30,224 [http-nio-8081-exec-20] [WARN ] (o.a.r.ArtifactoryResponseBase:125) - Sending HTTP error code 403: User ctre-test is not permitted to deploy 'edu/wpi/first/ufo_rotate.m' into 'vendor:edu/wpi/first/ufo_rotate.m'.
2019-09-19 06:02:30,225 [http-nio-8081-exec-20] [ERROR] (o.a.u.r.s.a.d.ArtifactDeployService:129) - org.artifactory.api.repo.exception.RepoRejectException: Cannot deploy file 'ufo_rotate.m'. User ctre-test is not permitted to deploy 'edu/wpi/first/ufo_rotate.m' into 'vendor:edu/wpi/first/ufo_rotate.m'.
2019-09-19 06:02:38,195 [http-nio-8081-exec-28] [WARN ] (o.a.m.MavenModelUtils:362) - Unable to read JAR to extract the POM from it.
2019-09-19 06:02:38,197 [http-nio-8081-exec-28] [ERROR] (o.a.r.c.e.m.GlobalExceptionMapper:48) - Cannot deploy file ufo_rotate.m. Cause: /opt/jfrog/artifactory/data/tmp/artifactory-uploads/ufo_rotate.m (No such file or directory)
org.artifactory.sapi.common.RepositoryRuntimeException: Cannot deploy file ufo_rotate.m. Cause: /opt/jfrog/artifactory/data/tmp/artifactory-uploads/ufo_rotate.m (No such file or directory)
at org.artifactory.repo.service.deploy.DeployServiceImpl.deploy(DeployServiceImpl.java:156)
at org.artifactory.repo.service.deploy.DeployServiceImpl.deploy(DeployServiceImpl.java:105)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.artifactory.request.aop.RequestAdvice.invoke(RequestAdvice.java:67)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy237.deploy(Unknown Source)
at org.artifactory.ui.rest.service.artifacts.deploy.ArtifactDeployService.doDeployment(ArtifactDeployService.java:149)
at org.artifactory.ui.rest.service.artifacts.deploy.ArtifactDeployService.deploy(ArtifactDeployService.java:122)
at org.artifactory.ui.rest.service.artifacts.deploy.ArtifactDeployService.execute(ArtifactDeployService.java:101)
at org.artifactory.rest.common.service.ServiceExecutor.process(ServiceExecutor.java:38)
at org.artifactory.rest.common.resource.BaseResource.runService(BaseResource.java:92)
at org.artifactory.ui.rest.resource.artifacts.deploy.DeployArtifactResource.deployArtifact(DeployArtifactResource.java:73)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:76)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:148)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:191)
at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:200)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:103)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:493)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:415)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:104)
at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:277)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:272)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:268)
at org.glassfish.jersey.internal.Errors.process(Errors.java:316)
at org.glassfish.jersey.internal.Errors.process(Errors.java:298)
at org.glassfish.jersey.internal.Errors.process(Errors.java:268)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:289)
at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:256)
at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:703)
at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:416)
at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:370)
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:389)
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:342)
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:229)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.artifactory.webapp.servlet.RepoFilter.execute(RepoFilter.java:191)
at org.artifactory.webapp.servlet.RepoFilter.doFilter(RepoFilter.java:97)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.artifactory.webapp.servlet.AccessFilter.useAuthentication(AccessFilter.java:427)
at org.artifactory.webapp.servlet.AccessFilter.doFilterInternal(AccessFilter.java:214)
at org.artifactory.webapp.servlet.AccessFilter.doFilter(AccessFilter.java:167)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.artifactory.webapp.servlet.RequestFilter.doFilter(RequestFilter.java:77)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.artifactory.webapp.servlet.ArtifactoryCsrfFilter.doFilter(ArtifactoryCsrfFilter.java:86)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:164)
at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:80)
at org.artifactory.webapp.servlet.SessionFilter.doFilter(SessionFilter.java:62)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.artifactory.webapp.servlet.ArtifactoryFilter.doFilter(ArtifactoryFilter.java:124)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493)
at org.apache.catalina.valves.rewrite.RewriteValve.invoke(RewriteValve.java:304)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:798)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:808)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.io.FileNotFoundException: /opt/jfrog/artifactory/data/tmp/artifactory-uploads/ufo_rotate.m (No such file or directory)
at java.base/java.io.FileInputStream.open0(Native Method)
at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157)
at org.artifactory.repo.service.deploy.ArtifactoryDeployRequestBuilder.fileToDeploy(ArtifactoryDeployRequestBuilder.java:56)
at org.artifactory.repo.service.deploy.DeployServiceImpl.deploy(DeployServiceImpl.java:140)
... 86 common frames omitted
2019-09-19 06:03:27,023 [http-nio-8081-exec-6] [INFO ] (o.a.e.UploadServiceImpl:399) - Deploy to 'vendor:com/ctre/test/0.0.1/test-0.0.1-test.m' Content-Length: 7184
2019-09-19 06:03:27,128 [http-nio-8081-exec-6] [INFO ] (o.a.e.UploadServiceImpl:399) - Deploy to 'vendor:com/ctre/test/0.0.1/test-0.0.1.pom' Content-Length: 439
2019-09-19 08:00:00,002 [art-exec-254730] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-19 08:00:00,003 [art-exec-254730] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-19 08:00:00,006 [art-exec-254729] [INFO ] (o.a.s.ArtifactoryApplicationContext:638) - Beginning full system export...
2019-09-19 08:00:00,006 [art-exec-254729] [INFO ] (o.a.s.ArtifactoryApplicationContext:665) - Creating temp export directory: /var/opt/jfrog/artifactory-backup/backup-daily/current
2019-09-19 08:00:00,008 [art-exec-254729] [INFO ] (o.a.s.ArtifactoryApplicationContext:672) - Using backup directory: '/var/opt/jfrog/artifactory-backup/backup-daily/current'.
2019-09-19 08:00:00,012 [art-exec-254729] [INFO ] (o.a.c.CentralConfigServiceImpl:574) - Exporting config...
2019-09-19 08:00:00,028 [art-exec-254730] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-19 08:00:00,142 [art-exec-254729] [INFO ] (o.a.s.a.AccessServiceImpl:1351) - Exporting serviceId to file
2019-09-19 08:00:00,190 [art-exec-254729] [INFO ] (o.a.s.a.AccessServiceImpl:1333) - Triggering export in access server...
2019-09-19 08:00:00,196 [http-nio-8040-exec-2] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting users...
2019-09-19 08:00:00,212 [http-nio-8040-exec-2] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting tokens...
2019-09-19 08:00:00,222 [http-nio-8040-exec-2] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting federation_events...
2019-09-19 08:00:00,229 [http-nio-8040-exec-2] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting federation_servers...
2019-09-19 08:00:00,234 [http-nio-8040-exec-2] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting permissions...
2019-09-19 08:00:00,253 [http-nio-8040-exec-2] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting groups...
2019-09-19 08:00:00,259 [http-nio-8040-exec-2] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting config...
2019-09-19 08:00:00,273 [http-nio-8040-exec-2] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting encryption...
2019-09-19 08:00:00,278 [http-nio-8040-exec-2] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting home...
2019-09-19 08:00:01,336 [art-exec-254729] [INFO ] (o.a.s.ArtifactoryApplicationContext:866) - Note: the etc exported folder has excessive permissions. Be careful with the files.
2019-09-19 08:00:01,337 [art-exec-254729] [INFO ] (o.a.r.s.RepositoryServiceImpl:837) - Exporting repositories...
2019-09-19 08:00:01,343 [art-exec-254729] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - artifactory-build-info export started with 55 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/artifactory-build-info'
2019-09-19 08:00:01,937 [art-exec-254729] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - artifactory-build-info export finished with: 55 Items exported (45 files and 10 folders), 0 Item skipped: (0 files and 0 folders).Duration: 599.1 millis IPS: 91.8 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/artifactory-build-info'
2019-09-19 08:00:01,949 [art-exec-254729] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - development export started with 11177 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/development'
2019-09-19 08:00:49,277 [art-exec-254729] [INFO ] (o.a.r.d.i.ImportExportAccumulator:93) - development exported 3000 items (2833 files 167 folders 63.37 ips) 0 skipped items (0 files 0 folders)...
2019-09-19 08:01:39,017 [art-exec-254729] [INFO ] (o.a.r.d.i.ImportExportAccumulator:93) - development exported 6000 items (5647 files 353 folders 61.81 ips) 0 skipped items (0 files 0 folders)...
2019-09-19 08:02:35,258 [art-exec-254729] [INFO ] (o.a.r.d.i.ImportExportAccumulator:93) - development exported 9000 items (8344 files 656 folders 58.7 ips) 0 skipped items (0 files 0 folders)...
2019-09-19 08:03:59,650 [art-exec-254729] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - development export finished with: 11177 Items exported (10306 files and 871 folders), 0 Item skipped: (0 files and 0 folders).Duration: 3.96 minutes IPS: 47.02 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/development'
2019-09-19 08:03:59,652 [art-exec-254729] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - plugins export started with 20 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/plugins'
2019-09-19 08:04:00,486 [art-exec-254729] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - plugins export finished with: 20 Items exported (10 files and 10 folders), 0 Item skipped: (0 files and 0 folders).Duration: 834.84 millis IPS: 23.96 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/plugins'
2019-09-19 08:04:00,487 [art-exec-254729] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - release export started with 172 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/release'
2019-09-19 08:04:05,052 [art-exec-254729] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - release export finished with: 172 Items exported (127 files and 45 folders), 0 Item skipped: (0 files and 0 folders).Duration: 4.57 secs IPS: 37.68 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/release'
2019-09-19 08:04:05,053 [art-exec-254729] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - vendor export started with 8 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/vendor'
2019-09-19 08:04:05,322 [art-exec-254729] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - vendor export finished with: 8 Items exported (3 files and 5 folders), 0 Item skipped: (0 files and 0 folders).Duration: 269.57 millis IPS: 29.68 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/vendor'
2019-09-19 08:04:05,324 [art-exec-254729] [INFO ] (o.a.s.ArtifactoryApplicationContext:768) - Full system export completed successfully.
2019-09-19 12:00:00,001 [art-exec-260695] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-19 12:00:00,002 [art-exec-260695] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-19 12:00:00,003 [art-exec-260695] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-19 16:00:00,001 [art-exec-266700] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-19 16:00:00,002 [art-exec-266700] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-19 16:00:00,002 [art-exec-266700] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-19 20:00:00,002 [art-exec-272450] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-19 20:00:00,003 [art-exec-272450] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-19 20:00:00,004 [art-exec-272450] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-20 00:00:00,001 [art-exec-278433] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-20 00:00:00,002 [art-exec-278433] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-20 00:00:00,005 [art-exec-278433] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-20 00:12:00,001 [art-exec-278717] [INFO ] (o.a.r.c.VirtualCacheCleanupServiceImpl:116) - Starting cleanup of virtual repositories cache
2019-09-20 00:12:00,002 [art-exec-278717] [INFO ] (o.a.r.c.VirtualCacheCleanupServiceImpl:124) - Completed virtual repositories cleanup: removed 0 cached files.
2019-09-20 01:32:00,001 [art-exec-280713] [INFO ] (o.a.r.c.IntegrationCleanupServiceImpl:44) - cleaning jobs table
2019-09-20 01:32:00,014 [art-exec-280713] [INFO ] (o.a.r.c.IntegrationCleanupServiceImpl:48) - cleaned up 0 old job records
2019-09-20 04:00:00,002 [art-exec-284391] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-20 04:00:00,003 [art-exec-284391] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-20 04:00:00,004 [art-exec-284391] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-20 08:00:00,001 [art-exec-290365] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-20 08:00:00,002 [art-exec-290365] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-20 08:00:00,003 [art-exec-290365] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-20 08:00:00,007 [art-exec-290397] [INFO ] (o.a.s.ArtifactoryApplicationContext:638) - Beginning full system export...
2019-09-20 08:00:00,007 [art-exec-290397] [INFO ] (o.a.s.ArtifactoryApplicationContext:665) - Creating temp export directory: /var/opt/jfrog/artifactory-backup/backup-daily/current
2019-09-20 08:00:00,009 [art-exec-290397] [INFO ] (o.a.s.ArtifactoryApplicationContext:672) - Using backup directory: '/var/opt/jfrog/artifactory-backup/backup-daily/current'.
2019-09-20 08:00:00,009 [art-exec-290397] [INFO ] (o.a.c.CentralConfigServiceImpl:574) - Exporting config...
2019-09-20 08:00:00,172 [art-exec-290397] [INFO ] (o.a.s.a.AccessServiceImpl:1351) - Exporting serviceId to file
2019-09-20 08:00:00,206 [art-exec-290397] [INFO ] (o.a.s.a.AccessServiceImpl:1333) - Triggering export in access server...
2019-09-20 08:00:00,212 [http-nio-8040-exec-14] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting users...
2019-09-20 08:00:00,223 [http-nio-8040-exec-14] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting tokens...
2019-09-20 08:00:00,226 [http-nio-8040-exec-14] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting federation_events...
2019-09-20 08:00:00,230 [http-nio-8040-exec-14] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting federation_servers...
2019-09-20 08:00:00,231 [http-nio-8040-exec-14] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting permissions...
2019-09-20 08:00:00,238 [http-nio-8040-exec-14] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting groups...
2019-09-20 08:00:00,240 [http-nio-8040-exec-14] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting config...
2019-09-20 08:00:00,249 [http-nio-8040-exec-14] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting encryption...
2019-09-20 08:00:00,251 [http-nio-8040-exec-14] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting home...
2019-09-20 08:00:01,254 [art-exec-290397] [INFO ] (o.a.s.ArtifactoryApplicationContext:866) - Note: the etc exported folder has excessive permissions. Be careful with the files.
2019-09-20 08:00:01,255 [art-exec-290397] [INFO ] (o.a.r.s.RepositoryServiceImpl:837) - Exporting repositories...
2019-09-20 08:00:01,259 [art-exec-290397] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - artifactory-build-info export started with 55 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/artifactory-build-info'
2019-09-20 08:00:02,088 [art-exec-290397] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - artifactory-build-info export finished with: 55 Items exported (45 files and 10 folders), 0 Item skipped: (0 files and 0 folders).Duration: 832.01 millis IPS: 66.1 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/artifactory-build-info'
2019-09-20 08:00:02,099 [art-exec-290397] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - development export started with 11177 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/development'
2019-09-20 08:00:46,778 [art-exec-290397] [INFO ] (o.a.r.d.i.ImportExportAccumulator:93) - development exported 3000 items (2833 files 167 folders 67.13 ips) 0 skipped items (0 files 0 folders)...
2019-09-20 08:01:34,260 [art-exec-290397] [INFO ] (o.a.r.d.i.ImportExportAccumulator:93) - development exported 6000 items (5647 files 353 folders 65.1 ips) 0 skipped items (0 files 0 folders)...
2019-09-20 08:02:29,902 [art-exec-290397] [INFO ] (o.a.r.d.i.ImportExportAccumulator:93) - development exported 9000 items (8344 files 656 folders 60.89 ips) 0 skipped items (0 files 0 folders)...
2019-09-20 08:03:57,070 [art-exec-290397] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - development export finished with: 11177 Items exported (10306 files and 871 folders), 0 Item skipped: (0 files and 0 folders).Duration: 3.92 minutes IPS: 47.57 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/development'
2019-09-20 08:03:57,071 [art-exec-290397] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - plugins export started with 20 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/plugins'
2019-09-20 08:03:57,632 [art-exec-290397] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - plugins export finished with: 20 Items exported (10 files and 10 folders), 0 Item skipped: (0 files and 0 folders).Duration: 560.67 millis IPS: 35.67 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/plugins'
2019-09-20 08:03:57,633 [art-exec-290397] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - release export started with 172 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/release'
2019-09-20 08:04:01,104 [art-exec-290397] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - release export finished with: 172 Items exported (127 files and 45 folders), 0 Item skipped: (0 files and 0 folders).Duration: 3.47 secs IPS: 49.54 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/release'
2019-09-20 08:04:01,105 [art-exec-290397] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - vendor export started with 8 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/vendor'
2019-09-20 08:04:01,166 [art-exec-290397] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - vendor export finished with: 8 Items exported (3 files and 5 folders), 0 Item skipped: (0 files and 0 folders).Duration: 61.36 millis IPS: 130.39 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/vendor'
2019-09-20 08:04:01,167 [art-exec-290397] [INFO ] (o.a.s.ArtifactoryApplicationContext:768) - Full system export completed successfully.
2019-09-20 12:00:00,001 [art-exec-296372] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-20 12:00:00,002 [art-exec-296372] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-20 12:00:00,003 [art-exec-296372] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-20 16:00:00,001 [art-exec-302363] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-20 16:00:00,002 [art-exec-302363] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-20 16:00:00,003 [art-exec-302363] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-20 20:00:00,001 [art-exec-308353] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-20 20:00:00,002 [art-exec-308353] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-20 20:00:00,003 [art-exec-308353] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-21 00:00:00,001 [art-exec-314423] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-21 00:00:00,002 [art-exec-314423] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-21 00:00:00,003 [art-exec-314423] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-21 00:12:00,001 [art-exec-314715] [INFO ] (o.a.r.c.VirtualCacheCleanupServiceImpl:116) - Starting cleanup of virtual repositories cache
2019-09-21 00:12:00,002 [art-exec-314715] [INFO ] (o.a.r.c.VirtualCacheCleanupServiceImpl:124) - Completed virtual repositories cleanup: removed 0 cached files.
2019-09-21 01:32:00,001 [art-exec-316681] [INFO ] (o.a.r.c.IntegrationCleanupServiceImpl:44) - cleaning jobs table
2019-09-21 01:32:00,003 [art-exec-316681] [INFO ] (o.a.r.c.IntegrationCleanupServiceImpl:48) - cleaned up 0 old job records
2019-09-21 04:00:00,002 [art-exec-320383] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-21 04:00:00,003 [art-exec-320383] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-21 04:00:00,004 [art-exec-320383] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-21 08:00:00,001 [art-exec-326327] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-21 08:00:00,002 [art-exec-326327] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-21 08:00:00,003 [art-exec-326327] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
2019-09-21 08:00:00,006 [art-exec-326359] [INFO ] (o.a.s.ArtifactoryApplicationContext:638) - Beginning full system export...
2019-09-21 08:00:00,006 [art-exec-326359] [INFO ] (o.a.s.ArtifactoryApplicationContext:665) - Creating temp export directory: /var/opt/jfrog/artifactory-backup/backup-daily/current
2019-09-21 08:00:00,011 [art-exec-326359] [INFO ] (o.a.s.ArtifactoryApplicationContext:672) - Using backup directory: '/var/opt/jfrog/artifactory-backup/backup-daily/current'.
2019-09-21 08:00:00,011 [art-exec-326359] [INFO ] (o.a.c.CentralConfigServiceImpl:574) - Exporting config...
2019-09-21 08:00:00,380 [art-exec-326359] [INFO ] (o.a.s.a.AccessServiceImpl:1351) - Exporting serviceId to file
2019-09-21 08:00:00,456 [art-exec-326359] [INFO ] (o.a.s.a.AccessServiceImpl:1333) - Triggering export in access server...
2019-09-21 08:00:00,462 [http-nio-8040-exec-5] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting users...
2019-09-21 08:00:00,476 [http-nio-8040-exec-5] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting tokens...
2019-09-21 08:00:00,479 [http-nio-8040-exec-5] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting federation_events...
2019-09-21 08:00:00,481 [http-nio-8040-exec-5] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting federation_servers...
2019-09-21 08:00:00,483 [http-nio-8040-exec-5] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting permissions...
2019-09-21 08:00:00,489 [http-nio-8040-exec-5] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting groups...
2019-09-21 08:00:00,492 [http-nio-8040-exec-5] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting config...
2019-09-21 08:00:00,507 [http-nio-8040-exec-5] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting encryption...
2019-09-21 08:00:00,508 [http-nio-8040-exec-5] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting home...
2019-09-21 08:00:01,107 [art-exec-326359] [INFO ] (o.a.s.ArtifactoryApplicationContext:866) - Note: the etc exported folder has excessive permissions. Be careful with the files.
2019-09-21 08:00:01,108 [art-exec-326359] [INFO ] (o.a.r.s.RepositoryServiceImpl:837) - Exporting repositories...
2019-09-21 08:00:01,109 [art-exec-326359] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - artifactory-build-info export started with 55 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/artifactory-build-info'
2019-09-21 08:00:01,611 [art-exec-326359] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - artifactory-build-info export finished with: 55 Items exported (45 files and 10 folders), 0 Item skipped: (0 files and 0 folders).Duration: 502.96 millis IPS: 109.35 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/artifactory-build-info'
2019-09-21 08:00:01,622 [art-exec-326359] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - development export started with 11177 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/development'
2019-09-21 08:00:48,280 [art-exec-326359] [INFO ] (o.a.r.d.i.ImportExportAccumulator:93) - development exported 3000 items (2833 files 167 folders 64.28 ips) 0 skipped items (0 files 0 folders)...
2019-09-21 08:01:47,949 [art-exec-326359] [INFO ] (o.a.r.d.i.ImportExportAccumulator:93) - development exported 6000 items (5647 files 353 folders 56.42 ips) 0 skipped items (0 files 0 folders)...
2019-09-21 08:02:49,582 [art-exec-326359] [INFO ] (o.a.r.d.i.ImportExportAccumulator:93) - development exported 9000 items (8344 files 656 folders 53.58 ips) 0 skipped items (0 files 0 folders)...
2019-09-21 08:04:17,446 [art-exec-326359] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - development export finished with: 11177 Items exported (10306 files and 871 folders), 0 Item skipped: (0 files and 0 folders).Duration: 4.26 minutes IPS: 43.69 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/development'
2019-09-21 08:04:17,447 [art-exec-326359] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - plugins export started with 20 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/plugins'
2019-09-21 08:04:18,478 [art-exec-326359] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - plugins export finished with: 20 Items exported (10 files and 10 folders), 0 Item skipped: (0 files and 0 folders).Duration: 1.03 secs IPS: 19.38 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/plugins'
2019-09-21 08:04:18,479 [art-exec-326359] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - release export started with 172 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/release'
2019-09-21 08:04:20,807 [art-exec-326359] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - release export finished with: 172 Items exported (127 files and 45 folders), 0 Item skipped: (0 files and 0 folders).Duration: 2.33 secs IPS: 73.86 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/release'
2019-09-21 08:04:20,808 [art-exec-326359] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - vendor export started with 8 nodes to: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/vendor'
2019-09-21 08:04:20,940 [art-exec-326359] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - vendor export finished with: 8 Items exported (3 files and 5 folders), 0 Item skipped: (0 files and 0 folders).Duration: 132.22 millis IPS: 60.51 Target: '/var/opt/jfrog/artifactory-backup/backup-daily/current/repositories/vendor'
2019-09-21 08:04:20,941 [art-exec-326359] [INFO ] (o.a.s.ArtifactoryApplicationContext:768) - Full system export completed successfully.
2019-09-21 09:00:00,005 [art-exec-327787] [INFO ] (o.a.s.ArtifactoryApplicationContext:638) - Beginning full system export...
2019-09-21 09:00:00,007 [art-exec-327787] [INFO ] (o.a.s.ArtifactoryApplicationContext:665) - Creating temp export directory: /var/opt/jfrog/artifactory-backup/backup-weekly/20190921.090000.tmp
2019-09-21 09:00:00,034 [art-exec-327787] [INFO ] (o.a.s.ArtifactoryApplicationContext:672) - Using backup directory: '/var/opt/jfrog/artifactory-backup/backup-weekly/20190921.090000.tmp'.
2019-09-21 09:00:00,034 [art-exec-327787] [INFO ] (o.a.c.CentralConfigServiceImpl:574) - Exporting config...
2019-09-21 09:00:00,116 [art-exec-327787] [INFO ] (o.a.s.a.AccessServiceImpl:1351) - Exporting serviceId to file
2019-09-21 09:00:00,157 [art-exec-327787] [INFO ] (o.a.s.a.AccessServiceImpl:1333) - Triggering export in access server...
2019-09-21 09:00:00,162 [http-nio-8040-exec-13] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting users...
2019-09-21 09:00:00,172 [http-nio-8040-exec-13] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting tokens...
2019-09-21 09:00:00,173 [http-nio-8040-exec-13] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting federation_events...
2019-09-21 09:00:00,174 [http-nio-8040-exec-13] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting federation_servers...
2019-09-21 09:00:00,175 [http-nio-8040-exec-13] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting permissions...
2019-09-21 09:00:00,181 [http-nio-8040-exec-13] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting groups...
2019-09-21 09:00:00,184 [http-nio-8040-exec-13] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting config...
2019-09-21 09:00:00,194 [http-nio-8040-exec-13] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting encryption...
2019-09-21 09:00:00,195 [http-nio-8040-exec-13] [JFrog-Access] [INFO ] (o.j.a.s.s.b.AccessImporterExporterImpl:63) - Exporting home...
2019-09-21 09:00:00,630 [art-exec-327787] [INFO ] (o.a.s.ArtifactoryApplicationContext:866) - Note: the etc exported folder has excessive permissions. Be careful with the files.
2019-09-21 09:00:00,632 [art-exec-327787] [INFO ] (o.a.r.s.RepositoryServiceImpl:837) - Exporting repositories...
2019-09-21 09:00:00,633 [art-exec-327787] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - artifactory-build-info export started with 55 nodes to: '/var/opt/jfrog/artifactory-backup/backup-weekly/20190921.090000.tmp/repositories/artifactory-build-info'
2019-09-21 09:00:04,958 [art-exec-327787] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - artifactory-build-info export finished with: 55 Items exported (45 files and 10 folders), 0 Item skipped: (0 files and 0 folders).Duration: 4.33 secs IPS: 12.71 Target: '/var/opt/jfrog/artifactory-backup/backup-weekly/20190921.090000.tmp/repositories/artifactory-build-info'
2019-09-21 09:00:04,972 [art-exec-327787] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - development export started with 11177 nodes to: '/var/opt/jfrog/artifactory-backup/backup-weekly/20190921.090000.tmp/repositories/development'
2019-09-21 09:15:08,453 [art-exec-327787] [INFO ] (o.a.r.d.i.ImportExportAccumulator:93) - development exported 3000 items (2833 files 167 folders 3.32 ips) 0 skipped items (0 files 0 folders)...
2019-09-21 09:21:52,516 [art-exec-327787] [INFO ] (o.a.r.d.i.ImportExportAccumulator:93) - development exported 6000 items (5647 files 353 folders 4.59 ips) 0 skipped items (0 files 0 folders)...
2019-09-21 09:33:06,977 [art-exec-327787] [INFO ] (o.a.r.d.i.ImportExportAccumulator:93) - development exported 9000 items (8344 files 656 folders 4.54 ips) 0 skipped items (0 files 0 folders)...
2019-09-21 09:54:23,172 [art-exec-327787] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - development export finished with: 11177 Items exported (10306 files and 871 folders), 0 Item skipped: (0 files and 0 folders).Duration: 54.3 minutes IPS: 3.43 Target: '/var/opt/jfrog/artifactory-backup/backup-weekly/20190921.090000.tmp/repositories/development'
2019-09-21 09:54:23,174 [art-exec-327787] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - plugins export started with 20 nodes to: '/var/opt/jfrog/artifactory-backup/backup-weekly/20190921.090000.tmp/repositories/plugins'
2019-09-21 09:54:23,942 [art-exec-327787] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - plugins export finished with: 20 Items exported (10 files and 10 folders), 0 Item skipped: (0 files and 0 folders).Duration: 767.7 millis IPS: 26.05 Target: '/var/opt/jfrog/artifactory-backup/backup-weekly/20190921.090000.tmp/repositories/plugins'
2019-09-21 09:54:23,943 [art-exec-327787] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - release export started with 172 nodes to: '/var/opt/jfrog/artifactory-backup/backup-weekly/20190921.090000.tmp/repositories/release'
2019-09-21 09:56:27,335 [art-exec-327787] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - release export finished with: 172 Items exported (127 files and 45 folders), 0 Item skipped: (0 files and 0 folders).Duration: 2.06 minutes IPS: 1.39 Target: '/var/opt/jfrog/artifactory-backup/backup-weekly/20190921.090000.tmp/repositories/release'
2019-09-21 09:56:27,335 [art-exec-327787] [INFO ] (o.a.r.d.i.DbRepoExportHandler:75) - vendor export started with 8 nodes to: '/var/opt/jfrog/artifactory-backup/backup-weekly/20190921.090000.tmp/repositories/vendor'
2019-09-21 09:56:27,607 [art-exec-327787] [INFO ] (o.a.r.d.i.DbRepoExportHandler:85) - vendor export finished with: 8 Items exported (3 files and 5 folders), 0 Item skipped: (0 files and 0 folders).Duration: 271.97 millis IPS: 29.42 Target: '/var/opt/jfrog/artifactory-backup/backup-weekly/20190921.090000.tmp/repositories/vendor'
2019-09-21 09:56:27,612 [art-exec-327787] [INFO ] (o.a.s.ArtifactoryApplicationContext:768) - Full system export completed successfully.
2019-09-21 12:00:00,002 [art-exec-331401] [INFO ] (o.a.s.d.b.s.BinaryServiceImpl:578) - Triggering Garbage Collection
2019-09-21 12:00:00,002 [art-exec-331401] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:54) - Starting GC strategy 'TRASH_AND_BINARIES'
2019-09-21 12:00:00,004 [art-exec-331401] [INFO ] (o.a.s.d.b.s.g.GarbageCollector:56) - Finished GC Strategy 'TRASH_AND_BINARIES'
Terminating Artifactory
/usr/bin/java
finding
Using the default catalina management port (8015) to test shutdown
Stopping Artifactory Tomcat...
2019-09-21 14:36:02,754 [localhost-startStop-5] [INFO ] (o.a.s.ArtifactoryApplicationContext:515) - Artifactory application context set to NOT READY by destroy
2019-09-21 14:36:02,773 [Thread-3] [INFO ] (o.j.c.w.FileWatchingManager:123) - Watch service ended on destroy
2019-09-21 14:36:02,773 [Thread-3] [INFO ] (o.j.c.w.FileWatchingManager:129) - End watch of folder configurations
2019-09-21 14:36:02,814 [localhost-startStop-5] [INFO ] (o.a.s.ArtifactoryApplicationContext:351) - Destroying 41 Artifactory Spring Beans
2019-09-21 14:36:02,815 [localhost-startStop-5] [INFO ] (o.a.s.BaseTaskServiceDescriptorHandler:43) - Removing all job Backup from task service handler.
2019-09-21 14:36:02,836 [localhost-startStop-5] [INFO ] (o.a.s.BaseTaskServiceDescriptorHandler:43) - Removing all job Indexer from task service handler.
2019-09-21 14:36:02,837 [localhost-startStop-5] [INFO ] (o.a.s.BaseTaskServiceDescriptorHandler:43) - Removing all job Garbage Collector from task service handler.
2019-09-21 14:36:02,838 [localhost-startStop-5] [INFO ] (o.a.s.BaseTaskServiceDescriptorHandler:43) - Removing all job Artifact Cleanup from task service handler.
2019-09-21 14:36:02,882 [localhost-startStop-5] [INFO ] (o.a.s.ArtifactorySchedulerFactoryBean:844) - Shutting down Quartz Scheduler
Tomcat stopped.
Artifactory Tomcat stopped
2019-09-21 14:36:36 [485 entrypoint-artifactory.sh] Preparing to run Artifactory in Docker
2019-09-21 14:36:36 [486 entrypoint-artifactory.sh] Running as uid=1030(artifactory) gid=1030(artifactory)
2019-09-21 14:36:36 [49 entrypoint-artifactory.sh] Dockerfile for this image can found inside the container.
2019-09-21 14:36:36 [50 entrypoint-artifactory.sh] To view the Dockerfile: 'cat /docker/artifactory-oss/Dockerfile.artifactory'.
2019-09-21 14:36:36 [55 entrypoint-artifactory.sh] Checking open files and processes limits
2019-09-21 14:36:36 [58 entrypoint-artifactory.sh] Current max open files is 32000
2019-09-21 14:36:36 [70 entrypoint-artifactory.sh] Current max open processes is 65535
2019-09-21 14:36:36 [198 entrypoint-artifactory.sh] Setting up Artifactory data directories if missing
2019-09-21 14:36:36 [169 entrypoint-artifactory.sh] Testing directory /var/opt/jfrog/artifactory has read/write permissions for user 'artifactory' (id 1030)
2019-09-21 14:36:36 [194 entrypoint-artifactory.sh] Permissions for /var/opt/jfrog/artifactory are good
2019-09-21 14:36:36 [395 entrypoint-artifactory.sh] Checking DB_TYPE
2019-09-21 14:36:36 [424 entrypoint-artifactory.sh] Artifactory will use embedded Derby DB
2019-09-21 14:36:36 [278 entrypoint-artifactory.sh] Setting DB max connections if needed
2019-09-21 14:36:36 [317 entrypoint-artifactory.sh] Not needed. DB_POOL_MAX_ACTIVE not set
2019-09-21 14:36:36 [79 entrypoint-artifactory.sh] Customising Tomcat server.xml if needed
2019-09-21 14:36:36 [125 entrypoint-artifactory.sh] No Tomcat server.xml customizations found
2019-09-21 14:36:36 [441 entrypoint-artifactory.sh] Adding extra certificates to Java keystore if exist
2019-09-21 14:36:36 [464 entrypoint-artifactory.sh] No extra certificates found
2019-09-21 14:36:36 [469 entrypoint-artifactory.sh] Adding EXTRA_JAVA_OPTIONS if exist
2019-09-21 14:36:36 [498 entrypoint-artifactory.sh] Setup done. Running Artifactory
/usr/bin/java
2019-09-21 14:36:39 [UNDEFINED] [INFO ] Fetched Artifactory [artifactory.home=null] from servlet context
2019-09-21 14:36:39 [UNDEFINED] [INFO ] Resolved Artifactory home by logger [artifactory.home=/opt/jfrog/artifactory].
14:36:39.845 [Thread-3] INFO org.jfrog.config.watch.FileWatchingManager - Starting watch of folder configurations
14:36:39.952 [localhost-startStop-2] DEBUG org.artifactory.converter.VersionProviderImpl - Last Artifactory database version is: 6.12.2
14:36:39.973 [localhost-startStop-2] INFO org.artifactory.converter.ConvertersManagerImpl - Triggering PRE_INIT conversion, from 6.12.2 to org.artifactory.version.ArtifactoryVersionImpl@7d7f3ed8
14:36:39.973 [localhost-startStop-2] INFO org.artifactory.converter.ConvertersManagerImpl - Finished PRE_INIT conversion, current version is: org.artifactory.version.ArtifactoryVersionImpl@7d7f3ed8
2019-09-21 14:36:39 [ARTIFACTORY] [INFO ] Master key file found.
/\
/ \ ___ ___ ___ ___ ___
/ /\ \ / __/ __/ _ \/ __/ __|
/ ____ \ (_| (_| __/\__ \__ \
/_/ \_\___\___\___||___/___/
Access Version: 4.6.6
Access Revision: 40606900
2019-09-21 14:36:41.394 INFO 215 --- [ost-startStop-1] o.j.a.s.startup.AccessHomeFinderImpl : Using JFrog Access home at '/opt/jfrog/artifactory/access' resolved from: System property (Artifactory)
2019-09-21 14:36:41,751 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.c.JFrogApplicationContextInitializer:74) - Using JFrog Access home at '/opt/jfrog/artifactory/access'
2019-09-21 14:36:41,760 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.AccessApplication:50) - Starting AccessApplication v4.6.6 on 501eefab3f29 with PID 215 (/opt/jfrog/artifactory/tomcat/webapps/access/WEB-INF/lib/access-application-4.6.6.jar started by artifactory in /)
2019-09-21 14:36:41,760 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.AccessApplication:679) - The following profiles are active: production
14:36:49.650 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Current active catalog: null
14:36:49.650 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Active schema resolved to: APP, DB type: DERBY
14:36:49.651 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Searching for table 'MASTER_KEY_STATUS' under schema 'APP' catalog 'null'
2019-09-21 14:36:49,658 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.d.u.AccessJdbcHelperImpl:132) - Database: Apache Derby 10.14.2.0 - (1828579). Driver: Apache Derby Embedded JDBC Driver 10.14.2.0 - (1828579)
2019-09-21 14:36:49,660 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.d.u.AccessJdbcHelperImpl:135) - Connection URL: jdbc:derby:/opt/jfrog/artifactory/data/derby
14:36:49.868 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Searched for table: 'MASTER_KEY_STATUS'. Got result: ''
14:36:50.034 [localhost-startStop-2] DEBUG org.artifactory.converter.VersionProviderImpl - Last Artifactory database version is: 6.12.2
14:36:50.035 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Current active catalog: null
14:36:50.035 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Active schema resolved to: APP, DB type: DERBY
14:36:50.035 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Searching for table 'CONFIGS' under schema 'APP' catalog 'null'
14:36:50.037 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Searched for table: 'CONFIGS'. Got result: ''
2019-09-21 14:36:50 [ARTIFACTORY] [INFO ] Starting file sync
2019-09-21 14:36:50 [ARTIFACTORY] [INFO ] Starting Artifactory [artifactory.home=/opt/jfrog/artifactory].
2019-09-21 14:36:50,964 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.c.s.InternalConfigurationServiceBase:154) - Loading configuration from db finished successfully
2019-09-21 14:36:51,028 [art-init] [INFO ] (o.a.w.s.ArtifactoryContextConfigListener:270) -
_ _ __ _ ____ _____ _____
/\ | | (_)/ _| | | / __ \ / ____/ ____|
/ \ _ __| |_ _| |_ __ _ ___| |_ ___ _ __ _ _ | | | | (___| (___
/ /\ \ | '__| __| | _/ _` |/ __| __/ _ \| '__| | | | | | | |\___ \\___ \
/ ____ \| | | |_| | || (_| | (__| || (_) | | | |_| | | |__| |____) |___) |
/_/ \_\_| \__|_|_| \__,_|\___|\__\___/|_| \__, | \____/|_____/_____/
Version: 6.12.2 __/ |
Revision: 61202900 |___/
Artifactory Home: '/opt/jfrog/artifactory'
2019-09-21 14:36:51,164 [art-init] [INFO ] (o.a.s.ArtifactoryApplicationContext:515) - Artifactory application context set to NOT READY by refresh
2019-09-21 14:36:51,618 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.s.m.MasterKeyBootstrapper:54) - Found master.key file at /opt/jfrog/artifactory/etc/security/master.key, using it as master.key
2019-09-21 14:36:52,083 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.s.t.TokenServiceImpl:100) - Scheduling task for revoking expired tokens using cron expression: 0 0 0/1 * * ?
2019-09-21 14:36:52,546 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.AccessServerBootstrapImpl:119) - [ACCESS BOOTSTRAP] Starting JFrog Access bootstrap...
2019-09-21 14:36:53,430 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.r.s.GrpcServerImpl:55) - Starting gRPC Server on port 8045
2019-09-21 14:36:54,137 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.r.s.GrpcServerImpl:72) - gRPC Server started, listening on 8045
2019-09-21 14:36:54,175 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.AccessServerBootstrapImpl:181) - [ACCESS BOOTSTRAP] Updating server '28ae496a-e55f-4cac-8b0d-35aec1199901' private key finger print to: 69bb83a3995663c8765a3d227586809f369cc95b17b501bd9cfdf571a0efac98
2019-09-21 14:36:54,357 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.AccessServerBootstrapImpl:142) - [ACCESS BOOTSTRAP] JFrog Access bootstrap finished.
2019-09-21 14:36:55,682 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.c.RefreshableScheduledJob:53) - Scheduling heartbeat task to run every 5 seconds
2019-09-21 14:36:55,686 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.c.RefreshableScheduledJob:53) - Scheduling federationCleanupService task to run every 1209600 seconds
2019-09-21 14:36:57,509 [art-init] [INFO ] (o.a.s.d.DbServiceImpl:279) - Database: Apache Derby 10.14.2.0 - (1828579). Driver: Apache Derby Embedded JDBC Driver 10.14.2.0 - (1828579) Pool: derby
2019-09-21 14:36:57,510 [art-init] [INFO ] (o.a.s.d.DbServiceImpl:282) - Connection URL: jdbc:derby:/opt/jfrog/artifactory/data/derby
2019-09-21 14:36:57,583 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.AccessApplication:59) - Started AccessApplication in 17.305 seconds (JVM running for 20.762)
2019-09-21 14:36:58,808 [art-init] [INFO ] (o.j.s.b.p.t.BinaryProviderClassScanner:76) - Added 'empty, external-file, external-wrapper, file-system, cache-fs, retry' from jar:file:/opt/jfrog/artifactory/tomcat/webapps/artifactory/WEB-INF/lib/binary-store-core-3.4.6.jar!/
2019-09-21 14:36:58,811 [art-init] [INFO ] (o.j.s.b.p.t.BinaryProviderClassScanner:76) - Added 'blob' from jar:file:/opt/jfrog/artifactory/tomcat/webapps/artifactory/WEB-INF/lib/artifactory-storage-db-6.12.2.jar!/
2019-09-21 14:36:59,332 [art-init] [WARN ] (o.a.s.ArtifactoryApplicationContext:254) - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accessUserGroupStoreService': Unsatisfied dependency expressed through field 'accessService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accessServiceImpl': Unsatisfied dependency expressed through method 'setCentralConfigService' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'centralConfig': Unsatisfied dependency expressed through field 'authService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'securityServiceImpl': Unsatisfied dependency expressed through field 'repositoryService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'repositoryServiceImpl': Unsatisfied dependency expressed through field 'uploadService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'uploadServiceImpl': Unsatisfied dependency expressed through method 'setBinaryService' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryServiceImpl': Invocation of init method failed; nested exception is BinaryStorageException: 503 : Could not create temporary pre store folder '/var/opt/jfrog/artifactory-filestore/_pre'
2019-09-21 14:36:59,349 [art-init] [ERROR] (o.a.w.s.ArtifactoryContextConfigListener:96) - Application could not be initialized: 503 : Could not create temporary pre store folder '/var/opt/jfrog/artifactory-filestore/_pre'
java.lang.reflect.InvocationTargetException: null
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
at org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.configure(ArtifactoryContextConfigListener.java:211)
at org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.access$200(ArtifactoryContextConfigListener.java:67)
at org.artifactory.webapp.servlet.ArtifactoryContextConfigListener$1.run(ArtifactoryContextConfigListener.java:92)
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accessUserGroupStoreService': Unsatisfied dependency expressed through field 'accessService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accessServiceImpl': Unsatisfied dependency expressed through method 'setCentralConfigService' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'centralConfig': Unsatisfied dependency expressed through field 'authService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'securityServiceImpl': Unsatisfied dependency expressed through field 'repositoryService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'repositoryServiceImpl': Unsatisfied dependency expressed through field 'uploadService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'uploadServiceImpl': Unsatisfied dependency expressed through method 'setBinaryService' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryServiceImpl': Invocation of init method failed; nested exception is BinaryStorageException: 503 : Could not create temporary pre store folder '/var/opt/jfrog/artifactory-filestore/_pre'
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:596)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:90)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:374)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1411)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:592)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:843)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
at org.artifactory.spring.ArtifactoryApplicationContext.refresh(ArtifactoryApplicationContext.java:254)
at org.artifactory.spring.ArtifactoryApplicationContext.<init>(ArtifactoryApplicationContext.java:149)
... 7 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accessServiceImpl': Unsatisfied dependency expressed through method 'setCentralConfigService' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'centralConfig': Unsatisfied dependency expressed through field 'authService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'securityServiceImpl': Unsatisfied dependency expressed through field 'repositoryService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'repositoryServiceImpl': Unsatisfied dependency expressed through field 'uploadService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'uploadServiceImpl': Unsatisfied dependency expressed through method 'setBinaryService' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryServiceImpl': Invocation of init method failed; nested exception is BinaryStorageException: 503 : Could not create temporary pre store folder '/var/opt/jfrog/artifactory-filestore/_pre'
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:676)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:90)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:374)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1411)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:592)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:277)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1248)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1168)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:593)
... 21 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'centralConfig': Unsatisfied dependency expressed through field 'authService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'securityServiceImpl': Unsatisfied dependency expressed through field 'repositoryService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'repositoryServiceImpl': Unsatisfied dependency expressed through field 'uploadService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'uploadServiceImpl': Unsatisfied dependency expressed through method 'setBinaryService' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryServiceImpl': Invocation of init method failed; nested exception is BinaryStorageException: 503 : Could not create temporary pre store folder '/var/opt/jfrog/artifactory-filestore/_pre'
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:596)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:90)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:374)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1411)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:592)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:277)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1248)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1168)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:668)
... 34 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'securityServiceImpl': Unsatisfied dependency expressed through field 'repositoryService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'repositoryServiceImpl': Unsatisfied dependency expressed through field 'uploadService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'uploadServiceImpl': Unsatisfied dependency expressed through method 'setBinaryService' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryServiceImpl': Invocation of init method failed; nested exception is BinaryStorageException: 503 : Could not create temporary pre store folder '/var/opt/jfrog/artifactory-filestore/_pre'
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:596)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:90)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:374)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1411)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:592)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:277)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1248)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1168)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:593)
... 47 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'repositoryServiceImpl': Unsatisfied dependency expressed through field 'uploadService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'uploadServiceImpl': Unsatisfied dependency expressed through method 'setBinaryService' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryServiceImpl': Invocation of init method failed; nested exception is BinaryStorageException: 503 : Could not create temporary pre store folder '/var/opt/jfrog/artifactory-filestore/_pre'
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:596)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:90)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:374)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1411)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:592)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:277)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1248)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1168)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:593)
... 60 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'uploadServiceImpl': Unsatisfied dependency expressed through method 'setBinaryService' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryServiceImpl': Invocation of init method failed; nested exception is BinaryStorageException: 503 : Could not create temporary pre store folder '/var/opt/jfrog/artifactory-filestore/_pre'
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:676)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:90)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:374)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1411)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:592)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:277)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1248)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1168)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:593)
... 73 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryServiceImpl': Invocation of init method failed; nested exception is BinaryStorageException: 503 : Could not create temporary pre store folder '/var/opt/jfrog/artifactory-filestore/_pre'
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:139)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1770)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:277)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1248)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1168)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:668)
... 86 common frames omitted
Caused by: org.jfrog.storage.binstore.exceptions.BinaryStorageException: 503 : Could not create temporary pre store folder '/var/opt/jfrog/artifactory-filestore/_pre'
at org.jfrog.storage.binstore.providers.FileBinaryProviderReadOnlyBase.verifyState(FileBinaryProviderReadOnlyBase.java:86)
at org.jfrog.storage.binstore.providers.FileBinaryProviderBase.verifyState(FileBinaryProviderBase.java:52)
at org.jfrog.storage.binstore.providers.FileBinaryProviderReadOnlyBase.initialize(FileBinaryProviderReadOnlyBase.java:61)
at org.jfrog.storage.binstore.providers.builder.BinaryProviderFactory.build(BinaryProviderFactory.java:98)
at org.jfrog.storage.binstore.providers.builder.BinaryProviderFactory.build(BinaryProviderFactory.java:86)
at org.jfrog.storage.binstore.providers.builder.BinaryProviderFactory.buildProviders(BinaryProviderFactory.java:75)
at org.jfrog.storage.binstore.manager.BinaryProviderManagerImpl.<init>(BinaryProviderManagerImpl.java:115)
at org.artifactory.storage.db.binstore.service.BinaryServiceImpl.initialize(BinaryServiceImpl.java:187)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:363)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)
... 98 common frames omitted
2019-09-21 14:37:59,645 [http-nio-8081-exec-1] [ERROR] (o.a.w.s.ArtifactoryFilter:194) - Artifactory failed to initialize: Context is null
@AustinShalit
Copy link
Author

I updated this to remove unneeded content

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment