Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 3.7.0, 3.8.0, 3.9.0, 3.10.0, 3.11.0, 3.12.0, 3.13.0, 3.14.0, 3.15.2
-
Fix Version/s: None
-
Component/s: Docker-Nexus
-
Labels:
-
Environment:OpenMediaVault (debian distro) I have tried with Oracle Java 8 and OpenJava 8
Description
"2019-03-28 01:44:10,853+0000 INFO [FelixStartLevel] SYSTEM com.orientechnologies.orient.server.OServer - OrientDB Server v2.2.36 (build d3beb772c02098ceaea89779a7afd4b7305d3788, branch 2.2.x) is starting up...
2019-03-28 01:44:10,858+0000 INFO [FelixStartLevel] SYSTEM com.orientechnologies.orient.server.OServer - Databases directory: /nexus-data/db
2019-03-28 01:44:11,154+0000 INFO [FelixStartLevel] SYSTEM com.orientechnologies.orient.core.engine.OMemoryAndLocalPaginatedEnginesInitializer - Configuration of usage of soft references inside of containers of results of SQL executi$
2019-03-28 01:44:11,155+0000 INFO [FelixStartLevel] SYSTEM com.orientechnologies.orient.core.engine.OMemoryAndLocalPaginatedEnginesInitializer - Initial and maximum values of heap memory usage are equal, containers of results of SQL $
2019-03-28 01:44:11,156+0000 INFO [FelixStartLevel] SYSTEM com.orientechnologies.orient.core.engine.OMemoryAndLocalPaginatedEnginesInitializer - Auto configuration of disk cache size.
2019-03-28 01:44:11,310+0000 ERROR [FelixStartLevel] SYSTEM org.sonatype.nexus.internal.orient.DatabaseServerImpl - Failed transition: NEW -> STARTED
java.lang.reflect.InvocationTargetException: null
at org.sonatype.nexus.common.stateguard.MethodInvocationAction.run(MethodInvocationAction.java:45)
at org.sonatype.nexus.common.stateguard.StateGuard$TransitionImpl.run(StateGuard.java:193)
at org.sonatype.nexus.common.stateguard.TransitionsInterceptor.invoke(TransitionsInterceptor.java:56)
at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:77)
at com.google.inject.internal.InterceptorStackCallback.intercept(InterceptorStackCallback.java:55)
at org.sonatype.nexus.internal.orient.DatabaseServerImplEnhancerByGuiceEnhancerByGuice71c8a538.start(<generated>)
at org.sonatype.nexus.internal.orient.OrientBootstrap.doStart(OrientBootstrap.java:78)
at org.sonatype.nexus.common.stateguard.StateGuardLifecycleSupport.start(StateGuardLifecycleSupport.java:67)
at org.sonatype.nexus.internal.orient.OrientBootstrapEnhancerByGuiceEnhancerByGuice221620cd.CGLIB$start$4(<generated>)
at org.sonatype.nexus.internal.orient.OrientBootstrapEnhancerByGuiceEnhancerByGuice221620cdFastClassByGuiceFastClassByGuicec04bff7f.invoke(<generated>)
at com.google.inject.internal.cglib.proxy.$MethodProxy.invokeSuper(MethodProxy.java:228)
at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:76)
at org.sonatype.nexus.common.stateguard.MethodInvocationAction.run(MethodInvocationAction.java:39)
at org.sonatype.nexus.common.stateguard.StateGuard$TransitionImpl.run(StateGuard.java:193)
at org.sonatype.nexus.common.stateguard.TransitionsInterceptor.invoke(TransitionsInterceptor.java:56)
at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:77)
at com.google.inject.internal.InterceptorStackCallback.intercept(InterceptorStackCallback.java:55)
at org.sonatype.nexus.internal.orient.OrientBootstrapEnhancerByGuiceEnhancerByGuice221620cd.start(<generated>)
at org.sonatype.nexus.extender.NexusLifecycleManager.startComponent(NexusLifecycleManager.java:168)
at org.sonatype.nexus.extender.NexusLifecycleManager.to(NexusLifecycleManager.java:100)
at org.sonatype.nexus.extender.NexusContextListener.frameworkEvent(NexusContextListener.java:195)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1429)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
at java.lang.Thread.run(Thread.java:748)
below is the command I am using to run the docker container
"docker run -d -p 8081:8081 --name nexus -v /srv/dev-disk-by-id-md-name-lin-omv-01-Main/nexus-data:/nexus-data sonatype/nexus3"
if I use the command as is or with any version > 3.60? (I havn't tried minor releases) it fails to start.
Attachments
Issue Links
- is related to
-
NEXUS-19544 Add check to docker script for NOEXEC
-
- New
-