|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
URLSeedGenerator file:/dev/random reached end of file
Hi,
I am trying to put HTTP/S request to Apache server from java program running on FreeBSD 4.10 but while executing it gives following error at (SSLSocketFactory)SSLSocketFactory.getDefault(); Error is : PHP Code:
how can i remove this error FreeBSD 4.10-BETA (GENERIC) I am using following packages linux-sun-jdk-1.4.2.04 Sun Java Development Kit 1.4 for Linux linux_base-8-8.0_4 Base set of packages needed in Linux mode (only for i386) linux_devtools-8.0_1 Packages needed for doing development in Linux mode libtool-1.3.5_1 Generic shared library support script gmake-3.80_1 GNU version of 'make' utility automake-1.4.5_9 GNU Standards-compliant Makefile generator (legacy version GCC 2.95.4 gdb 4.18 ld 2.12.1 supported emulation elf_i386 Thanks in advance Regards Man479 |
|
#2
|
|||
|
|||
|
That error is removed by reffering to below link
Helpful Link: http://www.clarksys.com/archives/2004/01/stir_the_entropy_pool_in_freebsd_4.html but I am facing below error: Code:
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.a(DashoA6275) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275) at com.sun.net.ssl.internal.ssl.SunJSSE_az.a(DashoA6275) at com.sun.net.ssl.internal.ssl.SunJSSE_az.a(DashoA6275) at com.sun.net.ssl.internal.ssl.SunJSSE_ax.a(DashoA6275) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.j(DashoA6275) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(DashoA6275) at ApacheSSL.main(ApacheSSL.java:23) Caused by: sun.security.validator.ValidatorException: No trusted certificate found at sun.security.validator.SimpleValidator.buildTrustedChain(SimpleValidator.java:304) at sun.security.validator.SimpleValidator.engineValidate(SimpleValidator.java:107) at sun.security.validator.Validator.validate(Validator.java:202) at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(DashoA6275) at com.sun.net.ssl.internal.ssl.JsseX509TrustManager.checkServerTrusted(DashoA6275) Regards Man479 |
|
#3
|
|||
|
|||
|
Hi,
Found this thread through google while having the same end of file for /dev/random. The URL you provided has changed to: http://www.clarksys.com/archives/2004/01/16/stir-the-entropy-pool-in-freebsd-4/ Just for reference in case that link disappears one day: 1. dmesg | grep irq - find out the IRQ of an interface (eg, ethernet interface) that's used 2. Add those to the random generator's seed: # rndcontrol -s 10 # rndcontrol -s 11 # rndcontrol -s 14 # rndcontrol The last command outputs what seeds its using 3. Add to /etc/rc.conf if you want it to keep over machine reboots: rand_irqs=”10 11 14″ |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > BSD Help > URLSeedGenerator file:/dev/random reached end of file |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|