Advertisement
Guest User

Untitled

a guest
Nov 25th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. Starting backup session with roadrunner-linux
  2. Getting prefs from roadrunner-linux
  3. Getting auth details for device roadrunner-linux
  4. Updating token
  5. Getting backup auth token for device roadrunner-linux
  6. Downloading string from https://sta.palmws.com/storageauth?email=my.email.address@mail.com&deviceId=MEID:A1000001234567&token={33-digit-alpha-numeric}
  7. Downloaded: 2:{another-33-digit-alpha-numeric}:900000:{13-digits}:{11-digit-alpha-numeric}=:my.email.address@mail.com:MEID:A1000001234567:{23-digit-alpha-numeric}+{39-digit-alpha-numeric}=
  8.  
  9. Trying to get root store
  10. Downloading string from https://{another-33-digit-alpha-numeric}.backup.st.palmws.com/storage/
  11. Uncaught app exception: System.Exception: ProtocolError: <html><head><title>Apache Tomcat/6.0.29 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 401 - </h1><HR size="1" noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>This request requires HTTP authentication ().</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/6.0.29</h3></body></html> ---> System.Net.WebException: The remote server returned an error: (401) Unauthorized.
  12. at System.Net.HttpWebRequest.GetResponse()
  13. at PalmBackupTester.WebCall.CallString(String url, String method, String contentType, WebHeaderCollection headers, String postBody) in c:\Users\GMMan\Documents\Visual Studio 2008\Projects\PalmBackupTester\PalmBackupTester\WebCall.cs:line 48
  14. --- End of inner exception stack trace ---
  15. at PalmBackupTester.WebCall.CallString(String url, String method, String contentType, WebHeaderCollection headers, String postBody) in c:\Users\GMMan\Documents\Visual Studio 2008\Projects\PalmBackupTester\PalmBackupTester\WebCall.cs:line 89
  16. at PalmBackupTester.BackupSession.GetRoot() in c:\Users\GMMan\Documents\Visual Studio 2008\Projects\PalmBackupTester\PalmBackupTester\BackupSession.cs:line 38
  17. at PalmBackupTester.MainForm.initTree() in c:\Users\GMMan\Documents\Visual Studio 2008\Projects\PalmBackupTester\PalmBackupTester\MainForm.cs:line 43
  18. at PalmBackupTester.MainForm.loginButton_Click(Object sender, EventArgs e) in c:\Users\GMMan\Documents\Visual Studio 2008\Projects\PalmBackupTester\PalmBackupTester\MainForm.cs:line 36
  19. at System.Windows.Forms.Control.OnClick(EventArgs e)
  20. at System.Windows.Forms.Button.OnClick(EventArgs e)
  21. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  22. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  23. at System.Windows.Forms.Control.WndProc(Message& m)
  24. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  25. at System.Windows.Forms.Button.WndProc(Message& m)
  26. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  27. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  28. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement