Best unofficial Apache Server developers community |
| |||||
| Feb 7, 2012 | |||||
|
Rjl |
|
||||
|
vmware player interference - no support for http method POST November 2, 2011 02:14:49 PM as soon as I installed vmware player and spun up a VM instance on my development system, I could no longer connect to puppet... cwhi### @development:~/tti_framework$ sudo puppet agent --server MY_PUPPETMASTER --verbose --test --debug debug: Failed… JMeter: 10 Users using HTTP Request sending different files with POST method September 3, 2010 04:49:28 AM Hi all, I was wondering if someone can help me in building following UseCase scenario: I want to have 10 HTTP requests (simulating 10 users) that is trying to send 10 different XML files using HTTP POST method. I want to stress test application,… Re: 404 Method Not Allowed when returning 500 error to POST request March 25, 2011 04:21:24 PM Gah, just realized I got the title of this post wrong. I of course meant *405* Not Allowed, not 404! Posted at Nginx Forum: http://forum.nginx.org/read.php?2,185782,185802#msg-185802 Re: error handling on Http POST from ActiveMQ to PHP application April 29, 2011 03:10:00 AM What version of ActiveMQ and Camel are you using? -----Claus Ibsen Re: error handling on Http POST from ActiveMQ to PHP application April 29, 2011 03:07:01 AM Welcome to the Camel community. The WARN message WARN | Execution of JMS message listener failed, and no ErrorHandler has been set. Is in fact not about the Camel error handler. Its about JMS exception listener you can set on the Activemq/JMS… Error while ATS handling HTTP headers with X-ajaxpro-method January 6, 2011 04:35:15 AM Hi, I saw this issue while we sign up in weeworld.com, after I login in weeworld.com, ATS doesn't complete the POST request. But refreshing the page completes the request. We suspected the presence of x-ajaxpro-method in this post. I debugged… Re: Error while ATS handling HTTP headers with X-ajaxpro-method January 6, 2011 08:47:09 AM ----- "Gracy F" <grac### @gmail.com> wrote: > Hi, Hi Gracy. First of all: Why are you sending mails to dev-in### @trafficserver.apache.org ? That's pretty much a dead-end :) > I saw this issue while we sign up in weeworld.com, after… Created] (FILEUPLOAD-197) ServletFileUpload isMultipartContent method does not support HTTP PUT July 14, 2011 02:50:44 PM ServletFileUpload isMultipartContent method does not support HTTP PUT err: Could not call puppetbucket.addfile: #<RuntimeError: HTTP-Error: 500 Internal Server Error & December 15, 2010 08:14:16 PM Puppet version: 0.24.8 (Red Hat Enterprise Linux Server release 5.3 (Tikanga)) My module runs fine but when I change the file on the server side I get the error: err: Could not call puppetbucket.addfile: #<RuntimeError: HTTP-Error: 500… DO NOT REPLY New: HTTP Error 500.0 - Internal Server Error June 17, 2010 09:48:11 AM https://issues.apache.org/bugzilla/show_bug.cgi?id=49454 Summary: HTTP Error 500.0 - Internal Server Error Product: Tomcat Connectors Version: 1.2.30 Platform: Other OS/Version: Windows Server… How to use Regex Extractor Post Processor to passing data from the http response to another http re February 4, 2011 03:14:27 AM Hi, I try to use JMeter to stress test a Comet server. I use a Http Post Request to send a handshake request to the server. The server return json data like this:… Jetty server HTTP ERROR: 500 Can anyone tell me why this has failed September 20, 2010 09:57:49 AM Can anyone tell me why this has failed HTTP ERROR: 500 org/eclipse/jdt/internal/compiler/util/Messages RequestURI=/admin/connections.jsp Caused by: java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/compiler/util/Messages at… Http Server with error Connection Reset February 18, 2011 10:59:51 PM Hi I'm using latest version of HTTP Core. And I'm following the sample "Basic HTTP Server" ( http://hc.apache.org/httpcomponents-core-ga/examples.html). But I keep getting the error: Connection Reset. Every time I finished handle the request, and… HTTP Status 500 - Server Internal Error December 18, 2010 01:49:21 PM Hello List, I am currently using Apache Nutch 1.2 and Tomcat 6.0.26 (first post on list). I recently configured use of a plugin within Nutch which has been known to cause the above error due to the fact that Tomcat and Jena (a framework for… RE: HTTP Status 500 - Server Internal Error (continued!) December 19, 2010 12:58:32 PM Hi I managed to get over the parser issue by following your suggestions. Just as I thought things were gradually getting better I am now encountering errors with the class org/apache/common/logging/LogFactory when I try to launch webapp on… puppetrun :: "HTTP-Error: 500 Internal Server Error" (w/ Passenger) February 11, 2011 01:38:13 PM I'm running puppetmaster with passenger and it's breaking my puppetrun capabilities. If run puppetrun running from webbrick it runs, if I run it with apache/passenger, it gives me an error. bash-3.2# /usr/sbin/puppetrun --host… Jmeter novice asking help to avoid error 501 during recording using http proxy server September 27, 2011 02:05:56 PM Lads, I am wondering if someone could give me a practical help on how could I avoid the 501 error (Method not implemented) during the recording which I am doing using HTTP proxy server. I can explain the issue: During recording the browser… Closed] (AMQ-2924) I got the folowing error when I invoke a http://0.0.0.0:8161/admin on mi server July 9, 2011 04:05:23 PM [ https://issues.apache.org/jira/browse/AMQ-2924?page=com.atlassian.jira .plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish closed AMQ-2924. Created: (AMQ-2924) I got the folowing error when I invoke a http://0.0.0.0:8161/admin on mi server September 17, 2010 05:33:28 PM I got the folowing error when I invoke a http://0.0.0.0:8161/admin on mi server Best method to post master.conf July 10, 2011 10:20:48 PM Rather than post my master.conf in the wrong format here, what is the suggested way to post that information that in this forum. I will have a follow up question regarding it, but know it will be needed to help troubleshoot. I know people are… How to get Nginx to support the HTTP OPTIONS method March 2, 2011 I have an Nginx server this is returning a 403 when a client uses the HTTP OPTIONS method. It sounds like Nginx does not support the OPTIONS method,… How should I handle server timeouts and error code responses to an http post in Android App? May 9, 2011 Hi Folks, My Android App does http posts to URLs like http://example.com/abc.php?email=abc@xyz.com So the Android App basically talks to PHPs on the… Apache module - HTTP POST data manipulation - Error @ App server side while reading modified request April 1, 2011 I have written an Apache(2.3) module in C which reads HTTP POST request , encrypt some of the fields and forward the request (now with encrypted… Android, send and receive XML via HTTP POST method February 16, 2011 Hello everyone, There is a relevant question, but I could not get the answer clearly. I would like to POST a short xml code <aaaLogin… Video uploading in iphone using http post method June 3, 2011 I want to upload a video using http post method. But due to size of video i think the request is time out. Can anybody tell me how to compress a… Upload multiple files using http Post method in iphone.. April 19, 2011 Hello friends, I am having on problem with my FTP file uploading with iphone device.. I am sending a http post request to my webservice with all of… Asihttp using a POST method and post nsMutabledata to a uri,why i can not get the asi delegate callback? May 23, 2011 hi,guys! when i using asihttp in my app,i meant a post method with a nsmutabledata for body stream,but i can't get what should be,just couldn't… Http error 500 :Internal Server error when trying to download .jad file from some particular location on server in Blackberry browser April 6, 2011 I uploaded a blackberry app(.cod & .jad file) in some paricular location on server.Now when I am trying to downlaod the .jad file from my… Error on executing Http post in honeycomb May 20, 2011 I have two Android mobile devices one v2.3 api 9 and one v3.1 honeycomb I want to post an http api link for sms code. It turns that i got an error… What happens when I use HTTP PUT method to upload a local file to server? December 30, 2010 Hi experts, In my current project, my client application first talk with the server and the server returned an upload url for me to upload a file,… Dummy HTTP Post server March 24, 2011 Where can I download a simple Windows GUI app that can consume an HTTP POST, display its contents, and return 200? "401 Unauthorized" error while doing http post (cloned from curl command) in Android March 4, 2011 Hello everyone, i know that i'm not first, but i did search and didn't found solution. First of all i need to make this: curl -user1:pass1 - X POST… HTTP Test server that accepts GET/Post calls. April 19, 2011 I need a live test server that accepts my requests for basic information via HTTP GET and also allows me to POST (even if its really not doing… Cancel an HTTP POST request server side December 29, 2010 I am trying to write a script for uploading large files (>500MB). I would like to do some authentication before the upload is processed, eg: $id… Android eclipse setup http POST and GET against web server May 3, 2011 I need help to setup an application in android using eclipse. I have not used eclipse for JAVA development before so I am a little green as to how… Will a flash NetStream publish method send a message to a TCP server that can emulate http response? January 9, 2011 I know it will sound tricky, but imagine ve have a TCP server that emulates http responses. We come and request a video stream via http url and we… ASP.NET (C# 3.5) Problem with multipart http post on Windows 2008 R2 Server January 21, 2011 Hi folks, I'm encountering some problems in some code I wrote which does a multipart http post to upload video data from server-side code to a third… HTTP Post Request: target server failed to response January 16, 2011 Hey, I want to build a simple android app for loving the recent track. I receive the song with user.getRecentTrack and send the data and session key… Php - Bulk post 500 Apache Internal Server Error January 19, 2011 Hi, I've a script which send just a lot of data in json format by post. Up to about 10Mb (data are put into a flat file) of data the script works… I'm unable to send XML data over HTTP POST request from a particular client to a particular server. How do I debug? March 28, 2011 I'm using a Java program to POST some XML data from a remote client machine to one our servers. I have checked individual components of the whole… | |||||
(30 lines) Feb 7, 2012 16:21
(41 lines) Feb 7, 2012 17:01
(56 lines) Feb 7, 2012 17:54
(68 lines) Feb 8, 2012 10:41
(18 lines) Feb 8, 2012 11:27
(32 lines) Feb 8, 2012 11:36
(49 lines) Feb 8, 2012 12:16