Home
TeamSite
error 1067 service specific error in teamsite6.7.1
gayathri
i installed Teamsite 6.7.1 .I could not get UI and also when i check the proxy service i get error 1067 :The process terminated unexpectedly.could not start iwproxy in the local system.....The license is a valid one i checked with it.need info ASAP
Find more posts tagged with
Comments
Antharix
What does the the iwui & iwtrace logs say?
Did you check if the teamsite instance is running? "ps -ef | grep iw" should be of help if teamSite is installed on Solaris.
gayathri
i installed on windows.The logs doesnot say anything with this regard.i checked out...
nbwoven
I've seen 1067 due to licensing issues so kindly run this again 'tsisvalid' iw-home\bin\\
tsisvalid
.exe -f iw-home\etc\TS.lic This error
'Error 1067 process terminated'
may also be due to the
carriage returns
that are inserted in the code snippets in
httpd.conf.template
file. Backup the original file and check the following line of code in httpd.conf.template file:
# For fullproxy mode, use iwproxy as the proxy server for all requests
ProxyRemote *
http://localhost:
1080
ProxyPassReverse /
http://localhost
:
8080
/
Notice that the carriage returns that are inserted after localhost in the above code snippet.
To resolve this error, remove the carriage returns in the code.
3. If 1 &2 don't help then Run iw-home/bin/iwproxy –d from the command line and if you get an error message “Can''t access the session key file”, run iw-home/bin/iwsessionkeygen to create the session key file.
Run iwreset -a for the changes to take effect.