This file contains 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
[Unit] | |
Description=SocketCAN interface %i with a baudrate of 500000 | |
After=multi-user.target | |
[Service] | |
Type=oneshot | |
RemainAfterExit=yes | |
ExecStart=/sbin/ip link set %i type can bitrate 500000 ; /sbin/ifconfig %i up | |
ExecReload=/sbin/ifconfig %i down ; /sbin/ip link set %i type can bitrate 500000 ; /sbin/ifconfig %i up | |
ExecStop=/sbin/ifconfig %i down |
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- | |
Licensed to the Austrian Association for Software Tool Integration (AASTI) | |
under one or more contributor license agreements. See the NOTICE file | |
distributed with this work for additional information regarding copyright | |
ownership. The AASTI licenses this file to you under the Apache License, | |
Version 2.0 (the "License"); you may not use this file except in compliance | |
with the License. You may obtain a copy of the License at |
This file contains 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
18:26:42,084 INFO [SwitchYardCamelContext] Route: direct:inOut started and consuming from: Endpoint[direct://inOut] | |
org.switchyard.HandlerException: java.lang.RuntimeException: Runtime error | |
18:26:42,148 INFO [SwitchYardCamelContext] Apache Camel 2.10.0 (CamelContext: camel-1) is shutting down | |
at org.switchyard.bus.camel.audit.FaultProcessor.detectHandlerException(FaultProcessor.java:82) | |
at org.switchyard.bus.camel.audit.FaultProcessor.handle(FaultProcessor.java:73) | |
at org.switchyard.bus.camel.audit.FaultProcessor$1.done(FaultProcessor.java:57) | |
at org.apache.camel.management.InstrumentationProcessor$1.done(InstrumentationProcessor.java:82) | |
at org.apache.camel.util.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:67) | |
at org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73) | |
at org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99) |