Problem viewing locally registered portlets

Hi,
Over the last few days, we have ben facing problems accesing locally registered Providers.
On trying to view a portlet, Internal Server Error 500 pops up on each portlet.
The application log is as:
06/11/01 07:02:39 portal: id=86473141267,1 Invalid status code encountered : status=500 reason=Internal Server Error name=content-fetcher160
label=webPortlet url=http://IP:PORT/<APP_CONTEXT>/providers/<NAME_PROVIDER>
time=1054ms content=<HTML><HEAD><TITLE>500 Internal
Server Error</TITLE></HEAD><BODY><H1>500 Internal Server Error</H1><PRE>java.lang.IllegalStateException: IOException: Read timed out<br> at
com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.EvermindHttpServletRequest.getParameter(EvermindHttpServletRequest.java:2452)<br> at
oracle.webdb.provider.v2.utils.http.ProviderRequestWrapper.getParameter(Unknown Source)<br> at oracle.webdb.provider.v2.adapter.SOAPServlet.service(Unknown
Source)<br> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)<br> at com.evermind[Oracle Application Server Containers
  for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)<br> at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown
Source)<br> at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)<br> at
com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)<br> at
com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)<br> at
com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)<br> at
com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)<br> at
com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)<br> at
java.lang.Thread.run(Thread.java:534)<br></PRE></BODY></HTML>
Tried setting the log level to 7 in the web.xml in my local provider, but the error log remains as it is.
Any idea what could be causing this.
Regards,
Mukta

It appears to be a problem on only one computer. Works fine on my other Mac.
So there must be something different about either this Mac, or this account. Arrg.

Similar Messages

  • Unable to view local HTML content from "Help Content Only" SSL  iFrame

    Hi
    Can anyone confirm whether it is possible to view local HTML files within an iFrame when generating Help Content Only SSL content which is also locally deployed?
    I have had no problem viewing local html files from within an iFrame with a locally viewed Browser-Based Help project but despite trying a number of variations on the syntax, I simply cannot obtain the same result from a Help Content Only SSL that is then incorporated within a merged help system. I can however create hyperlinks to view local content using the following syntax (file:/C:\folderName\fileName.html - the only drawback for local preview is that you must right-click and select "open in new tab"). Essentially, I am trying to eliminate the requirement to have to right-click and open in new tab to view local html files.
    The project I am working on is deployed both locally and remotely and this whole process is necessary for emergency management and business continuity purposes.
    I hope my explanation isn't too convoluted and would be glad to clarify it further if required. I would appreciate any assistance!

    Hi John
    I appreciate you and Peter obtaining this  information from Adobe and I appreciate your continuing patience in  trying to understand what I am doing.
    I will start  from the beginning and hopefully clarify my process when deploying my  application locally (my remote process differs somewhat but is not  germane to this discussion). Obviously this will contain some repetition from previous posts but I hope it helps...
    The project itself integrates content created from Adobe RoboHelp with content created within Adobe Dreamweaver
    First, I should mention that I am using RoboHelp 8 as I don't believe I have addressed which version I am using. There's nothing particularly unusual about the project itself.
    Utilizing Dreamweaver I have created a self-contained HTML-only (no server-side functionality) website which is placed at the root level of the C: drive
    Within the RoboHelp project I create a hyperlink to access the local HTML files from the RoboHelp topic pages. The process I use to do so is from within the HTML view of the specific topic page and I use the following file path: "file:/C:\folderName\fileName.html". The only end-user requirement is that they must right-click and select "open in new tab", otherwise the link does not work. Please note, this is ONLY required for accessing the local HTML files.
    I output my RoboHelp project using the Adobe Air SSL, with the output type set to "Help Only Content" which creates the .rha files. I utilize multiple .rha files within my project as each .rha file constitutes a module specific to an individual municipality (in my particular instance)
    I use the Help Viewer Wizard from the RoboHelp "Toolbox" pod to create what I refer to as the "shell" .air file. Once the "shell" .air file created from the Help Viewer Wizard is  installed, it creates a shortcut on my desktop.
    I place an XML .helpcfg file within the directory on C:Program Files where my "shell" .air file has been installed to reference each .rha module which must be placed at the root level of the C: drive in order to be properly referenced by the .helpcfg file
    By double-clicking on the desktop shortcut created in Step 6 it opens the "shell" module which, in turn, loads in each individual .rha file which can be accessed individually from the drop-down menu in the top-right corner
    Why do I do it this way?? My organization severely restricts admin privileges on our workstations. We have one IT person / several hundred officers so I needed to create a system where the only time we need IT assistance is in the initial installation of the "shell" .air file created from the Help Viewer Wizard and placement of the .helpcfg file within the C: Programs folder. Once this is done, because the .rha files are on the C: drive, I can swap these out and update as necessary (we currently have an annual renewal cycle) and we require no further IT intervention. The local system I have just described has hyperlinks to the online browser-based help so that users can also access it and see any content updates made throughout the course of the school year
    Having said all that, based on the model I have just described, I have been trying to create iFrames from within my RoboHelp 8 topic pages (placed on my C: drive) to access the local HTML Dreamweaver site (also on my C: drive). The problem I have been having is that the resultant iFrames display only a blank white page and I have tried a number of variations on the syntax of the file path without success.
    The process I have been using to create the iFrame is as follows:
    In Design view, select Insert >> HTML >> iFrame
    In the iFrame dialog box, provide a name for the iFrame and then navigate to the local file on my C: drive level Dreamweaver HTML-only website that I want to link to.
    Click "Apply" and from the resulting dialog box states that "This action will create an external link to the help system... Do you want to continue?", I click "Yes"
    The resultant file path is "../../../../../folderName/fileName.html" which obviously won't work but I have created the iFrame and now I switch over to HTML view and insert the file path that I have been using for the hyperlinks ("file:/C:\folderName\fileName.html"). I also modify the width to 100% and the height to 1000 px
    The user is not being directed to a different domain. So, if as Adobe states, that iFrames are "supported in local AIR Help (.rha) as well" then I don't know why it will not work for me. Again, this is the file path that allows me to create a hyperlink which will access my local Dreamweaver HTML files: "file:/C:\folderName\fileName.html" so if that syntax works for a hyperlink, why will it not work for the iFrame?
    The videos I referenced are also contained within the local Dreamweaver HTML site
    My usage of the term "merged help" may have been unclear and hopefully steps 1-8 outline what I am doing
    Again, I am very grateful to all who have joined this discussion to try to help me! I think it should be manifestly evident by now that I am self-taught and basically that's the only excuse I can offer in my defense for my poor articulation. Not too many years ago I wanted nothing whatsoever to do with computers!

  • Problem with Local DCs View in NWDS 7.0

    Hi!
    I' ve got a problem with Local DCs view in NWDS: None of the standard-DCs (BI_MMR, BI_UDI, CAF a.s.o.) can be expanded and show their content. I already reinstalled IDE, but without success.
    Has anybody got an idea?
    Thanks a lot in advance!
    Regards,
    Thomas

    Hi,
    This is due to some files missed in Local development.
    Let me know Are you able to see <b>.confdef, .syncdb</b> and <b>buildvariant.config </b> files under Local Developement.
    If you are not able to see, UnInstall your NWDS, Remove Local developement under .dtc folder, then Re-Install NWDS.
    Hope this will help you.
    Thanks & Regards
    Vasundhara

  • Problem with Local DCs View in NWDS

    Hi!
    I' ve got a problem with Local DCs view in NWDS: None of the standard-DCs (BI_MMR, BI_UDI, CAF a.s.o.) can be expanded and show their content. I already reinstalled IDE, but without success.
    Has anybody got an idea?
    Thanks a lot in advance!
    Regards,
    Thomas

    Your setup might be incomplete: The SAR file extraction creates very long paths on your filesystem. If you do not extract to the rootfolder of disk, chances are the paths become too long and the installation exits, without any warning.
    If this is not the cause of your problem, check if the .dcdef files for the local DCs (plugin com.sap.tc.ap if I'm correct) were copied during installation.

  • Facing problem working with remote portlets

    Hi,
    I have a usecase where in i created a WSRP producer containing 2 jsr168 portlets. This producer application contains a form based security configured for the default role PortalSystemAdministrator(weblogic/weblogic).
    I am have a consumer application which consumes these portlets. This application too has form based security configured for the default role PortalSystemAdministrator.
    What i have done in the above application is created a SSO scenario, where in once i login in through the consumer application, the user information is passed along to the producer through the configured WSRPIdentityAsserter token, thereby forming a trust between the producer and consumer application.
    This scenario works perfectly fine as expected and i am able to view the remote portlets through the consumer.
    Now i have deployed another j2ee application in the same portal domain. This application resulted in a custom realm created and a set of custom authentication providers within it.
    So now the current situation is that active realm in the new custom realm, and it contains 4 custom suthentication providers. Here i saw the WSRPIdentityAsserter missing from the list so from the admin console i configured WSRPIdentityAsserter.
    But when i try to run the same consumer application, though it lets me login in using the same credentials (weblogic/weblogic), it fails to propagate the principal values across to the producer application.
    Since in my producer portlet i have a code "request.getUserPrincipal()" which now results in a null value.
    When i used the "/monitor" context to check for the flow of soap messages between the consumer and the producer i can see the header containing the Saml token and "weblogic" as the user name.
    And the most wired part about all this is, when i was reading through the weblogic documentation for wsrp, i encountered something related to <enable-local-proxy> value within wsrp-producer-registry.xml. By default this value is set to false. And the things worked well earlier with this default value as explained above. So just to give a shot at trying things i set this value to true and i was able to view the portlets correctly.
    But i am still yet to find a solution to the problem as stated above with the <enable-local-proxy> set to its default value(false), since it worked well earlier.
    So i am pretty clueless as to what would be going wrong here. Is it that since the new custom relam is now active i need to make some sort of changes in regards to the WSRPIdentityAsserter configurations.
    I tried googling for a long time, but failed to get any relevant help on this problem.
    Can someone please throw some light on this.
    Thanks,
    Vikram

    Deepak,
    I dont think that would be an issue since, my scenario worked well with the default realm (myrealm) and the default user (weblogic/weblogic). In that case i suppose it used DefaultAuthenticator for authentication and WSRPIdentityAsserter for passing the information from the consumer to the producer.
    But after deploying this other J2ee application on the same portal domain, which resulted in a new security realm being created and few custom authentication providers added.
    So now the situation is when i try to run the above consumer application, though it lets me login but it does not pass the login credentials (principal) to the producer application (which is earlier did through the WSRPIdentityAsserter). Since my code in the producer portlet (request.getUserPrincipal()) results in null value.
    Checking through the "/monitor" context shows that the consumer is passing the login credentials through the saml tokens within the SOAP header. But either it is not reaching the producer application or then there is some other reason due to which the producer application is failing to trust the consumer and provide the secure data.
    Please can some one help me on this.
    Thanks,
    Vikram

  • Problems viewing Palladia HD channel

    Very recently, I am having problems viewing the Palladia HD channel.  I can view the channel for a few seconds, but then I get a pop up on the screen that my set top box can view the channel and I need to upgrade my STB. (I can view other HD channels just fine).  I follow the on-screen instructions for upgrading the STB and it tells me that my STB is up-to-date.  Anyone else run into this problem?

    Woburn Mass Fios customer.
     I had received the same screen message "setup box can not view the channel,need to upgrade the sdp box. I clicked the on screen ok and response was my box was up to date.
    I called Verizon tech support today and talked with an engineer, he was unaware of the issue or error message. I told him what I had read here (model numbers QIP6200, mpeg4 format ,etc) but nothing registed with him. I calmly described the issue, the screen notifications and the response, he said he can only help if I have a technical problem and any box upgrades are handled by billing. transfered to billing, explained it, again, again never heard of it but they did find a tech who understood the problem.
    Once I was connected with this tech (Jerry) , he understood and said a new box is on its way, the old 6100 series could not handle the new format and the new box would be a 7100 version 2. He said that the local provider is switching the channel format to a better stream method so that bandwith method would be reduced with no quality concerns over HD picture. . He also said that the conversion of most channels will occur within the next year or two and that there are other channels like Palladia that would require the new box. I've only run into this error with Palladia on my system at this time.
    I asked him why some people I talked to earlier did not know anything about this issue and he said they must have been new and the box limitation was known for at least six months.
    Suggestions to Verizon:  Perhaps an internal tech alert may or should be in the works.
    Also fix the on screen automated help menu's as if it worked, I would have had a box on its way a week ago without spending an hour of my life talking to customer service today. It wasted their and my time.
    Note to billing person, your system must be slow but the minutes of silence while you checked out my account had me wondering if I was on hold or mute. Introduce either background music or some verbal communications letting me know each step of the way would be nice.
    Also no offers of free movies or other special deals. I'm hurt as you guys usually rock with the offers.

  • Error when Refresh Data on Webi from Infoview with Preferred viewing locale

    Hi,
    I am getting an error -"An internal error occured while calling 'processDPCommands' API. (Error:ERR_WIS_30270).
    All the universes are translated to German using Translation Manager. I get the above error only when ' Preferred viewing locale' is set to 'German' otherwise the Refresh Data button works fine when the Preferred vieiwng locale is 'Use browser locale'.
    As per the note 1352299 the settings on the Webintelligenceprocessingserver from CMC is adjusted and the heapsize is also adjusted but still the issue is coming up.
    Could anyone please help to resolve this error.
    Thank you & Regards,
    Anima

    hi,
    I have faced this problem earlier and took lot of time for Root Cause Analysis and fixed the issue.
    Root Cause for some of the objects not being translated is provided below:
    If two objects has same translation in German, obviously Universe will not progress further for translation.
    for e.g.
    Objects in English and German
    1.Country  -> de county
    2.Land -> de county
    from the above example, two distinct objects in English have same German translation which makes Universe not accepting the duplicate objects within the same class.
    Similarly, you need to figure out these duplicates at Class/Object/Condition/Hierarchy levels in translated XLIFF file.
    Duplicates can be identified by opening XLIFF file in Excel and use Data Filters etc... This is a manual task.
    Then for identified duplicates provide Other names in XLIFF file such that Universe accepts them.
    For e.g. the above scenario can be solved by adding a trailing space to the 2nd translated object. Adding space is best option because meaning will not be changed w.r.t end user there by eliminating duplicates.
    Regards,
    Vamsee

  • Problem in Sales Register  in XL Reporter

    Hi Experts
    I have a problem in Sales Register. It show double quantity and linetotal in most of invoices. I search a lot but could not find the problem. When I compose a new sales report from Sales AR module , here it show the same error, double qty and amount. Anyone who is using this report plz tell me the problem.
    problem is like this
    correct Report
    Doc number   docdate         Item     qty linetotal
    1                    10/4/2009       p001  2      2000
    2                     12/4/2009      p002  3      2500
    But XL Report show like this
    1                     10/4/2009      p001   4     4000
    2                      12/4/2009     p002   6      5000
    Plz give your views
    Regards
    Gorge

    Hi Gorge,
    I am facing the same problem with stabdard report on SAP B1 2007 b, PL 10
    even a thread is posted in the forum (reports and printing) but got no solution
    Can you tell me how you have solved the problem
    I would appreciate if you can share the solution.
    thanks and regards
    Kumar

  • URL for viewing local files

    I'd been using Browserlab successfully today, viewing local files from Dreamweaver CS5. I logged out and then returned later in the day and am now having problems as the Browserlab window is failing to  automatically load the local file's URL in the box at the top of Browserlab screen (the URL box just stays blank. Can I manually input the local address and if so can someone advise the general format. I assume something like http://localhost/.... Obviously I will need to input my own file names, but just need the root URL/general format for viewing local files.
    Thanks

    Hi flowersplash,
    Thank you for your interest in BrowserLab.  Please check to see if you have the BrowserLab web site open in another browser or browser tab.  You should only have one instance of BrowserLab open at a time.  You might also try restarting your browser (all instances) and Dreamweaver and if that doesn't work, the OS.
    BrowserLab currently only allows you to specify local or firewalled URLs from Dreamweaver.  Directly inputting a URL into the BrowserLab testing interface will test the page from the perspective of a person elsewhere on the Internet.  Open the site you want to test in Dreamweaver LiveView, select "Local" in the BrowserLab Panel in Dreamweaver and click the Preview button.
    Cheers,
    Josh

  • Problem viewing online bills etc

    I am having problems viewing my online account - for the the last two weeks I have been unable to view any of my details - the webpage says "thankyou for registering blah blah your billing details will be available in 3 days"
    I have called up and spoke to someone who said "yes, we are aware of the problem - keep checking back and all will be resolved" it hasn't been and now I have had an email telling me my latest bill is available - but I cannot get access because of the above problem - please can someone advise...............
    Thanks,
    Sean

    Hi Snowball,
    Sorry that you have had a problem with your online bill.  I can get this sorted for you.
    Could you drop me an email please with your bt.com username, account and telephone number please?
    Just send to [email protected]
    Cheers
    Craig
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)”
    td-p/30">Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Problem with local editing after update to SP13

    Hallo,
    we have updated our Enterprise Portla 7.00 to SP13. Now many user have Problem with local editing. The error message is "The download of the document fail".
    I know that every PC needs the "Docservice" Active X component installed. The "Docservice" is also installed.
    At my PC theres only this problem with "html" documents.
    What could be the problem. ?
    Please help.
    Many thanks
    Ronald

    We found that there is a problem with the Docservice Active X Component.
    If we work in a deeper folder there is a problem with the length of the url. I changed the TEMP Setting
    "Setting a different TEMP directory:                                     
    In cases that it is problematic to use the standard %TEMP% directory,   
    setting the environment variable SAPKM_USER_TEMP pinpointing to a       
    corresponding directory path (e.g.                                      
    X:\SHARES\USERS\xxx\CheckedOutDocuments) will be also supported. If the 
    access to that directory fails the standard %TEMP% directory will be    
    used as fallback."
    I used "C:\TEMP" and now it works.......  but this cant be the solution....
    thans Ronald

  • Problem with Local Intranet in IE 11

    Hi
    We are experiencing a strange problem with Local Intranet in IE 11. We have a public company site which has been put into the Local Intranet site. The site contains content from 3 internal sites, which of course are part of Local Intranet per default.
    Sometimes when I refresh the public company site I receive a security warning because IE says it's between zones.
    Why? :-)
    Might this be an issue because the 3 internal sites aren't hardcoded into Local Intranet through policy?
    Lasse
    /Lasse

    Hi Lasse,
    I would like to know if this issue happened in all user's IE browser.
    Meanwhile,please post the screenshot here
    so that we can help you analyze the issue.
    Regards,
    Kelvin Xu
    TechNet Community Support

  • Problem viewing some webpages

    Hey
    Looking for some help with my macbook. I have been having problems viewing videos on youtube and i'm unsure of the problem. When i try to view a video it comes up with this message.
    "Hello, you either have JavaScript turned off or an old version of Adobe's Flash Player. Get the latest Flash player."
    Also youtube doesn't look right. It looks like it is all in some kind of basic format with no graphics, ads, pictures etc. (Im not particularly computer savvy)
    I've checked my all the settings are correct in preferences, i've updated flash player and made sure all other software is up to date and still no joy!
    I had no important data on my macbook so i wiped it and reinstalled the OS and updated everything again, it still hasn't sorted the problem.
    Im unsure what to do next, any ideas would be much appreciated.
    PS i recently had someone's external hard drive plugged in to it, could i have got some virus from this??

    Thanks for the swift reply greg.
    I assumed it probably was not a virus but i thought i'd check anyway. Thats pretty much the reason i bought a mac.
    I checked the preferences and JavaScript was already enabled and all other boxes checked also. It only seems to be youtube thats the problem so far although i have not been on many other websites since.
    My internet connection is not particularly fast, i am using my college wifi network and it can often be very slow. I usually need to let videos load for a couple of minutes before i can watch.
    I have had the Macbook for about a week and have been using it regularly. The problem only started yesterday. I also carried out all my apple updates yesterday, i'm not sure if this is what has led to the problem??

  • Problem viewing forms.This form is not supported with the current version of Adobe Reader.Upgrade to the latest version for full support. That does that mean exactly?

    Problem viewing forms.This form is not supported with the current version of Adobe Reader.
    Upgrade to the latest version for full support.
    What exactly do I need to do?

    That means you were probably using Adobe Acrobat to view PDF's. Acrobat is totally unnessary, you can view PDF's in Preview (Applications - Preview).
    BTW PLEASE complete your profile. It's very difficult to help  someone when they don't provide any information about their system. You can easily do this by clicking Your Stuff in the upper right of this page, then click Profile and fill in the pertinent information.

  • I am having problems viewing CR2 files

    Hi,
    I using windows xp service pack3. I used before about 2 years and I never had problems, but now when I uninstall adobe photoshop cs5  because I could not see CR2 files in adobe bridge I tried install again about 3 times and unsuccessful, could you help me please.
    Kind Regards
    Vygis
    Date: Tue, 12 Jun 2012 16:55:49 -0600
    From: [email protected]
    To: [email address removed by host]
    Subject: I am having problems viewing CR2 files Installing Adobe Photoshop cs5
    Re: Installing Adobe Photoshop cs5 created by Jeff A Wright in Downloading, Installing, Setting Up - View the full discussion
    Were you experiencing this message prior to removing Photoshop CS5 Extended?  If not what prompted you to reinstall?  Finally what version of Windows are you using?
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Re: Installing Adobe Photoshop cs5
    To unsubscribe from this thread, please visit the message page at Re: Installing Adobe Photoshop cs5. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Downloading, Installing, Setting Up by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

    Are you receiving an error when installing or are you unable to view your CR2 files once Photoshop is installed?

Maybe you are looking for