IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Flex Discussion :

Internal build error


Sujet :

Flex

  1. #1
    Modérateur
    Avatar de toopac
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Juin 2009
    Messages
    940
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 38
    Localisation : France, Ille et Vilaine (Bretagne)

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Juin 2009
    Messages : 940
    Par défaut Internal build error
    Bonjour,

    Sans prévenir, Flex builder 3 me lance l'erreur suivante :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    An internal build error has occurred. Right-click for more information
    D'après certains ils faut supprimer ce qu'il y a dans le dossier bin-debug, faire un clean sur le projet, ou enlever les switchs sans case à l'interieur.
    J'ai fais tout ça (j'ai même pas de switch), mais rien n'y fait.
    Je fais un clic droit sur le message, et clique sur "More Infomation" pour avoir un peu plus d'info. J'arrive alors sur la page d'abobe suivante : http://learn.adobe.com/wiki/display/...ompiler+Errors.
    Comme le suggère Adobe, je vais voir le fichier de log et voici ce que j'obtiens :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    !SESSION 2010-03-31 15:27:20.809 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.5.0_11
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_FR
    Command-line arguments:  -os win32 -ws win32 -arch x86
     
    !ENTRY org.eclipse.ui 4 4 2010-03-31 15:27:33.107
    !MESSAGE Plug-in 'org.eclipse.contribution.xref.ui' contributed an invalid Menu Extension (Path: 'navigate/showIn' is invalid): openXRefView
     
    !ENTRY com.adobe.flexbuilder.project 4 43 2010-03-31 15:27:56.110
    !MESSAGE Uncaught exception in compiler
    !STACK 0
    java.lang.NullPointerException
    	at flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer$AttributeDependencyScanner.property(InterfaceCompiler.java:1432)
    	at flex2.compiler.mxml.lang.DeclarationHandler.invoke(DeclarationHandler.java:78)
    	at flex2.compiler.mxml.lang.AttributeHandler.invoke(AttributeHandler.java:60)
    	at flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer.registerDependencies(InterfaceCompiler.java:1372)
    	at flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer.registerDependencies(InterfaceCompiler.java:1342)
    	at flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer.analyze(InterfaceCompiler.java:1249)
    	at flex2.compiler.mxml.dom.Node.analyze(Node.java:47)
    	at flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer$ChildNodeDependencyScanner.scanChild(InterfaceCompiler.java:1467)
    	at flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer$ChildNodeDependencyScanner.nestedDeclaration(InterfaceCompiler.java:1525)
    	at flex2.compiler.mxml.lang.ChildNodeHandler.unknown(ChildNodeHandler.java:170)
    	at flex2.compiler.mxml.lang.ChildNodeHandler.invoke(ChildNodeHandler.java:142)
    	at flex2.compiler.mxml.lang.ChildNodeHandler.scanChildNodes(ChildNodeHandler.java:75)
    	at flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer.registerDependencies(InterfaceCompiler.java:1376)
    	at flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer.registerDependencies(InterfaceCompiler.java:1342)
    	at flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer.analyze(InterfaceCompiler.java:1249)
    	at flex2.compiler.mxml.dom.Node.analyze(Node.java:47)
    	at flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer$ChildNodeDependencyScanner.scanChild(InterfaceCompiler.java:1467)
    	at flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer$ChildNodeDependencyScanner.nestedDeclaration(InterfaceCompiler.java:1525)
    	at flex2.compiler.mxml.lang.ChildNodeHandler.unknown(ChildNodeHandler.java:170)
    	at flex2.compiler.mxml.lang.ChildNodeHandler.invoke(ChildNodeHandler.java:142)
    	at flex2.compiler.mxml.lang.ChildNodeHandler.scanChildNodes(ChildNodeHandler.java:75)
    	at flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer.registerDependencies(InterfaceCompiler.java:1376)
    	at flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer.registerDependencies(InterfaceCompiler.java:1342)
    	at flex2.compiler.mxml.InterfaceCompiler$DependencyAnalyzer.analyze(InterfaceCompiler.java:1249)
    	at flex2.compiler.mxml.dom.Node.analyze(Node.java:47)
    	at flex2.compiler.mxml.InterfaceCompiler.postprocess(InterfaceCompiler.java:458)
    	at flex2.compiler.mxml.Compiler.postprocess(Compiler.java:166)
    	at flex2.compiler.API.postprocess(API.java:3584)
    	at flex2.compiler.API.postprocess(API.java:3551)
    	at flex2.compiler.API.batch2(API.java:427)
    	at flex2.compiler.API.batch(API.java:1117)
    	at flex2.compiler.API.compile(API.java:1290)
    	at flex2.tools.oem.Application.compile(Application.java:1074)
    	at flex2.tools.oem.Application.recompile(Application.java:1026)
    	at flex2.tools.oem.Application.compile(Application.java:678)
    	at flex2.tools.flexbuilder.BuilderApplication.compile(BuilderApplication.java:354)
    	at com.adobe.flexbuilder.multisdk.compiler.internal.ASApplicationBuilder$MyBuilder.mybuild(ASApplicationBuilder.java:271)
    	at com.adobe.flexbuilder.multisdk.compiler.internal.ASApplicationBuilder.build(ASApplicationBuilder.java:122)
    	at com.adobe.flexbuilder.multisdk.compiler.internal.ASBuilder.build(ASBuilder.java:139)
    	at com.adobe.flexbuilder.multisdk.compiler.internal.ASItemBuilder.build(ASItemBuilder.java:73)
    	at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.buildItem(Unknown Source)
    	at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.build(Unknown Source)
    	at com.adobe.flexbuilder.project.compiler.internal.FlexIncrementalBuilder.build(Unknown Source)
    	at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:624)
    	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:166)
    	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:197)
    	at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:246)
    	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:249)
    	at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:302)
    	at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:334)
    	at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:137)
    	at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:235)
    	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    C'est là que je bloque.
    Je pense que le problème viens de là : "Plug-in * contributed an invalid Menu Extension (Path: * is invalid): *", mais je ne trouve rien dans mes recherches sur le plugin en question...
    Quelqu'un a déjà eu la même erreur, ou saurait comment résoudre ça?

    Merci beaucoup!

  2. #2
    Modérateur
    Avatar de toopac
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Juin 2009
    Messages
    940
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 38
    Localisation : France, Ille et Vilaine (Bretagne)

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Juin 2009
    Messages : 940
    Par défaut
    En fait aucun rapport.

    C'est qu'il n'aime apparemment pas le binding sur un Vector (quand je change le type en Object par exemple j'ai plus l'erreur).

    C'est pas possible de faire du data binding avec un Vector??

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Internal build error
    Par supernova dans le forum Flex
    Réponses: 0
    Dernier message: 09/02/2011, 15h51
  2. An internal build error
    Par supernova dans le forum Eclipse
    Réponses: 0
    Dernier message: 09/02/2011, 13h52
  3. Besoin d'aide pour contourner une internal compiler error
    Par Laurent Gomila dans le forum C++
    Réponses: 18
    Dernier message: 27/06/2006, 22h09
  4. [SERVLET][STRUTS]Error 500--Internal Server Error
    Par Devil666 dans le forum Struts 1
    Réponses: 7
    Dernier message: 27/06/2005, 13h07
  5. [RegEx] [regex][serveur] Internal server error
    Par Maxoo dans le forum Langage
    Réponses: 8
    Dernier message: 29/12/2004, 15h40

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo