11506 extra 302s causing trouble

Hi,
I have 2 sets of services supporting a 2 content rules, one is dynamic content the other static they both get requested together
The pages are dynamic, the css and images they contain are static
when a page is requested the css gives the dynamic content back, then the browser requests the first static element and the css gives back a 302 to the same url if the browesr rerequests this then all should be well (if an unnessecary slight delay)
The trouble is that this 302 appears to be causing some browsers to not use the css (the first such element)
On other pages the first image can load after the others.
What steps should I take to find its cause and remove it?
here is an example config that mirrors my real one
service static
ip address 192.168.0.10
protocol tcp
keepalive type http
port 8080
keepalive port 8080
keepalive uri "/keepalive.html"
active
service dynamic
the same (including ip address) except-
port 8090
keepalive port 8090
owner webapp
content staticsite
vip address <public ip or ip used by ssl-proxy-list>
protocol tcp
port 80
add service static
active
content dynamic
vip address <same public ip or ip used by ssl-proxy-list>
protocol tcp
port 80
url "/theApp/*"
sticky-mask 255.255.255.240
sticky-inact-timeout 1800
add service dynamic
active
so the dynamic url is 'below' the static one /css and /images and /anything are served by static and only /theApp/* is served by the dynamic
in reality the are 3 static and 12 dynamic services
running sg0720206 (7.20 Build 206)

the redirect is because of the change of content rule and the use of persistent connection.
To avoid the redirect, you can use the global config command "persistence reset remap"
Regards,
Gilles.

Similar Messages

  • Appmenu-qt causeing trouble since KDE 4.9.5

    Hey guys,
    I just updated to KDE 4.9.5 just to discover that having appmenu-qt installed (I don't use it) makes menu bars go to nirvana. I simply uninstalled the package and the menu bars appeared again. Someone else experiencing the same issue?
    The problem is, at the moment I don't need/want appmenu, but it will definetly become interesting in KDE 4.10 when KWin's decorations will finally be able to use it, it would be nice to not cause trouble when not even used.

    It makes menu bars go to nirvana. Thanks I love my menu bars .

  • Urgent! Can div's ids cause trouble

    Can div's ids cause trouble with a javascript loaded flash?
    I'm using the swfobject javascript to load a flash animation
    (this code helps the submenu layers appear on top of the flash
    animation and makes that weird gray line in IE go away).
    I have many divs without id, the animation should load into a
    div called "mainflash". When I have all those div inside the same
    table as the "mainflash" div, the flash animation does not load.
    After many tests I found out that only with all those other
    divs in the different tds of the table the animation fails to show,
    which leads me to thinking the .js code might get confused with all
    those unidentified divs.
    Is that possible? This only happens in firefox 2 when using a
    mac.
    Here's the page without the divs:
    http://www.l3hm.com/anim_test9x.php
    Here's the page with all those divs:
    http://www.l3hm.com/anim_test4.php
    I used php includes, but I also tried having all the content
    in the page without the includes and in html and still it didn't
    work.
    Please help me out my client is becoming impatient.

    serg2049 wrote:
    > Can div's ids cause trouble with a javascript loaded
    flash?
    >
    > I'm using the swfobject javascript to load a flash
    animation (this code helps
    > the submenu layers appear on top of the flash animation
    and makes that weird
    > gray line in IE go away).
    >
    > I have many divs without id, the animation should load
    into a div called
    > "mainflash". When I have all those div inside the same
    table as the "mainflash"
    > div, the flash animation does not load.
    >
    > After many tests I found out that only with all those
    other divs in the
    > different tds of the table the animation fails to show,
    which leads me to
    > thinking the .js code might get confused with all those
    unidentified divs.
    >
    > Is that possible? This only happens in firefox 2 when
    using a mac.
    >
    > Here's the page without the divs:
    http://www.l3hm.com/anim_test9x.php
    >
    > Here's the page with all those divs:
    http://www.l3hm.com/anim_test4.php
    >
    > I used php includes, but I also tried having all the
    content in the page
    > without the includes and in html and still it didn't
    work.
    >
    > Please help me out my client is becoming impatient.
    >
    You could try this - in your test.php file - find this line
    of code.........
    <div id="mainflash" style="border: 1px solid rgb(99, 101,
    105); padding:
    3px; width: 466px; height: 357px; position: absolute;
    margin-top:
    49px;"><embed type="application/x-shockwave-flash"
    src="l3anim.swf"
    style="" id="main" name="main" bgcolor="#FFFFFF"
    quality="high"
    wmode="opaque" height="357" width="466">
    </div>
    and replace with.........
    <div id="mainflash" style="border: 1px solid rgb(99, 101,
    105); padding:
    3px; width: 466px; height: 357px; margin-top:
    49px;"><embed
    type="application/x-shockwave-flash" src="l3anim.swf"
    style="" id="main"
    name="main" bgcolor="#FFFFFF" quality="high" wmode="opaque"
    height="357"
    width="466">
    </div>
    chin chin
    Sinclair

  • Which Ipod Updater was causing trouble with ipods??

    I read a while back that there was an ipod updater that was actually making the ipod not work can anyone tell me which updater this was?

    I updated my ipod video w/ that ipod updater that causes trouble is there a way for me to switch back to the previous update because now the ipod plays the first 2 sec. of a song and then shuffles through the rest of the songs not allowing me listen to my downloaded music. Please help w/ my concern or let me know if there is a newer updater that will work for me.

  • DW CS6: Extra empty blank line in code view causing trouble!

    Hi all,
    I searched for hours for a solution to the following problem, without any success.
    When coding in Dreamweaver CS6 (Version 12.0, Windows 8.1), an extra non-editable blank line is automatically added at the bottom of the document (in code-view). This is a nice feature, since it clearly separates the end of the document from the rest of the DW user interface. BUT:
    WHEN you have "Word Wrap" disabled (i.e. horizontal scroll bars appear if one or more lines are longer than the current view),
    AND no line is actually longer than the view (i.e. NO horizontal scroll bars),
    AND you click somewhere into the document while the vertical scroll bar is at the very bottom,
    THEN the code view jumps one line upwards causing a selection of 2 lines.
    This might not seem to be a big issue at first glance, but surprisingly often all of the mentioned conditions are met.
    Is there any possibilty to somehow get rid of this problem?
    Note: The problem does not occur when any of the above conditions is false.
    Cheers!
    CamelCase

    This is strange...
    Yes, I just updated DW to 12.03 a minute before I posted the question. ;-)
    Are you sure you cannot reproduce it? Is there a blank line at the bottom of your editor as well?
    Here are the conditions again:
    Word Wrap is disabled.
    No line too long for vertical scrollbar to appear.
    Scroll fully down in the code view.
    Click somewhere into the document.
    Effect: The view jumps exactly one line upwards (such that the mentioned blank line just disappears), and instead of a blinking cursor, two lines are selected.
    Here is a screenshot before/after the click:
    I appreciate any help. Really, thank you!!

  • JVMTI : AgentSetEventNotificationMode Causes Troubles in Lotus Notes

    Hi Everybody
    I have a JVMTI agent that i used to profile many java application ( Eclipse, Notes ...)
    I discover that I have some troubles with Lotus Notes Release 8.5.2FP4 on WIN7 64x
    (troubles like same time sigin windows don't open , contact window empty and it display nothing ...)
    when trying to investigate it a find that the problem occured when I call JVMTI method SetEventNotificationMode with JVMTI_EVENT_CLASS_FILE_LOAD_HOOK as parameters
    event with an empty callback I have always problem but only with notes
    in Trace log I found message like :
    *"An error occurred when activating automatic grouping com.ibm.rcp.aaf.startup (944).*
    *Caused by: java.lang.NoClassDefFoundError: com / ibm / icu / util / GregorianCalendar ... "*
    *"Errors when calling the plug-in code: com.ibm.rcp.personality.framework"*
    *"The plug-in com.ibm.rcp.aaf.startup failed to load the class com.ibm.rcp.aaf.startup.Startup."*
    when I try to desable this Event (JVMTI_EVENT_CLASS_FILE_LOAD_HOOK ) evry lotus notes fonctionnalities works well
    Any Idea ?
    Thanks a lot

    What version of Notes do you have? I get a message saying "Domino Web Access has not been certified to work with this browser" and I can choose one of:
    Try Domino Web Access anyway
    Use Lotus iNotes ultralite mode
    Use WebMail
    Logout
    I try Domino Web Access anyway
    As Mike says, it is pretty much useless with a touch screen. I can preview a message, I can create a new message, but I can't type in the body of the new message.
    I can switch to Lite, but the text is so small I can't read it. Clicking New doesn't seem to do anything here.
    I start over. Apparently that Lite mode isn't the same as Ultralite. The Ultralite mode seems to work fine and even has a distinct iPhone-esque look to it.
    The last option, just WebMail looks like a real old, rude and crude webmail version done by somebody's kid that is good with computers.
    So, see if you have access to the Ultralite mode. That one is definitely the best. Our Lotus Notes servers also have IMAP servers as well. I tend to use those instead of an actual Lotus client.

  • SJSAS v9.0 : jsf-api 1.2 in javaee.jar causes trouble for jsf 1.1 apps

    In Sun Java System Application Server v9.0 (or 9.1), jsf-api v1.2 is embeded in javaee.jar. This causes a lot of trouble when deploy web applications written with jsf v1.1. Is there a way to avoid this without modifying web applications to migrate to jsf v1.2? I got strong reasons/requirements not to migrating source to comply jsf v1.2.
    In JSF v1.2 spec, it states "Faces 1.2 is backwards compatible with Faces 1.1. This means that a web-application that was developed to run with Faces 1.1 won�t require any modification when run with Faces 1.2 except in the cases described in the following section." Does anybody have the experience running v1.1 applications on top of SJSAS v9+ (or JSF v1.2 RI)? What are the best practices?
    Thanks

    It took me quite some time to diving in the codes as my situation is not simple - we have tens of custom coded JSF components/renders written in JSF v1.1 and suddently found everything not working on SJSAS v9. It turns out that I have to remove EVERY jar files related to JSF v1.1 or dependant by JSF v1.1, then it seems working but I couldn't be too sure untill the testing cycle finishes.
    Thanks for the hint BalusC - it helps.

  • Extra ram cause restarting problem on g7-2325dx

    I have g7-2325dx with 4gb ram, and when I attach extra 4gb ddr3 sodim ram from best buy, the laptop shows error messages leading to restart. When I restart it, it will work for about 5 minutes and error message will show up again restarting the laptop. So I decided to get rid of it.  Is there anyway I can put this extra ram without causing error messages?

    Hello Chris,
    As mentioned in post #2 (by Pepe) try updating your BIOS first. Btw Could you let me know the error message you were receiving? Also did you try installing the 4GB (new*) memory alone in the slots and did it boot up if you have tried?
    Moreover, in order for your laptop to recognize 8GB of memory you need to have a 64Bit of operating system as 32Bit recognizes a memory of 3 - 3.5GB only. 
    My theory is either the 4GB module maybe defective or it maybe due to the use of generic brands. Sometimes some Generic (OEM) brand memory will not work. In case you need to test the memory, then you can test it using  memtest86 (click here).
    You can send back the memory to bestbuy and instead try buying from crucial, memorystock, corsair, G skill, OCZ. Kingston.. you can find the memory in the above websites.
    Following is the exact specs of the memory which your system supports - 4GB DDR3-1600 MHz, PC3-12800 SODIMM (HP MFG # - H2P64UT#ABA)
    Good Luck with the upgrade 
    Best Regards,
    John
    **Click the KUDOS star on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Using the integrated USB hub on my Thunderbolt Display causes troubles

    I just purchased a MacBook Air and a Thunderbolt Display. Unfortunately, when I connect USB plugs to the Displays buildin USB hub, I'm getting severed connections all the time (USB-Connection lost, Firewire-Connection lost, Ethernet-Connection lost...).
    I really loved the idea of not having to use external USB-hubs as this only clutters my desk - but the Displays internal hub cannot be used savely (I have a couple of hard drives connected via FW and USB to the Display - this has already resulted in data loss (fortunately I had a backup).
    As soon as I'm NOT using the Display's USB ports everything is fine (the Display's FireWire and Ethernet ports do not seem to cause any trouble).
    Anyone else seeing this?

    Plugging an additional USB hub into the integrated USB hub extends the problematic behavior even further.
    If I eject a thumb drive from a USB hub that's attached to the Thunderbolt display hub (for example), it will never recognize that thumb drive again, on any of the USB ports on the display or any additional hub connected to the display, until I reboot with no added USB hub, and then reconnect an empty hub, and then add devices one at a time.
    I've also noticed that while some devices drop off, some continue to show up in the system report, even when they have been properly ejected or disconnected. Refreshing the system report doesn't update with what's really going on...
    Weird... So since mountain lion, I don't disconnect any USB devices from the Thunderbolt display, unless I really, truly must.

  • Nested tables causes trouble in RoboHelp FM Import

    May be someone here in this forum knows a solution or a workaround for my trouble with a FrameMaker Import in RoboHelp.
    Background:
    To generate context sensitive Windows HTML-Help a FrameMaker document is imported into RoboHelp.
    There are lots of nested tables (a table cell contains an anchored frame with a text frame and inside of this text frame is a table).
    Problem:
    RoboHelplets all occurrences of these nested tables empty.
    It seems that RoboHelp converts anchored frames into JPG and expects certain formats inside these frames only.
    There are lots of empty (white) JPG files in the RoboHelp project.
    Anchored frames with:
    text frames with text inside
    text appears
    text frames with text and table inside
    text appears, table appears NOT
    Question:
    Is there a workaround in FM to overcome this "absent feature" in RoboHelp.
    We use TSC 2 on Windows XP SP3.
    Thanks
    Norbert

    42,
    It would be a little more productive if you mentioned the rev levels that you're using....
    Depending on the content of the second level of cells (Just sub-divided cells? Discrete table titles? Contrasting formatting? Other stuff?), I'd think about faking it by creating a larger parent table and custom ruling/shading the pseudo-nested tables. And I'd definitely go that way if you have a lot of them and RH is a firm part of your workflow.
    It may also be worth downloading the free eval of MIF2Go and seeing if that handles the nesting any better.
    And finally, one long shot to try... what happens if you nest the tables in Word, then copy them into Frame as RTF (Special Copy)?
    But don't hold your breath... the programs are, after all, created by engineers and they may not push the envelope in test cases as far as writers do. ;-  )  For instance, I'd wonder if the RH coders are aware that you can nest tables in FM this way? It wouldn't come up too often.
    You may also want to visit the Tech Comm Suite Users Group (http://groups.google.com/group/TCS-Users?hl=en) and post there. I don't think there would be a different answer, but...
    Art

  • Return new Dimension within getPreferredSize() causing trouble

    attempting to compile this causes this problem:
    C:\tryjava>javac SelfContainedPanel.java
    SelfContainedPanel.java:44: missing method body, or declare abstract
    public Dimension getPreferredSize();
    ^
    SelfContainedPanel.java:46: return outside method
    return new Dimension(150,100);
    ^
    2 errors
    When I comment out the getPreferredSize method, the size is all wrong, basically 2 pixels x 2 pixels....
    I studied the Dimension API and the getPreferredSize method but it seems as if I'm doing things correctly??
    //CODE
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class SelfContainedPanel extends JPanel {
         private int x1,y1,x2,y2;
         public SelfContainedPanel()
              addMouseListener(
                   new MouseAdapter() {
                        public void mousePressed(MouseEvent e)
                             x1 = e.getX();
                             y1 = e.getY();
                        public void mouseReleased(MouseEvent e)
                             x2 = e.getX();
                             y2 = e.getY();
                             repaint();
              addMouseMotionListener(
                   new MouseMotionAdapter() {
                        public void mouseDragged(MouseEvent e)
                             x2 = e.getX();
                             y2 = e.getY();
                             repaint();
         public Dimension getPreferredSize();
              return new Dimension(150,100);
         public void paintComponent ( Graphics g)
              super.paintComponent(g);
              g.drawOval(Math.min(x1,x2),Math.min(y1,y2), Math.abs(x1 - x2), Math.abs(y1-y2) );
    }

    Here is the code re-posted correctly. I apologize for my hasty remarks.
    //Fig 13.3 SelfContainedPanel.java
    // A self-contained JPanel class that handles its own mouse events
    //package com.deitel.jhtp3.ch13;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class SelfContainedPanel extends JPanel {
         private int x1,y1,x2,y2;
         public SelfContainedPanel()
              addMouseListener(
                   new MouseAdapter() {
                        public void mousePressed(MouseEvent e)
                             x1 = e.getX();
                             y1 = e.getY();
                        public void mouseReleased(MouseEvent e)
                             x2 = e.getX();
                             y2 = e.getY();
                             repaint();
              addMouseMotionListener(
                   new MouseMotionAdapter() {
                        public void mouseDragged(MouseEvent e)
                             x2 = e.getX();
                             y2 = e.getY();
                             repaint();
         public Dimension getPreferredSize();
              return new Dimension(150,100);
         public void paintComponent ( Graphics g)
              super.paintComponent(g);
              g.drawOval(Math.min(x1,x2),Math.min(y1,y2), Math.abs(x1 - x2), Math.abs(y1-y2) );
    }

  • Microsoft Anti-Counterfeit Program Causing Trouble with I-Tunes?

    Okay, my girlfriend had a family friend build a computer for her, and of course, he installed a counterfeit XP Pro OS. She recently received the anti-counterfeit warning, and dutifully ordered the fix from MSOFT, for $149 and change.
    You get the disk, which you don't need to use, and you need to run a tool which allows you to replace your counterfeit OS software key with a new one. And she did this successfully.
    But now I-tunes 6 won't let her run her songs. Relevant messages are:
    (1)"This computer is not authorized to play [x], wouldyou like to authorize it."
    (2) She logs in with password, then it says..."Machine Authorization Successful, you have authorized 1 out of 5etc."
    (3) But hit OK and you get - "We could not complete your music store request, an unknown error occurred (-208). There was an error in the music store, try again later."
    Is I-tunes relying on the software key to verify authorized computers, but not able to handle a key change? Considering the scale of the MSOFT anti-counterfeit program, probably gonna be trouble! Any known info on fixing this issue?

    Its a corrupt SC folder.... First goto Advanced>deauthorize over and over til you get "This PC has not been authorized"
    Now follow these steps, its for a different issue but the steps are the same for deleteing the SC folder
    http://docs.info.apple.com/article.html?artnum=302386

  • Two iCloud accounts cause trouble with Calendar

    Hello!
    Accidentially I set up a second iCloud account on my second MacBook Pro. I know that was stupid... Now I want to fix this and only use one account to sync everything between my two MacBooks and iPhone.
    I set up the same iCloud account in the preferences of all apps like contacts and calendar on all my devices as well as in the system preferences/icloud. It works well for contacts but not for calendar. Calendar on my second MacBook and iPhone is not switching to the new iCloud and its evets. It still shows the old events and doesn't sync.
    I already tried switching iCloud off and back on after a minute for the calendar. Even waiting for 2 days and restarting the computer doesn't help.
    Can I somehow delete the second iCloud account and all its data to maybe fix the trouble by that?
    Btw: I have all latest software and updates on my devices.
    Thanks a lot for your help!
    Michael

    You could simply set up calendar sharing (see also: https://support.apple.com/kb/PH2690). Justopen the calendar app on your iOS device, click calendars, and then the little "i" icon, here you can add other people and share your calendar.

  • Extra routes causing server to stop talking

    I have 16 Sun M3000 servers divided into 2 systems of 8.
    System A is on 192.168.217.0 255.255.255.0 /etc/defaultrouter = 192.168.217.1
    System B is on 192.168.218.0 255.255.255.0 /etc/defaultrouter = 192.168.218.1
    Routing between the networks is done via cisco asa5520 Firewalls.
    I am using 2 NICs on each server in a single group with one configured as a standby:
    /etc/hostname.bge0 = server1 group serv1grp up
    /etc/hostname.bge0 = group serv1grp standby up
    The problem I have is that under normal conditions, when I type netstat -r I see:
    217.0 network:
    Routing Table: IPv4
    Destination Gateway Flags Ref Use Interface
    default 192.168.217.1 UG 1 101
    192.168.217.0 192.168.217.11 U 1 120 bge0
    224.0.0.0 192.168.217.11 U 1 0 bge0
    127.0.0.1 127.0.0.1 UH 3 65 lo0
    218.0 network:
    Routing Table: IPv4
    Destination Gateway Flags Ref Use Interface
    default 192.168.218.1 UG 1 173
    192.168.218.0 192.168.218.12 U 1 80 bge0
    224.0.0.0 192.168.218.12 U 1 0 bge0
    127.0.0.1 127.0.0.1 UH 3 65 lo0
    Unfortunately every once in a while (8 hours or so) the servers on the 218.0 network quit talking to the servers on the 217.0 network. No ping, etc.. I can get from a server on the 217.0 network, through the firewalls and switches to a serrver on the 218.0 network. All of the 218.0 servers can talk to each other but not back over to 217.0 at this point. They can see 218.1
    I have noticed "extra routes" in the route table on these servers. I do not have the exact extras, but something simliar to this:
    218.0 network:
    Routing Table: IPv4
    Destination Gateway Flags Ref Use Interface
    default 192.168.218.1 UG 1 173
    192.168.218.0 192.168.218.12 U 1 80 bge0
    192.168.218.0 192.168.218.34 U 1 80 bge0
    192168.218.4 192.168.218.12 U 1 80 bge0
    224.0.0.0 192.168.218.12 U 1 0 bge0
    127.0.0.1 127.0.0.1 UH 3 65 lo0
    I understand that by having the /etc/defaultrouter file, routing/forwarding is disabled by default and I have not re-enabled any of this.
    It seems as though the server is learning invalid routes. What I want to do is basically force it to always have only theoriginal 4 and not learn any new ones.
    Anyone have any ideas?

    Dont seem to find any difference between other servers...i chnaed the timeout settings to 
    "ServicesPipeTimeout" to 90000..This seems to have minimized the issue...but i am not sure for long it';s gonna work...
    Initially the issue came to timeouts on 30000ms so i had to increase it to 60000
    first Issue chnage :1: A timeout (30000 milliseconds) was reached
    ..Settings changed to 60000.it worked for a couple of month and then started to throw errors agaiin :
    Second :A
    timeout (60000 milliseconds) was reached 
    Now i have chnaged the value to 90000,though it doesnot show any recommended value for the reg keys for "ServicesPipeTimeout" and any fixes for
    services getting timeout..
    A timeout (60000 milliseconds) was reached while waiting for a transaction response from the CryptSvc service.
    A timeout (60000 milliseconds) was reached while waiting for a transaction response from the Dnscache service.
    A timeout (60000 milliseconds) was reached while waiting for a transaction response from the LanmanWorkstation service.
    A timeout (60000 milliseconds) was reached while waiting for a transaction response from the WinRM service.
    A timeout (60000 milliseconds) was reached while waiting for a transaction response from the NlaSvc service.

  • Update loaded and caused trouble with mail.

    got my computer after thanksgiving and it was working great until an automatic update loaded. Now I cannot get it to load hotmail at all. I do not get an error message or anything but  a blank page thata says done. I have tried to restore to a few days before the download but it did not fix the problem. Does anyone have any idea what I cam do to fix this issue. It seems that everything else is working fine except the games that came WITH the computer do not play now either. (The orb games). They will load but when you hit play they just stop. Any help would be appreciated.

    tried restore but hotmail still will not pull up. All the updates were to do with office except 1 that was silverlight. Don't know what that is but could it be the one that caused the problem?

Maybe you are looking for

  • Cache Cleaner ruined my menu bar, no longer able to screen shot

    not sure if anyone is familiar with this application "Yosemite Cache Cleaner". i just started using it. tried out the light scan and auto restored my computer then messed my top menu bar... well its off screen i can not see the time or the wifi icon

  • Need Some help in Developing an ALV report ..Plz help me

    Hi Experts I am basic learner to ABAP Here I need some help in developing a Delivery *** Invoice Report....Please help me by spending a little time.. Tables are VBAK VBAP LIPS LIKP   and Document floe table is VBFA   SELECT VBELN VKORG VTWEG SPART   

  • How to disable the print icon on check status screen of shopping cart inSRM

    Hi Experts, I have a requirment in which I need to disable print Icon on the status screen of the shopping cart. Can anybody please let me know how to achive this requirement. Thanks, Arun K Singarapu

  • ASO Data base Size....

    When we normally right click on the ASO app folder in Windows and check properties of that folder then i am able to estimate what is the size of the database.That is how i used to know about my ASO databases.Although i am fine with what i am doing ri

  • I deleted my icloud backup by accident

    I deleted my icloud backup from my iphone by accident, but I can still see that it shows up on iCloud.com. Anyone know how to get this to show up on my phone again? I lost all my photos when I reset it.