Dear all,
Since a few days I have on my OpenVMS system this failure when I build
Axis2-1.6.1 using
$ mvn -P java150 -Dtest=false install
I suspect an XML Reader which is not behaving well on OpenVMS (coming
down recently)
OR
>From where shall this remote manifest come? And why does the reader say
they a re empty?
Any chance to test this
org.codehaus.plexus.util.xml.pull.MXParser.fillBuf(MXParser.java:3005)
I am not building trunk sources but ./tags/v1.6.1 of axis2 and they
build perfect on Windows.
Few weeks ago I did not have problems to build the axis2-kernel on
OpenVMS but now I have.
And adding -fail-never to the mvn command shows at the end that many
modules have the same problem.
But axis2-kernel ist just the first one having problems with this remote
resource manifests and this reader.
Any hints clues welcome
Josef
[INFO]
------------------------------------------------------------------------
[INFO] Building Apache Axis2 - Kernel
[INFO] task-segment: [install]
[INFO]
------------------------------------------------------------------------
[INFO] [remote-resources:process {execution: default}]
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error finding remote resources manifests
Embedded error: input contained no data
[INFO]
------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Error finding
remote resources manifests
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Default
LifecycleExecutor.java:719)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifec
ycle(DefaultLifecycleExecutor.java:556)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultL
ifecycleExecutor.java:535)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandle
Failures(DefaultLifecycleExecutor.java:387)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(
DefaultLifecycleExecutor.java:348)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifec
ycleExecutor.java:180)
at
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at
org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592)
at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: Error finding
remote resources manifests
at
org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.proc
essResourceBundles(ProcessRemoteResourcesMojo.java:1204)
at
org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.exec
ute(ProcessRemoteResourcesMojo.java:519)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMa
nager.java:490)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Default
LifecycleExecutor.java:694)
... 17 more
Caused by: java.io.EOFException: input contained no data
at
org.codehaus.plexus.util.xml.pull.MXParser.fillBuf(MXParser.java:3005)
at
org.codehaus.plexus.util.xml.pull.MXParser.more(MXParser.java:3048)
at
org.codehaus.plexus.util.xml.pull.MXParser.parseProlog(MXParser.java:142
2)
at
org.codehaus.plexus.util.xml.pull.MXParser.nextImpl(MXParser.java:1407)
at
org.codehaus.plexus.util.xml.pull.MXParser.next(MXParser.java:1105)
at
org.apache.maven.plugin.resources.remote.io.xpp3.RemoteResourcesBundleXp
p3Reader.read(RemoteResourcesBundleXpp3Reader.java:929)
at
org.apache.maven.plugin.resources.remote.io.xpp3.RemoteResourcesBundleXp
p3Reader.read(RemoteResourcesBundleXpp3Reader.java:858)
at
org.apache.maven.plugin.resources.remote.io.xpp3.RemoteResourcesBundleXp
p3Reader.read(RemoteResourcesBundleXpp3Reader.java:872)
at
org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.proc
essResourceBundles(ProcessRemoteResourcesMojo.java:1086)
... 20 more
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 19 seconds
[INFO] Finished at: Wed Nov 16 11:21:05 CET 2011
[INFO] Final Memory: 40M/647M
[INFO]
------------------------------------------------------------------------
bash$