Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Websphere 6.1 jar files are missing

236 views
Skip to first unread message

george...@hotmail.com

unread,
Feb 28, 2007, 1:41:37 AM2/28/07
to
Dear Tecniques,

I have downloaded websphere 6.1 both base and express trail version for windows from the ibm site. I want to write the administrator client program. But some of the jar files like admin.jar,jmxx.jar are not present in the product. These jar files are present in 6.0 version. Whether i want to download these jar files seperately for 6.1 or Is i am doing anything wrong ?

For Express Trail Version I have downloaded from :
http://www-128.ibm.com/developerworks/downloads/ws/wasexp/?S_TACT=105AGX28&S_CMP=DLMAIN

For Base Trail Version,
http://www-128.ibm.com/developerworks/downloads/ws/was/?S_TACT=105AGX10&S_CMP=WESDL

Any quick help will be appreciated.

Thanks
George

Tony Glombek

unread,
Feb 28, 2007, 3:18:52 AM2/28/07
to
Hi,
I think the classes you need might now be in

C:\Program
Files\IBM\WebSphere\AppServer\runtimes\com.ibm.ws.admin.client_6.1.0.jar

and possibly

C:\Program
Files\IBM\WebSphere\AppServer\runtimes\com.ibm.ws.webservices.thinclient_6.1.0.jar

Tony Glombek

Levis

unread,
Mar 5, 2007, 1:55:22 AM3/5/07
to
On Feb 28, 1:18 pm, Tony Glombek <tony_glom...@uk.ibm.com> wrote:
> george_le...@hotmail.com wrote:
> > Dear Tecniques,
>
> > I have downloadedwebsphere6.1 both base and express trail version for windows from the ibm site. I want to write the administrator client program. But some of thejarfileslike admin.jar,jmxx.jarare not present in the product. Thesejarfilesare present in 6.0 version. Whether i want to download these jar filesseperately for 6.1 or Is i am doing anything wrong ?

>
> > For Express Trail Version I have downloaded from :
> >http://www-128.ibm.com/developerworks/downloads/ws/wasexp/?S_TACT=105...
>
> > For Base Trail Version,
> >http://www-128.ibm.com/developerworks/downloads/ws/was/?S_TACT=105AGX...

>
> > Any quick help will be appreciated.
>
> > Thanks
> > George
>
> Hi,
> I think the classes you need might now be in
>
> C:\ProgramFiles\IBM\WebSphere\AppServer\runtimes\com.ibm.ws.admin.client_6.1.0.jar
>
> and possibly
>
> C:\ProgramFiles\IBM\WebSphere\AppServer\runtimes\com.ibm.ws.webservices.thinclient_6.1.0.jar
>
> Tony Glombek

Hi Tony,

Thanks for your help. Yes,I found that the required classes are in the
com.ibm.ws.webservices.thinclient_6.1.0.jar file. But when i tried to
connect using admin client program following exception occured.

com.ibm.websphere.management.exception.ConnectorException:
ADMC0009E: The system failed to make the SOAP RPC call: queryNames

at
com.ibm.ws.management.connector.soap.SOAPConnectorClient.invokeTemplate(SOAPConnectorClient.java:
747)

at
com.ibm.ws.management.connector.soap.SOAPConnectorClient.queryNames(SOAPConnectorClient.java:
499)

at
com.ibm.ws.management.connector.soap.SOAPConnectorClient.invoke(SOAPConnectorClient.java:
429)

at $Proxy0.queryNames(Unknown Source)

at
com.ibm.ws.management.AdminClientImpl.queryNames(AdminClientImpl.java:
89)

I have written the admin client program by seeing the following help
document. The same works fine with WAS 5.x versions.

http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/tjmx_customjava.html


Thanks
George

0 new messages