You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by Jörn Schumann <jo...@hs-furtwangen.de> on 2018/12/10 10:01:19 UTC

AutoConf Ressource Processor doesn't commit session

Hey,

i have the problem, that your 'AutoConfResourceProcessor' never commits the
session. So i get every time a 'java.lang.IllegalArgumentException' by
deploying a deployment package into my osgi enviroment. The deployed package
is running correctly. If i deploy the next package a second time, after the
Exception occured, it works. So i don't get it, why your processor throws
this Exception at the first time...

Caused by: java.lang.IllegalArgumentException: Trying to begin new
deployment session while already in one.
	at
org.apache.felix.deployment.rp.autoconf.AutoConfResourceProcessor.begin(AutoConfResourceProcessor.java:136)
	at
org.apache.felix.deploymentadmin.spi.ProcessResourceCommand.doExecute(ProcessResourceCommand.java:109)
	at org.apache.felix.deploymentadmin.spi.Command.execute(Command.java:55)




--
Sent from: http://apache-felix.18485.x6.nabble.com/Apache-Felix-Dev-f4846309.html