【问题标题】:Oracle Universal Installer stops after launch (Oracle Forms and Reports 12.2.1.4)Oracle Universal Installer 在启动后停止(Oracle Forms and Reports 12.2.1.4)
【发布时间】:2020-04-01 09:46:05
【问题描述】:

我尝试安装 Oracle Forms and Reports 12.2.1.4,但每次我运行 setup.fmw.12.2.1.4.0_fr_win64.exe 文件时,Oracle 通用安装程序窗口都会显示片刻,并显示“正在准备安装程序...” .之后它消失并再次显示,并与另一个通信:“清理......”。通信后,安装程序窗口关闭,没有其他步骤。

下面的屏幕

first communicate

second communicate

有人也有这个问题吗?我的 JAVA_HOME 设置为 C:\Java\jdk1.8.0_241 和 PATH=%JAVA_HOME%\bin。

下面还有-debug日志

m_szTempDirectory: C:\Windows\Temp
Extract to C:\Windows\Temp\sfxCD9A.tmp
Extracting sfx.ini from D:\setup_fmw_12.2.1.4.0_fr_win64.exe to C:\Windows\Temp\sfxCD9A.tmp
Wiz_SingleEntryUnzip (extractAutorun) return code: 0
Total uncompressed size: 2447428290
m_szTempDirectory: C:\Windows\Temp
Extract to same C:\Windows\Temp\sfxCD9A.tmp
Extracting installer files
Wiz_SingleEntryUnzip() result: 0
Total disks: 1 (1)
Finished extracting Disk1
Using version 1.8.0.211.12 of component Disk1\stage\Components\oracle.jre
Jar list: Disk1\stage\Components\oracle.jre\1.8.0.211.12\DataFiles\filegroup1.jar
New command: oracle.jre\.\jdk\jre\bin\java.exe  -jar install/modules/ora-launcher.jar
Unzipping Java jars Disk1\stage\Components\oracle.jre\1.8.0.211.12\DataFiles\filegroup1.jar to oracle.jre
Getting size of Disk1\stage\Components\oracle.jre\1.8.0.211.12\DataFiles\filegroup1.jar
Size of Disk1\stage\Components\oracle.jre\1.8.0.211.12\DataFiles\filegroup1.jar: 201205655
Checking space for Java components in C:\Windows\Temp
Unzipping Java jars: Disk1\stage\Components\oracle.jre\1.8.0.211.12\DataFiles\filegroup1.jar
Unzipping Disk1\stage\Components\oracle.jre\1.8.0.211.12\DataFiles\filegroup1.jar
Launch command length: 278
Launch command: "C:\Windows\Temp\sfxCD9A.tmp\oracle.jre\jdk\jre\bin\java.exe" "-Djava.io.tmpdir=C:\Windows\Temp" "-Dsfx.installer.launcher.home=D:\" "-Dsfx.extract.path=C:\Windows\Temp\sfxCD9A.tmp" "-Dsfx.exe=D:\setup_fmw_12.2.1.4.0_fr_win64.exe"  -jar install/modules/ora-launcher.jar "-debug"
cmdLine: "C:\Windows\Temp\sfxCD9A.tmp\oracle.jre\jdk\jre\bin\java.exe" "-Djava.io.tmpdir=C:\Windows\Temp" "-Dsfx.installer.launcher.home=D:\" "-Dsfx.extract.path=C:\Windows\Temp\sfxCD9A.tmp" "-Dsfx.exe=D:\setup_fmw_12.2.1.4.0_fr_win64.exe"  -jar install/modules/ora-launcher.jar "-debug"
Command successfully started; waiting for completion
Usage: java [-options] class [args...]
           (to execute a class)
   or  java [-options] -jar jarfile [args...]
           (to execute a jar file)
where options include:
    -d32          use a 32-bit data model if available
    -d64          use a 64-bit data model if available
    -server       to select the "server" VM
                  The default VM is server.

    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
                  A ; separated list of directories, JAR archives,
                  and ZIP archives to search for class files.
    -D<name>=<value>
                  set a system property
    -verbose:[class|gc|jni]
                  enable verbose output
    -version      print product version and exit
    -version:<value>
                  Warning: this feature is deprecated and will be removed
                  in a future release.
                  require the specified version to run
    -showversion  print product version and continue
    -jre-restrict-search | -no-jre-restrict-search
                  Warning: this feature is deprecated and will be removed
                  in a future release.
                  include/exclude user private JREs in the version search
    -? -help      print this help message
    -X            print help on non-standard options
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
                  enable assertions with specified granularity
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
                  disable assertions with specified granularity
    -esa | -enablesystemassertions
                  enable system assertions
    -dsa | -disablesystemassertions
                  disable system assertions
    -agentlib:<libname>[=<options>]
                  load native agent library <libname>, e.g. -agentlib:hprof
                  see also, -agentlib:jdwp=help and -agentlib:hprof=help
    -agentpath:<pathname>[=<options>]
                  load native agent library by full pathname
    -javaagent:<jarpath>[=<options>]
                  load Java programming language agent, see java.lang.instrument
    -splash:<imagepath>
                  show splash screen with specified image
See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.
dwExitCode: 1
myspawn() result: 1
Press any key to exit

【问题讨论】:

  • 您是否以管理员身份运行安装程序?安装文件夹是否有任何空格字符(不允许使用)。清理你的 TEMP 文件夹,尤其是。 %TEMP%\deinstall*%TEMP%\OraInstall*%TEMP%\CVU*
  • 是的,我以管理员身份运行它。我按照你说的做了,清理了整个 Temp 文件夹,运行安装程序,问题还是一样。
  • 刚刚下载安装没有任何问题。查找启动器日志文件。它运行预检查只是最低 cpu、对注册表的读写访问权限、足够的内存、交换和临时空间,如果成功导致安装屏幕。
  • 我检查了库存中的日志,但什么也没有。仅来自我以前的 WebLogic 安装的日志。我担心我得到的只是我附加的来自 cmd 的调试日志

标签: windows oracle oracleforms


【解决方案1】:

为了清楚起见,您需要使用提升的 shell 启动安装程序。这与成为 Windows“管理员”组的成员不同。右键单击exe,然后单击“以管理员身份运行”。

【讨论】:

  • 好吧,正如我之前所说的 - 我这样做了,但它仍然没有工作
【解决方案2】:

不要运行 setup.exe,而是尝试执行 \install\oui.exe -debug

【讨论】:

    猜你喜欢
    • 2020-10-11
    • 2017-07-05
    • 2017-10-31
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多