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
Description:
java.util.prefs.userRoot should simply point to ${USER_HOME}. Specifying ${USER_HOME}.java/.userPrefs is redundant and causes java.util.prefs.userRoot to be defined as ${USER_HOME}.java/.userPrefs/.java/.userPrefs
Description:
java.util.prefs.userRoot should simply point to ${USER_HOME}. Specifying
${USER_HOME}.java/.userPrefs
is redundant and causesjava.util.prefs.userRoot
to be defined as${USER_HOME}.java/.userPrefs/.java/.userPrefs
Affected Product Version:
6.0.0.1
Steps to reproduce:
cd docker-is/dockerfiles/ubuntu/is
docker build -t wso2/wso2is:6.0.0-ubuntu --build-arg "WSO2_SERVER_DIST_URL=https://wso2.org/path/to/wso2is-6.0.0.zip" .
docker run --name wso2is-6.0.0 --rm -i -t wso2/wso2is:6.0.0-ubuntu
docker exec -it wso2is-6.0.0 bash
ls -la /home/wso2carbon/.java/.userPrefs/
the output will be:ls -la /home/wso2carbon/.java/.userPrefs/.java/.userPrefs/
produces this output:Related Issues:
#355 Location to store java preferences is not used by Alpine & Centos images
The text was updated successfully, but these errors were encountered: