René's URL Explorer Experiment


Title: CloudStack mvn jetty:run failures on main branch with Darwin · Issue #9462 · apache/cloudstack · GitHub

Open Graph Title: CloudStack mvn jetty:run failures on main branch with Darwin · Issue #9462 · apache/cloudstack

X Title: CloudStack mvn jetty:run failures on main branch with Darwin · Issue #9462 · apache/cloudstack

Description: I'm constantly seeing CloudStack jetty:run failures on main branch (but not on 4.19 branch). My env config on Mac OS 14 (aarch64): > mvn --version Apache Maven 3.9.8 (36645f6c9b5079805ea5009217e36f2cffd34256) Maven home: /opt/homebrew/Ce...

Open Graph Description: I'm constantly seeing CloudStack jetty:run failures on main branch (but not on 4.19 branch). My env config on Mac OS 14 (aarch64): > mvn --version Apache Maven 3.9.8 (36645f6c9b5079805ea5009217e36f...

X Description: I'm constantly seeing CloudStack jetty:run failures on main branch (but not on 4.19 branch). My env config on Mac OS 14 (aarch64): > mvn --version Apache Maven 3.9.8 (36645f6c9b5079805ea5009...

Opengraph URL: https://github.com/apache/cloudstack/issues/9462

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"CloudStack mvn jetty:run failures on main branch with Darwin","articleBody":"I'm constantly seeing CloudStack jetty:run failures on main branch (but not on 4.19 branch).\r\n\r\nMy env config on Mac OS 14 (aarch64):\r\n\r\n```\r\n\u003e mvn --version\r\nApache Maven 3.9.8 (36645f6c9b5079805ea5009217e36f2cffd34256)\r\nMaven home: /opt/homebrew/Cellar/maven/3.9.8/libexec\r\nJava version: 11.0.16.1, vendor: Homebrew, runtime: /opt/homebrew/Cellar/openjdk@11/11.0.16.1_1/libexec/openjdk.jdk/Contents/Home\r\nDefault locale: en_IN, platform encoding: UTF-8\r\nOS name: \"mac os x\", version: \"14.5\", arch: \"aarch64\", family: \"mac\"\r\n```\r\n\r\nOn deploydb, a new failure is seen:\r\n\r\n```\r\n========\u003e Processing SQL file at /Users/rohit/lab/apache/cloudstack/developer/target/db/create-schema.sql\r\n========\u003e Processing SQL file at /Users/rohit/lab/apache/cloudstack/developer/target/db/create-schema-premium.sql\r\n========\u003e Processing SQL file at /Users/rohit/lab/apache/cloudstack/developer/target/db/templates.sql\r\n========\u003e Processing SQL file at /Users/rohit/lab/apache/cloudstack/developer/developer-prefill.sql\r\n========\u003e Processing upgrade: com.cloud.upgrade.DatabaseUpgradeChecker\r\n13:17:16.398 [com.cloud.upgrade.DatabaseCreator.main()] ERROR com.cloud.utils.PropertiesUtil - Unable to find properties file: commands.properties\r\n```\r\n\r\nOn running mgmt server using mvn, this is seen:\r\n\r\n```\r\n$ mvn -pl :cloud-client-ui jetty:run -Dsimulator -Dnoredist -Djava.net.preferIPv4Stack=true\r\n...\r\n[INFO] jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.16.1+0\r\n...\r\n[WARNING] org.apache.cloudstack.ServerDaemon scanned from multiple locations: file:///Users/rohit/lab/apache/cloudstack/client/target/classes/org/apache/cloudstack/ServerDaemon.class, jar:file:///Users/rohit/lab/apache/cloudstack/client/target/cloud-client-ui-4.20.0.0-SNAPSHOT.jar!/org/apache/cloudstack/ServerDaemon.class\r\n[INFO] Scanning elapsed time=3074ms\r\n2024-07-29 13:17:50,560 main ERROR TcpSocketManager (TCP:localhost:4560) caught exception and will continue: java.io.IOException: Unable to create socket for localhost at port 4560 using ip addresses and ports , 0:0:0:0:0:0:0:1:4560\r\n\tat org.apache.logging.log4j.core.net.TcpSocketManager$TcpSocketManagerFactory.createSocket(TcpSocketManager.java:509)\r\n\tat org.apache.logging.log4j.core.net.TcpSocketManager$TcpSocketManagerFactory.createManager(TcpSocketManager.java:478)\r\n\tat org.apache.logging.log4j.core.net.TcpSocketManager$TcpSocketManagerFactory.createManager(TcpSocketManager.java:459)\r\n\tat org.apache.logging.log4j.core.appender.AbstractManager.getManager(AbstractManager.java:144)\r\n\tat org.apache.logging.log4j.core.appender.OutputStreamManager.getManager(OutputStreamManager.java:100)\r\n\tat org.apache.logging.log4j.core.net.TcpSocketManager.getSocketManager(TcpSocketManager.java:202)\r\n\tat org.apache.logging.log4j.core.appender.SocketAppender.createSocketManager(SocketAppender.java:497)\r\n\tat org.apache.logging.log4j.core.appender.SyslogAppender$Builder.build(SyslogAppender.java:151)\r\n\tat org.apache.logging.log4j.core.appender.SyslogAppender$Builder.build(SyslogAppender.java:50)\r\n\tat org.apache.logging.log4j.core.config.plugins.util.PluginBuilder.build(PluginBuilder.java:124)\r\n\tat org.apache.logging.log4j.core.config.AbstractConfiguration.createPluginObject(AbstractConfiguration.java:1138)\r\n\tat org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:1063)\r\n\tat org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:1055)\r\n\tat org.apache.logging.log4j.core.config.AbstractConfiguration.doConfigure(AbstractConfiguration.java:664)\r\n\tat org.apache.logging.log4j.core.config.AbstractConfiguration.initialize(AbstractConfiguration.java:258)\r\n\tat org.apache.logging.log4j.core.config.AbstractConfiguration.start(AbstractConfiguration.java:304)\r\n\tat org.apache.logging.log4j.core.LoggerContext.setConfiguration(LoggerContext.java:621)\r\n\tat org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:694)\r\n\tat org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:711)\r\n\tat org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.java:253)\r\n\tat org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:155)\r\n\tat org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:47)\r\n\tat org.apache.logging.log4j.LogManager.getContext(LogManager.java:196)\r\n\tat org.apache.logging.log4j.LogManager.getLogger(LogManager.java:599)\r\n\tat org.apache.cloudstack.spring.module.web.CloudStackContextLoaderListener.\u003cinit\u003e(CloudStackContextLoaderListener.java:39)\r\n\tat java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)\r\n\tat java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)\r\n\tat java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)\r\n\tat java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)\r\n\tat org.eclipse.jetty.server.handler.ContextHandler$StaticContext.createInstance(ContextHandler.java:2787)\r\n\tat org.eclipse.jetty.servlet.ServletContextHandler$Context.createInstance(ServletContextHandler.java:1280)\r\n\tat org.eclipse.jetty.server.handler.ContextHandler$StaticContext.createListener(ContextHandler.java:2798)\r\n\tat org.eclipse.jetty.servlet.ListenerHolder.doStart(ListenerHolder.java:92)\r\n\tat org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)\r\n\tat org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:350)\r\n\tat org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1445)\r\n\tat org.eclipse.jetty.maven.plugin.JettyWebAppContext.startWebapp(JettyWebAppContext.java:328)\r\n\tat org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1409)\r\n\tat org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:825)\r\n\tat org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:275)\r\n\tat org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:524)\r\n\tat org.eclipse.jetty.maven.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:397)\r\n\tat org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)\r\n\tat org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)\r\n\tat org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117)\r\n\tat org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:97)\r\n\tat org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)\r\n\tat org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)\r\n\tat org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117)\r\n\tat org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:97)\r\n\tat org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)\r\n\tat org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)\r\n\tat org.eclipse.jetty.server.Server.start(Server.java:407)\r\n\tat org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:110)\r\n\tat org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:97)\r\n\tat org.eclipse.jetty.server.Server.doStart(Server.java:371)\r\n\tat org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)\r\n\tat org.eclipse.jetty.maven.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:450)\r\n\tat org.eclipse.jetty.maven.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:311)\r\n\tat org.eclipse.jetty.maven.plugin.JettyRunMojo.execute(JettyRunMojo.java:152)\r\n\tat org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:126)\r\n\tat org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:328)\r\n\tat org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:316)\r\n\tat org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)\r\n\tat org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:174)\r\n\tat org.apache.maven.lifecycle.internal.MojoExecutor.access$000(MojoExecutor.java:75)\r\n\tat org.apache.maven.lifecycle.internal.MojoExecutor$1.run(MojoExecutor.java:162)\r\n\tat org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute(DefaultMojosExecutionStrategy.java:39)\r\n\tat org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:159)\r\n\tat org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:105)\r\n\tat org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:73)\r\n\tat org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:53)\r\n\tat org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:118)\r\n\tat org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:261)\r\n\tat org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:173)\r\n\tat org.apache.maven.DefaultMaven.execute(DefaultMaven.java:101)\r\n\tat org.apache.maven.cli.MavenCli.execute(MavenCli.java:903)\r\n\tat org.apache.maven.cli.MavenCli.doMain(MavenCli.java:280)\r\n\tat org.apache.maven.cli.MavenCli.main(MavenCli.java:203)\r\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:566)\r\n\tat org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:255)\r\n\tat org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:201)\r\n\tat org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:361)\r\n\tat org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:314)\r\nCaused by: java.net.ConnectException: Connection refused (Connection refused)\r\n\tat java.base/java.net.PlainSocketImpl.socketConnect(Native Method)\r\n\tat java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)\r\n\tat java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)\r\n\tat java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)\r\n\tat java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)\r\n\tat java.base/java.net.Socket.connect(Socket.java:609)\r\n\tat org.apache.logging.log4j.core.net.TcpSocketManager.createSocket(TcpSocketManager.java:409)\r\n\tat org.apache.logging.log4j.core.net.TcpSocketManager$TcpSocketManagerFactory.createSocket(TcpSocketManager.java:504)\r\n\t... 86 more\r\n\r\n2024-07-29 13:17:50,567 main ERROR appenders Appenders has no parameter that matches element properties\r\n[INFO] DefaultSessionIdManager workerName=node0\r\n[INFO] No SessionScavenger set, using defaults\r\n[INFO] node0 Scavenging every 660000ms\r\nSLF4J: Failed to load class \"org.slf4j.impl.StaticLoggerBinder\".\r\nSLF4J: Defaulting to no-operation (NOP) logger implementation\r\nSLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.\r\nWARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.\r\n2024-07-29 13:17:54,098 main ERROR appenders Appenders has no parameter that matches element properties\r\nWARNING: An illegal reflective access operation has occurred\r\nWARNING: Illegal reflective access by net.sf.cglib.core.ReflectUtils$1 (file:/Users/rohit/lab/apache/cloudstack/client/target/cloud-client-ui-4.20.0.0-SNAPSHOT.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)\r\nWARNING: Please consider reporting this to the maintainers of net.sf.cglib.core.ReflectUtils$1\r\nWARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations\r\nWARNING: All illegal access operations will be denied in a future release\r\n2024-07-29 13:18:04,005 main ERROR Unable to write to stream TCP:localhost:4560 for appender SYSLOG org.apache.logging.log4j.core.appender.AppenderLoggingException: Error writing to TCP:localhost:4560: socket not available\r\n\tat org.apache.logging.log4j.core.net.TcpSocketManager.write(TcpSocketManager.java:214)\r\n\tat org.apache.logging.log4j.core.appender.OutputStreamManager.write(OutputStreamManager.java:190)\r\n\tat org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender.writeByteArrayToManager(AbstractOutputStreamAppender.java:224)\r\n\tat org.apache.logging.log4j.core.appender.SocketAppender.directEncodeEvent(SocketAppender.java:513)\r\n\tat org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender.tryAppend(AbstractOutputStreamAppender.java:208)\r\n\tat org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender.append(AbstractOutputStreamAppender.java:199)\r\n\tat org.apache.logging.log4j.core.config.AppenderControl.tryCallAppender(AppenderControl.java:161)\r\n\tat org.apache.logging.log4j.core.config.AppenderControl.callAppender0(AppenderControl.java:134)\r\n\tat org.apache.logging.log4j.core.config.AppenderControl.callAppenderPreventRecursion(AppenderControl.java:125)\r\n\tat org.apache.logging.log4j.core.config.AppenderControl.callAppender(AppenderControl.java:89)\r\n\tat org.apache.logging.log4j.core.config.LoggerConfig.callAppenders(LoggerConfig.java:683)\r\n\tat org.apache.logging.log4j.core.config.LoggerConfig.processLogEvent(LoggerConfig.java:641)\r\n\tat org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:624)\r\n\tat org.apache.logging.log4j.core.config.LoggerConfig.logParent(LoggerConfig.java:674)\r\n\tat org.apache.logging.log4j.core.config.LoggerConfig.processLogEvent(LoggerConfig.java:643)\r\n\tat org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:624)\r\n\tat org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:560)\r\n\tat org.apache.logging.log4j.core.config.AwaitCompletionReliabilityStrategy.log(AwaitCompletionReliabilityStrategy.java:82)\r\n\tat org.apache.logging.log4j.core.Logger.log(Logger.java:162)\r\n\tat org.apache.logging.log4j.spi.AbstractLogger.tryLogMessage(AbstractLogger.java:2205)\r\n\tat org.apache.logging.log4j.spi.AbstractLogger.logMessageTrackRecursion(AbstractLogger.java:2159)\r\n\tat org.apache.logging.log4j.spi.AbstractLogger.logMessageSafely(AbstractLogger.java:2142)\r\n\tat org.apache.logging.log4j.spi.AbstractLogger.logMessage(AbstractLogger.java:2017)\r\n\tat org.apache.logging.log4j.spi.AbstractLogger.logIfEnabled(AbstractLogger.java:1983)\r\n\tat org.apache.logging.log4j.spi.AbstractLogger.warn(AbstractLogger.java:2661)\r\n\tat com.cloud.utils.script.Script.execute(Script.java:277)\r\n\tat com.cloud.utils.script.Script.execute(Script.java:198)\r\n\tat com.cloud.server.ConfigurationServerImpl.copyPrivateKeyToHosts(ConfigurationServerImpl.java:771)\r\n\tat com.cloud.server.ConfigurationServerImpl.updateKeyPairs(ConfigurationServerImpl.java:681)\r\n\tat com.cloud.server.ConfigurationServerImpl.persistDefaultValues(ConfigurationServerImpl.java:313)\r\n\tat com.cloud.server.ConfigurationServerImpl.configure(ConfigurationServerImpl.java:161)\r\n\tat org.apache.cloudstack.spring.lifecycle.CloudStackExtendedLifeCycle$3.with(CloudStackExtendedLifeCycle.java:112)\r\n\tat org.apache.cloudstack.spring.lifecycle.CloudStackExtendedLifeCycle.with(CloudStackExtendedLifeCycle.java:151)\r\n\tat org.apache.cloudstack.spring.lifecycle.CloudStackExtendedLifeCycle.configure(CloudStackExtendedLifeCycle.java:108)\r\n\tat org.apache.cloudstack.spring.lifecycle.CloudStackExtendedLifeCycle.start(CloudStackExtendedLifeCycle.java:53)\r\n\tat org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:178)\r\n\tat org.springframework.context.support.DefaultLifecycleProcessor.access$200(DefaultLifecycleProcessor.java:54)\r\n\tat org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:356)\r\n\tat java.base/java.lang.Iterable.forEach(Iterable.java:75)\r\n\tat org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:155)\r\n\tat org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:123)\r\n\tat org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:937)\r\n\tat org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:586)\r\n\tat org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.loadContext(DefaultModuleDefinitionSet.java:174)\r\n\tat org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet$2.with(DefaultModuleDefinitionSet.java:143)\r\n\tat org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:274)\r\n\tat org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:279)\r\n\tat org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:279)\r\n\tat org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:262)\r\n\tat org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.loadContexts(DefaultModuleDefinitionSet.java:131)\r\n\tat org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.load(DefaultModuleDefinitionSet.java:79)\r\n\tat org.apache.cloudstack.spring.module.factory.ModuleBasedContextFactory.loadModules(ModuleBasedContextFactory.java:37)\r\n\tat org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.init(CloudStackSpringContext.java:71)\r\n\tat org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.\u003cinit\u003e(CloudStackSpringContext.java:58)\r\n\tat org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.\u003cinit\u003e(CloudStackSpringContext.java:62)\r\n\tat org.apache.cloudstack.spring.module.web.CloudStackContextLoaderListener.contextInitialized(CloudStackContextLoaderListener.java:53)\r\n\tat org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:933)\r\n\tat org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:553)\r\n\tat org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:892)\r\n\tat org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:356)\r\n\tat org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1445)\r\n\tat org.eclipse.jetty.maven.plugin.JettyWebAppContext.startWebapp(JettyWebAppContext.java:328)\r\n\tat org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1409)\r\n\tat org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:825)\r\n\tat org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:275)\r\n\tat org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:524)\r\n\tat org.eclipse.jetty.maven.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:397)\r\n\tat org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)\r\n\tat org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)\r\n\tat org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117)\r\n\tat org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:97)\r\n\tat org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)\r\n\tat org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)\r\n\tat org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117)\r\n\tat org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:97)\r\n\tat org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)\r\n\tat org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)\r\n\tat org.eclipse.jetty.server.Server.start(Server.java:407)\r\n\tat org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:110)\r\n\tat org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:97)\r\n\tat org.eclipse.jetty.server.Server.doStart(Server.java:371)\r\n\tat org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)\r\n\tat org.eclipse.jetty.maven.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:450)\r\n\tat org.eclipse.jetty.maven.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:311)\r\n\tat org.eclipse.jetty.maven.plugin.JettyRunMojo.execute(JettyRunMojo.java:152)\r\n\tat org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:126)\r\n\tat org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:328)\r\n\tat org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:316)\r\n\tat org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)\r\n\tat org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:174)\r\n\tat org.apache.maven.lifecycle.internal.MojoExecutor.access$000(MojoExecutor.java:75)\r\n\tat org.apache.maven.lifecycle.internal.MojoExecutor$1.run(MojoExecutor.java:162)\r\n\tat org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute(DefaultMojosExecutionStrategy.java:39)\r\n\tat org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:159)\r\n\tat org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:105)\r\n\tat org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:73)\r\n\tat org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:53)\r\n\tat org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:118)\r\n\tat org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:261)\r\n\tat org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:173)\r\n\tat org.apache.maven.DefaultMaven.execute(DefaultMaven.java:101)\r\n\tat org.apache.maven.cli.MavenCli.execute(MavenCli.java:903)\r\n\tat org.apache.maven.cli.MavenCli.doMain(MavenCli.java:280)\r\n\tat org.apache.maven.cli.MavenCli.main(MavenCli.java:203)\r\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:566)\r\n\tat org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:255)\r\n\tat org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:201)\r\n\tat org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:361)\r\n\tat org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:314)\r\n...\r\n[INFO] Initializing Spring root WebApplicationContext\r\n[INFO] Started o.e.j.m.p.JettyWebAppContext@64f3f849{/client,[file:///Users/rohit/lab/apache/cloudstack/client/target/classes/META-INF/webapp/, file:///Users/rohit/lab/apache/cloudstack/client/target/jetty_overlays/release-documentation-2_3_7-docbook_zip/, file:///Users/rohit/lab/apache/cloudstack/client/target/jetty_overlays/samples-2_3_7_zip/],AVAILABLE}{file:///Users/rohit/lab/apache/cloudstack/client/target/classes/META-INF/webapp/}\r\n[INFO] Started ServerConnector@6f06b50f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080}\r\n[INFO] Started @28311ms\r\n[INFO] Started Jetty Server\r\n... \u003cfails to start and load other components\u003e...\r\n```\r\n\r\n##### ISSUE TYPE\r\n\r\n * Bug Report\r\n\r\n##### COMPONENT NAME\r\n\u003c!--\r\nCategorize the issue, e.g. API, VR, VPN, UI, etc.\r\n--\u003e\r\n~~~\r\nBuild, mvn/jetty\r\n~~~\r\n\r\n##### CLOUDSTACK VERSION\r\n\u003c!--\r\nNew line separated list of affected versions, commit ID for issues on main branch.\r\n--\u003e\r\n\r\n~~~\r\nmain/4.20\r\n~~~","author":{"url":"https://github.com/yadvr","@type":"Person","name":"yadvr"},"datePublished":"2024-07-29T07:49:44.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":10},"url":"https://github.com/9462/cloudstack/issues/9462"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:a0cbd24b-5bfa-929b-eaf3-e3a61232a069
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB84C:9D1CD:4642376:6323635:6A4FBAE4
html-safe-nonce43c3082c522d6ae7fac77d52205174604ce49750ca7eed4e8bb313ebd44eecc3
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCODRDOjlEMUNEOjQ2NDIzNzY6NjMyMzYzNTo2QTRGQkFFNCIsInZpc2l0b3JfaWQiOiIyMzEyNzg1MjcxNTgwNTA2ODUyIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac57de3b90dfaf9ab607aff93b5a1169ce5b003ff8c253865d8aeba29636d606e4
hovercard-subject-tagissue:2434709218
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/apache/cloudstack/9462/issue_layout
twitter:imagehttps://opengraph.githubassets.com/5810b13d3913bc6585eeac18625002eb959692937b321f4118d4fee04c0ff714/apache/cloudstack/issues/9462
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/5810b13d3913bc6585eeac18625002eb959692937b321f4118d4fee04c0ff714/apache/cloudstack/issues/9462
og:image:altI'm constantly seeing CloudStack jetty:run failures on main branch (but not on 4.19 branch). My env config on Mac OS 14 (aarch64): > mvn --version Apache Maven 3.9.8 (36645f6c9b5079805ea5009217e36f...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameyadvr
hostnamegithub.com
expected-hostnamegithub.com
Noneb92d11c0aa4a77d54ef4af1078b6a15fb5a70a215b30c4ecf28889d5a8e656d9
turbo-cache-controlno-preview
go-importgithub.com/apache/cloudstack git https://github.com/apache/cloudstack.git
octolytics-dimension-user_id47359
octolytics-dimension-user_loginapache
octolytics-dimension-repository_id9759448
octolytics-dimension-repository_nwoapache/cloudstack
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id9759448
octolytics-dimension-repository_network_root_nwoapache/cloudstack
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release4b249b445842943ed31549e027f57a8ade9881ed
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/apache/cloudstack/issues/9462#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fapache%2Fcloudstack%2Fissues%2F9462
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fapache%2Fcloudstack%2Fissues%2F9462
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=apache%2Fcloudstack
Reloadhttps://github.com/apache/cloudstack/issues/9462
Reloadhttps://github.com/apache/cloudstack/issues/9462
Reloadhttps://github.com/apache/cloudstack/issues/9462
Please reload this pagehttps://github.com/apache/cloudstack/issues/9462
apache https://github.com/apache
cloudstackhttps://github.com/apache/cloudstack
Notifications https://github.com/login?return_to=%2Fapache%2Fcloudstack
Fork 1.3k https://github.com/login?return_to=%2Fapache%2Fcloudstack
Star 3k https://github.com/login?return_to=%2Fapache%2Fcloudstack
Code https://github.com/apache/cloudstack
Issues 536 https://github.com/apache/cloudstack/issues
Pull requests 263 https://github.com/apache/cloudstack/pulls
Discussions https://github.com/apache/cloudstack/discussions
Actions https://github.com/apache/cloudstack/actions
Projects https://github.com/apache/cloudstack/projects
Wiki https://github.com/apache/cloudstack/wiki
Security and quality 0 https://github.com/apache/cloudstack/security
Insights https://github.com/apache/cloudstack/pulse
Code https://github.com/apache/cloudstack
Issues https://github.com/apache/cloudstack/issues
Pull requests https://github.com/apache/cloudstack/pulls
Discussions https://github.com/apache/cloudstack/discussions
Actions https://github.com/apache/cloudstack/actions
Projects https://github.com/apache/cloudstack/projects
Wiki https://github.com/apache/cloudstack/wiki
Security and quality https://github.com/apache/cloudstack/security
Insights https://github.com/apache/cloudstack/pulse
CloudStack mvn jetty:run failures on main branch with Darwinhttps://github.com/apache/cloudstack/issues/9462#top
unplannedhttps://github.com/apache/cloudstack/milestone/19
https://github.com/yadvr
yadvrhttps://github.com/yadvr
on Jul 29, 2024https://github.com/apache/cloudstack/issues/9462#issue-2434709218
unplannedNo due datehttps://github.com/apache/cloudstack/milestone/19
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.