Skip to content

Caused by java.net.ConnectException #37

Description

@jefryjacky

keep crashing my android app, below is the exception

Fatal Exception: java.lang.RuntimeException
java.net.ConnectException: failed to connect to /fe80::12be:f5ff:fe1a:d414 (port 49152): connect failed: EINVAL (Invalid argument)
com.offbynull.portmapper.gateways.network.NetworkRunnable.run (SourceFile:134)
java.lang.Thread.run (Thread.java:818)

Caused by java.net.ConnectException
failed to connect to /fe80::12be:f5ff:fe1a:d414 (port 49152): connect failed: EINVAL (Invalid argument)
libcore.io.IoBridge.connect (IoBridge.java:124)
arrow_drop_down
java.nio.SocketChannelImpl.connect (SocketChannelImpl.java:199)
com.offbynull.portmapper.gateways.network.NetworkRunnable.processMessage (SourceFile:366)
com.offbynull.portmapper.gateways.network.NetworkRunnable.run (SourceFile:127)
java.lang.Thread.run (Thread.java:818)

Caused by android.system.ErrnoException
connect failed: EINVAL (Invalid argument)
libcore.io.Posix.connect (Posix.java)
libcore.io.BlockGuardOs.connect (BlockGuardOs.java:111)
libcore.io.IoBridge.connectErrno (IoBridge.java:137)
libcore.io.IoBridge.connect (IoBridge.java:122)
libcore.io.IoBridge.connect (IoBridge.java:110)
java.nio.SocketChannelImpl.connect (SocketChannelImpl.java:199)
arrow_right
com.offbynull.portmapper.gateways.network.NetworkRunnable.processMessage (SourceFile:366)
com.offbynull.portmapper.gateways.network.NetworkRunnable.run (SourceFile:127)
java.lang.Thread.run (Thread.java:818)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions