Skip to main content
H

 

java -jar target/emp-connector-0.0.1-SNAPSHOT-phat.jar <username> <password+token> /data/Employee__ChangeEvent

 

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".

 

SLF4J: Defaulting to no-operation (NOP) logger implementation

 

SLF4J: See http://www.slf4j.org/codes.html#.StaticLoggerBinder for further details.

 

java.net.ConnectException: Unable to login: INVALID_LOGIN: Invalid username, password, security token; or user locked out.

 

at com.salesforce.emp.connector.LoginHelper.login(LoginHelper.java:138)

 

at com.salesforce.emp.connector.LoginHelper.login(LoginHelper.java:100)

 

at com.salesforce.emp.connector.LoginHelper.login(LoginHelper.java:92)

 

at com.salesforce.emp.connector.example.LoginExample.lambda$main$0(LoginExample.java:41)

 

at com.salesforce.emp.connector.example.BearerTokenProvider.login(BearerTokenProvider.java:24)

 

at com.salesforce.emp.connector.example.LoginExample.main(LoginExample.java:49)

 

I verified login history, error is INVALID_LOGIN, reset my security key as well. But result is same. I am able to login to salesforce with the credentials used above.

 

 
2 respuestas
  1. 2 dic 2018, 12:16
    Hi Madhu,

     

    As error indicates, there something wrong with username and password or security token, Try to add the IP address in the network access and see if you are getting the same error.
0/9000