The EAP 5.1.2 Java 7 Patch Fails to Install if the 'minimal' Profile Does Not Exist
Issue
- I'm attempting to install JBPAPP-8693 into my JBoss EAP 5.1.2 directory. The installer is failing with the output:
Replacing jboss-as/server/minimal/conf/bootstrap.xml...
Exception in thread "main" java.nio.file.NoSuchFileException: jboss-as/server/minimal/conf/bootstrap.xml
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixCopyFile.copyFile(UnixCopyFile.java:243)
at sun.nio.fs.UnixCopyFile.copy(UnixCopyFile.java:575)
at sun.nio.fs.UnixFileSystemProvider.copy(UnixFileSystemProvider.java:252)
at java.nio.file.Files.copy(Files.java:1219)
at com.redhat.installer.Installer.replace(Unknown Source)
at com.redhat.installer.Installer.replaceBootstrapConfig(Unknown Source)
at com.redhat.installer.Installer.install(Unknown Source)
at com.redhat.installer.Installer.main(Unknown Source)
Environment
- JBoss Enterprise Application Platform (EAP) 5.1.2
- Java 7 (JBPAPP-8693) Patch
- Java Development Kit (JDK) 7 or Java Runtime Environment (JRE) 7
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
