Eclipse fails to start up in Ubuntu after installing Oracle Java
Problem: Eclipse fails to start, with message – java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: no swt-gtk-3740 in java.library.path ...
Problem: Eclipse fails to start, with message – java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: no swt-gtk-3740 in java.library.path ...
To install LAMP server on Ubuntu – On terminal, do – sudo apt-get install tasksel sudo tasksel install lamp-server Test Apache Go to URL http://loca...
Problem: Ubuntu gives the message “Boot device not found” after partitioning using Gparted (done from a usb instance). Reason : Unknown. Could be th...
Bug: Hibernate calls hang after giving the message “opening JDBC connection” in the logs. No exception/error message is thrown. Reason: Connection t...
Bug: Hibernate connection times out (after the maxWait duration set for the datasource), and gives error message in the log – “Timeout waiting for i...
Bug: A class cast exception like the following is thrown – class x.y.z.MyClass cannot be cast to class x.y.z.MyClass Reason: The class loaders for both th...
Bug: jqGrid cell data in a previously edited cell disappears on editing other rows. This usually occurs after a cell or row value is edited programmatically. Re...
Bug: A above exception thrown when using hibernate. Reason: This error occurs usually because of a misplaced “order by” clause. If in a many to many...
Bug: The above exception thrown when using hibernate. Reason: This usually occurs when column name is not mentioned in many-to-many node. The correct mapping fo...
Bug: The exception thrown when migrating to spring 3. Reason: This exception thrown when migrating to spring-security 3 occurs due to spring 3 (authentication ...