Thank you for your reply.
I was able to start postgresql with /etc/init.d/postgresql start

I solved also the problem of extra memory in STS. The problem was that when you add an switch

-vmargs -Xmx1024M

it replaces all the switches of the STS call to java.
So put all the switches I found in the call as it is described with the ps -ax command
I my case I put:

-vmargs -Dosgi.requiredJavaVersion=1.5 -Xmn128m -Xms256m -Xmx1536m -Xss1m 
-XX:PermSize=128m -XX:MaxPermSize=384m

and that worked for me. I have actually changed only the -Xmx<memory> call.

I get an error in eventd-configuration.xsd. When I do a right click -> validate it does not solve the problem.

I also get an error when it builds the workspace about javascript validation. I don't know if this is normal.

When I deploy the opennms-webapp either with jetty:run or on tcServer I get two kind of exceptions.
The first:
Error while initializing servlet systems: javax.servlet.ServletException: Could not load properties from resource '/WEB-INF/configuration.properties' javax.servlet.ServletException: Could not load properties from resource '/WEB-INF/configuration.properties'

The second :BootstrapException: Unable to return specified BeanFactory instance: factory key [daoContext] which comes down to the following:
NoSuchBeanDefinitionException: No bean named 'soaContext' is defined.

Finally, which the source module is for the Eventd?


Kind Regards,
P.N.



Στις 02/04/2012 04:54 μμ, ο/η Matt Raykowski έγραψε:
If you installed postgresql via apt you should be able to just use upstart or init.d to start/stop the services.

Some modules may have errors as they rely on proprietary third party libraries that are not available through Maven.

On Thu, Mar 29, 2012 at 3:22 PM, <pnei...@gmail.com <mailto:pnei...@gmail.com>> wrote:

    Hello,

    FIRST:
    I have followed the steps and I managed to install the project today.
    I used STS 2.9.1 64bit with maven integration version 0.12 as i
    understood you use from the relative links.

    I got some modules with errors. Half of them resolved with update
    project configuration and the rest with exception of one seems
    that they have got errors but it seems when you open the module
    that it is a bug of maven than a real error.
    The one I mention above is "ncs-alarm-gui". In this one I get
    errors in a jsp page. Specific, it does not find out jsp:include
    jsp pages.
    Also  under target//generated-sources/ directories there is no
    castor dir.

    I have put the

    -vmargs -Xmx1024M

    in the call of STS but it crashed when I used these flags.
    Another question: I want to start up the postreSQL server. I
    searched the net and I found out that the command looks like:

    postgres -D /usr/local/pgsql/data

    But where are the data stored? This folder does not exist in my
    machine. data are stored in a different position. The server
    version is 9.1 in an ubuntu machine.

    SECOND:
    I am interested in the following projects:
    Refactor opennms-services
    Replace Eventd Using New Technology

    The first on is a spring project. You simply want to separate it
    in more projects?
    Which is the source module for the second? I have to say that I
    haven't got experience to Camel or MINA.

    Kind Regards
    P.Neiros.




    Στις 26/03/2012 04:02 μμ, ο/η Matt Raykowski έγραψε:
    Please check this wiki article out for information:
    http://opennms.org/wiki/Eclipse_and_OpenNMS
    eclipse  -vmargs -Xmx1024M




--
Matt Raykowski
/s

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-devel mailing list

To *unsubscribe* or change your subscription options, see the bottom of this 
page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel

Reply via email to