Weirdest Bug ever .... (on most of all default view)...

Hi,
I'm looking for help as I keep receiving call from user saying that there list item or document Library cannot be displayed.
Since this morning, most of all my document Library or Lits items
default view are broken. By broken i mean that there is an error message saying that the webpart cannot be displayed (needs to be opened with an HTML editor ...)
All other views work correctly. If i create a view
using the broken view it also works !
To fix this up, i need to open the default view (the broken one) with SharePoint designer. Then i click on save and if I refresh the webpage it works perfectly.
We did not install any update recently and on the top of that this bug occurs also on other environment (DEV for example) but not on the same lists ...
The correlation ID doesn't give information to me. I post the screenshot in case someone see something i missed.
Any help would be highly appreciated.
Regards

Hey infoada33
lets go step by step :-
Co relation ID :-
First lets make sure to enable verbose logging from central administration, second regenerate the issue and copy the correlation ID, then open powershell and then type in the below command which will merger the logs for review (you have to type in your correlation
id in the below command )
PS C:\> Merge-SPLogFile -Correlation 5a4c859c-596b-9010-0000-01793103c9b6 -Path c:\mergedlog.txt
Second :- Is the issue happening on all the site collection ?
Try to create a page and then add the document libraries and check if that resolved the issue.
Satyam
Hi
I use sharepoint Logviewer to get information about correlation ID. Next time i'll try you method to see if i have more information.
Thank you

Similar Messages

  • Weirdest bug ever???

    So I have 4 java files/classes: llistnumbernode, dllistnumbernode, llist, and dllist. The first two define nodes in a single and double linked list, and the second two implement those nodes into a list (with insert/delete methods etc).
    Everything works perfectly fine. Except when I do this: Open up llist.java (single linked list) -> press space bar -> delete space -> save -> compile, errors:
    .\llist.java:20: name clash: getValue() and getValue() have the same erasure
    public Object getValue(); // get stored KEY value
    ^
    .\llist.java:21: name clash: getNext() and getNext() have the same erasure
    public node getNext(); // get next node
    ^
    .\llist.java:22: name clash: setNext(llist.node) and setNext(llist.node) have the same erasure
    public void setNext(node l); // set next node
    ^
    .\llist.java:23: name clash: compares(llist.node) and compares(llist.node) have the same erasure
    public int compares(node l); // compare values
    ^
    .\llist.java:24: name clash: toString() and toString() have the same erasure
    public String toString(); // for printing
    ^
    5 errors
    Now here's the REALLY weird part:
    Open up dllist.java (double linked list) -> press space bar -> delete space -> save -> compile:
    NO ERRORS??? EVERYTHING works fine after that...?? What the heck? It compiles/doesn't based on which file was saved last??
    Normally I wouldn't care, but I don't want something weird to happen when my professor tries to compile this and it won't run.
    Relevant code (the 5 methods with the "erasure" errors):
    public class llist {
         public interface node {
              public Object getValue();
              public node   getNext();
              public void   setNext(node l);
              public int    compares(node l);
              public String toString();     
         // blah blah, long code, insert/delete methods etc
    public class llistnumbernode implements llist.node {
         // blah blah, constructors and stuff
         public Object getValue() {
              return element;
         public llist.node getNext() {
              return next;
         public void setNext(llist.node l) {
              next = l;
         public int compares(llist.node l) {
              // blah, some long code
         public String toString() {
              return element.toString();
    }Signatures of 2 double linked list classes:
    public class dllistnumbernode extends llistnumbernode implements dllist.node
    public class dllist extends llist---
    The point of this assignment is to learn about inheritance and interfaces, etc. My program is working fine except for this bug depending on which file was saved last. So, dllist is supposed to re-use those 5 methods defined in llistnumbernode. Unfortunately, we're not allowed to re-define them. So I'm stuck trying to fix this phantom error.
    Anyone know what's going on here??

    dcaudell wrote:
    People who build projects of any significant size tend to use tools such as Ant, make, as well as IDEs (Eclipse, Netbeans), not to mention myriad other tools. It's important that you understand what these tools are doing for you (kind of like its important to know how to do long division before you start using a calculator), but once you start using them, they will help prevent this kind of problem.
    Having said all that, you certainly will run into this kind of problem from time to time regardless of what tools you use, and the important trick is to be able to distinguish between a bug in your code and a bug in your build. This is why most of these tools have a 'build' function and a 'clean' function.
    And having said that, I'm still not sure that I'm right about my theory. You should test it. There's a good shot, if I'm right, that you can avoid this problem just by making sure that you delete any previous .jar & .class files before you compile.Man I love having these emails sent to my Blackberry hehe.
    So... I deleted all the class files... And it compiles!!!
    HAHA!! Wow! Duke stars!!
    BUT wait!... If I open up llist.java again, type something, delete it, save it and then try to re-compile, the errors come back!!
    Again though... If I delete the class files, BOOM it works. So basically if I ever want to make any changes to llist.java, I have to delete the .class files. But this ONLY happens with llist.java -- doesn't happen with any of the other three classes.
    Why is this happening?? How can this be resolved once and for all? I just don't want to turn it into the professor and have it not compile for him, doh.
    Thanks for the help on this mysterious bug, it's very much appreciated.

  • All "Site Content and Structure" default views incorrectly showing "There are no items to show in this view"

    Hi All,
    On my SharePoint Online site (Office 365) all my “Site Content and Structure” default views are showing “There are no items to show in this view”. For example the “Checked out To Me” view shows “There are no items to show in this view” (shown in screenshot
    below). I know this is incorrect and should show at least ten items that have been checked out to me for over two months. I am also a member of the Site Collection Administration and Owner groups.
    What I am trying to do is view all the "Checked Out items" within a Site Collection including it's sub-sites.
    Is there a feature that needs to be activated to get the correct information from the “Site Content and Structure” default views?
    I hope you can help
    Colin

    Hi Colin,
    As I understand, all “Site Content and Structure” default views are showing “There are no items to show in this view” in your SharePoint online site.
    Check things below:
    1. Go to site content and structure logs in site setting to check if there is correct information.
    2. Create a new site collection to check if there are items in Site Content and Structure.
    3. Switch another computer to check if it can work.
    If the issue still exists, I recommend you to post it in the O365 forum.
    http://community.office365.com/en-us/f/default.aspx
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Best regards,
    Sara Fan
    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]

  • I just downloaded the newest reconfigured version of iTunes, and for the first time ever my content is all screwed up.  Specifically, all of my playlists are gone, so are my apps.  However, the music library is intact.   Any ideas?  Thanks.............

    I just downloaded the newest reconfigured version of iTunes, and for the first time  ever my content is all screwed up.  Specifically, all of my playlists are gone, so are my apps.  The good news is that my music library is intact and that I've got more than one device with everything as it should be on them; the bad news is that my PC does not recognise my devices and keeps defaulting to " lets sync your devices to this new computer loose all of the playlists I've spent years compiling".  I don't get it.  Any ideas?
    Thanks

    See this post.
    tt2

  • Batch remove all default policys on all targets monitored by Grid Control.

    Hi all,
    I have been searching for a way on how to remove all default policy's that are attached to the target after they have been added into the Grid Control.
    I have been trying with monitoring templates, but without any luck. Yes it changes values but it does not remove non template listed policy's.
    There must be a way to do this, without manually do it on all 400+ targets.
    All ideas of interest.
    Best regz,
    /Robban

    Nice it worked just fine.
    Thanks for the input.
    Dont know why I didn't think of disabling the policy's, but i guess that i goy snowed in on the removal part.
    Also ran into a new problem. (Unable to apply a monitoring template to a group with more then 100 targets)
    Found the solution on metalink: Note:455279.1
    Its a bug and there is a OneOff for it: "Patch 5573244"
    After applying that patch it worked fine.
    Best regz,
    /Robban

  • Set a default view in iTunes for all playlists created

    Hi
    Is there a way to set either List, Grid or Artist List as the default view for all playlists or smart playlists?
    Everytime I create a playlist it automaticaly uses List, I dont want that I want Artist List
    thanks ;0

    Hi
    There's no such option in my case.

  • How can we show a custom column to all libraries in the default view without creating that for all libraries everytime

    Hi,
    Any help?
    Thanks
    srabon

    You can use powershell script below which loops through each libraries and sets view.You can modify the script to user it for single library as well.
    Add-PSSnapin Microsoft.SharePoint.PowerShell -erroraction SilentlyContinue
    $siteURL = "<YOURSITEURL>"
    $site = Get-SPSite($siteURL)
    foreach($web in $site.AllWebs) {
    foreach($list in $web.Lists) {
    if($list.BaseType -eq "DocumentLibrary") {
    // the variables `$web` and `$list` already reference the objects you need
    //$site = New-Object Microsoft.SharePoint.SPSite($SiteURL) ;
    //$web = $site.OpenWeb($SiteURL);
    // new instance of the list is necessary to avoid the error "Collection was modified"
    $newList = $web.Lists.item($list.ID);
    $viewfields = New-Object System.Collections.Specialized.StringCollection
    $viewfields.Add("DocIcon")
    $viewfields.Add("LinkFilename")
    $viewfields.Add("_UIVersionString")
    $viewfields.Add("FileSizeDisplay")
    $viewfields.Add("Created")
    $viewfields.Add("Modified")
    $viewfields.Add("Editor")
    [void]$newList.Views.Add(<VIEWNAME>, $viewfields, "", 100, $true, $true)
    $newList.Update();
    // setting the default view
    $view=$newList.Views["<VIEWNAME>"]
    $view.DefaultView = $true
    $view.Update()
    $web.Dispose();
    $site.Dispose();
    Ref: http://stackoverflow.com/questions/10015311/part2-sharepoint-2010-powershell-loop-through-all-document-libraries-creat
    Hope that helps!
    Avni Bhatt

  • I successfully transferred my itunes to another PC, when I click on most (not all) songs, it tells me to authorize the computer, I authorize it, it says this computer is already authorized, but when i click on a song, it tells me to authorize again. help

    I successfully transferred my itunes to another PC, when I click on most (not all) songs, it tells me to authorize the computer, I authorize it, it says this computer is already authorized, but when i click on a song, it tells me to authorize again. help

    Are the songs authorised to the same account? 
    Often people change their e-mail address over time, and also decide to set up new iTunes account names using that e-mail.  You can (and should) continue to use an old e-mail address as your account name.  Then you don't run into the issue of having different songs authorised to different accounts.
    To check the authorised account for the song, click "Get info" on the song name in iTunes.  It will show the account name in the Summary panel.
    If you have set up multiple accounts, log into each one, and burn the songs to CD as audio tracks (i.e. like a normal CD, not a data CD).  You can then re-import the files into iTunes without the authorisation embedded into the song.

  • I DON'T WANT TO UPGRADE OR HAVE AN ADD ON EVER, DISABLING UPDATES DOES NOT WORK, HOW DO I KILL ALL MEASAGES FOR UP GRADES AND ADD ON'S FOR EVER, ONCE AND FOR ALL, COMPLETELY, THE END AND NEVER BE BOTHERED AGAIN EVER!

    I DON'T WANT TO UPGRADE OR HAVE AN ADD ON EVER, DISABLING UPDATES DOES NOT WORK, HOW DO I KILL ALL MESSAGES FOR UP GRADES AND ADD ON'S FOR EVER, ONCE AND FOR ALL, COMPLETELY, THE END AND NEVER BE BOTHERED AGAIN EVER! ALSO IF I KILL MYSELF I WILL HOLD YOU PERSONALTY RESPONSIBLE.edit

    There is a world of information in these forums if you use the search function near the top right of this page. Just type in NAS for example and you get many threads on the subject (marked with a green checkmark if it solved the question) another example would be Airport Exterme and sound system. Once you formulate your ideas better then specific questions can be addressed one at a time. You may find that a less expensive choice for a server might be a mac mini. Good luck with your project, ask more specific questions and update you systems profile.

  • How to make Adobe as your default viewer for all your PDF file instead of the Preview given? Thanks

    How to make Adobe as your default viewer for all your PDF file instead of the Preview given? Thanks

    you need to "Get Info" on the file first. Select it, right click and select 'Get Info' in the menu.
    In the window that pops up, near the bottom, the "Open With" drop down menu needs changed. If the drop down menu does not present the one you want, select "Other" and find it.

  • HELP! All default apps deleted after Secure Wipe / Reset

    i have done swipe data but all default apps deleted how can i get these apps
    Solved!
    Go to Solution.

    Try connecting to the PC, and go to the URL www.blackberry.com/updates, tap the updates button and see if it updates.
    details here
    Article ID: KB34045 How to clean reload the BlackBerry 10 OS or BlackBerry PlayBook OS using BlackBerry Link
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • In FF 26, all default plug-in deactivated. We met some cases where it seems to be not on every FF update.Is there any condition for which it is not deactivated?

    It seems that with Firefox 26, all default plug-in are desactivated but can be reactivated on demand :
    http://www.mozilla.org/en-US/firefox/26.0/releasenotes/
    Can you confirm this behavior ? We met the cases but it seems to be not on every FF update. Do you have more information about this ? what are the conditions that does not deactivate a plugin?

    See:
    *https://support.mozilla.org/kb/why-do-i-have-click-activate-plugins
    *http://kb.mozillazine.org/Issues_related_to_plugins#Click_to_Play
    All plugins are disabled by default. A possible exception can be Flash if it is the latest version as that is a very common plugin).
    If you make changes on the "Firefox/Tools > Add-ons > Plugins" page then a specific pref (plugin.state.<plugin>) setting is created that may survive updates.
    You can open the <b>about:config</b> page via the location bar to inspect prefs.
    *http://kb.mozillazine.org/about:config

  • Is their a way to reset ALL default settings in PS CS6?

    My 3D camera view is acting kooky when I go into 3D mode. It's like I'm underneath the text looking up at it, and no matter what settings I mess with I can not get the view that I want. Yes I have went to all the little drop down window and clicked on default view and I still get this same underneath view. It is really holding me up, I am intermidiate user so I' a little frustrated, can anyone help?Is their a way to reset ALL default settings in PS Cs6

    There is Reset all tools and reset preferences.  To reset you Photoshop Preferences as you start Photoshop hold down Ctrt|CMD+Alt|OPT+Shift you should get a prompt about you preferences.  Somewhere in tools preset there are reset tool options.

  • HT201441 this is bullshite again, i just updated the phone my partner gave me and now is locked and he doesn't remember ever using icloud and all my icloud accounts are not working, *** what's this now Apple ? good idea to secure us but seriously many wil

    this is bullshite again, i just updated the phone my partner gave me and now is locked and he doesn't remember ever using icloud and all my icloud accounts are not working, *** what's this now Apple ? good idea to secure us but seriously many will have t

    If your device is disabled...
    Connect to your computer in recovery mode per the instructions in http://support.apple.com/kb/HT1212
    You may need to do this more than once.

  • Are there known issues concerning double clicking in FF? We found bug 542068. Most of the issue we found have to do with Flash. Does it affect other applications (JSP/Javascript) too?

    Are there known issues concerning double clicking in FF? We found bug 542068. Most of the issue we found have to do with Flash. Does it affect other applications (JSP/Javascript) too?

    If there is a pattern of the application working up to Firefox 3.6.3 and not working starting with Firefox 3.6.4, there could be a problem with trying to communicate events between firefox.exe (which hosts pages) and plugin-container.exe (which hosts some plugins). You can tweak your settings to force plugins to run in firefox.exe to see whether this is the problem. This article has some background information on that:
    http://kb.mozillazine.org/Plugin-container_and_out-of-process_plugins
    ''Do you know if there are problems with Firefox 3.6 when you double click in a JSP/JAVA/Javascript application?''
    No, I don't know. Obviously I can't read every post here, but I haven't read about it before.
    Is it a stupid question to ask: why does that matter?? To fix the application to work in Firefox 3.6 and above, we need to see a page that works on other browsers and fails in Firefox. It doesn't need to be the whole application, just enough to demonstrate the problem so that if we solve it, then you can apply that learning back to your application.

Maybe you are looking for