Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Polarsys » Capella workbench » installation problem(capella crashes after splash screen, before welcome screen)
installation problem [message #1826122] Mon, 20 April 2020 00:16 Go to next message
Hiroshi Murata is currently offline Hiroshi MurataFriend
Messages: 3
Registered: April 2020
Junior Member
I am new to Capella, want to try out the tool for MBSE study.
The tool started but stopped right after the splash screen, as reported in detail below. Any help is appreciated!

(1) Installed jre-8u202-windows-x64.exe on my ThinkPad, running Win10 64-bit.
(2) Created a folder C:\capella140, and installed Capella 1.4.0 for Win 64
in the folder.
(3) In C:\capella140\capella\eclipse, i have double-clicked "eclipse.exe"
(4) Splash screen appeared, and disappeared.
(5) The welcome screen didn't appear, but instead, a small error window appeared
saying "an error occurd. See the log file".
(6) In the log file, a Java runtime Exception is reported saying, "org.polarsys.capella.core.platform.sirius.ui.perspective.id" could not be found in the registry.,
where the top of the stacktrace is at "org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:252)".

note1: the logfile, eclipse.ini etc are attached in the zip file.
note2: Tried jre-8u121-windows-x64.exe also, resulted same problem.
note3: In my pc, I have other JREs and eclipse installation, in 32-bit configuration. So I added -vm option in eclipse.ini to specify the 64-bit JRE explicitly.




Re: installation problem [message #1826130 is a reply to message #1826122] Mon, 20 April 2020 05:53 Go to previous messageGo to next message
Stephane LACRAMPE is currently offline Stephane LACRAMPEFriend
Messages: 217
Registered: July 2009
Senior Member
Hi There,

I think the problem comes from your eclipse.ini file.
You should move the 2 lines before the -vmargs line:
-vm
C:\progra~1\java\jre1.8.0_202\bin\java.exe

Everything after -vmargs are arguments passed to the vm, so the -vm option must be set up before.

I hope this solves your issue.

Stephane
Obeo Canada


Stephane LACRAMPE
Obeo Canada
Re: installation problem [message #1826133 is a reply to message #1826122] Mon, 20 April 2020 06:58 Go to previous messageGo to next message
Hiroshi Murata is currently offline Hiroshi MurataFriend
Messages: 3
Registered: April 2020
Junior Member
Thank you for your help, Stephane,
I corrected the point but the same problem persists.
My new eclipse.ini and the log file attached.

I attached also the config.ini file (in C:\capella140\eclipse\configuration)
this time because I found that it contains the following line, that matches the name mentioned in the log file.

eclipse.application=org.polarsys.capella.core.platform.sirius.ui.perspective.id

-- hirosan

[Updated on: Mon, 20 April 2020 07:17]

Report message to a moderator

Re: installation problem [message #1826172 is a reply to message #1826133] Mon, 20 April 2020 15:33 Go to previous messageGo to next message
Stephane LACRAMPE is currently offline Stephane LACRAMPEFriend
Messages: 217
Registered: July 2009
Senior Member
Hi Hiroshi,

I am sorry this does not solve your issue. The issue is definitely linked to a problem with the way Java is configured on your machine. I was not able to reproduce your issue, sorry, maybe you can try to re-install Capella and re-install your Java 1.8 version, I guess you already tried this. Maybe also have a look at your environment variables (JAVA_HOME, JRE_HOME, PATH).

All the best,
Stephane


Stephane LACRAMPE
Obeo Canada
Re: installation problem [message #1826195 is a reply to message #1826172] Tue, 21 April 2020 00:39 Go to previous messageGo to next message
Hiroshi Murata is currently offline Hiroshi MurataFriend
Messages: 3
Registered: April 2020
Junior Member
Thank you Stephane,

I re-installed Capella and it worked fine this time!

The difference I can remind of is that this time I "moved" the directory "capella" to "C:\",
after unzipped the download package in Downloads directory,
whereas in previous trials I moved "eclipse" directory to the hand made directory "C:\capella140".
Not sure if the above is the real cause, maybe I did something else.
Before the re-installation, I tried things related to environment variables (JAVA_HOME, JRE_HOME, PATH, CLASSPATH).
They didn't worked, but one thing to be noted is that setting CLASSPATH changed the name of the
"not found" item in the log file report, so the direct cause could be related to classpath.

Now my problem is solved, and Id like to leave the investigation off here.
Sorry about the incomplete report, and thank you for your support!

-- hiroshi


Re: installation problem [message #1826196 is a reply to message #1826195] Tue, 21 April 2020 00:42 Go to previous messageGo to next message
Stephane LACRAMPE is currently offline Stephane LACRAMPEFriend
Messages: 217
Registered: July 2009
Senior Member
Well thank you very much for all these details, I am happy that it finally worked for you!
Stephane


Stephane LACRAMPE
Obeo Canada
Re: installation problem [message #1826239 is a reply to message #1826195] Tue, 21 April 2020 17:00 Go to previous messageGo to next message
Marius Tillmann is currently offline Marius TillmannFriend
Messages: 4
Registered: April 2020
Junior Member
Hi Hiroshi,
unfortunately I have the same issue like you. I already copied the unzipped capella folder to C:\... and changed the .ini file. Each time after starting capella I can chose the project location but after that step the log file error message appears.

I´m using capella 1.4 64 bit with Java JDK 14.0.1.

I´m not familiar with Java coding. Could you tell me what I have to do with the environment variables? Attached you find my ini and log file.

Thanks and best regards,
Marius
  • Attachment: eclipse.ini
    (Size: 0.28KB, Downloaded 67 times)
  • Attachment: .log
    (Size: 63.78KB, Downloaded 76 times)
Re: installation problem [message #1826240 is a reply to message #1826239] Tue, 21 April 2020 17:25 Go to previous messageGo to next message
Stephane LACRAMPE is currently offline Stephane LACRAMPEFriend
Messages: 217
Registered: July 2009
Senior Member
Hi Marius,

Capella requires Java 1.8 64 bits, and ideally this version: JRE 1.8.0_121_64b, and you are using Java 14, hence the issues you're experiencing.

You'll find the right JRE for you at this address: https://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase8-2177648.html

Once installed, please revert the change you made to your eclipse.ini file, or unzip the Capella zip file to get a fresh start.

More information on installing Capella here: https://wiki.eclipse.org/Capella/Installation_Guide#Capella_Installation

Stephane Lacrampe
Obeo Canada


Stephane LACRAMPE
Obeo Canada
Re: installation problem [message #1826241 is a reply to message #1826240] Tue, 21 April 2020 17:56 Go to previous messageGo to next message
Marius Tillmann is currently offline Marius TillmannFriend
Messages: 4
Registered: April 2020
Junior Member
Hi Stephane,
what a stupid mistake from my side :-(
Thank you very much for your help! Now it works and I can try my first MBSE Project! :-)

Regards,
Marius
Re: installation problem [message #1826243 is a reply to message #1826241] Tue, 21 April 2020 18:05 Go to previous message
Stephane LACRAMPE is currently offline Stephane LACRAMPEFriend
Messages: 217
Registered: July 2009
Senior Member
My pleasure, I am happy I was able to help!
Stephane


Stephane LACRAMPE
Obeo Canada
Previous Topic:Does Capella feature any compatibility with UML2 XMI format?
Next Topic:LC to PC transition problems
Goto Forum:
  


Current Time: Fri Apr 19 22:20:17 GMT 2024

Powered by FUDForum. Page generated in 0.03668 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top