Websphere problem

I need to setup websphere with domino server 6.0 but i could not install the DSAPI plugin. I have changed the dsapi name to “C:\Program Files\WebSphere\AppServer\bin\domino_http.dll” from “webadmin.nsf”. But in the startup lotus server says: “websphereUpdateConfig:Failed parsing the plugin config file” and “Failed to load dsapi module”. What am I doing wrong?

Subject: Websphere problem

You can look at the http_plugin.log in the c:\Websphere\AppServer\logs directory. This will give a more detailed look at the error. You can then make the change(s) in the plugin-cfg.xml file in your c:\Websphere\Appserver\config\cells directory.

Subject: RE: Websphere problem

Thanks for the advice. I checked the http_plugin.log and found the following messages:

ERROR: lib_security: updateOSLibpath: Error accessing Registry, RegOpenKeyEx returned [2].

[Wed Apr 30 15:31:58 2003] 000009c8 00000c60 - ERROR: lib_security: loadSecurityLibrary: Failed to load gsk library

[Wed Apr 30 15:31:58 2003] 000009c8 00000c60 - ERROR: lib_security: initializeSecurity: Unable to load security library

[Wed Apr 30 15:31:58 2003] 000009c8 00000c60 - ERROR: ws_transport: transportInitializeSecurity: Failed to initialize security

[Wed Apr 30 15:31:58 2003] 000009c8 00000c60 - ERROR: ws_server: serverAddTransport: Failed to initialize security

[Wed Apr 30 15:31:58 2003] 000009c8 00000c60 - ERROR: lib_sxp: sxpParse: End element returned FALSE for Transport. line 18 of C:\Program Files\WebSphere\AppServer\config\cells\plugin-cfg.xml

[Wed Apr 30 15:31:58 2003] 000009c8 00000c60 - ERROR: ws_config_parser: configParserParse: Failed to parse the config file C:\Program Files\WebSphere\AppServer\config\cells\plugin-cfg.xml

[Wed Apr 30 15:31:58 2003] 000009c8 00000c60 - ERROR: ws_common: websphereUpdateConfig: Failed parsing the plugin config file

[Wed Apr 30 15:31:58 2003] 000009c8 00000c60 - ERROR: ws_common: websphereInit: Failed to load the config file

[Wed Apr 30 15:31:58 2003] 000009c8 00000c60 - ERROR: domino5_plugin: FilterInit: Failed to initialize WebSphere

Unfortunately, I still could not understand the problem.

Subject: RE: Websphere problem

Your getting this error because of the initialization of SSL from the plugin-cfg.xml file.

If you are not using SSL then open your plugin-cfg.xml file and remove the information that pertains to https. It should look something like this:

            <Property name="stashfile" value="C:\WebSphere\AppServer/etc/plugin-key.sth"/>

        </Transport>

If you are using SSL then you need to set 2 environment variables:

1)LD_LIBRARY_PATH =

2)LIBPATH =

Hope this helps.

Subject: RE: Websphere problem

Thanks, my problem was SSL as you said. I stripped out the SSL tags and now it’s working.