This seems to be a JDK issue for you, not a Maven issue (IMO). The
error occurs in an internal JDK class/library. You'll have to see if
Sun has this posted in their bug db.

Can you try a different JDK version eg 1.5.x or a later 1.6 build?

Wayne

On 11/29/07, ozymandias <[EMAIL PROTECTED]> wrote:
>
>
> Wayne Fay wrote:
> >
> > What OS? What Java JDK version? What Maven version?
> >
>
> OS - Windows XP
> JDK - 1.6.0_03
> Maven - 2.0.7
>
>
> Wayne Fay wrote:
> >
> > Can you try running mvn with the -X parameter, to capture the full
> > debug output?
> >
>
> Here is the full debug output.  This happens when I try to run ANY command
> that I have not yet run:
>
> mvn -X clean
> + Error stacktraces are turned on.
> Maven version: 2.0.7
> Java version: 1.6.0_03
> OS name: "windows xp" version: "5.1" arch: "x86"
> [DEBUG] Building Maven user-level plugin registry from: 'C:\Documents and
> Settin
> gs\Matthew\.m2\plugin-registry.xml'
> [DEBUG] Building Maven global-level plugin registry from:
> 'C:\Tools\maven-2.0.7\
> bin\..\conf\plugin-registry.xml'
> [INFO] Scanning for projects...
> [INFO]
> -------------------------------------------------------------------------
> ---
> [INFO] Building dubbelty-infrastructure
> [INFO]    task-segment: [clean]
> [INFO]
> -------------------------------------------------------------------------
> ---
> [INFO] artifact org.apache.maven.plugins:maven-clean-plugin: checking for
> update
> s from central
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] no net in java.library.path
> [INFO]
> ------------------------------------------------------------------------
> [DEBUG] Trace
> java.lang.UnsatisfiedLinkError: no net in java.library.path
>        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
>        at java.lang.Runtime.loadLibrary0(Runtime.java:823)
>        at java.lang.System.loadLibrary(System.java:1030)
>        at
> sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
>        at java.security.AccessController.doPrivileged(Native Method)
>        at java.net.PlainSocketImpl.<clinit>(PlainSocketImpl.java:82)
>        at java.net.Socket.<init>(Socket.java:117)
>        at sun.net.NetworkClient.doConnect(NetworkClient.java:144)
>        at sun.net.www.http.HttpClient.openServer(HttpClient.java:394)
>        at sun.net.www.http.HttpClient.openServer(HttpClient.java:529)
>        at sun.net.www.http.HttpClient.<init>(HttpClient.java:233)
>        at sun.net.www.http.HttpClient.New(HttpClient.java:306)
>        at sun.net.www.http.HttpClient.New(HttpClient.java:323)
>        at
> sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLC
> onnection.java:788)
>        at
> sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConne
> ction.java:729)
>        at
> sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection
> .java:654)
>        at
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLCon
> nection.java:977)
>        at
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputD
> ata(LightweightHttpWagon.java:83)
>        at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:68)
>        at

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to