Problem of "Could not open temp post file "/tmp/_wl_proxy"

Problem of "Could not open temp post file "/tmp/_wl_proxy"

am 09.09.2009 11:23:29 von thomas2004

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 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: Problem of "Could not open temp post file "/tmp/_wl_proxy"

am 09.09.2009 13:14:25 von aw

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 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: Problem of "Could not open temp post file

am 09.09.2009 13:39:41 von Krist van Besien

On Wed, Sep 9, 2009 at 11:23 AM, thomas2004 wrote:
>
> Hi all,
>
> Sometimes as I send WS-request to our WS via web-server we got error mess=
age
> as follow. Has someone experience to fix such a problem?
>
> *************************
> Tue Sep =A08 11:32:42 2009 Temp Post File name =3D
> [/tmp/_wl_proxy/_post__28832_77]
> Tue Sep =A08 11:32:42 2009 Could not open temp post file
> '/tmp/_wl_proxy/_post__28832_77' for POST of size 2306
> Tue Sep =A08 11:32:42 2009 *******Exception type [WRITE_ERROR_TO_FILE] (C=
annot
> 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
--=20
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 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: Problem of "Could not open temp post file

am 09.09.2009 13:46:10 von Eric Covener

On Wed, Sep 9, 2009 at 7:39 AM, Krist van
Besien wrote:
>> Tue Sep =A08 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.

--=20
Eric Covener
covener@gmail.com

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See 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: Problem of "Could not open temp post file "/tmp/_wl_proxy"

am 09.09.2009 14:06:57 von thomas2004

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 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: Re: Problem of "Could not open temp post file

am 09.09.2009 14:31:33 von Eric Covener

On Wed, Sep 9, 2009 at 8:06 AM, thomas2004 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 =A08 14:22:26 2008 Temp Post File name =3D
> [/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.

--=20
Eric Covener
covener@gmail.com

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See 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: Problem of "Could not open temp post file"/tmp/_wl_proxy"

am 09.09.2009 14:53:20 von Tom Evans

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 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: Problem of "Could not open temp post file "/tmp/_wl_proxy"

am 09.09.2009 14:54:33 von David Cassidy

--------------070607010400040800060001
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

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 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
>

--------------070607010400040800060001
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit




http-equiv="Content-Type">


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:
cite="mid:6ed6382b0909090439o5ebf6282m9b47282fdc4c7cc3@mail. gmail.com"
type="cite">

On Wed, Sep 9, 2009 at 11:23 AM, 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



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





--------------070607010400040800060001--