Skip to main content

alphaWorks  >  Forums  >  Service Integration Bus Performance  >  developerWorks

com/ibm/ws/sib/utils/ras/SibTr not found    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
Permlink Replies: 3 - Pages: 1 - Last Post: May 7, 2008 5:00 AM Last Post By: dgrans Threads: [ Previous | Next ]

Posts: 1
Registered: May 16, 2007 02:32:01 AM
com/ibm/ws/sib/utils/ras/SibTr not found
Posted: Jun 18, 2007 08:28:16 AM
Click to report abuse...   Click to reply to this thread Reply
Dears,

SIBPerf start failed

C:\Data\Tools\SIBPerf>T:\wid601\runtimes\base_v6_stub\java\jre\bin\java -Dja
va.ext.dirs=C:\Data\Tools\SIBPerf;C:\Data\Tools\SWT;.;;T:\wid601\runtimes\base_v
6_stub\plugins;T:\wid601\runtimes\base_v6_stub\java\jre\lib\ext; com.ibm.ws.sib
.tools.perf.Viewer
The java class is not found: com/ibm/ws/sib/utils/ras/SibTr
Press any key to continue . . .

Any ideas ?

Thanks in advance

Thierry Lenoir

dgrans

Posts: 26
Registered: Jan 26, 2007 04:13:49 AM
Re: com/ibm/ws/sib/utils/ras/SibTr not found
Posted: Jun 18, 2007 09:28:04 AM   in response to: in response to: 's post
Click to report abuse...   Click to reply to this thread Reply
Hi,

The problem is the fact that the SIB Performance tool is really expecting a full WAS install rather than a cut down WID version.

The sibperf setup script expects to call WAS_HOME\bin\setupCmdLine.bat, which sets up the path correctly. This does not exist in the wid version and therefore your path is not setup. This results in a class not found exception.

Solutions?
1) The best option is to run with a full WAS server installation.
You can use a full WAS installed version to start the SIB Performance Tool and then use this to monitor the WAS (wid) server of interest. Note you should use a WAS602 server install to view WAS602 servers. Similarly, use a WAS61 server install to view WAS61 servers.

2) The other option would be to set the path for the WID server by hand (I have not tried this but it should work). The sibperf.bat scripts could be edited as follows:

In addtion to what you already have, add to the java execution line:

-Dcom.ibm.CORBA.ConfigURL=file:T:\wid_6.0.1\runtimes\base_v6_stub\profiles\default\properties\sas.client.props

-Dcom.ibm.SSL.ConfigURL=file:T:\wid_6.0.1\runtimes\base_v6_stub\profiles\default\properties\ssl.client.props

-Dcom.ibm.SOAP.ConfigURL=file:T:\wid_6.0.1\runtimes\base_v6_stub\profiles\default\properties\soap.client.props

Also, in the "set extdirs" of sibperf.bat add the following to those already defined:

T:\wid601\runtimes\base_v6_stub\java\lib;
T:\wid601\runtimes\base_v6_stub\lib;
T:\wid601\runtimes\base_v6_stub\installedChannels;
T:\wid601\runtimes\base_v6_stub\lib\ext;

That should ensure the correct classes are on the path. This would replicate the work done by the "setupCmdLine.bat" script (which is not present in wid).

If that does not work, then the best option is to use a full server install to start the SIB Performance Tool....that will work.
SatyaMV

Posts: 1
Registered: Dec 15, 2006 10:35:29 AM
Re: com/ibm/ws/sib/utils/ras/SibTr not found
Posted: May 07, 2008 03:39:16 AM   in response to: dgrans in response to: dgrans's post
Click to report abuse...   Click to reply to this thread Reply
Please add the com.ibm.ws.sib.utils_2.0.0.jar which will be available in C:\IBM\SDP70\runtimes\base_v61\plugins (in RAD of windows) or /opt/IBM/WebSphere/AppServer/plugins/ ( in server of linux).
-m.v.satyanarayana
dgrans

Posts: 26
Registered: Jan 26, 2007 04:13:49 AM
Re: com/ibm/ws/sib/utils/ras/SibTr not found
Posted: May 07, 2008 05:00:43 AM   in response to: in response to: 's post
Click to report abuse...   Click to reply to this thread Reply
Thierry,

I notice that you are running WAS runtime within WID. The tool was written for a
full installation product rather than the WID install version. It may work but it
is not something I have tried (or really intended). Running against a full installation
product will fix the problem.

Alternatively, you can connect to a external server from WID - in which case you should
set the WAS_HOME to be the external server and it should work.

Finally, if you do wish to try with the WID internal version of WAS, it may just require
some minor changes to the path. You need to ensure that you set WAS_HOME correctly - the
path should contain the WAS plugins directories and bin directories. Specifically your error
demonstrates that you are missing com.ibm.ws.sib.utils_2.0.0.jar. This should be picked up
from WAS_HOME but you can add it by hand by editing the sibperf file and adding (to the
"set extdirs=" line) something similar to the following (depending upon the exact location):
T:\wid601\runtimes\bi_v6\plugins;
(this adds all the jars from that directory)

Hope that helps - if you do take the last option and it works could you possibly let the forum
know the outcome? Thanks.

David

Point your RSS reader here for a feed of the latest messages in all forums