Hi All, Thanks for the suggestions. I didn't observe the exception after commenting out the other properties. It is thrown only when starting the H2 PG server. Also, a 500 error page is displayed when login to the Portal of the Dashboard Server 2.0.0 when H2 TCP server is also started. Raised a JIRA [1] to address these issues.
[1] https://wso2.org/jira/browse/CARBON-15777 Thank you. Regards, Dilini On Wed, Feb 3, 2016 at 1:46 AM, Vishanth Balasubramaniam <[email protected] > wrote: > Hi Dilini, > > Try commenting out the rest of the properties in H2DatabaseConfiguration > in carbon.xml. > > <H2DatabaseConfiguration> >> <property name="web" /> >> <property name="webPort">8082</property> >> <property name="webAllowOthers" /> >> >> * <!--property name="webSSL" />* >> *<property name="tcp" />* >> *<property name="tcpPort">9092</property>* >> *<property name="tcpAllowOthers" />* >> *<property name="tcpSSL" />* >> *<property name="pg" />* >> *<property name="pgPort">5435</property>* >> *<property name="pgAllowOthers" />* >> *<property name="trace" />* >> *<property name="baseDir">${carbon.home}</property-->* >> </H2DatabaseConfiguration> > > > Regards, > Vishanth > > On Tue, Feb 2, 2016 at 5:37 PM, Dilini Gunatilake <[email protected]> > wrote: > >> Hi Carbon Team, >> >> I wanted to browse the H2 repository and followed the blog in [1] and >> configured the carbon.xml file accordingly. But, when I started the pack, I >> observed the following error. What could be the reason for this? >> >> This issue was observed in WSO2 ESB 4.10.0-Milestone 2 and DS 2.0.0 Beta >> 2 packs. (carbon 4.4.3) >> >> ubuntu@ds-long-n1:~/releases/wso2ds-2.0.0-SNAPSHOT/bin$ sh wso2server.sh >> JAVA_HOME environment variable is set to /home/ubuntu/software/jdk1.8.0_51 >> CARBON_HOME environment variable is set to >> /home/ubuntu/releases/wso2ds-2.0.0-SNAPSHOT >> Using Java memory options: -Xms256m -Xmx1024m >> >> [2016-02-02 11:26:27,394] INFO >> {org.wso2.carbon.h2.osgi.console.ConsoleService} - Starting H2 Web >> server... >> [2016-02-02 11:26:28,006] INFO >> {org.wso2.carbon.h2.osgi.console.ConsoleService} - Starting H2 TCP >> server... >> [2016-02-02 11:26:28,030] INFO >> {org.wso2.carbon.h2.osgi.console.ConsoleService} - Starting H2 PG server... >> org.h2.server.TcpServerThread@273ec7dc Connect >> Connect >> Disconnect >> Close >> javax.net.ssl.SSLException: Connection has been shutdown: >> javax.net.ssl.SSLHandshakeException: Remote host closed connection during >> handshake >> at sun.security.ssl.SSLSocketImpl.checkEOF(SSLSocketImpl.java:1541) >> at sun.security.ssl.SSLSocketImpl.checkWrite(SSLSocketImpl.java:1553) >> at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:71) >> at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82) >> at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140) >> at java.io.DataOutputStream.flush(DataOutputStream.java:123) >> at org.h2.value.Transfer.flush(Transfer.java:85) >> at org.h2.server.TcpServerThread.sendError(TcpServerThread.java:197) >> at org.h2.server.TcpServerThread.run(TcpServerThread.java:129) >> at java.lang.Thread.run(Thread.java:745) >> Caused by: javax.net.ssl.SSLHandshakeException: Remote host closed >> connection during handshake >> at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:992) >> at >> sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) >> at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:928) >> at sun.security.ssl.AppInputStream.read(AppInputStream.java:105) >> at java.io.BufferedInputStream.fill(BufferedInputStream.java:246) >> at java.io.BufferedInputStream.read(BufferedInputStream.java:265) >> at java.io.DataInputStream.readInt(DataInputStream.java:387) >> at org.h2.value.Transfer.readInt(Transfer.java:145) >> at org.h2.server.TcpServerThread.run(TcpServerThread.java:71) >> ... 1 more >> Caused by: java.io.EOFException: SSL peer shut down incorrectly >> at sun.security.ssl.InputRecord.read(InputRecord.java:505) >> at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973) >> ... 9 more >> org.h2.server.TcpServerThread@273ec7dc Disconnect >> org.h2.server.TcpServerThread@273ec7dc Close >> [2016-02-02 11:26:29,170] INFO >> {org.wso2.carbon.core.internal.CarbonCoreActivator} - Starting WSO2 >> Carbon... >> [2016-02-02 11:26:29,177] INFO >> {org.wso2.carbon.core.internal.CarbonCoreActivator} - Operating System : >> Linux 3.13.0-36-generic, amd64 >> [2016-02-02 11:26:29,177] INFO >> {org.wso2.carbon.core.internal.CarbonCoreActivator} - Java Home : >> /home/ubuntu/software/jdk1.8.0_51/jre >> [2016-02-02 11:26:29,178] INFO >> {org.wso2.carbon.core.internal.CarbonCoreActivator} - Java Version : >> 1.8.0_51 >> [2016-02-02 11:26:29,181] INFO >> {org.wso2.carbon.core.internal.CarbonCoreActivator} - Java VM : >> Java HotSpot(TM) 64-Bit Server VM 25.51-b03,Oracle Corporation >> >> >> [1] >> http://www.vitharana.org/2012/04/how-to-browse-h2-database-of-wso2.html >> >> >> Thank you. >> >> Regards, >> >> -- >> >> *Dilini GunatilakeSoftware Engineer - QA Team* >> Mobile : +94 (0) 771 162518 >> [email protected] >> >> _______________________________________________ >> Dev mailing list >> [email protected] >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > > -- > *Vishanth Balasubramaniam* > Committer & PMC Member, Apache Stratos, > Software Engineer, WSO2 Inc.; http://wso2.com > > mobile: *+94 77 17 377 18* > about me: *http://about.me/vishanth <http://about.me/vishanth>* > -- *Dilini GunatilakeSoftware Engineer - QA Team* Mobile : +94 (0) 771 162518 [email protected]
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
