Skip to content

Commit 9aae47f

Browse files
author
Akash.S
committed
fixing quotes
1 parent 18ee487 commit 9aae47f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

_posts/2016-08-31-java-hibernate-troubleshoot.markdown

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ shortinfo: Few issue in hibernate that occured while project setup. Solutions ar
99

1010

1111
# Mysql connection issue
12-
**NoRouteToHostException exception raised**
12+
Some times we encounter **NoRouteToHostException** exception raised
1313

14-
>Signals that an error occurred while attempting to connect a socket to a remote address and port. Typically, the remote host cannot be reached because of an intervening firewall, or if an intermediate router is down.
14+
>Signals that an error occurred while attempting to connect a socket to a remote address and port.
15+
>
16+
> Typically, the remote host cannot be reached because of an intervening firewall, or if an intermediate router is down.
1517
16-
Error
18+
Or Error
1719
> The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
1820
1921
```java
@@ -28,4 +30,5 @@ Fix:
2830
echo "1" >/proc/sys/net/ipv4/tcp_tw_reuse
2931
# and/or
3032
echo "1" >/proc/sys/net/ipv4/tcp_tw_recycle
31-
```
33+
```
34+

0 commit comments

Comments
 (0)