Skip to content

Instantly share code, notes, and snippets.

View cschneider's full-sized avatar
🏠
Working from home

Christian Schneider cschneider

🏠
Working from home
View GitHub Profile
12.04.2022 07:54:24.038 *ERROR* [FelixLogListener] ROOT bundle org.apache.sling.distribution.core:0.6.0.SNAPSHOT (296) General problem with descriptor entry '/OSGI-INF/org.apache.sling.distribution.trigger.impl.ScheduledDistributionTriggerFactory.xml' (org.apache.felix.log.LogException: org.xml.sax.SAXException: Exception during parsing)
org.apache.felix.log.LogException: org.xml.sax.SAXException: Exception during parsing
at org.apache.felix.scr.impl.xml.XmlHandler.startElement(XmlHandler.java:433)
at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:510)
at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(AbstractXMLDocumentParser.java:183)
at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:351)
at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.j
07.10.2020 08:26:49.224 *WARN* [hc-monitor-12-systemalive,systemready] org.apache.felix.hc.core.impl.executor.HealthCheckExecutorImpl Unexpected Exception during future.get(): java.util.concurrent.ExecutionException: java.lang.LinkageError: loader org.apache.sling.feature.launcher.spi.Launcher$LauncherClassLoader @2ca65ce4 (instance of org.apache.sling.feature.launcher.spi.Launcher$LauncherClassLoader, child of 'app' jdk.internal.loader.ClassLoaders$AppClassLoader) attempted duplicate class definition for org.osgi.framework.dto.BundleDTO.
java.util.concurrent.ExecutionException: java.lang.LinkageError: loader org.apache.sling.feature.launcher.spi.Launcher$LauncherClassLoader @2ca65ce4 (instance of org.apache.sling.feature.launcher.spi.Launcher$LauncherClassLoader, child of 'app' jdk.internal.loader.ClassLoaders$AppClassLoader) attempted duplicate class definition for org.osgi.framework.dto.BundleDTO.
at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.base/java.util.concurrent.F
board=nodemcuv2
boardsmanager.additional.urls=http://arduino.esp8266.com/stable/package_esp8266com_index.json
build.verbose=false
build.warn_data_percentage=75
builtin_platform_is_newer=10810
cache.enable=true
compiler.cache_core=true
compiler.warning_level=none
console=true
console.auto_clear=true
Sketch uses 353132 bytes (33%) of program storage space. Maximum is 1044464 bytes.Executable segment sizes:
IROM : 316684 - code in flash (default or ICACHE_FLASH_ATTR) Global variables use 43488 bytes (53%) of dynamic memory, leaving 38432 bytes for local variables. Maximum is 81920 bytes.
IRAM : 27456 / 32768 - code in IRAM (ICACHE_RAM_ATTR, ISRs...)
DATA : 1280 ) - initialized variables (global, static) in RAM/HEAP
RODATA : 7712 ) / 81920 - constants (global, static) in RAM/HEAP
BSS : 34496 ) - zeroed variables (global, static) in RAM/HEAP
esptool.py v2.8
Serial port /dev/cu.SLAB_USBtoUART
@Component
@ApplicationPath("/distribution")
public class JerseyConfig extends ResourceConfig {
@Autowired
public JerseyConfig(ObjectMapper objectMapper) {
register(new ObjectMapperContextResolver(objectMapper));
}
@PostConstruct
12.02.2020 11:03:40.599 *ERROR* [Queue Processor for Subscriber agent forwardSubscriber] org.apache.jackrabbit.vault.fs.io.Importer E /content/skyline-sample/en/jcr:content/image/file/jcr:content/dam:thumbnails/dam:thumbnail_300.png (org.xml.sax.SAXException: java.lang.IllegalStateException: Attempt to read external blob with blobId [6cb60ea0b5b21ca06c508d09d19408075943ab4fa255ca869f61223053685890:c3bbeabfccfd7b62e3990dde25b93e38625588dc] without specifying BlobStore
java.lang.IllegalStateException: Attempt to read external blob with blobId [6cb60ea0b5b21ca06c508d09d19408075943ab4fa255ca869f61223053685890:c3bbeabfccfd7b62e3990dde25b93e38625588dc] without specifying BlobStore)
12.02.2020 11:03:40.604 *ERROR* [Queue Processor for Subscriber agent forwardSubscriber] org.apache.jackrabbit.vault.fs.impl.io.GenericArtifactHandler Error while parsing null: {}
org.xml.sax.SAXException: java.lang.IllegalStateException: Attempt to read external blob with blobId [6ff520445ab5a4789c62c7d45162f15f733c9f8acca205a840d62896d
karaf@root()> feature:repo-add mvn:org.apache.plc4x/driver-s7-feature/0.5.0-SNAPSHOT/xml/features
Adding feature url mvn:org.apache.plc4x/driver-s7-feature/0.5.0-SNAPSHOT/xml/features
karaf@root()> feature:install driver-s7-feature
karaf@root()> scr:list
ServiceComponentRuntimeMBean in bundle 45 (org.apache.karaf.scr.management:4.2.7) enabled, 1 instance.
Id: 0, State:ACTIVE
org.apache.plc4x.java.s7.S7PlcDriver in bundle 63 (org.apache.plc4x.plc4j-driver-s7:0.5.0.SNAPSHOT) enabled, 1 instance.
Id: 1, State:ACTIVE
karaf@root()> service:list PlcDriver
[org.apache.plc4x.java.spi.PlcDriver]
Oct 12, 2019 1:53:13 PM org.ops4j.pax.exam.spi.DefaultExamSystem create
INFO: Pax Exam System (Version: 4.13.0) created.
Oct 12, 2019 1:53:13 PM org.ops4j.pax.exam.junit.impl.ProbeRunner <init>
INFO: creating PaxExam runner for class net.lr.osgibp.it.CalculatorITest
Oct 12, 2019 1:53:13 PM org.ops4j.pax.exam.junit.impl.ProbeRunner run
INFO: running test class net.lr.osgibp.it.CalculatorITest
Oct 12, 2019 1:53:13 PM org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer start
INFO: Creating RMI registry server on 127.0.0.1:21000
Oct 12, 2019 1:53:14 PM org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer shouldInjectJUnitBundles
INFO: Found 0 options when requesting OverrideJUnitBundlesOption.class
[INFO] Scanning for projects...
[INFO]
[INFO] --------< org.apache.sling:org.apache.sling.distribution.core >---------
[INFO] Building Apache Sling Distribution Core 0.4.1-SNAPSHOT
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.apache.sling.distribution.core ---
[INFO] Deleting /Users/cschneid/checkout/sling-org-apache-sling-distribution-core/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java) @ org.apache.sling.distribution.core ---
/*******************************************************************************
* Copyright (c) 2015 Thomas Telkamp and Matthijs Kooijman
* Copyright (c) 2018 Terry Moore, MCCI
*
* Permission is hereby granted, free of charge, to anyone
* obtaining a copy of this document and accompanying files,
* to do whatever they want with them without any restriction,
* including, but not limited to, copying, modification and redistribution.
* NO WARRANTY OF ANY KIND IS PROVIDED.
*