> I suspect an XML Reader which is not behaving well on OpenVMS (coming
> down recently)

This isn't the issue.

> From where shall this remote manifest come? And why does the reader say
> they a re empty?

They might not exist or they might actually be empty.

> Any chance to test this
> org.codehaus.plexus.util.xml.pull.MXParser.fillBuf(MXParser.java:3005)

This isn't the issue.

> Few weeks ago I did not have problems to build the axis2-kernel on
> OpenVMS but now I have.

What else has changed in the meantime related to this build? Bear in mind
the remote resources plugin reaches out over the network to download
"stuff" so things may have changed without you even knowing it.

> Caused by: org.apache.maven.plugin.MojoExecutionException: Error
> finding remote resources manifests
...
> Caused by: java.io.EOFException: input contained no data

Seems like Maven cannot find some required manifest file(s) for remote
resources plugin. Fix that problem and you should be good to go. Check the
project pom files to find usage of remote resources plugin to see what
file(s) it is trying to grab during the build. Or ask the Axis2 folks about
it.

Wayne

Reply via email to