Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Admin console problem

    Hi,
    I've a little problem with the Pro admin console : when I try to open it, I get a blank page.
    Here is the code used to open it :
    Code:
    adminDsButton.addClickHandler(new ClickHandler() {
    	@Override
    	public void onClick(ClickEvent event) {
    		SCPRO.openDataSourceConsole();
    	}
    });
    The admin console URL is the following : http://127.0.0.1:8888/com.alea.Alea/tools/adminConsole.jsp

    The error trace is the following:
    00:03:28,123 [INFO] 200 - GET /com.alea.Alea/tools/adminConsole.jsp (127.0.0.1)
    00:03:43,074 [INFO] 200 - GET /com.alea.Alea/sc/skins/Enterprise/images/pickers/comboBoxPicker_Over.png (127.0.0.1) 428 bytes
    00:03:52,571 [INFO] 304 - GET /com.alea.Alea/sc/system/development/ISC_Core.js?isc_version=SC_SNAPSHOT-2010-09-23.js (127.0.0.1)
    00:03:53,317 [WARN] 404 - POST /com.alea.Alea/sc/IDACall?isc_rpc=1&isc_v=SC_SNAPSHOT-2010-09-23&isc_xhr=1&isc_tnum=0 (127.0.0.1) 2088 bytes

    Any idea of what could be wrong? I followed the steps described in the Quick Start guide

    #2
    Check the troubleshooting section in the installation guide and check both server and client-side logs for errors.

    Comment

    Working...
    X