[jboss-cvs] JBossAS SVN: r92295 - projects/docs/enterprise/5.0/Release_Notes/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 13 00:23:29 EDT 2009


Author: irooskov at redhat.com
Date: 2009-08-13 00:23:28 -0400 (Thu, 13 Aug 2009)
New Revision: 92295

Modified:
   projects/docs/enterprise/5.0/Release_Notes/en-US/Release_Notes.xml
Log:
updated with new information about workarounds for beta issues


Modified: projects/docs/enterprise/5.0/Release_Notes/en-US/Release_Notes.xml
===================================================================
--- projects/docs/enterprise/5.0/Release_Notes/en-US/Release_Notes.xml	2009-08-13 03:36:27 UTC (rev 92294)
+++ projects/docs/enterprise/5.0/Release_Notes/en-US/Release_Notes.xml	2009-08-13 04:23:28 UTC (rev 92295)
@@ -359,6 +359,25 @@
 		<para>
 			You must have adequate disk space to install JDK and JBoss Enterprise Application Platform while also allowing enough space for your applications. You must have a working installation of JDK 1.6. For the latest information on supported Operating System / JVM combinations, supported Database platforms and current information on the revision level of included components, refer to the installation guide available online from <ulink url="http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/">http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/</ulink>. The installation guide also details instructions to install and verify the installation of the JBoss Enterprise Application Platform. 
 		</para>
+		<important>
+			<formalpara>
+				<title>Microsoft Windows</title>
+				<para>
+					When running the command <command>service.bat install</command> the following output may occur:
+<screen>
+'jbosssvc.exe' is not recognized as an internal or external command, operable program or batch file.
+Service JBoss Application Server 5.1 installed 
+</screen>
+					This is misleading as the service was not installed correctly. To be able to install correctly run the following commands in sequence:
+<programlisting>
+set PATH=D:\jcastro\EAP\CR2\jboss-eap-5.0.0.CR2\jboss-eap-5.0\native\sbin;%PATH%;
+				
+service.bat install 
+</programlisting>
+					The message indicating that the service was installed will appear again but without an error. In this case the service has been correctly installed. This will be fixed in the General Availability release.
+				</para>
+			</formalpara>
+		</important>
 <!--		<para>
 			Unzip the downloaded <filename>.zip</filename> file to the directory of your choice on any operating system
 			that supports the zip format.




More information about the jboss-cvs-commits mailing list