Server terminated

Hello. I’m trying to make a step aside from Spring to Cuba.
And the problem is at the very beginning. I’ve installed Cuba studio. I’ve also installed the plugin for Idea.
I created a simple app as it was shown on the tutorial link ( Cuba Studio Быстрый старт – CUBA Platform ). The project is built succesfully, but something is going wrong with the launching of the server. In console I see the following:

Starting the server…
Server terminated

I see the same error in Idea and in Cuba studio. I see the same error even when I create an empty project.

What is going on and how can I solve my problem? Please help me. I found no info in Google and on this forum.

p.s. java 8, added to classpath.

Hi @semen.nechypurenko,

Could you send your logs, otherwise it is simply impossible to understand what went wrong. You can find logs right in Studio, see the picture below:
image

Regards,
Aleksey

Thank You for your quick answer.
An error was in jre classpath (in one symbol).
It was C:\Program Files\Java\jre1.8.0_241
instead of
C:\Program Files\Java\jre1.8.0_251
SinceI I fixed it, the app runs succesfully.

1 Like