Unable to generate language from console while generation within MPS is successful
Hi everybody,
I got a problem I have been stuck on for quite some while now. I did not find anything on this and hopefully someone of you can help me on this...
I have a language I'd like to generate which has a dependency cycle. I tried everything to solve the issue but was not able to. So I decided to try setting bootstrap=true which allows me to generate my build solution and successfully generate the language (right click->run on the build project). Further I can generate a standalone IDE - all from within MPS. However, when I try to do the same via console the generation crashes after the 2nd cycle when building my generator. The error message is of no help at all. Here is the console log (sorry for the long copy&paste):
--------------------------
$ ant generate -v -Dmps_home=/vol/mps/MPS-3.4.3-generic
Apache Ant(TM) version 1.9.7 compiled on April 24 2016
Trying the default build file: build.xml
Buildfile: /tmp/Neo4jCypher_corlab_checkinhack/build.xml
Detected Java version: 1.8 in: /usr/lib/jvm/java-8-jdk/jre
Detected OS: Linux
parsing buildfile /tmp/Neo4jCypher_corlab_checkinhack/build.xml with URI = file:/tmp/Neo4jCypher_corlab_checkinhack/build.xml
Project base dir set to: /tmp/Neo4jCypher_corlab_checkinhack
parsing buildfile jar:file:/usr/share/apache-ant/lib/ant.jar!/org/apache/tools/ant/antlib.xml with URI = jar:file:/usr/share/apache-ant/lib/ant.jar!/org/apache/tools/ant/antlib.xml from a zip file
Override ignored for property "mps_home"
[property] Loading /vol/mps/MPS-3.4.3-generic/build.properties
Build sequence for target(s) `generate' is [declare-mps-tasks, fetchDependencies, generate]
Complete build sequence is [declare-mps-tasks, fetchDependencies, generate, java.compile.neo4j.cypher.runtime, java.compile.neo4j.cypher, java.compile.neo4j.cypher#4768758963664622066, compileJava, processResources, classes, assemble, makeDependents, buildDependents, build, clean, cleanSources, test, check, ]
declare-mps-tasks:
parsing buildfile jar:file:/vol/mps/MPS-3.4.3-generic/lib/ant/lib/ant-mps.jar!/jetbrains/mps/build/ant/antlib.xml with URI = jar:file:/vol/mps/MPS-3.4.3-generic/lib/ant/lib/ant-mps.jar!/jetbrains/mps/build/ant/antlib.xml from a zip file
fetchDependencies:
generate:
[echo] generating
[generate] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=92m; support was removed in 8.0
[generate] [ 1] INFO - ol.environment.EnvironmentBase - Initializing environment
[generate] [ 2] INFO - ool.environment.MpsEnvironment - Creating MPS environment
[generate] [ 25] WARN - tbrains.mps.smodel.ModelAccess - Adding command listener to DefaultModelAccess: a command is the same as a write action
[generate] [ 31] WARN - tbrains.mps.smodel.ModelAccess - Adding command listener to DefaultModelAccess: a command is the same as a write action
[generate] [ 106] INFO - ol.environment.EnvironmentBase - Initializing libraries
[generate] [ 112] INFO - mps.library.LibraryInitializer - Adding libraries from SetLibraryContributor
[generate] [ 112] INFO - mps.library.LibraryInitializer - Adding libraries from SetLibraryContributor
[generate] [ 115] INFO - mps.library.LibraryInitializer - Loading 159 libraries
[generate] [ 1663] INFO - mps.library.LibraryInitializer - Library update is finished
[generate] [ 2451] INFO - mps.classloading.ModuleUpdater - Classloading refresh took 0.785 s
[generate] [ 2454] INFO - ps.classloading.ModulesWatcher - 0 modules are marked as invalid roots for class loading out of 198 modules [totally in the repository]
[generate] [ 2454] INFO - ps.classloading.ModulesWatcher - Totally 0 modules are marked invalid for class loading
[generate] Generating: strict mode is on, parallel generation is on (8 threads), in-place is off, warnings are on, static references to replace dynamic is on
[generate] [ 2873] INFO - ool.environment.MpsEnvironment - Creating an empty project
[generate] [ 2874] INFO - ol.environment.EnvironmentBase - Opening a new project
[generate] [ 2882] INFO - rains.mps.project.ModuleLoader - Loading modules...
[generate] [ 2882] INFO - rains.mps.project.ModuleLoader - Modules are loaded: 0 new; 0 removed
[generate] [ 2883] INFO - brains.mps.project.ProjectBase - Project 'mpstemp1' is opened
[generate] Loaded module neo4j.cypher.runtime [solution]
[generate] [ 2946] INFO - mps.classloading.ModuleUpdater - Classloading refresh took 0.013 s
[generate] [ 2948] INFO - ps.classloading.ModulesWatcher - 0 modules are marked as invalid roots for class loading out of 199 modules [totally in the repository]
[generate] [ 2948] INFO - ps.classloading.ModulesWatcher - Totally 0 modules are marked invalid for class loading
[generate] Generating:
[generate] neo4j.cypher.runtime [solution]
[generate] Build aborted: nothing to do
[generate] Loaded module neo4j.cypher [language]
[generate] [ 3098] INFO - mps.classloading.ModuleUpdater - Classloading refresh took 0.092 s
[generate] [ 3099] INFO - ps.classloading.ModulesWatcher - 0 modules are marked as invalid roots for class loading out of 201 modules [totally in the repository]
[generate] [ 3099] INFO - ps.classloading.ModulesWatcher - Totally 0 modules are marked invalid for class loading
[generate] Found bootstrap chunk [/tmp/Neo4jCypher_corlab_checkinhack/languages/cypher/cypher.mpl]. Generation may be impossible.
[generate] Generating:
[generate] neo4j.cypher [language]
[generate] neo4j.cypher/neo4jgenerator [generator]
[generate] Cycle #1: [[neo4j.cypher [language]]]
[generate] ClassPath: [/vol/mps/MPS-3.4.3-generic/languages/baseLanguage/jetbrains.mps.baseLanguage.blTypes.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/commons-lang3-3.3.2.jar, /home/vol/mps/MPS-3.4.3-generic/lib/mps-editor.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-logging-2.3.1.jar, /vol/mps/MPS-3.4.3-generic/languages/baseLanguage/jetbrains.mps.baseLanguage.tuples.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-kernel-2.3.1.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/classes_gen, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-graph-algo-2.3.1.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/concurrentlinkedhashmap-lru-1.4.2.jar, /vol/mps/MPS-3.4.3-generic/languages/baseLanguage/jetbrains.mps.baseLanguage.regexp.runtime.jar, /home/vol/mps/MPS-3.4.3-generic/lib/mps-closures.jar, /home/vol/mps/MPS-3.4.3-generic/lib/mps-collections.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/jline-2.12.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/graphstream/gs-ui-1.3.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/opencsv-2.3.jar, /home/vol/mps/MPS-3.4.3-generic/lib/guava-17.0.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-consistency-check-legacy-2.3.1.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-primitive-collections-2.3.1.jar, /vol/mps/MPS-3.4.3-generic/languages/languageDesign/jetbrains.mps.lang.generator.jar, /vol/mps/MPS-3.4.3-generic/languages/languageDesign/jetbrains.mps.lang.project.jar, /vol/mps/MPS-3.4.3-generic/lib/mps-openapi.jar, /vol/mps/MPS-3.4.3-generic/lib/mps-editor.jar, /vol/mps/MPS-3.4.3-generic/languages/languageDesign/jetbrains.mps.lang.core.jar, /home/vol/mps/MPS-3.4.3-generic/lib/ecj-4.5.2.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/parboiled-scala_2.11-1.1.7.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/server-api-2.3.1.jar, /home/vol/mps/MPS-3.4.3-generic/lib/mps-boot-util.jar, /vol/mps/MPS-3.4.3-generic/languages/languageDesign/jetbrains.mps.lang.structure.jar, /home/vol/mps/MPS-3.4.3-generic/lib/trove4j.jar, /home/vol/mps/MPS-3.4.3-generic/lib/mps-editor-api.jar, /home/vol/mps/MPS-3.4.3-generic/lib/jdom.jar, /vol/mps/MPS-3.4.3-generic/lib/mps-tuples.jar, /home/vol/mps/MPS-3.4.3-generic/lib/extensions.jar, /home/vol/mps/MPS-3.4.3-generic/lib/platform-api.jar, /usr/lib/jvm/java-8-jdk/jre/lib/jce.jar, /home/vol/mps/MPS-3.4.3-generic/lib/forms_rt.jar, /home/vol/mps/MPS-3.4.3-generic/lib/platform.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-cypher-2.3.1.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-lucene-index-2.3.1.jar, /home/vol/mps/MPS-3.4.3-generic/lib/mps-icons.jar, /home/vol/mps/MPS-3.4.3-generic/lib/asm-all.jar, /home/vol/mps/MPS-3.4.3-generic/lib/mps-annotations.jar, /usr/lib/jvm/java-8-jdk/jre/lib/jsse.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-import-tool-2.3.1.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-consistency-check-2.3.1.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-cypher-compiler-1.9_2.11-2.0.5.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-cypher-frontend-2.3-2.3.1.jar, /vol/mps/MPS-3.4.3-generic/lib/mps-platform.jar, /home/vol/mps/MPS-3.4.3-generic/lib/sanselan-0.98-snapshot.jar, /tmp/Neo4jCypher_corlab_checkinhack/languages/cypher/classes_gen, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-shell-2.3.1.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/parboiled-core-1.1.7.jar, /home/vol/mps/MPS-3.4.3-generic/lib/mps-editor-runtime.jar, /vol/mps/MPS-3.4.3-generic/languages/languageDesign/jetbrains.mps.lang.traceable.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-function-2.3.1.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/graphstream/gs-core-1.3.jar, /vol/mps/MPS-3.4.3-generic/languages/baseLanguage/jetbrains.mps.baseLanguage.regexp.jar, /home/vol/mps/MPS-3.4.3-generic/lib/mps-behavior-api.jar, /home/vol/mps/MPS-3.4.3-generic/lib/mps-messaging.jar, /vol/mps/MPS-3.4.3-generic/lib/mps-collections.jar, /vol/mps/MPS-3.4.3-generic/languages/baseLanguage/jetbrains.mps.baseLanguage.scopes.jar, /home/vol/mps/MPS-3.4.3-generic/lib/util.jar, /home/vol/mps/MPS-3.4.3-generic/lib/annotations.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-unsafe-2.3.1.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/scala-library-2.11.7.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-cypher-compiler-2.2_2.11-2.2.6.jar, /vol/mps/MPS-3.4.3-generic/languages/baseLanguage/jetbrains.mps.baseLanguage.logging.runtime.jar, /home/vol/mps/MPS-3.4.3-generic/lib/mps-logging.jar, /vol/mps/MPS-3.4.3-generic/lib/mps-core.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-codegen-2.3.1.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/scala-reflect-2.11.7.jar, /home/vol/mps/MPS-3.4.3-generic/lib/mps-tuples.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-cypher-compiler-2.3-2.3.1.jar, /vol/mps/MPS-3.4.3-generic/languages/baseLanguage/jetbrains.mps.baseLanguage.jar, /home/vol/mps/MPS-3.4.3-generic/lib/picocontainer.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-io-2.3.1.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/scala-parser-combinators_2.11-1.0.4.jar, /vol/mps/MPS-3.4.3-generic/lib/mps-behavior-runtime.jar, /home/vol/mps/MPS-3.4.3-generic/lib/log4j.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-udc-2.3.1.jar, /home/vol/mps/MPS-3.4.3-generic/lib/xstream-1.4.8.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-jmx-2.3.1.jar, /home/vol/mps/MPS-3.4.3-generic/lib/mps-core.jar, /usr/lib/jvm/java-8-jdk/jre/lib/charsets.jar, /home/vol/mps/MPS-3.4.3-generic/lib/diffutils-1.2.1.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/lucene-core-3.6.2.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-csv-2.3.1.jar, /home/vol/mps/MPS-3.4.3-generic/lib/mps-openapi.jar, /usr/lib/jvm/java-8-jdk/jre/lib/rt.jar, /vol/mps/MPS-3.4.3-generic/languages/languageDesign/jetbrains.mps.lang.scopes.runtime.jar, /home/vol/mps/MPS-3.4.3-generic/lib/mps-platform.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-graph-matching-2.3.1.jar]
[generate] Cycle #2: [[neo4j.cypher/neo4jgenerator [generator]]]
[generate] ClassPath: [/vol/mps/MPS-3.4.3-generic/languages/baseLanguage/jetbrains.mps.baseLanguage.blTypes.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/commons-lang3-3.3.2.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-logging-2.3.1.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-kernel-2.3.1.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/classes_gen, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-graph-algo-2.3.1.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/concurrentlinkedhashmap-lru-1.4.2.jar, /tmp/Neo4jCypher_corlab_checkinhack/languages/cypher/generator/classes_gen, /home/vol/mps/MPS-3.4.3-generic/lib/mps-closures.jar, /home/vol/mps/MPS-3.4.3-generic/lib/mps-collections.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/jline-2.12.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/graphstream/gs-ui-1.3.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/opencsv-2.3.jar, /home/vol/mps/MPS-3.4.3-generic/lib/guava-17.0.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-consistency-check-legacy-2.3.1.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-primitive-collections-2.3.1.jar, /vol/mps/MPS-3.4.3-generic/lib/mps-openapi.jar, /vol/mps/MPS-3.4.3-generic/languages/languageDesign/jetbrains.mps.lang.core.jar, /home/vol/mps/MPS-3.4.3-generic/lib/ecj-4.5.2.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/parboiled-scala_2.11-1.1.7.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/server-api-2.3.1.jar, /home/vol/mps/MPS-3.4.3-generic/lib/mps-boot-util.jar, /vol/mps/MPS-3.4.3-generic/languages/languageDesign/jetbrains.mps.lang.structure.jar, /home/vol/mps/MPS-3.4.3-generic/lib/trove4j.jar, /home/vol/mps/MPS-3.4.3-generic/lib/jdom.jar, /vol/mps/MPS-3.4.3-generic/lib/mps-tuples.jar, /usr/lib/jvm/java-8-jdk/jre/lib/jce.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-cypher-2.3.1.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-lucene-index-2.3.1.jar, /home/vol/mps/MPS-3.4.3-generic/lib/asm-all.jar, /home/vol/mps/MPS-3.4.3-generic/lib/mps-annotations.jar, /usr/lib/jvm/java-8-jdk/jre/lib/jsse.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-import-tool-2.3.1.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-consistency-check-2.3.1.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-cypher-compiler-1.9_2.11-2.0.5.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-cypher-frontend-2.3-2.3.1.jar, /tmp/Neo4jCypher_corlab_checkinhack/languages/cypher/classes_gen, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-shell-2.3.1.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/parboiled-core-1.1.7.jar, /vol/mps/MPS-3.4.3-generic/languages/languageDesign/jetbrains.mps.lang.traceable.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-function-2.3.1.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/graphstream/gs-core-1.3.jar, /home/vol/mps/MPS-3.4.3-generic/lib/mps-behavior-api.jar, /home/vol/mps/MPS-3.4.3-generic/lib/mps-messaging.jar, /vol/mps/MPS-3.4.3-generic/lib/mps-collections.jar, /vol/mps/MPS-3.4.3-generic/languages/baseLanguage/jetbrains.mps.baseLanguage.scopes.jar, /home/vol/mps/MPS-3.4.3-generic/lib/annotations.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-unsafe-2.3.1.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/scala-library-2.11.7.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-cypher-compiler-2.2_2.11-2.2.6.jar, /vol/mps/MPS-3.4.3-generic/languages/baseLanguage/jetbrains.mps.baseLanguage.logging.runtime.jar, /home/vol/mps/MPS-3.4.3-generic/lib/mps-logging.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-codegen-2.3.1.jar, /vol/mps/MPS-3.4.3-generic/lib/mps-core.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/scala-reflect-2.11.7.jar, /home/vol/mps/MPS-3.4.3-generic/lib/mps-tuples.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-cypher-compiler-2.3-2.3.1.jar, /vol/mps/MPS-3.4.3-generic/languages/baseLanguage/jetbrains.mps.baseLanguage.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-io-2.3.1.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/scala-parser-combinators_2.11-1.0.4.jar, /vol/mps/MPS-3.4.3-generic/lib/mps-behavior-runtime.jar, /home/vol/mps/MPS-3.4.3-generic/lib/log4j.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-udc-2.3.1.jar, /home/vol/mps/MPS-3.4.3-generic/lib/xstream-1.4.8.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-jmx-2.3.1.jar, /home/vol/mps/MPS-3.4.3-generic/lib/mps-core.jar, /usr/lib/jvm/java-8-jdk/jre/lib/charsets.jar, /home/vol/mps/MPS-3.4.3-generic/lib/diffutils-1.2.1.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/lucene-core-3.6.2.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-csv-2.3.1.jar, /usr/lib/jvm/java-8-jdk/jre/lib/rt.jar, /home/vol/mps/MPS-3.4.3-generic/lib/mps-openapi.jar, /vol/mps/MPS-3.4.3-generic/languages/languageDesign/jetbrains.mps.lang.scopes.runtime.jar, /tmp/Neo4jCypher_corlab_checkinhack/solutions/neo4j.cypher.runtime/libs/neo4j-community-2.3.1-libs/neo4j-graph-matching-2.3.1.jar]
[generate] [ 24204] INFO - mps.classloading.ModuleUpdater - Classloading refresh took 0.011 s
[generate] Classloading refresh took 0.011 s
[generate] [ 24258] INFO - lassloading.ClassLoaderManager - Reloaded 2 module(s) in 0.065 s
[generate] Reloaded 2 module(s) in 0.065 s
[generate] [ 24260] INFO - .mps.make.service.CoreMakeTask - "generate" target execution time: 12991 ms
[generate] "generate" target execution time: 12991 ms
[generate] [ 24260] INFO - .mps.make.service.CoreMakeTask - "compile" target execution time: 4985 ms
[generate] "compile" target execution time: 4985 ms
[generate] [ 24260] INFO - .mps.make.service.CoreMakeTask - "textGen" target execution time: 1831 ms
[generate] "textGen" target execution time: 1831 ms
[generate] [ 24261] INFO - .mps.make.service.CoreMakeTask - Other targets execution time: 169 ms; preloadModels: 70 ms, reloadClasses: 66 ms, reconcile: 13 ms, copyTraceInfo: 6 ms, copyBinaries: 4 ms, configure: 4 ms, cleanup: 4 ms, checkParameters: 1 ms, auxCompile: 1 ms, configure: 0 ms, make: 0 ms
[generate] Other targets execution time: 169 ms; preloadModels: 70 ms, reloadClasses: 66 ms, reconcile: 13 ms, copyTraceInfo: 6 ms, copyBinaries: 4 ms, configure: 4 ms, cleanup: 4 ms, checkParameters: 1 ms, auxCompile: 1 ms, configure: 0 ms, make: 0 ms
[generate] java.lang.RuntimeException: ****************************************************************************************************
[generate] 2 errors during generation:
[generate] Build aborted: nothing to do
[generate] Make was not successful
[generate] ****************************************************************************************************
[generate] at jetbrains.mps.tool.builder.MpsWorker.failBuild(MpsWorker.java:164)
[generate] at jetbrains.mps.tool.builder.make.BaseGeneratorWorker.showStatistic(BaseGeneratorWorker.java:93)
[generate] at jetbrains.mps.tool.builder.make.GeneratorWorker.work(GeneratorWorker.java:91)
[generate] at jetbrains.mps.tool.builder.MpsWorker.workFromMain(MpsWorker.java:99)
[generate] at jetbrains.mps.tool.builder.make.GeneratorWorker.main(GeneratorWorker.java:96)
[generate] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[generate] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[generate] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[generate] at java.lang.reflect.Method.invoke(Method.java:498)
[generate] at jetbrains.mps.tool.builder.AntBootstrap.main(AntBootstrap.java:30)
[generate]
BUILD FAILED
/tmp/Neo4jCypher_corlab_checkinhack/build.xml:457: Process exited with code 1.
at jetbrains.mps.build.ant.MpsLoadTask.processNonZeroExitCode(MpsLoadTask.java:220)
at jetbrains.mps.build.ant.MpsLoadTask.execute(MpsLoadTask.java:154)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:435)
at org.apache.tools.ant.Target.performTasks(Target.java:456)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1405)
at org.apache.tools.ant.Project.executeTarget(Project.java:1376)
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
at org.apache.tools.ant.Project.executeTargets(Project.java:1260)
at org.apache.tools.ant.Main.runBuild(Main.java:854)
at org.apache.tools.ant.Main.startAnt(Main.java:236)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:285)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:112)
Total time: 25 seconds
--------------------------
What is happening here? Why can I generate from within MPS with no problem at all but cannot do the same from console? How can I fix this? Thanks for any help!
Cheers,
Norm
Please sign in to leave a comment.