Skip to content

Instantly share code, notes, and snippets.

@jsam
Created June 24, 2020 16:17
Show Gist options
  • Save jsam/b2aeaced1c610856f1e08b26ce0ca72f to your computer and use it in GitHub Desktop.
Save jsam/b2aeaced1c610856f1e08b26ce0ca72f to your computer and use it in GitHub Desktop.
jena native --no-fallback compile
Error: Unsupported features in 15 methods
Detailed message:
Error: com.oracle.graal.pointsto.constraints.UnresolvedElementException: Discovered unresolved method during parsing: org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor.start(). To diagnose the issue you can use the --allow-incomplete-classpath option. The missing method is then reported at run time when it is accessed the first time.
Trace:
at parsing org.apache.logging.log4j.core.config.AbstractConfiguration.start(AbstractConfiguration.java:296)
Call path from entry point to org.apache.logging.log4j.core.config.AbstractConfiguration.start():
at org.apache.logging.log4j.core.config.AbstractConfiguration.start(AbstractConfiguration.java:287)
at org.apache.logging.log4j.core.LoggerContext.setConfiguration(LoggerContext.java:618)
at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:691)
at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:708)
at org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.java:263)
at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:153)
at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:45)
at org.apache.logging.log4j.LogManager.getContext(LogManager.java:155)
at org.apache.logging.slf4j.Log4jLoggerFactory.getContext(Log4jLoggerFactory.java:45)
at org.apache.logging.log4j.spi.AbstractLoggerAdapter.getLogger(AbstractLoggerAdapter.java:48)
at org.apache.logging.slf4j.Log4jLoggerFactory.getLogger(Log4jLoggerFactory.java:30)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:363)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:388)
at org.apache.jena.atlas.logging.Log.log(Log.java:142)
at org.apache.jena.atlas.logging.Log.error(Log.java:96)
at org.apache.jena.sparql.sse.Item.visit(Item.java:348)
at org.apache.jena.sparql.sse.Item.hashCode(Item.java:177)
at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:936)
at java.util.Properties.getProperty(Properties.java:1125)
at com.oracle.svm.core.jdk.SystemPropertiesSupport.getProperty(SystemPropertiesSupport.java:144)
at com.oracle.svm.core.jdk.Target_java_lang_System.getProperty(JavaLangSubstitutions.java:345)
at com.oracle.svm.jni.JNIJavaCallWrappers.jniInvoke_VA_LIST:Ljava_lang_System_2_0002egetProperty_00028Ljava_lang_String_2_00029Ljava_lang_String_2(generated:0)
Error: com.oracle.graal.pointsto.constraints.UnresolvedElementException: Discovered unresolved method during parsing: org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor.stop(long, java.util.concurrent.TimeUnit). To diagnose the issue you can use the --allow-incomplete-classpath option. The missing method is then reported at run time when it is accessed the first time.
Trace:
at parsing org.apache.logging.log4j.core.config.AbstractConfiguration.stop(AbstractConfiguration.java:369)
Call path from entry point to org.apache.logging.log4j.core.config.AbstractConfiguration.stop(long, TimeUnit):
at org.apache.logging.log4j.core.config.AbstractConfiguration.stop(AbstractConfiguration.java:330)
at org.apache.logging.log4j.core.LoggerContext.stop(LoggerContext.java:385)
at org.apache.logging.log4j.core.LoggerContext$1.run(LoggerContext.java:313)
at org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry.run(DefaultShutdownCallbackRegistry.java:74)
at java.lang.Thread.run(Thread.java:834)
at com.oracle.svm.core.thread.JavaThreads.threadStartRoutine(JavaThreads.java:517)
at com.oracle.svm.core.posix.thread.PosixJavaThreads.pthreadStartRoutine(PosixJavaThreads.java:193)
at com.oracle.svm.core.code.IsolateEnterStub.PosixJavaThreads_pthreadStartRoutine_e1f4a8c0039f8337338252cd8734f63a79b5e3df(generated:0)
Error: com.oracle.graal.pointsto.constraints.UnresolvedElementException: Discovered unresolved method during parsing: org.apache.logging.log4j.core.async.AsyncLoggerContext.createRingBufferAdmin(). To diagnose the issue you can use the --allow-incomplete-classpath option. The missing method is then reported at run time when it is accessed the first time.
Trace:
at parsing org.apache.logging.log4j.core.jmx.Server.reregisterMBeansAfterReconfigure(Server.java:171)
Call path from entry point to org.apache.logging.log4j.core.jmx.Server.reregisterMBeansAfterReconfigure(MBeanServer):
at org.apache.logging.log4j.core.jmx.Server.reregisterMBeansAfterReconfigure(Server.java:145)
at org.apache.logging.log4j.core.jmx.Server.reregisterMBeansAfterReconfigure(Server.java:141)
at org.apache.logging.log4j.core.LoggerContext.setConfiguration(LoggerContext.java:629)
at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:691)
at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:708)
at org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.java:263)
at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:153)
at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:45)
at org.apache.logging.log4j.LogManager.getContext(LogManager.java:155)
at org.apache.logging.slf4j.Log4jLoggerFactory.getContext(Log4jLoggerFactory.java:45)
at org.apache.logging.log4j.spi.AbstractLoggerAdapter.getLogger(AbstractLoggerAdapter.java:48)
at org.apache.logging.slf4j.Log4jLoggerFactory.getLogger(Log4jLoggerFactory.java:30)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:363)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:388)
at org.apache.jena.atlas.logging.Log.log(Log.java:142)
at org.apache.jena.atlas.logging.Log.error(Log.java:96)
at org.apache.jena.sparql.sse.Item.visit(Item.java:348)
at org.apache.jena.sparql.sse.Item.hashCode(Item.java:177)
at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:936)
at java.util.Properties.getProperty(Properties.java:1125)
at com.oracle.svm.core.jdk.SystemPropertiesSupport.getProperty(SystemPropertiesSupport.java:144)
at com.oracle.svm.core.jdk.Target_java_lang_System.getProperty(JavaLangSubstitutions.java:345)
at com.oracle.svm.jni.JNIJavaCallWrappers.jniInvoke_VA_LIST:Ljava_lang_System_2_0002egetProperty_00028Ljava_lang_String_2_00029Ljava_lang_String_2(generated:0)
Error: com.oracle.graal.pointsto.constraints.UnresolvedElementException: Discovered unresolved method during parsing: org.apache.logging.log4j.core.config.yaml.YamlConfiguration.<init>(org.apache.logging.log4j.core.LoggerContext, org.apache.logging.log4j.core.config.ConfigurationSource). To diagnose the issue you can use the --allow-incomplete-classpath option. The missing method is then reported at run time when it is accessed the first time.
Trace:
at parsing org.apache.logging.log4j.core.config.yaml.YamlConfigurationFactory.getConfiguration(YamlConfigurationFactory.java:66)
Call path from entry point to org.apache.logging.log4j.core.config.yaml.YamlConfigurationFactory.getConfiguration(LoggerContext, ConfigurationSource):
at org.apache.logging.log4j.core.config.yaml.YamlConfigurationFactory.getConfiguration(YamlConfigurationFactory.java:63)
at org.apache.logging.log4j.core.config.ConfigurationFactory$Factory.getConfiguration(ConfigurationFactory.java:553)
at org.apache.logging.log4j.core.config.ConfigurationFactory.getConfiguration(ConfigurationFactory.java:324)
at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:687)
at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:708)
at org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.java:263)
at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:153)
at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:45)
at org.apache.logging.log4j.LogManager.getContext(LogManager.java:155)
at org.apache.logging.slf4j.Log4jLoggerFactory.getContext(Log4jLoggerFactory.java:45)
at org.apache.logging.log4j.spi.AbstractLoggerAdapter.getLogger(AbstractLoggerAdapter.java:48)
at org.apache.logging.slf4j.Log4jLoggerFactory.getLogger(Log4jLoggerFactory.java:30)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:363)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:388)
at org.apache.jena.atlas.logging.Log.log(Log.java:142)
at org.apache.jena.atlas.logging.Log.error(Log.java:96)
at org.apache.jena.sparql.sse.Item.visit(Item.java:348)
at org.apache.jena.sparql.sse.Item.hashCode(Item.java:177)
at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:936)
at java.util.Properties.getProperty(Properties.java:1125)
at com.oracle.svm.core.jdk.SystemPropertiesSupport.getProperty(SystemPropertiesSupport.java:144)
at com.oracle.svm.core.jdk.Target_java_lang_System.getProperty(JavaLangSubstitutions.java:345)
at com.oracle.svm.jni.JNIJavaCallWrappers.jniInvoke_VA_LIST:Ljava_lang_System_2_0002egetProperty_00028Ljava_lang_String_2_00029Ljava_lang_String_2(generated:0)
Error: com.oracle.graal.pointsto.constraints.UnresolvedElementException: Discovered unresolved method during parsing: org.slf4j.impl.StaticMarkerBinder.getSingleton(). To diagnose the issue you can use the --allow-incomplete-classpath option. The missing method is then reported at run time when it is accessed the first time.
Trace:
at parsing org.slf4j.MarkerFactory.bwCompatibleGetMarkerFactoryFromBinder(MarkerFactory.java:61)
Call path from entry point to org.slf4j.MarkerFactory.bwCompatibleGetMarkerFactoryFromBinder():
no path found from entry point to target method
Error: com.oracle.graal.pointsto.constraints.UnresolvedElementException: Discovered unresolved type during parsing: com.github.jsonldjava.shaded.com.google.common.util.concurrent.AbstractTransformFuture. To diagnose the issue you can use the --allow-incomplete-classpath option. The missing type is then reported at run time when it is accessed the first time.
Trace:
at parsing com.github.jsonldjava.shaded.com.google.common.util.concurrent.Futures.transform(Futures.java:508)
Call path from entry point to com.github.jsonldjava.shaded.com.google.common.util.concurrent.Futures.transform(ListenableFuture, Function, Executor):
at com.github.jsonldjava.shaded.com.google.common.util.concurrent.Futures.transform(Futures.java:508)
at com.github.jsonldjava.shaded.com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3538)
at com.github.jsonldjava.shaded.com.google.common.cache.LocalCache$Segment.loadAsync(LocalCache.java:2287)
at com.github.jsonldjava.shaded.com.google.common.cache.LocalCache$Segment.refresh(LocalCache.java:2360)
at com.github.jsonldjava.shaded.com.google.common.cache.LocalCache$Segment.scheduleRefresh(LocalCache.java:2338)
at com.github.jsonldjava.shaded.com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2072)
at com.github.jsonldjava.shaded.com.google.common.cache.LocalCache.get(LocalCache.java:3948)
at java.util.concurrent.ConcurrentHashMap.equals(ConcurrentHashMap.java:1360)
at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:940)
at java.util.Properties.getProperty(Properties.java:1125)
at com.oracle.svm.core.jdk.SystemPropertiesSupport.getProperty(SystemPropertiesSupport.java:144)
at com.oracle.svm.core.jdk.Target_java_lang_System.getProperty(JavaLangSubstitutions.java:345)
at com.oracle.svm.jni.JNIJavaCallWrappers.jniInvoke_VA_LIST:Ljava_lang_System_2_0002egetProperty_00028Ljava_lang_String_2_00029Ljava_lang_String_2(generated:0)
Error: com.oracle.graal.pointsto.constraints.UnresolvedElementException: Discovered unresolved type during parsing: com.github.jsonldjava.shaded.com.google.common.util.concurrent.ImmediateFuture$ImmediateFailedFuture. To diagnose the issue you can use the --allow-incomplete-classpath option. The missing type is then reported at run time when it is accessed the first time.
Trace:
at parsing com.github.jsonldjava.shaded.com.google.common.util.concurrent.Futures.immediateFailedFuture(Futures.java:206)
Call path from entry point to com.github.jsonldjava.shaded.com.google.common.util.concurrent.Futures.immediateFailedFuture(Throwable):
at com.github.jsonldjava.shaded.com.google.common.util.concurrent.Futures.immediateFailedFuture(Futures.java:205)
at com.github.jsonldjava.shaded.com.google.common.cache.LocalCache$LoadingValueReference.fullyFailedFuture(LocalCache.java:3507)
at com.github.jsonldjava.shaded.com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3549)
at com.github.jsonldjava.shaded.com.google.common.cache.LocalCache$Segment.loadAsync(LocalCache.java:2287)
at com.github.jsonldjava.shaded.com.google.common.cache.LocalCache$Segment.refresh(LocalCache.java:2360)
at com.github.jsonldjava.shaded.com.google.common.cache.LocalCache$Segment.scheduleRefresh(LocalCache.java:2338)
at com.github.jsonldjava.shaded.com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2072)
at com.github.jsonldjava.shaded.com.google.common.cache.LocalCache.get(LocalCache.java:3948)
at java.util.concurrent.ConcurrentHashMap.equals(ConcurrentHashMap.java:1360)
at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:940)
at java.util.Properties.getProperty(Properties.java:1125)
at com.oracle.svm.core.jdk.SystemPropertiesSupport.getProperty(SystemPropertiesSupport.java:144)
at com.oracle.svm.core.jdk.Target_java_lang_System.getProperty(JavaLangSubstitutions.java:345)
at com.oracle.svm.jni.JNIJavaCallWrappers.jniInvoke_VA_LIST:Ljava_lang_System_2_0002egetProperty_00028Ljava_lang_String_2_00029Ljava_lang_String_2(generated:0)
Error: com.oracle.graal.pointsto.constraints.UnresolvedElementException: Discovered unresolved type during parsing: com.github.jsonldjava.shaded.com.google.common.util.concurrent.SettableFuture. To diagnose the issue you can use the --allow-incomplete-classpath option. The missing type is then reported at run time when it is accessed the first time.
Trace:
at parsing com.github.jsonldjava.shaded.com.google.common.cache.LocalCache$LoadingValueReference.<init>(LocalCache.java:3472)
Call path from entry point to com.github.jsonldjava.shaded.com.google.common.cache.LocalCache$LoadingValueReference.<init>(LocalCache$ValueReference):
at com.github.jsonldjava.shaded.com.google.common.cache.LocalCache$LoadingValueReference.<init>(LocalCache.java:3479)
at com.github.jsonldjava.shaded.com.google.common.cache.LocalCache$Segment.insertLoadingValueReference(LocalCache.java:2407)
at com.github.jsonldjava.shaded.com.google.common.cache.LocalCache$Segment.refresh(LocalCache.java:2355)
at com.github.jsonldjava.shaded.com.google.common.cache.LocalCache$Segment.scheduleRefresh(LocalCache.java:2338)
at com.github.jsonldjava.shaded.com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2072)
at com.github.jsonldjava.shaded.com.google.common.cache.LocalCache.get(LocalCache.java:3948)
at java.util.concurrent.ConcurrentHashMap.equals(ConcurrentHashMap.java:1360)
at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:940)
at java.util.Properties.getProperty(Properties.java:1125)
at com.oracle.svm.core.jdk.SystemPropertiesSupport.getProperty(SystemPropertiesSupport.java:144)
at com.oracle.svm.core.jdk.Target_java_lang_System.getProperty(JavaLangSubstitutions.java:345)
at com.oracle.svm.jni.JNIJavaCallWrappers.jniInvoke_VA_LIST:Ljava_lang_System_2_0002egetProperty_00028Ljava_lang_String_2_00029Ljava_lang_String_2(generated:0)
Error: com.oracle.graal.pointsto.constraints.UnresolvedElementException: Discovered unresolved type during parsing: com.github.jsonldjava.shaded.com.google.common.util.concurrent.SettableFuture. To diagnose the issue you can use the --allow-incomplete-classpath option. The missing type is then reported at run time when it is accessed the first time.
Trace:
at parsing com.github.jsonldjava.shaded.com.google.common.cache.LocalCache$LoadingValueReference.set(LocalCache.java:3499)
Call path from entry point to com.github.jsonldjava.shaded.com.google.common.cache.LocalCache$LoadingValueReference.set(Object):
at com.github.jsonldjava.shaded.com.google.common.cache.LocalCache$LoadingValueReference.set(LocalCache.java:3499)
at com.github.jsonldjava.shaded.com.google.common.cache.LocalCache$LoadingValueReference$1.apply(LocalCache.java:3543)
at sun.security.ec.XECParameters$1.get(XECParameters.java:183)
at com.oracle.svm.core.jdk.SystemPropertiesSupport.initializeLazyValue(SystemPropertiesSupport.java:190)
at com.oracle.svm.core.jdk.SystemPropertiesSupport.getProperty(SystemPropertiesSupport.java:143)
at com.oracle.svm.core.jdk.Target_java_lang_System.getProperty(JavaLangSubstitutions.java:345)
at com.oracle.svm.jni.JNIJavaCallWrappers.jniInvoke_VA_LIST:Ljava_lang_System_2_0002egetProperty_00028Ljava_lang_String_2_00029Ljava_lang_String_2(generated:0)
Error: com.oracle.graal.pointsto.constraints.UnresolvedElementException: Discovered unresolved type during parsing: com.github.jsonldjava.shaded.com.google.common.util.concurrent.SettableFuture. To diagnose the issue you can use the --allow-incomplete-classpath option. The missing type is then reported at run time when it is accessed the first time.
Trace:
at parsing com.github.jsonldjava.shaded.com.google.common.cache.LocalCache$LoadingValueReference.setException(LocalCache.java:3503)
Call path from entry point to com.github.jsonldjava.shaded.com.google.common.cache.LocalCache$LoadingValueReference.setException(Throwable):
at com.github.jsonldjava.shaded.com.google.common.cache.LocalCache$LoadingValueReference.setException(LocalCache.java:3503)
at com.github.jsonldjava.shaded.com.google.common.cache.LocalCache$Segment$1.run(LocalCache.java:2296)
at org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry.run(DefaultShutdownCallbackRegistry.java:74)
at java.lang.Thread.run(Thread.java:834)
at com.oracle.svm.core.thread.JavaThreads.threadStartRoutine(JavaThreads.java:517)
at com.oracle.svm.core.posix.thread.PosixJavaThreads.pthreadStartRoutine(PosixJavaThreads.java:193)
at com.oracle.svm.core.code.IsolateEnterStub.PosixJavaThreads_pthreadStartRoutine_e1f4a8c0039f8337338252cd8734f63a79b5e3df(generated:0)
Error: com.oracle.graal.pointsto.constraints.UnresolvedElementException: Discovered unresolved type during parsing: org.fusesource.jansi.Ansi. To diagnose the issue you can use the --allow-incomplete-classpath option. The missing type is then reported at run time when it is accessed the first time.
Trace:
at parsing org.apache.logging.log4j.core.pattern.JAnsiTextRenderer.render(JAnsiTextRenderer.java:265)
Call path from entry point to org.apache.logging.log4j.core.pattern.JAnsiTextRenderer.render(String, String[]):
at org.apache.logging.log4j.core.pattern.JAnsiTextRenderer.render(JAnsiTextRenderer.java:265)
at org.apache.logging.log4j.core.pattern.JAnsiTextRenderer.render(JAnsiTextRenderer.java:314)
at org.apache.logging.log4j.core.pattern.MessagePatternConverter.format(MessagePatternConverter.java:137)
at com.oracle.svm.reflect.MessagePatternConverter_format_ef5b4c7eef1c42f82a034eef04614a2bc84d27ed_7911.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Method.java:566)
at javax.xml.transform.TransformerException.printStackTrace(TransformerException.java:345)
at javax.xml.transform.TransformerException.printStackTrace(TransformerException.java:285)
at com.oracle.svm.jni.functions.JNIFunctions.ExceptionDescribe(JNIFunctions.java:761)
at com.oracle.svm.core.code.IsolateEnterStub.JNIFunctions_ExceptionDescribe_b5412f7570bccae90b000bc37855f00408b2ad73(generated:0)
Error: com.oracle.graal.pointsto.constraints.UnresolvedElementException: Discovered unresolved type during parsing: org.fusesource.jansi.AnsiRenderer$Code. To diagnose the issue you can use the --allow-incomplete-classpath option. The missing type is then reported at run time when it is accessed the first time.
Trace:
at parsing org.apache.logging.log4j.core.pattern.JAnsiTextRenderer.<clinit>(JAnsiTextRenderer.java:97)
Call path from entry point to org.apache.logging.log4j.core.pattern.JAnsiTextRenderer.<clinit>():
no path found from entry point to target method
Error: com.oracle.graal.pointsto.constraints.UnresolvedElementException: Discovered unresolved type during parsing: org.fusesource.jansi.AnsiRenderer$Code. To diagnose the issue you can use the --allow-incomplete-classpath option. The missing type is then reported at run time when it is accessed the first time.
Trace:
at parsing org.apache.logging.log4j.core.pattern.JAnsiTextRenderer.<init>(JAnsiTextRenderer.java:214)
Call path from entry point to org.apache.logging.log4j.core.pattern.JAnsiTextRenderer.<init>(String[], Map):
at org.apache.logging.log4j.core.pattern.JAnsiTextRenderer.<init>(JAnsiTextRenderer.java:172)
at org.apache.logging.log4j.core.pattern.MessagePatternConverter.loadMessageRenderer(MessagePatternConverter.java:82)
at com.oracle.svm.reflect.MessagePatternConverter_loadMessageRenderer_27cde3cfe31429cd7d1ddd947f56f90b9b333198_7920.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Method.java:566)
at javax.xml.transform.TransformerException.printStackTrace(TransformerException.java:345)
at javax.xml.transform.TransformerException.printStackTrace(TransformerException.java:285)
at com.oracle.svm.jni.functions.JNIFunctions.ExceptionDescribe(JNIFunctions.java:761)
at com.oracle.svm.core.code.IsolateEnterStub.JNIFunctions_ExceptionDescribe_b5412f7570bccae90b000bc37855f00408b2ad73(generated:0)
Error: com.oracle.graal.pointsto.constraints.UnresolvedElementException: Discovered unresolved type during parsing: org.osgi.framework.FrameworkUtil. To diagnose the issue you can use the --allow-incomplete-classpath option. The missing type is then reported at run time when it is accessed the first time.
Trace:
at parsing org.apache.logging.log4j.core.config.plugins.util.ResolverUtil.loadImplementationsInBundle(ResolverUtil.java:282)
Call path from entry point to org.apache.logging.log4j.core.config.plugins.util.ResolverUtil.loadImplementationsInBundle(ResolverUtil$Test, String):
at org.apache.logging.log4j.core.config.plugins.util.ResolverUtil.loadImplementationsInBundle(ResolverUtil.java:282)
at org.apache.logging.log4j.core.config.plugins.util.ResolverUtil.findInPackage(ResolverUtil.java:231)
at org.apache.logging.log4j.core.config.plugins.util.PluginRegistry.loadFromPackage(PluginRegistry.java:225)
at org.apache.logging.log4j.core.config.plugins.util.PluginManager.collectPlugins(PluginManager.java:152)
at org.apache.logging.log4j.core.config.plugins.util.PluginManager.collectPlugins(PluginManager.java:118)
at org.apache.logging.log4j.core.config.ConfigurationFactory.getInstance(ConfigurationFactory.java:167)
at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:687)
at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:708)
at org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.java:263)
at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:153)
at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:45)
at org.apache.logging.log4j.LogManager.getContext(LogManager.java:155)
at org.apache.logging.slf4j.Log4jLoggerFactory.getContext(Log4jLoggerFactory.java:45)
at org.apache.logging.log4j.spi.AbstractLoggerAdapter.getLogger(AbstractLoggerAdapter.java:48)
at org.apache.logging.slf4j.Log4jLoggerFactory.getLogger(Log4jLoggerFactory.java:30)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:363)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:388)
at org.apache.jena.atlas.logging.Log.log(Log.java:142)
at org.apache.jena.atlas.logging.Log.error(Log.java:96)
at org.apache.jena.sparql.sse.Item.visit(Item.java:348)
at org.apache.jena.sparql.sse.Item.hashCode(Item.java:177)
at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:936)
at java.util.Properties.getProperty(Properties.java:1125)
at com.oracle.svm.core.jdk.SystemPropertiesSupport.getProperty(SystemPropertiesSupport.java:144)
at com.oracle.svm.core.jdk.Target_java_lang_System.getProperty(JavaLangSubstitutions.java:345)
at com.oracle.svm.jni.JNIJavaCallWrappers.jniInvoke_VA_LIST:Ljava_lang_System_2_0002egetProperty_00028Ljava_lang_String_2_00029Ljava_lang_String_2(generated:0)
Error: com.oracle.graal.pointsto.constraints.UnresolvedElementException: Discovered unresolved type during parsing: org.slf4j.ext.EventData. To diagnose the issue you can use the --allow-incomplete-classpath option. The missing type is then reported at run time when it is accessed the first time.
Trace:
at parsing org.apache.logging.slf4j.EventDataConverter.convertEvent(EventDataConverter.java:33)
Call path from entry point to org.apache.logging.slf4j.EventDataConverter.convertEvent(String, Object[], Throwable):
at org.apache.logging.slf4j.EventDataConverter.convertEvent(EventDataConverter.java:33)
at org.apache.logging.slf4j.Log4jLogger.log(Log4jLogger.java:367)
at org.apache.commons.logging.impl.SLF4JLocationAwareLog.debug(SLF4JLocationAwareLog.java:131)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.closeIdleConnections(PoolingHttpClientConnectionManager.java:422)
at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:69)
at java.lang.Thread.run(Thread.java:834)
at com.oracle.svm.core.thread.JavaThreads.threadStartRoutine(JavaThreads.java:517)
at com.oracle.svm.core.posix.thread.PosixJavaThreads.pthreadStartRoutine(PosixJavaThreads.java:193)
at com.oracle.svm.core.code.IsolateEnterStub.PosixJavaThreads_pthreadStartRoutine_e1f4a8c0039f8337338252cd8734f63a79b5e3df(generated:0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment