kamyam opened a new issue, #224:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/224

   ### Issue description
   1. java-plugin,When I do not configure socket.file ,An error will be 
reported at startup
   
   If I configure socket.file=/usr/local/apisix/conf/runner.sock starting 
success,but apisix find the unix:/usr/local/apisix/conf/apisix-1.sock:
   
   
   
   
   
   Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 
'socket.file' in value "${socket.file}"
        at 
org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:180)
 ~[spring-core-5.3.22.jar:5.3.22]
        at 
org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:126)
 ~[spring-core-5.3.22.jar:5.3.22]
        at 
org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:239)
 ~[spring-core-5.3.22.jar:5.3.22]
        at 
org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:210)
 ~[spring-core-5.3.22.jar:5.3.22]
        at 
org.springframework.context.support.PropertySourcesPlaceholderConfigurer.lambda$processProperties$0(PropertySourcesPlaceholderConfigurer.java:191)
 ~[spring-context-5.3.22.jar:5.3.22]
        at 
org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:936)
 ~[spring-beans-5.3.22.jar:5.3.22]
        at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1332)
 ~[spring-beans-5.3.22.jar:5.3.22]
        at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
 ~[spring-beans-5.3.22.jar:5.3.22]
   
   
   
   
   
   
   
   ### Environment
   
   * your apisix-java-plugin-runner 0.4.0


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to