-
1. Re: Is there a file format problem with the JBoss Application Server 7 .bat files for Windows
Frank Langelage Aug 2, 2012 3:55 PM (in response to Steve Varley)This was a problem and was finally fixed with https://issues.jboss.org/browse/AS7-4831 some weeks ago for 7.1.3 and 7.2.0.
-
2. Re: Is there a file format problem with the JBoss Application Server 7 .bat files for Windows
Steve Varley Aug 2, 2012 4:49 PM (in response to Frank Langelage)Hi Frank,
Thanks for your info.
I can only see 7.1 (and 7.1.1 Final specifically) as the latest release in the product downloads area, where do you get 7.1.3/7.2.0 from?
Thanks
Steve
-
3. Re: Is there a file format problem with the JBoss Application Server 7 .bat files for Windows
Frank Langelage Aug 2, 2012 5:51 PM (in response to Steve Varley)Both releases are not yet released.
Further 7.1.x is marked as "EAP only". Which means that a build will not be available for download. You'll have to get the sources from github and build them on your own.
7.2.0.Alpha1 is scheduled for mid of August currently.
-
4. Re: Is there a file format problem with the JBoss Application Server 7 .bat files for Windows
Steve Varley Aug 3, 2012 2:09 AM (in response to Frank Langelage)I need to check if the 3rd party product we are using is supported with versions later than 7.1.1, but I'm assuming it would be, so will go down that route.
Thanks again.
-
5. Re: Is there a file format problem with the JBoss Application Server 7 .bat files for Windows
Steve Varley Aug 3, 2012 9:39 AM (in response to Frank Langelage)I finally fixed this problem by unzipping the files on a Unix box, then writing a script to convert the .bat files to have CR+LF instead of CR at the end of each line.
Problem is now resolved and I have JBoss AS 7.1.1 up and running and my 3rd party product as well.
Thanks again for your advice.
-
6. Re: Is there a file format problem with the JBoss Application Server 7 .bat files for Windows
Darran Lofthouse Aug 3, 2012 9:41 AM (in response to Steve Varley)1 of 1 people found this helpfulIn the past I have also found that wordpad on Windows can correct issues like this (not sure if that is still the case in the later versions) but it would understand the alternative line ending and when you save it then wordpad would convert back to the windows line endings.