Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
cant able to get login screen to TS6.1
mk_iw
WIN2k, TS6.1, TestEnvironment
Can't able to get the Login page.
HTTP Status 404 - /iw-cc/
--------------------------------------------------------------------------------
type Status report
message /iw-cc/
description The requested resource (/iw-cc/) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/4.1.24
when I run iwreset -a or -iu, I see the following
I:\iw-home\iw-perl\bin>iwreset -ui
Resetting UI. This operation takes some time
Please wait...
Performing cmd /c net stop "iwuiadmin" > nul: 2>&1 ...
Performing cmd /c net stop "iwservletd" > nul: 2>&1 ...
Performing cmd /c net stop "iwopenapi" > nul: 2>&1 ...
Performing cmd /c net stop "iwproxy" > nul: 2>&1 ...
Performing cmd /c net stop "iwwebd" > nul: 2>&1 ...
Performing cmd /c i:\iw-home\iw-webd\bin\iwwebd_conf.ipl > nul: 2>&1 ...
And when it comes to this line, my text editor opens the iwebd_cong.ipl file. Once I close this then iwreset -ui or -a completed otherwise it stays there.
any help
-m
Find more posts tagged with
Comments
Dwayne
For some reason, you've got your system set up such that files with the extension .ipl are mapped to your text editor by default. The iwreset code is apparently assuming that it's mapped to iwperl.exe.
For now, you should be able to run the command
iwperl i:\iw-home\iw-webd\bin\iwwebd_conf.ipl
and then run another iwreset -ui. You'll still get the perl code in your editor, but since the line above allowed the work to happen, the rest of the process will be OK. Your other alternative is to change the windows extension mapping, so that it's back to running iwperl.
This looks like a bug in iwreset. It really shouldn't depend on the user's mapping of extensions. (I really
hate
Windows. On Solaris this wouldn't be an issue)
--
Current project: TS 5.5.2/6.1 W2K
lhdavis
By any chance, did you install SP1 recently? I saw a similar error (the Can't able to get the Login page. HTTP Status 404 - /iw-cc/ one, not the text editor one) after installing SP1. Turns out the <iw-home>\install\install_webapps.ipl -f -r did not execute and I had to take care of it manually.
Check to make sure you have several directories under the <iw-home>\httpd\webapps\content_center folder which include:
<iw-home>\httpd\webapps\content_center\base
<iw-home>\httpd\webapps\content_center\ccpro
<iw-home>\httpd\webapps\content_center\ccstd
<iw-home>\httpd\webapps\content_center\formspub
<iw-home>\httpd\webapps\content_center\metadata
<iw-home>\httpd\webapps\content_center\META-INF
<iw-home>\httpd\webapps\content_center\teamsite (including auth)
<iw-home>\httpd\webapps\content_center\vannotate
<iw-home>\httpd\webapps\content_center\vpreview
<iw-home>\httpd\webapps\content_center\WEB-INF
Luke Davis
Open Technology Group, Inc.
luke.davis@med.va.gov
Adam Stoller
In your DOS Prompt / Cmd window - type the following commands:
assoc .ipl
rem it should come back with
.ipl=iwperl
ftype iwperl
rem it should come back with something like:
rem
iwperl=c:\iw-home\iw-perl\bin\iwperl.exe %1 %*
If you see something different on your TeamSite server (other than the path for
iwhome
) - you should probably reset it to the correct values:
assoc .ipl=iwperl
ftype iwperl=c:\iw-home\iw-perl\bin\iwperl.exe %1 %*
--fish
Senior Consultant, Quotient Inc.
http://www.quotient-inc.com
mk_iw
I tried all what you all mentioned
1. Removed the association of ipl from wordpad, now iwreset -a and -ui ran without opening the iwwebd_config.ipl
2. Tried installing install_webapps.ipl -f -r manually
3. Installed SP1 for TS6.1, still cant get the login UI
4. It looks like I have all the folders you mentioned.
inspite of all these I still cant get the login UI
Adam Stoller
I'd suggest contacting support - making sure to mention the stuff about the associations. My guess is that you need to uninstall / reinstall some software - hopefully just SP1, but possibly TS.
Of course, I could be missing something real simple to fix the issue - but then again, that's why I suggest you contact Support first.
--fish
Senior Consultant, Quotient Inc.
http://www.quotient-inc.com