You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by thomas2004 <th...@yahoo.de> on 2009/09/09 11:23:29 UTC

[users@httpd] Problem of "Could not open temp post file '/tmp/_wl_proxy"

Hi all,

Sometimes as I send WS-request to our WS via web-server we got error message
as follow. Has someone experience to fix such a problem?

*************************
Tue Sep  8 11:32:42 2009 Temp Post File name =
[/tmp/_wl_proxy/_post__28832_77]
Tue Sep  8 11:32:42 2009 Could not open temp post file
'/tmp/_wl_proxy/_post__28832_77' for POST of size 2306
Tue Sep  8 11:32:42 2009 *******Exception type [WRITE_ERROR_TO_FILE] (Cannot
open TEMP file '/tmp/_wl_proxy/_post__28832_77' for POST of 2306 bytes



-- 
View this message in context: http://www.nabble.com/Problem-of-%22Could-not-open-temp-post-file-%27-tmp-_wl_proxy%22-tp25361407p25361407.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Problem of "Could not open temp post file '/tmp/_wl_proxy"

Posted by André Warnier <aw...@ice-sa.com>.
thomas2004 wrote:
> Hi all,
> 
> Sometimes as I send WS-request to our WS via web-server we got error message
> as follow. Has someone experience to fix such a problem?
> 
> *************************
> Tue Sep  8 11:32:42 2009 Temp Post File name =
> [/tmp/_wl_proxy/_post__28832_77]
> Tue Sep  8 11:32:42 2009 Could not open temp post file
> '/tmp/_wl_proxy/_post__28832_77' for POST of size 2306
> Tue Sep  8 11:32:42 2009 *******Exception type [WRITE_ERROR_TO_FILE] (Cannot
> open TEMP file '/tmp/_wl_proxy/_post__28832_77' for POST of 2306 bytes
> 
> 
> 
Sure.
Check http://www.catb.org/~esr/faqs/smart-questions.html


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Problem of "Could not open temp post file '/tmp/_wl_proxy"

Posted by David Cassidy <da...@twocats.co.uk>.
i know this is the obvious question but
does the directory /tmp/_wl_proxy/ exist ?

is it writable by the apache process ?

i think you have your answer.

On 09/09/09 12:39, Krist van Besien wrote:
> On Wed, Sep 9, 2009 at 11:23 AM, thomas2004<th...@yahoo.de>  wrote:
>    
>> Hi all,
>>
>> Sometimes as I send WS-request to our WS via web-server we got error message
>> as follow. Has someone experience to fix such a problem?
>>
>> *************************
>> Tue Sep  8 11:32:42 2009 Temp Post File name =
>> [/tmp/_wl_proxy/_post__28832_77]
>> Tue Sep  8 11:32:42 2009 Could not open temp post file
>> '/tmp/_wl_proxy/_post__28832_77' for POST of size 2306
>> Tue Sep  8 11:32:42 2009 *******Exception type [WRITE_ERROR_TO_FILE] (Cannot
>> open TEMP file '/tmp/_wl_proxy/_post__28832_77' for POST of 2306 bytes
>>      
> Apache is complaining it can't write to
> /tmp/_wl_proxy/_post__28832_77. Tio fix this problem you will have to
> find out why this is so.
>
> Krist
>    

Re: [users@httpd] Problem of "Could not open temp post file '/tmp/_wl_proxy"

Posted by Eric Covener <co...@gmail.com>.
On Wed, Sep 9, 2009 at 7:39 AM, Krist van
Besien<kr...@gmail.com> wrote:
>> Tue Sep  8 11:32:42 2009 *******Exception type [WRITE_ERROR_TO_FILE] (Cannot
>> open TEMP file '/tmp/_wl_proxy/_post__28832_77' for POST of 2306 bytes


wl-as-in-weblogic probably means consult the vendor.

-- 
Eric Covener
covener@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Problem of "Could not open temp post file '/tmp/_wl_proxy"

Posted by Krist van Besien <kr...@gmail.com>.
On Wed, Sep 9, 2009 at 11:23 AM, thomas2004<th...@yahoo.de> wrote:
>
> Hi all,
>
> Sometimes as I send WS-request to our WS via web-server we got error message
> as follow. Has someone experience to fix such a problem?
>
> *************************
> Tue Sep  8 11:32:42 2009 Temp Post File name =
> [/tmp/_wl_proxy/_post__28832_77]
> Tue Sep  8 11:32:42 2009 Could not open temp post file
> '/tmp/_wl_proxy/_post__28832_77' for POST of size 2306
> Tue Sep  8 11:32:42 2009 *******Exception type [WRITE_ERROR_TO_FILE] (Cannot
> open TEMP file '/tmp/_wl_proxy/_post__28832_77' for POST of 2306 bytes

Apache is complaining it can't write to
/tmp/_wl_proxy/_post__28832_77. Tio fix this problem you will have to
find out why this is so.

Krist
-- 
krist.vanbesien@gmail.com
krist@vanbesien.org
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Problem of "Could not open temp post file '/tmp/_wl_proxy"

Posted by Tom Evans <te...@googlemail.com>.
On Wed, 2009-09-09 at 02:23 -0700, thomas2004 wrote:
> Hi all,
> 
> Sometimes as I send WS-request to our WS via web-server we got error message
> as follow. Has someone experience to fix such a problem?
> 
> *************************
> Tue Sep  8 11:32:42 2009 Temp Post File name =
> [/tmp/_wl_proxy/_post__28832_77]
> Tue Sep  8 11:32:42 2009 Could not open temp post file
> '/tmp/_wl_proxy/_post__28832_77' for POST of size 2306
> Tue Sep  8 11:32:42 2009 *******Exception type [WRITE_ERROR_TO_FILE] (Cannot
> open TEMP file '/tmp/_wl_proxy/_post__28832_77' for POST of 2306 bytes
> 
> 

This is not an apache error, it comes from your own, or 3rd party code.
All anyone on this list can tell you is that that error is not from
apache.

Contact your vendor or IT team for a fix.

Cheers

Tom


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Re: Problem of "Could not open temp post file '/tmp/_wl_proxy"

Posted by Eric Covener <co...@gmail.com>.
On Wed, Sep 9, 2009 at 8:06 AM, thomas2004<th...@yahoo.de> wrote:
>
> More information to my problem:
>
> This problem doesn't come very often. Sometimes it can open the
> /tmp/_wl_proxy and wrote to the file such as
>
> "Tue Sep  8 14:22:26 2008 Temp Post File name =
> [/tmp/_wl_proxy/_post__28832_66]"
>
> Sometimes it can't.

Whoever provided you with that code should provide a version that logs
the actual error (errno) encountered while opening the file.

-- 
Eric Covener
covener@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] Re: Problem of "Could not open temp post file '/tmp/_wl_proxy"

Posted by thomas2004 <th...@yahoo.de>.
More information to my problem:

This problem doesn't come very often. Sometimes it can open the
/tmp/_wl_proxy and wrote to the file such as

"Tue Sep  8 14:22:26 2008 Temp Post File name =
[/tmp/_wl_proxy/_post__28832_66]"

Sometimes it can't.




-- 
View this message in context: http://www.nabble.com/Problem-of-%22Could-not-open-temp-post-file-%27-tmp-_wl_proxy%22-tp25361407p25363584.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org