[Geoserver-devel] Build failed in Jenkins: geoserver-master-live-docs #945

See <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/945/changes&gt;

Changes:

[tbarsballe] Add troubleshooting information for installing geoserver on a Mac with

[jody.garnett] update with query parameter documetation

[jody.garnett] revise based on feedback

------------------------------------------
Started by an SCM change
Building in workspace <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/&gt;
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://github.com/geoserver/geoserver.git # timeout=10
Fetching upstream changes from git://github.com/geoserver/geoserver.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/geoserver/geoserver.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision bdff184d71791da9fdfabe312bd82decf443f9c6 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f bdff184d71791da9fdfabe312bd82decf443f9c6
> git rev-list 867ed88c0483185e32b8db206cb89feea68711d0 # timeout=10
[geoserver-master-docs] $ /opt/apache-maven-3.3.9/bin/mvn -f doc/en/pom.xml compile
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building GeoServer English Documentation 2.12-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (coverages) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/coverages.yaml&gt;
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/coverages/index.html&gt;
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (coverageStores) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/coveragestores.yaml&gt;
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/coveragestores/index.html&gt;
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (datastores) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/datastores.yaml&gt;
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/datastores/index.html&gt;
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (featureTypes) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/featuretypes.yaml&gt;
[ERROR]
java.lang.RuntimeException: Could not process operation:
  Tag: default
  Operation: deleteFeatureType
  Resource: delete /workspaces/{workspaceName}/datastores/{datastoreName}/featuretypes/{featureTypeName}
  Definitions: {FeatureTypeInfo=io.swagger.models.ModelImpl@anonymised.com, MetadataEntry=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_featureTypes_featureType=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_featureTypes=io.swagger.models.ModelImpl@anonymised.com, inline_response_200=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_1=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_namespace=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_keywords=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_metadatalinks_metadataLink=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_metadatalinks=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_dataLinks_metadataLink=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_dataLinks=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_nativeBoundingBox=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_latLonBoundingBox=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_store=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_responseSRS=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_attributes_attribute=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_attributes=io.swagger.models.ModelImpl@anonymised.com}
  Exception: null
  at io.swagger.codegen.DefaultGenerator.processOperation(DefaultGenerator.java:827)
  at io.swagger.codegen.DefaultGenerator.processPaths(DefaultGenerator.java:731)
  at io.swagger.codegen.DefaultGenerator.generateApis(DefaultGenerator.java:356)
  at io.swagger.codegen.DefaultGenerator.generate(DefaultGenerator.java:666)
  at io.swagger.codegen.plugin.CodeGenMojo.execute(CodeGenMojo.java:338)
  at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
  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 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:497)
  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: java.lang.NullPointerException
  at io.swagger.codegen.DefaultCodegen.updateCodegenPropertyEnum(DefaultCodegen.java:3445)
  at io.swagger.codegen.DefaultCodegen.fromParameter(DefaultCodegen.java:2405)
  at io.swagger.codegen.DefaultCodegen.fromOperation(DefaultCodegen.java:2121)
  at io.swagger.codegen.DefaultGenerator.processOperation(DefaultGenerator.java:774)
  ... 26 more
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.277 s
[INFO] Finished at: 2017-08-25T23:05:28+00:00
[INFO] Final Memory: 15M/173M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.swagger:swagger-codegen-maven-plugin:2.2.2:generate (featureTypes) on project gs-docs: Code generation failed. See above for the full exception. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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
Build step 'Invoke top-level Maven targets' marked build as failure

See <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/946/changes&gt;

Changes:

[jody.garnett] Minor additional docs fixes.

------------------------------------------
Started by an SCM change
Building in workspace <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/&gt;
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://github.com/geoserver/geoserver.git # timeout=10
Fetching upstream changes from git://github.com/geoserver/geoserver.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/geoserver/geoserver.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 904799477d4f33a3690ed44700ba2a1d243719e1 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 904799477d4f33a3690ed44700ba2a1d243719e1
> git rev-list bdff184d71791da9fdfabe312bd82decf443f9c6 # timeout=10
[geoserver-master-docs] $ /opt/apache-maven-3.3.9/bin/mvn -f doc/en/pom.xml compile
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building GeoServer English Documentation 2.12-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (coverages) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/coverages.yaml&gt;
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/coverages/index.html&gt;
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (coverageStores) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/coveragestores.yaml&gt;
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/coveragestores/index.html&gt;
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (datastores) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/datastores.yaml&gt;
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/datastores/index.html&gt;
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (featureTypes) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/featuretypes.yaml&gt;
[ERROR]
java.lang.RuntimeException: Could not process operation:
  Tag: default
  Operation: deleteFeatureType
  Resource: delete /workspaces/{workspaceName}/datastores/{datastoreName}/featuretypes/{featureTypeName}
  Definitions: {FeatureTypeInfo=io.swagger.models.ModelImpl@anonymised.com, MetadataEntry=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_featureTypes_featureType=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_featureTypes=io.swagger.models.ModelImpl@anonymised.com, inline_response_200=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_1=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_namespace=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_keywords=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_metadatalinks_metadataLink=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_metadatalinks=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_dataLinks_metadataLink=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_dataLinks=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_nativeBoundingBox=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_latLonBoundingBox=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_store=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_responseSRS=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_attributes_attribute=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_attributes=io.swagger.models.ModelImpl@anonymised.com}
  Exception: null
  at io.swagger.codegen.DefaultGenerator.processOperation(DefaultGenerator.java:827)
  at io.swagger.codegen.DefaultGenerator.processPaths(DefaultGenerator.java:731)
  at io.swagger.codegen.DefaultGenerator.generateApis(DefaultGenerator.java:356)
  at io.swagger.codegen.DefaultGenerator.generate(DefaultGenerator.java:666)
  at io.swagger.codegen.plugin.CodeGenMojo.execute(CodeGenMojo.java:338)
  at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
  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 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:497)
  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: java.lang.NullPointerException
  at io.swagger.codegen.DefaultCodegen.updateCodegenPropertyEnum(DefaultCodegen.java:3445)
  at io.swagger.codegen.DefaultCodegen.fromParameter(DefaultCodegen.java:2405)
  at io.swagger.codegen.DefaultCodegen.fromOperation(DefaultCodegen.java:2121)
  at io.swagger.codegen.DefaultGenerator.processOperation(DefaultGenerator.java:774)
  ... 26 more
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.580 s
[INFO] Finished at: 2017-08-26T00:45:28+00:00
[INFO] Final Memory: 16M/206M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.swagger:swagger-codegen-maven-plugin:2.2.2:generate (featureTypes) on project gs-docs: Code generation failed. See above for the full exception. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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
Build step 'Invoke top-level Maven targets' marked build as failure

See <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/947/changes&gt;

Changes:

[smithkm] Add SecurityDispatcher to GWC context

[smithkm] Using the GWC Data Security Framework

[smithkm] Apply data security to direct integration

[smithkm] Tile Coordinate security check no longer needed as upstream GWC

[smithkm] Comments for GWC security framework

------------------------------------------
Started by an SCM change
Building in workspace <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/&gt;
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://github.com/geoserver/geoserver.git # timeout=10
Fetching upstream changes from git://github.com/geoserver/geoserver.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/geoserver/geoserver.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 5c7a6f3d7c2004efd5e2205094ad5b7a7438bd83 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 5c7a6f3d7c2004efd5e2205094ad5b7a7438bd83
> git rev-list 904799477d4f33a3690ed44700ba2a1d243719e1 # timeout=10
[geoserver-master-docs] $ /opt/apache-maven-3.3.9/bin/mvn -f doc/en/pom.xml compile
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building GeoServer English Documentation 2.12-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (coverages) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/coverages.yaml&gt;
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/coverages/index.html&gt;
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (coverageStores) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/coveragestores.yaml&gt;
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/coveragestores/index.html&gt;
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (datastores) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/datastores.yaml&gt;
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/datastores/index.html&gt;
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (featureTypes) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/featuretypes.yaml&gt;
[ERROR]
java.lang.RuntimeException: Could not process operation:
  Tag: default
  Operation: deleteFeatureType
  Resource: delete /workspaces/{workspaceName}/datastores/{datastoreName}/featuretypes/{featureTypeName}
  Definitions: {FeatureTypeInfo=io.swagger.models.ModelImpl@anonymised.com, MetadataEntry=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_featureTypes_featureType=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_featureTypes=io.swagger.models.ModelImpl@anonymised.com, inline_response_200=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_1=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_namespace=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_keywords=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_metadatalinks_metadataLink=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_metadatalinks=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_dataLinks_metadataLink=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_dataLinks=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_nativeBoundingBox=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_latLonBoundingBox=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_store=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_responseSRS=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_attributes_attribute=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_attributes=io.swagger.models.ModelImpl@anonymised.com}
  Exception: null
  at io.swagger.codegen.DefaultGenerator.processOperation(DefaultGenerator.java:827)
  at io.swagger.codegen.DefaultGenerator.processPaths(DefaultGenerator.java:731)
  at io.swagger.codegen.DefaultGenerator.generateApis(DefaultGenerator.java:356)
  at io.swagger.codegen.DefaultGenerator.generate(DefaultGenerator.java:666)
  at io.swagger.codegen.plugin.CodeGenMojo.execute(CodeGenMojo.java:338)
  at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
  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 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:497)
  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: java.lang.NullPointerException
  at io.swagger.codegen.DefaultCodegen.updateCodegenPropertyEnum(DefaultCodegen.java:3445)
  at io.swagger.codegen.DefaultCodegen.fromParameter(DefaultCodegen.java:2405)
  at io.swagger.codegen.DefaultCodegen.fromOperation(DefaultCodegen.java:2121)
  at io.swagger.codegen.DefaultGenerator.processOperation(DefaultGenerator.java:774)
  ... 26 more
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.415 s
[INFO] Finished at: 2017-08-27T00:16:37+00:00
[INFO] Final Memory: 16M/205M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.swagger:swagger-codegen-maven-plugin:2.2.2:generate (featureTypes) on project gs-docs: Code generation failed. See above for the full exception. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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
Build step 'Invoke top-level Maven targets' marked build as failure

See <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/948/changes&gt;

Changes:

[niels] GEOS-8239 Support Limits and LayerDetails in geofence internal server

------------------------------------------
Started by an SCM change
Building in workspace <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/&gt;
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://github.com/geoserver/geoserver.git # timeout=10
Fetching upstream changes from git://github.com/geoserver/geoserver.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/geoserver/geoserver.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 81e53eddd0c138a1ae11d3dd76409e544ddedb0d (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 81e53eddd0c138a1ae11d3dd76409e544ddedb0d
> git rev-list 5c7a6f3d7c2004efd5e2205094ad5b7a7438bd83 # timeout=10
[geoserver-master-docs] $ /opt/apache-maven-3.3.9/bin/mvn -f doc/en/pom.xml compile
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building GeoServer English Documentation 2.12-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (coverages) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/coverages.yaml&gt;
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/coverages/index.html&gt;
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (coverageStores) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/coveragestores.yaml&gt;
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/coveragestores/index.html&gt;
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (datastores) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/datastores.yaml&gt;
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/datastores/index.html&gt;
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (featureTypes) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/featuretypes.yaml&gt;
[ERROR]
java.lang.RuntimeException: Could not process operation:
  Tag: default
  Operation: deleteFeatureType
  Resource: delete /workspaces/{workspaceName}/datastores/{datastoreName}/featuretypes/{featureTypeName}
  Definitions: {FeatureTypeInfo=io.swagger.models.ModelImpl@anonymised.com, MetadataEntry=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_featureTypes_featureType=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_featureTypes=io.swagger.models.ModelImpl@anonymised.com, inline_response_200=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_1=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_namespace=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_keywords=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_metadatalinks_metadataLink=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_metadatalinks=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_dataLinks_metadataLink=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_dataLinks=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_nativeBoundingBox=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_latLonBoundingBox=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_store=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_responseSRS=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_attributes_attribute=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_attributes=io.swagger.models.ModelImpl@anonymised.com}
  Exception: null
  at io.swagger.codegen.DefaultGenerator.processOperation(DefaultGenerator.java:827)
  at io.swagger.codegen.DefaultGenerator.processPaths(DefaultGenerator.java:731)
  at io.swagger.codegen.DefaultGenerator.generateApis(DefaultGenerator.java:356)
  at io.swagger.codegen.DefaultGenerator.generate(DefaultGenerator.java:666)
  at io.swagger.codegen.plugin.CodeGenMojo.execute(CodeGenMojo.java:338)
  at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
  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 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:497)
  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: java.lang.NullPointerException
  at io.swagger.codegen.DefaultCodegen.updateCodegenPropertyEnum(DefaultCodegen.java:3445)
  at io.swagger.codegen.DefaultCodegen.fromParameter(DefaultCodegen.java:2405)
  at io.swagger.codegen.DefaultCodegen.fromOperation(DefaultCodegen.java:2121)
  at io.swagger.codegen.DefaultGenerator.processOperation(DefaultGenerator.java:774)
  ... 26 more
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.352 s
[INFO] Finished at: 2017-08-28T13:21:03+00:00
[INFO] Final Memory: 15M/171M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.swagger:swagger-codegen-maven-plugin:2.2.2:generate (featureTypes) on project gs-docs: Code generation failed. See above for the full exception. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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
Build step 'Invoke top-level Maven targets' marked build as failure

See <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/949/changes&gt;

Changes:

[niels] GEOS-8239: fix applicationContext.xml

------------------------------------------
Started by an SCM change
Building in workspace <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/&gt;
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://github.com/geoserver/geoserver.git # timeout=10
Fetching upstream changes from git://github.com/geoserver/geoserver.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/geoserver/geoserver.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 14e2d0e8270ffd84874a621984047fd1700fb35e (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 14e2d0e8270ffd84874a621984047fd1700fb35e
> git rev-list 81e53eddd0c138a1ae11d3dd76409e544ddedb0d # timeout=10
[geoserver-master-docs] $ /opt/apache-maven-3.3.9/bin/mvn -f doc/en/pom.xml compile
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building GeoServer English Documentation 2.12-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (coverages) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/coverages.yaml&gt;
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/coverages/index.html&gt;
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (coverageStores) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/coveragestores.yaml&gt;
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/coveragestores/index.html&gt;
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (datastores) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/datastores.yaml&gt;
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/datastores/index.html&gt;
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (featureTypes) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/featuretypes.yaml&gt;
[ERROR]
java.lang.RuntimeException: Could not process operation:
  Tag: default
  Operation: deleteFeatureType
  Resource: delete /workspaces/{workspaceName}/datastores/{datastoreName}/featuretypes/{featureTypeName}
  Definitions: {FeatureTypeInfo=io.swagger.models.ModelImpl@anonymised.com, MetadataEntry=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_featureTypes_featureType=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_featureTypes=io.swagger.models.ModelImpl@anonymised.com, inline_response_200=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_1=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_namespace=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_keywords=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_metadatalinks_metadataLink=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_metadatalinks=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_dataLinks_metadataLink=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_dataLinks=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_nativeBoundingBox=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_latLonBoundingBox=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_store=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_responseSRS=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_attributes_attribute=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_attributes=io.swagger.models.ModelImpl@anonymised.com}
  Exception: null
  at io.swagger.codegen.DefaultGenerator.processOperation(DefaultGenerator.java:827)
  at io.swagger.codegen.DefaultGenerator.processPaths(DefaultGenerator.java:731)
  at io.swagger.codegen.DefaultGenerator.generateApis(DefaultGenerator.java:356)
  at io.swagger.codegen.DefaultGenerator.generate(DefaultGenerator.java:666)
  at io.swagger.codegen.plugin.CodeGenMojo.execute(CodeGenMojo.java:338)
  at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
  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 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:497)
  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: java.lang.NullPointerException
  at io.swagger.codegen.DefaultCodegen.updateCodegenPropertyEnum(DefaultCodegen.java:3445)
  at io.swagger.codegen.DefaultCodegen.fromParameter(DefaultCodegen.java:2405)
  at io.swagger.codegen.DefaultCodegen.fromOperation(DefaultCodegen.java:2121)
  at io.swagger.codegen.DefaultGenerator.processOperation(DefaultGenerator.java:774)
  ... 26 more
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.451 s
[INFO] Finished at: 2017-08-28T14:55:27+00:00
[INFO] Final Memory: 16M/205M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.swagger:swagger-codegen-maven-plugin:2.2.2:generate (featureTypes) on project gs-docs: Code generation failed. See above for the full exception. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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
Build step 'Invoke top-level Maven targets' marked build as failure

See <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/950/changes&gt;

Changes:

[antonio.cerciello] GEOS-7988

[antonio.cerciello] Root Layer Title and Root Layer Abstract are now independent

[antonio.cerciello] Test check moved from the new test class to CapabilitiesTest

[antonio.cerciello] fix for merge

[antonio.cerciello] Doc Update

[antonio.cerciello] Description

[antonio.cerciello] Controls on Title and Abstract are now separated

[tbarsballe] [GEOS-8178] check if necessary to prepend EPSG to CRS identifier for OL

------------------------------------------
Started by an SCM change
Building in workspace <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/&gt;
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://github.com/geoserver/geoserver.git # timeout=10
Fetching upstream changes from git://github.com/geoserver/geoserver.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/geoserver/geoserver.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 367746f1dc26bd85bdc10c221c926ef7c1b27503 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 367746f1dc26bd85bdc10c221c926ef7c1b27503
> git rev-list 14e2d0e8270ffd84874a621984047fd1700fb35e # timeout=10
[geoserver-master-docs] $ /opt/apache-maven-3.3.9/bin/mvn -f doc/en/pom.xml compile
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building GeoServer English Documentation 2.12-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (coverages) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/coverages.yaml&gt;
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/coverages/index.html&gt;
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (coverageStores) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/coveragestores.yaml&gt;
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/coveragestores/index.html&gt;
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (datastores) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/datastores.yaml&gt;
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/datastores/index.html&gt;
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (featureTypes) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/featuretypes.yaml&gt;
[ERROR]
java.lang.RuntimeException: Could not process operation:
  Tag: default
  Operation: deleteFeatureType
  Resource: delete /workspaces/{workspaceName}/datastores/{datastoreName}/featuretypes/{featureTypeName}
  Definitions: {FeatureTypeInfo=io.swagger.models.ModelImpl@anonymised.com, MetadataEntry=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_featureTypes_featureType=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_featureTypes=io.swagger.models.ModelImpl@anonymised.com, inline_response_200=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_1=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_namespace=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_keywords=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_metadatalinks_metadataLink=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_metadatalinks=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_dataLinks_metadataLink=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_dataLinks=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_nativeBoundingBox=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_latLonBoundingBox=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_store=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_responseSRS=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_attributes_attribute=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_attributes=io.swagger.models.ModelImpl@anonymised.com}
  Exception: null
  at io.swagger.codegen.DefaultGenerator.processOperation(DefaultGenerator.java:827)
  at io.swagger.codegen.DefaultGenerator.processPaths(DefaultGenerator.java:731)
  at io.swagger.codegen.DefaultGenerator.generateApis(DefaultGenerator.java:356)
  at io.swagger.codegen.DefaultGenerator.generate(DefaultGenerator.java:666)
  at io.swagger.codegen.plugin.CodeGenMojo.execute(CodeGenMojo.java:338)
  at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
  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 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:497)
  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: java.lang.NullPointerException
  at io.swagger.codegen.DefaultCodegen.updateCodegenPropertyEnum(DefaultCodegen.java:3445)
  at io.swagger.codegen.DefaultCodegen.fromParameter(DefaultCodegen.java:2405)
  at io.swagger.codegen.DefaultCodegen.fromOperation(DefaultCodegen.java:2121)
  at io.swagger.codegen.DefaultGenerator.processOperation(DefaultGenerator.java:774)
  ... 26 more
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.609 s
[INFO] Finished at: 2017-08-28T22:26:32+00:00
[INFO] Final Memory: 15M/174M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.swagger:swagger-codegen-maven-plugin:2.2.2:generate (featureTypes) on project gs-docs: Code generation failed. See above for the full exception. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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
Build step 'Invoke top-level Maven targets' marked build as failure

See <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/951/changes&gt;

Changes:

[lore.pini] Fix data section typos in docs

[tbarsballe] [GEOS-8063] Fix WMS1.3.0 SLD definition can break getcapabilities

[andrea.aime] Actually creating and removing store/layers when playing with the

[jody.garnett] protect against transitive jts dependencies

[andrea.aime] [GEOS-8265] Move GeoPackage support into core

[jody.garnett] GEOS-8267: added support for viewParams in WPS Execute embedded WFS

------------------------------------------
Started by an SCM change
Building in workspace <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/&gt;
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://github.com/geoserver/geoserver.git # timeout=10
Fetching upstream changes from git://github.com/geoserver/geoserver.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/geoserver/geoserver.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 5210f479eef2786a9fea55a4f9eefa744633cace (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 5210f479eef2786a9fea55a4f9eefa744633cace
> git rev-list 367746f1dc26bd85bdc10c221c926ef7c1b27503 # timeout=10
[geoserver-master-docs] $ /opt/apache-maven-3.3.9/bin/mvn -f doc/en/pom.xml compile
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building GeoServer English Documentation 2.12-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (coverages) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/coverages.yaml&gt;
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/coverages/index.html&gt;
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (coverageStores) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/coveragestores.yaml&gt;
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/coveragestores/index.html&gt;
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (datastores) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/datastores.yaml&gt;
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/datastores/index.html&gt;
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (featureTypes) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/featuretypes.yaml&gt;
[ERROR]
java.lang.RuntimeException: Could not process operation:
  Tag: default
  Operation: deleteFeatureType
  Resource: delete /workspaces/{workspaceName}/datastores/{datastoreName}/featuretypes/{featureTypeName}
  Definitions: {FeatureTypeInfo=io.swagger.models.ModelImpl@anonymised.com, MetadataEntry=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_featureTypes_featureType=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_featureTypes=io.swagger.models.ModelImpl@anonymised.com, inline_response_200=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_1=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_namespace=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_keywords=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_metadatalinks_metadataLink=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_metadatalinks=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_dataLinks_metadataLink=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_dataLinks=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_nativeBoundingBox=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_latLonBoundingBox=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_store=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_responseSRS=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_attributes_attribute=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_attributes=io.swagger.models.ModelImpl@anonymised.com}
  Exception: null
  at io.swagger.codegen.DefaultGenerator.processOperation(DefaultGenerator.java:827)
  at io.swagger.codegen.DefaultGenerator.processPaths(DefaultGenerator.java:731)
  at io.swagger.codegen.DefaultGenerator.generateApis(DefaultGenerator.java:356)
  at io.swagger.codegen.DefaultGenerator.generate(DefaultGenerator.java:666)
  at io.swagger.codegen.plugin.CodeGenMojo.execute(CodeGenMojo.java:338)
  at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
  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 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:497)
  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: java.lang.NullPointerException
  at io.swagger.codegen.DefaultCodegen.updateCodegenPropertyEnum(DefaultCodegen.java:3445)
  at io.swagger.codegen.DefaultCodegen.fromParameter(DefaultCodegen.java:2405)
  at io.swagger.codegen.DefaultCodegen.fromOperation(DefaultCodegen.java:2121)
  at io.swagger.codegen.DefaultGenerator.processOperation(DefaultGenerator.java:774)
  ... 26 more
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.879 s
[INFO] Finished at: 2017-09-04T14:03:18+00:00
[INFO] Final Memory: 15M/144M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.swagger:swagger-codegen-maven-plugin:2.2.2:generate (featureTypes) on project gs-docs: Code generation failed. See above for the full exception. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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
Build step 'Invoke top-level Maven targets' marked build as failure

See <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/952/changes&gt;

Changes:

[andrea.aime] [GEOS-8272] Randomness in JPEG 2000 support reader/writer lookup

[dvick] Update GWC context for REST update

[dvick] updating tests to work with the new spring mvc rest api for

[jody.garnett] temp ignore ysld upload tests to restore build, restore before release

[andrea.aime] Make sure a collection can be created outside the default workspace

[andrea.aime] Factor out all layer management in a separate class

[andrea.aime] Documentation for the opensearch-eo community module

------------------------------------------
Started by an SCM change
Building in workspace <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/&gt;
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://github.com/geoserver/geoserver.git # timeout=10
Fetching upstream changes from git://github.com/geoserver/geoserver.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/geoserver/geoserver.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 63d155c15b37842c09e74b064808212e3cce4ac9 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 63d155c15b37842c09e74b064808212e3cce4ac9
> git rev-list 5210f479eef2786a9fea55a4f9eefa744633cace # timeout=10
[geoserver-master-docs] $ /opt/apache-maven-3.3.9/bin/mvn -f doc/en/pom.xml compile
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building GeoServer English Documentation 2.12-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (coverages) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/coverages.yaml&gt;
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/coverages/index.html&gt;
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (coverageStores) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/coveragestores.yaml&gt;
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/coveragestores/index.html&gt;
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (datastores) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/datastores.yaml&gt;
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/datastores/index.html&gt;
[INFO]
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (featureTypes) @ gs-docs ---
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/featuretypes.yaml&gt;
[ERROR]
java.lang.RuntimeException: Could not process operation:
  Tag: default
  Operation: deleteFeatureType
  Resource: delete /workspaces/{workspaceName}/datastores/{datastoreName}/featuretypes/{featureTypeName}
  Definitions: {FeatureTypeInfo=io.swagger.models.ModelImpl@anonymised.com, MetadataEntry=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_featureTypes_featureType=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_featureTypes=io.swagger.models.ModelImpl@anonymised.com, inline_response_200=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_1=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_namespace=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_keywords=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_metadatalinks_metadataLink=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_metadatalinks=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_dataLinks_metadataLink=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_dataLinks=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_nativeBoundingBox=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_latLonBoundingBox=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_store=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_responseSRS=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_attributes_attribute=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_attributes=io.swagger.models.ModelImpl@anonymised.com}
  Exception: null
  at io.swagger.codegen.DefaultGenerator.processOperation(DefaultGenerator.java:827)
  at io.swagger.codegen.DefaultGenerator.processPaths(DefaultGenerator.java:731)
  at io.swagger.codegen.DefaultGenerator.generateApis(DefaultGenerator.java:356)
  at io.swagger.codegen.DefaultGenerator.generate(DefaultGenerator.java:666)
  at io.swagger.codegen.plugin.CodeGenMojo.execute(CodeGenMojo.java:338)
  at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
  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 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:497)
  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: java.lang.NullPointerException
  at io.swagger.codegen.DefaultCodegen.updateCodegenPropertyEnum(DefaultCodegen.java:3445)
  at io.swagger.codegen.DefaultCodegen.fromParameter(DefaultCodegen.java:2405)
  at io.swagger.codegen.DefaultCodegen.fromOperation(DefaultCodegen.java:2121)
  at io.swagger.codegen.DefaultGenerator.processOperation(DefaultGenerator.java:774)
  ... 26 more
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.810 s
[INFO] Finished at: 2017-09-08T16:57:41+00:00
[INFO] Final Memory: 15M/172M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.swagger:swagger-codegen-maven-plugin:2.2.2:generate (featureTypes) on project gs-docs: Code generation failed. See above for the full exception. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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
Build step 'Invoke top-level Maven targets' marked build as failure

Hum,
I just added a new yaml file among the API ones, however I tried building the revision
before and it still failed in the same way (so, does not look like it’s the fault of the latest change).

I saw that the codegen plugin has a minor update version, 2.2.3, that survives generation of the featureTypes,
but then dies in reload:

[INFO] — swagger-codegen-maven-plugin:2.2.3:generate (reload) @ gs-docs —
[INFO] reading from /home/aaime/devel/git-gs/doc/en/api/1.0.0/reload.yaml
[WARNING] Output directory does not exist, or is inaccessible. No file (.swager-codegen-ignore) will be evaluated.
[ERROR]
java.lang.NullPointerException
at io.swagger.codegen.languages.StaticHtmlGenerator.preprocessSwagger(StaticHtmlGenerator.java:186)
at io.swagger.codegen.DefaultGenerator.configureGeneratorProperties(DefaultGenerator.java:134)
at io.swagger.codegen.DefaultGenerator.generate(DefaultGenerator.java:687)
at io.swagger.codegen.plugin.CodeGenMojo.execute(CodeGenMojo.java:534)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
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)
[INFO] ------------------------------------------------------------------------

Trying to see if I can make it build

Cheers
Andrea

···

On Fri, Sep 8, 2017 at 6:57 PM, <monitor@anonymised.com> wrote:

See <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/952/changes>

Changes:

[andrea.aime] [GEOS-8272] Randomness in JPEG 2000 support reader/writer lookup

[dvick] Update GWC context for REST update

[dvick] updating tests to work with the new spring mvc rest api for

[jody.garnett] temp ignore ysld upload tests to restore build, restore before release

[andrea.aime] Make sure a collection can be created outside the default workspace

[andrea.aime] Factor out all layer management in a separate class

[andrea.aime] Documentation for the opensearch-eo community module


Started by an SCM change
Building in workspace <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/>

git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
git config remote.origin.url git://github.com/geoserver/geoserver.git # timeout=10
Fetching upstream changes from git://github.com/geoserver/geoserver.git
git --version # timeout=10
git -c core.askpass=true fetch --tags --progress git://github.com/geoserver/geoserver.git +refs/heads/:refs/remotes/origin/
git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 63d155c15b37842c09e74b064808212e3cce4ac9 (origin/master)
git config core.sparsecheckout # timeout=10
git checkout -f 63d155c15b37842c09e74b064808212e3cce4ac9
git rev-list 5210f479eef2786a9fea55a4f9eefa744633cace # timeout=10
[geoserver-master-docs] $ /opt/apache-maven-3.3.9/bin/mvn -f doc/en/pom.xml compile
Java HotSpot™ 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
[INFO] Scanning for projects…
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building GeoServer English Documentation 2.12-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] — swagger-codegen-maven-plugin:2.2.2:generate (coverages) @ gs-docs —
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/coverages.yaml>
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/coverages/index.html>
[INFO]
[INFO] — swagger-codegen-maven-plugin:2.2.2:generate (coverageStores) @ gs-docs —
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/coveragestores.yaml>
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/coveragestores/index.html>
[INFO]
[INFO] — swagger-codegen-maven-plugin:2.2.2:generate (datastores) @ gs-docs —
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/datastores.yaml>
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/datastores/index.html>
[INFO]
[INFO] — swagger-codegen-maven-plugin:2.2.2:generate (featureTypes) @ gs-docs —
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/featuretypes.yaml>
[ERROR]
java.lang.RuntimeException: Could not process operation:
Tag: default
Operation: deleteFeatureType
Resource: delete /workspaces/{workspaceName}/datastores/{datastoreName}/featuretypes/{featureTypeName}
Definitions: {FeatureTypeInfo=io.swagger.models.ModelImpl@anonymised.com4654…, MetadataEntry=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_featureTypes_featureType=io.swagger.models.ModelImpl@1ed8beea, inline_response_200_featureTypes=io.swagger.models.ModelImpl@anonymised.com, inline_response_200=io.swagger.models.ModelImpl@9ecdda9d, inline_response_200_1=io.swagger.models.ModelImpl@1ed910c2, FeatureTypeInfo_namespace=io.swagger.models.ModelImpl@7d998a8, FeatureTypeInfo_keywords=io.swagger.models.ModelImpl@6c4617eb, FeatureTypeInfo_metadatalinks_metadataLink=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_metadatalinks=io.swagger.models.ModelImpl@532beff3, FeatureTypeInfo_dataLinks_metadataLink=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_dataLinks=io.swagger.models.ModelImpl@e3bc98c1, FeatureTypeInfo_nativeBoundingBox=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_latLonBoundingBox=io.swagger.models.ModelImpl@anonymised.com…4661…, FeatureTypeInfo_store=io.swagger.models.ModelImpl@4f4cce31, FeatureTypeInfo_responseSRS=io.swagger.models.ModelImpl@1e0939ed, FeatureTypeInfo_attributes_attribute=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_attributes=io.swagger.models.ModelImpl@e5e99c7b}
Exception: null
at io.swagger.codegen.DefaultGenerator.processOperation(DefaultGenerator.java:827)
at io.swagger.codegen.DefaultGenerator.processPaths(DefaultGenerator.java:731)
at io.swagger.codegen.DefaultGenerator.generateApis(DefaultGenerator.java:356)
at io.swagger.codegen.DefaultGenerator.generate(DefaultGenerator.java:666)
at io.swagger.codegen.plugin.CodeGenMojo.execute(CodeGenMojo.java:338)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
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 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:497)
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: java.lang.NullPointerException
at io.swagger.codegen.DefaultCodegen.updateCodegenPropertyEnum(DefaultCodegen.java:3445)
at io.swagger.codegen.DefaultCodegen.fromParameter(DefaultCodegen.java:2405)
at io.swagger.codegen.DefaultCodegen.fromOperation(DefaultCodegen.java:2121)
at io.swagger.codegen.DefaultGenerator.processOperation(DefaultGenerator.java:774)
… 26 more
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.810 s
[INFO] Finished at: 2017-09-08T16:57:41+00:00
[INFO] Final Memory: 15M/172M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.swagger:swagger-codegen-maven-plugin:2.2.2:generate (featureTypes) on project gs-docs: Code generation failed. See above for the full exception. → [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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
Build step ‘Invoke top-level Maven targets’ marked build as failure


Check out the vibrant tech community on one of the world’s most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot


Geoserver-devel mailing list
Geoserver-devel@anonymised.com.366…sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Regards,

Andrea Aime

==
GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information.

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.

See <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/953/changes&gt;

Andrea I am not seeing this failure locally, is it specific to the new yaml file you are working on?

···


Jody Garnett

On 8 September 2017 at 10:07, Andrea Aime <andrea.aime@anonymised.com> wrote:

Hum,
I just added a new yaml file among the API ones, however I tried building the revision
before and it still failed in the same way (so, does not look like it’s the fault of the latest change).

I saw that the codegen plugin has a minor update version, 2.2.3, that survives generation of the featureTypes,
but then dies in reload:

[INFO] — swagger-codegen-maven-plugin:2.2.3:generate (reload) @ gs-docs —
[INFO] reading from /home/aaime/devel/git-gs/doc/en/api/1.0.0/reload.yaml
[WARNING] Output directory does not exist, or is inaccessible. No file (.swager-codegen-ignore) will be evaluated.
[ERROR]
java.lang.NullPointerException
at io.swagger.codegen.languages.StaticHtmlGenerator.preprocessSwagger(StaticHtmlGenerator.java:186)
at io.swagger.codegen.DefaultGenerator.configureGeneratorProperties(DefaultGenerator.java:134)
at io.swagger.codegen.DefaultGenerator.generate(DefaultGenerator.java:687)
at io.swagger.codegen.plugin.CodeGenMojo.execute(CodeGenMojo.java:534)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
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)
[INFO] ------------------------------------------------------------------------

Trying to see if I can make it build

Cheers
Andrea


Check out the vibrant tech community on one of the world’s most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot


Geoserver-devel mailing list
Geoserver-devel@anonymised.comrge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

On Fri, Sep 8, 2017 at 6:57 PM, <monitor@anonymised.com> wrote:

See <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/952/changes>

Changes:

[andrea.aime] [GEOS-8272] Randomness in JPEG 2000 support reader/writer lookup

[dvick] Update GWC context for REST update

[dvick] updating tests to work with the new spring mvc rest api for

[jody.garnett] temp ignore ysld upload tests to restore build, restore before release

[andrea.aime] Make sure a collection can be created outside the default workspace

[andrea.aime] Factor out all layer management in a separate class

[andrea.aime] Documentation for the opensearch-eo community module


Started by an SCM change
Building in workspace <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/>

git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
git config remote.origin.url git://github.com/geoserver/geoserver.git # timeout=10
Fetching upstream changes from git://github.com/geoserver/geoserver.git
git --version # timeout=10
git -c core.askpass=true fetch --tags --progress git://github.com/geoserver/geoserver.git +refs/heads/:refs/remotes/origin/
git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 63d155c15b37842c09e74b064808212e3cce4ac9 (origin/master)
git config core.sparsecheckout # timeout=10
git checkout -f 63d155c15b37842c09e74b064808212e3cce4ac9
git rev-list 5210f479eef2786a9fea55a4f9eefa744633cace # timeout=10
[geoserver-master-docs] $ /opt/apache-maven-3.3.9/bin/mvn -f doc/en/pom.xml compile
Java HotSpot™ 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
[INFO] Scanning for projects…
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building GeoServer English Documentation 2.12-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] — swagger-codegen-maven-plugin:2.2.2:generate (coverages) @ gs-docs —
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/coverages.yaml>
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/coverages/index.html>
[INFO]
[INFO] — swagger-codegen-maven-plugin:2.2.2:generate (coverageStores) @ gs-docs —
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/coveragestores.yaml>
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/coveragestores/index.html>
[INFO]
[INFO] — swagger-codegen-maven-plugin:2.2.2:generate (datastores) @ gs-docs —
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/datastores.yaml>
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/datastores/index.html>
[INFO]
[INFO] — swagger-codegen-maven-plugin:2.2.2:generate (featureTypes) @ gs-docs —
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/featuretypes.yaml>
[ERROR]
java.lang.RuntimeException: Could not process operation:
Tag: default
Operation: deleteFeatureType
Resource: delete /workspaces/{workspaceName}/datastores/{datastoreName}/featuretypes/{featureTypeName}
Definitions: {FeatureTypeInfo=io.swagger.models.ModelImpl@anonymised.com, MetadataEntry=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_featureTypes_featureType=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_featureTypes=io.swagger.models.ModelImpl@8fd0d5b3, inline_response_200=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_1=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_namespace=io.swagger.models.ModelImpl@anonymised.com8, FeatureTypeInfo_keywords=io.swagger.models.ModelImpl@anonymised.comb, FeatureTypeInfo_metadatalinks_metadataLink=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_metadatalinks=io.swagger.models.ModelImpl@anonymised.com2beff3, FeatureTypeInfo_dataLinks_metadataLink=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_dataLinks=io.swagger.models.ModelImpl@anonymised.comc1, FeatureTypeInfo_nativeBoundingBox=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_latLonBoundingBox=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_store=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_responseSRS=io.swagger.models.ModelImpl@anonymised.com39ed, FeatureTypeInfo_attributes_attribute=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_attributes=io.swagger.models.ModelImpl@anonymised.comc7b}
Exception: null
at io.swagger.codegen.DefaultGenerator.processOperation(DefaultGenerator.java:827)
at io.swagger.codegen.DefaultGenerator.processPaths(DefaultGenerator.java:731)
at io.swagger.codegen.DefaultGenerator.generateApis(DefaultGenerator.java:356)
at io.swagger.codegen.DefaultGenerator.generate(DefaultGenerator.java:666)
at io.swagger.codegen.plugin.CodeGenMojo.execute(CodeGenMojo.java:338)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
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 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:497)
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: java.lang.NullPointerException
at io.swagger.codegen.DefaultCodegen.updateCodegenPropertyEnum(DefaultCodegen.java:3445)
at io.swagger.codegen.DefaultCodegen.fromParameter(DefaultCodegen.java:2405)
at io.swagger.codegen.DefaultCodegen.fromOperation(DefaultCodegen.java:2121)
at io.swagger.codegen.DefaultGenerator.processOperation(DefaultGenerator.java:774)
… 26 more
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.810 s
[INFO] Finished at: 2017-09-08T16:57:41+00:00
[INFO] Final Memory: 15M/172M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.swagger:swagger-codegen-maven-plugin:2.2.2:generate (featureTypes) on project gs-docs: Code generation failed. See above for the full exception. → [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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
Build step ‘Invoke top-level Maven targets’ marked build as failure


Check out the vibrant tech community on one of the world’s most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot


Geoserver-devel mailing list
Geoserver-devel@anonymised.comrge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Regards,

Andrea Aime

==
GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information.

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.

Nope, and I’ve already fixed it :slight_smile:

Cheers
Andrea

···

Il 8 set 2017 10:55 PM, “Jody Garnett” <jody.garnett@anonymised.com> ha scritto:

Andrea I am not seeing this failure locally, is it specific to the new yaml file you are working on?

mvn process-resources


[INFO] — swagger-codegen-maven-plugin:2.2.2:generate (featureTypes) @ gs-docs —
[INFO] reading from /Users/jody/java/geoserver/jive/doc/en/api/1.0.0/featuretypes.yaml
[INFO] writing file /Users/jody/java/geoserver/jive/doc/en/target/api/featuretypes/index.html
[INFO]

[INFO] — swagger-codegen-maven-plugin:2.2.2:generate (importer-data) @ gs-docs —

[INFO] reading from /Users/jody/java/geoserver/jive/doc/en/api/1.0.0/importerData.yaml

[INFO] writing file /Users/jody/java/geoserver/jive/doc/en/target/api/importerData/index.html

[INFO] ------------------------------------------------------------------------

[INFO] BUILD SUCCESS


Jody Garnett

On 8 September 2017 at 10:07, Andrea Aime <andrea.aime@anonymised.com> wrote:

Hum,
I just added a new yaml file among the API ones, however I tried building the revision
before and it still failed in the same way (so, does not look like it’s the fault of the latest change).

I saw that the codegen plugin has a minor update version, 2.2.3, that survives generation of the featureTypes,
but then dies in reload:

[INFO] — swagger-codegen-maven-plugin:2.2.3:generate (reload) @ gs-docs —
[INFO] reading from /home/aaime/devel/git-gs/doc/en/api/1.0.0/reload.yaml
[WARNING] Output directory does not exist, or is inaccessible. No file (.swager-codegen-ignore) will be evaluated.
[ERROR]
java.lang.NullPointerException
at io.swagger.codegen.languages.StaticHtmlGenerator.preprocessSwagger(StaticHtmlGenerator.java:186)
at io.swagger.codegen.DefaultGenerator.configureGeneratorProperties(DefaultGenerator.java:134)
at io.swagger.codegen.DefaultGenerator.generate(DefaultGenerator.java:687)
at io.swagger.codegen.plugin.CodeGenMojo.execute(CodeGenMojo.java:534)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
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)
[INFO] ------------------------------------------------------------------------

Trying to see if I can make it build

Cheers
Andrea


Check out the vibrant tech community on one of the world’s most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot


Geoserver-devel mailing list
Geoserver-devel@anonymised.comrge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

On Fri, Sep 8, 2017 at 6:57 PM, <monitor@anonymised.com> wrote:

See <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/952/changes>

Changes:

[andrea.aime] [GEOS-8272] Randomness in JPEG 2000 support reader/writer lookup

[dvick] Update GWC context for REST update

[dvick] updating tests to work with the new spring mvc rest api for

[jody.garnett] temp ignore ysld upload tests to restore build, restore before release

[andrea.aime] Make sure a collection can be created outside the default workspace

[andrea.aime] Factor out all layer management in a separate class

[andrea.aime] Documentation for the opensearch-eo community module


Started by an SCM change
Building in workspace <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/>

git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
git config remote.origin.url git://github.com/geoserver/geoserver.git # timeout=10
Fetching upstream changes from git://github.com/geoserver/geoserver.git
git --version # timeout=10
git -c core.askpass=true fetch --tags --progress git://github.com/geoserver/geoserver.git +refs/heads/:refs/remotes/origin/
git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 63d155c15b37842c09e74b064808212e3cce4ac9 (origin/master)
git config core.sparsecheckout # timeout=10
git checkout -f 63d155c15b37842c09e74b064808212e3cce4ac9
git rev-list 5210f479eef2786a9fea55a4f9eefa744633cace # timeout=10
[geoserver-master-docs] $ /opt/apache-maven-3.3.9/bin/mvn -f doc/en/pom.xml compile
Java HotSpot™ 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
[INFO] Scanning for projects…
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building GeoServer English Documentation 2.12-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] — swagger-codegen-maven-plugin:2.2.2:generate (coverages) @ gs-docs —
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/coverages.yaml>
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/coverages/index.html>
[INFO]
[INFO] — swagger-codegen-maven-plugin:2.2.2:generate (coverageStores) @ gs-docs —
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/coveragestores.yaml>
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/coveragestores/index.html>
[INFO]
[INFO] — swagger-codegen-maven-plugin:2.2.2:generate (datastores) @ gs-docs —
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/datastores.yaml>
[INFO] writing file <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/target/api/datastores/index.html>
[INFO]
[INFO] — swagger-codegen-maven-plugin:2.2.2:generate (featureTypes) @ gs-docs —
[INFO] reading from <http://ares.boundlessgeo.com/jenkins/job/geoserver-master-live-docs/ws/doc/en/api/1.0.0/featuretypes.yaml>
[ERROR]
java.lang.RuntimeException: Could not process operation:
Tag: default
Operation: deleteFeatureType
Resource: delete /workspaces/{workspaceName}/datastores/{datastoreName}/featuretypes/{featureTypeName}
Definitions: {FeatureTypeInfo=io.swagger.models.ModelImpl@anonymised.com, MetadataEntry=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_featureTypes_featureType=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_featureTypes=io.swagger.models.ModelImpl@8fd0d5b3, inline_response_200=io.swagger.models.ModelImpl@anonymised.com, inline_response_200_1=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_namespace=io.swagger.models.ModelImpl@anonymised.com8, FeatureTypeInfo_keywords=io.swagger.models.ModelImpl@anonymised.comb, FeatureTypeInfo_metadatalinks_metadataLink=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_metadatalinks=io.swagger.models.ModelImpl@anonymised.com2beff3, FeatureTypeInfo_dataLinks_metadataLink=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_dataLinks=io.swagger.models.ModelImpl@anonymised.comc1, FeatureTypeInfo_nativeBoundingBox=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_latLonBoundingBox=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_store=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_responseSRS=io.swagger.models.ModelImpl@anonymised.com39ed, FeatureTypeInfo_attributes_attribute=io.swagger.models.ModelImpl@anonymised.com, FeatureTypeInfo_attributes=io.swagger.models.ModelImpl@anonymised.comc7b}
Exception: null
at io.swagger.codegen.DefaultGenerator.processOperation(DefaultGenerator.java:827)
at io.swagger.codegen.DefaultGenerator.processPaths(DefaultGenerator.java:731)
at io.swagger.codegen.DefaultGenerator.generateApis(DefaultGenerator.java:356)
at io.swagger.codegen.DefaultGenerator.generate(DefaultGenerator.java:666)
at io.swagger.codegen.plugin.CodeGenMojo.execute(CodeGenMojo.java:338)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
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 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:497)
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: java.lang.NullPointerException
at io.swagger.codegen.DefaultCodegen.updateCodegenPropertyEnum(DefaultCodegen.java:3445)
at io.swagger.codegen.DefaultCodegen.fromParameter(DefaultCodegen.java:2405)
at io.swagger.codegen.DefaultCodegen.fromOperation(DefaultCodegen.java:2121)
at io.swagger.codegen.DefaultGenerator.processOperation(DefaultGenerator.java:774)
… 26 more
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.810 s
[INFO] Finished at: 2017-09-08T16:57:41+00:00
[INFO] Final Memory: 15M/172M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.swagger:swagger-codegen-maven-plugin:2.2.2:generate (featureTypes) on project gs-docs: Code generation failed. See above for the full exception. → [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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
Build step ‘Invoke top-level Maven targets’ marked build as failure


Check out the vibrant tech community on one of the world’s most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot


Geoserver-devel mailing list
Geoserver-devel@anonymised.comrge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Regards,

Andrea Aime

==
GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information.

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.