On Mar 25, 2011, at 1:20 AM, Tomas Hurka wrote:
> Hi Eric,
>
> On 25 Mar 2011, at 01:54, Eric Pederson wrote:
>
>> I ran into the same problem as below.
>>
>> The issue is that catalina.sh sets -Djava.io.tmpdir=$CATALINA_TMP where by default CATALINA_TMPDIR="$CATALINA_BASE"/temp.
>>
>> I ended up making a backup copy of catalina.sh and changing it, removing every instance of
>>
>> -Djava.io.tmpdir="$CATALINA_TMPDIR" \
>>
>> in the startup script. This falls back to using $TMPDIR which is correct.
>>
>> This did work for sure before the latest Java update so I am not sure if it is a bug in the update or in the Tomcat startup script.
>
> This problem is caused by a bug in JDK. See <http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7009828>. This regression is already fixed and the fix will be available in JDK 6 update 25.
Thanks for the update Tomas - we were scratching our heads about this one, since we hadn't recently changed our code for this relative to Oracle's implementation.
Thanks much!
Mike Swingler
Java Engineering
Apple Inc.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden