Portal Server 7.2 on Windows XP, fail to run "setup.bat" command, plz help 2008-6-23 ??9:33 |
|
|
Hi all, I want to install Java System Portal Server 7.2 on Windows. I hava unzip the file to C:/ drive. but when I run the command "setup.bat", it returned failure " Webcontainer Ports are unavailable" Here is the error message:
did i do anything wrong? |
||
cygnusecks Posts:6 Registered: 5/15/06 |
Re: Portal Server 7.2 on Windows XP, fail to run "setup.bat" command, plz 2008-6-23 ??1:48 (reply 1 of 5) Helpful |
|
The failure is because the script is unable to bind to those TCP/IP ports on your local machine. Do you have other processes running that are bound to those TCP/IP ports on your machine? To find out, try to run 'netstat -a -o' and look for processes listening on 8080/8081/3700/4848. If you find any, kill them (by looking at the 'PID' column and then killing the process with that PID using the task manager, e.g. ctrl-alt-delete). Do you have a C:"windows"system32"drivers"etc"hosts file? Does it look like the one here: http://en.wikipedia.org/wiki/Hosts_file#Default_content_on_Windows_operating_systems If not, try to add a 'localhost' entry and as above and try again. |
||
wilsonfv Posts:3 Registered: 6/23/08 |
Re: Portal Server 7.2 on Windows XP, fail to run "setup.bat" command, plz 2008-6-23 ??6:27 (reply 2 of 5) |
|
Thanks for your replay. I've already tried running the "netstat -abn" command, and the result showed that no process was listening on 8080/8181/3700/4848. That' why I feel puzzle and turn to you guys for help! I have installed Java System Application Server 9.1 before, but I have stopped its service. |
||
ruppalapati Posts:9 Registered: 8/29/07 |
Re: Portal Server 7.2 on Windows XP, fail to run "setup.bat" command, plz 2008-6-24 ??4:19 (reply 3 of 5) Correct |
|
Please try the following: 1] C:"PS7.2"bin"stopportal.bat 2] Remove C:"PS7.2 3] Unzip from the downloaded zip file at C:"PS7.2 4] Edit C:"PS7.2"share"psrepo"auto"ant"Migrate-Host.xml and comment out the antcall for target checkports. Diff shown below 5] Turn off any Firewalls 6] Execute C:"PS7.2"bin"setup.bat 7] Report any issue you might have observed. This will help me help you further.
thanks, _raju |
||
wilsonfv Posts:3 Registered: 6/23/08 |
Re: Portal Server 7.2 on Windows XP, fail to run "setup.bat" command, plz 2008-6-26 ??8:16 (reply 4 of 5) |
|
Huge Thanks to ruppalapati! Following your instruction, Setup has been successfully completed! Thanks again! |
||
ruppalapati Posts:9 Registered: 8/29/07 |
Re: Portal Server 7.2 on Windows XP, fail to run "setup.bat" command, plz 2008-6-27 ??1:58 (reply 5 of 5) |
|
That check was added to ensure that another version of Glassfish or Tomcat is not already running there by impacting the setup. But it appears on some systems that check itself fails :-( That you confirmed there is no other process on listening on these ports, I suggested that you disable the check. Each flavor of Windows (even security fixes) make a difference. Also firewalls and other spyware sniffing software might impact the code that checks if a Port on Windows is currently occupied. _raju 本文转自kenty博客园博客,原文链接http://www.cnblogs.com/kentyshang/archive/2008/07/04/1235716.html如需转载请自行联系原作者 kenty |