Prior to my post I did some digging and upgrading until everything compiled and attempted to run. The place that I landed now are errors from the upgraded Glassfish 5.1.
Do you have any insight of the Glassfish configuration that Open Wonderland uses, so I know what needs to change for the upgrade? Below is the error that I am currently receiving:
Caused by: A MultiException has 5 exceptions. They are:
1. java.lang.IllegalArgumentException: No name was in the descriptor, but this element(class org.glassfish.hk2.runlevel.RunLevelContext has a Named annotation with value: DefaultRunLevelContext
2. java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
implementation=org.glassfish.hk2.runlevel.RunLevelContext
contracts={org.glassfish.hk2.runlevel.RunLevelContext,org.glassfish.hk2.api.Context}
scope=javax.inject.Singleton
qualifiers={}
descriptorType=CLASS
descriptorVisibility=LOCAL
metadata=
rank=0
loader=org.glassfish.hk2.bootstrap.impl.Hk2LoaderPopulatorPostProcessor$1@7b78ed6a
proxiable=null
proxyForSameScope=null
analysisName=null
id=1180
locatorId=0
identityHashCode=256522893
reified=false)
3. java.lang.IllegalStateException: While attempting to create a service for SystemDescriptor(
implementation=com.sun.enterprise.v3.server.SystemTasksImpl
contracts={com.sun.enterprise.v3.server.SystemTasksImpl,com.sun.enterprise.v3.server.SystemTasks}
scope=org.glassfish.hk2.runlevel.RunLevel
qualifiers={}
descriptorType=CLASS
descriptorVisibility=NORMAL
metadata=runLevelValue={1},runLevelMode={0}
rank=0
loader=org.glassfish.hk2.bootstrap.impl.Hk2LoaderPopulatorPostProcessor$1@7b78ed6a
proxiable=null
proxyForSameScope=null
analysisName=null
id=828
locatorId=0
reified=true) in scope org.glassfish.hk2.runlevel.RunLevel an error occured while locating the context
4. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of com.sun.enterprise.v3.server.AppServerStartup errors were found
5. java.lang.IllegalStateException: Unable to perform operation: resolve on com.sun.enterprise.v3.server.AppServerStartup
at org.jvnet.hk2.internal.Collector.throwIfErrors(Collector.java:65)
at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:226)
at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59)
at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47)
at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131)
at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176)
at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98)
at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:754)
at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:717)
at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:704)
at com.sun.enterprise.module.bootstrap.Main.findStartupService(Main.java:197)
... 10 more