Re: [Dev] Issue when starting the server - SSLException: Connection has been shutdown

2016-02-09 Thread Tharindu Edirisinghe
Hi Dilini, The reason for not being able to access the portal is the self signed certificate of the server is not being trusted. If you need to access the portal with this configuration, you can export the public certificate of the server and import it to the cacerts of the JVM. Here's the

Re: [Dev] Issue when starting the server - SSLException: Connection has been shutdown

2016-02-02 Thread Vishanth Balasubramaniam
Hi Dilini, Try commenting out the rest of the properties in H2DatabaseConfiguration in carbon.xml. > > 8082 > > > ** > Regards, Vishanth On Tue, Feb 2, 2016 at 5:37 PM, Dilini Gunatilake wrote: > Hi Carbon Team, > > I wanted to browse the H2 repository

Re: [Dev] Issue when starting the server - SSLException: Connection has been shutdown

2016-02-02 Thread Dilini Gunatilake
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

Re: [Dev] Issue when starting the server - SSLException: Connection has been shutdown

2016-02-02 Thread Lahiru Cooray
Hi Dilini, Could you please share the carbon.xml file On Tue, Feb 2, 2016 at 5:37 PM, Dilini Gunatilake 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

[Dev] Issue when starting the server - SSLException: Connection has been shutdown

2016-02-02 Thread Dilini Gunatilake
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