报错信息:
Error executing script RunApp: Cannot find plugin descriptor in plugin directory
'C:\Users\Administrator\.grails\2.0.0\projects\apts3\plugins\export-1.5'. (Use --stacktrace to see the full trace)
治标解决方案:
到目录下"'C:\Users\Administrator\.grails\2.0.0\projects"删除报错的目录"apts3"即可
结果:工程可以启动了,但是插件的也被清除了
治本解决方案:
application.properties 需要加入以下代码
plugins.export=1.5
结果:工程可以启动了,插件的功能还在
参考:
http://cannot-find-plugin-descriptor-in-plugin-directory.2196026.n4.nabble.com/Cannot-find-plugin-descriptor-in-plugin-directory-td2196026.html
分享到:
相关推荐
FixIDAPython - 修复IDA加载IDAPython时出现的错误
1. **避免重命名内置类型**:首要规则是永远不要用Python的内置类型名(如`list`、`tuple`、`dict`等)或关键字(如`for`、`in`等)作为变量名。这是良好的编程习惯,可以避免类似的问题。 2. **使用`del`关键字**...
maven settings.xml 解决在项目新建时报错 Error executing Maven. 2 problems were encountered while building the effective settings。下载这个,注意54行的目录,修改成自己的项目目录,直接覆盖原来的\conf...
erlang-script.rpm 安装mq前的依赖 来源:https://packagecloud.io/rabbitmq/erlang/install#bash-rpm
HTML条目原始分析 文章发布于,通过对比JS Entry,... <!... <...-- mark the entry script with entry attribute --> < script src =" https://unpkg.com/mobx@5.0.3/lib/mobx.umd.js " entry > </ sc
atal error C1083: Cannot open include file: 'streambuf': No such file or directory Error executing cl.exe. 1.软件打开界面-工具-选项,点击选项,弹出对话框,确认WIN32平台 对话框右边 显示目录中的...
在使用Keras库进行深度学习模型训练和保存时,可能会遇到“ValueError: Cannot create group in read only mode”这样的错误。这个错误通常发生在尝试加载一个只包含权重而没有模型结构的文件时。Keras提供了两种...
事件类型: 错误事件来源: MySQL事件种类: 无事件 ID: 100日期: 2012-8-14事件: 8:07:59用户: N/A计算机: abcserver描述: 代码如下:Cannot find or open table phpwind/pw_zhuanti from the internal data ...
现代化Maven插件 Modernizer Maven插件可以检测对旧版API的使用,这些旧版API可以替代现代Java版本。 这些现代的API通常比传统的API具有更高的性能,安全性和惯用性。...< plugin> < groupId>org.gaul < artifactId>
Execution failed for task ‘ :app : kaptDebugKotlin’. > A failure occurred while executing org. jetbrains . kotlin. gradle . internal . KaptExecution > java. lang. reflect. InvocationTar
ANSYS是一款广泛应用于工程模拟和计算的软件,它在航空航天、汽车制造、机械设计等多个领域都有广泛应用。ANSYS 12.0是该系列软件的一个重要版本,它提供了丰富的功能来帮助工程师解决复杂的物理问题。...
CPU卡知识入门教程(绝对的通俗易懂!)
1. `RuntimeError: invalid argument 0: Sizes of tensors must match except in dimension 0. Got 342 and 281 in dimension 3` 2. `RuntimeError: invalid argument 0: Sizes of tensors must match except in ...
print("Error executing script: \(error.localizedDescription)") } else { print("Script executed successfully.") } } catch { print("Error creating script: \(error.localizedDescription)") } ``` 在...
Error executing Jupyter command 'notebook': [Errno 2] No such file or directory 于是开始了漫长的修复环境之路。 1、卸载jupyter的所有包 jupyter jupyter-client jupyter-console jupyter-core 卸载完成之后...
Compiling... ControlTree.cpp e:\newpaintgraph\newpaintgraph\newpaintgraphview.h(23) : error C2143: syntax error : missing ';...Error executing cl.exe. NewPaintGraph.exe - 3 error(s), 0 warning(s)
This course focuses on the practical uses of the technology: converting C and C++ code to WebAssembly and executing WebAssembly in JavaScript. Programmer and engineer Matt Scarpino demonstrates the ...
Get the path of the currently executing python script using import
配合ant使用,可以让jmeter飞起来,文件中对生成的文件进行了备份归档整理,同时调用两个测试报告模版,让功能更加强大
在Android应用开发中,NDK(Native Development Kit)是一个重要的工具集,它允许开发者使用C和C++编写部分代码,从而提升性能、处理底层硬件交互或利用现有的C/C++库。JNI(Java Native Interface)是Java平台的...