Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/sql-server/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jhipster 无法处理您的请求-跨源脚本错误_Jhipster - Fatal编程技术网

Jhipster 无法处理您的请求-跨源脚本错误

Jhipster 无法处理您的请求-跨源脚本错误,jhipster,Jhipster,我正在尝试使用JHipster构建最基本的应用程序 我按照网站上的说明,使用./mvnw启动了web应用程序。一切看起来都很好 但是当我尝试在Chrome中打开它时,它无法显示应用程序的页面,而是说: your request cannot be processed Sorry, an error has occurred. Status: Not Found (Not Found) Message: Not Found 当我在Chrome中使用开发者工具时,我可以看到以下错误: A Par

我正在尝试使用JHipster构建最基本的应用程序

我按照网站上的说明,使用./mvnw启动了web应用程序。一切看起来都很好

但是当我尝试在Chrome中打开它时,它无法显示应用程序的页面,而是说:

your request cannot be processed
Sorry, an error has occurred.

Status: Not Found (Not Found)
Message: Not Found
当我在Chrome中使用开发者工具时,我可以看到以下错误:

A Parser-blocking, cross-origin script, https://linkhelp.clients.google.com/tbproxy/lh/wm?sourceid=wm&url=http%3A%2F%2Flocalhost%3A8080%2F&hl=en&site=localhost%3A8080&error=http404&js=true, is invoked via document.write. 

This may be blocked by the browser if the device has poor network connectivity. See https://www.chromestatus.com/feature/5718547946799104 for more details.

hb @ fixurl.js:135
知道为什么会这样吗

亲切问候,,
费格尔。

我发现了问题所在

java应用程序尚未完全生成

原因是安装的纱线版本比预期/要求的版本旧。一旦我更新了Thread,并生成了一个全新的应用程序,该应用程序就按照预期/按照网站运行


(注意:如果尚未安装所需的最低版本的依赖项,可能应该在系统中内置一个检查以中止。这将非常有帮助。)

您是如何解决这个问题的?我有一次遇到相同的错误。/mvnw被调用。但是我在生成UAA应用程序时没有注意到任何纱线问题……您已经检查了您使用的纱线版本是否正确?您检查了是否存在全局实例?