<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to run glassfish v2ur2 applicationserver on a Strato v-PowerServer C</title>
	<atom:link href="http://www.plasticboy.de/2008/07/29/how-to-run-glassfish-v2ur2-applicationserver-on-a-strato-v-powerserver-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.plasticboy.de/2008/07/29/how-to-run-glassfish-v2ur2-applicationserver-on-a-strato-v-powerserver-c/</link>
	<description>About the art of building metaphoric solutions to real world problems.</description>
	<lastBuildDate>Fri, 06 Aug 2010 00:44:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Install Glassfish on a virtual server &#171; The JavaDude Weblog</title>
		<link>http://www.plasticboy.de/2008/07/29/how-to-run-glassfish-v2ur2-applicationserver-on-a-strato-v-powerserver-c/comment-page-1/#comment-40</link>
		<dc:creator>Install Glassfish on a virtual server &#171; The JavaDude Weblog</dc:creator>
		<pubDate>Sun, 11 Jan 2009 07:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.plasticboy.de/?p=39#comment-40</guid>
		<description>[...] Plasticboy Blog (link) [...]</description>
		<content:encoded><![CDATA[<p>[...] Plasticboy Blog (link) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars</title>
		<link>http://www.plasticboy.de/2008/07/29/how-to-run-glassfish-v2ur2-applicationserver-on-a-strato-v-powerserver-c/comment-page-1/#comment-36</link>
		<dc:creator>Lars</dc:creator>
		<pubDate>Fri, 01 Aug 2008 10:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.plasticboy.de/?p=39#comment-36</guid>
		<description>Hi Alex,

I did some testing too. I have sun-jdk6 installed.
Here&#039;s the output I got once when starting glassfish:
&lt;pre&gt;
sudo /etc/init.d/glassfish start
Password:
starting glassfish from /opt/glassfish/bin
Starting Domain domain1, please wait.
Log redirected to /opt/glassfish/domains/domain1/logs/server.log.
Redirecting output to /opt/glassfish/domains/domain1/logs/server.log
Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.
&lt;/pre&gt;

I had to stop the mysqld for launch and then glassfish comes up as usual. But don&#039;t bother. I expected running into trouble like this when installing glassfish on such a lowend configuration. You simply can&#039;t put a liter of beer into a pint.</description>
		<content:encoded><![CDATA[<p>Hi Alex,</p>
<p>I did some testing too. I have sun-jdk6 installed.<br />
Here&#8217;s the output I got once when starting glassfish:</p>
<pre>
sudo /etc/init.d/glassfish start
Password:
starting glassfish from /opt/glassfish/bin
Starting Domain domain1, please wait.
Log redirected to /opt/glassfish/domains/domain1/logs/server.log.
Redirecting output to /opt/glassfish/domains/domain1/logs/server.log
Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.
</pre>
<p>I had to stop the mysqld for launch and then glassfish comes up as usual. But don&#8217;t bother. I expected running into trouble like this when installing glassfish on such a lowend configuration. You simply can&#8217;t put a liter of beer into a pint.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexis MP</title>
		<link>http://www.plasticboy.de/2008/07/29/how-to-run-glassfish-v2ur2-applicationserver-on-a-strato-v-powerserver-c/comment-page-1/#comment-35</link>
		<dc:creator>Alexis MP</dc:creator>
		<pubDate>Thu, 31 Jul 2008 21:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.plasticboy.de/?p=39#comment-35</guid>
		<description>I did a bit of testing using a VirtualBox 512MB-constrained virtual machine. I don&#039;t seem to run into your memory problem when doing :
% sudo apt-get install glassfishv2

Note you need to have Sun JDK installed (apt-get install sun-java6-jdk) first as neither OpenJDK (for the moment) not gcj will work (the initial domain1 creation will fail).</description>
		<content:encoded><![CDATA[<p>I did a bit of testing using a VirtualBox 512MB-constrained virtual machine. I don&#8217;t seem to run into your memory problem when doing :<br />
% sudo apt-get install glassfishv2</p>
<p>Note you need to have Sun JDK installed (apt-get install sun-java6-jdk) first as neither OpenJDK (for the moment) not gcj will work (the initial domain1 creation will fail).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexis MP</title>
		<link>http://www.plasticboy.de/2008/07/29/how-to-run-glassfish-v2ur2-applicationserver-on-a-strato-v-powerserver-c/comment-page-1/#comment-39</link>
		<dc:creator>Alexis MP</dc:creator>
		<pubDate>Thu, 31 Jul 2008 06:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.plasticboy.de/?p=39#comment-39</guid>
		<description>I haven&#039;t installed GlassFish on the latest Ubuntu so I&#039;ll try that in a 512Mb-constrained VM. What about when starting GlassFish (the PermGen setting), does domains/domain1/log/server.log contain anything when using the default PermGen setting? Alernatively you can try startting using:

sudo asadmin start-domain domain1 --verbose

to get errors inline.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t installed GlassFish on the latest Ubuntu so I&#8217;ll try that in a 512Mb-constrained VM. What about when starting GlassFish (the PermGen setting), does domains/domain1/log/server.log contain anything when using the default PermGen setting? Alernatively you can try startting using:</p>
<p>sudo asadmin start-domain domain1 &#8211;verbose</p>
<p>to get errors inline.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars</title>
		<link>http://www.plasticboy.de/2008/07/29/how-to-run-glassfish-v2ur2-applicationserver-on-a-strato-v-powerserver-c/comment-page-1/#comment-38</link>
		<dc:creator>Lars</dc:creator>
		<pubDate>Wed, 30 Jul 2008 22:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.plasticboy.de/?p=39#comment-38</guid>
		<description>Hi Alex!

I&#039;m not a hosting pro, too :)
I configured this virtual server to run Ubuntu Server Edition.
My server came with preconfigured openSUSE 10.3 and Plesk 8.4, but the first thing I did after activating, was switching it to ubuntu.

The out of memory exception was thrown when the apt package manager wanted to start it&#039;s installation routines. I have installed glassfish through apt on several other machines an everything went fine.

And yes... 512mb is all I got :) I think strato regulates it through their virtual server settings. But for the moment is sufficient. The site I run there is low on traffic. And should it rise then getting a bigger machine isn&#039;t the problem.

I  searched the machine for an error-log of the failed installation attempt, but as far as I have learned there is no log file for apt installations.

Hope this helps,
Lars</description>
		<content:encoded><![CDATA[<p>Hi Alex!</p>
<p>I&#8217;m not a hosting pro, too <img src='http://www.plasticboy.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I configured this virtual server to run Ubuntu Server Edition.<br />
My server came with preconfigured openSUSE 10.3 and Plesk 8.4, but the first thing I did after activating, was switching it to ubuntu.</p>
<p>The out of memory exception was thrown when the apt package manager wanted to start it&#8217;s installation routines. I have installed glassfish through apt on several other machines an everything went fine.</p>
<p>And yes&#8230; 512mb is all I got <img src='http://www.plasticboy.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I think strato regulates it through their virtual server settings. But for the moment is sufficient. The site I run there is low on traffic. And should it rise then getting a bigger machine isn&#8217;t the problem.</p>
<p>I  searched the machine for an error-log of the failed installation attempt, but as far as I have learned there is no log file for apt installations.</p>
<p>Hope this helps,<br />
Lars</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexis MP</title>
		<link>http://www.plasticboy.de/2008/07/29/how-to-run-glassfish-v2ur2-applicationserver-on-a-strato-v-powerserver-c/comment-page-1/#comment-37</link>
		<dc:creator>Alexis MP</dc:creator>
		<pubDate>Wed, 30 Jul 2008 20:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.plasticboy.de/?p=39#comment-37</guid>
		<description>Hi. Thanks for the entry. I have a couple of questions (forgive my ignorance of maybe some basic hosting constraints) :

- which linux distro are you using (Debian, Ubuntu)?
- where does apt-get fetch bits from? apt-get shouldn&#039;t invoke the installer.
- is the outofmemory error related to GlassFish v2 or specifically to ur2?
- do you have the exact error message when trying to start the instance with the default MaxPermSize?
- is 512MB really all you get? How is this enforced at the OS level?

GlassFish v3 and its modular/lightweight architecture should be really nice for hosting companies.

thanks!</description>
		<content:encoded><![CDATA[<p>Hi. Thanks for the entry. I have a couple of questions (forgive my ignorance of maybe some basic hosting constraints) :</p>
<p>- which linux distro are you using (Debian, Ubuntu)?<br />
- where does apt-get fetch bits from? apt-get shouldn&#8217;t invoke the installer.<br />
- is the outofmemory error related to GlassFish v2 or specifically to ur2?<br />
- do you have the exact error message when trying to start the instance with the default MaxPermSize?<br />
- is 512MB really all you get? How is this enforced at the OS level?</p>
<p>GlassFish v3 and its modular/lightweight architecture should be really nice for hosting companies.</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
