You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "BJ Freeman (JIRA)" <ji...@apache.org> on 2010/12/17 20:52:10 UTC

[jira] Issue Comment Edited: (OFBIZ-4065) bug in UtilIO.copy(Reader reader, boolean closeIn, Appendable out)

    [ https://issues.apache.org/jira/browse/OFBIZ-4065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972612#action_12972612 ] 

BJ Freeman edited comment on OFBIZ-4065 at 12/17/10 2:51 PM:
-------------------------------------------------------------

still sounds like memory managent problems.
1) in JVM
2)OS swapfile management.
3)OS threads and timing.
I am  using two 650 gig hard drives where the swap file is the only dynamic file on the second drive. swap file is 5.84 GB total / 3.34 GB free and memory 3.21 GB total / 380.64 MB free
java version "1.6.0_17"
OpenJDK Runtime Environment (IcedTea6 1.7.5) (rhel-1.16.b17.el5-i386)
OpenJDK Client VM (build 14.0-b16, mixed mode)
on a Centos 5 platform.
my start is the rc.ofbiz

on local I a using windows XP with service pack 3
2  gigs total with 8gigs used at the time I run.
I use ant run to run the local instance.
java version "1.6.0_19"
Java(TM) SE Runtime Environment (build 1.6.0_19-b04)
Java HotSpot(TM) Client VM (build 16.2-b04, mixed mode, sharing)
139 meg drive swapfile is 3.5 gigs 

      was (Author: bjfreeman):
    still sounds like memory managent problems.
1) in JVM
2)OS swapfile management.
3)OS threads and timing.
I am  using 
java version "1.6.0_17"
OpenJDK Runtime Environment (IcedTea6 1.7.5) (rhel-1.16.b17.el5-i386)
OpenJDK Client VM (build 14.0-b16, mixed mode)
on a Centos 5 platform.
my start is the rc.ofbiz

on local I a using windows XP with service pack 3
2  gigs total with 8gigs used at the time I run.
I use ant run to run the local instance.
  
> bug in UtilIO.copy(Reader reader, boolean closeIn, Appendable out)
> ------------------------------------------------------------------
>
>                 Key: OFBIZ-4065
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4065
>             Project: OFBiz
>          Issue Type: Bug
>    Affects Versions: SVN trunk
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4065_UtilIO.copy.patch
>
>
> If you append  cmssite/cms/APACHE_OFBIZ_HTML to a local instance or the trunk demo, like (don't use it)  https://demo-trunk.ofbiz.apache.org/cmssite/cms/APACHE_OFBIZ_HTML you will never get any result. It works at http://demo-trunk.businessesnetwork.com/cmssite/cms/APACHE_OFBIZ_HTML (BJ's demo instance) but I don't know why (and have no ways to find it out)
> I'm not quite sure the attached patch is the right solution, but at least it works locally.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.