Bug 959871
Summary: | postinstall.tomcat.bat | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise Web Server 2 | Reporter: | Libor Fuka <lfuka> |
Component: | tomcat6, tomcat7 | Assignee: | Weinan Li <weli> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Libor Fuka <lfuka> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 2.0.1 | CC: | 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
The same problem in all Solaris .postinstall.tomcat: createsymlink ../../java/commons-daemon-1.0.10.jar commons-daemon.jar 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. Updated Solaris builds: http://www.qa.jboss.com/xbuildroot/packages/jboss-ews-application-servers/2.0.1/3.sun10/ http://www.qa.jboss.com/xbuildroot/packages/jboss-ews/2.0.1/3.sun10/ Updated Windows builds: https://brewweb.devel.redhat.com/buildinfo?buildID=270213 https://brewweb.devel.redhat.com/buildinfo?buildID=270225 This fix will be put in ER2. Verified to be fixed in EWS 2.0.1-ER2 |