-
Notifications
You must be signed in to change notification settings - Fork 98
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
help request: question about the socket file of java plugin #279
Comments
@shreemaan-abhishek dear shreemaan, could you help me |
sorry I am not much familiar with the plugin runner. |
who can help?
|
I can look into it |
调试模式是需要先指定 sock文件的,运行模式则不需要,apisix在启动插件时会自动在 /usr/local/生成一个sock啊 |
这样啊?等会我试试 你知道 运行模式 怎么新增jvm参数吗 |
这个应是在springbooot启动命令中增加,我还没做到这一步,我有个问题,receive undefined filter: xxxx, skip it 这个你遇到过吗,插件启动正常,但是apisix检测不到配置的自定义插件 |
没有碰到 我也是新手 我现在因为用了jdk17 启动java 程序需要增加一些jvm参数 死活配置不了 我吐血了,他哪个启动时配置的 apisix conf文件里的 |
这个有很多啊 https://blog.csdn.net/CNDN_Web/article/details/132103148 |
他是apisix 自己去调用 java命令启动的 不是自己写的脚本启动 |
If i remove the socket.file configuration from the application.yml, it shows the below error when startup:
|
老哥 这个问题你解决了吗? |
Description
Dear,
Does the socket file need to config manually in the spring config file for java plugin ?
I found if i don't config the socket file , the java plugin can't be started correctly.
if need to config manually, is there some rules for the socket file path? or I can config any file path?
Environment
APISIX 3.7.0
Operating system Mac(m2)
I used docker example from docker-apisix, all docker container info as below
The text was updated successfully, but these errors were encountered: