Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Eclipse error : SHA-1 not available(Eclipse crashes)
icon13.gif  Eclipse error : SHA-1 not available [message #882640] Wed, 06 June 2012 22:45 Go to next message
Binoy Babu is currently offline Binoy BabuFriend
Messages: 1
Registered: June 2012
Junior Member
index.php/fa/10107/0/


I use Ubuntu 12.04 and Eclipse Indigo. After updating my Ubuntu Eclipse no longer works.

An error has occurred.  See the log file
/home/binoy/.eclipse/org.eclipse.platform_3.7.0_155965261/configuration/1339022492430.log


Here's the content of /home/binoy/.eclipse/org.eclipse.platform_3.7.0_155965261/configuration/1339022492430.log :


$ cat /home/binoy/.eclipse/org.eclipse.platform_3.7.0_155965261/configuration/1339022492430.log
!SESSION Thu Jun 07 04:11:32 IST 2012 ------------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2012-06-07 04:11:32.441
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.InternalError: internal error: SHA-1 not available.
	at sun.security.provider.SecureRandom.init(SecureRandom.java:105)
	at sun.security.provider.SecureRandom.<init>(SecureRandom.java:84)
	at java.security.SecureRandom.getDefaultPRNG(SecureRandom.java:186)
	at java.security.SecureRandom.<init>(SecureRandom.java:150)
	at java.io.File$LazyInitialization.<clinit>(File.java:1681)
	at java.io.File.generateFile(File.java:1694)
	at java.io.File.createTempFile(File.java:1803)
	at org.eclipse.equinox.launcher.Main.canWrite(Main.java:1290)
	at org.eclipse.equinox.launcher.Main.checkConfigurationLocation(Main.java:691)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:568)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1410)



What's going on? How can I fix this?

[Updated on: Wed, 06 June 2012 22:47]

Report message to a moderator

Re: Eclipse error : SHA-1 not available [message #888651 is a reply to message #882640] Mon, 18 June 2012 12:25 Go to previous messageGo to next message
Vikram Thakur is currently offline Vikram ThakurFriend
Messages: 1
Registered: June 2012
Junior Member


I have got the same issue in an AMD64 machine (Ubuntu 12.04). and solved it by a workaround:

copy: files containing '3740' in /usr/lib/jni/libswt-*3740.so to ~/.swt/lib/linux/x86_64/

But, be sure the packages : libswt-gtk-3-java & libswt-gtk-3-jni are installed.

sudo apt-get install libswt-gtk-3-jni libswt-gtk-3-java

And

sudo cp /usr/lib/jni/libswt-*3740.so ~/.swt/lib/linux/x86_64/

if you have a 32 bits based system : sudo cp /usr/lib/jni/libswt-*3740.so ~/.swt/lib/linux/x86/
Re: Eclipse error : SHA-1 not available [message #1017269 is a reply to message #888651] Mon, 11 March 2013 12:06 Go to previous message
Mehdi BENNIS is currently offline Mehdi BENNISFriend
Messages: 1
Registered: March 2013
Junior Member
it works for me thx.
Previous Topic:XML: No embedded stylesheet instruction for file:
Next Topic:Eclipse Installation Breakdown : What versions are in wide use ?
Goto Forum:
  


Current Time: Tue Apr 23 06:10:05 GMT 2024

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

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

Back to the top