Bug 959871

Summary: postinstall.tomcat.bat
Product: [JBoss] JBoss Enterprise Web Server 2 Reporter: Libor Fuka <lfuka>
Component: tomcat6, tomcat7Assignee: Weinan Li <weli>
Status: CLOSED CURRENTRELEASE QA Contact: Libor Fuka <lfuka>
Severity: high Docs Contact:
Priority: high    
Version: 2.0.1CC: jclere, jdoyle, majoshi, mhusnain, pslavice, rhatlapa, rsvoboda
Target Milestone: ---   
Target Release: 2.0.1   
Hardware: All   
OS: Windows   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
The post-installation BAT files for JBoss Enterprise Web Server for Windows and Solaris contain a typo in one of the file names. The file named <filename>commons-daemon-1.0.15-redhat-1.jar</filename> is listed as <filename>commons-daemon-1.0.10.jar</filename> in the <command>mklink</command> command line. A fix is applied for JBoss Enterprise Web Server 2.0.1 to ensure that the <filename>commons-daemon</filename> file contains the correct version. As a result, the post-installation BAT files for the Windows and Solaris versions of JBoss Enterprise Web Server 2.0.1 work as expected.
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-03 12:58:18 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 956987, 956990    

Description Libor Fuka 2013-05-06 07:21:19 UTC
Description of problem:
There is typo bug in postinstall.tomcat.bat for EWS 2.0.1
mklink commons-daemon.jar ..\..\java\commons-daemon-1.0.10.jar
the new name of file is: commons-daemon-1.0.15-redhat-1.jar

Mladen, please double check postinstall bats for Windows and Solaris.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Libor Fuka 2013-05-06 07:42:25 UTC
The same problem in all Solaris .postinstall.tomcat:
createsymlink ../../java/commons-daemon-1.0.10.jar commons-daemon.jar

Comment 2 Mladen Turk 2013-05-06 08:30:53 UTC
Yes. Seems I forgot to update new commons daemon version.
However beside that we changed the source jar name so now its

createsymlink ../../java/commons-daemon-1.0.15-redhat-1.jar commons-daemon.jar

Updated in the git. I'll rebuild tomcat6, tomcat7, jboss-ews-application-servers
and jboss-ews packages.

Comment 4 Weinan Li 2013-05-07 04:16:57 UTC
This fix will be put in ER2.

Comment 5 Radim Hatlapatka 2013-05-22 09:34:59 UTC
Verified to be fixed in EWS 2.0.1-ER2