You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDK continously throws WARN --- [ main] c.s.api.v2.client.AbstractApiFactory : Could not initialize LibNameVersionHolder from properties: Properties file not found filename=sdk-project.properties
#80
Open
SJ052020 opened this issue
May 26, 2022
· 0 comments
I am using java-api-sdk ('com.smartling.api:smartling-api-sdk:0.29.0') to access smartling APIs. While everything is working fine, logs are filled with these exceptions. What do I need to do to get rid of it?
2022-05-26 12:47:51.647 WARN --- [ main] c.s.api.v2.client.AbstractApiFactory : Could not initialize LibNameVersionHolder from properties: Properties file not found filename=sdk-project.properties
I see that this is used in com.smartling.api.jobbatches.util.LibNameVersionHolder class and the properties file is present in the project.
The text was updated successfully, but these errors were encountered:
I am using java-api-sdk ('com.smartling.api:smartling-api-sdk:0.29.0') to access smartling APIs. While everything is working fine, logs are filled with these exceptions. What do I need to do to get rid of it?
2022-05-26 12:47:51.647 WARN --- [ main] c.s.api.v2.client.AbstractApiFactory : Could not initialize LibNameVersionHolder from properties: Properties file not found filename=sdk-project.properties
I see that this is used in com.smartling.api.jobbatches.util.LibNameVersionHolder class and the properties file is present in the project.
The text was updated successfully, but these errors were encountered: