1 2 Previous Next 18 Replies Latest reply on May 16, 2012 9:52 PM by le_roy Go to original post
      • 15. Re: Console crashes on opening Process Overview (fresh jBPM5.2 installation)
        jboss.golden.peru

        Hi everyone!

         

        I read all comments and the solution proposed by hamsterdancer is the correct because I resolved the problem for the jbpm-console crashing. I tried and the problem was solved

         

        Thanks people!

        • 16. Re: Console crashes on opening Process Overview (fresh jBPM5.2 installation)
          le_roy

          I'm seeing the same issue, but after applying the changes stated by the OP, I'm still getting the same error.

           

          <!-- Install reporting AS7  -->
            <target name="install.reporting.into.jboss7" depends="check.birt.as7" if="birt.download" >
              <mkdir dir="${install.home}/birt"/>
              <unzip src="${install.home}/lib/birt-runtime-${birt.version.as7}.zip"
                     dest="${install.home}/birt"/>
             <copy todir="${install.home}/target/jbpm-gwt-console-server-war/WEB-INF/lib">
                <fileset dir="${install.home}/birt/birt-runtime-${birt.version.as7}/ReportEngine/lib">
                   <include name="**/*.jar"/>
                   <exclude name="**/org.apache.commons.codec_1.3.0.v201101211617.jar"/>
                </fileset>
             </copy>
          
          

           

          JDK 1.6_u30

          jBPM 5.2.0 Final Full

          RHEL 6.2 x86_64

           

          le_roy

          • 17. Re: Console crashes on opening Process Overview (fresh jBPM5.2 installation)
            hamsterdancer

            Hm, maybe it is not that easy every time. It could be another conflicting jar somewhere. I remember I found the commons codec in at least three different versions on different places in the jBPM Project. Maybe somewhere there is another one or another conflict. Otherwise … I don’t have any idea. Sorry.

            • 18. Re: Console crashes on opening Process Overview (fresh jBPM5.2 installation)
              le_roy

              Thanks for the reply.  On a fresh install I only see the two following codec jars.

               

              $ find ./ -name "*codec*"
              ./jboss-as-7.0.2.Final/modules/org/apache/commons/codec
              ./jboss-as-7.0.2.Final/modules/org/apache/commons/codec/main/commons-codec-1.4.jar.index
              ./jboss-as-7.0.2.Final/modules/org/apache/commons/codec/main/commons-codec-1.4.jar
              ./eclipse/plugins/org.apache.commons.codec_1.3.0.v20100518-1140.jar
              

               

              le_roy

              1 2 Previous Next