jaxio/celerio-angular-quickstart

NullPointerException while running quickstart

prabuj201987 opened this issue · 12 comments

Followed below steps, without changing the code.

  1. git clone https://github.com/jaxio/celerio-angular-quickstart.git
  2. cd celerio-angular-quickstart/quickstart
  3. ng new web
  4. rm web/src/app/app.module.ts web/src/app/app.component.* web/src/styles.css
  5. mvn -Pdb,metadata,gen generate-sources

while running the command mvn -Pdb,metadata,gen generate-sources ended up with below error. What could be the reason for failure.

_[ERROR] Failed to execute goal com.jaxio.celerio:celerio-maven-plugin:4.0.18:generate (Generates files using the extracted database schema.) on project celerio-angular-quickstart: null: MojoExecutionException: NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.jaxio.celerio:celerio-maven-plugin:4.0.18:generate (Generates files using the extracted database schema.) on project celerio-angular-quickstart: null
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:993)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:345)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:191)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException
	at com.jaxio.celerio.maven.plugin.celerio.GenerateMojo.execute(GenerateMojo.java:204)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
	... 20 more
Caused by: java.lang.NullPointerException
	at com.jaxio.celerio.maven.plugin.celerio.GenerateMojo.removeBaseDir(GenerateMojo.java:446)
	at com.jaxio.celerio.maven.plugin.celerio.GenerateMojo.isDefaultXmlConfiguration(GenerateMojo.java:457)
	at com.jaxio.celerio.maven.plugin.celerio.GenerateMojo.getCelerioConfigurationFromFile(GenerateMojo.java:370)
	at com.jaxio.celerio.maven.plugin.celerio.GenerateMojo.getCelerio(GenerateMojo.java:318)
	at com.jaxio.celerio.maven.plugin.celerio.GenerateMojo.setupConfig(GenerateMojo.java:249)
	at com.jaxio.celerio.maven.plugin.celerio.GenerateMojo.process(GenerateMojo.java:216)
	at com.jaxio.celerio.maven.plugin.celerio.GenerateMojo.execute(GenerateMojo.java:201)
	... 22 more_

Thanks for the report. Could you please give more info ?
Which OS ? Have you changed the location of the celerio-maven-plugin.xml file ?

I am using MacOS Sierra 10.12.5. Did not do any changes to cloned package, just ran the maven commands with sudo access.

ok. Which version of maven are you using ?

Getting NullPointerException in Windows 10. Error Details below

Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T15:39:06-04:00)
Maven home: C:\Users\cecil\mvn\apache-maven-3.5.0-bin\apache-maven-3.5.0\bin..
Java version: 1.8.0_74, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.8.0_74\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG] Imported: javax.enterprise.inject.* < plexus.core
[DEBUG] Imported: javax.enterprise.util.* < plexus.core
[DEBUG] Imported: javax.inject.* < plexus.core
[DEBUG] Imported: org.apache.maven.* < plexus.core
[DEBUG] Imported: org.apache.maven.artifact < plexus.core
[DEBUG] Imported: org.apache.maven.classrealm < plexus.core
[DEBUG] Imported: org.apache.maven.cli < plexus.core
[DEBUG] Imported: org.apache.maven.configuration < plexus.core
[DEBUG] Imported: org.apache.maven.exception < plexus.core
[DEBUG] Imported: org.apache.maven.execution < plexus.core
[DEBUG] Imported: org.apache.maven.execution.scope < plexus.core
[DEBUG] Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG] Imported: org.apache.maven.model < plexus.core
[DEBUG] Imported: org.apache.maven.monitor < plexus.core
[DEBUG] Imported: org.apache.maven.plugin < plexus.core
[DEBUG] Imported: org.apache.maven.profiles < plexus.core
[DEBUG] Imported: org.apache.maven.project < plexus.core
[DEBUG] Imported: org.apache.maven.reporting < plexus.core
[DEBUG] Imported: org.apache.maven.repository < plexus.core
[DEBUG] Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG] Imported: org.apache.maven.settings < plexus.core
[DEBUG] Imported: org.apache.maven.toolchain < plexus.core
[DEBUG] Imported: org.apache.maven.usability < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG] Imported: org.codehaus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.plexus.* < plexus.core
[DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.plexus.component < plexus.core
[DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG] Imported: org.codehaus.plexus.container < plexus.core
[DEBUG] Imported: org.codehaus.plexus.context < plexus.core
[DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG] Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG] Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG] Imported: org.eclipse.aether.* < plexus.core
[DEBUG] Imported: org.eclipse.aether.artifact < plexus.core
[DEBUG] Imported: org.eclipse.aether.collection < plexus.core
[DEBUG] Imported: org.eclipse.aether.deployment < plexus.core
[DEBUG] Imported: org.eclipse.aether.graph < plexus.core
[DEBUG] Imported: org.eclipse.aether.impl < plexus.core
[DEBUG] Imported: org.eclipse.aether.installation < plexus.core
[DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core
[DEBUG] Imported: org.eclipse.aether.metadata < plexus.core
[DEBUG] Imported: org.eclipse.aether.repository < plexus.core
[DEBUG] Imported: org.eclipse.aether.resolution < plexus.core
[DEBUG] Imported: org.eclipse.aether.spi < plexus.core
[DEBUG] Imported: org.eclipse.aether.transfer < plexus.core
[DEBUG] Imported: org.eclipse.aether.version < plexus.core
[DEBUG] Imported: org.fusesource.jansi.* < plexus.core
[DEBUG] Imported: org.slf4j.* < plexus.core
[DEBUG] Imported: org.slf4j.helpers.* < plexus.core
[DEBUG] Imported: org.slf4j.spi.* < plexus.core
[DEBUG] Populating class realm maven.api
[INFO] Error stacktraces are turned on.
[DEBUG] Message scheme: color
[DEBUG] Message styles: debug info warning error success failure strong mojo project
[DEBUG] Reading global settings from C:\Users\cecil\mvn\apache-maven-3.5.0-bin\apache-maven-3.5.0\bin..\conf\settings.xml
[DEBUG] Reading user settings from C:\Users\cecil.m2\settings.xml
[DEBUG] Reading global toolchains from C:\Users\cecil\mvn\apache-maven-3.5.0-bin\apache-maven-3.5.0\bin..\conf\toolchains.xml
[DEBUG] Reading user toolchains from C:\Users\cecil.m2\toolchains.xml
[DEBUG] Using local repository at C:\Users\cecil.m2\repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for C:\Users\cecil.m2\repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project com.jaxio:celerio-angular-quickstart-pom:pom:1.0.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project com.jaxio:celerio-angular-quickstart:jar:1.0.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.springframework.boot:spring-boot-starter-parent:pom:1.5.4.RELEASE: (none)
[DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.springframework.boot:spring-boot-dependencies:pom:1.5.4.RELEASE: (none)
[DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.jaxio:celerio-angular-quickstart:jar:1.0.0-SNAPSHOT
[WARNING] 'parent.relativePath' of POM com.jaxio:celerio-angular-quickstart:1.0.0-SNAPSHOT (C:\Users\cecil\celerio-angular-quickstart\quickstart\pom.xml) points at com.jaxio:celerio-angular-quickstart-pom instead of org.springframework.boot:spring-boot-starter-parent, please verify your project structure @ line 13, column 13
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] celerio-angular-quickstart
[INFO] celerio-angular-quickstart-pom
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: com.jaxio:celerio-angular-quickstart:jar:1.0.0-SNAPSHOT
[DEBUG] Tasks: [generate-sources]
[DEBUG] Style: Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: com.jaxio:celerio-angular-quickstart-pom:pom:1.0.0-SNAPSHOT
[DEBUG] Tasks: [generate-sources]
[DEBUG] Style: Regular
[DEBUG] =======================================================================
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building celerio-angular-quickstart 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: com.jaxio:celerio-angular-quickstart:1.0.0-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): []
[DEBUG] Repositories (dependencies): [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] Repositories (plugins) : [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.codehaus.mojo:sql-maven-plugin:1.5:execute (Create and initialize the database)
[DEBUG] Style: Regular
[DEBUG] Configuration:

true
;
${delimiterType}
org.h2.Driver
${driverProperties}

${enableBlockMode}
${enableFiltering}
UTF-8
${escapeProcessing}

C:\Users\cecil\celerio-angular-quickstart\quickstart/..

quickstart-conf/01-create.sql


${forceOpenJpaExecution}
${keepFormat}

continue
ascending

manager
true

${settings}
${settingsKey}

${skipOnConnectionError}
${sqlCommand}
jdbc:h2:C:\Users\cecil\celerio-angular-quickstart\quickstart\target/db/angulardb;MVCC=TRUE;FILE_LOCK=NO
root

[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.codehaus.mojo:build-helper-maven-plugin:1.9.1:add-source (Adding generated java folder to build)
[DEBUG] Style: Regular
[DEBUG] Configuration:


src/main/java
src/main/generated-java



[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.codehaus.mojo:build-helper-maven-plugin:1.9.1:add-test-source (Adding generated java test location to test build)
[DEBUG] Style: Regular
[DEBUG] Configuration:


src/test/java
src/test/generated-java



[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: com.jaxio.celerio:dbmetadata-maven-plugin:4.0.18:extract-metadata (Extract the database schema.)
[DEBUG] Style: Regular
[DEBUG] Configuration:

${jdbc.catalog}
${jdbc.driver}
${jdbc.oracleRetrieveRemarks}
${jdbc.oracleRetrieveSynonyms}
${jdbc.password}
${jdbc.reverseViews}
${jdbc.schema}
${jdbcTableNamePatterns}
${jdbc.url}
${jdbc.user}
${project}
${jdbc.reverseIndexes}
${jdbc.reverseOnlyUniqueIndexes}
${celerio-maven-plugin.skip}
${maven-metadata-plugin.targetFilename}

[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: com.jaxio.celerio:celerio-maven-plugin:4.0.18:generate (Generates files using the extracted database schema.)
[DEBUG] Style: Regular
[DEBUG] Configuration:

${basedir}
${jdbc.catalog}
${jdbc.driver}
${jdbc.oracleRetrieveRemarks}
${jdbc.oracleRetrieveSynonyms}
${jdbc.password}
${jdbc.schema}
${jdbc.url}
${jdbc.user}
${celerio-maven-plugin.outputDir}
${project}
${celerio-maven-plugin.skip}
${springfuseMode}
${celerio-maven-plugin.configuration}
${celerio-maven-plugin.xml.metadata}
${celerio-maven-plugin.packs.configuration}

[DEBUG] =======================================================================
[INFO]
[INFO] --- sql-maven-plugin:1.5:execute (Create and initialize the database) @ celerio-angular-quickstart ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=2, ConflictMarker.markTime=3, ConflictMarker.nodeCount=100, ConflictIdSorter.graphTime=1, ConflictIdSorter.topsortTime=1, ConflictIdSorter.conflictIdCount=28, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=10, ConflictResolver.conflictItemCount=71, DefaultDependencyCollector.collectTime=274, DefaultDependencyCollector.transformTime=20}
[DEBUG] org.codehaus.mojo:sql-maven-plugin:jar:1.5:
[DEBUG] com.h2database:h2:jar:1.4.187:runtime
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.2:test
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.8:compile
[DEBUG] commons-lang:commons-lang:jar:2.4:compile
[DEBUG] org.apache.maven.shared:maven-filtering:jar:1.0-beta-3:compile
[DEBUG] org.apache.maven:maven-core:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile
[DEBUG] commons-cli:commons-cli:jar:1.0:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.12:compile
[DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.4:compile
[DEBUG] Created new class realm plugin>org.codehaus.mojo:sql-maven-plugin:1.5
[DEBUG] Importing foreign packages into class realm plugin>org.codehaus.mojo:sql-maven-plugin:1.5
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.codehaus.mojo:sql-maven-plugin:1.5
[DEBUG] Included: org.codehaus.mojo:sql-maven-plugin:jar:1.5
[DEBUG] Included: com.h2database:h2:jar:1.4.187
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.8
[DEBUG] Included: commons-lang:commons-lang:jar:2.4
[DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:1.0-beta-3
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
[DEBUG] Included: commons-cli:commons-cli:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.12
[DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.4
[DEBUG] Configuring mojo org.codehaus.mojo:sql-maven-plugin:1.5:execute from plugin realm ClassRealm[plugin>org.codehaus.mojo:sql-maven-plugin:1.5, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.codehaus.mojo:sql-maven-plugin:1.5:execute' with basic configurator -->
[DEBUG] (f) autocommit = true
[DEBUG] (s) delimiter = ;
[DEBUG] (s) delimiterType = normal
[DEBUG] (s) driver = org.h2.Driver
[DEBUG] (f) enableAnonymousPassword = false
[DEBUG] (f) enableFiltering = false
[DEBUG] (s) encoding = UTF-8
[DEBUG] (s) escapeProcessing = true
[DEBUG] (s) basedir = C:\Users\cecil\celerio-angular-quickstart\quickstart..
[DEBUG] (s) includes = [quickstart-conf/01-create.sql]
[DEBUG] (f) fileset = org.codehaus.mojo.sql.Fileset@24f360b2
[DEBUG] (f) forceMojoExecution = false
[DEBUG] (s) keepFormat = false
[DEBUG] (f) mavenSession = org.apache.maven.execution.MavenSession@60cf80e7
[DEBUG] (s) onError = continue
[DEBUG] (s) orderFile = ascending
[DEBUG] (f) outputDelimiter = ,
[DEBUG] (s) password = manager
[DEBUG] (s) printResultSet = true
[DEBUG] (f) project = MavenProject: com.jaxio:celerio-angular-quickstart:1.0.0-SNAPSHOT @ C:\Users\cecil\celerio-angular-quickstart\quickstart\pom.xml
[DEBUG] (f) settings = org.apache.maven.execution.SettingsAdapter@770d0ea6
[DEBUG] (f) skip = false
[DEBUG] (f) skipOnConnectionError = false
[DEBUG] (s) url = jdbc:h2:C:\Users\cecil\celerio-angular-quickstart\quickstart\target/db/angulardb;MVCC=TRUE;FILE_LOCK=NO
[DEBUG] (s) username = root
[DEBUG] -- end configuration --
[DEBUG] connecting to jdbc:h2:C:\Users\cecil\celerio-angular-quickstart\quickstart\target/db/angulardb;MVCC=TRUE;FILE_LOCK=NO
[INFO] Executing file: C:\Users\cecil\celerio-angular-quickstart\quickstart..\quickstart-conf\01-create.sql
[DEBUG] SQL:
DROP ALL OBJECTS
[DEBUG] 0 rows affected
0 rows affected
[DEBUG] SQL:
CREATE TABLE USER (
id int not null IDENTITY,
login varchar(100) not null,
password varchar(100) not null,
email varchar(100),
is_enabled bool not null default true,
civility char(2) default 'MR',
country_code varchar(6) default '+33',
first_name varchar(100),
last_name varchar(100),

creation_date timestamp,
creation_author varchar(200),
last_modification_date timestamp,
last_modification_author varchar(200),

version int default 0,

constraint user_unique_1 unique (login),
primary key (id)
)
[DEBUG] 0 rows affected
0 rows affected
[DEBUG] SQL:
COMMENT ON TABLE USER IS 'The User is a human that can connect to this web application'
[DEBUG] 0 rows affected
0 rows affected
[DEBUG] SQL: COMMENT ON COLUMN USER.LOGIN IS 'The login used to login'
[DEBUG] 0 rows affected
0 rows affected
[DEBUG] SQL:

CREATE TABLE PASSPORT (
id int not null IDENTITY,
passport_number varchar(100) not null,
expiration_date date,
holder_id int not null,
constraint holder_fk foreign key (holder_id) references USER,
constraint holder_fk_unique unique (holder_id),
primary key (id)
)
[DEBUG] 0 rows affected
0 rows affected
[DEBUG] SQL:

CREATE TABLE ROLE (
id int not null IDENTITY,
role_name varchar(100) not null,
constraint role_unique_1 unique (role_name),
primary key (id)
)
[DEBUG] 0 rows affected
0 rows affected
[DEBUG] SQL:
CREATE TABLE USER_ROLE (
user_id int not null,
role_id int not null,

constraint user_role_fk_1 foreign key (user_id) references USER,
constraint user_role_fk_2 foreign key (role_id) references ROLE,
primary key (user_id, role_id)
)
[DEBUG] 0 rows affected
0 rows affected
[DEBUG] SQL:

CREATE TABLE AUTHOR (
id int not null IDENTITY,
civility char(2) default 'MR',
first_name varchar(100) not null,
last_name varchar(100),
email varchar(100),
birth_date date,
birth_date_time timestamp,
favorite_author_id int,
primary key (id)
)
[DEBUG] 0 rows affected
0 rows affected
[DEBUG] SQL: COMMENT ON TABLE AUTHOR IS 'Author has various dates for demo'
[DEBUG] 0 rows affected
0 rows affected
[DEBUG] SQL:

ALTER TABLE AUTHOR ADD constraint account_fk_1 foreign key (favorite_author_id) references AUTHOR
[DEBUG] 0 rows affected
0 rows affected
[DEBUG] SQL:
CREATE TABLE BOOK (
id int not null IDENTITY,
title varchar(100) not null,
summary varchar(255),

extract_binary bytea,
extract_file_name varchar(100),
extract_content_type varchar(100),
extract_size NUMERIC (11),

author_id int not null,
co_author_id int,
publication_date date,
best_seller boolean default false,
price decimal(20, 2) not null,

constraint book_fk_1 foreign key (author_id) references AUTHOR,
constraint book_fk_2 foreign key (co_author_id) references AUTHOR,
primary key (id)
)
[DEBUG] 0 rows affected
0 rows affected
[DEBUG] SQL: COMMENT ON TABLE BOOK IS 'BOOK supports file upload/download for demo'
[DEBUG] 0 rows affected
0 rows affected
[DEBUG] SQL:

CREATE TABLE PROJECT (
id int not null IDENTITY,
name varchar(100) not null,
url varchar(100),
author_id int not null,
open_source boolean default false,

constraint project_fk_1 foreign key (author_id) references AUTHOR,
primary key (id)
)
[DEBUG] 0 rows affected
0 rows affected
[DEBUG] SQL:
CREATE TABLE USE_CASE_1 (
id1 timestamp not null,
id2 varchar(100) not null,
dummy varchar(100) not null,
primary key (id1, id2)
)
[DEBUG] 0 rows affected
0 rows affected
[DEBUG] SQL: COMMENT ON TABLE USE_CASE_1 IS 'USE_CASE_1 has a composite pk, just for demo'
[DEBUG] 0 rows affected
0 rows affected
[DEBUG] SQL:
CREATE TABLE USE_CASE_2 (
id varchar(32) not null,
dummy varchar(100) not null,
primary key (id)
)
[DEBUG] 0 rows affected
0 rows affected
[DEBUG] SQL: COMMENT ON TABLE USE_CASE_2 IS 'USE_CASE_2 has a string pk, just for demo'
[DEBUG] 0 rows affected
0 rows affected
[DEBUG] SQL:

CREATE TABLE USE_CASE_3 (
id1 timestamp not null,
id2 varchar(32) not null,
dummy varchar(100) not null,

constraint use_case_3_fk_1 foreign key (id2) references USE_CASE_2,
primary key (id1, id2)
)
[DEBUG] 0 rows affected
0 rows affected
[DEBUG] SQL: COMMENT ON TABLE USE_CASE_3 IS 'USE_CASE_3 has a composite pk with one member being also an FK, just for demo'
[DEBUG] 0 rows affected
0 rows affected
[DEBUG] SQL:

INSERT INTO USER (id, login, password, email, is_enabled, version) VALUES (-1, 'admin', 'admin', 'admin@example.com', true, 1)
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL:
INSERT INTO ROLE (id, role_name) VALUES (-1, 'ROLE_ADMIN')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO ROLE (id, role_name) VALUES (-2, 'ROLE_USER')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO ROLE (id, role_name) VALUES (-3, 'ROLE_MONITORING')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL:
INSERT INTO USER_ROLE (user_id, role_id) VALUES (-1, -1)
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO USER_ROLE (user_id, role_id) VALUES (-1, -2)
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO USER_ROLE (user_id, role_id) VALUES (-1, -3)
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL:
INSERT INTO AUTHOR(id, first_name, last_name) VALUES (-1, 'John01', 'Doe01')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO AUTHOR(id, first_name, last_name) VALUES (-2, 'John02', 'Doe02')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO AUTHOR(id, first_name, last_name) VALUES (-3, 'John03', 'Doe03')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO AUTHOR(id, first_name, last_name) VALUES (-4, 'John04', 'Doe04')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO AUTHOR(id, first_name, last_name) VALUES (-5, 'John05', 'Doe05')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO AUTHOR(id, first_name, last_name) VALUES (-6, 'John06', 'Doe06')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO AUTHOR(id, first_name, last_name) VALUES (-7, 'John07', 'Doe07')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO AUTHOR(id, first_name, last_name) VALUES (-8, 'John08', 'Doe08')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO AUTHOR(id, first_name, last_name) VALUES (-9, 'John09', 'Doe09')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO AUTHOR(id, first_name, last_name) VALUES (-10, 'John10', 'Doe10')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO AUTHOR(id, first_name, last_name) VALUES (-11, 'John11', 'Doe11')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO AUTHOR(id, first_name, last_name) VALUES (-12, 'John12', 'Doe12')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO AUTHOR(id, first_name, last_name) VALUES (-13, 'John13', 'Doe13')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO AUTHOR(id, first_name, last_name) VALUES (-14, 'John14', 'Doe14')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO AUTHOR(id, first_name, last_name) VALUES (-15, 'John15', 'Doe15')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO AUTHOR(id, first_name, last_name) VALUES (-16, 'John16', 'Doe16')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO AUTHOR(id, first_name, last_name) VALUES (-17, 'John17', 'Doe17')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO AUTHOR(id, first_name, last_name) VALUES (-18, 'John18', 'Doe18')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO AUTHOR(id, first_name, last_name) VALUES (-19, 'John19', 'Doe19')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO AUTHOR(id, first_name, last_name) VALUES (-20, 'John20', 'Doe20')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO AUTHOR(id, first_name, last_name) VALUES (-21, 'John21', 'Doe21')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO AUTHOR(id, first_name, last_name) VALUES (-22, 'John22', 'Doe22')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO AUTHOR(id, first_name, last_name) VALUES (-23, 'Alice', 'Bee')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO AUTHOR(id, first_name, last_name) VALUES (-24, 'Bob', 'Sponge')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO AUTHOR(id, first_name, last_name) VALUES (-25, 'Mick', 'Jagger')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO AUTHOR(id, first_name, last_name) VALUES (-26, 'Charlie', 'Watts')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO AUTHOR(id, first_name, last_name) VALUES (-27, 'Bob', 'Dylan')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO AUTHOR(id, first_name, last_name) VALUES (-28, 'Jim', 'Morrison')
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL:
INSERT INTO BOOK(id, title, summary, author_id, publication_date, best_seller, price) VALUES (-1, 'Learn Angular', 'Angular for beginners', -1, null, false, 12.34)
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO BOOK(id, title, summary, author_id, publication_date, best_seller, price) VALUES (-2, 'Learn Angular2', 'Angular2 for beginners', -1, null, true, 32.00)
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO BOOK(id, title, summary, author_id, publication_date, best_seller, price) VALUES (-3, 'Book 3', 'The Book 3', -1, null, true, 11.00)
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO BOOK(id, title, summary, author_id, publication_date, best_seller, price) VALUES (-4, 'Book 4', 'The Book 4', -1, null, true, 4.00)
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO BOOK(id, title, summary, author_id, publication_date, best_seller, price) VALUES (-5, 'Book 5', 'The Book 5', -1, null, true, 3.50)
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO BOOK(id, title, summary, author_id, publication_date, best_seller, price) VALUES (-6, 'Book 6', 'The Book 6', -1, null, true, 36.30)
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO BOOK(id, title, summary, author_id, publication_date, best_seller, price) VALUES (-7, 'Book 7', 'The Book 7', -1, null, true, 30.00)
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO BOOK(id, title, summary, author_id, publication_date, best_seller, price) VALUES (-8, 'Book 8', 'The Book 8', -1, null, true, 27.72)
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO BOOK(id, title, summary, author_id, publication_date, best_seller, price) VALUES (-9, 'Book 9', 'The Book 9', -1, null, true, 39.00)
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO BOOK(id, title, summary, author_id, publication_date, best_seller, price) VALUES (-10, 'Book 10', 'The Book 10', -1, null, true, 14.00)
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO BOOK(id, title, summary, author_id, publication_date, best_seller, price) VALUES (-11, 'Book 11', 'The Book 11', -1, null, true, 35.00)
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO BOOK(id, title, summary, author_id, publication_date, best_seller, price) VALUES (-12, 'Book 12', 'The Book 12', -1, null, true, 90.00)
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO BOOK(id, title, summary, author_id, publication_date, best_seller, price) VALUES (-13, 'Book 13', 'The Book 13', -2, null, true, 120.00)
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL: INSERT INTO BOOK(id, title, summary, author_id, publication_date, best_seller, price) VALUES (-14, 'Book 14', 'The Book 14', -2, null, true, 99.00)
[DEBUG] 1 rows affected
1 rows affected
[DEBUG] SQL:
INSERT INTO PROJECT(id, name, url, author_id, open_source) VALUES (-1, 'PrimeNG', 'http://www.primefaces.org/primeng/', -1, true)
[DEBUG] 1 rows affected
1 rows affected
[INFO] 69 of 69 SQL statements executed successfully
[INFO]
[INFO] --- build-helper-maven-plugin:1.9.1:add-source (Adding generated java folder to build) @ celerio-angular-quickstart ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=2, ConflictMarker.markTime=0, ConflictMarker.nodeCount=79, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=34, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2, ConflictResolver.conflictItemCount=74, DefaultDependencyCollector.collectTime=263, DefaultDependencyCollector.transformTime=4}
[DEBUG] org.codehaus.mojo:build-helper-maven-plugin:jar:1.9.1:
[DEBUG] org.apache.maven:maven-model:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:4.11:test
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:test
[DEBUG] org.apache.maven:maven-core:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile
[DEBUG] org.slf4j:slf4j-jdk14:jar:1.5.6:runtime
[DEBUG] org.slf4j:slf4j-api:jar:1.5.6:runtime
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.2.1:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.1:compile
[DEBUG] org.apache.maven.doxia:doxia-logging-api:jar:1.1:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile
[DEBUG] commons-cli:commons-cli:jar:1.2:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.2.1:compile
[DEBUG] classworlds:classworlds:jar:1.1:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.2.1:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.8:compile
[DEBUG] org.beanshell:bsh:jar:2.0b4:compile
[DEBUG] Created new class realm plugin>org.codehaus.mojo:build-helper-maven-plugin:1.9.1
[DEBUG] Importing foreign packages into class realm plugin>org.codehaus.mojo:build-helper-maven-plugin:1.9.1
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.codehaus.mojo:build-helper-maven-plugin:1.9.1
[DEBUG] Included: org.codehaus.mojo:build-helper-maven-plugin:jar:1.9.1
[DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
[DEBUG] Included: org.slf4j:slf4j-jdk14:jar:1.5.6
[DEBUG] Included: org.slf4j:jcl-over-slf4j:jar:1.5.6
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.2.1
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.1
[DEBUG] Included: org.apache.maven.doxia:doxia-logging-api:jar:1.1
[DEBUG] Included: commons-cli:commons-cli:jar:1.2
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.8
[DEBUG] Included: org.beanshell:bsh:jar:2.0b4
[DEBUG] Configuring mojo org.codehaus.mojo:build-helper-maven-plugin:1.9.1:add-source from plugin realm ClassRealm[plugin>org.codehaus.mojo:build-helper-maven-plugin:1.9.1, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.codehaus.mojo:build-helper-maven-plugin:1.9.1:add-source' with basic configurator -->
[DEBUG] (f) sources = [C:\Users\cecil\celerio-angular-quickstart\quickstart\src\main\java, C:\Users\cecil\celerio-angular-quickstart\quickstart\src\main\generated-java]
[DEBUG] (f) project = MavenProject: com.jaxio:celerio-angular-quickstart:1.0.0-SNAPSHOT @ C:\Users\cecil\celerio-angular-quickstart\quickstart\pom.xml
[DEBUG] -- end configuration --
[INFO] Source directory: C:\Users\cecil\celerio-angular-quickstart\quickstart\src\main\java added.
[INFO] Source directory: C:\Users\cecil\celerio-angular-quickstart\quickstart\src\main\generated-java added.
[INFO]
[INFO] --- build-helper-maven-plugin:1.9.1:add-test-source (Adding generated java test location to test build) @ celerio-angular-quickstart ---
[DEBUG] Configuring mojo org.codehaus.mojo:build-helper-maven-plugin:1.9.1:add-test-source from plugin realm ClassRealm[plugin>org.codehaus.mojo:build-helper-maven-plugin:1.9.1, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'org.codehaus.mojo:build-helper-maven-plugin:1.9.1:add-test-source' with basic configurator -->
[DEBUG] (f) sources = [C:\Users\cecil\celerio-angular-quickstart\quickstart\src\test\java, C:\Users\cecil\celerio-angular-quickstart\quickstart\src\test\generated-java]
[DEBUG] (f) project = MavenProject: com.jaxio:celerio-angular-quickstart:1.0.0-SNAPSHOT @ C:\Users\cecil\celerio-angular-quickstart\quickstart\pom.xml
[DEBUG] -- end configuration --
[INFO] Test Source directory: C:\Users\cecil\celerio-angular-quickstart\quickstart\src\test\java added.
[INFO] Test Source directory: C:\Users\cecil\celerio-angular-quickstart\quickstart\src\test\generated-java added.
[INFO]
[INFO] --- dbmetadata-maven-plugin:4.0.18:extract-metadata (Extract the database schema.) @ celerio-angular-quickstart ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=133, ConflictIdSorter.graphTime=1, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=80, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=7, ConflictResolver.conflictItemCount=131, DefaultDependencyCollector.collectTime=682, DefaultDependencyCollector.transformTime=8}
[DEBUG] com.jaxio.celerio:dbmetadata-maven-plugin:jar:4.0.18:
[DEBUG] com.h2database:h2:jar:1.4.187:runtime
[DEBUG] com.jaxio.celerio:celerio-engine:jar:4.0.18:compile
[DEBUG] org.tmatesoft.svnkit:svnkit:jar:1.8.13:compile
[DEBUG] org.tmatesoft.sqljet:sqljet:jar:1.1.10:compile
[DEBUG] org.antlr:antlr-runtime:jar:3.4:compile
[DEBUG] de.regnis.q.sequence:sequence-library:jar:1.0.3:compile
[DEBUG] org.eclipse.jgit:org.eclipse.jgit:jar:4.5.0.201609210915-r:compile
[DEBUG] com.jcraft:jsch:jar:0.1.53:compile
[DEBUG] com.googlecode.javaewah:JavaEWAH:jar:0.7.9:compile
[DEBUG] org.apache.httpcomponents:httpclient:jar:4.3.6:compile
[DEBUG] org.apache.httpcomponents:httpcore:jar:4.3.3:compile
[DEBUG] commons-codec:commons-codec:jar:1.6:compile
[DEBUG] org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final:compile
[DEBUG] javax.validation:validation-api:jar:1.0.0.GA:compile
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10:compile
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10:compile
[DEBUG] log4j:log4j:jar:1.2.13:compile
[DEBUG] org.jibx:jibx-run:jar:1.2.6:compile
[DEBUG] xpp3:xpp3:jar:1.1.3.4.O:compile
[DEBUG] commons-io:commons-io:jar:1.4:compile
[DEBUG] commons-lang:commons-lang:jar:2.4:compile
[DEBUG] com.google.guava:guava:jar:18.0:compile
[DEBUG] org.springframework:spring-core:jar:4.2.2.RELEASE:compile
[DEBUG] commons-logging:commons-logging:jar:1.2:compile
[DEBUG] org.springframework:spring-context:jar:4.2.2.RELEASE:compile
[DEBUG] org.springframework:spring-aop:jar:4.2.2.RELEASE:compile
[DEBUG] aopalliance:aopalliance:jar:1.0:compile
[DEBUG] org.springframework:spring-beans:jar:4.2.2.RELEASE:compile
[DEBUG] org.springframework:spring-expression:jar:4.2.2.RELEASE:compile
[DEBUG] org.springframework:spring-oxm:jar:4.2.2.RELEASE:compile
[DEBUG] org.springframework:spring-jdbc:jar:4.2.2.RELEASE:compile
[DEBUG] org.springframework:spring-tx:jar:4.2.2.RELEASE:compile
[DEBUG] org.eclipse.equinox:org.eclipse.equinox.common:jar:3.6.0:compile
[DEBUG] org.eclipse.tycho:org.eclipse.jdt.core:jar:3.11.1.v20150902-1521:compile
[DEBUG] org.eclipse.text:org.eclipse.text:jar:3.5.101:compile
[DEBUG] org.eclipse.core:org.eclipse.core.commands:jar:3.6.0:compile
[DEBUG] org.eclipse.core:org.eclipse.core.resources:jar:3.7.100:compile
[DEBUG] org.eclipse.core:org.eclipse.core.expressions:jar:3.4.300:compile
[DEBUG] org.eclipse.core:org.eclipse.core.filesystem:jar:1.3.100:compile
[DEBUG] org.eclipse.equinox:org.eclipse.equinox.registry:jar:3.5.101:compile
[DEBUG] org.eclipse.osgi:org.eclipse.osgi:jar:3.7.1:compile
[DEBUG] org.eclipse.core:org.eclipse.core.runtime:jar:3.7.0:compile
[DEBUG] org.eclipse.core:org.eclipse.core.jobs:jar:3.5.100:compile
[DEBUG] org.eclipse.equinox:org.eclipse.equinox.preferences:jar:3.4.1:compile
[DEBUG] org.eclipse.core:org.eclipse.core.contenttype:jar:3.4.100:compile
[DEBUG] org.eclipse.equinox:org.eclipse.equinox.app:jar:1.3.100:compile
[DEBUG] xerces:xercesImpl:jar:2.9.1:compile
[DEBUG] xml-apis:xml-apis:jar:1.3.04:compile
[DEBUG] org.apache.velocity:velocity:jar:1.6.2:compile
[DEBUG] commons-collections:commons-collections:jar:3.2.1:compile
[DEBUG] com.thoughtworks.xstream:xstream:jar:1.2.2:compile
[DEBUG] xpp3:xpp3_min:jar:1.1.3.4.O:compile
[DEBUG] org.codehaus.guessencoding:guessencoding:jar:1.1:compile
[DEBUG] org.springframework:spring-context-support:jar:4.2.2.RELEASE:compile
[DEBUG] org.aspectj:aspectjrt:jar:1.8.7:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.3.3:compile
[DEBUG] org.apache.maven:maven-model:jar:3.3.3:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.3.3:compile
[DEBUG] org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.0:compile
[DEBUG] javax.enterprise:cdi-api:jar:1.0:compile
[DEBUG] javax.annotation:jsr250-api:jar:1.0:compile
[DEBUG] javax.inject:javax.inject:jar:1:compile
[DEBUG] org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.0:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.5.2:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:2.6:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.22:compile
[DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
[DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:4.12:test
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:test
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG] Created new class realm plugin>com.jaxio.celerio:dbmetadata-maven-plugin:4.0.18
[DEBUG] Importing foreign packages into class realm plugin>com.jaxio.celerio:dbmetadata-maven-plugin:4.0.18
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>com.jaxio.celerio:dbmetadata-maven-plugin:4.0.18
[DEBUG] Included: com.jaxio.celerio:dbmetadata-maven-plugin:jar:4.0.18
[DEBUG] Included: com.h2database:h2:jar:1.4.187
[DEBUG] Included: com.jaxio.celerio:celerio-engine:jar:4.0.18
[DEBUG] Included: org.tmatesoft.svnkit:svnkit:jar:1.8.13
[DEBUG] Included: org.tmatesoft.sqljet:sqljet:jar:1.1.10
[DEBUG] Included: org.antlr:antlr-runtime:jar:3.4
[DEBUG] Included: de.regnis.q.sequence:sequence-library:jar:1.0.3
[DEBUG] Included: org.eclipse.jgit:org.eclipse.jgit:jar:4.5.0.201609210915-r
[DEBUG] Included: com.jcraft:jsch:jar:0.1.53
[DEBUG] Included: com.googlecode.javaewah:JavaEWAH:jar:0.7.9
[DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.3.6
[DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.3.3
[DEBUG] Included: commons-codec:commons-codec:jar:1.6
[DEBUG] Included: org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final
[DEBUG] Included: javax.validation:validation-api:jar:1.0.0.GA
[DEBUG] Included: org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG] Included: log4j:log4j:jar:1.2.13
[DEBUG] Included: org.jibx:jibx-run:jar:1.2.6
[DEBUG] Included: xpp3:xpp3:jar:1.1.3.4.O
[DEBUG] Included: commons-io:commons-io:jar:1.4
[DEBUG] Included: commons-lang:commons-lang:jar:2.4
[DEBUG] Included: com.google.guava:guava:jar:18.0
[DEBUG] Included: org.springframework:spring-core:jar:4.2.2.RELEASE
[DEBUG] Included: commons-logging:commons-logging:jar:1.2
[DEBUG] Included: org.springframework:spring-context:jar:4.2.2.RELEASE
[DEBUG] Included: org.springframework:spring-aop:jar:4.2.2.RELEASE
[DEBUG] Included: aopalliance:aopalliance:jar:1.0
[DEBUG] Included: org.springframework:spring-beans:jar:4.2.2.RELEASE
[DEBUG] Included: org.springframework:spring-expression:jar:4.2.2.RELEASE
[DEBUG] Included: org.springframework:spring-oxm:jar:4.2.2.RELEASE
[DEBUG] Included: org.springframework:spring-jdbc:jar:4.2.2.RELEASE
[DEBUG] Included: org.springframework:spring-tx:jar:4.2.2.RELEASE
[DEBUG] Included: org.eclipse.equinox:org.eclipse.equinox.common:jar:3.6.0
[DEBUG] Included: org.eclipse.tycho:org.eclipse.jdt.core:jar:3.11.1.v20150902-1521
[DEBUG] Included: org.eclipse.text:org.eclipse.text:jar:3.5.101
[DEBUG] Included: org.eclipse.core:org.eclipse.core.commands:jar:3.6.0
[DEBUG] Included: org.eclipse.core:org.eclipse.core.resources:jar:3.7.100
[DEBUG] Included: org.eclipse.core:org.eclipse.core.expressions:jar:3.4.300
[DEBUG] Included: org.eclipse.core:org.eclipse.core.filesystem:jar:1.3.100
[DEBUG] Included: org.eclipse.equinox:org.eclipse.equinox.registry:jar:3.5.101
[DEBUG] Included: org.eclipse.osgi:org.eclipse.osgi:jar:3.7.1
[DEBUG] Included: org.eclipse.core:org.eclipse.core.runtime:jar:3.7.0
[DEBUG] Included: org.eclipse.core:org.eclipse.core.jobs:jar:3.5.100
[DEBUG] Included: org.eclipse.equinox:org.eclipse.equinox.preferences:jar:3.4.1
[DEBUG] Included: org.eclipse.core:org.eclipse.core.contenttype:jar:3.4.100
[DEBUG] Included: org.eclipse.equinox:org.eclipse.equinox.app:jar:1.3.100
[DEBUG] Included: xerces:xercesImpl:jar:2.9.1
[DEBUG] Included: xml-apis:xml-apis:jar:1.3.04
[DEBUG] Included: org.apache.velocity:velocity:jar:1.6.2
[DEBUG] Included: commons-collections:commons-collections:jar:3.2.1
[DEBUG] Included: com.thoughtworks.xstream:xstream:jar:1.2.2
[DEBUG] Included: xpp3:xpp3_min:jar:1.1.3.4.O
[DEBUG] Included: org.codehaus.guessencoding:guessencoding:jar:1.1
[DEBUG] Included: org.springframework:spring-context-support:jar:4.2.2.RELEASE
[DEBUG] Included: org.aspectj:aspectjrt:jar:1.8.7
[DEBUG] Included: javax.enterprise:cdi-api:jar:1.0
[DEBUG] Included: javax.annotation:jsr250-api:jar:1.0
[DEBUG] Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.0
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:2.6
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.22
[DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
[DEBUG] Configuring mojo com.jaxio.celerio:dbmetadata-maven-plugin:4.0.18:extract-metadata from plugin realm ClassRealm[plugin>com.jaxio.celerio:dbmetadata-maven-plugin:4.0.18, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'com.jaxio.celerio:dbmetadata-maven-plugin:4.0.18:extract-metadata' with basic configurator -->
[DEBUG] (f) jdbcCatalog =
[DEBUG] (f) jdbcDriver = org.h2.Driver
[DEBUG] (f) jdbcOracleRetrieveRemarks = false
[DEBUG] (f) jdbcOracleRetrieveSynonyms = true
[DEBUG] (f) jdbcPassword = manager
[DEBUG] (f) jdbcReverseViews = false
[DEBUG] (f) jdbcSchema =
[DEBUG] (f) jdbcTableNamePatterns = []
[DEBUG] (f) jdbcUrl = jdbc:h2:C:\Users\cecil\celerio-angular-quickstart\quickstart\target/db/angulardb;MVCC=TRUE;FILE_LOCK=NO
[DEBUG] (f) jdbcUser = root
[DEBUG] (f) project = MavenProject: com.jaxio:celerio-angular-quickstart:1.0.0-SNAPSHOT @ C:\Users\cecil\celerio-angular-quickstart\quickstart\pom.xml
[DEBUG] (f) reverseIndexes = true
[DEBUG] (f) reverseOnlyUniqueIndexes = true
[DEBUG] (f) skip = false
[DEBUG] (f) targetFilename = C:\Users\cecil\celerio-angular-quickstart\quickstart/src/main/config/celerio-maven-plugin/metadata.xml
[DEBUG] -- end configuration --
[INFO] Connecting to Database jdbcUrl=jdbc:h2:C:\Users\cecil\celerio-angular-quickstart\quickstart\target/db/angulardb;MVCC=TRUE;FILE_LOCK=NO
[INFO] Connected OK
[INFO] No table name pattern defined, using '%'
[INFO] Working with 1 table name pattern(s)
[INFO] Loading with catalog=[] schemaPattern=[] tableNamePattern=[%] types=[TABLE]
[INFO] Table reversed: AUTHOR
[INFO] Table reversed: BOOK
[INFO] Table reversed: PASSPORT
[INFO] Table reversed: PROJECT
[INFO] Table reversed: ROLE
[INFO] Table reversed: USER
[INFO] Table reversed: USER_ROLE
[INFO] Table reversed: USE_CASE_1
[INFO] Table reversed: USE_CASE_2
[INFO] Table reversed: USE_CASE_3
[INFO] Extracting columns for table: AUTHOR
[INFO] Extracting primary key for table: AUTHOR
[INFO] Extracting imported keys for table: AUTHOR
[INFO] Extracting only unique indexes for table: AUTHOR
[INFO] Extracting columns for table: BOOK
[INFO] Extracting primary key for table: BOOK
[INFO] Extracting imported keys for table: BOOK
[INFO] Extracting only unique indexes for table: BOOK
[INFO] Extracting columns for table: PASSPORT
[INFO] Extracting primary key for table: PASSPORT
[INFO] Extracting imported keys for table: PASSPORT
[INFO] Extracting only unique indexes for table: PASSPORT
[INFO] Extracting columns for table: PROJECT
[INFO] Extracting primary key for table: PROJECT
[INFO] Extracting imported keys for table: PROJECT
[INFO] Extracting only unique indexes for table: PROJECT
[INFO] Extracting columns for table: ROLE
[INFO] Extracting primary key for table: ROLE
[INFO] Extracting imported keys for table: ROLE
[INFO] Extracting only unique indexes for table: ROLE
[INFO] Extracting columns for table: USER
[INFO] Extracting primary key for table: USER
[INFO] Extracting imported keys for table: USER
[INFO] Extracting only unique indexes for table: USER
[INFO] Extracting columns for table: USER_ROLE
[INFO] Extracting primary key for table: USER_ROLE
[INFO] Extracting imported keys for table: USER_ROLE
[INFO] Extracting only unique indexes for table: USER_ROLE
[INFO] Extracting columns for table: USE_CASE_1
[INFO] Extracting primary key for table: USE_CASE_1
[INFO] Extracting imported keys for table: USE_CASE_1
[INFO] Extracting only unique indexes for table: USE_CASE_1
[INFO] Extracting columns for table: USE_CASE_2
[INFO] Extracting primary key for table: USE_CASE_2
[INFO] Extracting imported keys for table: USE_CASE_2
[INFO] Extracting only unique indexes for table: USE_CASE_2
[INFO] Extracting columns for table: USE_CASE_3
[INFO] Extracting primary key for table: USE_CASE_3
[INFO] Extracting imported keys for table: USE_CASE_3
[INFO] Extracting only unique indexes for table: USE_CASE_3
[INFO] Write metadata.xml file to src\main\config\celerio-maven-plugin\metadata.xml
[INFO]
[INFO] --- celerio-maven-plugin:4.0.18:generate (Generates files using the extracted database schema.) @ celerio-angular-quickstart ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=132, ConflictIdSorter.graphTime=1, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=79, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=5, ConflictResolver.conflictItemCount=130, DefaultDependencyCollector.collectTime=21, DefaultDependencyCollector.transformTime=6}
[DEBUG] com.jaxio.celerio:celerio-maven-plugin:jar:4.0.18:
[DEBUG] com.jaxio.celerio:celerio-engine:jar:4.0.18:compile
[DEBUG] org.tmatesoft.svnkit:svnkit:jar:1.8.13:compile
[DEBUG] org.tmatesoft.sqljet:sqljet:jar:1.1.10:compile
[DEBUG] org.antlr:antlr-runtime:jar:3.4:compile
[DEBUG] de.regnis.q.sequence:sequence-library:jar:1.0.3:compile
[DEBUG] org.eclipse.jgit:org.eclipse.jgit:jar:4.5.0.201609210915-r:compile
[DEBUG] com.jcraft:jsch:jar:0.1.53:compile
[DEBUG] com.googlecode.javaewah:JavaEWAH:jar:0.7.9:compile
[DEBUG] org.apache.httpcomponents:httpclient:jar:4.3.6:compile
[DEBUG] org.apache.httpcomponents:httpcore:jar:4.3.3:compile
[DEBUG] commons-codec:commons-codec:jar:1.6:compile
[DEBUG] org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final:compile
[DEBUG] javax.validation:validation-api:jar:1.0.0.GA:compile
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10:compile
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10:compile
[DEBUG] log4j:log4j:jar:1.2.13:compile
[DEBUG] org.jibx:jibx-run:jar:1.2.6:compile
[DEBUG] xpp3:xpp3:jar:1.1.3.4.O:compile
[DEBUG] commons-io:commons-io:jar:1.4:compile
[DEBUG] commons-lang:commons-lang:jar:2.4:compile
[DEBUG] com.google.guava:guava:jar:18.0:compile
[DEBUG] org.springframework:spring-core:jar:4.2.2.RELEASE:compile
[DEBUG] commons-logging:commons-logging:jar:1.2:compile
[DEBUG] org.springframework:spring-context:jar:4.2.2.RELEASE:compile
[DEBUG] org.springframework:spring-aop:jar:4.2.2.RELEASE:compile
[DEBUG] aopalliance:aopalliance:jar:1.0:compile
[DEBUG] org.springframework:spring-beans:jar:4.2.2.RELEASE:compile
[DEBUG] org.springframework:spring-expression:jar:4.2.2.RELEASE:compile
[DEBUG] org.springframework:spring-oxm:jar:4.2.2.RELEASE:compile
[DEBUG] org.springframework:spring-jdbc:jar:4.2.2.RELEASE:compile
[DEBUG] org.springframework:spring-tx:jar:4.2.2.RELEASE:compile
[DEBUG] org.eclipse.equinox:org.eclipse.equinox.common:jar:3.6.0:compile
[DEBUG] org.eclipse.tycho:org.eclipse.jdt.core:jar:3.11.1.v20150902-1521:compile
[DEBUG] org.eclipse.text:org.eclipse.text:jar:3.5.101:compile
[DEBUG] org.eclipse.core:org.eclipse.core.commands:jar:3.6.0:compile
[DEBUG] org.eclipse.core:org.eclipse.core.resources:jar:3.7.100:compile
[DEBUG] org.eclipse.core:org.eclipse.core.expressions:jar:3.4.300:compile
[DEBUG] org.eclipse.core:org.eclipse.core.filesystem:jar:1.3.100:compile
[DEBUG] org.eclipse.equinox:org.eclipse.equinox.registry:jar:3.5.101:compile
[DEBUG] org.eclipse.osgi:org.eclipse.osgi:jar:3.7.1:compile
[DEBUG] org.eclipse.core:org.eclipse.core.runtime:jar:3.7.0:compile
[DEBUG] org.eclipse.core:org.eclipse.core.jobs:jar:3.5.100:compile
[DEBUG] org.eclipse.equinox:org.eclipse.equinox.preferences:jar:3.4.1:compile
[DEBUG] org.eclipse.core:org.eclipse.core.contenttype:jar:3.4.100:compile
[DEBUG] org.eclipse.equinox:org.eclipse.equinox.app:jar:1.3.100:compile
[DEBUG] xerces:xercesImpl:jar:2.9.1:compile
[DEBUG] xml-apis:xml-apis:jar:1.3.04:compile
[DEBUG] org.apache.velocity:velocity:jar:1.6.2:compile
[DEBUG] commons-collections:commons-collections:jar:3.2.1:compile
[DEBUG] com.thoughtworks.xstream:xstream:jar:1.2.2:compile
[DEBUG] xpp3:xpp3_min:jar:1.1.3.4.O:compile
[DEBUG] org.codehaus.guessencoding:guessencoding:jar:1.1:compile
[DEBUG] org.springframework:spring-context-support:jar:4.2.2.RELEASE:compile
[DEBUG] org.aspectj:aspectjrt:jar:1.8.7:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.3.3:compile
[DEBUG] org.apache.maven:maven-model:jar:3.3.3:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.3.3:compile
[DEBUG] org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.0:compile
[DEBUG] javax.enterprise:cdi-api:jar:1.0:compile
[DEBUG] javax.annotation:jsr250-api:jar:1.0:compile
[DEBUG] javax.inject:javax.inject:jar:1:compile
[DEBUG] org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.0:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.5.2:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:2.6:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.22:compile
[DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
[DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:4.12:test
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:test
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG] Created new class realm plugin>com.jaxio.celerio:celerio-maven-plugin:4.0.18
[DEBUG] Importing foreign packages into class realm plugin>com.jaxio.celerio:celerio-maven-plugin:4.0.18
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>com.jaxio.celerio:celerio-maven-plugin:4.0.18
[DEBUG] Included: com.jaxio.celerio:celerio-maven-plugin:jar:4.0.18
[DEBUG] Included: com.jaxio.celerio:celerio-engine:jar:4.0.18
[DEBUG] Included: org.tmatesoft.svnkit:svnkit:jar:1.8.13
[DEBUG] Included: org.tmatesoft.sqljet:sqljet:jar:1.1.10
[DEBUG] Included: org.antlr:antlr-runtime:jar:3.4
[DEBUG] Included: de.regnis.q.sequence:sequence-library:jar:1.0.3
[DEBUG] Included: org.eclipse.jgit:org.eclipse.jgit:jar:4.5.0.201609210915-r
[DEBUG] Included: com.jcraft:jsch:jar:0.1.53
[DEBUG] Included: com.googlecode.javaewah:JavaEWAH:jar:0.7.9
[DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.3.6
[DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.3.3
[DEBUG] Included: commons-codec:commons-codec:jar:1.6
[DEBUG] Included: org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final
[DEBUG] Included: javax.validation:validation-api:jar:1.0.0.GA
[DEBUG] Included: org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG] Included: log4j:log4j:jar:1.2.13
[DEBUG] Included: org.jibx:jibx-run:jar:1.2.6
[DEBUG] Included: xpp3:xpp3:jar:1.1.3.4.O
[DEBUG] Included: commons-io:commons-io:jar:1.4
[DEBUG] Included: commons-lang:commons-lang:jar:2.4
[DEBUG] Included: com.google.guava:guava:jar:18.0
[DEBUG] Included: org.springframework:spring-core:jar:4.2.2.RELEASE
[DEBUG] Included: commons-logging:commons-logging:jar:1.2
[DEBUG] Included: org.springframework:spring-context:jar:4.2.2.RELEASE
[DEBUG] Included: org.springframework:spring-aop:jar:4.2.2.RELEASE
[DEBUG] Included: aopalliance:aopalliance:jar:1.0
[DEBUG] Included: org.springframework:spring-beans:jar:4.2.2.RELEASE
[DEBUG] Included: org.springframework:spring-expression:jar:4.2.2.RELEASE
[DEBUG] Included: org.springframework:spring-oxm:jar:4.2.2.RELEASE
[DEBUG] Included: org.springframework:spring-jdbc:jar:4.2.2.RELEASE
[DEBUG] Included: org.springframework:spring-tx:jar:4.2.2.RELEASE
[DEBUG] Included: org.eclipse.equinox:org.eclipse.equinox.common:jar:3.6.0
[DEBUG] Included: org.eclipse.tycho:org.eclipse.jdt.core:jar:3.11.1.v20150902-1521
[DEBUG] Included: org.eclipse.text:org.eclipse.text:jar:3.5.101
[DEBUG] Included: org.eclipse.core:org.eclipse.core.commands:jar:3.6.0
[DEBUG] Included: org.eclipse.core:org.eclipse.core.resources:jar:3.7.100
[DEBUG] Included: org.eclipse.core:org.eclipse.core.expressions:jar:3.4.300
[DEBUG] Included: org.eclipse.core:org.eclipse.core.filesystem:jar:1.3.100
[DEBUG] Included: org.eclipse.equinox:org.eclipse.equinox.registry:jar:3.5.101
[DEBUG] Included: org.eclipse.osgi:org.eclipse.osgi:jar:3.7.1
[DEBUG] Included: org.eclipse.core:org.eclipse.core.runtime:jar:3.7.0
[DEBUG] Included: org.eclipse.core:org.eclipse.core.jobs:jar:3.5.100
[DEBUG] Included: org.eclipse.equinox:org.eclipse.equinox.preferences:jar:3.4.1
[DEBUG] Included: org.eclipse.core:org.eclipse.core.contenttype:jar:3.4.100
[DEBUG] Included: org.eclipse.equinox:org.eclipse.equinox.app:jar:1.3.100
[DEBUG] Included: xerces:xercesImpl:jar:2.9.1
[DEBUG] Included: xml-apis:xml-apis:jar:1.3.04
[DEBUG] Included: org.apache.velocity:velocity:jar:1.6.2
[DEBUG] Included: commons-collections:commons-collections:jar:3.2.1
[DEBUG] Included: com.thoughtworks.xstream:xstream:jar:1.2.2
[DEBUG] Included: xpp3:xpp3_min:jar:1.1.3.4.O
[DEBUG] Included: org.codehaus.guessencoding:guessencoding:jar:1.1
[DEBUG] Included: org.springframework:spring-context-support:jar:4.2.2.RELEASE
[DEBUG] Included: org.aspectj:aspectjrt:jar:1.8.7
[DEBUG] Included: javax.enterprise:cdi-api:jar:1.0
[DEBUG] Included: javax.annotation:jsr250-api:jar:1.0
[DEBUG] Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.0
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:2.6
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.22
[DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
[DEBUG] Configuring mojo com.jaxio.celerio:celerio-maven-plugin:4.0.18:generate from plugin realm ClassRealm[plugin>com.jaxio.celerio:celerio-maven-plugin:4.0.18, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
[DEBUG] Configuring mojo 'com.jaxio.celerio:celerio-maven-plugin:4.0.18:generate' with basic configurator -->
[DEBUG] (f) baseDir = C:\Users\cecil\celerio-angular-quickstart\quickstart
[DEBUG] (f) jdbcCatalog =
[DEBUG] (f) jdbcDriver = org.h2.Driver
[DEBUG] (f) jdbcOracleRetrieveRemarks = false
[DEBUG] (f) jdbcOracleRetrieveSynonyms = true
[DEBUG] (f) jdbcPassword = manager
[DEBUG] (f) jdbcSchema =
[DEBUG] (f) jdbcUrl = jdbc:h2:C:\Users\cecil\celerio-angular-quickstart\quickstart\target/db/angulardb;MVCC=TRUE;FILE_LOCK=NO
[DEBUG] (f) jdbcUser = root
[DEBUG] (f) outputDirectory = C:\Users\cecil\celerio-angular-quickstart\quickstart
[DEBUG] (f) project = MavenProject: com.jaxio:celerio-angular-quickstart:1.0.0-SNAPSHOT @ C:\Users\cecil\celerio-angular-quickstart\quickstart\pom.xml
[DEBUG] (f) skip = false
[DEBUG] (f) springfuseMode = false
[DEBUG] (f) xmlConfiguration = ../quickstart-conf/celerio-maven-plugin.xml
[DEBUG] (f) xmlMetadata = C:\Users\cecil\celerio-angular-quickstart\quickstart/src/main/config/celerio-maven-plugin/metadata.xml
[DEBUG] (f) xmlTemplatePacksOverride = ../quickstart-conf/celerio-template-packs.xml
[DEBUG] -- end configuration --
[ERROR]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] celerio-angular-quickstart ......................... FAILURE [ 6.947 s]
[INFO] celerio-angular-quickstart-pom ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.523 s
[INFO] Finished at: 2017-08-13T20:44:05-04:00
[INFO] Final Memory: 32M/419M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.jaxio.celerio:celerio-maven-plugin:4.0.18:generate (Generates files using the extracted database schema.) on project celerio-angular-quickstart: null: MojoExecutionException: NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.jaxio.celerio:celerio-maven-plugin:4.0.18:generate (Generates files using the extracted database schema.) on project celerio-angular-quickstart: null
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:993)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:345)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:191)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException
at com.jaxio.celerio.maven.plugin.celerio.GenerateMojo.execute(GenerateMojo.java:204)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
... 20 more
Caused by: java.lang.NullPointerException
at com.jaxio.celerio.maven.plugin.celerio.GenerateMojo.removeBaseDir(GenerateMojo.java:446)
at com.jaxio.celerio.maven.plugin.celerio.GenerateMojo.isDefaultXmlConfiguration(GenerateMojo.java:457)
at com.jaxio.celerio.maven.plugin.celerio.GenerateMojo.getCelerioConfigurationFromFile(GenerateMojo.java:370)
at com.jaxio.celerio.maven.plugin.celerio.GenerateMojo.getCelerio(GenerateMojo.java:318)
at com.jaxio.celerio.maven.plugin.celerio.GenerateMojo.setupConfig(GenerateMojo.java:249)
at com.jaxio.celerio.maven.plugin.celerio.GenerateMojo.process(GenerateMojo.java:216)
at com.jaxio.celerio.maven.plugin.celerio.GenerateMojo.execute(GenerateMojo.java:201)
... 22 more
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

Same "Mojo"-Problem here!
Setup:

celerio-maven-plugin:4.0.18,
Apache Maven 3.5.0,
java version "1.8.0_141" (64bit),
Windows 7 Enterprise, SP1


[ERROR] Failed to execute goal com.jaxio.celerio:celerio-maven-plugin:4.0.18:generate (Generates files using the extracted database schema.) on project celerio-angular-quickstart: null: MojoExecutionException: NullPointerException -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.jaxio.celerio:celerio-maven-plugin:4.0.18:generate (Generates files using the extracted database schema.) on project celerio-angular-quickstart: null at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:993) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:345) at org.apache.maven.cli.MavenCli.main(MavenCli.java:191) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) Caused by: org.apache.maven.plugin.MojoExecutionException at com.jaxio.celerio.maven.plugin.celerio.GenerateMojo.execute(GenerateMojo.java:204) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 20 more Caused by: java.lang.NullPointerException at com.jaxio.celerio.maven.plugin.celerio.GenerateMojo.removeBaseDir(GenerateMojo.java:446) at com.jaxio.celerio.maven.plugin.celerio.GenerateMojo.isDefaultXmlConfiguration(GenerateMojo.java:457) at com.jaxio.celerio.maven.plugin.celerio.GenerateMojo.getCelerioConfigurationFromFile(GenerateMojo.java:370) at com.jaxio.celerio.maven.plugin.celerio.GenerateMojo.getCelerio(GenerateMojo.java:318) at com.jaxio.celerio.maven.plugin.celerio.GenerateMojo.setupConfig(GenerateMojo.java:249) at com.jaxio.celerio.maven.plugin.celerio.GenerateMojo.process(GenerateMojo.java:216) at com.jaxio.celerio.maven.plugin.celerio.GenerateMojo.execute(GenerateMojo.java:201) ... 22 more [ERROR] [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

output_log.txt

For further investigation. See attached an output.log for
mvn -e -X -Pdb,metadata,gen generate-sources > output.log

Thanks, I can't reproduce it on mac os. However I suspect a path issue on windows.
Could you try to set the following properties differently ?

    <celerio-maven-plugin.configuration>../quickstart-conf/celerio-maven-plugin.xml</celerio-maven-plugin.configuration>

You may try 2 things (to help diagnose the issue):
1/ move the configuration file in the quickstart folder and simply set:
<celerio-maven-plugin.configuration>celerio-maven-plugin.xml</celerio-maven-plugin.configuration>

2/ leave the configuration file where it is by default and change the path separator, for example:
<celerio-maven-plugin.configuration>..\quickstart-conf\celerio-maven-plugin.xml</celerio-maven-plugin.configuration>

Then please let me know how it goes.
Thanks again.

Thanks-a-lot for your quick answer!

It's a bit pain für a ng/nodie/guy to jump into maven-mojo-riddles. To make the bootstrap setup more elegant I thought about a simple gradle script. After figure out not to use powershell, because of the not working "mvn -Pdb, ..." Syntax; After putting all the commands in one ultra simple dos-batch it worked, spring boot was up and running !!!

But now all the npm stuff raises a lot of errors gyp / python stuff. Just ignoring this errors worked best, because the app startet at the end.

One last question, a bit off-topic: I want to change the spring boot port from 8080 to another one where can I change this?

search for 8080, you'll find, related files are:

  • web/proxy.conf.json
  • src/main/resources/application.yml

Could you please try to reproduce the issue using Celerio 4.0.23 instead of 4.0.18 (you can change the version in the pom.xml file)
Thanks.

I have tried it 2-3 times and found only some proxy challenges, No more nullpointer for me. I saw 4.0.23 in the quickstart/pom.xml

hello, can someone help me out please, i have and issue with running celerio
Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:1.5.4.RELEASE:run (default-cli) on project celerio-angular-quickstart: Unable to find a suitable main class, please add a 'mainClass' property -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:1.5.4.RELEASE:run (default-cli) on project celerio-angular-quickstart: Unable to find a suitable main class, please add a 'mainClass' property at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) at org.apache.maven.cli.MavenCli.main(MavenCli.java:199) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) Caused by: org.apache.maven.plugin.MojoExecutionException: Unable to find a suitable main class, please add a 'mainClass' property at org.springframework.boot.maven.AbstractRunMojo.getStartClass(AbstractRunMojo.java:387) at org.springframework.boot.maven.AbstractRunMojo.execute(AbstractRunMojo.java:181) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207) ... 20 more [ERROR] [ERROR]

NPE was fixed with Celerio 4.0.23