J2ee agent 2.2 configuration problem with Websphere Portal 5.1

Hi,
I am trying to configure j2ee agent 2.2 with Websphere Portal server.
I have followed the document "Sun Java SystemAccess Manager
PolicyAgent 2.2 Guide for IBM WebSphere Portal Server 5.1.0.2"
Please see the thread "Problem with Sun's SSO system and Websphere Portal Server integration" for environment related information.
Also the security on app server has been enabled and is talking to LDAP.
My aim here is to enable application server (portal server) to autheticate requests.
I am getting following error when I log into the portal application.
07/03/2007 06:32:16:062 PM IST: Thread[Servlet.Engine.Transports : 1,5,main]
AmFilter: now processing: SSO Task Handler
07/03/2007 06:32:16:062 PM IST: Thread[Servlet.Engine.Transports : 1,5,main]
SSOTaskHandler: SSO Validation failed for null
07/03/2007 06:32:16:062 PM IST: Thread[Servlet.Engine.Transports : 1,5,main]
URLFailoverHelper: Checking if https://apollo.maxnewyorklife.com:443/amserver/UI/Login is available
07/03/2007 06:32:16:078 PM IST: Thread[Servlet.Engine.Transports : 1,5,main]
WARNING: URLFailoverHelper: the url https://apollo.maxnewyorklife.com:443/amserver/UI/Login is not available
javax.net.ssl.SSLHandshakeException: unknown certificate
     at com.ibm.jsse.bs.a(Unknown Source)
     at com.ibm.jsse.bs.startHandshake(Unknown Source)
     at com.ibm.net.ssl.www.protocol.https.b.o(Unknown Source)
     at com.ibm.net.ssl.www.protocol.https.q.connect(Unknown Source)
     at com.ibm.net.ssl.internal.www.protocol.https.HttpsURLConnection.connect(Unknown Source)
     at com.sun.identity.agents.common.URLFailoverHelper.isAvailable(URLFailoverHelper.java:190)
     at com.sun.identity.agents.common.URLFailoverHelper.getAvailableURL(URLFailoverHelper.java:129)
     at com.sun.identity.agents.filter.AmFilterRequestContext.getLoginURL(AmFilterRequestContext.java:757)
     at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectURL(AmFilterRequestContext.java:285)
     at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectURL(AmFilterRequestContext.java:258)
     at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectResult(AmFilterRequestContext.java:363)
     at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectResult(AmFilterRequestContext.java:345)
     at com.sun.identity.agents.filter.SSOTaskHandler.doSSOLogin(SSOTaskHandler.java:210)
     at com.sun.identity.agents.filter.SSOTaskHandler.process(SSOTaskHandler.java:98)
     at com.sun.identity.agents.filter.AmFilter.processTaskHandlers(AmFilter.java:189)
     at com.sun.identity.agents.filter.AmFilter.isAccessAllowed(AmFilter.java:152)
     at com.sun.identity.agents.websphere.AmIdentityAsserterBase.processRequest(AmIdentityAsserterBase.java:195)
     at com.sun.identity.agents.websphere.AmTrustAssociationInterceptor.negotiateValidateandEstablishTrust(AmTrustAssociationInterceptor.java:91)
     at com.ibm.ws.security.web.TAIWrapper.negotiateAndValidateEstablishedTrust(TAIWrapper.java:101)
     at com.ibm.ws.security.web.WebAuthenticator.handleTrustAssociation(WebAuthenticator.java:191)
     at com.ibm.ws.security.web.WebAuthenticator.authenticate(WebAuthenticator.java:928)
     at com.ibm.ws.security.web.WebCollaborator.authorize(WebCollaborator.java:531)
     at com.ibm.ws.security.web.EJSWebCollaborator.preInvoke(EJSWebCollaborator.java:262)
     at com.ibm.ws.webcontainer.webapp.WebAppSecurityCollaborator.preInvoke(WebAppSecurityCollaborator.java:132)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:506)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:208)
     at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:134)
     at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:321)
     at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
     at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:246)
     at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
     at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
     at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:652)
     at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:448)
     at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:936)
07/03/2007 06:32:16:078 PM IST: Thread[Servlet.Engine.Transports : 1,5,main]
URLFailoverHelper: disconnected the connection for availability check
07/03/2007 06:32:16:078 PM IST: Thread[Servlet.Engine.Transports : 1,5,main]
ERROR: URLFailoverHelper: No URL is available at this time
07/03/2007 06:32:16:078 PM IST: Thread[Servlet.Engine.Transports : 1,5,main]
ERROR: AmFilter: Error while delegating to inbound handler: SSO Task Handler, access will be denied
[AgentException Stack]
com.sun.identity.agents.arch.AgentException: No URL is available at this time
     at com.sun.identity.agents.common.URLFailoverHelper.getAvailableURL(URLFailoverHelper.java:133)
     at com.sun.identity.agents.filter.AmFilterRequestContext.getLoginURL(AmFilterRequestContext.java:757)
     at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectURL(AmFilterRequestContext.java:285)
     at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectURL(AmFilterRequestContext.java:258)
     at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectResult(AmFilterRequestContext.java:363)
     at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectResult(AmFilterRequestContext.java:345)
     at com.sun.identity.agents.filter.SSOTaskHandler.doSSOLogin(SSOTaskHandler.java:210)
     at com.sun.identity.agents.filter.SSOTaskHandler.process(SSOTaskHandler.java:98)
     at com.sun.identity.agents.filter.AmFilter.processTaskHandlers(AmFilter.java:189)
     at com.sun.identity.agents.filter.AmFilter.isAccessAllowed(AmFilter.java:152)
     at com.sun.identity.agents.websphere.AmIdentityAsserterBase.processRequest(AmIdentityAsserterBase.java:195)
     at com.sun.identity.agents.websphere.AmTrustAssociationInterceptor.negotiateValidateandEstablishTrust(AmTrustAssociationInterceptor.java:91)
     at com.ibm.ws.security.web.TAIWrapper.negotiateAndValidateEstablishedTrust(TAIWrapper.java:101)
     at com.ibm.ws.security.web.WebAuthenticator.handleTrustAssociation(WebAuthenticator.java:191)
     at com.ibm.ws.security.web.WebAuthenticator.authenticate(WebAuthenticator.java:928)
     at com.ibm.ws.security.web.WebCollaborator.authorize(WebCollaborator.java:531)
     at com.ibm.ws.security.web.EJSWebCollaborator.preInvoke(EJSWebCollaborator.java:262)
     at com.ibm.ws.webcontainer.webapp.WebAppSecurityCollaborator.preInvoke(WebAppSecurityCollaborator.java:132)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:506)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:208)
     at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:134)
     at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:321)
     at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
     at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:246)
     at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
     at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
     at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:652)
     at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:448)
     at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:936)
07/03/2007 06:32:16:078 PM IST: Thread[Servlet.Engine.Transports : 1,5,main]
AmFilter: result =>
FilterResult:
     Status      : FORBIDDEN
     RedirectURL     : null
     RequestHelper:
          null
     Data:
          null
07/03/2007 06:32:16:078 PM IST: Thread[Servlet.Engine.Transports : 1,5,main]
AmIdentityAsserter: result => TAIResult: status: 403, principal: null, subject: null
From whatever analysis I have done so far, I believe this issue is related to the personal certificate for sun one webserver (on which access manager & LDAP are installed) not registered with the application server (portal server).
I am not sure about the way I go by solving the issue.
Please can anybody help me out.
Thanks,
Yaseer
Message was edited by:
yazee
Message was edited by:
yazee

Ankush,
I am getting error as follows in the webserver error log:-
Error receiving request from 172.23.213.75 (SSL_ERROR_CERTIFICATE_UNKNOWN_ALERT: SSL peer had some unspecified issue with the certificate it received)
Although I can get into am console but with https://apollo.maxnewyorklife.com/amconsole
Tried the same thing, but couldnt resolve it. I will give it another go.
Generally I am getting same error again and again.
In my amWebsphere log file of j2ee agent (under root\am_wps_agent\agent_001\logs\debug) error I get.....
07/15/2007 04:19:11:656 PM IST: Thread[Servlet.Engine.Transports : 0,5,main]
AmFilter: now processing: SSO Task Handler
07/15/2007 04:19:11:766 PM IST: Thread[Servlet.Engine.Transports : 0,5,main]
SSOTokenValidator.validate(): Exception caught
com.iplanet.sso.SSOException: Invalid sessionid formatjava.lang.IllegalArgumentException: Invalid server id in session id com.iplanet.services.naming.ServerEntryNotFoundException: Naming Service is not available.
     at com.iplanet.sso.providers.dpro.SSOProviderImpl.createSSOToken(SSOProviderImpl.java:205)
     at com.iplanet.sso.SSOTokenManager.createSSOToken(SSOTokenManager.java:325)
     at com.sun.identity.agents.common.SSOTokenValidator.validateInternal(SSOTokenValidator.java:252)
     at com.sun.identity.agents.common.SSOTokenValidator.validate(SSOTokenValidator.java:157)
     at com.sun.identity.agents.filter.SSOTaskHandler.process(SSOTaskHandler.java:88)
     at com.sun.identity.agents.filter.AmFilter.processTaskHandlers(AmFilter.java:189)
     at com.sun.identity.agents.filter.AmFilter.isAccessAllowed(AmFilter.java:152)
     at com.sun.identity.agents.websphere.AmIdentityAsserterBase.processRequest(AmIdentityAsserterBase.java:195)
     at com.sun.identity.agents.websphere.AmTrustAssociationInterceptor.negotiateValidateandEstablishTrust(AmTrustAssociationInterceptor.java:91)
     at com.ibm.ws.security.web.TAIWrapper.negotiateAndValidateEstablishedTrust(TAIWrapper.java:101)
     at com.ibm.ws.security.web.WebAuthenticator.handleTrustAssociation(WebAuthenticator.java:191)
     at com.ibm.ws.security.web.WebAuthenticator.authenticate(WebAuthenticator.java:928)
     at com.ibm.ws.security.web.WebCollaborator.authorize(WebCollaborator.java:531)
     at com.ibm.ws.security.web.EJSWebCollaborator.preInvoke(EJSWebCollaborator.java:262)
     at com.ibm.ws.webcontainer.webapp.WebAppSecurityCollaborator.preInvoke(WebAppSecurityCollaborator.java:132)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:506)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:208)
     at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:134)
     at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:321)
     at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
     at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:246)
     at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
     at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
     at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:652)
     at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:448)
     at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:936)
07/15/2007 04:19:11:766 PM IST: Thread[Servlet.Engine.Transports : 0,5,main]
SSOTaskHandler: SSO Validation failed for AQIC5wM2LY4SfcwoaNKFd01DvjYeNPbR3wXaa9sMVjcKtwo=@AAJTSQACMDE=#
07/15/2007 04:19:11:766 PM IST: Thread[Servlet.Engine.Transports : 0,5,main]
URLFailoverHelper: Checking if https://apollo.maxnewyorklife.com:443/amserver/UI/Login is available
07/15/2007 04:19:11:797 PM IST: Thread[Servlet.Engine.Transports : 0,5,main]
WARNING: URLFailoverHelper: the url https://apollo.maxnewyorklife.com:443/amserver/UI/Login is not available
javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.g: No trusted certificate found
     at com.ibm.jsse2.bw.a(Unknown Source)
     at com.ibm.jsse2.bx.a(Unknown Source)
     at com.ibm.jsse2.bx.a(Unknown Source)
     at com.ibm.jsse2.v.a(Unknown Source)
     at com.ibm.jsse2.v.a(Unknown Source)
     at com.ibm.jsse2.u.a(Unknown Source)
     at com.ibm.jsse2.bx.a(Unknown Source)
     at com.ibm.jsse2.bx.l(Unknown Source)
     at com.ibm.jsse2.bx.startHandshake(Unknown Source)
     at com.ibm.net.ssl.www.protocol.https.b.o(Unknown Source)
     at com.ibm.net.ssl.www.protocol.https.q.connect(Unknown Source)
     at com.ibm.net.ssl.internal.www.protocol.https.HttpsURLConnection.connect(Unknown Source)
     at com.sun.identity.agents.common.URLFailoverHelper.isAvailable(URLFailoverHelper.java:190)
     at com.sun.identity.agents.common.URLFailoverHelper.getAvailableURL(URLFailoverHelper.java:129)
     at com.sun.identity.agents.filter.AmFilterRequestContext.getLoginURL(AmFilterRequestContext.java:757)
     at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectURL(AmFilterRequestContext.java:285)
     at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectURL(AmFilterRequestContext.java:258)
     at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectResult(AmFilterRequestContext.java:363)
     at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectResult(AmFilterRequestContext.java:345)
     at com.sun.identity.agents.filter.SSOTaskHandler.doSSOLogin(SSOTaskHandler.java:210)
     at com.sun.identity.agents.filter.SSOTaskHandler.process(SSOTaskHandler.java:98)
     at com.sun.identity.agents.filter.AmFilter.processTaskHandlers(AmFilter.java:189)
     at com.sun.identity.agents.filter.AmFilter.isAccessAllowed(AmFilter.java:152)
     at com.sun.identity.agents.websphere.AmIdentityAsserterBase.processRequest(AmIdentityAsserterBase.java:195)
     at com.sun.identity.agents.websphere.AmTrustAssociationInterceptor.negotiateValidateandEstablishTrust(AmTrustAssociationInterceptor.java:91)
     at com.ibm.ws.security.web.TAIWrapper.negotiateAndValidateEstablishedTrust(TAIWrapper.java:101)
     at com.ibm.ws.security.web.WebAuthenticator.handleTrustAssociation(WebAuthenticator.java:191)
     at com.ibm.ws.security.web.WebAuthenticator.authenticate(WebAuthenticator.java:928)
     at com.ibm.ws.security.web.WebCollaborator.authorize(WebCollaborator.java:531)
     at com.ibm.ws.security.web.EJSWebCollaborator.preInvoke(EJSWebCollaborator.java:262)
     at com.ibm.ws.webcontainer.webapp.WebAppSecurityCollaborator.preInvoke(WebAppSecurityCollaborator.java:132)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:506)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:208)
     at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:134)
     at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:321)
     at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
     at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:246)
     at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
     at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
     at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:652)
     at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:448)
     at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:936)
Caused by: com.ibm.jsse2.util.g: No trusted certificate found
     at com.ibm.jsse2.util.f.b(Unknown Source)
     at com.ibm.jsse2.util.f.b(Unknown Source)
     at com.ibm.jsse2.util.d.a(Unknown Source)
     at com.ibm.jsse2.bn.checkServerTrusted(Unknown Source)
     at com.ibm.jsse2.z.checkServerTrusted(Unknown Source)
     ... 39 more
07/15/2007 04:19:11:797 PM IST: Thread[Servlet.Engine.Transports : 0,5,main]
URLFailoverHelper: disconnected the connection for availability check
07/15/2007 04:19:11:797 PM IST: Thread[Servlet.Engine.Transports : 0,5,main]
ERROR: URLFailoverHelper: No URL is available at this time
07/15/2007 04:19:11:797 PM IST: Thread[Servlet.Engine.Transports : 0,5,main]
ERROR: AmFilter: Error while delegating to inbound handler: SSO Task Handler, access will be denied
[AgentException Stack]
com.sun.identity.agents.arch.AgentException: No URL is available at this time
     at com.sun.identity.agents.common.URLFailoverHelper.getAvailableURL(URLFailoverHelper.java:133)
     at com.sun.identity.agents.filter.AmFilterRequestContext.getLoginURL(AmFilterRequestContext.java:757)
     at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectURL(AmFilterRequestContext.java:285)
     at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectURL(AmFilterRequestContext.java:258)
     at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectResult(AmFilterRequestContext.java:363)
     at com.sun.identity.agents.filter.AmFilterRequestContext.getAuthRedirectResult(AmFilterRequestContext.java:345)
     at com.sun.identity.agents.filter.SSOTaskHandler.doSSOLogin(SSOTaskHandler.java:210)
     at com.sun.identity.agents.filter.SSOTaskHandler.process(SSOTaskHandler.java:98)
     at com.sun.identity.agents.filter.AmFilter.processTaskHandlers(AmFilter.java:189)
     at com.sun.identity.agents.filter.AmFilter.isAccessAllowed(AmFilter.java:152)
     at com.sun.identity.agents.websphere.AmIdentityAsserterBase.processRequest(AmIdentityAsserterBase.java:195)
     at com.sun.identity.agents.websphere.AmTrustAssociationInterceptor.negotiateValidateandEstablishTrust(AmTrustAssociationInterceptor.java:91)
     at com.ibm.ws.security.web.TAIWrapper.negotiateAndValidateEstablishedTrust(TAIWrapper.java:101)
     at com.ibm.ws.security.web.WebAuthenticator.handleTrustAssociation(WebAuthenticator.java:191)
     at com.ibm.ws.security.web.WebAuthenticator.authenticate(WebAuthenticator.java:928)
     at com.ibm.ws.security.web.WebCollaborator.authorize(WebCollaborator.java:531)
     at com.ibm.ws.security.web.EJSWebCollaborator.preInvoke(EJSWebCollaborator.java:262)
     at com.ibm.ws.webcontainer.webapp.WebAppSecurityCollaborator.preInvoke(WebAppSecurityCollaborator.java:132)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:506)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:208)
     at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:134)
     at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:321)
     at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
     at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:246)
     at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
     at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
     at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:652)
     at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:448)
     at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:936)
Thanks,
Yaseer

Similar Messages

  • Configuring blazeds with websphere

    Hello,
    I need some help deploying blazeds on websphere. Can anyone please give me steps to do this. My blazeds application is not able to access web services configured in the proxy-setting.config and also not able to get to the configured java remote object.
    Thanks

    Hi Alex,
       Thanks a lot for the response. My swf file is in the web application. I think I am missing some configuration. Do I have to configure a servlet in websphere for flex to work. I also have a java remote object which is also not working. I am attaching my config files. Could you please have a look and tell me if I need to add something else.
    Thanks a lot for your help
    Roopa
    --- On
    Tue, 6/24/08, Alex Glosband
    <[email protected]> wrote:
    From: Alex Glosband <[email protected]>
    Subject: Re: configuring blazeds with websphere
    To: [email protected]
    Date: Tuesday, June 24, 2008, 5:48 AM
    A new message was posted by Alex Glosband in
    General Discussion --
      configuring blazeds with websphere
    Hi. The steps for deploying BlazeDS on WebSphere should be the same as deploying any war file/web application. You could try deploying the samples webapp on your WebSphere server and run some of the samples. If that works then you know there is a problem with how you have your application configured. I would also try turning on client side and server side debugging for BlazeDS and seeing if the debug output tells you anything useful.
    Can you give me any more information on how you have deployed BlazeDS and how you are running/loading your application? Is your application/swf being loaded from your BlazeDS web application or do you have it deployed locally or on another server?
    If the swf isn't deployed on the BlazeDS web application, it's possible you are running into security
    restrictions imposed by the flash player and need to add a cross domain policy file to your web server but without more information about how you have things configured I can't tell if that's your problem.
    -Alex
    View/reply at
    configuring blazeds with websphere
    Replies by email are OK.
    Use the
    unsubscribe form to cancel your email subscription.

  • Configuration problem with external Western Digital My Book 2 TB drive

    How do I fix a configuration problem with my external Western Digital My Book 2 TB drive which used to both read and write. Something has happened so that the drive is now read only? There is 600 GB of data on the drive that I cannot lose, thus am very concerned about messing around with formatting the drive which is raid 1 and filled with data.

    may not like to hear, but I'd skip on MyBook cases, nice looking as they are.
    Get a 2nd drive case to recover to.
    http://www.macsales.com/firewire
    may need to play with the demo Data Rescue 3 from Prosoft
    Backup/recover before repair is usually in order
    never have one backup set. THREE sets of your data, minimum.
    3rd party disk maintenance and repair should be a must and given rather than rely solely on Apple Disk Utility.
    Data and system maintenance and recovery plan - should be like practice for sports, arts, military with practice and making sure you will know how and the tools you need - ahead of time
    Resetting USB/FW ports, try another if one won't work. When 10.6 came out there was a lot of grinding teeth with external drives not working or mounting.

  • Error integrating OBIEE portlet with WebSphere Portal

    Hi
    I am trying to integrate OBIEE 10.1.3.4.1 with Websphere Portal.
    I perform following steps :
    1. Installed OBIEE and created a report at url "http://punitp63969d:9704/analytics/saw.dll?Dashboard"
    2. Modified portlet.xml of sawjsr168portlets.war as follows
    <preference>
    <name>oracle.bi.presentation.sawserver.URL</name>
    <value>http://punitp63969d:9704/analytics/saw.dll?Dashboard</value>
    <read-only>false</read-only>
    </preference>
    <preference>
    <name>oracle.bi.presentation.portlets.jsr168.reportui.AdminUserName</name>
    <value>Administrator</value>
    <read-only>false</read-only>
    </preference>
    <preference>
    <name>oracle.bi.presentation.portlets.jsr168.reportui.AdminPwd</name>
    <value>Administrator</value>
    <read-only>false</read-only>
    </preference>
    <preference>
    <name>oracle.bi.presentation.portlets.websphere.SuperuserSlotId</name>
    <value>sawseveradmin</value>
    <read-only>false</read-only>
    </preference>
    where Administrator/Administrator is user-id/password for OBIEE and
    sawseveradmin is name of credential vault in WebSphere-Portal.
    3. Deployed the war on WebSphere Portal and got portlet disable with following error in log :
    WSVR0200I: Starting application: PA_SAWReport
    9/4/09 18:42:52:067 IST 000001ff ApplicationMg A WSVR0204I: Application: PA_SAWReport Application build level: Unknown
    9/4/09 18:42:52:708 IST 000001ff WebGroup A SRVE0169I: Loading Web Module: SAWReport.
    9/4/09 18:42:52:973 IST 000001ff VirtualHost I SRVE0250I: Web Module SAWReport has been bound to default_host:10000,:80,:10002,:10015,:10016,:443,:10023,:10026,:10040,:10035.
    9/4/09 18:42:53:130 IST 000001ff ApplicationMg A WSVR0221I: Application started: PA_SAWReport
    9/4/09 18:42:59:692 IST 00000037 WebContainer E SRVE0255E: A WebGroup/Virtual Host to handle /searchfeed/myserver/scopes has not been defined.
    9/4/09 18:43:26:458 IST 00000037 WebContainer E SRVE0255E: A WebGroup/Virtual Host to handle /searchfeed/myserver/scopes has not been defined.
    9/4/09 18:43:50:318 IST 000000a5 ServletWrappe I SRVE0242I: PA_SAWReport [wps/PA_SAWReport] Oracle_Business_Intelligence_Report_View_Portlet: Initialization successful.
    9/4/09 18:43:50:521 IST 000000a5 MimeResponseI E com.ibm.ws.portletcontainer.core.impl.MimeResponseImpl getWriter EJPPC0176W: Invalid content type
    9/4/09 18:43:50:661 IST 000000a5 ServletWrappe E SRVE0068E: Uncaught exception thrown in one of the service methods of the servlet: Oracle_Business_Intelligence_Report_View_Portlet. Exception thrown : javax.servlet.ServletException: java.lang.IllegalStateException: No content type set.
    at com.ibm.ws.portletcontainer.invoker.impl.PortletServlet.doDispatch(PortletServlet.java:369)
    Caused by: java.lang.IllegalStateException: No content type set.
    at com.ibm.ws.portletcontainer.core.impl.MimeResponseImpl.getWriter(MimeResponseImpl.java:114)
    at com.siebel.analytics.web.portlets.jsr168.ReportUI.checkUser(ReportUI.java:852)
    at com.siebel.analytics.web.portlets.jsr168.ReportUI.doView(ReportUI.java:167)
    at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:328)
    at com.siebel.analytics.web.portlets.jsr168.ReportUI.doDispatch(ReportUI.java:1058)
    at javax.portlet.GenericPortlet.render(GenericPortlet.java:233)
    at com.ibm.ws.portletcontainer.invoker.impl.PortletFilterChainImpl.doFilter(PortletFilterChainImpl.java:128)
    at com.ibm.wps.propertybroker.standard.filter.C2APortletFilter.doFilter(C2APortletFilter.java:185)
    at com.ibm.ws.portletcontainer.invoker.impl.PortletFilterChainImpl.doFilter(PortletFilterChainImpl.java:120)
    at com.ibm.ws.portletcontainer.invoker.impl.PortletServlet.doDispatch(PortletServlet.java:573)
    at com.ibm.ws.portletcontainer.invoker.impl.PortletServletCollaboratorChainImpl.doCollaborator(PortletServletCollaboratorChainImpl.java:114)
    at com.ibm.isclite.container.collaborator.PortletServletCollaborator.doRender(PortletServletCollaborator.java:68)
    at com.ibm.ws.portletcontainer.invoker.impl.PortletServletCollaboratorChainImpl.doCollaborator(PortletServletCollaboratorChainImpl.java:105)
    at com.ibm.ws.portletcontainer.rrd.RRDServerPortletServletCollaborator.doRender(RRDServerPortletServletCollaborator.java:123)
    at com.ibm.ws.portletcontainer.invoker.impl.PortletServletCollaboratorChainImpl.doCollaborator(PortletServletCollaboratorChainImpl.java:105)
    at com.ibm.ws.portletcontainer.cache.CacheCollaborator.doRender(CacheCollaborator.java:92)
    at com.ibm.ws.portletcontainer.invoker.impl.PortletServletCollaboratorChainImpl.doCollaborator(PortletServletCollaboratorChainImpl.java:105)
    at com.ibm.wps.pe.pc.waspc.core.impl.PortletServletCollaboratorImpl.doRender(PortletServletCollaboratorImpl.java:156)
    at com.ibm.ws.portletcontainer.invoker.impl.PortletServletCollaboratorChainImpl.doCollaborator(PortletServletCollaboratorChainImpl.java:105)
    at com.ibm.ws.portletcontainer.invoker.impl.PortletServlet.doDispatch(PortletServlet.java:273)
    ... 219 more
    Please help me resolve this issue.Thanks in advance.

    I'm getting the same error on WebSphere 6.1.5. Is there any solution for this?

  • Configuration problem with param or code problem

    Hi,
    Im new to this jsp. Currently, i have some some Q here. Im trying on the jsp-tutorial with
    <%@ taglib prefix="my"
    uri="./jsp2/jsp2-example-taglib.tld" %>
    <HEAD>
    <TITLE>Functions</TITLE>
    </HEAD>
    <BODY>
    <H3>Add Numbers</H3>
    <P>
    <FORM action="./compute.jsp" method="GET">
    X = <input type="text" name="x" value="${param["x"]}">
    <BR>
    Y = <input type="text" name="y" value="${param["y"]}">
    <input type="submit" value="Add Numbers">
    </FORM>
    <P>
    The sum is: ${my:add(param["x"],param["y"])}
    </BODY>
    </HTML>
    inside the text box it appear the text with ${param[[/i], may i know is it a configuration problem?
    Thx for reply

    Probably yes it is a configuration problem.
    You have a JSP2.0 container? (eg Tomcat 5)
    If your web.xml starts with this:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems,
    Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    Replace it with this
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
    ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
    version="2.4">
    That should fix it.
    http://forum.java.sun.com/thread.jspa?threadID=629437&
    tstart=0Sorry,
    I already hav
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
    version="2.4">
    originaly.

  • Datasource Configuration problem with Tomcat-4.0.3

    Hi All !
    When I trying to open connection to my DB2 database in tomcat -4.0.3,
    I have put db2java.jar in /usr/local/jakartha-tomcat-4.03/common/lib directory
    when I am trying to connect Database through my servlet getting expections
    java.lang.NullPointerException: at DataSource ds = (DataSource)envContext.lookup("jdbc/SmsDBDS");
    here is my dbconnection class
    package com.ebizon.util.jdbc;
    import java.sql.*;
    import java.util.*;
    import javax.naming.*;
    import javax.sql.*;
    public class DBUtil {
    /* Ebizon DB Connection for Tomcat */
    public static Connection getEbizDBConnection() throws NamingException, SQLException {
    Connection conn = null;
    try {
    InitialContext initCtx = new InitialContext();
    Context envContext = (Context)initContext.lookup("java:/comp/env");
    DataSource ds = (DataSource)envContext.lookup("jdbc/SmsDBDS");
    conn = ds.getConnection();
    } catch (NamingException ne) {
    throw ne;
    } catch (SQLException se) {
    throw se;
    return conn;
    And my resource definition in server.xml (/usr/local/jakartha-tomcat-4.0.3/conf/server.xml)
    <Context path="/DBTest" docBase="DBTest"
    debug="5" reloadable="true" crossContext="true">
    <Logger className="org.apache.catalina.logger.FileLogger"
    prefix="localhost_DBTest_log." suffix=".txt"
    timestamp="true"/>
    <Resource name="jdbc/SmsDBDS"
    auth="Container"
    type="javax.sql.DataSource"/>
    <ResourceParams name="jdbc/SmsDBDS">
    <parameter>
    <name>factory</name>
    <value>org.apache.commons.dbcp.BasicDataSourceFactory</value>
    </parameter>
    <parameter>
    <name>maxActive</name>
    <value>100</value>
    </parameter>
    <parameter>
    <name>maxIdle</name>
    <value>30</value>
    </parameter>
    <parameter>
    <name>maxWait</name>
    <value>10000</value>
    </parameter>
    <!-- DB2 dB username and password for dB connections -->
    <parameter>
    <name>username</name>
    <value>smsdb</value>
    </parameter>
    <parameter>
    <name>password</name>
    <value>smsdb</value>
    </parameter>
    <!-- Class name for mm.mysql JDBC driver -->
    <parameter>
    <name>driverClassName</name>
    <value>COM.ibm.db2.jdbc.app.DB2Driver</value>
    </parameter>
    <parameter>
    <name>url</name>
    <value>jdbc:db2:smsdb</value>
    </parameter>
    </ResourceParams>
    </Context>
    this is my Web Application descriptor /WEB-INF/web.xml
    <resource-ref>
    <description>
    Resource reference to a factory for java.sql.Connection
    instances that may be used for talking to a particular
    database that is configured in the server.xml file.
    </description>
    <res-ref-name>
    jdbc/EmployeDB
    </res-ref-name>
    <res-type>
    javax.sql.DataSource
    </res-type>
    <res-auth>
    Container
    </res-auth>
    </resource-ref>
    Please look at once above , Do i missing any thing?
    Anyhelp is greatly appreciate
    Many thanks in advance
    With Regards
    Madhu Reddy

    I don't see any problem with your files, so unfortunately I can't help. Since this forum is about the J2EE SDK, people may not have that much experience with standalone Tomcat. You may want to try the Tomcat user mailing list for a question about Tomcat: http://jakarta.apache.org/site/mail2.html

  • Style Sheet Problem with Websphere

    Hello. If anyone here has any experience with Websphere or iSeries, I would appreciate some help. I posted this topic in the Websphere forum , but it seems that forum isn't very active. Anyway, I can't get my style sheet to work with a java servlet application that I installed on an iSeries server. I put together the app and style sheet through WebSphere and exported everything to the server as an .ear file, installed the application and the program works; however, the app isn't accessing the style sheet. I'm new to both iSeries and Websphere. I've been trying this line:
    writer.println("<LINK rel='stylesheet' type='text/css' href='Master.css'>");
    and have tried putting the style sheet in the same folder as the class file, tried putting it in the Java Source folder, tried it all over the place really and have tried making the path absolute. I've also tried pasting the .java file into the classes folder with the .class file. None of my efforts have been successful. Is this even possible? Any help would be appreciated. Thank you.

    have tried putting the style sheet in the same folder as the class file, tried
    putting it in the Java Source folder, tried it all over the place really...In your web application, it should go in the same directory where you would put an HTML file or a JSP file. All those places you tried are places that the web server keeps hidden from clients. You should be able to request the CSS file from your browser in exactly the same way you would request an HTML or JSP file.

  • Weblogic server with  Websphere Portal server

    Hi,
    I am having this peculiar problem.
    I am using Websphere Portal Server and accessing an application which is running
    on Weblogic
    6.1. I am also using struts on both the portal server and weblogic server.
    The first time I access a jsp which is on weblogic from websphere portal I get
    it fine.
    I have button on this jsp on submit of which another jsp on weblogic should come
    up.
    The problem is that on click of the button the URL which is being formed is
    <ip of weblogic>/<path of portal server>.
    I have no clue why this is happening and its driving me crazy.
    Can anyone tell me whats happening?
    Thanks
    Siri

    Siri-
    This sounds like a URL rewriting issue with whatever proxy or tool you are using
    to interface from WS to WLS. Basically, for the setup to work, any URL's that
    are contained in the content served up by your WLS instance will have to be rewritten
    such that your WS instance knows that the request is actually intended for the
    WLS server.
    -Brodi
    "Siri" <[email protected]> wrote:
    >
    Hi,
    I am having this peculiar problem.
    I am using Websphere Portal Server and accessing an application which
    is running
    on Weblogic
    6.1. I am also using struts on both the portal server and weblogic server.
    The first time I access a jsp which is on weblogic from websphere portal
    I get
    it fine.
    I have button on this jsp on submit of which another jsp on weblogic
    should come
    up.
    The problem is that on click of the button the URL which is being formed
    is
    <ip of weblogic>/<path of portal server>.
    I have no clue why this is happening and its driving me crazy.
    Can anyone tell me whats happening?
    Thanks
    Siri

  • Problem with Enterprise Portal

    Hi SAP gurus,
    I am having a peculiar problem with my E-portal.
    The system is up and running and when i check through jcmon, all my processes are running OK.
    When i go the portal link, the login page also opens(sometimes immediately/sometimes takes a bit of time).
    However, when i try to login with any user ID or j2ee_admin/admininstrator,it takes ages.
    I have found some errors in /usr/sap/DP1/JC06/j2ee/cluster/server0/log/system/.
    #1.#005056852BFA0020000000A100006A0500048BD06E067656#1279627222218#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#0##n/a##4cf09f8093f611dfb766005056852bfa#SAPEngine_Application_Thread[impl:3]_17##0#0#Error#1#/System/Server#Plain###[PortalServiceItem.startServices] service initialisation failed:com.sap.ip.bi.web.unifiedrendering|mainservice#
    #1.#005056852BFA0020000000A300006A0500048BD06E069373#1279627222225#/System/Server#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#0##n/a##4cf09f8093f611dfb766005056852bfa#SAPEngine_Application_Thread[impl:3]_17##0#0#Error#1#/System/Server#Plain###[PortalServiceItem.startServices] service initialisation failed:com.sap.ip.bi.webdynpro.alv.pdf|exportpdfservice#
    #1.#005056852BFA00280000001200006A0500048BD07D750118#1279627481121#/System/Server#sap.com/tcmonitoringsysteminfo#com.sap.engine.services.servlets_jsp.server.container.ApplicationThreadInitializer#Guest#0##n/a##d87b207093f611df9096005056852bfa#SAPEngine_Application_Thread[impl:3]_14##0#0#Error#1#com.sap.engine.services.servlets_jsp.server.container.ApplicationThreadInitializer#Plain###application [sap/monitoring] Cannot parse JSP  /CrashesList.jsp
    The error is: com.sap.engine.services.servlets_jsp.server.jsp.exceptions.CompilingException: Error while executing the compilation process: [/usr/sap/DP1/JC06/j2ee/cluster/server0/apps/sap.com/tcmonitoringsysteminfo/servlet_jsp/sap/monitoring/work/jsp_CrashesList1279627480225.java:253: processName is already defined in _jspService(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
                    String processName = request.getParameter("processName");
                           ^
    1 error
    Exception id: [005056852BFA00280000001100006A0500048BD07D74FF7E]#
    security.0.log:
    #1.#005056852BFA00280000009600006A0500048BD0F98EF80B#1279629563197#/System/Security/Audit/J2EE#sap.com/irj#com.sap.engine.services.security.resource.audit#Guest#0##n/a##d311609093fb11df8ee6005056852bfa#SAPEngine_Application_Thread[impl:3]_14##0#0#Error#1#com.sap.engine.services.security.resource.audit#Java###ACCESS.ERROR: Authorization check for caller assignment to J2EE resource [ : : : ].#4#keystore-view.TicketKeystore#entry-actions#READ_ENTRY#ALL#
    I am not quite getting if these are the reasons of the problem.
    If anybody has faced this issue, kindly help.
    Regards,
    Santosh Bhat

    I did a research of this issue, and I found a know issue on portal 7.0 SP16 that this message throws. The solution on this case is upgrade your system to sp17.
    Your exception also say that your string "String processName = request.getParameter("processName");" Already exist before. so maybe this can be caused also for some custom code, this is a pssibility?
    jsp_CrashesList1279627480225.java:253: processName is already defined in _jspService(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse).
    Just to let you know the error of the know issue I referred is exacly:
    The error is:                                                           
    com.sap.engine.services.servlets_jsp.server.jsp.exceptions.CompilingExce
    ption: Error while executing the compilation process:                   
    [D:/usr/sap/HGE/JC04/j2ee/cluster/server0/apps/sap.com/tcmonitoringsys
    teminfo/servlet_jsp/sap/monitoring/work/jsp_CrashesList1222431016884.jav
    a:253: processName is already defined in _jspService                    
    (javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletRes
    ponse)                                                                               
    #String processName = request.getParameter                    
    ("processName");                                             
    What I can recomend you is:
    1) If you are on SP16, please evaluate upgrade your system to sp17.
    2) Make suren this issue are not caused for any custom code.
    3) try to go to last path level for the componente that are available on Market Place:
    Obs: Just remember that Paths is not a a SP level, so has just corrections.
    For Example:
    For EP-PSERV component access:
    http://service.sap.com/swdc >>
    support packages >>
    Support Packages and Patches - Entry by Application Group
    SAP NetWeaver and complementary products
    SAP NETWEAVER>
    SAP NETWEAVER 7.0
    Entry by component >>
    EP Core
    PORTAL 7.00
    EPPSERV18P_8-10003474.SCA
    For EPBC component access:
    http://service.sap.com/swdc >>
    support packages >>
    Support Packages and Patches - Entry by Application Group
    SAP NetWeaver and complementary products
    SAP NETWEAVER>
    SAP NETWEAVER 7.0
    Entry by component >>
    EP Core
    PORTAL CORE SERVICES 7.00
    EPBC18P_3-10003473.SCA
    For EPBC2 component access:
    http://service.sap.com/swdc >>
    support packages >>
    Support Packages and Patches - Entry by Application Group
    SAP NetWeaver and complementary products
    SAP NETWEAVER>
    SAP NETWEAVER 7.0
    Entry by component >>
    EP Core
    PORTAL FRAMEWORK 7.00
    EPBC218P_4-10003489.SCA
    Regards,
    Fabio

  • Urgent Requirement : Java Web Developer with Websphere Portal : CA

    The Strategic Technologies Software Engineer - Advanced
    Job Title – Software Engineer - Advanced
    Location : CA
    Description:
    •     This Advanced Web Developer position will be a development team that is enhancing the feature set on the corporate intranet, IBM portal based system.
    •     Responsible for designing, developing and unit test components in a highly iterative and agile manner.
    •     Responsible for Design and Development of JSR168 portlets, servlets, JSPs and deploying the same to IBM WebSphere Environment. Ability to understand Themes, Personalization, SSO and integrate portlets.
    •     Responsible for writing Data access components using plain Java/JDBC and as well as using technologies like Spring and Hibernate
    •     Ability to quickly learn and come up to speed in a new environment and follow standards.
    •     Aside from solid web development skills, the candidate filling this position must have experience with test driven develop (TDD) techniques and have the demeanor and communication skills required for pair programming.
    •     Responsible for coordinating with team members to achieve desired results and possible mentoring of Junior programmers whenever there is a need.
    •     Proactively identifying issues in the development and bring up the same to the attention of tech lead or management attention at the very early stages. Ability to learn from team mates and solving issues quickly with the help of more knowledgeable team mates in that technology
    •     Strong experience in JSR 168 compliant, portlet design and development, preferably in a IBM portal environment – 2 to 4 years
    •     Strong experience with Java, J2EE web application design, development of servlets, jsps, JSTL and good understanding of MVC framework – minimum 4 years
    •     Strong experience in coding unit tests with JUNIT
    •     Experience with Javascript , html, XML and CSS in support of web application development
    •     Experience with design and development of data access component in Java with SQL knowledge
    •     Experience using IDEs like Eclipse , RAD and application servers like IBM Websphere Application Server
    •     Must have good communication skills both verbally and in written form and the ability to work independently with minimal guidance and as a member of a team. Education: A computer science college degree or equivalent experience.
    Must have:
    •     8 years Java web development skills and excellent understanding of object-oriented analysis / design / programming.
    5 years:
    •     Deep understanding of web application design / web security
    •     Good understanding of Model-View controller distributed architectures.
    •     Experience with Websphere Studio Application Developer (Eclipse)
    •     Experience with Service Oriented Architecture (SOA)
    •     OO Analysis and Design experience.
    •     Experience with the scrum agile development methodology, including TDD and JUNIT.
    Hands-on experience with IBM's Websphere Portal is required.
    If it interest you, please send your updated resume with your contact details ASAP at [email protected].
    Regards,
    Ejaz
    Symphony Enterprises LLC
    412-250-7227 (Tel) | 412-774-9230 (Fax)
    IT Staffing | Training |
    VERTICALS | Banking, Finance, Insurance | Healthcare | Manufacturing | Retail & Distribution
    [email protected] | www.symphonyenterprises.com
    WMBE & NWBE Certified Company
    A Member of Women's Business Enterprise National Council (WBENC)
    and National Association of Women Business Owners (NAWBO)

    I'm getting the same error on WebSphere 6.1.5. Is there any solution for this?

  • Usermapping problem with federated portals

    HI experts,
    We r implimenting FPN functionality for SEM (BI- Integrated Planning) .
    We have installed portal server for Federated portal
    .After installation we have set the ticket evaluation parameter in service provider in Visual admin ..
    we have registered producerer as well as consumer in Fedportal .
    everything is fine . after that we have creaated 1 role in Fed portal .
    we r able to find the role in consumer portal .
    now the thing is
    we r trying to map the user with backend user from federated portals .. (user from LDAP)
    i am unable to save usermapping credentials and getting following error too .... (no SSO for us here )
    User attributes successfully modified
    Verification of user mapping data for system "SEPCLNT900" failed; check the credentials for mistakes.
    Plz help me out from this problem ..
    Thanks & Regards,

    HI Sandeep
    I have gone through the note ...
    Still some confusion is there ..
    we r facing problems with usermapping ....
    we r not creating users by manual .. users from LDAP .
    we r getting users fine ..but problem iswe give the user id & pwd after saving that ..it hasn't got saved first to allow usermapping ..
    while testing the system object it is working fine
    i.e system admin->support -->sapapplication
    there we r testing with transaction  ....itz working fine..
    what could be the problem
    itz working fine in developent server ..
    in development no LDAP.
    Thanks

  • Will Flex 2 integrate with WebSphere Portal Server

    I have a few questions in trying to argue the case for Flex 2
    to a very large client:
    Will Flex 2 integrate with IBM WebSphere Portal Server ?
    Will Flex 2 integrate with WebSphere if not with Portal
    Server ?
    Does Flex comply to the JSR168 Portlet specification ?

    http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/lcds/help.html?content=wsrp_1 .html
    http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/lcds/help.html?content=wsrp_2 .html
    http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/lcds/help.html?content=wsrp_3 .html

  • WLC - Geting Problem with Web Portal

    Hi,
    When enable the SSID that associate with web portal for guest user, the WLC found difficult to process and the system halt.Unable to get into the management ip for the WLC.
    However after disable that particular SSID, the system operates in well condition.
    FYI, we are running under version 5.0. Controller model -Wism.
    Please advice.

    I'm not sure if this is it or not, but it's in the release notes.
    CSCsm98250-After you upgrade the controller to software release 5.0, web authentication stops working, and you can no longer access the controller through HTTP or a Telnet or SSH session

  • Separated j2ee & n pdk servers configuration problem

    Hi,
    i can preview a portal page, but the iview within gives an error.
    please let me know the configuration to be changed in order to successfully run the Portal Component [ivew] using the .NET PDK
    i am running the following:
    portal server
    J2ee - java stack : nw2004s : sp09
    win2k3 : 64 bit
    ip : 10.8.2.64
    sys no : 04
    url portal access : http://10.8.2.64:50400/irj/portal
    .net pdk 2.0 for vs 2003 : hf1, hf2
    win xp sp1 : 32 bit
    ip: 10.8.1.101
    server00
    ports 8050 & 8051 are opened on the firewall
    Property Editor - ara:/applications/com.sap.portal.dotnet.framework/services/iViewProcessorService
    1. .NET Runtime Servers Configuration
    *=10.8.1.101:8050;
    2. Portal Servers Configuration
    *=10.8.2.64:50400;
    3. .NET Runtime Failover Servers Configuration
    *=10.8.1.101:8050;
    4. Allow Server Affinity
    true
    5. Display ASP.NET Stack on ASP.NET Error
    false
    6. Enable Ja.NET Logging
    false
    7. Lease Duration (seconds)
    10
    8. Request Timeout (milliseconds)
    10000
    9. Production Mode
    false
    Ofer's reply on
    Re: Could not find portal application com.sap.portal.common.commonservices
    was helpful, but still not allowing my portal component to run successfully
    a question on the Portal Servers Configuration
    my current  *=10.8.2.64:50400;
    default : *=localhost:8051
    i have also tried with
    *=10.8.2.64:8051; [but this was just a trial, as i do not have the 8051 port on the portal server listening]
    what is the port number i should be pointing to on the portal server ?
    with respect,
    amit
    default.trc error message :
    Exception ID:02:44_01/02/07_0002_49569850
    [EXCEPTION]
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/PDK_for_NET/myDesk/pages/page1/page1_PortalComponent1
    Component class : com.sap.portal.dotnet.framework.iViewProcessorComponent
    User : Administrator
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:375)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:388)
         at com.sapportals.portal.prt.core.async.ThreadContextRunnable.run(ThreadContextRunnable.java:164)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: java.lang.RuntimeException: <br>iView cannot display. <br>Could not connect to the .NET runtime server. <br>Contact your administrator if the problem persists.<br>Possible reasons:<br>1. The Portal Runtime for .NET service is not running or installed.<br>2. The .NET Runtime Servers Configuration property of 'iViewProcessorService' service is not correct. Check the syntax of server nodes, hosts and ports settings
         at com.sap.portal.dotnet.framework.iViewProcessorService.handleRequestCompletion(iViewProcessorService.java:383)
         at com.sap.portal.dotnet.framework.iViewProcessorService.ProcessRequest(iViewProcessorService.java:139)
         at com.sap.portal.dotnet.framework.iViewProcessorComponent.doContent(iViewProcessorComponent.java:36)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         ... 7 more
    Exception in PortalRequestManager.dispatchRequest without timeout
    [EXCEPTION]
    java.lang.RuntimeException: <br>iView cannot display. <br>Could not connect to the .NET runtime server. <br>Contact your administrator if the problem persists.<br>Possible reasons:<br>1. The Portal Runtime for .NET service is not running or installed.<br>2. The .NET Runtime Servers Configuration property of 'iViewProcessorService' service is not correct. Check the syntax of server nodes, hosts and ports settings
         at com.sap.portal.dotnet.framework.iViewProcessorService.handleRequestCompletion(iViewProcessorService.java:383)
         at com.sap.portal.dotnet.framework.iViewProcessorService.ProcessRequest(iViewProcessorService.java:139)
         at com.sap.portal.dotnet.framework.iViewProcessorComponent.doContent(iViewProcessorComponent.java:36)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:375)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:388)
         at com.sapportals.portal.prt.core.async.ThreadContextRunnable.run(ThreadContextRunnable.java:164)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)
         at java.lang.Thread.run(Thread.java:534)
    The system server log entry:
    Wed Jan 31 13:38:04 NZDT 2007 Processing request failed on host: tcp://10.8.1.101:8050 Could be a problem in the PDK for .Net framework!
    and i have ensured that the service logon has write priviliges on
    1> windows  Temp
    2> ms .net framework
    3> program files  prt for ms.net
    the installation verification tool
    reports that it did not find the file :
    SAP.Portal.DotNET.RunTime.Installer.dll file
    all other files have verisons 1.2.0.0 or 2.0.0.13

    Possible causes for your issue:
    1. The Portal Runtime for .NET service is not running or installed.
    2. The .NET Runtime Servers Configuration property of 'iViewProcessorService' service is not correct. Check the syntax of server nodes, hosts and ports settings                                                                               
    So did you installed Portal Runtime 2.0 for .Net.                      
    https://websmp107.sap-ag.                                              
    de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700000887162006E     
    Please refer to document as above.                                     
    Regads,
    Fabio

  • Airport extreme configuration problem with Netgear DG834PN

    Good morning,
    I have a problem. I bought an AEBS via the WAN port to connect to my Netgear DG834PN.
    I turned off the WiFi on the Netgear, I connected the AEBS in bridge mode, but with the iMac and other iDevice there are no problems.
    On the contrary my Acer Travelmate (Win 7) does not want to connect ... fact is connected, the card tells me that is connected and has access to the internet, but does not show mewhen I browse any web page, Skype does not connect ...
    Do you have suggestions for configuring the Netgear or dell'AEBS?

    The Windows Firewall may be blocking the connection attempt. I have not used Windows 7, but on an XP machine, the Firewall settings are in the Control Panel. Check to see if this might be the case so you can "Allow" an "Exception".
    The anti-virus software may also be blocking the connection. You may need to turn it off for the configuration, then turn it back on.
    It will often help to try to configure the device using Ethernet, not wireless. Connect a spare Ethernet cable from your PC to one of the LAN <-> ports on the AirPort Extreme. Restart both the PC and AirPort Extreme, then open AirPort Utility again.
    If still no luck, click the AirPort Utility File menu at the upper left hand corner of the screen and select Configure Other. Enter 10.0.1.1 into the address box and "public" (without the quotes) in the password box.

Maybe you are looking for

  • ITunes 10.2.1.1 not able to set german language

    I just upgrade to iTunes 10.2.1.1 and now there is no german word. I tried to change the language in settings but it is still det on german. It seems a problem in this update! Or can somebody say me how to set the language to german?

  • Copy a report

    I have a report which contains many "includes" and I want to copy it to a new report . I get it that we do it by a copy option which we already have . But the issue here is , when I am copying everything including the "includes" it says it is copied

  • Changing Document Titles in PHP

    I am having trouble editing document titles. I'm using PHP, and the template was designed by a developer so I'm hesitant to change it. The template doesn't even have a title, so I'm unsure as to why I'm not able to edit the individual pages. The titl

  • Anybody using MBA OSX able to use "Notes" to Sync with the notes located on a exchange server 2003 pls?

    My company is using an Exchange Server 2003 and Im using both an Iphone 5s and a MBA OSX. All Exchange features are seamless on Iphone (mail, contacts, alendar AND NOTES) On my laptop MBA: - I used to use Outlook for mAc in which the notes were worki

  • Problem navigating folder window Yosemite/Firefox

    Firefox 35.0.1 Yosemite 10.10.2 iMac 27 retina 5k processor : 4 GHz Intel Core i7 graphics : AMD Radeon R9 M290X 2048 MB memory: 8 GB 1600 MHz DDR3 Magic Mouse Computer , Mouse & Keyboard i purchased just over a month ago on Jan 12th in Firefox .....