I get strange ending characters at the end of my console request... Have a look to the following command:
client -a 8101 -h localhost -u karaf " config:list \"(service.pid=org.ops4j.pax.web)\" " >> ~/output.txt It is important to pipe the output to the file otherwise the problem becomes not visible. I am uncertain if this a new problem of 3.0.2. What are these strange characters at the end? I must parse the console output, so the regular expressions become much more complicated by now. Has anybody an idea what is the cause of this? I am not sure if you can see the issue in this post... Maybe you must try it on a running instance. Output: ---------------------------------------------------------------- Pid: org.ops4j.pax.web BundleLocation: mvn:org.ops4j.pax.web/pax-web-runtime/3.1.2 Properties: javax.servlet.context.tempdir = /opt/apache-karaf-3.0.2/data/pax-web-jsp org.apache.karaf.features.configKey = org.ops4j.pax.web org.ops4j.pax.web.config.file = /opt/apache-karaf-3.0.2/etc/jetty.xml org.osgi.service.http.port = 8181 service.pid = org.ops4j.pax.web [m -- View this message in context: http://karaf.922171.n3.nabble.com/Strange-characters-appended-to-console-output-tp4037895.html Sent from the Karaf - User mailing list archive at Nabble.com.
