|
|
|
yeah-- latest nightly-- every action i try to take inside the "new" server window is giving errors-- it seems they're all still there, but they're not visible-- but if i make a guess as to which line is what, i can still try to perform actions on them, but every action gives another set of errors:
i get this when i open the servers window: i get this when i try to add a server: i get 8 of these when i try to run a server: how do i get back to stable aptana, but radrails nightly-- is that possible? or even a smart idea to try?
RadRails nightly targets Aptana 1.1, so you can 't really use stable Aptana (1.0.2) with the RadRails nightly as of last night.
But it is possible to do it by uninstalling the Aptana nightly in Help > Software Updates > Manage configuration. Can you post the full stack traces for those NullPointerExceptions? When the NPEs happen does a dialog appear? If so, it should offer up details which may or may not contain the stack trace.
You can also grab all sorts of nasty logs and stack traces in the log: http://www.aptana.com/docs/index.php/Accessing_your_Aptana_log i posted everything that was in the dialog->details above
looking in the .log here is what i get when i try to open server window, create a server, and run a server: ------------ open server window: ------------ create a server: !ENTRY org.eclipse.jface 4 2 2007-12-06 17:31:08.031 ------------ run a server: !ENTRY org.eclipse.jface 4 2 2007-12-06 17:27:33.296 !ENTRY org.eclipse.jface 4 2 2007-12-06 17:27:33.328 !ENTRY org.eclipse.jface 4 2 2007-12-06 17:27:33.328 !ENTRY org.rubypeople.rdt.launching 1 -1 2007-12-06 17:27:33.343 !ENTRY org.eclipse.jface 4 2 2007-12-06 17:27:33.359 !ENTRY org.eclipse.jface 4 2 2007-12-06 17:27:33.359 !ENTRY org.eclipse.jface 4 2 2007-12-06 17:27:39.546 !ENTRY org.eclipse.jface 4 2 2007-12-06 17:27:39.578 I was actually finally able to get this condition myself, so I ran into some of these issues (and another not shown in this log).
Most of these stems from not being able to grab the server's icon. That already fixed in both RadRails (included the icon) and Aptana (don't go nuts if the icon isn't there). I'm investigating into the other two issues now. OK squashed the NPE I was seeing in LaunchBrowser.selectionChanged. (empty selection).
1 more to go. The fixes for all the issues mentioned here, plus my own LaunchBrowser NPE are now fixed in SVN trunk.
The next RadRails nightly should address and fix all of these issues (so you should be able to use that and the Apatna 1.1 nightly and not see any of these errors). |
||||||||||||||||||||||||||||||||||||||||||||||||||
What errors are you seeing?