IP Phone is not executing my HTTP redirect

I have developed a Contact Center app running as a XML services on the IP Phone. Sometimes I'm pushing a packet to the phones (7941/61) containing a HTTP Redirect and the phone is not doing the HTTP GET to the redirected URL. It works OK and then stop executing the HTTP redirect without any notice.
Any thoughts?

I don't have that information handy at this point. I would recommend trying the latest phone load. If you are already on latest, go back 1-2 versions.

Similar Messages

  • Permissions are not working after HTTP redirect configured.

    Hello,
    I have configured HTTP redirect in IIS Manager from root site to sub site. The users have to be redirect from roo tsite to
    sub site
    I have full rights for root site, but when I get to sub site I can only see documents, but all options are grey out. So I have limited access.

    Hi,
    For your question, you could check the account in the top right corner beside site setting icon.
    As I tested, I configured HTTP redirect via IIS manager as the screenshot below.
    http://sp:19073 is the url of root site, and subsite's url is
    http://sp:19073/subsite/_layouts/15/start.aspx#/SitePages/Home.aspx .
    Let me know if you are using a different approach to configure HTTP redirect.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Accessing a collection from outside of Apex without causing a HTTP redirect

    First, some background:
    I am running Apex version 2.2.1.00.04 on Oracle9i Enterprise Edition Release 9.2.0.7. IE 6 and Flash 9
    My Apex page contains two third-party Flash controls. Each Flash control uses a passed in URL to get the data that it will display. The data that I need to pass to the Flash controls is stored in an Apex collection created in my page.
    Using the technique outlined in the following posts,
    Re: Accessing Collection through a DBMS.job
    Re: Accessing application item value from database
    I have created a stored procedure that will attach to my Apex session and query the collection. See procedure get_data below.
    The URL that the Flash controls are passed is like this:
    http://myhost/pls/mydad/get_data?p_user=MYUSER&p_session_id=535622580488397200&p_app_id=2332
    The call to WWV_FLOW_CUSTOM_AUTH_STD.POST_LOGIN causes a HTTP redirect to the Apex at page p_app_id:1. The Flash control that initiated the request never sees the data stream that the get_data procedure is sending via HTTP.P. Instead, it sees the HTML produced by the Apex page at p_app_id:1.
    Now, my question:
    Is it possible to call the WWV_FLOW_CUSTOM_AUTH_STD.POST_LOGIN command in away that does not cause a HTTP redirect? If not, then is there another series of commands that will attach to an Apex session but not cause a HTTP redirect?
    Thanks,
    Ken
    CREATE OR REPLACE procedure get_data(p_user IN VARCHAR2,
    p_session_id IN VARCHAR2,
    p_app_id IN VARCHAR2) as
    BEGIN
    APEX_CUSTOM_AUTH.DEFINE_USER_SESSION(p_user,
    p_session_id );
    APEX_APPLICATION.G_FLOW_ID:= p_app_id;
    WWV_FLOW_CUSTOM_AUTH_STD.POST_LOGIN(p_user ,
    NULL ,
    p_session_id ,
    p_app_id||':'||'1' );
    FOR c_collection_rec IN (SELECT c001
    FROM APEX_COLLECTIONS
    WHERE collection_name='MY_COLLECTION')
    LOOP
    HTP.P(c_collection_rec.c001);
    END LOOP;
    END;

    Ken - No way to prevent the redirect attempt, that's what the procedure is built to do. To use it otherwise is aberrant. I think you could use an on-demand process (FOO) callable from the URL that would spit the data back out. You do this by defining an application process (on-demand firing point) and callling it from the URL ( f?p=APP:0:SESSSION:APPLICATION_PROCESS=FOO). If the cookie is passed in the request (meaning you've authenticated) and authentication check passes again in your process request, the process will produce the result stream.
    Scott

  • SharePoint public facing site does not open in sharepoint designer after giving http redirect in IIS

    I have a public facing sharepoint site
    We gave http redirect in IIS due to which I am unable to open the site in SharePoint Designer and gives error message site not found in webserver.
    If i revert back the settings (remove the http redirect link) i m able to open the site in designer.Please let me know how can I resolve the issue in opening site in SharePoint designer after http redirect setting done in IIS

    Looks like an AAM issue. What URL of the site you are trying to open with designer and what are your AAM settings?
    Ronald Bruinsma - Independent SharePoint Consultant - iDocs.info - The Netherlands
    Ronald I got the same issue here is my info:
    sharepoint site: http://<servername>/sites/mycompany
    <ServerIP>
    Default
    http://servername
    <Servername>
    Default
    http://servername
    http://contoso.mycompany.com
    Extranet
    http://contoso.mycompany.com
    In IIS webapp 80. http redirect:
    redirect requests to this destination is checked: http://contoso.mycompany.com/sites/mycompany
    can you help me? thanks

  • Not able to HTTP to SUB and SSH is not allowing any command to execute

    Hi All,
    I came across an issue, where CUCM SUB is not accessible by HTTP/S and SSH is giving following output while trying to re-start or executing any command :
    admin:utils service list
    /usr/java/jdk1.6.0_24/jre/lib/rt.jar: error reading zip file
    Exception in thread "main" java.lang.NoClassDefFoundError: java/net/ConnectException
            at com.cisco.iptplatform.cli.CliClassLauncher.<init>(CliClassLauncher.java:86)
            at sdMain.main(sdMain.java:1824)
    Caused by: java.lang.ClassNotFoundException: java.net.ConnectException
            at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
            ... 2 more
    Caused by: java.util.zip.ZipException: error reading zip file
            at java.util.zip.ZipFile.read(Native Method)
            at java.util.zip.ZipFile.access$1200(ZipFile.java:31)
            at java.util.zip.ZipFile$ZipFileInputStream.read(ZipFile.java:460)
            at sun.misc.Resource.getBytes(Resource.java:108)
            at java.net.URLClassLoader.defineClass(URLClassLoader.java:257)
            at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
            ... 7 more
    Any inputs please ??  Waiting for a hard re-boot to the device bit not sure if that would resolve the issue, Also when I first logged into SUB using SSH , I got the following :
    Command Line Interface is starting up, please wait ...
    java.io.FileNotFoundException: /var/log/active/platform/log/cli.bin (Read-only f                             ile system)
            at java.io.RandomAccessFile.open(Native Method)
            at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
            at com.cisco.iptplatform.fappend.ciscoRollingFileAppender.restoreIndex(c                             iscoRollingFileAppender.java:100)
            at com.cisco.iptplatform.fappend.ciscoRollingFileAppender.setFile(ciscoR                             ollingFileAppender.java:43)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.                             java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces                             sorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at org.apache.log4j.config.PropertySetter.setProperty(PropertySetter.jav                             a:196)
            at org.apache.log4j.config.PropertySetter.setProperty(PropertySetter.jav                             a:155)
            at org.apache.log4j.xml.DOMConfigurator.setParameter(DOMConfigurator.jav                             a:530)
            at org.apache.log4j.xml.DOMConfigurator.parseAppender(DOMConfigurator.ja                             va:182)
            at org.apache.log4j.xml.DOMConfigurator.findAppenderByName(DOMConfigurat                             or.java:140)
            at org.apache.log4j.xml.DOMConfigurator.findAppenderByReference(DOMConfi                             gurator.java:153)
            at org.apache.log4j.xml.DOMConfigurator.parseChildrenOfLoggerElement(DOM                             Configurator.java:415)
            at org.apache.log4j.xml.DOMConfigurator.parseRoot(DOMConfigurator.java:3                             84)
            at org.apache.log4j.xml.DOMConfigurator.parse(DOMConfigurator.java:783)
            at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java                             :666)
            at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java                             :616)
            at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java                             :584)
            at org.apache.log4j.xml.DOMConfigurator.configure(DOMConfigurator.java:6                             87)
            at sdMain.initialize(sdMain.java:479)
            at sdMain.main(sdMain.java:646)
    java.lang.NullPointerException
            at com.cisco.iptplatform.fappend.ciscoRollingFileAppender.updateIndex(ci                             scoRollingFileAppender.java:117)
            at com.cisco.iptplatform.fappend.ciscoRollingFileAppender.nextFileName(c                             iscoRollingFileAppender.java:92)
            at com.cisco.iptplatform.fappend.ciscoRollingFileAppender.append(ciscoRo                             llingFileAppender.java:74)
            at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:221)
            at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders                             (AppenderAttachableImpl.java:57)
            at org.apache.log4j.Category.callAppenders(Category.java:187)
            at org.apache.log4j.Category.forcedLog(Category.java:372)
            at org.apache.log4j.Category.debug(Category.java:241)
            at com.cisco.iptplatform.cli.CliSettings.getInstance(CliSettings.java:10                             6)
            at sdMain.initialize(sdMain.java:491)
            at sdMain.main(sdMain.java:646)
    log4j:ERROR No output stream or file set for the appender named [CLI_LOG].
    /usr/java/jdk1.6.0_24/jre/lib/rt.jar: error reading zip file
    Exception in thread "Thread-9" java.lang.NoClassDefFoundError: java/net/URI$Pars                             er
            at java.net.URI.<init>(URI.java:578)
            at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:350)
            at java.net.Socket.connect(Socket.java:529)
            at java.net.Socket.connect(Socket.java:478)
            at java.net.Socket.<init>(Socket.java:375)
            at java.net.Socket.<init>(Socket.java:189)
            at com.cisco.ccm.util.ncs.NcsClient.connect(NcsClient.java:342)
            at com.cisco.ccm.util.ncs.NcsClient$ReceiveThread.run(NcsClient.java:447                             )
       Welcome to the Platform Command Line Interface
        WARNING:
            The /common file system is mounted read only.
            Please use Recovery Disk to check the file system using fsck.
    Cheers
    Anjali

    Check this Bug: CSCti52867 - https://supportforums.cisco.com/docs/DOC-12955
    I have a customer with this same problem, we use to use the Callmanager Recovery DVD, as Amine said, to recover the HD. But some times reseting the server resolved the problem.
    Mártin

  • I have an iPhone 4S I have done the recent update 6.1 and now my App Store is not working when I go into the feature tab I get an error " too many HTTP redirects" how do I fix this ? The other tabs are working and it is working on my iPad also

    I am having a problem getting into the App Store on my iPhone since the recent update, I have a 4s and it appears the feature tab is not working. When I try to go into the feature tab in the App Store I get a message "too many HTTP redirects" ?... Does anyone now hoe to fix this issue, the other tabs are working okay and everything is working on my iPad ?

    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    Change the channel on your wireless router (Auto is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    Another thing to try - Go into your router security settings and change from WEP to WPA with AES.
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Http redirects not changing url in address bar

    I'm going crazy trying to fix a major bug in our application. Http
    redirects are not changing the url in the address bar of the latest versions of internet explorer. But this only happens if the redirected page is an xml page with an xslt reference for the browser to do the transformation. Mozilla seems to work fine, but I seem to have encountered a major bug in Internet Explorer. If anybody can help or at least point me in a direction I'd be SO grateful. This doesn't seem to be a java servlet specific issue, but that's what we're using so I thought I'd ask the question here too.
    We have an MVC type framework we developed. For example, if you were to add something to a shopping cart, the url might be:
    http://ecommerce.com/cart/add?sku=54321. In the add servlet, we would add the sku to your shopping cart and then redirect to, let's say,
    http://ecommerce.com/displaycart. I think this is how most MVC frameworks work. And it works great for us.
    The problem began when we started sending XML to the browser with an XSLT stylesheet. So now the browser does the transformations (if the browser is capable of doing them, which we check) instead of the server. This is a major part of our project. One of the reasons we started this.
    The problem is that Internet Explorer no longer updates the url in the
    address bar after a redirect. Mozilla works great though. We haven't
    tested on other xslt capable browsers yet. In the example above, what would happen is after adding something to your shopping cart, the "displaycart" page would be shown but the http://ecommerce.com/cart/add?sku=54321 url would be shown in the address bar. It wouldn't seem to be too big of a deal since everything works. But now all the relative links are messed up. They start from the "cart" directory. So we need absolute links. But that introduces many other problems. We then need to know the host and the parent directories (not as easy as it seems).
    So is there a solution? Is this a big bug that nobody has realized yet (or maybe they have, but my searches don't see it) in internet explorer? Is there a way for the redirected url to appear in the address bar from a browser-based xslt transformation in internet explorer? By the way, I'm testing with the latest version of IE6.0 as of July 7, 2003.
    When testing, redirects work perfect if I do the xslt transformation on the server side and just send plain html to internet explorer. And it works perfect with either serverside or browserside xslt transformations in mozilla.
    Scott Mueller
    AccelerateBiz Incorporated

    As I've been reading in the specs, microsoft, etc, it seems that it's not what's supposed to happen. But the specs are not very specific about this. However, internet explorer DOES always replace the url in the address bar with the redirected url if HTML is being returned from the redirected servlet. As is the case with all other browsers. So, at least, this behavior is the de-facto standard.
    BUT when the redirected to page is an xml page which references an xslt stylesheet.. then, ONLY in internet explorer, the original url is what's shown in the address bar (and, more importantly, what's used as the base url). Regardless of what the links look like or how they're manipulated in the transformed HTML that ends up being shown, I can't seem to make the url in the address bar the redirected url..

  • TS1702 I have tried to submit a dissatisfaction report following your instructions from my invoice for the recent purchase of smart office 2.  I can get no further as a report code keeps appearing saying too many http redirects so I can not get any furthe

    I have tried to submit a dissatisfaction report following your instructions from my invoice for the recent purchase of smart office 2.  I can get no further as a report code keeps appearing saying too many http redirects so I can not get any further.
    I have also sent 3 emails to the company if Smart Office 2 with no response.
    How do I report my dissatisfaction which is growing with the frustration of not being able to contact any one!
    Zena Parton

    I have tried to submit a dissatisfaction report following your instructions from my invoice for the recent purchase of smart office 2.  I can get no further as a report code keeps appearing saying too many http redirects so I can not get any further.
    I have also sent 3 emails to the company if Smart Office 2 with no response.
    How do I report my dissatisfaction which is growing with the frustration of not being able to contact any one!
    Zena Parton

  • HTTP Redirect not working as inteded

    We went live with a new website on a new domain yesterday. The plan was to redirect traffic to the new domain. When you enter olddomain.org, it redirects you properly to newdomain.com as it should.I work for financial institution that uses online banking. The URL for our online banking system has been changed as well. We had an SSL certificate setup on onlinebanking.olddomain.org. My coworker setup a new SSL certificate on IIS for onlinebanking.newdomain.com. Once the site change was made I applied the new certificate to the new site and everything worked properly. However users that bookmarked onlinebanking.olddomain.org are receiving certificate errors since the cert has been applied to the new domain.So I setup a HTTP redirect to redirect onlinebanking.olddomain.org to newdomain.com. The HTTP redirect works fine when you manually...
    This topic first appeared in the Spiceworks Community

    Here is the response I received for others who come across this or have a similar issue in the future:
    When you open it with the URL ending in the '/', the two dot, '..', takes the browser, top one level from the current directory which is 'month-1' and looks for the 'res' directory in 'examples' directory. Where as, when you open the URL not ending in '/', it again takes the browser, top one level starting from the current directory which is 'examples' and looks for the 'res' directory on the
    root and since it does not exist over there, thus it displays the page with errors.

  • HT1933 When I try to report a problem, it says "too many http redirects". The page will not open, so I can't report the problem!

    How can I get to the report a problem page? The song I bought will not play! It just says "too many http redirects"

    Susiebwb wrote:
    Can any one please assist me.... I paid twice for an app by mistake.... ...
    To Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • HT204406 I downloaded a song that is not playing.  When i click to report a problem it gives me an error that says "To many HTTP redirects".  What does this mean and how do I fix it?  Thank you!

    I downloaded a song that is not playing.  When i click to report a problem it gives me an error that says "To many HTTP redirects".  What does this mean and how do I fix it?  Thank you!

    The following support articles should help:
    * https://support.mozilla.com/kb/Could+not+initialize+the+browser+security+component
    * https://support.mozilla.com/kb/AUS+Update+XML+File+Malformed+200

  • TS3320 "Could not open the page, too many http redirects HELP!!

    When i click on a movie on the itunes app it says it cannot open because of too many http redirects.  How do i fix this?

    Read this whole message before doing anything.
    Back up all data.
    Quit iTunes if it’s running.
    Step 1
    Hold down the option key and select
    Go ▹ Library
    from the Finder menu bar. Move the following items from the Library folder to the Trash (either may not exist):
    Caches/com.apple.iTunes
    Caches/QCCompositionRepository-com.apple.iTunes.cache
    Saved Application State/com.apple.iTunes.savedState
    Leave the Library folder open. Try iTunes again. If it works now, stop here. Close the Library folder.
    Step 2
    If you still have problems, quit iTunes again. Go back to the Finder and move the following item from the open Library folder to the Desktop:
    iTunes
    Note: you are not moving the iTunes application. You’re moving a folder named “iTunes.”
    Test. If iTunes now works, delete the iTunes folder on the Desktop. Otherwise, quit iTunes again. Put back the folder you moved, overwriting the newer one that may have been created in its place, and continue.
    Step 3
    In the Preferences subfolder, there may be several files having names that begin with either of the following strings:
    com.apple.iTunes
    com.apple.mobile.iTunes
    Move them all to the Desktop.
    Also in the Preferences folder, there's a subfolder named "ByHost". Open it and do the same thing.
    Test again. This time iTunes should perform normally, but your settings will be lost. You may be able to put back some of the files you moved to the Desktop in this step. Relaunch and test after each one. Eventually you should find one or more that causes iTunes to malfunction. Delete those files and recreate whatever settings they contained.
    If the issue is still not resolved, quit iTunes again and put all the items you moved to the Desktop back where they were. You don’t need to replace the items you moved to the Trash. Stop here and post again.
    If you later decide that you don’t like the results of steps 2 and 3, you can undo them completely by quitting iTunes and restoring the items you deleted in those steps from your backup.

  • Everytime I try to use iTunes on my iPhone 5 I'm getting the message too many HTTP redirects!! I have tried everything to stop this as I can't use iTunes on my phone HELP!!!!!

    Everytime I try using iTunes on my iPhone 5 I keep getting the message appear Too many HTTP redirects HELP !!!!!

    Basic troubleshooting steps clearly outlined in the User Guide are restart, reset, restore from backup, restore as new device.
    Have you tried ALL the recommended troubleshooting steps yet?

  • HT1933 How are you supposed to do this when it DOESN'T EVEN WORK!!!! you press report problem and it comes up saying " too many http redirects". Total useless !

    How are you supposed to REPORT THE PROBLEM when it DOESN'T EVEN WORK!!
    I clicked it as I got a receipt for something that HAS NOT EVEN BEEN BOUGHT ! (It's funny how apple try to charge me twice for something when I work nightshift and my phones switched off!)
    and all that happened was it came up saying "too many HTTP redirects" .
    And it won't let me report it ! X

    Go here:
    http://www.apple.com/support/itunes/contact/
    and follow the instructions to report your issue to the iTunes Store.
    Regards.

  • How do I get rid of (to many HTTP redirects) from my App Store

    Every time I go to categories or top 25 I cannot get in it keeps saying to many HTTP redirect how can I fix this
    It did not start until I had my phone reset. And I try resetting my phone again and it won't even reset now

    Clearing the History and Cookies on Safari then closing safari from the background has helped me with this issue
    Go to Settings then click on Safari. Once there, clear the cookies and data. Then go into safari app then clear the history. Once you do that, close safari from the background by double clicking the home button, hold the app then hit the red - to close.

Maybe you are looking for

  • Multiple ipads with icloud accounts share itunes match

    Hi, I've got some iPad / iPhones here in the family which have differend iCloud accounts. I can't really combine these, as all the members have differend agenda's, email etc. We always bought music on a family account. Worked just fine with syncing.

  • Using wildcards in RDBMSRealm

    Hello. I'm using WLS 5.1 with SP6 running on JDK1.2.2, platform is Windows NT Server 4.0 SP6. I want to know if there is a way to use wildcards to create entries for RDBMSRealm. The reason I want to use wildcards is that if I create an entry in the A

  • The Infromation on the web shifts to my right .

    When I open my Mozilla Firefox my search bars shift to the right of my screen. Also all my infromation is to large to fit my screen the complete rigt side is inable to be seen. I've tried to reinstall it and it continues to do the same thing .

  • RStoneFUpdate.ini file not found

    I purchase a HP Pavilion G7 series.  After running Recovery Disks an error message pop-up stating 3 possibilities why the RStone Factory Update could not determine OS edition.  First, C:\HP\BIN\RStoneFUpdate.ini was not found.  Second, C:\HP\BIN\RSto

  • Accessing the System Landsape Directory (SLD) failed.

    Hi, i am getting this error, while i run the tutorial and the root cause is mentioned below. And also another query, i have installed newer version of java on to my PC, when ever i run the tutorials, i am need to change the classpath to the latest ve