> Caused by: java.lang.NullPointerException
>         at sun.net.www.ParseUtil.toURI(ParseUtil.java:261)
>         at
> sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:795)
>         at
> sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:726)
>         at
> org.codehaus.mojo.sonar.ServerMetadata.getConnection(ServerMetadata.java:122)
>         at
> org.codehaus.mojo.sonar.ServerMetadata.remoteContent(ServerMetadata.java:95)
>         at
> org.codehaus.mojo.sonar.ServerMetadata.getVersion(ServerMetadata.java:66)
>         at
> org.codehaus.mojo.sonar.ServerMetadata.logSettings(ServerMetadata.java:81)
>         at org.codehaus.mojo.sonar.SonarMojo.execute(SonarMojo.java:103)

This is your problem -- an NPE thrown by an internal Java class when
it is attempting to parse a URI. I know nothing more than this, but
expect you can sort that the details yourself if you dig into
ServerMetadata.java and possibly SonarMojo.java.

Wayne

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to