Agent filter issue with IBM Web Sphere portal 6 , polic Agent 2.2 , AM7

HI We are protecting the user console for websphere portal 6.0.
We have added the agent filter in the web.xml as per
http://docs.sun.com/app/docs/doc/820-3921/gatak?a=view
<filter id="Filter_PolicyAgent">
<filter-name>Policy Agent</filter-name>
<filter-class>com.sun.identity.agents.filter.AmAgentFilter</filter-class>
</filter>
<filter-mapping id="FilterMapping_PolicyAgent">
<filter-name>Policy Agent</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
after restarting when we are hitting the userconsole
http://abc:10038/wps/portal then its showing the HTTP 500 - Internal server error
Belowe are the errors in the webportal logs.
java.lang.ExceptionInInitializerError
     at com.sun.identity.agents.arch.Manager.<clinit>(Manager.java:641)
     at com.sun.identity.agents.filter.AmAgentBaseFilter.initializeFilter(AmAgentBaseFilter.java:189)
     at com.sun.identity.agents.filter.AmAgentBaseFilter.getAmFilterInstance(AmAgentBaseFilter.java:251)
     at com.sun.identity.agents.filter.AmAgentBaseFilter.doFilter(AmAgentBaseFilter.java:36)
     at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:142)
     at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:121)
     at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:82)
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:759)
     at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3177)
     at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:253)
     at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:229)
     at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1970)
     at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:114)
     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:472)
     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:411)
     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:288)
     at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:207)
     at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:109)
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:566)
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code))
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:952)
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1039)
     at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
Caused by: java.lang.RuntimeException: Failed to get configuration file:AMAgent.properties
     at com.sun.identity.agents.arch.AgentConfiguration.setConfigurationFilePath(AgentConfiguration.java:412)
     at com.sun.identity.agents.arch.AgentConfiguration.bootStrapClientConfiguration(AgentConfiguration.java:475)
     at com.sun.identity.agents.arch.AgentConfiguration.initializeConfiguration(AgentConfiguration.java:859)
     at com.sun.identity.agents.arch.AgentConfiguration.<clinit>(AgentConfiguration.java:1136)
Please help, its urgent.

i have followed line to line as per post installation tasks given in sun site. No logs are generated in policy agent. i.e
bcoz policy agent is not at all intercepting the request. do we need to do any thing more to add a filter in websphere 6.1
To give you background:
This is a clustered enviornment and each node has 3 instances [ appserver,nodeagent, websphere_portal]
we have installed the policy agent on each of the instances.
Now when i access the admin interface my policy agent intercept redirect to SSO.
When i access portal instance policy agent doesnt intercept
there are no logs generated in accessmanager or policagent.
Edited by: sat on Jun 29, 2008 11:18 AM

Similar Messages

  • I am having issues with my web module on Lightroom 4 (Mac OS 10.9.5). "an unknown error occurred" while trying to upload to my FTP (no changes in my FTP). Bandaid fix was to export to local folder and upload via Filezilla. However, now that is no longer w

    I am having issues with my web module on Lightroom 4 (Mac OS 10.9.5). "an unknown error occurred" while trying to upload to my FTP (no changes in my FTP). Bandaid fix was to export to local folder and upload via Filezilla. However, now that is no longer working and although upload completes, the URL takes you to a "Forbidden - do not have permission to read this file" page. Lightroom is changing the permissions of each file to 000 instead of 644 for index files and 755 for all others. How can I change the permissions settings in Lightroom?

    I am having issues with my web module on Lightroom 4 (Mac OS 10.9.5). "an unknown error occurred" while trying to upload to my FTP (no changes in my FTP). Bandaid fix was to export to local folder and upload via Filezilla. However, now that is no longer working and although upload completes, the URL takes you to a "Forbidden - do not have permission to read this file" page. Lightroom is changing the permissions of each file to 000 instead of 644 for index files and 755 for all others. How can I change the permissions settings in Lightroom?

  • Our software vendor tells to use FF 3.5.1. because of some printer issues with their web based program. How safe is it to work with FF 3.5.1 in 2012?

    Our software vendor tells to use FF 3.5.1. because of some printer issues with their web based program. How safe is it to work with FF 3.5.1 in 2012?

    Thanks for the reply. I'll have a look at your solution.

  • Deploying applications developed using Jdeveloper in IBM Web Sphere

    Hi
    I want to deploy the applications developed using jdeveloper on IBM Web Sphere. Pl suggest me the procedure
    Thanks
    Satya

    Refer
    Websphere 5.1 and ADF/UIX
    Websphere 5.1 and ADF/UIX

  • Issue with retrieving WebI prompts through VBA SDK

    Hello,
    I am having difficulty retrieving WebI prompt values through my VBA code.  I've noticed that the HasPrompts method works correctly, but when I try to retrieve the actual Prompt name / values, the collection is always empty.
    If (DocumentItem.PluginInterface.hasprompts = True) Then
                    msgbox ("prompts found")
                    msgbox (DocumentItem.PluginInterface.Prompts.Item(1))
                 Else
                    msgbox ("no prompts found")
                 End If
    Any ideas as to why I am never able to see a populated collection of prompts, even when HasPrompts = True ?
    Any ideas appreciated...
    Thanks

    Hi Brian
    It seems that you are having issue with Visual Basic application
    Post your question at the following place:
    Expert Forums » Business Objects SDK Application Development » .NET Development - BusinessObjects Enterprise, BusinessObjects Edge, Crystal Reports Server
    That forum is monitored by qualified technicians and you will get a faster response there. Also, all .NET SDK queries remain in one place and thus can be easily searched in one place.
    Thanks
    Soni

  • Issues with HBR Web Launcher

    I am using EPM 11.1.2.1 and when trying to log into HBR Web launcher, the following error is Displayed:
    "Error logging into Business Rules. The repository has not been configured or you are not authorized to use Busines Rules."
    However, I am trying to log in with admin user and it is already provisioned at HSS with HBR Rules.

    what is the exact error message? Is it
    "An error occurred: Login Failed. Please login again.
    Error Message:Error logging in to Business Rules. The repository has not been configured or you are not authorized to use Business Rules.
    Complete Detail: Detail:Error instantiating implementation class Error instantiating implementation class {0} Detail:null "
    It is an issue with the properties file then you would see something like the following in the easserver.log in <MIDDLEWARE_HOME>\user_projects\domains\EPMSystem\servers\EssbaseAdminServices0\logs
    [EssbaseAdminServices0] [WARNING] [ESSEAS-35502] [oracle.epm.essbase.eas] [tid: 21] [userId: <anonymous>] [ecid: 0000JZ9GXZtFg4WFLzYROA1G4g0R00001M,0] [APP: EAS#11.1.2.0] Version mismatch: server version is 11.1.2
    Cheers
    John
    http://john-goodwin.blogspot.com/
    Edited by: JohnGoodwin on Jul 27, 2012 5:31 PM

  • Full craw issue with specific web application

    We are using SharePoint 2013 Enterprise (15.0.4569.1000). We have public facing (publishing site) with anonymous access enabled on it. While crawling this site we are using default Content Source called "Local SharePoint sites" where we have following
    settings.
    Start Addresses - http://SP2013APPSRV
    Crawl Settings - Crawl everything under the hostname for each start address
    Crawl Schedules - Enable Incremental Crawls
    With this configuration we try to perform Full Crawl of this content source. the status of this content source goes to "Starting" then to "Crawling Full" and after some time then to "Idle" state. The overall crawl duration never
    goes beyond 3-4 minutes. With this if we check the "Crawl Log" screen then except for "Successes" = 1 every other column shows 0 even the "Errors" or "Top Level Errors" column shows no record. Getting into the Success
    items we found that the crawling was only done for the single item which is nothing but the start address that was specified into the content source settings (http://sp2013appsrv). Because of this it seems the crawling is not working correctly to pull all
    the sub contents of the given host URl, instead it only pulls the top level link. There is nothing helpful in Verbose - ULS logs or event viewer either. 
    With further analysis of this we found that this issue only exists with single web application only. Because adding another web application URL into the same Content Source does crawls all the contents properly of that web application but still shows single
    index item for problematic web application. 
    Could someone please help us with this issue ?

    Hi Ajay,
    Based on your description, you have some problems in doing full crawl of a specify web application.
    1.  Check if the crawl account has 'full read' access to affected web application.
    2. Check if allow this site to appear in search results in the search and offline availability in the site setting.
    3. Check if you have
    opened the urlMappings in SharePoint that will hinder the search function crawls. If you add the code as below into the web.config to open the
    urlMappings, it will not crawl the web application.
    <urlMappings
    enabled="true">
      <clear
    />
      <add
    url="~/Home.aspx"
    mappedUrl="~/Default.aspx?tab=home"
    />
      <remove
    url="~/Home2.aspx"
    />
    </urlMappings>
    4.  Try to reset your search index and then do a full crawl.
    The article gives you the details about how to reset your search index.
    Best regards,
    Victoria
    Victoria Xia
    TechNet Community Support

  • Agent determination issue with no error, cant use SWPR?

    Hello gurus.
    We currently have 81 invoices that have workflow status "in process". However, the last line of this status is "agent determination issue". I've assigned the appropriate user in PFOM and i want to restart the workflow item, but i cannot use SWPR.
    Normally it should be in error and you can use SWPR, and that fixes everything- however why is the workflow still "in process" and not in error? and how can i complete the workflow item now that the agent has been assigned? do i just create a new workflow using SWUE and delete the old one? Many thanks.

    Hi,
    OK then try like this , as you said you do not have authorizations to SWI1_RULE right so do teh below steps,
    1. Execute SE37 and execute the fucntion module ALINK_CALL_TRANSACTION.
    2. Now mention the txn name as SWI1_RULE.
    3. Now you should be able to see teh initial screen of the txn.
    4. Now enter teh workitem ID which is in ready state not the top workitem ID, the workitem for which the agent is not assigned. Click F8.
    5. Now choose that workitem ID and click CTRL + SHIFT + F11.
    it should re evalutae the agents, if this is also not determing then make a note of the RULE ID from activity step and open the txn by using the above function module and try to simulate the rule or please let us know what is the rule type.
    Regards
    Pavan

  • Oracle Forms on IBM Web Sphere Application Server  and BEA Application Serv

    Hi,
    Can we run Oracle Forms on top of IBM web phere or Bea application servers?..
    If possible, please give the steps that we need to follow to make it run on them

    I've seen this asked before and the general repsonse was : don't do it , it's not worth the hassle. Apart from anything else you'll still have to pay the license fees for the Oracle Application server ....

  • Issue with viewing SAP Dashboards Portal iView in iPad Safari browser (Mobile)

    Hi,
    I am facing an issue while viewing iViews hosted in SAP Enterprise Portal. I have two iViews -
    1) An SAP BICS Dashboard - Published as an iView in EP. I can see the dashboard in my laptop running properly. It consumes BEx queries (BICS dashboard) in the background.
    2) A BEx query published as an iView (java web format), also able to run and execute from my laptop.
    When I am logging into the portal from IPad Safari web browser I am able to see and run the BEx query iView published in the portal.
    However, for the SAP Dashboard iView, it is showing me a blank page after loading. Is it possible to see SAP BICS Dashboard through an iView in Ipad?
    I need to run the dashboard iView from the IPad as well. It is an urgent requirement
    Would really appreciate your help!!
    Thanks,
    Debtanay
    Message was edited by: Anja Engelhardt

    Hi,
    Don't spend your time to find the reason.
    BI platform content is not supported directly in Safari on iPad or Chrome on Android, only through the Mobile BI apps on these platforms.
    Please see PAM chapter "SAP BusinessObjects BI Platform 4.1 Mobile Clients supported with this release"
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/507d3365-009b-3010-04b0-e5abc8f00c91?QuickLink=index&overridelayout=true&59407987714033
    Best regards,
    Roman

  • Web sphere portal popup windows

    Hi,
    I used this forum before with great results maybe some one can help me this time also.
    I'm working in a Websphere Portal project using JSF and RAD6 to create the portlets. I like the way it works execept when I try to create popup windows. How can I create popup windows that they don't keep context the only one I can create is the HelpView page. Is there a way to call other forms from Helpview like a redirect or something like that or is any other way to create popup windows any help or suggestion will be appreciated.
    Thanks

    i have followed line to line as per post installation tasks given in sun site. No logs are generated in policy agent. i.e
    bcoz policy agent is not at all intercepting the request. do we need to do any thing more to add a filter in websphere 6.1
    To give you background:
    This is a clustered enviornment and each node has 3 instances [ appserver,nodeagent, websphere_portal]
    we have installed the policy agent on each of the instances.
    Now when i access the admin interface my policy agent intercept redirect to SSO.
    When i access portal instance policy agent doesnt intercept
    there are no logs generated in accessmanager or policagent.
    Edited by: sat on Jun 29, 2008 11:18 AM

  • Data Filter issue with

    Hi,
    We have created a document from an Essbase ASO cube.
    A data filter have been created in Essbase ASO Cube. The data filter is 'all Europe Region'. When this data filter is applied to the user and user logs in WA and accesses the document, the below error is produced.
    ========================================================
    Loading this document produced errors.
    Unknown members or dimensions have been removed from the document in an attempt to fix the problem.
    Saving this document now will prevent these errors when the document is loaded again.
    [1033] Native: 1001005 [Fri Mar 06 16:59:20 2009]uxsy9dbt.cos.agilent.com/vip_main/vip_main//Error(1001005) Unknown Member [Americas] in Report
    ==============================================
    With no data filter assigned to the user, the report is fine...
    Tested the same data filter in Excel-addin and there are no issues/error. Is there any setting that needs to be changed in WebAnalysis?

    Following up even thought his is an old issue. Out of the blue my users began complaining their security in Web Analysis had gone awry. Their security in Excel add-in was fine though.
    Most users use a WA Shared Preferences File here. However one user, unbeknownst to me, was able to hard code their userID/password in the "database" connection for the Shared Preference. So anytime another user logged in to Web Analysis, if you open the View Pane to see all the details, the Database user was John Doe - which was wrong, but the WebAnalysis user was John Smith - which was correct. The John Doe user like I said somehow managed to "save" his userID/pwd as the default, which caused all other users to "pass through" to Essbase as John Doe instead of as themselves, which means they were getting HIS filter not their own.
    I wasn't able to figure out how he did that but to fix it I deleted his profile then Edited the Shared Preferences File | Databases tab | highlight database in question and choose Edit | change "Default logon" back to "Use User's ID and Password" instead of "Enter User ID and Password...John Doe|Pwd".
    It works fine now. Users get their same, correct security filters applied whether they go in to Web Analysis or Excel add-in. (In Web Analysis we have it set up to open a report at a certain location depending on their security filters, so this was causing us quite a headache until we figured out what the problem was).
    I opened a case with Tech Support to try and shed light on how the user was able to hard-code their login credentials in to the Shared Preference. Everyone only has Read access to that file, so. ?
    HTH,
    Karen S.

  • Issue with enabling password in portal

    Dear all,
    I have enabled "Logon Problems? Get Support" link in portal, so when they click on Get Support and enter they login id and email click on  submit, they get mails with newly created password.
    now the issue is they do not want mails with password to be sent to they mails. they wanted some security questions on clicking Get Support and when answered correctly, password should be created on the same screen itself without sending mails.
    how to achive this?
    or is there any ways i can restrict user to reset password only once per day through password mailing system.
    Thanks inadvance!
    Edited by: EPADMIN on Feb 29, 2012 9:27 AM
    Edited by: EPADMIN on Feb 29, 2012 10:06 AM

    Hi,
    you can achieve this by doing a custom application on WDJ, not sure any standard config exists or not.
    Develop a web dynpro application and the security question as any existing field (like email) in our UME. verify with UME and then display the password on the screen.
    check this link on UME (java source) properties:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/b5/16c43bdd3da244a1d3372a77b5f83f/content.htm 
    regards,
    mahesh.
    Edited by: maheshchandra.lanco on Feb 29, 2012 4:54 PM(UME link)

  • Issue with office web apps sorry, there was a problem and we can't open this document.

    Hi All,
    i am having issue when trying to open the word file using office web apps farm. i have multi-tier farm (2 wfe, 2 apps and 2 owa). is that something wrong with certificate or the way AAM configured. Can anyone give me some direction please?

    Hi,
    According to your description, my understanding is that you failed to open the word file using office web app.
    Please open the word file using office web app in other SharePoint sites and test whether this issue occurs. Also, please test whether all words have this issue.
    Please reset IIS on the OWA server.
    Please disconnect the SharePoint Farm from Office Web Apps and reconnect it. Then check the WOPIZone and TMG server.
    Please created certificate for your PC and update mappings of IP addresses.
    Some useful posts for your reference:
    https://social.technet.microsoft.com/Forums/office/en-US/fdbf2198-5a62-422a-9015-a65599eabeb5/office-web-apps-2013-sorry-there-was-a-problem-and-we-cant-open-this-document-if-this-happens?forum=sharepointadmin
    https://social.technet.microsoft.com/Forums/office/en-US/154e9673-8227-4913-9f2a-97677e4c5314/sorry-there-was-a-problem-and-we-cant-open-that-document?forum=sharepointadminprevious
    http://sharepoint.stackexchange.com/questions/66013/a-problem-with-a-websites-security-certificate-for-apps
    Best Regards,
    Dean Wang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Security issues with calling web services from within Oracle?

    I'd like to use a trigger to initiate pushing data to a web service, so I thought we should call the web service from PL/SQL in a DBMS job, or perhaps create a .NET stored proc to call the service. Our DB Lead is concerned about security, since the standard model is for clients to call the database, and not for the database to function as a client.
    Does this pose any security risk? Can you refer me to any best practices or articles on this?
    Thanks in advance.
    Edited by: Kit.net on Nov 9, 2010 11:28 AM

    First, a trigger is there to for a single sole purpose - guaranteeing the integrity of the data and the transaction. It is not there to interact with external services and processes (like mail, web and other services). Doing that exposes the transaction to those other processes/services. The transaction can now fail. not because of a business rule validation, but because of a network error when the trigger accesses an external service. How on earth can a business transaction fail when the transaction is valid, but a the transaction's trigger hit an external access error!?
    And what happens do that event you have fired off in the trigger, when the transaction is rolled back? How do you undo that event you have created in the trigger that was based on uncommitted data?
    So using a trigger like this is simply stupid (and yes, I have seen it too often in practice with horrible results to sugarcoat such an idiotic approach).
    As for calling a web service from the database, using the database as the client in such a case. This is not a security risk. This is not unusual. In fact, it is very common in my experience. We have a lot of databases, ranging from SE to EE and several RAC clusters. All of them function as a client at some stage during processing. Some use a db link - and as a client fire off a SQL via that db link to a database server to obtain data. Some use ftp and act as a ftp clients, transferring processed data (XML format) to a server. Some call web services to extract data from 3rd party systems to reconcile the differences between local data sets and 3rd party data sets..
    This is common between server and server. I do not see anything unusual in the database server using another server (and acting as a client when it does). Security between servers should not be a major problem (in fact, it can easily be done in a very robust way using trusted and encrypted communication).
    The problem occurs when a client connects to the server and client and server roles are swapped at some stage (like the server "writing" a file directly to the client's filesystem). This very seldom makes any sense. And this is where authentication and security become an issue.

Maybe you are looking for

  • Sometimes my email headers get crossed with bodies of other emails (next in the list), so how do I stop this from happening?

    We use Thunderbird with the email header list (Inbox, etc) in an upper pane, and the body of the highlighted email in a separate lower viewer pane. We compact files whenever asked by the software. In a long list of emails, I click on one header (at t

  • Filesize [again]

    I am posting this again. Besides the fact that it took me bloody ages to write the first time, I thought it would concern more than a few users. Maybe there's just not enough people using it yet? It is in response to David's article at http://www.ado

  • How to restore previous software on iPad

    I have upgraded to the new software and am not happy about the new sounds. Is it possible to downgrade and get the previous version back?

  • Adding Buttons

    Hi, I've got a JPanel including a few JButtons in a JApplet. All JButtons have an ActionListener (JButton.addActionListener(this);). There is an other JButton. By clicking on this Buttons an new Jbutton should be added to the JPanel and the JPanel sh

  • RW-20019 when installing EBS on ubuntu 9.10

    RW-20019: no install actions have been found for this machine.this message appear when i install the application on Linux ubuntu. i don't know why this error appear this is the /ect/hosts and i work on the second string after i fail also with the fir