Advertisement
Guest User

Untitled

a guest
Aug 9th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.54 KB | None | 0 0
  1. 2011-04-05 21:24:42,659 INFO [com.onsmsc.tr.smtp.EmailToPortalMDB] (WorkManager(2)-4) Sending POST to 217.170.195.53:80 with Inge Kristiansen <inge.kristiansen@gmail.com> -> noe@mail.onsmsc.com
  2. [SND=Inge Kristiansen <inge.kristiansen@gmail.com>, RCV=noe@mail.onsmsc.com, TXT, TITLE=tester, dkim_signature.0=v=1; a=rsa-sha256; c=relaxed/relaxed;
  3. d=gmail.com; s=gamma;
  4. h=domainkey-signature:mime-version:date:message-id:subject:from:to
  5. :content-type;
  6. bh=h4wot6Q8DoNiMs6t1MHPh4DOO+umtgUTsHqRQ6G8//8=;
  7. b=D5bHa1EhUNCUlDjlBmHI075AvYbjA9BvAZQjlvYn7YpTvBBrU4NryvmtbR4g329nUH
  8. +feQBE88y/Sy2jsjtoelOsIDdfAG2WitC56uIrdwx1w0d0fLtlVPjUvxVpCoi86q8KYy
  9. WeA9ZJ3LD6LfVEMKQ8811qcke90yTYc1Z2avs=, to.0=noe@mail.onsmsc.com, subject.0=tester, domainkey_signature.0=a=rsa-sha1; c=nofws;
  10. d=gmail.com; s=gamma;
  11. h=mime-version:date:message-id:subject:from:to:content-type;
  12. b=ijVuC13Ce3ZYidlBqK9D+/zbKk7x2QZPaM5MDJUd3oJNRjqwLtlvMcbUuRh/95ozhn
  13. qt1b5wDyEJzjZDWHzqNIfqWuDuPD19YtSFa5BNSa8isH3QInqhdc2yuH9KRkUHxI0g0Z
  14. MVmTVgQ+opmfNNTrBNVEFsYr/kS1C+a2M8xD4=, message_id.0=<BANLkTimWWWS3rACR-fGA2O4nbxN5=-VSCw@mail.gmail.com>, received.0=by 10.150.158.15 with HTTP; Tue, 5 Apr 2011 12:24:38 -0700 (PDT), from.0=Inge Kristiansen <inge.kristiansen@gmail.com>, mime_version.0=1.0, date.0=Tue, 5 Apr 2011 21:24:38 +0200, content_type.0=multipart/mixed; boundary=000e0cd240c6bf63b104a030d31f, FILE.1.REMOTENAME=noe/BANLkTimWWWS3rACR-fGA2O4nbxN5=-VSCw@mail.gmail.com/Mobitalklogo.png, FILE1.FILENAME=Mobitalklogo.png, FILE1.CONTENTYPE=image/png; name="Mobitalklogo.png"]
  15. 2011-04-05 21:24:47,096 INFO [com.onsmsc.tr.smtp.EmailToPortalMDB] (WorkManager(2)-4) Response: HTTP/1.1 500 Internal Server Error
  16. <html>
  17. <head>
  18. <title>Runtime Error</title>
  19. <style>
  20. body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
  21. p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
  22. b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
  23. H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
  24. H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
  25. pre {font-family:"Lucida Console";font-size: .9em}
  26. .marker {font-weight: bold; color: black;text-decoration: none;}
  27. .version {color: gray;}
  28. .error {margin-bottom: 10px;}
  29. .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
  30. </style>
  31. </head>
  32.  
  33. <body bgcolor="white">
  34.  
  35. <span><H1>Server Error in '/UKIn' Application.<hr width=100% size=1 color=silver></H1>
  36.  
  37. <h2> <i>Runtime Error</i> </h2></span>
  38.  
  39. <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
  40.  
  41. <b> Description: </b>An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
  42. <br><br>
  43.  
  44. <b>Details:</b> To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".<br><br>
  45.  
  46. <table width=100% bgcolor="#ffffcc">
  47. <tr>
  48. <td>
  49. <code><pre>
  50.  
  51. <!-- Web.Config Configuration File -->
  52.  
  53. <configuration>
  54. <system.web>
  55. <customErrors mode="Off"/>
  56. </system.web>
  57. </configuration></pre></code>
  58.  
  59. </td>
  60. </tr>
  61. </table>
  62.  
  63. <br>
  64.  
  65. <b>Notes:</b> The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application&#39;s <customErrors> configuration tag to point to a custom error page URL.<br><br>
  66.  
  67. <table width=100% bgcolor="#ffffcc">
  68. <tr>
  69. <td>
  70. <code><pre>
  71.  
  72. <!-- Web.Config Configuration File -->
  73.  
  74. <configuration>
  75. <system.web>
  76. <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
  77. </system.web>
  78. </configuration></pre></code>
  79.  
  80. </td>
  81. </tr>
  82. </table>
  83.  
  84. <br>
  85.  
  86. </body>
  87. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement