Skip to content

Instantly share code, notes, and snippets.

@rtrouton
Created March 4, 2015 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtrouton/a9b931f01fcaea4fdac8 to your computer and use it in GitHub Desktop.
Save rtrouton/a9b931f01fcaea4fdac8 to your computer and use it in GitHub Desktop.
Java 8 Update 40 install.app output when installing with no network connection
computername:~ username$ sudo /Volumes/Java\ 8\ Update\ 40/Java\ 8\ Update\ 40.app/Contents/MacOS/MacJREInstaller
2015-03-04 08:25:23.046 MacJREInstaller[477:5589] path: /var/root/Library/Application Support/JREInstaller
2015-03-04 08:25:23.049 MacJREInstaller[477:5589] ---- INSTALL RUN |||| 03-04-2015 08:25:23 -0500
2015-03-04 08:25:23.050 MacJREInstaller[477:5589] Install Log: Type:Network Severity:Debug Message:Download Staged XML from :https://javadl-esd-secure.oracle.com/update/1.8.0/mac-1.8.0_40-b25.xml
2015-03-04 08:25:23.196 MacJREInstaller[477:5589] Install Log: Type:Other Severity:Debug Message:Dictionary:{
}
2015-03-04 08:25:23.524 MacJREInstaller[477:5589] Install Log: Type:Network Severity:Debug Message:installed version: 1.8.31.15
2015-03-04 08:25:23.525 MacJREInstaller[477:5589] Install Log: Type:Network Severity:Debug Message:Current Installed Version:1.8.31.15
2015-03-04 08:25:23.525 MacJREInstaller[477:5589] Install Log: Type:Network Severity:Debug Message:Sponsor and Ping are disabled as unable to download required staged xml.
2015-03-04 08:25:23.526 MacJREInstaller[477:5589] Install Log: Type:Ping Severity:Warning Message:Invalid psURL ! Disable Ping.
2015-03-04 08:25:23.526 MacJREInstaller[477:5589] Install Log: Type:Network Severity:Debug Message:installed version: 1.8.31.15
2015-03-04 08:25:23.527 MacJREInstaller[477:5589] Install Log: Type:Network Severity:Debug Message:version to install: 1.8.40.25
2015-03-04 08:25:23.656 MacJREInstaller[477:5589] Install Log: Type:Other Severity:Debug Message:Application support directory:/var/root/Library/Application Support
2015-03-04 08:25:23.657 MacJREInstaller[477:5589] Install Log: Type:Other Severity:Debug Message:infoPlist:(null)
objc[480]: Class JavaLaunchHelper is implemented in both /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java and /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/./libjli.dylib. One of the two will be used. Which one is undefined.
2015-03-04 08:25:25.365 MacJREInstaller[477:5589] Install Log: Type:Network Severity:Debug Message:Before Install, Security Level is 0
2015-03-04 08:25:25.407 MacJREInstaller[477:5589] Install Log: Type:Network Severity:Debug Message:Java 8 Update 40
objc[482]: Class JavaLaunchHelper is implemented in both /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java and /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/./libjli.dylib. One of the two will be used. Which one is undefined.
objc[483]: Class JavaLaunchHelper is implemented in both /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java and /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/./libjli.dylib. One of the two will be used. Which one is undefined.
2015-03-04 08:25:26.952 MacJREInstaller[477:5589] Install Log: Type:Network Severity:Debug Message:From Welcome Delegate
2015-03-04 08:25:28.435 MacJREInstaller[477:5589] Install Log: Type:Network Severity:Debug Message:Installing JRE, Lock Continue Button
2015-03-04 08:25:28.436 MacJREInstaller[477:5589] Install Log: Type:Network Severity:Debug Message:ExecCmd:/usr/sbin/installer -pkg "/Volumes/Java 8 Update 40/Java 8 Update 40.app/Contents/Resources/JavaAppletPlugin.pkg" -target /
2015-03-04 08:25:34.346 MacJREInstaller[477:5778] Install Log: Type:Network Severity:Debug Message:Response from Priviledged Helper: 0
/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Resources/com.oracle.java.Java-Updater.plist: Operation already in progress
2015-03-04 08:25:34.364 MacJREInstaller[477:5589] Install Log: Type:Ping Severity:Debug Message:From Ping Delegate
2015-03-04 08:25:34.365 MacJREInstaller[477:5589] Install Log: Type:Network Severity:Debug Message:Unlocking ContinueButton = <NSButton: 0x7f8e92c511b0>: 0
objc[548]: Class JavaLaunchHelper is implemented in both /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java and /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/./libjli.dylib. One of the two will be used. Which one is undefined.
2015-03-04 08:25:35.064 MacJREInstaller[477:5589] Install Log: Type:Network Severity:Debug Message:After install, Security Level is 0
2015-03-04 08:25:35.065 MacJREInstaller[477:5589] Install Log: Type:Ping Severity:Warning Message:Pings disabled.
2015-03-04 08:25:35.066 MacJREInstaller[477:5778] Install Log: Type:Network Severity:Debug Message:Calling performSelectorOnMainThread to set jre install code as 0
2015-03-04 08:25:35.070 MacJREInstaller[477:5589] Install Log: Type:Network Severity:Debug Message:Calling setJREInstallCode with 0
2015-03-04 08:25:44.339 MacJREInstaller[477:5589] Install Log: Type:Network Severity:Debug Message:Curent step 2,Try to open https://java.com/verify/?src=install
computername:~ username$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment