语言

Menu
Sites
Language
How to resolve freezing of Tizen SDK 2.3.1 when it's launched.

Hi,

This morning, I observed that Tizen SDK 2.3.1 was freezed when it's launched while loading org.tizen.common.

Creating new workspace which was guided in below links was not valid for my case.

   http://spacetech.dk/eclipse-failed-java-was-started-but-returned-exit-code-805306369.html

   http://stackoverflow.com/questions/10157794/java-was-started-but-returned-exit-code-805306369

 

But I could resolve this issue by below command to remove class cache of jvm. Then, after rebooted my pc, SDK could works without problem.

   javaw -Xshareclasses:destroyAll

   http://www-01.ibm.com/support/docview.wss?uid=swg21273408

响应

11 回复
Marco Buettner

I got this message when I tried your solution

Marco Buettner

I got this message when I tried your solution

daniel kim

Hi,

As I mentioned, you need to reboot your PC before you launch it :)

Regards

Marco Buettner

I reboot the PC anytime ... after crash the crash ... without crash ... I got always the Java-Machine-Error and nothing change on TizenSDK 2.3.1 launch problem.

daniel kim

Oh my god.. I would suggest you to read below solution of expert. It seems that reinstalling of jdk can resolve the issue.

    http://www.pcadvisor.co.uk/how-to/software/how-fix-could-not-create-java-virtual-machine-error-message-3539152/

Regards

Marco Buettner

I reinstall two times Java, without any solution :(

daniel kim

Hi,

How is your problem? Can you launch your IDE ?

Regards

 

daniel kim

Hi,

Just now, I experienced same problem once again :(  I'd like to share what I've done here.

    1. performed  'javaw -Xshareclasses:destroyAll' in my pc

    2. made a new workspace

    3. rebooted my pc

    4. launched the ide and selected this new workspace

I think that the corruption of workspace may affect something here.

Regards

Marco Buettner

I will try it, but "javaw -Xshareclasses:destroyAll" give me always the error message from above ... 

daniel kim

Hi,

My colleague experinced same problem just now and is saying that could resolve it by following steps.

 1. close ide and kill sdb process in windows.

 2. detach Android phone which is connected to pc. 

 3. launch ide again.

Regards

Marco Buettner

I resolve the issue by following steps

  1. Delete all firewall rules for TizenSDK and Java
  2. Uninstall TizenSDK
  3. Uninstall Java
  4. Install Java
  5. Install TizenSDK
  6. Create firewall rules for eclipse.exe and allow all connection for that
  7. Start TizenSDK