Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NOTE: To run the Admin UI and data service applications in background start jetty server as follows: nohup

...

mvn

...

jetty:run

...

&



Expected build or Issues


  1. The below exceptions are observed during the mvn clean install . This is an exception from unit test , but the tests will run successfully. The execution may stall for some time but the build will be successful and the application can be launched successfully. So it can be ignores as well.

[INFO] Running com.comcast.xconf.CompleteTestSuite

no libsigar-amd64-linux.so in java.library.path

org.hyperic.sigar.SigarException: no libsigar-amd64-linux.so in java.library.path

                at org.hyperic.sigar.Sigar.loadLibrary(Sigar.java:172)

                at org.hyperic.sigar.Sigar.<clinit>(Sigar.java:100)

                at org.apache.cassandra.utils.SigarLibrary.<init>(SigarLibrary.java:47)

                at org.apache.cassandra.utils.SigarLibrary.<clinit>(SigarLibrary.java:28)

                at org.apache.cassandra.service.StartupChecks$7.execute(StartupChecks.java:216)

                at org.apache.cassandra.service.StartupChecks.verify(StartupChecks.java:112)

                at org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:196)

                at org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:601)

                at org.cassandraunit.utils.EmbeddedCassandraServerHelper$1.run(EmbeddedCassandraServerHelper.java:133)

                at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)

                at java.lang.Thread.run(Thread.java:748)  

Solution : This exception can be resolved by copying the .so file to the path /usr/lib.

Configuration and Validation of services

...