Properties connectProps = new Properties();
connectProps.setProperty(AdminClient.CONNECTOR_TYPE,
AdminClient.CONNECTOR_TYPE_SOAP);
connectProps.setProperty(AdminClient.CONNECTOR_HOST, "localhost");
connectProps.setProperty(AdminClient.CONNECTOR_PORT, "8880");


AdminClient adminClient = null;
try {
adminClient = AdminClientFactory.createAdminClient(connectProps);
} catch (ConnectorException e) {
System.out.println("Exception creating admin client: " + e);
}创建AdminClient的时候,报了这个错误。
2012-2-3 11:34:17 com.ibm.websphere.management.AdminClientFactory
警告: ADMC0046W
2012-2-3 11:34:17 com.ibm.ws.management.connector.interop.JMXClassLoader
警告: Could not find tmx4jTransform.jar in null/etc/tmx4jTransform.jar - Interoperability to older versions of WebSphere is disabled
2012-2-3 11:34:18 com.ibm.ws.ssl.config.SSLConfigManager
信息: ssl.disable.url.hostname.verification.CWPKI0027I
2012-2-3 11:34:18 com.ibm.ws.ssl.provider.AbstractJSSEProvider
严重: CWPKI0029E: SSL 上下文提供程序“IBMJSSE2”无效。此提供程序是在从 SSL 配置文件“null”装入的 SSL 配置别名“null”中指定的。扩展错误消息为“no such provider: IBMJSSE2”。
2012-2-3 11:34:18 com.ibm.ws.ssl.provider.AbstractJSSEProvider
严重: CWPKI0029E: SSL 上下文提供程序“IBMJSSE2”无效。此提供程序是在从 SSL 配置文件“null”装入的 SSL 配置别名“null”中指定的。扩展错误消息为“no such provider: IBMJSSE2”。
2012-2-3 11:34:18 com.ibm.ws.ssl.provider.AbstractJSSEProvider
严重: CWPKI0029E: SSL 上下文提供程序“IBMJSSE2”无效。此提供程序是在从 SSL 配置文件“null”装入的 SSL 配置别名“null”中指定的。扩展错误消息为“no such provider: IBMJSSE2”。
Exception creating admin client: com.ibm.websphere.management.exception.ConnectorException: ADMC0016E: 系统无法创建 SOAP 连接器以连接到端口 8880 上的主机 localhost。请问如何解决啊,刚学websphere,请大侠帮忙