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

Exception starting WAS: IIOPSSLConnection createSSLSocket IBM WebSphere ORB.....

4 views
Skip to first unread message

Brian Plester

unread,
Dec 10, 2001, 8:41:26 AM12/10/01
to
Hi, I'm going round in circles and I can't get past this error. I'm
trying to enable / test security as per the HitCount example described
in the getting started guide.

Environment: Thinkpad T20. Win NT4.0 ServicePak 6a. WebSphere AppServer
3.0.2 (because I only have 256Mb RAM) loaded from Developer Toolbox CD.
IBM HTTP Server 1.3.6.2.

It installs and works fine and dandy. I set-up the Inc EJB and test the
HitCount sample. All OK. Once I go through the steps to enable security
and create the SecApp application, the WAS NT service won't restart.

I've read previous messages relating to SSL setup and I believe I have
set it up correctly - using the IBM HTTP Admin Server to do the config,
and IKEYMAN to ceate a self signed certificate. The hostname for the
ThinkPad is 'paddy'. In a browser I can do all of the following and I
see the HTTP server admin welcome page.:
http://paddy
https://paddy
http://localhost
https://localhost

Here's the HTTPD config file:
==========================
ServerType standalone
ServerRoot "d:/ibm/IBM HTTP Server"
LoadModule ibm_ssl_module modules/IBMModuleSSL56.dll
LoadModule ibm_app_server_module
d:/ibm/WAServer/bin/mod_ibm_app_server.dll
Port 80
AfpaEnable
AfpaCache on
AfpaLogFile "d:/ibm/IBM HTTP Server/logs/afpalog" V-ECLF
HostnameLookups off
ServerAdmin b...@compuserve.com
ErrorLog logs/error.log
LogLevel warn
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
CustomLog logs/access.log common
PidFile logs/httpd.pid
ScoreBoardFile logs/apache_status
ServerName paddy
UseCanonicalName on
TimeOut 300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15
MaxRequestsPerChild 0
ThreadsPerChild 50
Listen 443
<VirtualHost paddy:443>
SSLEnable
SSLClientAuth none
ServerName paddy
SSLServerCert SelfSignedCert
</VirtualHost>
<VirtualHost localhost:443>
SSLEnable
SSLClientAuth none
ServerName localhost
SSLServerCert SelfSignedCert
</VirtualHost>
Keyfile "d:/ibm/IBM HTTP Server/ssl/key.kdb"
SSLV2Timeout 100
SSLV3Timeout 1000
<Directory "d:/ibm/IBM HTTP Server/htdocs">
Options Indexes
AllowOverride None
order allow,deny
allow from all
</Directory>
<Directory "d:/ibm/IBM HTTP Server/cgi-bin">
AllowOverride None
Options None
</Directory>
DocumentRoot "d:/ibm/IBM HTTP Server/htdocs"
DirectoryIndex index.html
FancyIndexing on
AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
AddIconByType (TXT,/icons/text.gif) text/*
AddIconByType (IMG,/icons/image2.gif) image/*
AddIconByType (SND,/icons/sound2.gif) audio/*
AddIconByType (VID,/icons/movie.gif) video/*
AddIcon /icons/binary.gif .bin .exe
AddIcon /icons/binhex.gif .hqx
AddIcon /icons/tar.gif .tar
AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
AddIcon /icons/a.gif .ps .ai .eps
AddIcon /icons/layout.gif .html .shtml .htm .pdf
AddIcon /icons/text.gif .txt
AddIcon /icons/c.gif .c
AddIcon /icons/p.gif .pl .py
AddIcon /icons/f.gif .for
AddIcon /icons/dvi.gif .dvi
AddIcon /icons/uuencoded.gif .uu
AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
AddIcon /icons/tex.gif .tex
AddIcon /icons/bomb.gif core
AddIcon /icons/back.gif ..
AddIcon /icons/hand.right.gif README
AddIcon /icons/folder.gif ^^DIRECTORY^^
AddIcon /icons/blank.gif ^^BLANKICON^^
DefaultIcon /icons/unknown.gif
ReadmeName README
HeaderName HEADER
IndexIgnore .??* *~ *# HEADER* README* RCS
AccessFileName .htaccess
<Files .htaccess>
order allow,deny
deny from all
</Files>
TypesConfig conf/mime.types
DefaultType text/plain
AddEncoding x-compress Z
AddEncoding x-gzip gz
AddLanguage en .en
AddLanguage fr .fr
AddLanguage de .de
AddLanguage da .da
AddLanguage el .el
AddLanguage it .it
LanguagePriority en fr de
Alias /icons/ "d:/ibm/IBM HTTP Server/icons/"
ScriptAlias /cgi-bin/ "d:/ibm/IBM HTTP Server/cgi-bin/"
BrowserMatch "Mozilla/2" nokeepalive
BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0

BrowserMatch "RealPlayer 4\.0" force-response-1.0
BrowserMatch "Java/1\.0" force-response-1.0
BrowserMatch "JDK/1\.0" force-response-1.0
<files apadminred.html>
ErrorDocument 404 /9ainterim.htm
</files>
Alias /IBMWebAS/samples/ "d:/ibm/WAServer/samples/"
Alias /IBMWebAS/ "d:/ibm/WAServer/web/"
NcfAppServerConfig BootFile
d:\ibm\WAServer\properties\bootstrap.properties
SSLEnable
==========================

Here's the WAS trace file:
==========================
000.701 184fad IExtendedSecu A 2001.12.10 00:50:09.889
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security The configuration has been initialized.
000.731 184fad IExtendedSecu A 2001.12.10 00:50:09.919
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Security has been enabled.
000.731 184fad IExtendedSecu A 2001.12.10 00:50:09.929
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: bootstrapRepositoryLocation =
d:/ibm/WAServer/etc/secbootstrap
000.741 184fad IExtendedSecu A 2001.12.10 00:50:09.939
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: loginSource = properties
000.741 184fad IExtendedSecu A 2001.12.10 00:50:09.939
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: loginUserid = db2admin
000.751 184fad IExtendedSecu A 2001.12.10 00:50:09.939
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: loginPassword = *******
000.751 184fad IExtendedSecu A 2001.12.10 00:50:09.949
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: principalName = PADDY/db2admin
000.751 184fad IExtendedSecu A 2001.12.10 00:50:09.949
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security SSL Type-I client-association has been enabled.
000.751 184fad IExtendedSecu A 2001.12.10 00:50:09.949
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security SSL Type-I server-association has been enabled.
000.751 184fad IExtendedSecu A 2001.12.10 00:50:09.949
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security LTPA server-association has been enabled.
000.761 184fad IExtendedSecu A 2001.12.10 00:50:09.959
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: authenticationTarget = localos
000.761 184fad IExtendedSecu A 2001.12.10 00:50:09.959
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: SSLClientKeyRing =
com.ibm.websphere.DummyKeyring
000.771 184fad IExtendedSecu A 2001.12.10 00:50:09.969
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: SSLClientKeyRingPassword = *****
000.771 184fad IExtendedSecu A 2001.12.10 00:50:09.969
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: SSLServerKeyRing =
com.ibm.websphere.DummyKeyring
000.771 184fad IExtendedSecu A 2001.12.10 00:50:09.969
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: SSLServerKeyRingPassword = *****
000.771 184fad IExtendedSecu A 2001.12.10 00:50:09.969
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: SSLV3SessionTimeout = 9600
000.781 184fad IExtendedSecu A 2001.12.10 00:50:09.979
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: SSLCredentialsTimeout = 86400
000.781 184fad IExtendedSecu A 2001.12.10 00:50:09.979
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: SSLPort = 0
000.781 184fad IExtendedSecu A 2001.12.10 00:50:09.979
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: standardPerformQOPModels =
confidentiality
000.791 184fad IExtendedSecu A 2001.12.10 00:50:09.989
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: standardClaimQOPModels = integrity
000.791 184fad IExtendedSecu A 2001.12.10 00:50:09.989
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: delegateCredentials = methoddefined
000.801 184fad IExtendedSecu A 2001.12.10 00:50:09.999
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security BasicAuth credentials will not expire.
000.801 184fad IExtendedSecu A 2001.12.10 00:50:09.999
SecurityConfiguration verifyConfigurationCompleteness IBM WebSphere
Security The configuration appears to be complete.
000.801 184fad IExtendedSecu A 2001.12.10 00:50:09.999
SecurityConfiguration verifyConfigurationConsistency IBM WebSphere
Security The configuration appears to be consistent.
002.533 184fad IExtendedSecu A 2001.12.10 00:50:11.731
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security The configuration has been initialized.
002.544 184fad IExtendedSecu A 2001.12.10 00:50:11.742
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Security has been enabled.
002.544 184fad IExtendedSecu A 2001.12.10 00:50:11.742
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: bootstrapRepositoryLocation =
d:/ibm/WAServer/etc/secbootstrap
002.544 184fad IExtendedSecu A 2001.12.10 00:50:11.742
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: loginSource = properties
002.554 184fad IExtendedSecu A 2001.12.10 00:50:11.752
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: loginUserid = db2admin
002.554 184fad IExtendedSecu A 2001.12.10 00:50:11.752
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: loginPassword = *******
002.554 184fad IExtendedSecu A 2001.12.10 00:50:11.752
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: principalName = PADDY/db2admin
002.554 184fad IExtendedSecu A 2001.12.10 00:50:11.752
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security SSL Type-I client-association has been enabled.
002.564 184fad IExtendedSecu A 2001.12.10 00:50:11.762
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security SSL Type-I server-association has been enabled.
002.564 184fad IExtendedSecu A 2001.12.10 00:50:11.762
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security LTPA server-association has been enabled.
002.564 184fad IExtendedSecu A 2001.12.10 00:50:11.762
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: authenticationTarget = localos
002.564 184fad IExtendedSecu A 2001.12.10 00:50:11.762
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: SSLClientKeyRing =
com.ibm.websphere.DummyKeyring
002.574 184fad IExtendedSecu A 2001.12.10 00:50:11.772
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: SSLClientKeyRingPassword = *****
002.574 184fad IExtendedSecu A 2001.12.10 00:50:11.772
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: SSLServerKeyRing =
com.ibm.websphere.DummyKeyring
002.574 184fad IExtendedSecu A 2001.12.10 00:50:11.772
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: SSLServerKeyRingPassword = *****
002.574 184fad IExtendedSecu A 2001.12.10 00:50:11.772
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: SSLV3SessionTimeout = 9600
002.584 184fad IExtendedSecu A 2001.12.10 00:50:11.782
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: SSLCredentialsTimeout = 86400
002.584 184fad IExtendedSecu A 2001.12.10 00:50:11.782
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: SSLPort = 0
002.584 184fad IExtendedSecu A 2001.12.10 00:50:11.782
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: standardPerformQOPModels =
confidentiality
002.594 184fad IExtendedSecu A 2001.12.10 00:50:11.792
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: standardClaimQOPModels = integrity
002.594 184fad IExtendedSecu A 2001.12.10 00:50:11.792
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security Configuration component: delegateCredentials = methoddefined
002.594 184fad IExtendedSecu A 2001.12.10 00:50:11.792
SecurityConfiguration reportVerificationAnalysis IBM WebSphere
Security BasicAuth credentials will not expire.
002.604 184fad IExtendedSecu A 2001.12.10 00:50:11.802
SecurityConfiguration verifyConfigurationCompleteness IBM WebSphere
Security The configuration appears to be complete.
002.604 184fad IExtendedSecu A 2001.12.10 00:50:11.802
SecurityConfiguration verifyConfigurationConsistency IBM WebSphere
Security The configuration appears to be consistent.
003.204 184fad ORBRas A 2001.12.10 00:50:12.402 IIOPSSLConnection
createSSLSocket IBM WebSphere ORB JORB0025:
""SSLSocket.SSLSocket(host, port, sslContext, SSLSocket.CLIENT)"" threw
com.ibm.WAS30sslight.SSLException
003.285 184fad AdminServer F Encountered an exception in the main
method java.rmi.RemoteException: ; nested exception is:
com.ibm.ejs.EJSException: Could not register with Location Service
Daemon; nested exception is:
java.rmi.MarshalException: CORBA COMM_FAILURE 1 No; nested exception
is:
org.omg.CORBA.COMM_FAILURE: minor code: 1 completed: No
at
com.ibm.ejs.sm.server.ManagedServer.initializeOrb(ManagedServer.java:604)

at
com.ibm.ejs.sm.server.ManagedServer.initializeRuntime(ManagedServer.java:374)

at
com.ibm.ejs.sm.server.AdminServer.initializeRuntime(AdminServer.java:854)

at com.ibm.ejs.sm.server.AdminServer.main(AdminServer.java:301)
----- Begin backtrace for detail
com.ibm.ejs.EJSException: Could not register with Location Service
Daemon; nested exception is:
java.rmi.MarshalException: CORBA COMM_FAILURE 1 No; nested exception
is:
org.omg.CORBA.COMM_FAILURE: minor code: 1 completed: No
at com.ibm.ejs.oa.LocationService.register(LocationService.java:145)
at com.ibm.ejs.oa.EJSServerORBImpl.<init>(EJSServerORBImpl.java:118)
at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:323)
at
com.ibm.ejs.sm.server.ManagedServer.initializeOrb(ManagedServer.java:600)

at
com.ibm.ejs.sm.server.ManagedServer.initializeRuntime(ManagedServer.java:374)

at
com.ibm.ejs.sm.server.AdminServer.initializeRuntime(AdminServer.java:854)

at com.ibm.ejs.sm.server.AdminServer.main(AdminServer.java:301)
----- Begin backtrace for detail
java.rmi.MarshalException: CORBA COMM_FAILURE 1 No; nested exception is:

org.omg.CORBA.COMM_FAILURE: minor code: 1 completed: No
at javax.rmi.CORBA.Util.mapSystemException(Util.java:134)
at
com.ibm.CORBA.services.lsd._LocationService_Stub.registerServer(Unknown
Source)
at
com.ibm.CORBA.services.lsd.LocationServiceClient.registerServer(LocationServiceClient.java:171)

at com.ibm.ejs.oa.LocationService.register(LocationService.java:142)
at com.ibm.ejs.oa.EJSServerORBImpl.<init>(EJSServerORBImpl.java:118)
at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:323)
at
com.ibm.ejs.sm.server.ManagedServer.initializeOrb(ManagedServer.java:600)

at
com.ibm.ejs.sm.server.ManagedServer.initializeRuntime(ManagedServer.java:374)

at
com.ibm.ejs.sm.server.AdminServer.initializeRuntime(AdminServer.java:854)

at com.ibm.ejs.sm.server.AdminServer.main(AdminServer.java:301)
----- Begin backtrace for detail
org.omg.CORBA.COMM_FAILURE: minor code: 1 completed: No
at
com.ibm.CORBA.iiop.ConnectionTable.createSSLConnection(ConnectionTable.java:904)

at com.ibm.CORBA.iiop.ConnectionTable.get(ConnectionTable.java:375)
at com.ibm.CORBA.iiop.GIOPImpl.locate(GIOPImpl.java:145)
at
com.ibm.CORBA.iiop.ClientDelegate.createRequest(ClientDelegate.java:547)

at com.ibm.CORBA.iiop.ClientDelegate.request(ClientDelegate.java:1086)
at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:266)
at
com.ibm.CORBA.services.lsd._LocationService_Stub.registerServer(Unknown
Source)
at
com.ibm.CORBA.services.lsd.LocationServiceClient.registerServer(LocationServiceClient.java:171)

at com.ibm.ejs.oa.LocationService.register(LocationService.java:142)
at com.ibm.ejs.oa.EJSServerORBImpl.<init>(EJSServerORBImpl.java:118)
at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:323)
at
com.ibm.ejs.sm.server.ManagedServer.initializeOrb(ManagedServer.java:600)

at
com.ibm.ejs.sm.server.ManagedServer.initializeRuntime(ManagedServer.java:374)

at
com.ibm.ejs.sm.server.AdminServer.initializeRuntime(AdminServer.java:854)

at com.ibm.ejs.sm.server.AdminServer.main(AdminServer.java:301)

FATAL Encountered an exception in the main method {0}
java.rmi.RemoteException: ; nested exception is:
com.ibm.ejs.EJSException: Could not register with Location Service
Daemon; nested exception is:
java.rmi.MarshalException: CORBA COMM_FAILURE 1 No; nested exception
is:
org.omg.CORBA.COMM_FAILURE: minor code: 1 completed: No
at
com.ibm.ejs.sm.server.ManagedServer.initializeOrb(ManagedServer.java:604)

at
com.ibm.ejs.sm.server.ManagedServer.initializeRuntime(ManagedServer.java:374)

at
com.ibm.ejs.sm.server.AdminServer.initializeRuntime(AdminServer.java:854)

at com.ibm.ejs.sm.server.AdminServer.main(AdminServer.java:301)
----- Begin backtrace for detail
com.ibm.ejs.EJSException: Could not register with Location Service
Daemon; nested exception is:
java.rmi.MarshalException: CORBA COMM_FAILURE 1 No; nested exception
is:
org.omg.CORBA.COMM_FAILURE: minor code: 1 completed: No
at com.ibm.ejs.oa.LocationService.register(LocationService.java:145)
at com.ibm.ejs.oa.EJSServerORBImpl.<init>(EJSServerORBImpl.java:118)
at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:323)
at
com.ibm.ejs.sm.server.ManagedServer.initializeOrb(ManagedServer.java:600)

at
com.ibm.ejs.sm.server.ManagedServer.initializeRuntime(ManagedServer.java:374)

at
com.ibm.ejs.sm.server.AdminServer.initializeRuntime(AdminServer.java:854)

at com.ibm.ejs.sm.server.AdminServer.main(AdminServer.java:301)
----- Begin backtrace for detail
java.rmi.MarshalException: CORBA COMM_FAILURE 1 No; nested exception is:

org.omg.CORBA.COMM_FAILURE: minor code: 1 completed: No
at javax.rmi.CORBA.Util.mapSystemException(Util.java:134)
at
com.ibm.CORBA.services.lsd._LocationService_Stub.registerServer(Unknown
Source)
at
com.ibm.CORBA.services.lsd.LocationServiceClient.registerServer(LocationServiceClient.java:171)

at com.ibm.ejs.oa.LocationService.register(LocationService.java:142)
at com.ibm.ejs.oa.EJSServerORBImpl.<init>(EJSServerORBImpl.java:118)
at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:323)
at
com.ibm.ejs.sm.server.ManagedServer.initializeOrb(ManagedServer.java:600)

at
com.ibm.ejs.sm.server.ManagedServer.initializeRuntime(ManagedServer.java:374)

at
com.ibm.ejs.sm.server.AdminServer.initializeRuntime(AdminServer.java:854)

at com.ibm.ejs.sm.server.AdminServer.main(AdminServer.java:301)
----- Begin backtrace for detail
org.omg.CORBA.COMM_FAILURE: minor code: 1 completed: No
at
com.ibm.CORBA.iiop.ConnectionTable.createSSLConnection(ConnectionTable.java:904)

at com.ibm.CORBA.iiop.ConnectionTable.get(ConnectionTable.java:375)
at com.ibm.CORBA.iiop.GIOPImpl.locate(GIOPImpl.java:145)
at
com.ibm.CORBA.iiop.ClientDelegate.createRequest(ClientDelegate.java:547)

at com.ibm.CORBA.iiop.ClientDelegate.request(ClientDelegate.java:1086)
at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:266)
at
com.ibm.CORBA.services.lsd._LocationService_Stub.registerServer(Unknown
Source)
at
com.ibm.CORBA.services.lsd.LocationServiceClient.registerServer(LocationServiceClient.java:171)

at com.ibm.ejs.oa.LocationService.register(LocationService.java:142)
at com.ibm.ejs.oa.EJSServerORBImpl.<init>(EJSServerORBImpl.java:118)
at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:323)
at
com.ibm.ejs.sm.server.ManagedServer.initializeOrb(ManagedServer.java:600)

at
com.ibm.ejs.sm.server.ManagedServer.initializeRuntime(ManagedServer.java:374)

at
com.ibm.ejs.sm.server.AdminServer.initializeRuntime(AdminServer.java:854)

at com.ibm.ejs.sm.server.AdminServer.main(AdminServer.java:301)
==========================

Is this an SSL configuration issue or something else?
All constructive ideas / suggestions gratefully received.
Many thanks.
--
Brian Plester

http://www.bap-ltd.com
http://web.ukonline.co.uk/brian.plester/contents.html
--
Business Application Programs Ltd.
4 Princes House
16 Cofferidge Close
Stony Stratford
Bucks
MK11 1BY
Tel: +44 (0) 1908 261 578
Fax: +44 (0) 1908 307 660


0 new messages