Content Assist Error

While using Flash Builder 4 beta things will be working fine and then all of a sudden I get a popup error saying:
"Content Assist" did not complete normally.  Please see the log for more information.
java.lang.NullPointerException
I'm not sure where the log file is, but if I restart Eclipse (i.e. Flash Builder) things will work again, for a little while, then the error comes back.
Any ideas?

HI,I had get this error to.
And this is the log file . Is there any method to fix it?thanks.
!ENTRY org.eclipse.ui 4 4 2009-09-25 12:32:13.878
!MESSAGE "Content Assist" did not complete normally.  Please see the log for more information.
!ENTRY org.eclipse.ui 4 0 2009-09-25 12:32:13.878
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
    at com.adobe.flexbuilder.codemodel.internal.asdoc.ClassCommentRef.<init>(ClassCommentRef.jav a:36)
    at com.adobe.flexbuilder.codemodel.internal.tree.ClassNode.getDynamicCommentRef(ClassNode.ja va:698)
    at com.adobe.flexbuilder.codemodel.internal.tree.BaseDefinitionNode.getComment(BaseDefinitio nNode.java:273)
    at com.adobe.flexide.as.core.contentassist.ActionScriptCompletionProposal.<init>(ActionScrip tCompletionProposal.java:145)
    at com.adobe.flexide.as.core.contentassist.ActionScriptCompletionProcessor.getTypeProposal(A ctionScriptCompletionProcessor.java:654)
    at com.adobe.flexide.as.core.contentassist.ActionScriptCompletionProcessor.createProposalsFr omDefinitions(ActionScriptCompletionProcessor.java:903)
    at com.adobe.flexbuilder.dcrad.core.DCRADContentAssistProcessor.createProposalsFromDefinitio ns(DCRADContentAssistProcessor.java:131)
    at com.adobe.flexide.as.core.contentassist.ActionScriptCompletionProcessor.createLocalVariab leProposals(ActionScriptCompletionProcessor.java:753)
    at com.adobe.flexide.as.core.contentassist.ActionScriptCompletionProcessor.computeCompletion Proposals(ActionScriptCompletionProcessor.java:1091)
    at com.adobe.flexide.mxml.core.editor.MXMLActionScriptCompletionProcessor.computeCompletionP roposals(MXMLActionScriptCompletionProcessor.java:161)
    at com.adobe.flexbuilder.dcrad.core.DCRADContentAssistProcessor.computeCompletionProposals(D CRADContentAssistProcessor.java:103)
    at org.eclipse.jface.text.contentassist.ContentAssistant.computeCompletionProposals(ContentA ssistant.java:1832)
    at org.eclipse.jface.text.contentassist.CompletionProposalPopup.computeProposals(CompletionP roposalPopup.java:556)
    at org.eclipse.jface.text.contentassist.CompletionProposalPopup.access$16(CompletionProposal Popup.java:553)
    at org.eclipse.jface.text.contentassist.CompletionProposalPopup$2.run(CompletionProposalPopu p.java:488)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
    at org.eclipse.jface.text.contentassist.CompletionProposalPopup.showProposals(CompletionProp osalPopup.java:482)
    at org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions(ContentAssi stant.java:1660)
    at org.eclipse.jface.text.source.SourceViewer.doOperation(SourceViewer.java:835)
    at org.eclipse.jface.text.source.projection.ProjectionViewer.doOperation(ProjectionViewer.ja va:1533)
    at com.adobe.flexide.editorcore.editor.FlexSourceViewer.doOperation(FlexSourceViewer.java:15 8)
    at org.eclipse.ui.texteditor.TextOperationAction$1.run(TextOperationAction.java:131)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
    at org.eclipse.ui.texteditor.TextOperationAction.run(TextOperationAction.java:129)
    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(LegacyHandlerWrapper.java:1 09)
    at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
    at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.jav a:508)
    at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
    at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:470)
    at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:824)
    at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:880 )
    at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboar d.java:569)
    at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:510)
    at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboar d.java:125)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1191)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1002)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
    at org.eclipse.swt.widgets.Control.traverse(Control.java:3658)
    at org.eclipse.swt.widgets.Control.translateMnemonic(Control.java:3502)
    at org.eclipse.swt.widgets.Composite.translateMnemonic(Composite.java:1065)
    at org.eclipse.swt.widgets.Control.translateMnemonic(Control.java:3520)
    at org.eclipse.swt.widgets.Display.translateMnemonic(Display.java:4401)
    at org.eclipse.swt.widgets.Display.filterMessage(Display.java:1205)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3469)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1311)

Similar Messages

  • Content assist only displays the flash.errors package

    Has someone encountered this before? Content assist is not working for me within Flex Builder 3. I just updated to the latest stable sdk 3.4.0.6955. I was starting a project and when I typed "import flash." all that was offered by content assist was "errors".
    See picture below and thanks in advance for any and all help!
    Jake

    Hey there!
    I happen to have the exact same problem... and I'm yet to find a solution. Happened yesterday and somehow I managed to fix it. Don't know what I did but it envolved importing/exporting, clearing the workspace... whatever, it just got back on track the same way it got out of it... Happend again today... and I haven't been able to fix it. Have you found a solution for this? I'm using the 3.5.0.12683 sdk.
    Edit: It's working again... all I did was open a *.as file that happened to implement the Event class... don't know if that triggered it.

  • Content Coding Error in Firefox/Internet Explorer cannot display webpage

    I can log into Beehive without any issues. I used to be able to go to Workspaces > All My Workspaces and see all the workspaces I had access to. From this list, I could get to any of these workspaces. Now when I go to the same navigation, I get in 'Content Coding Error' in Firefox 9 and 'Internet Explorer cannot display webpage' in Internet Explorer 7.
    If I find an email that invited me to a specific workspace, I can access that workspace only. I cannot find a way to access all workspaces I have access to within Beehive.
    Please let me know what other information I need to provide for assistance.
    Thanks!

    Hi,
    https://beehiveonline.oracle.com/index.html is a public page with no obvious protection so anyone should be able to see it without any difficulty. If this is the page causing the issue then it suggests a local browser issue.
    If you are getting this after logging into https://beehiveonline.oracle.com/teamcollab then it means your account is not provisioned correctly. Contact us out of the forum with your details and we can check out if we have a provisioning issue. I would need your email address and any group you have been invited to be a member of - send it to [email protected]
    Phil

  • Broken content assist

    With "content assist" I mean the feature that pops up a selection of choices to complete the code you are writing, such as function & class names and variables.
    Now, I just figured out why it doesn't sometimes..
    My code looks like:
    var prds:Array = new Array();
    for each (var prd:Product in prds) {
    // empty
    prd.foo();
    Content assist fails on the last line. It does not provide any suggestions based on Product for the variable "prd".
    However, the code compiles, of course, without errors or warnings.
    Is there a bug report on this?
    PS: Of course I could declare the "prd" variable at top-level and then it would work. The point here is that content assist fails on code that compiles.

    That is because till FB 4.0.1, variables were being scoped at block level in Flash Builder's code model. So in your code, 'prd' variable is visible only inside 'for' block. This is fixed in newer builds ( https://bugs.adobe.com/jira/browse/FB-27662 )
    -radhakrishna

  • Code/Content Assist and Maven Multimodule

    Hi All,
    I've found a VERY weird anomaly while developing with Flex Mojos (Maven Plugin) and Flex in Eclipse.
    What I've noticed is if I embed the Flex 4 project inside of a Maven Multimodule project, the Code/Content Assist in Eclipse/Flex Builder seems to go away.
    Has anyone ever experienced this before?
    Thanks!!
    Ronak Patel

    Hi Jason,
    Yes the FXP file worked. There is something about my project that Flex doesn't like.
    I do not get any errors like those described in the bug. It just doesn't do anything when you type the dot.
    I do have a library from a loaded swf, but it all works. I also described my project to have two component directories. Please see previous post.
    Could this be the problem?
    And, could you please tell me how to find my "workspace" directory.
    And, one more thing...
    Could you please let me know how to "try a clean workspace". I'm tempted to merely delete the project, leaving the files, then re-import.
    Thanks,
    Shannon

  • Content assist not working in MXML on imported projects

    I just installed the 4.7 Beta, and it seems like all content assist is gone in the MXML files with the imported project. Does it need some additional setup to get this to work?

    Hi Sameer,
    So the code assits silently fails, but when doing Organize Imports, I get the following error:
    !SESSION 2012-10-08 10:47:14.519 -----------------------------------------------
    eclipse.buildId=M20110909-1335
    java.version=1.6.0_31
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
    Command-line arguments:  -os win32 -ws win32 -arch x86_64
    !ENTRY org.eclipse.jface 2 0 2012-10-08 10:47:31.641
    !MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
    !SUBENTRY 1 org.eclipse.jface 2 0 2012-10-08 10:47:31.642
    !MESSAGE A conflict occurred for CTRL+G:
    Binding(CTRL+G,
              ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.wor kspace,Find All Declarations In Workspace,
                        Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
                        LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.Find AllDeclarationsAction@72cdca7b)),
                        ,,true),null),
              org.eclipse.ui.defaultAcceleratorConfiguration,
              com.adobe.flexide.editorcore.flexEditorScope,,,system)
    Binding(CTRL+G,
              ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.wor kspace,Find All Declarations In Workspace,
                        Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
                        LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.Find AllDeclarationsAction@72cdca7b)),
                        ,,true),null),
              org.eclipse.ui.defaultAcceleratorConfiguration,
              com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
    Binding(CTRL+G,
              ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.search.declarations.in.wor kspace,Declaration in Workspace,
                        Search for declarations of the selected element in the workspace,
                        Category(org.eclipse.search.ui.category.search,Search,Search command category,true),
                        ,,true),null),
              org.eclipse.ui.defaultAcceleratorConfiguration,
              org.eclipse.ui.contexts.window,,,system)
    !SUBENTRY 1 org.eclipse.jface 2 0 2012-10-08 10:47:31.642
    !MESSAGE A conflict occurred for CTRL+SHIFT+G:
    Binding(CTRL+SHIFT+G,
              ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.works pace,Find All References In Workspace,
                        Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
                        LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.Find AllReferencesAction@24a88c1f)),
                        ,,true),null),
              org.eclipse.ui.defaultAcceleratorConfiguration,
              com.adobe.flexide.editorcore.flexEditorScope,,,system)
    Binding(CTRL+SHIFT+G,
              ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.works pace,Find All References In Workspace,
                        Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
                        LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.Find AllReferencesAction@24a88c1f)),
                        ,,true),null),
              org.eclipse.ui.defaultAcceleratorConfiguration,
              com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
    Binding(CTRL+SHIFT+G,
              ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.search.references.in.works pace,References in Workspace,
                        Search for references to the selected element in the workspace,
                        Category(org.eclipse.search.ui.category.search,Search,Search command category,true),
                        ,,true),null),
              org.eclipse.ui.defaultAcceleratorConfiguration,
              org.eclipse.ui.contexts.window,,,system)
    !ENTRY org.eclipse.ui 4 4 2012-10-08 10:48:40.694
    !MESSAGE "Organize Imports" did not complete normally.  Please see the log for more information.
    !ENTRY org.eclipse.ui 4 0 2012-10-08 10:48:40.696
    !MESSAGE java.lang.NullPointerException
    !STACK 0
    java.lang.NullPointerException
              at com.adobe.flexide.mxml.core.document.MXMLDocument.getScatteredImportsData(MXMLDocument.java:1609)
              at com.adobe.flexide.mxml.core.document.MXMLDocument.consolidateAndAddMissingImports(MXMLDocument.java:1472)
              at com.adobe.flexide.mxml.core.document.MXMLDocument.organizeImports(MXMLDocument.java:1331)
              at com.adobe.flexbuilder.as.editor.ui.actions.OrganizeImportsAction.run(OrganizeImportsAction.java:67)
              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(LegacyHandlerWrapper.java:109)
              at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
              at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
              at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
              at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:468)
              at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:786)
              at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:885)
              at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:567)
              at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:508)
              at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:123)
              at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
              at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1262)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1052)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1062)
              at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1104)
              at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1100)
              at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1509)
              at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:4640)
              at org.eclipse.swt.widgets.Canvas.WM_CHAR(Canvas.java:345)
              at org.eclipse.swt.widgets.Control.windowProc(Control.java:4528)
              at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:341)
              at org.eclipse.swt.widgets.Display.windowProc(Display.java:4972)
              at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
              at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2531)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3752)
              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:332)
              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(FlashBuilderApplication.java:79)
              at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
              at java.lang.reflect.Method.invoke(Unknown Source)
              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)

  • Final method - override - content assist bug

    Hi
    I don't know if it's the wrong place to post bugs or if this bug has already been posted, but if the answer is positive just delete the topic.
    It might not even be a bug, but it looks like to me so, so I'm posting.
    I have a class which has a final (protected) method. I have a second class which extends the first class. I write:
    override protected function
    I click space, content assist pops up and I can choose the method that is marked as final.
    I guess it's a bug, because obviously there's a compile error.
    I hope it's helpful.
    Cheers,
    TR

    Known bug https://bugs.adobe.com/jira/browse/FB-25996.
    We do occassionally file bugs on behalf of users that post on the forum. To be 100% sure your bug gets filed though, log it at http://bugs.adobe.com/flex. I'm lucky in that a bunch of this is in my browser history. However, your best resource for bugs is our bug database.
    Jason San Jose
    Software Engineer, Flash Builder

  • Error in crawl log "Error while crawling LOB contents. ( Error caused by exception: Microsoft.BusinessData.Infrastructure.BdcException The shim execution failed unexpectedly - The method or operation is not implemented..; SearchID "

    Hi 
    I get the following error in my crawl logs
    "Error while crawling LOB contents. ( Error caused by exception: Microsoft.BusinessData.Infrastructure.BdcException The shim execution failed unexpectedly - The method or operation is not implemented..; SearchID "
    Because of this i suspect, the search results are not including those aspx pages marked as "Hide physical urls from search".
    This error is not available in the another environment where the aspx pages are coming in the results.
    Thanks
    Joe

    Hi Joe,
    Greetings!
    Reset the index and re-crawl. That usually clears it
    If you are using NTLM authentication, then make sure that you specified the PassThrough authentication for crawling
    Probably you need to debug the BDC code that underlies the external content types.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/41a86c43-151d-47cd-af73-967a4c940611/lotus-notes-connector-error-while-crawling-lob-contents?forum=sharepointsearch
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Firefox gives "content encoding error" for multiple sites (mostly forums), however, wget can open those sites just fine

    I am working under a corporate proxy server, so this might influence the problem. From home i can access the sites just fine. From here - it gives "content encoding error" on different kinds of forums. For example, http://www.freeallegiance.org/forums/index.php?act=home
    I tried to download wget and could download the website htm file just fine!

    I also have this problem. I believe it is caused by being connected through a proxy which is adding a second compression to the data. (I think IF uses gzip compression already).
    Added details:
    * Opera also works.
    * I can view the IF admin section on FF
    * I can view the forum if I go through a web proxy.

  • ** File Content Conversion Error in Receiver CC - How to solve this?

    Hi friends,
    My target structure looks like below.
    EmployeeJobDetails                                        --> Message Type
       JobCode                                                      --> Node
            EmployeeNumber            xsd:string
            Domain                           xsd:string
       JobTrack                                                     --> Node
             Department                    xsd: string
             Position                         xsd: string
    I use the FCC parameters in the receiver CC as below:
    Recordset Structure:    JobCode,JobTrack
    JobCode.fieldSeparator = |
    JobCode.endSeparator = 'nl'
    JobTrack.fieldSeparator = |
    JobTrack.endSepartor = 'nl'.
    Because, we want the output like below
    1099|Raja
    Accts|JuniorAccountant
    1100|Ram
    HR|Recruiter
    like this.
    In this scenario Source is XML and target is txt file.
    I am using XSLT Mapping. The FCC works fine, if my source input file contains some records. But, when we send empty source XML file as below
    <?xml version="1.0" encoding="UTF-8"?>
    <EMPLOYEE_DATA/>
    Mapping works fine. Message is processed successfully in SXMB_MONI. The payload in response also comes with Message Type name like below
    <EmployeeJobDetails    namespace >
    </EmployeeJobDetails>
    While convert this, the system throws below error.
    Error Message:
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'Conversion configuration error: Unknown structure '' found in document', probably configuration error in file adapter (XML parser error)': java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'Conversion configuration error: Unknown structure '' found in document', probably configuration error in file adapter (XML parser error)'
    Friend, how to convert this when source XML is empty.
    But, if we remove JobTrack node in target strucutre and remove the JobTrack parameters in CC, then if we send the same empty XML file FCC is working  fine and  we  get the target text file 0 KB. (Amazing !!)
    But, in the first case, how to solve the issue?
    Kind Regards,
    Jegathees P.

    Hi friends,
    If we remove JobTrack node in target strucutre and remove the JobTrack parameters in CC, then if we send the <b>same empty XML file</b> FCC is working fine and<b> we get the target text file 0 KB</b>. (Amazing !!)
    But, if we give parameters like JobCode,JobTrack then send pass the same empty file, we face the problem 'File Content Conversion' Error.
    Searching solution for this problem ...

  • Content generation error. Failed to open the InDesign file.

    Hey all -
    In importing an article to a folio, I just received this error:
    "Content generation error.
    Failed to open the InDesign file. Please confirm the file can be opened in InDesign."
    The file is open right now in InDesign. I can close it and reopen it with no errors.
    I've tried resaving the article to a new file. No help.
    I tried creating a new folio and importing the article there. No help.
    All links are good. It's a simple file with images, a scrolling pane, and some buttons that link to other articles.
    Anyone else run into this problem? Any solutions?
    Thanks!

    Im getting this error also....?
    Want to avoid inporting each artical on at a time. Need to import multiple articals at once.
    Thanks.

  • Content generation error. [Error: Failed to Export the PDF file.]

    Hi;
    Everytime i try to update an article within a folio in DPS folio builder i get this error :
    Content generation error.
    [Error: Failed to Export the PDF file.]
    My colleague next to me is running exactly the same set up and doesnt get the error. in fact his update anf sideloading is fast as lightning.
    the ONLY difference is that im running v28 tools and he is on v27, however wehave another colleague running v28 and his updates work perfectly.
    Any ideas lovely community?
    Scott

    Hi Bob;
    Have tried that one. And again on your suggestion....no luck.
    Scott

  • "Content generation error. Failed to Export the PDF file"

    Building a multi-folio in InDesign 6 Folio Builder V30. Received "Content generation error. Failed to Export the PDF file" on several of the spreads. I have tried reducing the original pdf files sizes, but that did not help.
    Any suggestions on other possible causes or way to fix.?
    thanks
    Christopher Huber
    MMN

    I'm very new to DPS so I hope the following description makes some kind of sense.
    My magazine is in the process of doing trial runs for an iPad edition. I'm setting some templates up for us to work off so the process from magazine to iPad will run a lot smoother month to month.
    So far I've set up some dummy stock pages in an InDesign CS6 document, currently 15 pages long.
    All images are linked and all fonts have paragraph styles applied to them.
    I'm at the stage I want to check the document on my iPad to test run font sizes and their legibility.
    We have successfully been able to export the document as a jpg file but we really need the PDF format. When attempting this we get the above message.
    Sonia.

  • Instrument I/O assistant error msg "Unable to view proterties​"

    Hi, NI's AE,
      I have re-installed many times NI LabView8.2(EV) + DAQmx8.3 on all
      in one SOC platform(X86) with WinXP(SP3) step by step, but all
      rebooting fail after DAQmx8.3 installed.
      Then I re-install pure WinXP(SP3) + LabView8.2(EV) + DAQmx8.9,
      rebooting ok.
      LabView simulated VI from template works well, however I got error
      "Unable to view properties" when I drag & drop "DAQ Assistant"?
      After google the related issue of "Instrument I/O Assistant error".
      I check the "Add/Remove S/W List" and "System Services" of window,
      everything seems ok.
      Attach file description :
        Add_Remove_List.jpg -
            No extra software installed, except NI's S/W.
        Add_Remove_NI_List.jpg -
        The key drivers, NI Instrument I/O Assistant & NI-VISA 4.0 &
            NI-488.2.2.46 all be installed well.
        NI Service List.jpg -
            NI's related service be well active.
        Instrument IO Assistant - Unableto view properties error.JPG -
            Drag & drop "DAQ Assistant" VI, popup error dialog box
            "Unable to view properties", not "Create New Express Task"
            form.
      Is there any compatible issue between LabView8.2 & DAQmx8.9 ?
    B/R
    Hank

    Sorry, forget attach file!
    Attachments:
    Add_Remove_List.JPG ‏99 KB
    Add_Remove_NI_List.JPG ‏132 KB
    Instrument IO Assistant - Unableto view properties error.JPG ‏77 KB

  • Content Assist is not showing the id

    My problem is I have a custom componts that created by me.
    but problem is flash builder is not showing the id of it for cntrol+space -->content Assist
    here is my layout/architecture
    Application
    TabNavigator out bound container(inside application)
    NavigatorContent (inside NavigatorContent)
    custom component name CustomerDetails{s:Group}(inside CustomerDetails)
    There is a custom component name CustomerDetails{based on s:Group},it is on NavigatorContent,and it is on TabNavigator, and TabNavigator is on Application

    sorry.there was a mistaken.this is the heirarchy
    Application
    TabNavigator out bound container(inside application)
    NavigatorContent (inside TabNavigator )
    custom component name CustomerDetails{s:Group}(inside NavigatorContent )
    any suggessions ?

Maybe you are looking for

  • REPORT S_ALR_87013558 - budget in Controlling area currency not correct

    Hi , these are the budget column settings : Key figure          Overall in CAC Version     0     Plan/Act - Version Value Type     41     Budget Object ind.     P     Project item Debit type     1     Costs and credit-side payments My case is the fol

  • Urgent help On as2 error The remote server returned an error: (500) Internal Server Error.

    hi, im configured the as2 partner setup as per this http://msdn.microsoft.com/en-us/library/bb246129(BTS.20).aspx. but when im process file , then file try hit partner url goes dyhradated state,then failed. then i got below error. The remote server r

  • In icloud it is showing an inactive email account how do I get rid of it

    My daughter bought an new ipod touch and is trying to activate icloud. It is showing trying to activate an email account that is no longer valid how do we change this.

  • Error In sub controcting

    hi friends, after service entry sheet , while doing ML81N i am getting some error like  "RC=     3  M8                   147 Account determination for entry 9000 WRX 0001 not possible" i maintained WRX for service valuation class also and i tried wit

  • How to edit or select the color of the block for w...

    If there is, this would be really nice to have as I see this as a way to categorize or group applications that may be associated or similar ie-  different email accounts (for those that don't want to link all email accounts to one.  I see that ATT ha