Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Failure to boot in kubernetes in dev mode #193

Closed
iocanel opened this issue Oct 26, 2020 · 0 comments
Closed

Failure to boot in kubernetes in dev mode #193

iocanel opened this issue Oct 26, 2020 · 0 comments
Assignees
Labels
7 - Community development upstream/closed The issue has been closed in the upstream repository

Comments

@iocanel
Copy link

iocanel commented Oct 26, 2020

This is a regression compared to 1.9.0.Final.

  1. Generate a the default REST app
  2. add the jib and the minikube extensions
  3. add the following properties to the application.properties
quarkus.package.type=mutable-jar
quarkus.live-reload.password=changeit 
quarkus.jib.environment-variables.QUARKUS_LAUNCH_DEVMODE=true
  1. execute mvn clean package -DskipTests -Dquarkus.kubernetes.deploy=true

Pointing the browser to the hello endpoint results in

java.lang.IllegalStateException: Could not find matching project info read
	at io.dekorate.project.FileProjectFactory.lambda$createInternal$0(FileProjectFactory.java:60)
	at java.base/java.util.Optional.orElseThrow(Optional.java:408)
	at io.dekorate.project.FileProjectFactory.createInternal(FileProjectFactory.java:60)
	at io.dekorate.project.FileProjectFactory.create(FileProjectFactory.java:41)
	at io.quarkus.kubernetes.deployment.KubernetesCommonHelper.createProject(KubernetesCommonHelper.java:77)
	at io.quarkus.kubernetes.deployment.KubernetesCommonHelper.createProject(KubernetesCommonHelper.java:71)
	at io.quarkus.minikube.deployment.MinikubeProcessor.createDecorators(MinikubeProcessor.java:114)
	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 io.quarkus.deployment.ExtensionLoader$2.execute(ExtensionLoader.java:936)
	at io.quarkus.builder.BuildContext.run(BuildContext.java:277)
	at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
	at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:2046)
	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1578)
	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1452)
	at java.base/java.lang.Thread.run(Thread.java:834)
	at org.jboss.threads.JBossThread.run(JBossThread.java:479)

quarkusio#12858


$upstream:12858$

@iocanel iocanel self-assigned this Oct 26, 2020
@iocanel iocanel added the upstream/closed The issue has been closed in the upstream repository label Nov 3, 2020
@iocanel iocanel closed this as completed Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
7 - Community development upstream/closed The issue has been closed in the upstream repository
Projects
None yet
Development

No branches or pull requests

1 participant