{"id":4318,"date":"2010-03-29T13:28:16","date_gmt":"2010-03-29T17:28:16","guid":{"rendered":"http:\/\/www.ezrasf.com\/wplog\/?p=4318"},"modified":"2010-03-29T16:44:21","modified_gmt":"2010-03-29T20:44:21","slug":"bea-101017","status":"publish","type":"post","link":"https:\/\/www.ezrasf.com\/wplog\/2010\/03\/29\/bea-101017\/","title":{"rendered":"BEA-101017"},"content":{"rendered":"<p>We run ten web sites running Vista 8.0.3 hf1 where the installs are 99% automated by internally developed scripts. In discussing removing some old monitoring, we discovered one of them has on average 20 times more of the BEA-101017 error than the others. So I went looking for what is causing so many of these errors.<\/p>\n<p>About 9270 of the 9613 in the yet to be rolled logs for BEA-101017 all had to do with &#8220;Invalid resource properties &#8211; specify path or object id but not both-https:\/\/site.view.usg.edu\/webct\/RelativeResourceManager&#8221;. Suspected these exception errors should show in the web server log with the 500 HTTP code for &#8220;Server Error&#8221;. A simple way to identify them:<\/p>\n<blockquote><p>grep RelativeResourceManager webserver.log | grep -w 500<\/p><\/blockquote>\n<p>Armed with the content=9999999999 value, I used grep to locate which web pages called this URL.<\/p>\n<blockquote><p>grep -B 10 9999999999 webserver.log | head -50<\/p><\/blockquote>\n<p>This pointed me to looking in the HTML for custom web pages. I found CSS using the offending URL as a repeating background for the headers on a navigation bar. There is a blue background color. This image displays a vertical gradient for the same blue. Essentially a fancier version which no one noticed has not worked in the past 7 months. The failure isn&#8217;t because of the CSS. This just tells the browser to call the image so if putting the URL in the address bar doesn&#8217;t work then I wouldn&#8217;t expect the browser to call it from the HTML.<\/p>\n<p>What makes this worse is the image file exists in System Files where it ought to reside for this to work. Also, the URL used appears to make a difference in this case but not others. Other images used on the page work and reside in the same folder in Vista as the failing URL.<\/p>\n<blockquote><p><strong>Fails:<\/strong> https:\/\/site.view.usg.edu\/webct\/RelativeResourceManager?content=99999999999<br \/>\n<strong>Works:<\/strong> https:\/\/site.view.usg.edu\/webct\/urw\/lc999999.tp999\/RelativeResourceManager?contentID=99999999999<\/p><\/blockquote>\n<p>Even worse? Both fail on the test cluster using the content id for that file in that system.<\/p>\n<h2><strong><span style=\"font-weight: normal;\">SOLVED: <\/span><\/strong><\/h2>\n<p><strong><span style=\"font-weight: normal;\">Overlooked the bad variable &#8220;content=&#8221;. It should be &#8220;contentID=&#8221;. Vista doesn&#8217;t respond with something like, <em>Content is not a valid variable for the RelativeResourceManager.<\/em><\/span><\/strong><\/p>\n<ol><\/ol>\n<p>P.S. I like grep&#8217;s -w flag as it requires spaces around the word. When looking for a number in a web server log, there is a big difference between 500 and 2132500232234. Both would show up for just &#8220;grep 500&#8221;.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>We run ten web sites running Vista 8.0.3 hf1 where the installs are 99% automated by internally developed scripts. In discussing removing some old monitoring, we discovered one of them has on average 20 times more of the BEA-101017 error than the others. So I went looking for what is causing so many of these [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"activitypub_content_warning":"","activitypub_content_visibility":"","activitypub_max_image_attachments":4,"activitypub_interaction_policy_quote":"anyone","activitypub_status":"","footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[22],"tags":[],"class_list":["post-4318","post","type-post","status-publish","format-standard","hentry","category-bbvista"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p1rUBW-17E","jetpack-related-posts":[],"jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/www.ezrasf.com\/wplog\/wp-json\/wp\/v2\/posts\/4318","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ezrasf.com\/wplog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ezrasf.com\/wplog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ezrasf.com\/wplog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ezrasf.com\/wplog\/wp-json\/wp\/v2\/comments?post=4318"}],"version-history":[{"count":0,"href":"https:\/\/www.ezrasf.com\/wplog\/wp-json\/wp\/v2\/posts\/4318\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.ezrasf.com\/wplog\/wp-json\/wp\/v2\/media?parent=4318"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ezrasf.com\/wplog\/wp-json\/wp\/v2\/categories?post=4318"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ezrasf.com\/wplog\/wp-json\/wp\/v2\/tags?post=4318"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}