Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [solved]Webfocus 7.6.8

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[solved]Webfocus 7.6.8
 Login/Join
 
Guru
posted
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
 
Posts: 273 | Location: Europe | Registered: May 31, 2007Report This Post
<JG>
posted
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
 
Report This Post
Guru
posted Hide Post
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
 
Posts: 273 | Location: Europe | Registered: May 31, 2007Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [solved]Webfocus 7.6.8

Copyright © 1996-2020 Information Builders