<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Dag,<div>thanks for those reports. The SQL import has been neglected for a while, I will try my best next week.</div><div>Regarding memory your macbook with 2gb should be more than fine. All tomcats I have used so far were configured to use no more than 1gb. Did you increase tomcats default memory size? It is very little by default, so increasing to 1gb is sometimes needed. If you run jetty via maven you can do the following to allow java to use up to 1gb of memory:</div><div><br></div><div><div>export MAVEN_OPTS='-Xmx1024m'</div><div><br></div><div>for tomcat edit the catalina.sh and add:</div><div><span class="Apple-style-span" style="font-family: Tahoma; font-size: 15px; "><pre style="font-size: 80%; font-family: 'Courier New', Courier, monospace; ">JAVA_OPTS="-Xms512M -Xmx1024M"</pre></span></div></div><div><br></div><div>I have just finished implementing file upload for zip archives. So for those of you using the subversion trunk version locally you should be able to upload 100MB of zipped data.</div><div>And thanks to Javi there are also much nicer maps now instead of openlayers... more soon.</div><div><br></div><div>Markus</div><div><br></div><div><br></div><div><br></div><div><br></div><div><div><div>On Feb 27, 2009, at 1:33 PM, Dag Terje Filip Endresen wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div style="font: normal normal normal 10pt/normal Tahoma, Verdana, sans-serif; ">Hi Markus,<br><br>Saving the SQL settings from the IPT GUI, I only get the Yikes error message when trying to (both ipt-1.0b.3 and ipt.1.0b.5). But the settings seems to be saved ok when I revisit the Source data settings! Next I may successfully use the Resource Configuration to give the SQL statement and the property mappings. In the property mappings I can see genuine data from my database with the "view source" button. Next step is Cache - and does not work. I get relatively fast to the message "Source ready to be used.", but no data is actually to be seen from Explore - and the Validate button is still gray.<br><br>Automapping works for uploaded tab-delimited dataset, but not for the SQL statement (using SELECT column AS dwc_term).<br><br>I have tried with both ipt-1.ob.3 and ipt-1.0b.5 (built with Maven from the SVN version at Google Code).<br>My system is: a MacBook OS X version 10.5.6 (Leopard), Tomcat version 6.0.18 (and version 5.5.27 briefly tested), JVM version 1.5.0, Apache 2.2.11 with mod_jk version 1.2.27 (briefly tested, works fine).<br><br>When adding dataset from tab-delimited file, I leave empty values empty (just going ahead with the next tab (double tab). It seems to me like the IPT treats these as if one tab shifting the coulmns to the left...?<br><br>I also have severe problems with memory! My poor MacBook have only 2 GB and the IPT very often flips very very slow and takes a lot of time before it comes back to responding again. I do not at all manage to load the Geoserver application due to memory. I know I have too little memory and have been stretching the few 2 GB the MacBook came with too long already.<br><br>I often see the OutOfMemoryError in a Yikes page.<br><pre>Caused by: java.lang.OutOfMemoryError: Java heap space<br></pre>Cheers<br>Dag Terje<br><br>PS. Great application - if oly it could be a bit less memory hungry...?<br><br><blockquote style="border-left-width: 2px; border-left-style: solid; border-left-color: rgb(0, 0, 255); padding-left: 5px; margin-left: 5px; margin-right: 0px; "><hr><b>From:</b><span class="Apple-converted-space">&nbsp;</span>"Markus Döring (GBIF)" [<a href="mailto:mdoering@gbif.org">mailto:mdoering@gbif.org</a>]<br><b>To:</b><span class="Apple-converted-space">&nbsp;</span>Tim Robertson (GBIF) [<a href="mailto:trobertson@gbif.org">mailto:trobertson@gbif.org</a>]<br><b>Cc:</b><span class="Apple-converted-space">&nbsp;</span>Mihail-Constantin Carausu [<a href="mailto:MCCarausu@snm.ku.dk">mailto:MCCarausu@snm.ku.dk</a>],<span class="Apple-converted-space">&nbsp;</span><a href="mailto:ipt@lists.gbif.org">ipt@lists.gbif.org</a><br><b>Sent:</b><span class="Apple-converted-space">&nbsp;</span>Fri, 27 Feb 2009 10:36:11 +0100<br><b>Subject:</b><span class="Apple-converted-space">&nbsp;</span>Re: [IPT] Beta update<br><br>it would also be nice if someone could test the SQL based upload,<span class="Apple-converted-space">&nbsp;</span><br>which requires a local installation.<br>If there is help needed with the installation, just post to this list<span class="Apple-converted-space">&nbsp;</span><br>please.<br><br>Markus<br><br><br></blockquote></div></span></blockquote></div><br></div></body></html>