- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Exception in thread "main" java.lang.InternalError...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2003 11:18 AM
09-26-2003 11:18 AM
Exception in thread "main" java.lang.InternalError: URLSeedGenerator file:/dev/random generated exce
When I try to access https url from a client it throws error 'Exception in thread "main" java.lang.InternalError: URLSeedGenerator file:/dev/random generated exception: Permission denied'.
Any idea what is wrong.
Thanks,
Mudit
- Tags:
- Java
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2003 03:26 PM
09-26-2003 03:26 PM
Re: Exception in thread "main" java.lang.InternalError: URLSeedGenerator file:/dev/random generated exce
Do you have a /dev/random file on your system ? If so what are the permissions on that file
Just a hunch
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2003 05:10 PM
09-26-2003 05:10 PM
Re: Exception in thread "main" java.lang.InternalError: URLSeedGenerator file:/dev/random generated exce
Yes, I do have the /dev/random device file and the permissions on it are 'cr--r--r--'.
And I don't think I have writes to change the permissions on this file. So is there any other work-around.
Thanks,
Mudit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 03:10 AM
09-29-2003 03:10 AM
Re: Exception in thread "main" java.lang.InternalError: URLSeedGenerator file:/dev/random generated exce
Since you are accessing it by https: //
I would also look at the server logs to see what exactly happened.
As a workaround back up your /dev/random and link /dev/random ato /dev/urandom.Mind you this is just to isolate the problem.
If you see the above approach working something is wrong with jdk or the key tool generation code.
Hope this helps
Paddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2004 01:26 AM
02-10-2004 01:26 AM
Re: Exception in thread "main" java.lang.InternalError: URLSeedGenerator file:/dev/random generated exce
I am using Borland Enteprise server.
The JDK is from HP.
Can anyone help?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2004 01:58 AM
12-24-2004 01:58 AM
Re: Exception in thread "main" java.lang.InternalError: URLSeedGenerator file:/dev/random generated exce
I've run into the same issue using the 1.4.1.06 JRE. I was able to trace it back to the HP Secure Random Number Generator software packages installed. Uninstalling those packages allows java to function normally. Unfortunately, I haven't been able to find an answer as to why this occurs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 01:04 AM
01-20-2005 01:04 AM
Re: Exception in thread "main" java.lang.InternalError: URLSeedGenerator file:/dev/random generated exce
It may solve your problem.
-Madhi