我创建了很多Spring Boot应用程序,我喜欢使用Spring STS启动向导来启动我,但是今天突然间,每当我试图打开“Spring启动向导”时,我开始看到一个错误窗口弹出。
STS版本:3.7.2
这是我在日志中看到的错误。
java.lang.Error: java.io.FileNotFoundException: http://start.spring.io
12129 at org.springframework.ide.eclipse.wizard.gettingstarted.boot.NewSpringBootWizard.init(NewSpringBootWizard.java:75)
12130 at org.eclipse.ui.internal.actions.NewWizardShortcutAction.run(NewWizardShortcutAction.java:119)
12131 at org.eclipse.jface.action.Action.runWithEvent(Action.java:473)
12132 at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595)
12133 at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511)
12134 at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420)
12135 at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
12136 at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4230)
12137 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1491)
12138 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1514)
12139 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1499)
12140 at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1299)
12141 at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4072)
12142 at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3698)
12143 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
12144 at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
12145 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
12146 at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
12147 at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:654)
12148 at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
12149 at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:598)
12150 at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
12151 at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
12152 at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
12153 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
12154 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
12155 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
12156 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
12157 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
12158 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
12159 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12160 at java.lang.reflect.Method.invoke(Method.java:483)
12161 at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
12162 at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
12163 at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
我试着访问http://start.spring.io/sts 通过我的浏览器,我得到了这条信息。
404未找到:请求的路由('start.spring.io')不存在。
这个问题现在已经解决了。http://start.spring.io/sts.似乎有一些问题,现在又回来了。
您必须更改STS中的网络设置。
选择窗口选项卡-
将活动提供程序设置为手动,然后编辑代理条目中的主机和端口详细信息。应用设置并单击“确定”。
这对我有用。希望对你有用。
谢谢你
我想对Spring数据使用ElasticSearch。我使用的是Spring 5、Spring Boot 2和ElasticSearch 7.4。Docker compose: 马文: 存储库: 配置: 和错误时启动应用程序: 引起:java.lang.NoSuchMEDError:org.springframework.http.HttpHeaders.(Lorg/springframe/uti
当我运行这个错误时,请帮助我解决这个问题 启动应用程序上下文时出错。要显示条件,请报告启用“调试”后重新运行应用程序。2019-02-11 10:53:55.839错误8804 --- [ restartedMain]o. s. b. d.日志失败分析记者: 应用程序启动失败 说明: com中的字段userDao。实例Spring Security应用程序编程接口。服务UserServiceImp
我正在尝试使用简单的spring启动应用程序。我在ApplicationContext上启动应用程序时遇到问题。 2017-04-26 11:17:31.101警告14528---[main]s.c.a.AnnotationConfigApplicationContext:上下文初始化期间遇到异常-取消刷新尝试:org。springframework。豆。工厂未满足的PendencyExcepti
大家好,我第一次尝试启动我的react native项目,我已经安装了react native文档中提到的所有内容,以便在运行模拟器时使用android studio,并执行以下命令
所以我使用IntelliJ,并使用JavaFX构建了我的应用程序。但当我开始我的主要工作时: 我得到以下错误,我不知道这些错误来自哪里。。。在我切换github上的分支并重新设置所有配置之前,一切都很正常。。。 我得到的错误:
当我试图从web.xml映射ApplicationContext.xml文件以使用spring ioc时,我的应用程序没有开始在catalina.out中显示以下错误