NXT Support Console


System Information

View information about the server that is hosting NXT.

Binaries

Browse a site's NXT binary directory, displaying properties for each file.


Site Properties

Browse an NXT site's node hierarchy, displaying properties for each node.

(title, path, content-type, and has-children automatically included for UI)
(SiteView instances are defined in siteview.ini. The support templates may need to be copied if a view changes the templates directory.)

Exceptions

Intentionally raise a hardware or software exception. This simulates a programming error within NXT, and can be used to ensure that exceptions are handled correctly by the gateway.

Normal behavior is for a pop-up window to appear with the error message "The Executive was unable to process the given request."

Exceptions are logged to PubLog.txt.

(access memory in an illegal way, such as dereferencing a null pointer)
(force division by zero)
(throw an HRESULT without an enclosing try/catch block)
(throw an object without an enclosing try/catch block)
(throw an exception in a destructor while handling another exception)