clicking on acre app results in 404 pages from freebase wiki - freebase

I am a newbie trying to use Acre app. But if I click on any Acre app, it simply results in 404 error page. I tried searching on web but It seems it is working for everyone else and no one have faced this issue. I am wondering , what could be missing which is causing this 404 error ? Do I need to register first ?
e.g. http://teste2.pedroerfn.user.dev.freebaseapps.com/
http://lifebits.micktaiwan.user.dev.freebaseapps.com/
In my machine all are 404 pages :(

The entire Acre system has been retired. No user apps deployed on freebaseapps.com work any more.

Related

Failed to load resource: net::ERR_CONNECTION_CLOSE - Wordpress

I have a problem with my website. Images and some .js files do not finish loading. Honestly, I don’t know what could have happened, the day before the problem everything was perfect … I just woke up and it happened. I thought it might have been the “WP Super Rocket” plugin but I already tried disabling it.
In the Chrome console I get the error “Failed to load resource: net :: ERR_CONNECTION_CLOSED”.Even when I want to see the “preview” of my home page it gives me the error “HTTP ERROR 500”, this does not happen with other pages on the web. It is rare because in these two days, the page returns to normal after noon.
I know that my site is not the most optimized, I am missing a lot for that, but I have not had any errors of this kind and it was loading everything normal.
In case you have to see, my site is hosted on GoDaddy.
The website is: www.cepeban.edu.pe

App-Indexing Issue - Number of app pages that are indexed are going down

I am having an issue regarding App Indexing. I have attached a graph and i want to know why there is a decline after 5th Nov as you can see from the graph. Applinks are working completely fine (which is while we search on google it redirects to the app when we click on the link in the search page). Any help would be much appreciated
I went through "https://firebase.google.com/docs/app-indexing/android/test#testing-your-completed-app" to validate my links. For some app urls it works proper but for some app urls it gives me following "ERROR:An unknown error happened when we processed your request. Try again later." But for those app urls linking is working proper. Please refer following crawl status graph image to understand problem.

500 Internal Server error for only 2 links

I am getting this error for only 2 links in the site
500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.
These links work fine in development environment. Error is only when deployed in server. The pages are there in the folder along with many other pages which doesn't raise this error. There's no difference in these pages.
I can't figure out whats causing this issue and only for 2 pages.
I checked the log files in \inetpub\logs\LogFiles\W3SVC1 and found nothing helpful.

Web site is not able to open at IIS7 in client but not in local iis 7

i am facing one problem from the last 25 days onwards ..
Ie. i publish one web site it is having 30 forms local source code working all forms
local server IIS7 working fine like source code
But the problem is at client server i.e also IIS7 out of 30 forms 3 forms are i am not able to open after press the menu
It is showing content controls are not allowed inside the tag..some error message.. three forms are showing the same message..
May i know what should i do..
Some body suggested some problem in coding tags ..i don't know how to solve the problem..
but i had observed
3 days on words strange thing was happens
while building also error is comming
plz have a look on below link
http://www.megafileupload.com/en/file/471108/Error-JPG.html
it is showing three erros
i said three forms are not able to open that 3 forms are showing errors
if i open the error contained design page
http://www.megafileupload.com/en/file/471109/Error1-JPG.html
after doing some changes in Source code
Removing last tag again again build it
I can build it successfully but in client server..it has the same problem.
How can i solve this problem?

Why would an aspx file return 404 ("The page cannot be found")

Why when I access an aspx (e.g., http://www.example.com/foo.aspx - not the real site) through IE6 would I get a 404 Error (i.e., "The page cannot be found") in IIS6
I've got scripts enabled for the website and I've tried with executables enabled as well.
Here is the full error:
The page cannot be found
The page you are looking for might have been removed, had its name changed, or
is temporarily unavailable.
------------------------------------------------------------------------------
Please try the following:
Make sure that the Web site address displayed in the address bar of your
browser is spelled and formatted correctly.
If you reached this page by clicking a link, contact the Web site
administrator to alert them that the link is incorrectly formatted.
Click the Back button to try another link.
HTTP Error 404 - File or directory not found.
Internet Information Services (IIS)
------------------------------------------------------------------------------
Technical Information (for support personnel)
Go to Microsoft Product Support Services and perform a title search for the
words HTTP and 404.
Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for
topics titled Web Site Setup, Common Administrative Tasks, and About Custom
Error Messages.
I can get to Default.htm in the same directory, so I know the path is right. I've opened it up to everyone (temporarily) so I know the permissions are right.
It could be a lot of things. I had this issue today because .NET had not been re-initialized after installing IIS (aspnet_regiis -i -enable or equivalent).
Check that the anonymous user under which the site runs has read access to the file foo.aspx.
IIS6 and later uses a 404 response, thereby not letting an attacker know whether such a file even exists.
I just happened to find another culprit for this issue. My foo.aspx page referenced a particular master page that had a <%# Register %> directive to a user control that did not exist. Removing the reference to the non-existent user control caused my foo.aspx to load instead of 404.
I found a solution here.
The real catch was using this:
Response.TrySkipIisCustomErrors = true;
The site is pointing to a different directory where the page is not.
It could be permissions, however I would think you would get an access error instead.
I'm assuming you are running IIS.
Check that www.example.com is going to the site that you think it is.
If you are hosting multiple sites on the same IP using host headers you may want to double check the name you are using is going to the site you think it is.
Ray and Joe probably have it. In order to serve any file type, IIS has to have a mapping for it. Aspx files require that they be mapped to the AspNet ISAPI dll, which the .Net installation normally takes care of. If you install IIS after .Net (and I'm sure there are other situations), you have to initiate this yourself by running aspnet_regiis.
ALTERNATE SOLUTION (same error perhaps different cause).
I had installed Visual Studio 2008 Pro without SQL Express it, and it caused this same error. Reinstallation of VS2008 with sql express included seemed to have corrected the problem, or perhaps the install took other actions. I did try to register ASP.net numerous times prior but no luck however it is definitely the most probable cause Just posting my experience for those pulling their hair as I was..
Thanks
If you register the .NET 4 version of IIS, you may find it's grabbed the registration of the aspx extension. If ASP.NET v4 is prohibited then 404 will be returned
I had this issue where some customers were reporting the 404.0 and some didn't have the problem at all(same page). I was able to navigate to any of the pages with no problems from my machine. Some customers would refresh and it would go away. I am using .Net 4.5.2 and IIS 7.5.
Looking at the IIS log file I would see:
sc-status sc-substatus sc-win32-status
404 0 2
sc-status.sc-substatus: 404.0 - Not Found
sc-win32-status: 2 - ERROR_FILE_NOT_FOUND
https://msdn.microsoft.com/en-us/library/windows/desktop/ms681382(v=vs.85).aspx
https://en.wikipedia.org/wiki/HTTP_404
I found the problem was I had deployed a new version of the website in which the old version of the website had RouteConfig.cs/FriendlyUrlSetting setup by creating a project using the web forms template. The new version was created using an empty template. So obvious to me now.. no URL routing. Customers had a cache issue with certain pages on their machine(no .aspx extension) and having them clear browser data ultimately fixed the problem.
I got this issue when I tried using a different drive to host my apps. I ended up moving them to the wwwroot folder because it was working there and I did not have to time figure out why it is not working on the E:\ drive.
I had bin\roslyn compiler missing. Adding that all worked fine.
Check for double quote errors. I started getting a 404 on a single page because I accidentally had this:
<asp:TemplateField HeaderText="ImageURL"">
instead of this:
<asp:TemplateField HeaderText="ImageURL">
For an aspx page, error 404 can be quite misleading! I have seen all the answers and they presuppose assuming various issues with the file, page, path, etc. but the simplest issues is the fact that if there is an error in your asp page (i.e bad format, improper usage of control, etc. asp will think the page does not exist and will post a 404 when in all actuality, it is easy to ascertain if there is a bad format by simply clicking on design mode. If the page does not render no need to do anything else but look at what is causing the render error, fix and viola'! Your page shows since it was never missing or can't be found, but it simple did not know how to display! Too often people go looking for the wrong solutions and waste so much time! Hope this helps somone. :-)

Resources