Follow all the steps to integrate the sql server database, in the part of uncommenting the lines and create the databases, according to the documentation.
sonar.jdbc.url = jdbc: sqlserver: // localhost: 1433; databaseName = sonar
So I have the sql server 2017 code line and this is the log that generates me:
2019.04.02 21:06:29 WARN app[][o.e.t.TcpTransport] exception caught on transport layer [Netty4TcpChannel{localAddress=/127.0.0.1:51439, remoteAddress=/127.0.0.1:9001}], closing connection
jvm 1 | java.io.IOException: Se ha forzado la interrupci¾n de una conexi¾n existente por el host remoto
jvm 1 | at sun.nio.ch.SocketDispatcher.read0(Native Method)
jvm 1 | at sun.nio.ch.SocketDispatcher.read(Unknown Source)
jvm 1 | at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)
jvm 1 | at sun.nio.ch.IOUtil.read(Unknown Source)
jvm 1 | at sun.nio.ch.SocketChannelImpl.read(Unknown Source)
jvm 1 | at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:433)
jvm 1 | at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
jvm 1 | at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:347)
jvm 1 | at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:148)
jvm 1 | at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:656)
jvm 1 | at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591)
jvm 1 | at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508)
jvm 1 | at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470)
jvm 1 | at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909)
jvm 1 | at java.lang.Thread.run(Unknown Source)
jvm 1 | 2019.04.02 21:06:29 WARN app[][o.e.t.TcpTransport] exception caught on transport layer [Netty4TcpChannel{localAddress=/127.0.0.1:51435, remoteAddress=/127.0.0.1:9001}], closing connection
jvm 1 | java.io.IOException: Se ha forzado la interrupci¾n de una conexi¾n existente por el host remoto
jvm 1 | at sun.nio.ch.SocketDispatcher.read0(Native Method)
jvm 1 | at sun.nio.ch.SocketDispatcher.read(Unknown Source)
jvm 1 | at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)
jvm 1 | at sun.nio.ch.IOUtil.read(Unknown Source)
jvm 1 | at sun.nio.ch.SocketChannelImpl.read(Unknown Source)
jvm 1 | at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:433)
jvm 1 | at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
jvm 1 | at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:347)
jvm 1 | at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:148)
jvm 1 | at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:656)
jvm 1 | at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591)
jvm 1 | at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508)
jvm 1 | at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470)
jvm 1 | at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909)
jvm 1 | at java.lang.Thread.run(Unknown Source)
jvm 1 | 2019.04.02 21:06:29 WARN app[][o.e.t.TcpTransport] exception caught on transport layer [Netty4TcpChannel{localAddress=/127.0.0.1:51436, remoteAddress=/127.0.0.1:9001}], closing connection
jvm 1 | java.io.IOException: Se ha forzado la interrupci¾n de una conexi¾n existente por el host remoto
jvm 1 | at sun.nio.ch.SocketDispatcher.read0(Native Method)
jvm 1 | at sun.nio.ch.SocketDispatcher.read(Unknown Source)
jvm 1 | at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)
jvm 1 | at sun.nio.ch.IOUtil.read(Unknown Source)
jvm 1 | at sun.nio.ch.SocketChannelImpl.read(Unknown Source)
jvm 1 | at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:433)
jvm 1 | at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
jvm 1 | at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:347)
jvm 1 | at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:148)
jvm 1 | at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:656)
jvm 1 | at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591)
jvm 1 | at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508)
jvm 1 | at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470)
jvm 1 | at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909)
jvm 1 | at java.lang.Thread.run(Unknown Source)
jvm 1 | 2019.04.02 21:06:29 WARN app[][o.e.t.TcpTransport] exception caught on transport layer [Netty4TcpChannel{localAddress=/127.0.0.1:51441, remoteAddress=/127.0.0.1:9001}], closing connection
jvm 1 | java.io.IOException: Se ha forzado la interrupci¾n de una conexi¾n existente por el host remoto
jvm 1 | at sun.nio.ch.SocketDispatcher.read0(Native Method)
jvm 1 | at sun.nio.ch.SocketDispatcher.read(Unknown Source)
jvm 1 | at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)
jvm 1 | at sun.nio.ch.IOUtil.read(Unknown Source)
jvm 1 | at sun.nio.ch.SocketChannelImpl.read(Unknown Source)
jvm 1 | at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:433)
jvm 1 | at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
jvm 1 | at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:347)
jvm 1 | at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:148)
jvm 1 | at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:656)
jvm 1 | at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591)
jvm 1 | at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508)
jvm 1 | at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470)
jvm 1 | at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909)
jvm 1 | at java.lang.Thread.run(Unknown Source)
jvm 1 | 2019.04.02 21:06:29 WARN app[][o.e.t.TcpTransport] exception caught on transport layer [Netty4TcpChannel{localAddress=/127.0.0.1:51431, remoteAddress=/127.0.0.1:9001}], closing connection
jvm 1 | java.io.IOException: Se ha forzado la interrupci¾n de una conexi¾n existente por el host remoto
jvm 1 | at sun.nio.ch.SocketDispatcher.read0(Native Method)
jvm 1 | at sun.nio.ch.SocketDispatcher.read(Unknown Source)
jvm 1 | at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)
jvm 1 | at sun.nio.ch.IOUtil.read(Unknown Source)
jvm 1 | at sun.nio.ch.SocketChannelImpl.read(Unknown Source)
jvm 1 | at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:433)
jvm 1 | at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
jvm 1 | at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:347)
jvm 1 | at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:148)
jvm 1 | at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:656)
jvm 1 | at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591)
jvm 1 | at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508)
jvm 1 | at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470)
jvm 1 | at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909)
jvm 1 | at java.lang.Thread.run(Unknown Source)
jvm 1 | 2019.04.02 21:06:29 WARN app[][o.e.t.TcpTransport] exception caught on transport layer [Netty4TcpChannel{localAddress=/127.0.0.1:51433, remoteAddress=/127.0.0.1:9001}], closing connection
jvm 1 | java.io.IOException: Se ha forzado la interrupci¾n de una conexi¾n existente por el host remoto
jvm 1 | at sun.nio.ch.SocketDispatcher.read0(Native Method)
jvm 1 | at sun.nio.ch.SocketDispatcher.read(Unknown Source)
jvm 1 | at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)
jvm 1 | at sun.nio.ch.IOUtil.read(Unknown Source)
jvm 1 | at sun.nio.ch.SocketChannelImpl.read(Unknown Source)
jvm 1 | at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:433)
jvm 1 | at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
jvm 1 | at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:347)
jvm 1 | at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:148)
jvm 1 | at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:656)
jvm 1 | at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591)
jvm 1 | at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508)
jvm 1 | at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470)
jvm 1 | at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909)
jvm 1 | at java.lang.Thread.run(Unknown Source)
jvm 1 | 2019.04.02 21:06:29 WARN app[][o.e.t.TcpTransport] exception caught on transport layer [Netty4TcpChannel{localAddress=/127.0.0.1:51432, remoteAddress=/127.0.0.1:9001}], closing connection
jvm 1 | java.io.IOException: Se ha forzado la interrupci¾n de una conexi¾n existente por el host remoto
jvm 1 | at sun.nio.ch.SocketDispatcher.read0(Native Method)
jvm 1 | at sun.nio.ch.SocketDispatcher.read(Unknown Source)
jvm 1 | at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)
jvm 1 | at sun.nio.ch.IOUtil.read(Unknown Source)
jvm 1 | at sun.nio.ch.SocketChannelImpl.read(Unknown Source)
jvm 1 | at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:433)
jvm 1 | at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
jvm 1 | at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:347)
jvm 1 | at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:148)
jvm 1 | at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:656)
jvm 1 | at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591)
jvm 1 | at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508)
jvm 1 | at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470)
jvm 1 | at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909)
jvm 1 | at java.lang.Thread.run(Unknown Source)
jvm 1 | 2019.04.02 21:06:29 WARN app[][o.e.t.TcpTransport] exception caught on transport layer [Netty4TcpChannel{localAddress=/127.0.0.1:51430, remoteAddress=/127.0.0.1:9001}], closing connection
jvm 1 | java.io.IOException: Se ha forzado la interrupci¾n de una conexi¾n existente por el host remoto
jvm 1 | at sun.nio.ch.SocketDispatcher.read0(Native Method)
jvm 1 | at sun.nio.ch.SocketDispatcher.read(Unknown Source)
jvm 1 | at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)
jvm 1 | at sun.nio.ch.IOUtil.read(Unknown Source)
jvm 1 | at sun.nio.ch.SocketChannelImpl.read(Unknown Source)
jvm 1 | at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:433)
jvm 1 | at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
jvm 1 | at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:347)
jvm 1 | at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:148)
jvm 1 | at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:656)
jvm 1 | at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591)
jvm 1 | at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508)
jvm 1 | at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470)
jvm 1 | at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909)
jvm 1 | at java.lang.Thread.run(Unknown Source)
I would be very grateful if you can help me.