| Could not hotload ZoneInfoFile [message #655780] | 
			Mon, 12 September 2016 12:37   | 
		 
		
			
				
				
				  | 
					
						
						Michel Cadot
						 Messages: 68770 Registered: March 2007  Location: Saint-Maur, France, https...
						
					 | 
					Senior Member Account Moderator  | 
					 | 
		 
		 
	 | 
 
	
		 
New installation of 11.2.0.4 PSU 201607 on Windows 7 Pro SP1. 
 
When creating the Java part using "?\javavm\install\initjvm.sql", I received the following message: 
begin if initjvmaux.startstep('CREATE_JAVA_SYSTEM') then
*
ERROR at line 1:
ORA-29548: Java system class reported: java.lang.Error: Could not hotload ZoneInfoFile
ORA-06512: at "SYS.INITJVMAUX", line 23
ORA-06512: at line 5 
 
The PL/SQL block executed is the following one: 
begin if initjvmaux.startstep('CREATE_JAVA_SYSTEM') then
  initjvmaux.rollbacksetup;
  commit;
  initjvmaux.rollbackset;
  initjvmaux.exec('create or replace java system');
  commit;
  initjvmaux.rollbackcleanup;
  initjvmaux.endstep;
end if; end;
/ 
The error appears on the line: 
initjvmaux.exec('create or replace java system'); 
And within this procedure on the following line: 
with x set to 'create or replace java system'. 
 
It's the first time I saw this and I found nothing on Google. 
Anyone has already seen that? 
 
		
		
		
 |  
	| 
		
	 | 
 
 
 | 
	| 
		
 | 
	| 
		
 | 
	
		
		
			| Re: Could not hotload ZoneInfoFile [message #656369 is a reply to message #655785] | 
			Tue, 04 October 2016 03:48   | 
		 
		
			
				
				
				  | 
					
						
						Michel Cadot
						 Messages: 68770 Registered: March 2007  Location: Saint-Maur, France, https...
						
					 | 
					Senior Member Account Moderator  | 
					 | 
		 
		 
	 | 
 
	
		 
Just to tell you the end of the story. 
The Java installation was corrupted, and maybe other parts of the system as I got multiple blue screens. 
It took 3 weeks to reinstall due to a bug in the BIOS and wrong information from Dell support. 
Now that everything is reinstalled, the problem disappeared.  
 
		
		
		
 |  
	| 
		
	 | 
 
 
 |