You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running Google Cloud Agent 0.7.3, we are getting the following output in the build. It looks like :/META-INF/build-agent-per-build-plugin-*.xml is missing.
[15:10:15]E: Snapshot dependency "... GetMetadata" failed
[15:10:15] : Starting the build on the agent "gce-1"
[15:10:16]i: Agent time zone: Etc/UTC
[15:10:16] : Failed to start build id=85175 on agent. java.lang.RuntimeException: Failed to create context for build: Could not resolve bean definition resource pattern [classpath*:/META-INF/build-agent-per-build-plugin-*.xml]; nested exception is java.io.FileNotFoundException: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/dnsns.jar.dpkg-new (No such file or directory)
[15:10:16]W: java.lang.RuntimeException: Failed to create context for build: Could not resolve bean definition resource pattern [classpath*:/META-INF/build-agent-per-build-plugin-*.xml]; nested exception is java.io.FileNotFoundException: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/dnsns.jar.dpkg-new (No such file or directory)
at jetbrains.buildServer.agent.impl.runContext.RunningBuildContextFactory.createContext(RunningBuildContextFactory.java:52)
at jetbrains.buildServer.agent.impl.runContext.RunningBuildContextFactory.createContext(RunningBuildContextFactory.java:40)
at jetbrains.buildServer.agent.impl.BuildAgentImpl.doActualBuild(BuildAgentImpl.java:304)
at jetbrains.buildServer.agent.impl.BuildAgentImpl.access$100(BuildAgentImpl.java:56)
at jetbrains.buildServer.agent.impl.BuildAgentImpl$1.run(BuildAgentImpl.java:276)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Could not resolve bean definition resource pattern [classpath*:/META-INF/build-agent-per-build-plugin-*.xml]; nested exception is java.io.FileNotFoundException: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/dnsns.jar.dpkg-new (No such file or directory)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:229)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:188)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:252)
at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:127)
at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:93)
at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:129)
at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:614)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:514)
at jetbrains.buildServer.spring.SpringSubContainerFactoryImpl.createSubContext(SpringSubContainerFactoryImpl.java:46)
at jetbrains.buildServer.agent.impl.runContext.RunningBuildContextFactory.createContext(RunningBuildContextFactory.java:48)
... 5 more
Caused by: java.io.FileNotFoundException: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/dnsns.jar.dpkg-new (No such file or directory)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:225)
at java.util.zip.ZipFile.<init>(ZipFile.java:155)
at java.util.jar.JarFile.<init>(JarFile.java:166)
at java.util.jar.JarFile.<init>(JarFile.java:103)
at sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:93)
at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:69)
at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:99)
at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:122)
at sun.net.www.protocol.jar.JarURLConnection.getJarFile(JarURLConnection.java:89)
at org.springframework.core.io.support.PathMatchingResourcePatternResolver.doFindPathMatchingJarResources(PathMatchingResourcePatternResolver.java:602)
at org.springframework.core.io.support.PathMatchingResourcePatternResolver.findPathMatchingResources(PathMatchingResourcePatternResolver.java:504)
at org.springframework.core.io.support.PathMatchingResourcePatternResolver.getResources(PathMatchingResourcePatternResolver.java:280)
at org.springframework.context.support.AbstractApplicationContext.getResources(AbstractApplicationContext.java:1297)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:216)
... 14 more
The text was updated successfully, but these errors were encountered:
When running Google Cloud Agent 0.7.3, we are getting the following output in the build. It looks like
:/META-INF/build-agent-per-build-plugin-*.xml
is missing.The text was updated successfully, but these errors were encountered: