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:
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