ztx1491 / jwatch

Automatically exported from code.google.com/p/jwatch
GNU Lesser General Public License v3.0
0 stars 0 forks source link

WAS 6.1 problem - Java.lang.unsupportedClassVersionError:SettingsLoaderListener and JWatchUIServlet #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Install the Jwatch.war on WAS6.1 server
2.Start the Jwatch application
3. Java.lang.unsupportedClassVersionError appears on the console.

WAS=Websphere application server

What is the expected output? What do you see instead?
Expected to see Jwatch running successfully, but see  
Java.lang.unsupportedClassVersionError for SettingsLoaderListener.

What version of the product are you using? On what operating system?
WAS6.1 on Windows

What browser/version are you using?
IE 8

Please provide any additional information below.
Whenever the Jwatch.war is deployed on WAS 6.1 server the error comes up as 
Java.lang.unsupportedClassVersionError for SettingsLoaderListener.
But Later when connected using URL http://HOST:PORT/jwatch. I'm able to see the 
JWatch UI. When the UI is loaded I see the same exception 
Java.lang.unsupportedClassVersionError for JWatchUIServlet.

The Jwatch.war works when deployed on WAS 7.0 but my project requirement is to 
run on WAS6.1. Please help me with this issue !!

Original issue reported on code.google.com by ranga.d....@gmail.com on 19 Feb 2013 at 11:07