cancel
Showing results for 
Search instead for 
Did you mean: 

Wierd Java Map problem

Former Member
0 Kudos

Hi,

I created a Java Map which creates an SFTP session and uploads files to the server.

I worked fine previously . Suddenly i try running the map i can see that the javamap loads the libraries and just exits after that , without fully executing the map. But it says map executed successfully.

Has anyone faced asuch a problem. Is it due to Java Memory problem???!!!

This is the last part of the trace.

u2022 Loaded class com.jscape.inet.ssh.authentication.messages.SshMsgUserauthSuccess

u2022 Loaded class com.jscape.inet.ssh.authentication.messages.SshMsgUserauthBanner

u2022 Loaded class com.jscape.inet.ssh.authentication.messages.SshMsgUserauthPasswdChangeReq

u2022 Loaded class com.jscape.inet.ssh.authentication.messages.SshMsgUserauthInfoRequest

u2022 Java mapping com/amsted/SFTPConnectorKey completed. (execute() of com.amsted.SFTPConnectorKey

I used the trace level 'ALL'. And i see that half the program is executed properly and all of a sudden when trying to load some more classes it just quits...and it doesnt throw exception.

Whats this??!!!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

ok