Deploy Play Framework to Azure Cloud successfully but url is not working

Hi!
Despite the emulator was working nicely, after I've published my play framework app and opened the link, nothing happened. I couldn't even ping the
public virtual IP. My one role instance is running, tried to reboot, no success.
I've followed the tutorial on msopentech (https://msopentech.com/blog/2014/09/25/tutorial-running-play-framework-applications-microsoft-azure-cloud-services-2/).
(Sorry, it says my text cannot contain images or links until they verify my account.)
Could you help me what did I wrong?
My URL is: http://68bf950959ee46a0beb4d8f584a30c04.cloudapp.net
Many thanks,
Csongor

Hi,
The ICMP traffic is blocked by the Azure load balancer and the ping requests timeout.
Note that while this applies to network traffic going through the external IP (VIP) through configured endpoints, ICMP is not blocked when connecting through an Azure virtual network gateway or ExpressRoute. Also, ICMP will work between internal IPs of VMs
in the same virtual network or in the same cloud service.
To test connectivity, we instead recommend that you do a port ping. While Ping.exe uses ICMP, other tools such as PsPing, Nmap, or Telnet allow you to test connectivity to a specific TCP port.
Hope this helps !
Regards,
Sowmya

Similar Messages

  • Deploy Eclise Project on Azure Cloude successfully but Staging URL giving The connection has timed out ERROR.

    Hello,
      I just Deploy the java project on the Azure Clod using the Azure Plugin as per the video 
    I got this Staging URL   
    But this URL not Working giving Connection Time Out Error
    Please Help

    Hi,
     Is this the Video you are referring to
    http://channel9.msdn.com/Blogs/Interoperability/Java-Applications-in-Windows-Azure-Cloud-Services-using-Eclipse  ?
     Please post the Staging URL that you are using, did you try opening the URL by directly clicking it on the Management Portal for Azure.
     Did u confirm that it was working in the Emulator before deployment.
     Please refer to the following article that gives more detailed steps on "Creating a Hello World Application for Azure in Eclipse"
    Regards,
    Nithin Rathnakar

  • Deployment Successed but URL is not working

    Dear All
    i successfully Deployed a small app contains 2 forms and URL for App is http://130.1.3.195:7001/MEDGO_WEB-MEDGO_INTERFACE-context-root
    but how ot call any JSPX Page in My Project using this URL.
    i tried to use http://130.1.3.195:7001/MEDGO_WEB-MEDGO_INTERFACE-context-root/processing.jspx but it failes.
    please advise

    Dear John
    it is correct url , this is the result of deployment
    [05:28:50 PM] ---- Deployment started. ----
    [05:28:50 PM] Target platform is (Weblogic 10.3).
    [05:28:51 PM] Retrieving existing application information
    [05:28:51 PM] Running dependency analysis...
    [05:28:51 PM] Building...
    [05:28:54 PM] Deploying 2 profiles...
    [05:28:54 PM] Wrote Web Application Module to C:\JDeveloper\mywork\MEDGO_WEB\MEDGO_INTERFACE\deploy\MEDGO.war
    [05:28:54 PM] Wrote Enterprise Application Module to C:\JDeveloper\mywork\MEDGO_WEB\deploy\MEDGO.ear
    [05:28:54 PM] Redeploying Application...
    [05:29:01 PM] [Deployer:149192]Operation 'deploy' on application 'MEDGO' is in progress on 'AdminServer'
    [05:29:08 PM] [Deployer:149194]Operation 'deploy' on application 'MEDGO' has succeeded on 'AdminServer'
    [05:29:08 PM] Application Redeployed Successfully.
    [05:29:08 PM] The following URL context root(s) were defined and can be used as a starting point to test your application:
    [05:29:08 PM] http://130.1.3.195:7001/MEDGO
    [05:29:08 PM] Elapsed time for deployment: 18 seconds
    [05:29:08 PM] ---- Deployment finished. ----
    and now URL is http://130.1.3.195:7001/MEDGO/faces/PROCESSING.JSPX
    and problem still exist

  • After a mac update; flash player asked to be installed.  Install successful but application will not work.

    Hello,
    After a Mac update, flash player (along with silverlight) asked to be installed when I tried to watch video content or play games.  I installed flash player and it reports being successful and appears in my applications.  However, I cannot watch videos or play games, every time I am asked to install flash player again and again and again.  I suspect this has something to do with plugins but I am not sure.  I have un-installed the program and reinstalled but it still will not work.  I check my security settings and it does allow plugins.  I erased my temporary internet files.  I don't know what else to do.  Any help would be appreciated!  This is incredibly frustrating.  Thank you

    Thank you for responding!  I am using a macbook pro 2011, 2.2ghz, intel
    core i7, 16gb - version 10.9.5.   I have not intentionally installed any ad
    blocking software; intact I am inundated with it most times.  My online
    school work required that I disable pop up blockers and all was well until
    an update a few weeks ago for both security and operating system.  To the
    best of my knowledge I am allowing pop ups and plugins but this may be
    where the trouble is.  I am unsure, honestly of what security is running
    besides what I find in the system preference/security tab.  Thank you again
    for responding and any help is most appreciated.
    Holly Norman
    On Wed, Apr 1, 2015 at 5:47 PM, Jeromie Clark <[email protected]>

  • Oc4j is started but url is not working

    Hi ALL,
    I have installed oracle business intelligence successfully in centos 5.
    i started the BI process and after that
    i started the ./oc4j -start and i think it started successfully
    i got something like this as at the end after executing ./oc4j -start
    - Job execution threads will use class loader of thread: OC4J Launcher
    - Quartz Scheduler v.1.5.1 created.
    - RAMJobStore initialized.
    - Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
    - Quartz scheduler version: 1.5.1
    - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
    08/03/19 18:07:01 Oracle Containers for J2EE 10g (10.1.3.1.0) initialized.........
    now when in typed
    http://172.22.37.253:9704/analytics in my internet explorer i get the bellow error,will any please help me out to solve this issue, we have installed same in windows,it is working excellent but in linux i am getting below error...please some one tell me how to solve the issue
    500 Internal Server Error
    java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) at java.net.Socket.connect(Socket.java:519) at java.net.Socket.connect(Socket.java:469) at java.net.Socket.<init>(Socket.java:366) at java.net.Socket.<init>(Socket.java:180) at com.siebel.analytics.web.sawconnect.ConnectionPoolSocketFactoryImpl.createSocket(ConnectionPoolSocketFactoryImpl.java:63) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.siebel.analytics.web.sawconnect.ConnectionPoolSocketFactoryImpl.createSocket(ConnectionPoolSocketFactoryImpl.java:70) at com.siebel.analytics.web.sawconnect.ConnectionPool.createNewConnection(ConnectionPool.java:314) at com.siebel.analytics.web.sawconnect.ConnectionPool.getConnection(ConnectionPool.java:133) at com.siebel.analytics.web.SAWBridge.processRequest(SAWBridge.java:297) at com.siebel.analytics.web.SAWBridge.doGet(SAWBridge.java:323) at javax.servlet.http.HttpServlet.service(HttpServlet.java:743) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:619)
    Thanks and Regards
    Veeresh S

    please any one suggest me anything

  • Music will not play in iTunes store OR library. Quicktime also not working.

    I am quite nearly at my wits end trying to figure out the problem I am having: I just started up a brand spanking new Mac Pro today, and aside from other problems, am unable to play songs that I migrated over from my old Power PC G5, which was running the last version of Mac OS 10.5 before it kicked the bucket; I luckily had an external drive running Time Machine backups.
    The songs all show up, I checked my Library, checked permissions, ran my disk utility just to be sure, I have already gone through the authorization mambo in iTunes--I was able to sync my iPod Touch just fine, aside from a few issues with apps that I downloaded directly to my iPod not wanting to transfer over to my computer, it did tell me my new machine was authorized, of course I have two machines authorized because I was unable to deauthorize the last one before it died--but they just do not play. The play button shows, the little sound icon comes up beside the song, but no sound issues forth. Same thing seems to happen in iTunes. I attempted to play a Quicktime movie preview, also, but that did not work either, so I am wondering if there might be a connection between the two.
    This too, after I migrated over everything, iTunes did not want to start up; I was prompted to reinstall it, as I was told it was corrupted or installed incorrectly. Which is weird, seeing as how I had only just started up the machine for the first time, and had nothing to do with installing iTunes in the first place. I downloaded it from the internet, and it seemed to be working fine until I attempted to play music.
    If anyone can help me, I will be so very grateful. Just about next to tears, and am trying all avenues; next will be calling Apple Care and hoping for someone who can help.

    I am having the same problem with my iTunes. Support had me uninstall everything and reinstall iTunes again thinking it was corrupt. I did that and it worked for a couple of days. Now they say that cannot help since it is iTunes and not my iPhone and sent me here. Sometimes I can get it to work sporadically if I reboot my laptop a couple of times, but I have rebooted a few times already and nothing plays...no song previews, nothing from my library. iPods and iPhone play fine, it is isolated only to iTunes and is super frustrating. I get the same task bar up top as if it were going to play, but the play timer doesn't start. Help please!!!

  • HT1977 I bought apps. My kid delet that after few weeks. Then I have downloaded to same ipad. But some functions not working.

    I purchase some apps, my son deleted some. But I have download again from cloud. But some functions not working ask me to pay again. How can I use functions without paying again.   Thank you

    Search around on the app settings and see if there's a "Restore purchases" option.

  • I have deployed one application containing youtube video but it is not working pls help

    I have deployed one application containing youtube video but it is not working pls help Application is build using struts2 and is deployed in oracle cloud, login page works fine but the success page is not displayed please help

    Hello,
    A wild guess, given the lack of details:
    I wonder whether it would violate the http://en.wikipedia.org/wiki/Same-origin_policy ?
    This is part of the security infrastructure.
    "Stealing" content to insert it anywhere else might also violate copyrights?
    Technically, does it at least work "on premises" onto WLS 10.3.6?
    Regards
    Patrick.

  • ADOBE CLOUD ON MY DESKTOP WILL NOT WORK. IT LOADS UP BUT NOTHING FILLS THE WINDOW

    ADOBE CLOUD ON MY DESKTOP WILL NOT WORK. IT LOADS UP BUT NOTHING FILLS THE WINDOW

    BLANK Cloud Screen http://forums.adobe.com/message/5484303 may help
    -and step by step http://forums.adobe.com/thread/1440508?tstart=0
    -and http://helpx.adobe.com/creative-cloud/kb/blank-white-screen-ccp.html

  • I own a iPhone and I have in ÇáÇí Cloud account, but has been disabled worked ريستور and what worked device device is linked to the account books first and I am I do not know the account and password and wrote activation iphone and I am ready to prove tha

    I own a iPhone and I have in ÇáÇí Cloud account, but has been disabled worked ريستور and what worked device device is linked to the account books first and I am I do not know the account and password and wrote activation iphone and I am ready to prove that this device is not stolen any way you want

    Apple does not participate in these forums.  We're only users like you.

  • I want to disable or remove Game center from my iphone. It's always pop up during i play hay day game. So i can not solve this problem. Any way i try to log in game center my several Apple id account but it does' not work. I am still stuck in log in page

    I want to disable or remove Game center from my iphone. It's always pop up during i play hay day game. So i can not solve this problem. Any way i try to log in game center my several Apple id account but it does' not work. I am still stuck in log in page

    The Game Center app is pre installed and cannot be removed from the device.
    Best thing to do is move it to the last available screen.
    Hold down the Game Center app until all the apps jiggle then sliide the Game Center app to the right from one screen to the next. This requires a bit of finesse, but it's doable.
    Press the Home button one time to stop the apps from jiggling.
    For the Apple ID issue, try resetting.
    Tap Settings > General > Reset > Reset All Settings
    Then try your Apple ID and password for the Game Center app.

  • I updated my Iphone which is successful but it is not activating.

    I updated my Iphone which is successful but it is not activating.

    Okay.. I guess you can't tell us the complete message.
    This is normally part of a message that indicates the Iphone was jailbroken or unlocked by someone other than the carrier.
    If so, we cannot help you here and you need to work with your carrier.
    We are just users, not Apple support.

  • Updating N93 (dutch):success, but with some notes

    It was not a totally straightforward process. Firstly i had to change the USB-connection on my phone to "PC-suite" instead of "data connection" or whatever it might be called in english. I had PC-suite not running at the time. After changing that and restarting the updater, the update started. Before the actual updating process had ended, my w2k machine detected new USB-hardware (the "new" phone), so i hit OK on the "found new hardware"-dialogue. A little while after that, the update finished. The computer said i could now start using the phone again, but the phone said something like "APE_TEST_SERVER" and then something, which got me slightly worried. The phone rebooted however after a minute or two or so. It then started reinstalling the apps and games, but that did not work for most apps. After that, i could restore the backup made on my SD. It also forgot the setting that i don't use the 3G-network. After rebooting, it reinstalled some programs, like Doom. It did not reinstall vNes, DivX-player, Ogg-player, WLIRC2 and Skyforce. It did however leave traces of my apps in the software management-menu, but they would not let me reinstall them from there: "could not install".
    It also did not put all the icons back in the right place. I made a custom map "games" that did not return.
    All other stuff got back-upped correctly, like my bookmarks, the settings for my custom icons on the today screen. It forgot my gmail-login tho. It also forgot which connection (always ask) to use.
    The phone got much faster, and now i can finally zoom to 100%. It also crashes less on WLIRC2, a JAVA IRC app.
    But, what did not get fixed in this firmware, is that you can't use more then one button at the same time. So i still can't use vNes and Doom, altho i payed for that software, Also, the demo for Who's Next rendered on the N93 looks incredibly nice, but if it is unplayable, it is of no use.
    So please Nokia, update the firmware so that we can play games!! Please notify me personally about what you're going to do about it, if you would.
    Cheers,
    Julian

    Just did mine, better reception and programs running faster. Overall working A ok. Will try camera and so on to see if there's any marked improvment. Just use the software updater and it will work.

  • HT1349 No sound while playing music or in other programme but there is not problem to call

    No sound while playing music or in other programme but there is not problem to call

    Hello Koyirai
    If you are having issues with sound, check out the article below to troubleshoot the issue further with checking connections with any Bluetooth devices and checking the headset jack to ensure nothing is blocking access.
    iPhone: No sound or distorted sound from speaker
    http://support.apple.com/kb/ts5180
    Regards,
    -Norm G.

  • HT5271 I cannot watch utube videos or any film content as of yesterday. I tried to download an updated version. I was successful but that did not change anything. What can i do?

    I cannot watch utube or any other video on my macbook all of a sudden. It says "blocked plug ins". I tried upgrading and was successful but that did not help. I still cannot watch videos. Help! Anyone had this problem and found a sollution?

    After installing, reboot your Mac and relaunch Safari, then in Safari Preferences/Security enable ‘Allow Plugins’. Then relaunch Safari and test.
    If you're getting a "blocked plug-in" error, then in System Preferences… ▹ Flash Player ▹ Advanced
    click Check Now. Quit and relaunch your browser.

Maybe you are looking for

  • How can I install the LiveCycle Data Services subcomponent?

    I have the standalone version of CF8 installed on my developer box. We have recently gotten LiveCycle, and I want to install the LCDS subcomponent that comes with CF8. However, the installer won't let me just install LCDS? It makes me try to install

  • JES 2005Q4

    What's new in this release? Is it like a patched Q1? E.g. does Q4 contain the fixes the patches for Q1 addressed? What does one gain (or lose) other than time, installing this? Is there an upgrade? Thanks, S7

  • Looking for the correct Flash Player

    I've got a Mac Mini w/OS X Version 10.5.8  1.5GHz PowerPC G4 but I can't seem to download the correct flash player for my system.  Need some suggestions. Thanks, John Valera

  • Unable to download application...why can't I update my apps?

    I have about 10 updates that just won't load. I use this for business and need some of them. Anyone have a clue?

  • Frozen & Blacked out screen

    I bought my iphone around January last year, i've been having problems with it really since the first three months. I haven't really 'bothered' to do anything about the problems i've encounted because of sheer laziness (bad on my part i know) however