Workbench won't open with current CVS HEAD (19.01.2009 14:29 gmt+1) [message #118681] |
Mon, 19 January 2009 13:33  |
Eclipse User |
|
|
|
Originally posted by: benjamin.wolff.web.de
Hi,
i just did a CVS update an realised that the workbench won't open upon starting the application. only the background html is displayed but the
workbench doesn't start, all plugins are active when checking 'ss', no exception is thrown. the same code runs with the bundles from the target platform.
maybe something vital broke, or has there been any api changes?!
Greetings,
Ben
|
|
|
Re: Workbench won't open with current CVS HEAD (19.01.2009 14:29 gmt+1) [message #118718 is a reply to message #118681] |
Mon, 19 January 2009 13:51   |
|
Hi Ben,
Ben W. wrote:
> i just did a CVS update an realised that the workbench won't open upon
> starting the application. only the background html is displayed but the
> workbench doesn't start, all plugins are active when checking 'ss', no
> exception is thrown. the same code runs with the bundles from the target
> platform.
> maybe something vital broke, or has there been any api changes?!
thanks for the hint! There was a hidden syntax error in a Javascript
file that did not show in the debug variant. It's fixed in CVS.
Regards, Ralf
|
|
|
|
|
|
|
Re: Workbench won't open with current CVS HEAD (19.01.2009 14:29 gmt+1) [message #119169 is a reply to message #119156] |
Thu, 22 January 2009 11:18   |
Eclipse User |
|
|
|
Originally posted by: benjamin.wolff.web.de
Yes, it solved the problem.
But that's odd, the 'org not defined' is the same error i had before the issue was fixed in CVS.
I just did a CVS update and launched my app, no error, the workbench opens as it should.
It seems that you are somehow out of sync?!?
Greetings,
Ben
Emmanuel Marchal schrieb:
> Hi Ben,
>
> Did your latest CVS update solve your problem ?
>
|
|
|
Re: Workbench won't open with current CVS HEAD (19.01.2009 14:29 gmt+1) [message #119255 is a reply to message #119145] |
Thu, 22 January 2009 15:58   |
|
Emmanuel Marchal wrote:
> Error: org is not defined
> Source File: http://127.0.0.1:4748/rap?startup=default
> Line: 57
>
> function appendInitParameters() {
> var req = org.eclipse.swt.Request.getInstance();
> req.addParameter( "w4t_survey", "true" );
> req.addParameter( "w4t_scriptEnabled", "true" );
> req.addParameter( "w4t_ajaxEnabled", "true" );
> req.addParameter( "startup", "default" );
> var size = discoverSize();
> req.addParameter( "w4t_width", size.width );
> req.addParameter( "w4t_height", size.height );
> }
the "org is not defined" is generally a follow-up error that occurs if
any Javascript error happens that prevents the namespace root object
"org" from being created.
Do you register any additional Javascript? Do you use any custom
widgets? Could you investigate what code caused the error by downloading
the content of http://127.0.0.1:4748/rap?startup=default and checking
the error line (57)?
Ralf
|
|
|
|
Powered by
FUDForum. Page generated in 0.02757 seconds