This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Exception in thread "management-handler-thread - 1" java.lang.NoClassDefFoundError: jdk/internal/reflect/ConstructorAccessorImpl | |
at java.base/jdk.internal.misc.Unsafe.defineClass0(Native Method) | |
at java.base/jdk.internal.misc.Unsafe.defineClass(Unsafe.java:1173) | |
at java.base/jdk.internal.reflect.ClassDefiner.defineClass(ClassDefiner.java:63) | |
at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:400) | |
at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:394) | |
at java.base/java.security.AccessController.doPrivileged(Native Method) | |
at java.base/jdk.internal.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:393) | |
at java.base/jdk.internal.reflect.MethodAccessorGenerator.generateConstructor(MethodAccessorGenerator.java:92) | |
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:55) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WARNING: Illegal access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1 (jar:file:/media/data/Java/ws/jboss/jboss-consolidation-16-agents-java9/jboss-bas-8.2.1.krista18/modules/system/layers/base/com/sun/xml/bind/main/jaxb-impl-2.2.5.jboss-2.jar!/) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int) (permitted by --permit-illegal-access) | |
WARNING: Illegal access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1 (jar:file:/media/data/Java/ws/jboss/jboss-consolidation-16-agents-java9/jboss-bas-8.2.1.krista18/modules/system/layers/base/com/sun/xml/bind/main/jaxb-impl-2.2.5.jboss-2.jar!/) to method java.lang.ClassLoader.findLoadedClass(java.lang.String) (permitted by --permit-illegal-access) | |
WARNING: Illegal access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1 (jar:file:/media/data/Java/ws/jboss/jboss-consolidation-16-agents-java9/jboss-bas-8.2.1.krista18/modules/system/layers/base/com/sun/xml/bind/main/jaxb-impl-2.2.5.jboss-2.jar!/) to method java.lang.ClassLoader.res |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE OR REPLACE FUNCTION makedata_json(rid bigint) RETURNS int AS $emp_stamp$ | |
BEGIN | |
update cons_primarytablerow set data = ( | |
SELECT json_strip_nulls(row_to_json(r)) | |
FROM ( | |
SELECT | |
bigdecimal0, | |
bigdecimal1, | |
bigdecimal10, | |
bigdecimal100, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package ru.krista.core.testcontainers; | |
import org.slf4j.Logger; | |
import org.testcontainers.containers.output.OutputFrame; | |
import java.util.ArrayList; | |
import java.util.Arrays; | |
import java.util.List; | |
import java.util.function.Consumer; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
demo-jenkins-config-as-code$ mvn clean install -U | |
[INFO] Scanning for projects... | |
[WARNING] | |
[WARNING] Some problems were encountered while building the effective model for io.jenkins.systemgroovy.demo:initscripts:jar:1.0-SNAPSHOT | |
[WARNING] 'parent.relativePath' of POM io.jenkins.systemgroovy.demo:initscripts:1.0-SNAPSHOT (/media/data/docker/src/jenkins/Nenashev/demo-jenkins-config-as-code/init_scripts/pom.xml) points at io.jenkins.systemgroovy.demo:parent instead of org.jenkins-ci.plugins:plugin, please verify your project structure @ line 6, column 11 | |
[WARNING] | |
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. | |
[WARNING] | |
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects. | |
[WARNING] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jenkins_1 | WARNING: Failed to instantiate Key[type=hudson.plugins.sshslaves.SSHLauncher$DescriptorImpl, annotation=[none]]; skipping this component | |
jenkins_1 | com.google.inject.ProvisionException: Unable to provision, see the following errors: | |
jenkins_1 | | |
jenkins_1 | 1) Error injecting constructor, java.lang.NoClassDefFoundError: hudson/tools/JDKInstaller$FileSystem | |
jenkins_1 | at hudson.plugins.sshslaves.SSHLauncher$DescriptorImpl.<init>(SSHLauncher.java:1617) | |
jenkins_1 | | |
jenkins_1 | 1 error | |
jenkins_1 | at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:52) | |
jenkins_1 | at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145) | |
jenkins_1 | at hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1.get(ExtensionFinder.java:424) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jenkins_1 | WARNING: Error while serving http://localhost:8080/pluginManager/checkUpdatesServer | |
jenkins_1 | java.lang.reflect.InvocationTargetException | |
jenkins_1 | at org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:347) | |
jenkins_1 | at org.kohsuke.stapler.interceptor.RequirePOST$Processor.invoke(RequirePOST.java:77) | |
jenkins_1 | at org.kohsuke.stapler.PreInvokeInterceptedFunction.invoke(PreInvokeInterceptedFunction.java:26) | |
jenkins_1 | at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:184) | |
jenkins_1 | at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:117) | |
jenkins_1 | at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:129) | |
jenkins_1 | at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) | |
jenkins_1 | at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:715) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ $JAVA_HOME/bin/native-image --debug-attach -jar server/server.jar | |
Listening for transport dt_socket at address: 8000 | |
classlist: 8,514.58 ms | |
(cap): 1,170.88 ms | |
setup: 2,922.16 ms | |
analysis: 1,673,583.90 ms | |
fatal error: jdk.vm.ci.common.JVMCIError: jdk.vm.ci.common.JVMCIError: should not reach here: Enumeration does not have static field with enumeration values: AnalysisType<vl, allocated: false, inHeap: false, inTypeCheck: false> | |
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
at sun.reflect.NativeConstructorAccessorImpl.newInst |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
static {}; | |
Flags: STATIC | |
Code: | |
linenumber 4 | |
0: new Lvl; | |
3: dup | |
4: ldc "MAINHAND" | |
6: iconst_0 | |
7: getstatic vl$a.a:Lvl$a; | |
10: iconst_0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@ntp-test-app2:/var/lib/jboss# strace -p 8601 | |
strace: Process 8601 attached | |
strace: [ Process PID=8601 runs in x32 mode. ] | |
strace: [ Process PID=8601 runs in 64 bit mode. ] | |
mprotect(0x7f9760a85000, 4096, PROT_READ|PROT_WRITE) = 0 | |
mprotect(0x7f9760a86000, 4096, PROT_READ|PROT_WRITE) = 0 | |
mprotect(0x7f9760a87000, 4096, PROT_READ|PROT_WRITE) = 0 | |
mprotect(0x7f9760a88000, 4096, PROT_READ|PROT_WRITE) = 0 | |
mprotect(0x7f9760a89000, 4096, PROT_READ|PROT_WRITE) = 0 | |
mprotect(0x7f9760a8a000, 4096, PROT_READ|PROT_WRITE) = 0 |
OlderNewer