You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ docker run -p 8253:8253 -p 8290:8290 wso2mi:1.1.0
Error obtained:
FATAL {org.wso2.micro.integrator.server.Main} - Error while performing configuration changes
org.wso2.config.mapper.ConfigParserException: Error while creating new directory /home/wso2carbon/wso2mi-1.1.0/backup/conf/passthru-http.properties
at org.wso2.config.mapper.util.FileUtils.writeFile(FileUtils.java:74) ~[config-mapper-1.0.3.jar:1.0.3]
at org.wso2.config.mapper.util.FileUtils.writeDirectory(FileUtils.java:101) ~[config-mapper-1.0.3.jar:1.0.3]
The text was updated successfully, but these errors were encountered:
Description:
I can't run the micro integration with the image built from master branch.
% pwd
˜/git/docker-ei/dockerfiles/alpine/micro-integrator
$ docker build -t wso2mi:1.1.0 .
$ docker run -p 8253:8253 -p 8290:8290 wso2mi:1.1.0
Error obtained:
FATAL {org.wso2.micro.integrator.server.Main} - Error while performing configuration changes
org.wso2.config.mapper.ConfigParserException: Error while creating new directory /home/wso2carbon/wso2mi-1.1.0/backup/conf/passthru-http.properties
at org.wso2.config.mapper.util.FileUtils.writeFile(FileUtils.java:74) ~[config-mapper-1.0.3.jar:1.0.3]
at org.wso2.config.mapper.util.FileUtils.writeDirectory(FileUtils.java:101) ~[config-mapper-1.0.3.jar:1.0.3]
The text was updated successfully, but these errors were encountered: