Skip navigation
Home/Support/

Forums

4472 Views 19 Replies Latest reply: Jul 18, 2011 2:15 PM by Snaux RSS
KomputerMan.com User 145 posts since
Feb 11, 2002
Currently Being Moderated

Aug 29, 2006 3:03 PM

Removing compiler problem markers

Does anybody know why I keep getting a pop up window that is telling me it can't find a marker id at some location number? I am getting one of these messages about every other time I save and compile and it is getting RATHER ANNOYING!!! What does it mean and how do I eliminate it???

Thanks in advance for helping me lower my blood pressure!!! :)

Have an Ordinary Day...
KomputerMan ~|:-)
  • ntsiii User 4,787 posts since
    Mar 29, 2004
    Currently Being Moderated
    1. Aug 29, 2006 4:33 PM (in response to KomputerMan.com)
    Re: Removing compiler problem markers
    Try running Menu, Project, Clean

    Tracy
  • el Fakir User 20 posts since
    Aug 12, 2002
    Currently Being Moderated
    3. Sep 4, 2006 10:17 AM (in response to KomputerMan.com)
    Re: Removing compiler problem markers
    Same problem here, very annoying. Everything has started when I've tried to rename some of my .mxml components, it seems that the problem is related to the projet itself, and not the eclipse workspace.
  • User 76 posts since
    Nov 9, 2005
    Currently Being Moderated
    4. Oct 6, 2006 9:15 AM (in response to KomputerMan.com)
    Re: Removing compiler problem markers
    Yes, I am now getting the same error - but slightly different wording

    Removing compile problem markers (Time of error: blah blah blah...)

    The details section states:

    An internal error occurred during "Removing compiler problem markers".
    java.lang.NullPointerException

    I'm able to compile the same code with no problem from the command line on a Linux box. Running the clean comand doesn't fix this unfortunately.

    Some background info: I'm running a FDS project against a JBoss server on a windows XP machine.

    So, I deleted my project and shut down flex builder. Then removed the project files (.actionScriptProperties, .project, & .flexProperties) and removed the project folder from the flex.war folder in the jboss server. Restarted Flex Builder and created a new project the same way the project was built. And wa-la the problem is gone.

    So, something has gone bad with the project, but I am not sure what because a look a the previous project files and they all seem normal. I was having problems with the project trying to create the "Output Directory" early, but a rebuild of the project seemed to fix that too.

    hope this helps.

    --Andy
  • David_S_deB User 32 posts since
    Oct 3, 2006
    Currently Being Moderated
    5. Oct 11, 2006 9:36 AM (in response to KomputerMan.com)
    Re: Removing compiler problem markers
    Any one got a solution to this, its happening in my Flex Bulider 2 for windows as well.
  • MCMoyer User 1 posts since
    Aug 7, 2002
    Currently Being Moderated
    6. Oct 13, 2006 9:25 AM (in response to KomputerMan.com)
    Re: Removing compiler problem markers
    I got mine to quit popping up that error by uninstalling Aptana and Subversion. I then reinstalled subversion without the popup coming back. Unfortunately, subversion keeps telling me that it's too old of a client to work with the repository and I'm running version 1.0.3!

  • Wigg User 1 posts since
    Nov 15, 2005
    Currently Being Moderated
    7. Dec 11, 2006 8:27 AM (in response to KomputerMan.com)
    Re: Removing compiler problem markers
    I fixed this by closing FB2, renaming the file C:\Documents and Settings\<My Username>\My Documents\Flex Builder 2\.metadata\.plugins\org.eclipse.core.resources\.projects\<My Project>\.markes so it wouldn't find it and restarting FB2.

    It may also delete your bookmarks and breakpoints.

  • Carpii User 5 posts since
    Dec 19, 2006
    Currently Being Moderated
    8. Dec 19, 2006 3:01 AM (in response to Wigg)
    Re: Removing compiler problem markers
    Good tip. This worked for me too, thanks
  • Craig Grummitt User 882 posts since
    Aug 1, 2004
    Currently Being Moderated
    9. Jan 7, 2007 3:33 PM (in response to KomputerMan.com)
    Re: Removing compiler problem markers
    Can i just add a solution to the suggestions here? i was having this problem also, and though none of these suggestions were working for me, i found a suggestion at flexcoders that so far seems to work - credit to Laurent Fontvielle:
    --------
    http://www.mail-archive.com/flexcoders@yahoogroups.com/msg47406.html
    (begin quote)

    I've got the same problem.
    It seems to be a bug with FlexBuilder when you change the "Flex
    applications" of your project properties.
    You have to edit the file ".actionScriptProperties" located in your
    project root folder.
    There is the following section:
    <applications>
    <application path="MyApplication.mxml"/>
    ...
    </applications>

    Maybe there is an entry <application path=...> corresponding to an old
    setting. Correct it. Then close project and re-open it.

    Laurent.
  • mike_morearty Adobe Employee 194 posts since
    Mar 12, 2004
    Currently Being Moderated
    10. Jan 8, 2007 12:39 AM (in response to KomputerMan.com)
    Re: Removing compiler problem markers
    I'm pretty sure the bug being discussed here has been fixed in Flex Builder 2.0.1, which was released as a free upgrade the other day.
  • hawkfanxity User 36 posts since
    Jan 25, 2007
    Currently Being Moderated
    11. Jan 25, 2007 10:19 AM (in response to mike_morearty)
    Re: Removing compiler problem markers
    I just encountered the same error on Flex Builder 2.0.1 and it wont go away.
  • mike_morearty Adobe Employee 194 posts since
    Mar 12, 2004
    Currently Being Moderated
    12. Jan 25, 2007 10:46 AM (in response to KomputerMan.com)
    Re: Removing compiler problem markers
    hawkfanxity, did you try the workaround mentioned by Wigg above? "I fixed this by closing FB2, renaming the file C:\Documents and Settings\<My Username>\My Documents\Flex Builder 2\.metadata\.plugins\org.eclipse.core.resources\.projects\<My Project>\.markes so it wouldn't find it and restarting FB2.

    "It may also delete your bookmarks and breakpoints."

    The bug that existed in FB 2.0 and was fixed in FB 2.0.1 was that at certain times, such as when starting a new compile, FB would clear out the old markers, but there was a race condition between two threads, so the thread that was trying to delete the old markers would sometimes fail.

    However, if the markers themselves, as stored in .markers, are corrupt, then that's a separate issue. Wigg's workaround would seem to imply that somehow the markers got corrupted. Give it a try.
  • hawkfanxity User 36 posts since
    Jan 25, 2007
    Currently Being Moderated
    13. Jan 25, 2007 11:08 AM (in response to mike_morearty)
    Re: Removing compiler problem markers
    This fixed the problem but I was just saying that the fix for this has not been made in Flex Builder 2.0.1.
  • Jack Freudenheim User 38 posts since
    Jun 21, 2007
    Currently Being Moderated
    14. Jun 21, 2007 11:42 AM (in response to Craig Grummitt)
    Removing compiler problem markers
    None of these solutions are working for me. I'm in Flex 2.0.1 but it started after I installed FB 3.
  • JabbyPandaUA User 389 posts since
    Feb 8, 2006
    Currently Being Moderated
    15. Jun 25, 2007 6:25 AM (in response to KomputerMan.com)
    Re: Removing compiler problem markers
    I am on Flex Builder 2.0.1 Eclipse plugin (2.0.155577 version) and I am also victim to this problem.

    I had located file .markers at slightly different location:
    c:\<My workspace dir> >\.metadata\.plugins\org.eclipse.core.resources\.projects\<My project>\.markers

    Erasing this file does nothing.. It is recreated again with a new compilation and this vicious error "Removing compiler problem markers" still remains.

    I guess, I am ready to move to Flex 3 Beta 1 now =)
  • JabbyPandaUA User 389 posts since
    Feb 8, 2006
    Currently Being Moderated
    16. Jun 25, 2007 6:28 AM (in response to KomputerMan.com)
    Re: Removing compiler problem markers
    Phew, sorry I was mistaken, clearing the file .markers at the location I had mentioned above had fixed the error Removing compiler problem markers".

    Flex 3 Beta 1 can wait for now.
  • Simon-A-Brown User 1 posts since
    Aug 6, 2009
    Currently Being Moderated
    17. Aug 6, 2009 4:27 PM (in response to JabbyPandaUA)
    Re: Removing compiler problem markers

    Hey;

     

    I had the same problem caused by attempting to install flex builder 3 plugin on the Gallileo release of Eclipse.  Reverting back to Ganymede the problem persisted in the workspace.  It was also very annoying 'cause my current workspace has about 16 projects the majority of which had this issue.  I've succesfully got things back up and running and subversion behalving properly and up to date.  I used the method decribed above and renamed the .marker files in all of the affected projects.  I'm concerned though about the ramifications of doing this.

     

    Does anyone know clearly what purpose(s) these .marker files serve, or can someone point me to the documentation that would explain?


    Thanks

     

    -Simon

  • emurmur User 20 posts since
    Jul 28, 2008
    Currently Being Moderated
    18. Dec 29, 2009 11:31 PM (in response to Simon-A-Brown)
    Re: Removing compiler problem markers

    I also got this problem by using Flex Builder 3.2 in Eclipse Gallileo (3.5.1).  Going back to Eclipse 3.4.2 and reinstalling Flex Builder did _not_ fix the problem.  Deleting the .marker files in the .metadata folder of the workspace (as described by another poster) was the only way I could fix it.  Presumably, creating a new workspace and getting from source control again would also fix it because the new workspace would not have .marker files yet.

More Like This

  • Retrieving data ...

Bookmarked By (0)

Legend

  • Correct Answers - 10 points
  • Helpful Answers - 5 points