I have been following the tutorials, and installed required software, node, maven, repository.... everyting.
I have the project in Eclipse, and downloaded all dependencies.
I am trying to start the cdap server by opening a command prompt window and writting:
C:\CDAP\cdap-4.3.1\cdap-standalone\bin>cdap sandbox start
Starting CDAP Sandbox...
...................................................
But the CDAP Sandbox will never start, could not access the localhost to start using the framework.... I have checked the log, and get the following entry:
Error: Could not find or load main class co.cask.cdap.StandaloneMain
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Does anybody knows where could I have the problem?
Thanks very much in advance.