Re: Demo is down with OutOfMemoryError: PermGen space error

2010-02-18 Thread Deepak Dixit
Yes Abdullah problem exists, If you visit frequently then it through OutOfMemoryError. -- Deepak Dixit Abdullah Shaikh wrote: No, trying login, you will get the error for https url too .. after trying again, the home page came up, but clicking on any link, throws the error. - Abdullah

Re: Demo is down with OutOfMemoryError: PermGen space error

2010-02-18 Thread Abdullah Shaikh
Brajesh, I tried clearing cookies too, same error, not a issue, I will be using my local system, maybe restarting the server will solve this. - Abdullah On Thu, Feb 18, 2010 at 1:29 PM, Brajesh Patel brajesh.pa...@hotwaxmedia.com wrote: After clear cookies able to login successfully. --

Re: Demo is down with OutOfMemoryError: PermGen space error

2010-02-18 Thread Abdullah Shaikh
:) I was just trying to create a scenario of some issue, so that I can point to that link on demo server in the ML list, so that it is easy for others to know the issue. I didn't get what you mean by visit frequently :) - Abdullah On Thu, Feb 18, 2010 at 1:45 PM, Deepak Dixit

Re: Demo is down with OutOfMemoryError: PermGen space error

2010-02-18 Thread BJ Freeman
I have confirmed you error. Scott made a recommendation to hans till hans or however maintains it restarts it with new parms, it will continue. be patient run a local copy for testing. Abdullah Shaikh sent the following on 2/18/2010 12:23 AM: Brajesh, I tried clearing cookies too, same error,

Re: Demo is down with OutOfMemoryError: PermGen space error

2010-02-18 Thread Abdullah Shaikh
Yes BJ, I understand, and that's what I said, that I will be using the local copy, I will just letting know that the demo is down and not working with the options mentioned by others in the mail chain, if I had not dropped the mail again replaying to others, that would have meant that its working

Re: Demo is down with OutOfMemoryError: PermGen space error

2010-02-18 Thread BJ Freeman
kewl Abdullah Shaikh sent the following on 2/18/2010 12:33 AM: Yes BJ, I understand, and that's what I said, that I will be using the local copy, I will just letting know that the demo is down and not working with the options mentioned by others in the mail chain, if I had not dropped the

Re: Demo is down with OutOfMemoryError: PermGen space error

2010-02-18 Thread Jacques Le Roux
I guess, at root, the problem is infra did not give us enough memory so far. I'm not sure we asked for more though... Jacques From: BJ Freeman bjf...@free-man.net kewl Abdullah Shaikh sent the following on 2/18/2010 12:33 AM: Yes BJ, I understand, and that's what I said, that I will be

Re: Demo is down with OutOfMemoryError: PermGen space error

2010-02-18 Thread BJ Freeman
I average about 750megs peek at 950megs. that does not include DB Jacques Le Roux sent the following on 2/18/2010 2:12 AM: I guess, at root, the problem is infra did not give us enough memory so far. I'm not sure we asked for more though... Jacques From: BJ Freeman bjf...@free-man.net

Re: Demo is down with OutOfMemoryError: PermGen space error

2010-02-18 Thread Hans Bakker
oK I have just restarted, i see the permgen arror again...according to sun the maximum is 128M i am trying now 256M. any advice how o avoid his problem? Regards, Hans On Thu, 2010-02-18 at 12:32 +0530, Abdullah Shaikh wrote: Demo site is throwing java.lang.OutOfMemoryError: PermGen

Re: Demo is down with OutOfMemoryError: PermGen space error

2010-02-18 Thread David E Jones
We just have lots of libraries (jar files and such), so it's hard to avoid. -David On Feb 18, 2010, at 5:27 AM, Hans Bakker wrote: oK I have just restarted, i see the permgen arror again...according to sun the maximum is 128M i am trying now 256M. any advice how o avoid his problem?

Re: Demo is down with OutOfMemoryError: PermGen space error

2010-02-18 Thread Abdullah Shaikh
Apart from setting -XX:MaxPermSize, restarting is the only option. - Abdullah On Thu, Feb 18, 2010 at 5:57 PM, Hans Bakker mailingl...@antwebsystems.comwrote: oK I have just restarted, i see the permgen arror again...according to sun the maximum is 128M i am trying now 256M. any advice

Apache + Custom Tomcat + OFBiz

2010-02-18 Thread Olivier Tremblay
Hello you all! I need a quick pointer, as it is not all THAT clear to me. I have an Apache2 server running, with a custom Tomcat server running on port 8080 at the same time. I'd like to mount OFBiz at ofbiz.domain.com. To do so, I understand I have to configure a virtual host, pointing to my

Re: Apache + Custom Tomcat + OFBiz

2010-02-18 Thread james_sg
You may want to look at this http://n4.nabble.com/Running-OFBiz-in-Tomcat-without-embedded-container-td143522.html#a143539 Mr.Zombie wrote: Hello you all! I need a quick pointer, as it is not all THAT clear to me. I have an Apache2 server running, with a custom Tomcat server running on

What's the appropriate way to modify ViewEntities?

2010-02-18 Thread Patrick
What's the appropriate way to modify a viewEntity? I have a viewEntity, FacilityAndContactMechAndAddress, and it has 3 primary keys, but they don't seem to work as expected. I tried the code below, but it says bad primary key. Am I taking the wrong approach? Also do you think I should do this

Re: Framework Introduction Videos and Diagrams Issues

2010-02-18 Thread Brendan Vogt
Can someone please look into this why the PDF documents have errors when trying to open up, and I think the videos don't display as well. On 4 February 2010 18:45, Brendan Vogt brendan.v...@gmail.com wrote: Hi, When I download these videos then they are all26kb big. Something is not

Beginner questions

2010-02-18 Thread Goran Janevski
Hi, Just trying to get started on OfBiz. First impression: not much documentation to go on. I was able to get the vanilla OfBiz running, but: 1) I can't get to it via a domain name. I can get to it on the intranet, via the intranet IP address:

Re: cascade deletes

2010-02-18 Thread Jens Oechsler
2010/2/13 Bilgin Ibryam bibr...@gmail.com: Christopher Snow wrote: Is it possible to do a cascade delete in an ofbiz service? Many thanks in advance, Chris Hi Chris, I also have to do cascade deleting data. For this purpose I created a generic service which accepts the entity name and

Re: What's the appropriate way to modify ViewEntities?

2010-02-18 Thread Scott Gray
Hi Patrick From memory, a view entity will only be modifiable if the primary keys for all included entities are present. As a best practice, you should generally only perform write/update/delete operations on entities via the services available, doing so will ensure that all related SECAs are

Re: Beginner questions

2010-02-18 Thread Vivek Mishra
Hi Goran, Please start with this practice application: http://cwiki.apache.org/confluence/x/cQFk HTH -- Vivek Mishra Goran Janevski wrote: Hi, Just trying to get started on OfBiz. First impression: not much documentation to go on. I was able to get the vanilla OfBiz running, but: 1) I

Re: cascade deletes

2010-02-18 Thread Bilgin Ibryam
Jens Oechsler wrote: Hi I tried to use your patch to delete a product and it seemed to loop between ProductAttribute and ProductTypeAttr I think. I made some improvements to it and tried to delete only FK related data, but even then it doesn't work correct in some situations. As proposed

Re: Framework Introduction Videos and Diagrams Issues

2010-02-18 Thread Scott Gray
Hi Brendan These files were previously hosted on the infrastructure provided by Contegix and HotWax, the recent migration efforts didn't find a new home for them and as such they're currently unavailable. Someone needs to find a home for them on Apache's servers and then update the links

Re: Beginner questions

2010-02-18 Thread Ruth Hoffman
Hi Goran: Can't help much with the domain issue except to ask if you ever had anything working using that domain name? Because the DNS translation is transparent. It sounds like there may be a DNS issue. As for the logo bit, sorry but I tried to fight that battle already. No committer saw

Re: Beginner questions

2010-02-18 Thread Ruth Hoffman
Hi Vivek: With all due respect, why? You don't need to be a programmer/developer to use OFBiz. Regards, Ruth Find me on the web at http://www.myofbiz.com or Google keyword myofbiz ruth.hoff...@myofbiz.com Vivek Mishra wrote: Hi Goran,

Re: Beginner questions

2010-02-18 Thread Goran Janevski
Vivek, Thanks for your responses. I will do the beginner's tutorial, just to see what's underneath the hood of OFBiz. But I believe Ms.Hoffman is right on this, I shouldn't have to. Another little snag: the Framework diagram PDFs and videos are not available at

Re: Beginner questions

2010-02-18 Thread Vivek Mishra
Ruth, Goran, I do agree with you but my main concern was to answer Goran's this line which gives me an impression that he is a developer/programmer. Just trying to get started on OfBiz. First impression: not much documentation to go on. Not much but enough documentation to at least get

Re: Beginner questions

2010-02-18 Thread Jacopo Cappellato
Hi Goran, On Feb 18, 2010, at 5:19 PM, Goran Janevski wrote: Hi, Just trying to get started on OfBiz. First impression: not much documentation to go on. I was able to get the vanilla OfBiz running, but: 1) I can't get to it via a domain name. I can get to it on the intranet, via

Is there a race/ethnicity field anywhere?

2010-02-18 Thread Al Byers
Hard to believe there is not one, but I don't see it. Also, does anyone know if there is a set of industry-standard abbreviations for such? Thanks, -Al

Re: Is there a race/ethnicity field anywhere?

2010-02-18 Thread Adrian Crum
Al Byers wrote: Hard to believe there is not one, but I don't see it. Also, does anyone know if there is a set of industry-standard abbreviations for such? Those are usually defined by the agency requesting the info.

Re: Is there a race/ethnicity field anywhere?

2010-02-18 Thread David E Jones
The PartyClassification and related entities handle this (as well as other things, but this is one of them). -David On Feb 18, 2010, at 2:18 PM, Al Byers wrote: Hard to believe there is not one, but I don't see it. Also, does anyone know if there is a set of industry-standard

Re: Beginner questions

2010-02-18 Thread Goran Janevski
Jacopo, First of all, thank you very much, it worked! (and I am officially embarrassed for not thinking to try it, although I did try other variations of it). But more importantly, I have to say: *seriously?* Surely I can't expect my customers to type that??? The same way that I don't have to

Re: Beginner questions

2010-02-18 Thread Goran Janevski
Actually, now that you helped me figure this out, I can probably do some kind of DNS mapping through GoDaddy to get down to www.mydomain.com. When I figure it out, I will report back. Best Regards, Goran On Thu, Feb 18, 2010 at 11:19 AM, Goran Janevski goran...@gmail.com wrote: Hi, Just

Re: Beginner questions

2010-02-18 Thread Ruth Hoffman
Hi Goran: You don't need to do that. You can go to the ofbiz-component.xml file for the ecommerce component (~specialpurpose/ecommerce) and change the mount-point entry to be mount-point=/. Hope that helps. Ruth Goran Janevski wrote: Actually, now that you helped me figure this out, I can

Re: Beginner questions

2010-02-18 Thread Scott Gray
You can also modify framework/webapp/config/url.properties to set your http port to 80 and the https port to 443 so that users do not need to specify the port after the host name. Regards Scott HotWax Media http://www.hotwaxmedia.com On 18/02/2010, at 3:30 PM, Ruth Hoffman wrote: Hi Goran:

Re: Beginner questions

2010-02-18 Thread Goran Janevski
Ruth, That worked. Thanks very much, Goran On Thu, Feb 18, 2010 at 5:30 PM, Ruth Hoffman rhoff...@aesolves.com wrote: Hi Goran: You don't need to do that. You can go to the ofbiz-component.xml file for the ecommerce component (~specialpurpose/ecommerce) and change the mount-point entry to

Re: Beginner questions

2010-02-18 Thread David E Jones
Goran, Your comments are interesting. Based on them I was wondering if you could help out the project by answering a couple of questions: 1. which documents did you look at as you got started? 2. how did you go about finding documentation? -David On Feb 18, 2010, at 4:38 PM, Goran Janevski

Re: Beginner questions

2010-02-18 Thread Goran Janevski
Scott, That actually did not work. After I modify the port in url.properties and setting it to 80, I can not access the web site with the domain only. I can still access the web site using port 8080, but not without it. I restarted the server after making the modification. I also tried

Re: Beginner questions

2010-02-18 Thread Scott Gray
Sorry I missed the rest of the settings: framework/base/config/ofbiz-containers.xml Find the container named catalina-container and within that the following two property elements: http-connector and https-connector and change the port properties to 80 and 443 respectively. You'll find some

Re: Beginner questions

2010-02-18 Thread Goran Janevski
David, I am happy to help out the project. Let me first say that the comment I made on lack of documentation should have been qualified to say relative to the OsCommerce project, because that is the other open source solution which I considered. So my apologies. And it's probably not a fair

Re: Beginner questions

2010-02-18 Thread Goran Janevski
Yey! It worked. Now if I can just figure out why my gif picture is not showing up properly as the ofbizLogo.gif, I will have reached my first milestone. I will read the technical production setup guide, and a couple of others before I ask more questions. Thanks very much, Goran On Thu, Feb 18,

Re: Beginner questions

2010-02-18 Thread Scott Gray
The image is most likely sized via the css file for the page: framework/images/webapp/images/ecommain.css Here you'll have to get your hands dirty I'm afraid, but it's pretty much unavoidable if you want your store to look in any way different from the demo store. Regards Scott On 18/02/2010,

Re: Beginner questions

2010-02-18 Thread Ruth Hoffman
Hi Scott: With all due respect and not to beat a dead horse, but the point about getting your hands dirty is exactly why this should never have been changed. It worked like a charm in 4.0. And there is no reason why a new OFBiz user shouldn't be able to load up an image and use it as a logo

Re: Beginner questions

2010-02-18 Thread Ruth Hoffman
Hi Goran: Just in case you are not a CSS or Freemarker heavyweight or you start getting bogged down in where are the files are: The store header is defined by a CSS DIV container set to 80px high. Within that DIV container are three other DIV containers: #left, #middle, #right. DIV#left is

Re: Beginner questions

2010-02-18 Thread David E Jones
The target for the ecommerce templates is not to be used completely as-is, it is meant to be inclusive because it is easier to disable things and comment them out than it is to dig up details to add things in. For the visual LF you need to know some basic CSS in order to modify the CSS file.

Re: Beginner questions

2010-02-18 Thread Scott Gray
Hi Ruth, I think we're talking about different things here, Goran has successfully changed the image (admittedly using less than ideal means) but the problem is that the css isn't accommodating his image size in the way that he would like. Regarding the image selection, as discussed previously

Re: Beginner questions

2010-02-18 Thread Ruth Hoffman
IMO... David E Jones wrote: The target for the ecommerce templates is not to be used completely as-is, it is meant to be inclusive because it is easier to disable things and comment them out than it is to dig up details to add things in. For the visual LF you need to know some basic CSS in

Re: Beginner questions

2010-02-18 Thread Ruth Hoffman
Scott Gray wrote: Hi Ruth, I think we're talking about different things here, Goran has successfully changed the image (admittedly using less than ideal means) but the problem is that the css isn't accommodating his image size in the way that he would like Actually, the CM version worked a

Re: Beginner questions

2010-02-18 Thread Scott Gray
On 18/02/2010, at 6:57 PM, Ruth Hoffman wrote: Scott Gray wrote: Hi Ruth, I think we're talking about different things here, Goran has successfully changed the image (admittedly using less than ideal means) but the problem is that the css isn't accommodating his image size in the way

Re: Beginner questions

2010-02-18 Thread David E Jones
On Feb 18, 2010, at 6:46 PM, Ruth Hoffman wrote: IMO... David E Jones wrote: The target for the ecommerce templates is not to be used completely as-is, it is meant to be inclusive because it is easier to disable things and comment them out than it is to dig up details to add things in.

Re: Beginner questions

2010-02-18 Thread David E Jones
On Feb 18, 2010, at 6:46 PM, Ruth Hoffman wrote: If someone wants to just replace the logo image then they can create a file with their logo in the GIF format and then replace the ofbizLogo.gif file with it. I think that is what he did. Bravo for Goran. Most new users won't take the

Re: Beginner questions

2010-02-18 Thread Ruth Hoffman
David E Jones wrote: On Feb 18, 2010, at 6:46 PM, Ruth Hoffman wrote: IMO... David E Jones wrote: The target for the ecommerce templates is not to be used completely as-is, it is meant to be inclusive because it is easier to disable things and comment them out than it is to dig

Re: Beginner questions

2010-02-18 Thread Scott Gray
Sorry, but someone needs to do some human factors studies based on real life users. Design considerations should be based real life usage and not what developers think is the latest coolest thing to do. Ruth I shall look forward to your report. Regards Scott smime.p7s Description:

Re: Beginner questions

2010-02-18 Thread Goran Janevski
Ruth, The logo started at something like 700 by 200 px, but I actually tried shrinking it yesterday, and got down to 128 by 45. Just now I shrunk the image to 90 by 34 pix, but still didn't show. Rotated it by 90 degrees so it became 34 by 90 pix, still no luck. I'll continue plugging

Re: Beginner questions

2010-02-18 Thread Ruth Hoffman
Hi Goran: Is it not showing up at all? Ever? Ruth Goran Janevski wrote: Ruth, The logo started at something like 700 by 200 px, but I actually tried shrinking it yesterday, and got down to 128 by 45. Just now I shrunk the image to 90 by 34 pix, but still didn't show. Rotated it by 90 degrees

Re: Beginner questions

2010-02-18 Thread Adrian Crum
--- On Thu, 2/18/10, Ruth Hoffman rhoff...@aesolves.com wrote: Since you brought this topic up: As for the Webapp themes, I really like the round over page wrap stuff, but if you or anyone else used the Webtools as much as I do and switched back and forth all the time between applications, I

Re: Beginner questions

2010-02-18 Thread Goran Janevski
No, I can see that it has replaced the original logo, and I can see the background color of it - which was originally white, but then I changed it to gray, which was too dark grey, and then I changed it to a lighter grey, which now blends with the background grey perfectly, so that the only way to

Re: Beginner questions

2010-02-18 Thread Raj Saini
Scot, I don't this will change the port of Tomcat server. You will need to change the port settings in ofbiz-container.xml. I think this file is used to add the right port to the generated URLs. Thanks Raj Scott Gray wrote: You can also modify framework/webapp/config/url.properties to set