C:\Documents and Settings\Administrator>mongrel_rails service::install -N wblong
-c d:\Ruby\wblong -p 3000 –e production
!!! The path you specified isn't a valid Rails application.
service::install reported an error. Use mongrel_rails service::install -h to get
help.
-------------------
出现以上错误原因是:d:\Ruby\wblong不是有效的Rails应用程序目录
解决办法是:要先用rails命令创建这目录.注意:这个路径不能象创建普通路径一样建立,要用rails命令。
做法:
D:\ruby\bin\gemhelp.bat 这是你的RubyGems目录中的文件
在DOS中输入:rails wblong
做完以上部分后,再做下一步:
C:\Documents and Settings\Administrator>mongrel_rails service::install -N wblong
-c d:\Ruby\wblong -p 3000 –e production
** Copying native mongrel_service executable...
Mongrel service 'wblong' installed as 'wblong'.
----------------
看到安装成功了吧。哈哈
分享到:
相关推荐
IllegalStateException: The specified child already has a parent.我的博客中有文章讲解
Error:can't read the block:&{SERVICE_UNAVAILABLE} Error:Error endorsing chaincode:rpc error:code = Unknown desc = Error starting container: API error (404): {"message":"network e2ecli_default not ...
mysql 1449 : The user specified as a definer ('root'@'%') does not exist 解决方法
Oracle10G控制台解决办法-Io 异常:Unknown host specified解决方法
在MySQL数据库操作中,"The user specified as a definer (‘mysql.infoschema’@’localhost’) does not exist" 是一个常见的错误提示,这通常发生在尝试执行存储过程、触发器或者视图等对象时,这些对象的定义者...
loadlibrary failed with error 126:找不到指定模块
VS2005/VS2008软件发布问题:SignTool Error: An error occurred while attempting to sign 处理方法
【MySQL启动报错问题InnoDB:Unable to lock/ibdata1 error】是一个常见的MySQL服务器启动时遇到的问题。这个问题通常表明MySQL的InnoDB存储引擎无法获取对`ibdata1`文件的锁,`ibdata1`是InnoDB用来存储数据和系统表...
ASP.NET The system cannot find the file specified解决办法 Server Error in ‘/’ Application. The system cannot find the file specified Description: An unhandled exception occurred during the execution...
今天项目优化过程中,mysql有个问题The user specified as a definer (‘wx_root’@’%’) does not exist 查了一下,意思是执行sql无权限。 看了下数据库用户是quoters 而sql没有所属权。那就找原因了。发现sql执行...
mysql 1449 : The user specified as a definer ('root'@'%') does not exist 解决方法 把sql导到本地,执行存储过程 或者 查看视频报错: mysql 1449 : The user specified as a definer ('root'@'%') does not...
path: path.resolve(__dirname, 'dist') }, resolve: { extensions: ['.js', '.vue'], }, module: { rules: [ { test: /\.vue$/, use: 'vue-loader' }, { test: /\.js$/, exclude: /node_modules/, ...
在MySQL中,`The user specified as a definer ('xxx@'%') does not exist` 这个错误通常出现在尝试执行带有DEFINER语句的SQL对象(如存储过程、触发器或视图)时,DEFINER指定的用户不存在或者没有正确的权限。...
在安装 ST Toolset 和 Cosmic 编译器之后,使用 ST 官网的 Demo 程序,在 STVP 中连接正常,可以正常烧写。但是当使用 ...(usb://usb): gdi-error [40201]: can't access configuration database”。
Error: The specified module could not be found. 1\?C:\Program Files\cesiumlab2\tools\LabNative.node 请下载此依赖底(包含vcruntime140_1.dll和msvcp140_1.dll),解压到C:\Windows\System32下
Linux不像Windows一样,接上新硬件后可以自动识别,在Linux下无法自动识别新硬件的,需要手动去识别。USB移动存储设备通常被识别为sda1,具体可以通过fdisk -l命令查询。 在使用U盘前,我们先要为外挂点新建一个子...
test: echo \Error: no test specified\ && exit 1, start: node ./src/koa.js, build: webpack --config ./build/webpack.config.js }, 配置好了之后,运行 $ npm run build 结果报错提示: 发现
... ...其语法简洁,易于学习,特别适合初学者。... MVC(Model-View-Controller)是一种软件设计模式,常用于Web应用程序中。在这个企业站源码中,你将...同时,不断实践和改进这套源码,将有助于你提升解决实际问题的能力。
在iOS开发过程中,开发者可能会遇到一个令人困惑的错误——`clang: error: no input files`。这个错误通常出现在Xcode编译项目时,提示没有找到输入文件,导致编译失败。本文将详细介绍如何解决这个问题。 ### 错误...
你可以参考提供的资源,如 "No input file specified的解决方法-百度经验.url" 和 "报错 ”No input file specified.“ 排查 - zh_mead的博客 - CSDN博客.url",这些链接可能提供了更具体的步骤和案例。 在实际操作...