When invoking a web service using RestTemplate:- restTemplate.getForObject(“http://www.server.com/api”, Bean[].class)); … the following exception occurs:- Exception in thread “main” org.springframework.web.client.RestClientException: Could
Continue readingCategory: how to
java.lang.UnsupportedClassVersionError: com/typesafe/config/ConfigException : Unsupported major.minor version 52.0
java.lang.UnsupportedClassVersionError: com/typesafe/config/ConfigException : Unsupported major.minor version 52.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:800) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) at java.net.URLClassLoader.access$100(URLClassLoader.java:71) at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
Continue readingjava.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
When i run my project ,I get exception ClassNotFoundException : org.springframework.web.context.ContextLoaderListener java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1858) at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1709) at org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:506) at
Continue readingdpkg was interrupted you must manually run dpkg configure a to correct the problem ubuntu
dpkg was interrupted you must manually run dpkg configure a to correct the problem ubuntu: when i run command
Continue readingTigase 5.2 and Spark Authentication failed
The messages noted during the login on tigase.0.log are: 18.085 [ConnectionOpenThread] ConnectionManager$ConnectionListenerImpl.accept() FINEST: Accept called for service: null@null 2014-04-29 23:46:18.086
Continue readingEjabberd is not running in that node error
Hi, I’m trying to configure ejabberd without success. Service is running at Debian Sid and when i type: # ejabberdctl
Continue readingDifference between “apt-get remove” or “apt-get purge”
Should I use apt-get remove or apt-get purge apt-get remove : remove is identical to install except that packages
Continue readingHow to Empty a file
Empty a file using command(terminal) Method 1. $ > test.txt empty a file for when you want to flush all
Continue readingCatch multiple Java exceptions in the same catch clause
Can I catch multiple Java exceptions in the same catch clause In a java application i need throw same custom
Continue readingjava.io.IOException: Failed to retrieve RMIServer stub: javax.naming.CommunicationException in cassandra
I had got this exception many times when i had snapshot from cassandra. i try with different ways but there
Continue reading