Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

H2 console is not working #368

Closed
Megala21 opened this issue Apr 19, 2017 · 2 comments
Closed

H2 console is not working #368

Megala21 opened this issue Apr 19, 2017 · 2 comments

Comments

@Megala21
Copy link
Contributor

Enabled the H2-configuration in {IOT_HOME}/conf/carbon.xml with following,

        <H2DatabaseConfiguration>
		<property name="web" />
		<property name="webPort">8082</property>
		<property name="webAllowOthers" />
	</H2DatabaseConfiguration>

Cannot access the H2 database management console in localhost:8082

@milanperera
Copy link
Contributor

@Megala21 : H2 web server is disabled by kernel team due to a security vulnerability [1].
Hence, in order to work with H2, you need to use a 3rd party client application.

[1] http://www.securityfocus.com/bid/58536/info

@h20lee
Copy link

h20lee commented Dec 21, 2017

Documentation should be updated to reflect this, such as https://docs.wso2.com/display/Carbon420/Configuring+carbon.xml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants