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

无法启动web服务器;嵌套的例外是java。非法国家例外

张啸
2023-03-14

通过start.spring.io创建了一个Spring应用程序,我试图运行该应用程序,但出现错误:

org.springframework.context.应用程序上下文异常:无法启动Web服务器;嵌套异常java.lang.IllegalStateExctive: Temp目录'C:\WINDOWS\TEMP'不存在org.springframework.boot.web.servlet.context.ServletWebServerApplication Context.on刷新(ServletWebServerApplication ationContext.java:163)~[spring-boot-2.5.5.jar: 2.5.5]在org.springframework.context.support.AbstractApplication ationContext.refresh(AbstractApplication ationContext.java:577)~[spring-context-5.3.10.jar: 5.3.10]在org.springframework.boot.web.servlet.context.ServletWebServerApplication ationContext.refresh(ServletWebServerApplication ationContext.java:145)~[spring-boot-2.5.5.jar: 2.5.5]在org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)~[spring-boot-2.5.5.jar: 2.5.5]在org.springframework.boot.SpringApplication.refreshContext(SpringApplication. java: 434)~[sping-boot-2.5.5. jar: 2.5.5]在org. springframework. boot. SpringApplication. run(SpringApplication. java: 338)~[sping-boot-2.5.5. jar: 2.5.5]在org. springframework. boot. SpringApplication. run(SpringApplication. java: 1343)~[sping-boot-2.5.5. jar: 2.5.5]在org. springframework. boot. SpringApplication. run(SpringApplication. java: 1332)~[sping-boot-2.5.5. jar: 2.5.5]在com.学生。学生应用程序。主应用程序Tempp. getTempDirectory(应用程序Tempp. java: 125)~[sping-boot-2.5.5. jar: 2.5.5]在org. springframework. boot. system。应用程序Tempp. getPath(应用程序Tempp. java: 96)~[sping-boot-2.5.5. jar: 2.5.5]在org. springframework. boot. web. servlet. server。应用程序Tempp. getDir(应用程序Tempp. java: 89)~[sping-boot-2.5.5. jar: 2.5.5]在org. springframework. boot. web. servlet. server。SessionStoreDirectory. getValidDirectory(SessionStoreDirectory. java: 46)~[sping-boot-2.5.5. jar: 2.5.5]在org. springframework. boot. web. servlet. server。AbstractServletWebSerTomcatServletWebServerFactory. getWebServer(TomcatServletWebServerFactory. java: 198)~[sping-boot-2.5.5. jar: 2.5.5]at org. springframework. boot. web. servlet. content. ServletWebServerApplication ationContent. createWebServer(ServletWebServerApplication Context2.5.5. jar: 182)~[sping-boot-2.5.5. jar: 2.5.5]at org. springframework. boot. web. servlet. Context. ServletWebServerApplication Context2. on刷新(ServletWebServerApplication Context2.5.5. jar: 2.5.5]...省略13个常见帧

我的代码在这里:

@SpringBootApplication
public class StudentApplication {

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

}

共有1个答案

韩嘉胜
2023-03-14

如果在运行/调试配置中使用IntelliJ IDEA,请在环境变量窗口中选中“包含父环境变量”或“包含系统环境变量”。

 类似资料:
  • 说明:无法启动web服务器;嵌套的异常是org。springframework。靴子网状物服务器WebServerException:无法启动嵌入式Tomcat 启动Tomcat上下文时出错。例外情况: 组织。springframework。豆。工厂BeanCreationException。消息:创建在类路径资源[org/springframework/boot/actuate/autoconf

  • 我有一个ASP.NET MVC4解决方案。当我尝试使用Visual Studio2012打开它时,我遇到以下错误: Microsoft Visual Studio 为ASP.NET 4.5配置Web失败。您必须为ASP.NET4.5手动配置此站点,以便站点正确运行。在本地计算机上找不到服务器。确保已将本地IIS服务器配置为支持安全通信。 请建议。

  • 我在运行android应用程序时遇到这个错误 05-25 23:58:44.251:E/AndroidRuntime(1128):java.lang.RuntimeException:无法启动activity ComponentInfo{info.AndroidHive.TabsSwipe/Info.AndroidHive.TabsSwipe.MainActivity}:Android.View.

  • AnnotationConfigServletWebServerApplicationContext,txid=,subtxnbr=,sid=,user=,bizpn=,cnsmr=,reqid=,cnsmr=,上下文初始化期间遇到异常-取消刷新尝试:org。springframework。上下文ApplicationContextException:无法启动web服务器;嵌套异常为org。spr

  • 在eclipse中为我的spring项目进行junit测试时,我遇到了一个失败, 无法获得JDBC连接;嵌套异常是java.sql.SQLExc0019:拒绝用户'root'@'localhost'的访问(使用密码:是) 我已经将jar文件添加到库中,并设置了环境变量路径。但它仍然给出了错误。 测试功能如下所示。 我的pom.xml档案也附后。

  • 运行Spring Boot应用程序时,嵌入式tomcat服务器无法启动。我刚刚在pom.xml中添加了所需的依赖项,并创建了一个简单的java POJO类。应用程序属性已经按照oracle数据库所需的jdbc配置以及Hibernate方言信息进行了设置。 执行mvn spring-boot:run时的控制台日志