java.io.FileNotFoundException: /home/newhyp/.oracle.server.products (No such file or directory)
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
Make sure the file resides in the project folder if you're referencing it via a relative path. If not, use the absolute path to the file with the file extension.
Use the relative path when providing the location of the file. Place the file in the project folder and access it according to the hierarchy. If you want to access a file outside the project folder, provide the absolute path.
Solutions on the web
via Oracle Community by user11203834, 1 year ago
via GitHub by sfcoy
, 2 years agovia Stack Overflow by D. Müller
, 2 years agovia grokbase.com by Unknown author, 2 years ago
via Google Groups by Abel Muiño Vizcaino, 1 year ago
via ubuntuforums.org by Unknown author, 2 years ago
java.io.FileNotFoundException: /home/newhyp/.oracle.server.products (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.
(FileInputStream.java:120) at com.hyperion.install.sw.XmlSoftwareRegistry.load(XmlSoftwareRegistry.java:181)
at com.hyperion.cis.utils.CISUtilityHelper.isItemInstalled(CISUtilityHelper.java:852)
at com.hyperion.cis.utils.CISUtilityHelper.isOHSInstalled(CISUtilityHelper.java:396)
at com.hyperion.foundation.config.FoundationTaskDependency.proccessEntering(FoundationTaskDependency.java:97)
at com.hyperion.config.wizard.ProductTaskSelectionField.
(ProductTaskSelectionField.java:52) at com.hyperion.config.wizard.impl.ProductTaskSelectionForm.
(ProductTaskSelectionForm.java:78) at com.hyperion.config.wizard.impl.ProductTaskSelectionState.getForm(ProductTaskSelectionState.java:71)