Categories
Windows

Start Menu Search Box is Missing [Windows 7]

On Windows 7, in some case, when you click your Windows’ start menu, your search programs and file box is missing from there as this one: As we expected, the search box here as example: Here is the way to enable/disable the search box.   Solutions 1. Open Control Panels 2. Find Programs and Features…

Categories
Java

Monitor Java Application with JConsole

You might need to monitor your java application in order to examine the memory or CPU usage. JConsole is free and available in your JDK from version JDK 5 up. About JConsole Jconsole is a JMX-compliant monitoring tool.  It uses the extensive JMX instrumentation of the Java virtual machine to provide information on performance and…

Categories
Java

LockObtainFailedException: Lock obtain timed out: SimpleFSLock@ [Issue/Explain]

Let’s me start from a scenario of a Java (Hibernate, Spring App)/tomcat application that would give you as myself, the error as stated in the subject above. To reproduce In some cases, as you do as following steps: Build with clean install Start Tomcat as normal Stop Tomcat And Start Tomcat again You got an…