Focal Point
[solved]Webfocus 7.6.8

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/66610893

March 11, 2009, 10:26 AM
Majid Jeddi
[solved]Webfocus 7.6.8
Hi,

I just installed the webfocus 7.6.8 on my server and wanted to drop and recreate the ripository but i am getting the following error when i tried to launch the menu :
Distribution server/configuration/edit:


D:\ibi\ReportCaster76\bin>call .\classpath.bat

D:\ibi\ReportCaster76\bin>set CMD_LINE_ARGS=

D:\ibi\ReportCaster76\bin>rem set CMD_LINE_ARGS=MASTER -f

D:\ibi\ReportCaster76\bin>rem set CMD_LINE_ARGS=FAILOVER

D:\ibi\ReportCaster76\bin>set DSINSTALL=D:\ibi\ReportCaster76

D:\ibi\ReportCaster76\bin>set DSINSTALL_PROD=D:\ibi\ReportCaster76

D:\ibi\ReportCaster76\bin>set DSHOST=280app15

D:\ibi\ReportCaster76\bin>set DSPORT=8200

D:\ibi\ReportCaster76\bin>set CLASSPATH=D:\ibi\srv76\wfs\sqljdbc.jar;;;D:\ibi\Re
portCaster76\lib\reportcaster.jar;

D:\ibi\ReportCaster76\bin>java -cp "D:\ibi\srv76\wfs\sqljdbc.jar;;;D:\ibi\Report
Caster76\lib\reportcaster.jar;" ibi.broker.SCHConfigUtil D:\ibi\ReportCaster76 e
ditor
Exception in thread "main" java.lang.UnsupportedClassVersionError: ibi/broker/SC
HConfigUtil (Unsupported major.minor version 48.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)

D:\ibi\ReportCaster76\bin>pause
Press any key to continue . . .

I have no idea about what can cause this.

Any suggestion will be greatly appreciated.

Regards.

This message has been edited. Last edited by: Majid Jeddi,


WebFocus 7.6.5
AND WebLogic server as web server
sql2005 as database server
March 12, 2009, 02:42 AM
<JG>
quote:
Unsupported major.minor version 48.

First point of call would be the java sdk version.
for 768 you need to be on 1.6.

Even though the install will put the correct version on the machine it may not be the active version
for a number of reasons.

to check type java -version at a dos command prompt.

it should be something like

 
java version "1.6.0_07"
Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
Java HotSpot(TM) Client VM (build 10.0-b23, mixed mode, sharing) 


If it is showing the wrong version then add the mappings for the correct version to the front of the path environmental variable

for example
C:\Program Files\Java\jdk1.6.0_07\jre\bin\client;C:\Program Files\Java\jre1.6.0_07\bin;C:\Program iles\Java\jre1.6.0_07\lib;

Having Oracle on the same server is a prime cause of the wrong version of java being active
March 12, 2009, 04:37 AM
Majid Jeddi
quote:
Java(TM) SE Runtime Environment (build 1.6.0_07-b06)


Hi,

Thanks for your reply. I am surprised that the installation did not prompt me to install the JRE comparing to my previous install.
Any way I downloaded the JRE and installedm it.

It fixes the issue.


WebFocus 7.6.5
AND WebLogic server as web server
sql2005 as database server