当前位置: 首页 > 知识库问答 >
问题:

在C:/Java/jdk8/bin/Java中处理“命令”。exe“”以非零退出值1结束

翁俊良
2023-03-14

今天,当我使用Spring Boot重新启动我的应用程序时,控制台提示

Execution failed for task ':Application.main()'.
> Process 'command 'C:/Java/jdk8/bin/java.exe'' finished with non-zero exit value 1

我不知道如何解决这个问题

这是我的application.javaapplication.yaml

@SpringBootApplication
public class Application {
   public static void main(String[] args) {
    SpringApplication.run(Application.class, args);
   }
}

server:
  port: 80

Spring Boot and Gradle的版本是2.3.7.RELEASE和6.1.1

有什么想法吗?

共有1个答案

邴景山
2023-03-14

好吧,我已经重新关注了这个问题,我将与您分享。

在gradle缓存文件中,我发现了如下日志

***************************
APPLICATION FAILED TO START
***************************

Description:

 Failed to configure a DataSource: 'url' attribute is not specified and no embedded 
 datasource could be configured.

 Reason: Failed to determine a suitable driver class


 Action:

 Consider the following:
   If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).


FAILURE: Build failed with an exception.

这个问题是我没有一些数据库配置用于SpringBoot启动。因此,当我在资源文件夹中添加数据库配置并创建应用程序时。yaml文件,然后成功启动。

就这样,也许下次我们可以先添加配置文件,或者我们可以为自己配置日志。

 类似资料:
  • 我试图设置我的新项目,这是使用JAVA16和基于gradle的springboot项目。但是,当我试图在本地运行它时,我有以下错误: 我还验证了java版本。然而,我尝试从cmd、powershell和Intellij中的终端运行。 有人能告诉我修理它的窍门吗?

  • 在Android Studio上运行Android应用程序给我以下错误:- 我还添加了到我的文件。但它仍然给了我错误。 我不知道是什么原因显示了这个错误。我也通过了以下链接,但没有任何东西可以帮助我解决我的问题。 进程'命令usr/lib/jvm/java-8-oracle/bin/java'以非零退出值完成2 任务“:app:dexDebug”的执行失败。通用域名格式。Android石斑鱼类。常

  • 我在尝试运行应用程序时添加libriaes项目后出现此错误。 错误:任务“app:dexDebug”的执行失败。 com.ide.common.process.process异常: 组织.gradle.process.internal.exec异常: 处理“命令”C:\程序文件\Java\jdk1.7.0_75\bin\java.exe“以非零退出值 2 完成

  • 这个错误是得到当我运行的任务是build.gradle文件如下, 我使用下面的命令运行这个任务, 最后,我想知道如何通过gradle命令运行java类?除了创建任务之外还有其他可能性吗?如果是,请相应地分享。请帮助我解决这个问题。

  • 当我键入 在 CentOS 7 终端中调试以使用 gradle 启动此示例Spring启动应用程序时,我收到以下错误。 我搜索了这个错误,并阅读了其他类似但不重复的SO帖子。例如,这是在CentOS 7和web应用程序中的eclipse中。这不是android应用程序等。此外,其他帖子中给出的命令也没有解决这个问题。 重现此问题所需的所有代码都在上面的github链接中,诊断问题的所有日志都在下面

  • 错误:任务“:app:TransformClassesWithDexForDebug”执行失败。com.android.build.api.transform.transformException:com.android.ide.common.Process.processException:org.gradle.Process.internal.execException:Process'Com