1 Reply Latest reply on Aug 14, 2014 2:19 AM by loopnis

    How to install BPM Suite V6 successfully on windows 7(64Bit)?

    loopnis

      (I'm so sorry, My English is a little rusty.)

       

      ----------------------------------------------------

       

      Hello all,

      I want to install BPM Suite V6 on windows 7(64Bit),

      But it was failed.

       

      I used this command for install:

      java -jar jboss-bpms-installer-6.0.1.G!-redhat-4.jar

       

      It was successful until this step(Component installation progress),

      and then,

      I got an error message in next step(Processing -- starting domain 11/50 ).

      The error message like below(InstallationLog.txt):

      @

      ...

      Calling "E:\server\bpms6\jboss-eap-6.1\bin\domain.conf.bat"

      Waiting for server to be ready. This could take up to 30 seconds.

      .

      .

      .

      .

      .

      .

      .

      .

      .

      .

      .

      Failed to start Server after 11 attempts.

      WARN: can't find jboss-cli.xml. Using default configuration values.

      Trying to connect to Management Interface...(1/5).

      8 12, 2014 12:22:39 午後 org.xnio.Xnio <clinit>

      INFO: XNIO Version 3.0.7.GA-redhat-1

      8 12, 2014 12:22:39 午後 org.xnio.nio.NioXnio <clinit>

      INFO: XNIO NIO Implementation Version 3.0.7.GA-redhat-1

      8 12, 2014 12:22:39 午後 org.jboss.remoting3.EndpointImpl <clinit>

      INFO: JBoss Remoting version 3.2.16.GA-redhat-1

      Trying to connect to Management Interface...(2/5).

      Trying to connect to Management Interface...(3/5).

      Trying to connect to Management Interface...(4/5).

      Trying to connect to Management Interface...(5/5).

      Failed to connect to Management Interface after 5 attempts.

      Running on-fail server check.

      Shutting server down.

      WARN: can't find jboss-cli.xml. Using default configuration values.

      Trying to connect to Management Interface...(1/5).

      Trying to connect to Management Interface...(2/5).

      Trying to connect to Management Interface...(3/5).

      Trying to connect to Management Interface...(4/5).

      Trying to connect to Management Interface...(5/5).

      Failed to connect to Management Interface after 5 attempts.

      org.jboss.as.cli.CommandFormatException: You are disconnected at the moment. Type 'connect' to connect to the server or 'help' for the list of supported commands.

          at org.jboss.as.cli.handlers.OperationRequestHandler.handle(OperationRequestHandler.java:62)

          at org.jboss.as.cli.impl.CommandContextImpl.handle(CommandContextImpl.java:558)

          at com.redhat.installer.postinstall.ServerCommands.addToLoggerAndHandle(ServerCommands.java:715)

          at com.redhat.installer.postinstall.ServerCommands.submitCommand(ServerCommands.java:673)

          at com.redhat.installer.postinstall.ServerCommands.shutdownDomainHost(ServerCommands.java:1402)

          at com.redhat.installer.postinstall.ServerManager.shutdownServer(ServerManager.java:733)

          at com.redhat.installer.postinstall.ServerManager.shutdownServer(ServerManager.java:685)

          at com.redhat.installer.postinstall.ServerManager.run(ServerManager.java:239)

          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

          at java.lang.reflect.Method.invoke(Method.java:606)

          at com.izforge.izpack.installer.ProcessPanelWorker$ExecutableClass.run(ProcessPanelWorker.java:765)

          at com.izforge.izpack.installer.ProcessPanelWorker$ProcessingJob.run(ProcessPanelWorker.java:516)

          at com.izforge.izpack.installer.ProcessPanelWorker.runJob(ProcessPanelWorker.java:462)

          at com.izforge.izpack.installer.ProcessPanelWorker.run(ProcessPanelWorker.java:401)

          at java.lang.Thread.run(Thread.java:744)

      Application Server successfully stopped.

       

      I have succeeded in installing BPM Suite V6 on Centos by using same command.

       

      Question:

      How to install BPM Suite V6 successfully on windows 7(64Bit)?

        • 1. Re: How to install BPM Suite V6 successfully on windows 7(64Bit)?
          loopnis

          (I'm so sorry, My English is a little rusty.)

           

          ----------------------------------------------------

           

          I have found a solution to this question.

          This error related to setting of JAVA_HOME,

          I found that there was SPACE( or parenthesis ) in my JAVA_HOME.

          My JAVA_HOME was 'C:\Program Files (x86)\Java\jdk7'.

           

          If I move the install location of JAVA to another( ex. C:\Java\jdk7 ), everything is OK.

           

          Now, My JAVA_HOME is C:\Java\jdk7.