Toolpack Troubleshooting:Web Portal

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(creation)
 
Line 1: Line 1:
Cannot access the web portal
+
== Cannot access the Web Portal ==
  
== Failed to connect ==
+
=== Verify lighttpd instance ===
 +
For Unix host, verify that there is not 2 lighttpd  instance using the same configuration file.
 +
*If they do, you should close or kill one.
 +
 
 +
 
 +
=== Failed to connect ===
 
Verify that the firewall(host and possibly network) enable http/https.
 
Verify that the firewall(host and possibly network) enable http/https.
:Modify the firewall rules to accept incoming http and https request.
+
*Modify the firewall rules to accept incoming http and https request.
  
  
== Verify lighttpd instance ==
+
== Web Portal queries fail ==
For Unix host, verify that there is not 2 lighttpd  instance using the same configuration file.
+
 
:If they do, you should close or kill one.
+
=== Check the logs ===
 +
Verify the Web Portal logs located in:
 +
  [InstallDirectory]/toolpack/pkg/[Version]/web/log
 +
  [InstallDirectory]\toolpack\pkg\[Version]\web\log
 +
Example
 +
  /lib/tb/toolpack/pkg/2.3.3/web/log
 +
  C:\TelcoBridges\toolpack\pkg\2.3.3\web\log

Revision as of 10:38, 27 May 2009

Contents

Cannot access the Web Portal

Verify lighttpd instance

For Unix host, verify that there is not 2 lighttpd instance using the same configuration file.

  • If they do, you should close or kill one.


Failed to connect

Verify that the firewall(host and possibly network) enable http/https.

  • Modify the firewall rules to accept incoming http and https request.


Web Portal queries fail

Check the logs

Verify the Web Portal logs located in:

 [InstallDirectory]/toolpack/pkg/[Version]/web/log
 [InstallDirectory]\toolpack\pkg\[Version]\web\log

Example

 /lib/tb/toolpack/pkg/2.3.3/web/log
 C:\TelcoBridges\toolpack\pkg\2.3.3\web\log
Personal tools