HTTP 404 ERROR while starting application in cloudfoundry - cloud-foundry

hello friends i developed a simple java web application and hosted in vmware cloudfoundry but i am unable to launch my application in the browser . it gives this error
HTTP Status 404 - /
type Status report
message /
description The requested resource (/) is not available.
Apache Tomcat/6.0.35
kindly reply me at aravnd8babu#gmail.com

Did you add the application URL in your host file? If not add a new entry i.e:
Cloudfoundry-IP applicationName.vcap.me
In your local tomcat the URL is localhost:8080/applicationName but in cloudfoundry it is applicationName.vcap.me
Run the command "vmc apps" and provide the output.

Related

I am making an android application to create routes with OSMDROID and the web router.project-osrm.org can not process the request (HTTP ERROR 503)

I am making an android application to create routes with OSMDROID and the web router.project-osrm.org can not process the request (HTTP ERROR 503).
enter image description here
HTTP response off the server contains status message:
503 Service Unavailable: Back-end server is at capacity
So problem is not on your side. The server has some limitations and cannot handle your request or it is maybe not working at all. I am not familiar with the project, but you may try to ask on their mailing list or IRC.
The router.project-osrm.org is often down so you should just make your own server. It is really easy with the docker file.

Sitecore 8.2 publishing service not working

For sitecore publishing service I have followed the steps from https://jonathanrobbins.co.uk/2016/09/02/setting-up-sitecore-publishing-service and Sitecore. But I am getting below error:
HTTP Error 500.19 – Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Module IIS Web Core
Notification Unknown
Handler Not yet determined
Error Code 0x8007000d
Config Error
Config File \?\C:\sitecorepublishing\web.config
What am I missing?
The AspNetCoreModule has to be installed on the server and is part of the ASP.NET Core Server Hosting Bundle.

GlassFish Server (open source) ColdFusion "requested resource is not available" error

We are in the process of moving a website coded in ColdFusion and Fusebox framework to a new host (from GoDaddy who is ceasing to support CF to HostMySite).
Our url structure is currently setup like /index.cfm/home.register redirecting through a cfscript to the "full" url of /index.cfm?fuseaction=home.register
We are receiving the following error message:
HTTP Status 404 -
type Status report
message
descriptionThe requested resource () is not available.
GlassFish Server Open Source Edition 3.1
I am not a CF or Windows guy, this is an old site and we are just trying to get it to run on another server to bide us some time until we can rewrite it.
Any clue as to how to what is wrong and how to get it to work? HostMySite support has been completely unresponsive thus far.
Any help would be greatly appreciated!
Brandon, just for the sake of correctness; Glassfish is Oracle's java server and comes in an open source flavour. http://glassfish.java.net/
Glassfish is not a ColdFusion server.
It is possible to deploy j2ee versions of Adobe ColdFusion, Railo or OpenBD using glassfish.
JRun is the only Java server that comes with the SES rewriting built in. However, it is possible to rewrite urls using most Java servers or at the least by fronting the java server with a web server such as IIS, Apache or nginx.
After several discussion with tech support, we confirmed that "GlassFish Server" is an open source ColdFusion server, and it does not support the search engine friendly URL code we were using. We had to switch hosts to a host that used actual CF server.

deploy web app to jetty: service_unavailable

i have a gwt app deployed to Jetty, i use maven, maven-jetty-plugin, following the instruction provided here: http://docs.codehaus.org/display/JETTY/Maven+Jetty+Plugin, my project follows the maven structure so no configuration needed, all i need is to run : mvn jetty:run, then i can see jetty server started, back to browser, i typed 127.0.0.1:8080 i saw a page with Error 404 -Not Found, saying:
No context on this server matched or handled this request.
Context known to this server are:
/console --> org.mortbay.jetty.plugin.Jetty6PluginWebAppContext#1c093b3c{/console./Users/Hj/Documents/workspace/samples/console/src/main/webapp}
and that's my webapp '/console', so i click that link, it went to 127.0.0.1:8080/console url and here is the message on that page:
HTTP ERROR: 503
Problem accessing /console. Reason: SERVICE_UNAVAILABLE
does anyone know what's wrong here? i think the web app was deployed to Jetty, how come it says service unavailable? thanks.

Unable to open coldfusion Administrator

when i try opening http://127.0.0.1:8500/test.com
I get
500 There is no web application configured to service your request There is no web application configured to service your request
when i try opening http://127.0.0.1:8500/CFIDE/
I GET THE same error
Kindly guide me to solution.
It means the server did not fully start. The JRun container started and was able to accept an HTTP Request via its internal webserver port, but then the ColdFusion Server inside JRun was not fully deployed or not deployed at all.
The startup events in /path/to/coldfusion8/runtime/logs/coldfusion-event.log and /path/to/coldfusion8/logs/server.log will contain details about what failed during ColdFusion startup.
You will probably not make sense of the events as they are usually somewhat cryptic. Please post log contents for further diagnosis.