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 :
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
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 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
Comment