You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@continuum.apache.org by kata mapkon <ka...@gmail.com> on 2014/06/05 17:06:48 UTC

Running continuum

Hi

I am new to the continuum project and I am interested in contributing to
the project in anyway that I can -

I have since read the FAQ and the documentation @
http://continuum.apache.org/community.html - I managed to checkout the
code, build it using maven and import it in eclipse -

However, I am unable to run continuum - these are the steps I am using:

1. Build the entire continuum project - mvn clean install
2. cd to continuum-web
3. mvn jetty:run

Jetty seems to load, however, navigating to localhost:9090/continuum is
generating an error (OOM error). I changed my maven using export
MAVEN_OPTS="-Xmx3000m" in the .bash_profile, but this does not seem to
solve the error -

Is there something I am missing?

Thanks

Mark

Re: Running continuum

Posted by Brett Porter <br...@apache.org>.
On 7 Jun 2014, at 12:57 am, kata mapkon <ka...@gmail.com> wrote:

> Thanks Brett -
> 
> That fixed it for me. I am wondering whether the FAQ should be updated with
> this information. I could do it, but I don't know how because I don't see a
> way how-to for the documentation here:
> http://continuum.apache.org/guide-helping.html

Thanks for pointing that out.

The information about the site is here:
http://continuum.apache.org/development/publishing-site.html

You'd need to edit some of the content files, then submit a patch.

Perhaps if you'd like to submit a patch for the original problem, you could add this link to the helping guide at the same time :)

Thanks,
Brett


Re: Running continuum

Posted by kata mapkon <ka...@gmail.com>.
Thanks Brett -

That fixed it for me. I am wondering whether the FAQ should be updated with
this information. I could do it, but I don't know how because I don't see a
way how-to for the documentation here:
http://continuum.apache.org/guide-helping.html

Mark


On Fri, Jun 6, 2014 at 12:55 AM, Brett Porter <br...@apache.org> wrote:

> On 6 Jun 2014, at 1:06 am, kata mapkon <ka...@gmail.com> wrote:
>
> > Hi
> >
> > I am new to the continuum project and I am interested in contributing to
> > the project in anyway that I can -
>
> Great!
>
> >
> > I have since read the FAQ and the documentation @
> > http://continuum.apache.org/community.html - I managed to checkout the
> > code, build it using maven and import it in eclipse -
> >
> > However, I am unable to run continuum - these are the steps I am using:
> >
> > 1. Build the entire continuum project - mvn clean install
> > 2. cd to continuum-web
> > 3. mvn jetty:run
> >
> > Jetty seems to load, however, navigating to localhost:9090/continuum is
> > generating an error (OOM error). I changed my maven using export
> > MAVEN_OPTS="-Xmx3000m" in the .bash_profile, but this does not seem to
> > solve the error -
> >
> > Is there something I am missing?
>
> These are the settings I use to run it successfully:
>
> export MAVEN_OPTS="-XX:+UseCompressedOops -Xmx512m -XX:MaxPermSize=256m"
>
> Can you try that from the shell, before starting mvn jetty:run, and see if
> that helps?
>
> Perhaps your bash profile didn't take effect, or you're getting a PermGen
> error instead. If it still fails, please paste the exception, as well as
> the banner at the end of the Maven run that shows how much memory is used.
>
> Thanks,
> Brett
>
>

Re: Running continuum

Posted by Brett Porter <br...@apache.org>.
On 6 Jun 2014, at 1:06 am, kata mapkon <ka...@gmail.com> wrote:

> Hi
> 
> I am new to the continuum project and I am interested in contributing to
> the project in anyway that I can -

Great!

> 
> I have since read the FAQ and the documentation @
> http://continuum.apache.org/community.html - I managed to checkout the
> code, build it using maven and import it in eclipse -
> 
> However, I am unable to run continuum - these are the steps I am using:
> 
> 1. Build the entire continuum project - mvn clean install
> 2. cd to continuum-web
> 3. mvn jetty:run
> 
> Jetty seems to load, however, navigating to localhost:9090/continuum is
> generating an error (OOM error). I changed my maven using export
> MAVEN_OPTS="-Xmx3000m" in the .bash_profile, but this does not seem to
> solve the error -
> 
> Is there something I am missing?

These are the settings I use to run it successfully:

export MAVEN_OPTS="-XX:+UseCompressedOops -Xmx512m -XX:MaxPermSize=256m"

Can you try that from the shell, before starting mvn jetty:run, and see if that helps?

Perhaps your bash profile didn't take effect, or you're getting a PermGen error instead. If it still fails, please paste the exception, as well as the banner at the end of the Maven run that shows how much memory is used.

Thanks,
Brett