Grant permission for pages -- Error when searching for groups

Hello,
I open the permissions of a page or iView. Then above I want to find the "Everyone" group, select Group in the drop down box and click on Start. Then I get the following error message:
java.lang.NullPointerException
     at com.sap.portal.wd.acl.WDAclEditorView.onActionSearchPrincipal(WDAclEditorView.java:230)
     at com.sap.portal.wd.acl.wdp.InternalWDAclEditorView.wdInvokeEventHandler(InternalWDAclEditorView.java:377)
     at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:131)
     at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:72)
     at com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.doHandleActionEvent(ProcessingEventPhase.java:156)
     at com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.execute(ProcessingEventPhase.java:91)
     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequestPartly(WindowPhaseModel.java:161)
     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doProcessRequest(WindowPhaseModel.java:109)
     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:96)
     at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:469)
     at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:52)
     at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doExecute(ClientApplication.java:1388)
     at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doProcessing(ClientApplication.java:1208)
     at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToApplicationDoProcessing(AbstractExecutionContextDispatcher.java:145)
     at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForAppProcessing.doService(DispatchHandlerForAppProcessing.java:35)
     at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)
     at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:93)
     at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToApplicationDoProcessing(ExecutionContextDispatcher.java:114)
     at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:80)
     at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:506)
     at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:526)
     at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessingPortal(ApplicationSession.java:471)
     at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:250)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:698)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:230)
     at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:228)
     at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToRequestManager(AbstractExecutionContextDispatcher.java:192)
     at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.doService(DispatchHandlerForRequestManager.java:38)
     at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)
     at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:93)
     at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToRequestManager(ExecutionContextDispatcher.java:140)
     at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:92)
     at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:104)
     at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.dispatch(ApplicationHandle.java:319)
     at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
     at com.sap.tc.webdynpro.portal.pb.impl.LocalApplicationProxy.sendDataAndProcessActionInternal(LocalApplicationProxy.java:1053)
     at com.sap.tc.webdynpro.portal.pb.impl.LocalApplicationProxy.sendDataAndProcessAction(LocalApplicationProxy.java:292)
     at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1512)
     at com.sap.portal.pb.PageBuilder.SendDataAndProcessAction(PageBuilder.java:358)
     at com.sap.portal.pb.PageBuilder$PhaseListenerImpl.doPhase(PageBuilder.java:2079)
     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseModel.java:219)
     at com.sap.tc.webdynpro.clientserver.phases.PortalDispatchPhase.execute(PortalDispatchPhase.java:52)
     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequestPartly(WindowPhaseModel.java:161)
     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doProcessRequest(WindowPhaseModel.java:109)
     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:96)
     at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:469)
     at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:52)
     at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doExecute(ClientApplication.java:1388)
     at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doProcessing(ClientApplication.java:1208)
     at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToApplicationDoProcessing(AbstractExecutionContextDispatcher.java:145)
     at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForAppProcessing.doService(DispatchHandlerForAppProcessing.java:35)
     at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)
     at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:93)
     at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToApplicationDoProcessing(ExecutionContextDispatcher.java:114)
     at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:80)
     at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:506)
     at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:526)
     at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessingStandalone(ApplicationSession.java:457)
     at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:248)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:698)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:230)
     at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:228)
     at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToRequestManager(AbstractExecutionContextDispatcher.java:192)
     at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.doService(DispatchHandlerForRequestManager.java:38)
     at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)
     at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:93)
     at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToRequestManager(ExecutionContextDispatcher.java:140)
     at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:92)
     at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:104)
     at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)
     at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doPost(AbstractDispatcherServlet.java:61)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
     at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:66)
     at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:32)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:431)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:289)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:376)
     at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:85)
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
     at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:160)
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
     at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:67)
     at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
     at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
     at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
     at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
     at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
     at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
     at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
     at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
     at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:309)
     at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.run(Processor.java:222)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:152)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:247)
This error message comes up no matter with which page or iView I try.
What can I do?

Hi All,
  Can anyone suggest some ways to rectify the error, as i am not able to  find solution for the error in the
forum.
Regards
Prakash

Similar Messages

  • HT1727 How do you grant permission for home sharing and authorizing?  My mac did home share, but now says, "The required directory was not found or has a permissions error", when I try to authorize.

    How do you grant permission for home sharing and authorizing?  My mac did home share, but now says, "The required directory was not found or has a permissions error", when I try to authorize.

    OK, I just got off of the phone with Apple and still no joy. They had me try a few things that did not work, then told me to Archive and Install, which did not either. Anyway, thanks for the additional help very note worthy, but still no joy. Also an email to iTunes Support took me here
    http://docs.info.apple.com/article.html?artnum=93061
    I have a Users/Shared folder but since the files we are talking about are invisible, I can see how it is structured.
    And by the way I tried this one
    http://discussions.apple.com/message.jspa?messageID=3577004#3577004
    and it did not work. However, when I install a fresh copy of Tiger on the external it did authorize the computer and was able to play the downloads. But coping the invisible file to my boot drive was not successful. But , like I said the music did play when I started up from the external. So I guess that may be my only solution, unless someone can tell what the correct directory is and where it for iTunes downloads.

  • Error when searching for entries in secure store

    Hi All,
      I need to assign the certificate in the sender agreement  for signature verification and decrpting. So when i search for entries, i am getting the error as " Error when searching for entries in Secure Store".
    Details of the Error is showing as:
    Service call exception; nested exception is: com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (401) Unauthorized.
    What is the reason for the above error and how to rectify it..?
    Suggest some useful solution
    Regards
    Prakash

    Hi All,
      Can anyone suggest some ways to rectify the error, as i am not able to  find solution for the error in the
    forum.
    Regards
    Prakash

  • Error when searching music in iTunes

    On my iPad (purchased in Los Angeles where I use it) when I have iTunes open and I want to search for music to download, I use the upper-right search window. When I type in an artist's name, say Ray Charles for instance, iTunes shows a long list of options for his music. When I choose any of the displayed items, I get an error message that says "Your request could not be completed. The item you've requested in not currently available in the U.S. Store." I can download any song listed on the front iTunes cover page, but I get that error when searching for any artist. I was on the phone with Apple for over an hour today about this, and I stumped them. Any ideas? Thanks.

    Hi Daniel ...
    Since Apple couldn't figure this out.. I'll give it a shot.
    Tap Settings / General. Turn on Location Services
    Then in General tap Date & Time. Make sure you have the correct time zone selected.
    If nothing above has helped, you didn't mention what troubleshooting Apple suggested so I'm hoping if they didn't suggest you restore the iPad's software, that may help.
    Follow the instructions here on page 139 of the iPad Online User Guide: http://manuals.info.apple.com/enUS/iPad_UserGuide.pdf
    Carolyn

  • Checking Executable Permission for Group

    Hi All,
    Is there a command to check if a file has executable permission for group? I am aware that it can be checked looking at permissions using "ls". But, if the same functionality is implemented in a shell script, is there a command to achieve this? For example, "find" commad with "-perm" option...
    Thanks in advance

    There are several ways to accomplish the task if you want to check a specific file.
    For instance:
    $ touch testfile1
    $ touch testfile2
    $ chmod 740 testfile1
    $ chmod 750 testfile2
    $ ls -l testfile?
    -rwxr-----. 1 dude dude 0 May 13 11:51 testfile1
    -rwxr-x---. 1 dude dude 0 May 13 11:51 testfile2
    $ [ $(ls -l testfile1 | cut -c 7 | grep x ) ] && echo "yes" || echo "no"
    no
    $ [ $(ls -l testfile2 | cut -c 7 | grep x ) ] && echo "yes" || echo "no"
    yes

  • ERROR when repairing permissions: Group differs on "private/etc/cup"

    Hi,
    When I run permissions repair on my Leopard 10.5.4 I get the error message:
    ERROR when repairing permissions: Group differs on "private/etc/cup", Should be 0, group is 26
    Any idea why... It pops up every time I run permissions repair so I don't think it is really getting repaired.
    Thanks.

    Ignore it. It's been reported as a bug and is under investigation.

  • EP Portal "Page Error" when saving address under empployee services

    Hello All,
    We do have enterprise portal for different countries with different role for each country.
    under "Employeeservices ap" role we have different countries like aus , malaysia etc
    when australian employee want to update his address under "Employeeservices ap" role "page error" coming when clicked on save button.
    under the same role , same tab we have diff iviews , but the pagerror coming only when updating address iview.
    under the same role malaysia employee could update the address in the same iview.
    Dont know why it is happening with only one i view and with only one country.
    Please share your ideas.
    Thanks in advance

    iam HR functional consultant , dont much about EP technical side.
    Ah, sorry, couldn't know that
    I'll explain more detailed:
    1. Checking the several Netweaver JAVA Stacks of your components in portal should be the first step. You can do this by going to "http://<host>:<port>/sap/monitoring/ComponentInfo" on your Portal Server and taking a look at the Netweaver Stacks, they will usuall Start with "7.XX' SP XX". The components should all have the same stacklevel excluding Business Packages, XSS Java Components and Connectors. If you are unsure what do to, you should ask your portal guys to update the stacks.
    2. Check whether Business Packages Match with the XSS Java Components and whether the XSS Java Components match with the corresponding Stacks in Your Backend. You can do this using the maintenance optimizer and/or using this wiki which gives a nice overview explanation: https://wiki.sdn.sap.com/wiki/display/ERPHCM/HOWTOGETRIDOFSPSTACKMISMATCHISSUES
    3. Check whether there are any Browser Compatibility Issues (very unlikely..) at https://websmp204.sap-ag.de/pam.
    4. Post the entire log for the error you get. Do this by reproducing the error, then go to "http://<host>:<port>/nwa". From there navigate to "Monitoring", "Protocols and Traces". Select "Default Trace", search for your error, go into detailed View and copy the entire LOG to post it here.
    I hope this is helpful for you now , if you have questions regarding any of that, don't hesitate asking (but please be specific).
    regards, Lukas

  • Page error when saving address in enterprise portal under employee service

    Hello All,
    When saving changes to address in EP portal ,page error showing at the bottom of the screen on browser details tab.
    it shows object expected at line 781
    no error when we saved for  india employe, actually we have different roles in portal
    emp service - ap,(apac region) emp service india etc
    so for emp service india role no error , when i opened emp service - ap we have diff I views under personal info iview we have address
    so please let me know how to rectify it

    iam HR functional consultant , dont much about EP technical side.
    Ah, sorry, couldn't know that
    I'll explain more detailed:
    1. Checking the several Netweaver JAVA Stacks of your components in portal should be the first step. You can do this by going to "http://<host>:<port>/sap/monitoring/ComponentInfo" on your Portal Server and taking a look at the Netweaver Stacks, they will usuall Start with "7.XX' SP XX". The components should all have the same stacklevel excluding Business Packages, XSS Java Components and Connectors. If you are unsure what do to, you should ask your portal guys to update the stacks.
    2. Check whether Business Packages Match with the XSS Java Components and whether the XSS Java Components match with the corresponding Stacks in Your Backend. You can do this using the maintenance optimizer and/or using this wiki which gives a nice overview explanation: https://wiki.sdn.sap.com/wiki/display/ERPHCM/HOWTOGETRIDOFSPSTACKMISMATCHISSUES
    3. Check whether there are any Browser Compatibility Issues (very unlikely..) at https://websmp204.sap-ag.de/pam.
    4. Post the entire log for the error you get. Do this by reproducing the error, then go to "http://<host>:<port>/nwa". From there navigate to "Monitoring", "Protocols and Traces". Select "Default Trace", search for your error, go into detailed View and copy the entire LOG to post it here.
    I hope this is helpful for you now , if you have questions regarding any of that, don't hesitate asking (but please be specific).
    regards, Lukas

  • IView not found error when searching

    Hi,
    We see the below error when trying to do any search on the EP6 SP14 portal.  The search function was working, but now we see this error.
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    iView not found:
    pcd:portal_content/every_user/general/eu_role/com.sap.km.home_ws/com.sap.km.hidden/com.sap.km.urlaccess/com.sap.km.basicsearch.
    Exception id: 01:29_09/03/06_0003_1786050
    See the details for the exception ID in the log file
    The search functionality was working last week. The
    com.sap.km.basicsearch iview is there.
    Any help is greatly appreciated.
    Regards,
    Rick

    Rick,
    Goto the Physical location of the iView and see whether the iView exists there. If yes, then right-click on it and select 'Preview' and then try to enter anything and say Search. Do you get the same error message here also.
    Or create your own iView from the par(basicSearch iview) and try to search from your own iView also. Let me know the results.
    Regards
    Vaib

  • Page error when first accessed

    When I access a page as a public user, I receive the following error for each portlet on the page:
    Error: The request for content either timed out, or produced an error, after 0 seconds.
    When I reload the page, everything looks fine. Any suggestions?

    I had the same errors. What worked for me was making sure I used the following url when referring to the page:
    http://host.mydomain.com/pls/portal30/url/page/PAGENAME

  • Pages error when opening .doc file

    I've recently installed Snow Leopard, but I'm still using Pages 2/iWork '06.
    Before I installed SL, I had the same version of Pages installed for my own work as well NeoOffice to open any .docs I was sent.
    Although I normally used NeoOffice for those .docs, Pages would still open any .doc file, but would normally not display it correctly.
    Since installed SL, I've also installed Pages, but not NeoOffice. I want to open a .doc file with Pages, but when I try to do so, I get an error message, which reads:
    Pages quit unexpectedly while using SLCompatibility plug-in.
    Click Reopen to open the application again. Click Report to see more detailed information and send a report to Apple.
    If I click 'Reopen', Pages opens, but the .doc file doesn't. If I click 'Ignore' (another button), Pages closes.
    The same error and crash occurs whatever .doc file I try to open. It's not just one file.
    I don't know what SLCompatibility plug-in is, those SL could be Snow Leopard.
    Does anyone know what the problem is and how I can fix it?
    Thanks in advance,
    Jonathan.

    Thanks for the reply.
    I'm running 10.6.2 -- I'm not sure what you mean by 'combo' update, but I updated my new installation of SL yesterday with all the updates that software update could find.
    My Pages is version 2.0.2.
    I deleted the specified file, then repaired permissions, but I'm still having exactly the same problem.
    Some .doc files say:
    Pages quit unexpectedly while using SLCompatibility plug-in.
    Click Reopen to open the application again. Click Report to see more detailed information and send a report to Apple.
    Some others say:
    The document "xxxxxx.doc" couldn't be opened
    Do you have any more ideas what's going wrong?
    EDIT: Should I remove the Arial .tff fonts which have minor problems according to Font Book? I don't know much about Font Book. If I remove them, will I still be able to use Arial? I don't want to permanently delete Arial.
    Thanks,
    Jonathan.
    Message was edited by: j.mercer

  • Runtime error when searching ituens store

    How do I fix a runtime error when I serch in itunes?

    Hi All
    Apologies for the spelling errors in my post above. Careless of me to have posted in a hurry. Did not realise it is not possible to edit posts after a certain time (well for newbees) - which in my case was taken up by a "Please wait while we update the site" message from the forum. Well alteast I have managed to include a screenshot of the error below.

  • Page error when clicking on #hashtag in feed

    I've got an issue where if I click on a hashtag in a site feed to see the conversations, I get the below error.  I'm not aware of any special permissions needed?

    Below are the lines I believe relating to this problem.  I'm not finding anything specific in the forums about this as yet.
    03/19/2015 09:12:14.46 w3wp.exe (0x1BF0) 0x1578 SharePoint Foundation General 8nca Medium Application error when access /_layouts/15/HashTagProfile.aspx, Error=Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) at Microsoft.SharePoint.SPGlobal.HandleUnauthorizedAccessException(UnauthorizedAccessException
    ex) at Microsoft.SharePoint.Library.SPRequest.GetAclForCurrentWeb(String bstrWebUrl, Boolean fRequirePermissionCheck, Object& pvarRawAcl, UInt64& lAnonymousMask) at Microsoft.SharePoint.SPWeb.GetReusableAcl(Boolean requirePermissionCheck, Boolean useCache)
    at Microsoft.SharePoint.Publishing.AclCache.AddAclIfNecessary(Guid scopeId, SPSecurableObject o) at Microsoft.SharePoint.Publishing.CachedArea..ctor(PublishingWeb area, String id, String parentId, CachedUserResource title, String url, CachedUserResource description,
    CachedObjectFactory f...
    03/19/2015 09:12:14.46* w3wp.exe (0x1BF0) 0x1578 SharePoint Foundation General 8nca Medium ...actory) at Microsoft.SharePoint.Publishing.CachedArea.CreateCachedArea(PublishingWeb area, CachedObjectFactory factory, String parentId) at Microsoft.SharePoint.Publishing.CachedObjectFactory.CreateObject(PublishingWeb
    area, String parentUrl) at Microsoft.SharePoint.Publishing.PublishingPage.IsPublishingPage(SPListItem sourceListItem) at Microsoft.SharePoint.Publishing.CachedListItem.CreateCachedListItem(SPListItem item, SPListItem alternateItem, Boolean parentIsWeb, CachedObjectFactory
    factory, List`1& fieldInfo) at Microsoft.SharePoint.Publishing.CachedObjectFactory.CreateListItemFromUrl(String url, SPWeb contextWeb, Boolean enableCheckedOutItem) at Microsoft.Office.Server.Search.WebControls.SearchServerRenderer.GetCachedItemFieldValue(CacheManager
    cacheManager, S... e811f49c-94b6-80f3-96a8-0040502c8b9a
    03/19/2015 09:12:14.46* w3wp.exe (0x1BF0) 0x1578 SharePoint Foundation General 8nca Medium ...PWeb web, String itemUrlLink, Guid itemFieldId) at Microsoft.Office.Server.Search.WebControls.SearchServerRenderer.GetCachedItemFieldValue(String itemUrlLink, Guid
    itemFieldId) at Microsoft.Office.Server.Search.WebControls.ResultScriptWebPart.get_SelectedProperties() at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext() at Microsoft.Office.Server.Search.WebControls.ScriptWebPart.Union[T](IEnumerable`1 all, IEqualityComparer`1
    comparer) at Microsoft.Office.Server.Search.WebControls.DataProviderScriptWebPart.get_SelectedProperties() e811f49c-94b6-80f3-96a8-0040502c8b9a

  • THERE IS A RUNTIME ERROR WHEN SEARCHING IN THE ITUNES STORE. R6050

    I have windows vista OS. i-tunes 10.6. when searching on the itunes store, there is a Runtime error R6050 and itunes shut down. Anyone can help with this error? I have tried to reinstalled the program already, same problem.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    You have to close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • How to correct Java error when searching Google

    I get the following error when I click on a search result from Google. I do not get the same error when I search Yahoo. I do not get this error when I search Google using Internet Explorer.
    Error: Debug Error:[Exception... "Node was not found" code: "8" nsresult: "0x80530008 (NS_ERROR_DOM_NOT_FOUND_ERR)" location: "chrome://ffamazonhot/content/lib/Extension.debug.js Line: 366"]
    == URL of affected sites ==
    http://www.google.com
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Win64; x64; .NET CLR 2.0.50727; SLCC1; Media Center PC 5.0; MDDC; .NET CLR 3.5.30729; .NET CLR 3.0.30729)

    This seems to be caused by an extension. Try using [[Safe Mode]] to disable all your add-ons, then re-enable them one by one.
    See also [[Troubleshooting extensions and themes]]

Maybe you are looking for