Maybe BlazeDS, LCDS or some other data services libraries are missing?

On 10/7/13 7:12 PM, "[email protected]" <[email protected]> wrote:

>Here's the error from the log file. Not sure what to make of it.
>
>
>
>eclipse.buildId=M20110909-1335
>java.version=1.6.0_51
>java.vendor=Apple Inc.
>BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
>Framework arguments: -keyring /Users/g/.eclipse_keyring -showlocation
>Command-line arguments: -os macosx -ws cocoa -arch x86_64 -keyring
>/Users/g/.eclipse_keyring -consoleLog -showlocation
>
>Error 
>Mon Oct 07 16:06:04 PDT 2013
>
>
>java.lang.NullPointerException
>at 
>com.adobe.flexbuilder.dcrad.core.DCRADContentAssistProcessor.getProposals(
>DCRADContentAssistProcessor.java:198)
>at 
>com.adobe.flexbuilder.dcrad.core.DCRADContentAssistProcessor.computeComple
>tionProposals(DCRADContentAssistProcessor.java:139)
>at 
>org.eclipse.jface.text.contentassist.ContentAssistant.computeCompletionPro
>posals(ContentAssistant.java:1830)
>at 
>org.eclipse.jface.text.contentassist.CompletionProposalPopup.computePropos
>als(CompletionProposalPopup.java:556)
>at 
>org.eclipse.jface.text.contentassist.CompletionProposalPopup.access$16(Com
>pletionProposalPopup.java:553)
>at 
>org.eclipse.jface.text.contentassist.CompletionProposalPopup$2.run(Complet
>ionProposalPopup.java:488)
>at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
>at 
>org.eclipse.jface.text.contentassist.CompletionProposalPopup.showProposals
>(CompletionProposalPopup.java:482)
>at 
>org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompleti
>ons(ContentAssistant.java:1656)
>at 
>org.eclipse.jface.text.source.SourceViewer.doOperation(SourceViewer.java:9
>30) 
>at 
>org.eclipse.jface.text.source.projection.ProjectionViewer.doOperation(Proj
>ectionViewer.java:1534)
>at 
>com.adobe.flexide.editorcore.editor.FlexSourceViewer.doOperation(FlexSourc
>eViewer.java:157) 
>at 
>org.eclipse.ui.texteditor.TextOperationAction$1.run(TextOperationAction.ja
>va:128) 
>at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
>at 
>org.eclipse.ui.texteditor.TextOperationAction.run(TextOperationAction.java
>:126) 
>at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
>at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:185)
>at 
>org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.execute(LegacyHandle
>rWrapper.java:109)
>at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
>at 
>org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(Parameter
>izedCommand.java:508)
>at 
>org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerServ
>ice.java:169) 
>at 
>org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKey
>board.java:468) 
>at 
>org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.jav
>a:786) 
>at 
>org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKe
>yboard.java:885) 
>at 
>org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(W
>orkbenchKeyboard.java:567)
>at 
>org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.
>java:508) 
>at 
>org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(W
>orkbenchKeyboard.java:123)
>at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
>at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1069)
>at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4127)
>at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1457)
>at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1480)
>at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1465)
>at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1494)
>at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1490)
>at org.eclipse.swt.widgets.Canvas.sendKeyEvent(Canvas.java:463)
>at org.eclipse.swt.widgets.Control.doCommandBySelector(Control.java:1051)
>at org.eclipse.swt.widgets.Display.windowProc(Display.java:5563)
>at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method)
>at 
>org.eclipse.swt.internal.cocoa.NSResponder.interpretKeyEvents(NSResponder.
>java:68) 
>at org.eclipse.swt.widgets.Composite.keyDown(Composite.java:587)
>at org.eclipse.swt.widgets.Display.windowProc(Display.java:5473)
>at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
>at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:220)
>at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:2092)
>at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:2252)
>at org.eclipse.swt.widgets.Display.windowProc(Display.java:5535)
>at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
>at 
>org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:4989)
>at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5138)
>at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method)
>at 
>org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:
>128) 
>at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3610)
>at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
>at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
>at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
>at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
>at 
>org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:33
>2) 
>at 
>org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667
>) 
>at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
>at 
>com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilde
>rApplication.java:79)
>at 
>org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.jav
>a:196) 
>at 
>org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplicatio
>n(EclipseAppLauncher.java:110)
>at 
>org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Eclipse
>AppLauncher.java:79)
>at 
>org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:34
>4) 
>at 
>org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:17
>9) 
>at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>at 
>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
>39) 
>at 
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
>pl.java:25) 
>at java.lang.reflect.Method.invoke(Method.java:597)
>at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
>at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
>at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
>
>----- Original Message -----
>
>From: "Justin Mclean" <[email protected]>
>To: [email protected]
>Sent: Monday, October 7, 2013 6:55:06 PM
>Subject: Re: Upgrading to SDK 4.10 and FB 4.7
>
>Hi, 
>
>> The following Flex Compiler arguments cause almost all Flash Builder
>>Preferences to be ignored
>
>It has come on the list (and elsewhere) before a couple of times, but I'm
>not sure anyone has any idea to why FB would be effected in this way when
>using the -advanced-telemetry flag.
>
>Have you checked the FB log - perhaps there's a clue there?
>
>Justin 
>

Reply via email to