sofa-jarslink icon indicating copy to clipboard operation
sofa-jarslink copied to clipboard

Jarslink is a sofa ark plugin used to manage multi-application deployment

Results 19 sofa-jarslink issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/32184420/123793804-b853b900-d914-11eb-96ba-2a8a87b88295.png) sofa-ark>install -b app-two-1.0.0-ark-biz.jar Process command:'install -b app-two-1.0.0-ark-biz.jar' fail. Please check jarslink log. 安装app-two-1.0.0-ark-biz.jar提示如下,但是并没有看到什么有用的日志。 app-two-1.0.0-executable-ark.jar 已经先正常启动

Bumps commons-io from 2.5 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.5&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

### Motivation: Explain the context, and why you're making that change. To make others understand what is the problem you're trying to solve. ### Modification: Describe the idea and modifications...

SpringModule.java clear方法内将classloader关闭即可

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

### Your question 模块中使用@Value("${app.name}")注入参数失败,这个大家是怎么处理的。我现在是打算一个服务模块一个配置文件,用一个GlobalConfig去维护这些配置 Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'globalConfig': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'app.name' in value "${app.name}"...

telnet,windows系统下是如何安装的? 用sample来测试的。app-two打包的biz包我copy到D盘下改名为test了。

### Describe the bug java.lang.NullPointerException at com.alipay.sofa.jarslink.runtime.command.InstallCommand.process(InstallCommand.java:64) at com.alipay.sofa.jarslink.runtime.command.DefaultCommandHandler.handleCommand(DefaultCommandHandler.java:53) at com.alipay.sofa.jarslink.integration.command.JSKCommandProvider.handleCommand(JSKCommandProvider.java:79) at com.alipay.sofa.ark.container.session.handler.ArkCommandHandler.handleCommand(ArkCommandHandler.java:65) at com.alipay.sofa.ark.container.session.handler.ArkCommandHandler.responseMessage(ArkCommandHandler.java:85) at com.alipay.sofa.ark.container.session.NettyTelnetServer$NettyTelnetHandler.channelRead0(NettyTelnetServer.java:113) at com.alipay.sofa.ark.container.session.NettyTelnetServer$NettyTelnetHandler.channelRead0(NettyTelnetServer.java:89) at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352) at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102) at...

### Motivation: Explain the context, and why you're making that change. To make others understand what is the problem you're trying to solve. ### Modification: Describe the idea and modifications...

### Your question 模块中的jar如果使用了反射,会找不到对应的实体类的错误 Caused by: java.lang.ClassNotFoundException ### Environment - Jarslink version:1.6.1.20180301 - JVM version (e.g. `java -version`): 1.8.0_151 - OS version (e.g. `uname -a`):17.7.0 - Maven version:3.3.9 - IDE...