Hello
I've installed HANA Cloud SDK in an opensuse 12.3 64 bits system
Also I've installed eclipse (kepler) and jdk (oracle jdk 1.7.0_40 64 bits)
But I can't start local runtime, remote deployment works flawlessly.
Here's my console output:
port554:/opt/hanasdk/tools # ./neo.sh install-local
SAP HANA Cloud Console Client
Installing server runtime into local folder:
/opt/hanasdk/server
Installing com.sap.js.jpaas.sdk 0.0.0.
Operation completed in 20267 ms.
Server installed to: /opt/hanasdk/server
Configuration:
http port : 8080
ajp port : 8009
jmx port : 1717
http proxy : <none>
https proxy: <none>
port554:/opt/hanasdk/tools # ./neo.sh start-local
SAP HANA Cloud Console Client
Starting local server instance
ERROR: Process exits with code 1
If you need help, provide the output of the command and attach the log directory [/opt/hanasdk/tools/./log]
And this is the log (./log/console_14571\@localhost.log):
013-09-18 16:52:05,523 INFO [main] com.sap.jpaas.infrastructure.console.CommandManager: Starting execution of command [start-local]
2013-09-18 16:52:05,531 INFO [main] com.sap.jpaas.infrastructure.console.CommandManager: Command [start-local] init() finished for [5] ms
2013-09-18 16:52:06,232 INFO [main] com.sap.jpaas.infrastructure.console.CommandManager: Command [start-local] cleanup() finished for [0] ms
2013-09-18 16:52:06,234 FATAL [main] com.sap.jpaas.infrastructure.console.ConsoleClient: ERROR: Process exits with code 1
com.sap.jpaas.infrastructure.console.exception.CommandException: Process exits with code 1
at com.sap.core.sdk.cmd.LocalServerStartCommand.run(LocalServerStartCommand.java:61)
at com.sap.jpaas.infrastructure.console.CommandManager.run(CommandManager.java:263)
at com.sap.jpaas.infrastructure.console.ConsoleClient.run(ConsoleClient.java:158)
at com.sap.jpaas.infrastructure.console.ConsoleClient.main(ConsoleClient.java:57)
Caused by: com.sap.jpaas.infrastructure.console.exception.CommandException: Process exits with code 1
at com.sap.core.sdk.cmd.LocalServerStartCommand.startLocalServer(LocalServerStartCommand.java:130)
at com.sap.core.sdk.cmd.LocalServerStartCommand.run(LocalServerStartCommand.java:56)
... 3 more
The same install worked perfectly on win 7. I can't figure why it doesn't start in linux.
I've tried as normal user and root. I've checked that 8080 8009 and 1717 ports are free
Any idea?
Thanks!