Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.NullPointerException on CD #794

Open
ivanpedruzzi opened this issue Mar 17, 2025 · 0 comments
Open

java.lang.NullPointerException on CD #794

ivanpedruzzi opened this issue Mar 17, 2025 · 0 comments

Comments

@ivanpedruzzi
Copy link

ivanpedruzzi commented Mar 17, 2025

We are running the latest version and, we are experiencing NPE with the following stack with some SFTP servers on CD

any idea why this is happening?

Caused by: java.lang.NullPointerException
at com.jcraft.jsch.ChannelSftp.sendPacketPath(ChannelSftp.java:2537)
at com.jcraft.jsch.ChannelSftp.sendPacketPath(ChannelSftp.java:2533)
at com.jcraft.jsch.ChannelSftp.sendREALPATH(ChannelSftp.java:2429)
at com.jcraft.jsch.ChannelSftp._realpath(ChannelSftp.java:2273)
at com.jcraft.jsch.ChannelSftp.cd(ChannelSftp.java:330)

{UPDATE] here an additional stack we are seeing

Caused by: java.lang.IndexOutOfBoundsException
at java.io.PipedInputStream.read(PipedInputStream.java:371)
at com.jcraft.jsch.ChannelSftp.fill(ChannelSftp.java:2866)
at com.jcraft.jsch.ChannelSftp.fill(ChannelSftp.java:2858)
at com.jcraft.jsch.ChannelSftp._stat(ChannelSftp.java:2153)
at com.jcraft.jsch.ChannelSftp.cd(ChannelSftp.java:331)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant