[OpenAM] OpenAM configuration with Websphere 7
Gazelle, Nicolas
Nicolas.Gazelle at experian.com
Tue Feb 28 11:22:56 EST 2012
Issue resolved!
I added the following command directly in the server.xml of the Websphere corresponding server.
genericJvmArguments="-DamCryptoDescriptor.provider=IBMJCE -DamKeyGenDescriptor.provider=IBMJCE"
Nico.
-----Original Message-----
From: openam-bounces at forgerock.org [mailto:openam-bounces at forgerock.org] On Behalf Of Sessa, Romain
Sent: mardi 28 février 2012 17:16
To: Users
Subject: Re: [OpenAM] OpenAM configuration with Websphere 7
Hi,
I'm working with Nico. The environment is :
- OS : Windows Server 2008 R2 SP1 64 bits.
- Web Sphere 7.
- JVM: JDK 1.6.0_24
Thanks for your help !
Regards
Romain SESSA
Atlas Team - Developer
Romain.Sessa at experian.com
-----Original Message-----
From: openam-bounces at forgerock.org [mailto:openam-bounces at forgerock.org] On Behalf Of Bernhard Thalmayr
Sent: 28 February 2012 17:10
To: Users
Subject: Re: [OpenAM] OpenAM configuration with Websphere 7
So you're using the IBM jvm which does not have the Sun JCE crypto
providers.
Which OS/JVM combination are you using. Possibly noone has ever tried to
run OpenSSO/OpenAM on AIX/IBM ,JDK Linux/IBM JDK.
-Bernhard
Am 2/28/12 5:03 PM, schrieb Gazelle, Nicolas:
> Trying to bypass the graphical interface by directly using the
> ssoConfiguratorTools.zip, I get the following message from the Websphere
> log:
>
> DebugWriter is null.
>
> java.security.NoSuchProviderException: no such provider: SunJCE
>
> Any idea?
>
> *From:*openam-bounces at forgerock.org
> [mailto:openam-bounces at forgerock.org] *On Behalf Of *Gazelle, Nicolas
> *Sent:* mardi 28 février 2012 11:39
> *To:* openam at forgerock.org
> *Subject:* [OpenAM] OpenAM configuration with Websphere 7
>
> Hi everyone,
>
> I tried all day to configure OpenAM under Websphere with no luck.
>
> I am able to deploy it but none of the configuration procedure (custom
> or default) is successful.
>
> In all case, I obtain a "Unexpected error" on screen message with no
> indication.
>
> I tried to define my own user name to the Websphere service and to
> provide full access to the Websphere folder, remove the application
> security (Websphere/Global Security) with no progress.
>
> Looking at the log files SystemErr and SystemOut ("C:\Program Files
> (x86)\IBM\WebSphere\AppServer\profiles\AppSrv01\logs\server1"), I have
> the following messages:
>
> SystemErr.log
>
> [2/27/12 17:06:14:156 CET] 00000090 SystemErr R Failed to create debug
> directory
>
> SystemOut.log
>
> /27/12 17:05:53:349 CET] 00000088 ThreadMonitor W WSVR0605W: Thread
> "WebContainer : 0" (0000001a) has been active for 680861 milliseconds
> and may be hung. There is/are 6 thread(s) in total in the server that
> may be hung.
>
> at java.lang.Object.wait(Native Method)
>
> at java.lang.Object.wait(Object.java:196)
>
> at com.sun.identity.config.SetupWriter.realFlush(SetupWriter.java:69)
>
> at com.sun.identity.setup.SetSetupProgress.doGet(SetSetupProgress.java:75)
>
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:718)
>
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
>
> at
> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1443)
>
> at
> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1384)
>
> at
> com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:131)
>
> at com.sun.identity.setup.AMSetupFilter.doFilter(AMSetupFilter.java:95)
>
> at
> com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:188)
>
> at
> com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:116)
>
> at
> com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:77)
>
> at
> com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:852)
>
> at
> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:785)
>
> at
> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:443)
>
> at
> com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:175)
>
> at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3610)
>
> at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:274)
>
> at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:926)
>
> at
> com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1557)
>
> at
> com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:173)
>
> at
> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:455)
>
> at
> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:384)
>
> at
> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:272)
>
> at
> com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
>
> at
> com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
>
> at
> com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
>
> at
> com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
>
> at
> com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
>
> at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
>
> at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:202)
>
> at
> com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:766)
>
> at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:896)
>
> at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1527)
>
> Internet is not very helpful as I have not been able to find any
> tutorial of explanation on how to configure Websphere so that OpenAM can
> be deployed and configured.
>
> Is there any luck you have some knowledge on Websphere that could help me?
>
> Environment: Windows server 2008 (64 bits) with OpenAm 954 and Websphere
> Application Server 7.
>
> Regards.
>
> Nico.
>
>
>
> Information in this e-mail and any attachments is confidential, and may
> not be copied or used by anyone other than the addressee, nor disclosed
> to any third party without our permission. There is no intention to
> create any legally binding contract or other binding commitment through
> the use of this electronic communication unless it is issued in
> accordance with the Experian Limited standard terms and conditions of
> purchase or other express written agreement between Experian Limited and
> the recipient. Although Experian has taken reasonable steps to ensure
> that this communication and any attachments are free from computer
> virus, you are advised to take your own steps to ensure that they are
> actually virus free.
>
> Companies Act information: Registered name: Experian Limited. Registered
> office: Landmark House, Experian Way, NG2 Business Park, Nottingham,
> NG80 1ZZ, United Kingdom. Place of registration: England and Wales.
> Registered number: 653331
>
>
>
> _______________________________________________
> OpenAM mailing list
> OpenAM at forgerock.org
> https://lists.forgerock.org/mailman/listinfo/openam
--
Painstaking Minds
IT-Consulting Bernhard Thalmayr
Herxheimer Str. 5, 83620 Vagen (Munich area), Germany
Tel: +49 (0)8062 7769174
Mobile: +49 (0)176 55060699
bernhard.thalmayr at painstakingminds.com - Solution Architect
This e-mail may contain confidential and/or privileged information.If
you are not the intended recipient (or have received this email in
error) please notify the sender immediately and delete this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.
_______________________________________________
OpenAM mailing list
OpenAM at forgerock.org
https://lists.forgerock.org/mailman/listinfo/openam
_______________________________________________
OpenAM mailing list
OpenAM at forgerock.org
https://lists.forgerock.org/mailman/listinfo/openam
More information about the OpenAM
mailing list