- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
尝试在 vds 上打开我的网页,然后获取:
We're sorry, but something went wrong.
We've been notified about this issue and we'll take a look at it shortly.
所以,这是日志:
Started GET "/" for 176.14.194.67 at 2012-01-20 20:39:10 +0300
Processing by PagesController#home as HTML
Rendered pages/_unauthorize_home.html.erb (4.0ms)
Rendered pages/home.html.erb within layouts/application (36.0ms)
Compiled blueprint/screen.css (0ms) (pid 2376)
Rendered layouts/_stylesheets.html.erb (16.0ms)
Completed 500 Internal Server Error in 108ms
ActionView::Template::Error (Permission denied - /vol/www/apps/ror_tutorial/releases/20120120133926/tmp/cache/assets/D0B):
1: <!--[if lt IE 9]>
2: <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
3: <![endif]-->
4: <%= stylesheet_link_tag 'blueprint/screen', :media => 'screen' %>
5: <%= stylesheet_link_tag 'blueprint/print', :media => 'print' %>
6: <!--[if lt IE 8]><%= stylesheet_link_tag 'blueprint/ie' %><![endif]-->
7: <%= stylesheet_link_tag 'custom', :media => 'screen' %>
app/views/layouts/_stylesheets.html.erb:4:in `_app_views_layouts__stylesheets_html_erb___3365052482828129995_20792840'
app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb___1751394762871432659_21276200'
接下来我尝试了
chmod 777 -R /vol/www/apps/ror_tutorial/current/tmp/
它解决了“权限被拒绝”的错误,但这导致了新的奇怪错误!
Started GET "/" for 176.14.194.67 at 2012-01-20 21:33:37 +0300
Processing by PagesController#home as HTML
Rendered pages/_unauthorize_home.html.erb (0.0ms)
Rendered pages/home.html.erb within layouts/application (40.0ms)
Rendered layouts/_stylesheets.html.erb (12.0ms)
Compiled application.js (3ms) (pid 4546)
Completed 500 Internal Server Error in 292ms
ActionView::Template::Error (TypeError: Cannot call method 'write' of undefined
at /tmp/execjs20120120-4546-7t6zdm.js:12:20
at /tmp/execjs20120120-4546-7t6zdm.js:26:16
at /tmp/execjs20120120-4546-7t6zdm.js:1:92
at Object.<anonymous> (/tmp/execjs20120120-4546-7t6zdm.js:1:109)
at Module._loadContent (node.js:667:21)
at node.js:695:20
at node.js:304:23
at node.js:756:9
(in /vol/www/apps/ror_tutorial/releases/20120120133926/app/assets/javascripts/pages.js.coffee)):
6: <%#= auto_discovery_link_tag( :rss, {:controller => "users", :action => "show"} ) %>
7:
8: <%= render 'layouts/stylesheets' %>
9: <%= javascript_include_tag "application" %> <%# We are using "application" instead of :defaults because this works.%>
10: </head>
11: <body>
12: <div class="container">
app/views/layouts/application.html.erb:9:in `_app_views_layouts_application_html_erb___4331846574104382680_15766720'
我想这是因为我安装了nodejs
,但我不确定。
这是 tmp 的权利/
$ ls -alh /vol/www/apps/ror_tutorial/current/tmp/
drwxrwxrwx 3 root root 4.0K 2012-01-20 19:14 .
drwxrwxr-x 17 root root 4.0K 2012-01-20 18:57 ..
drwxrwxrwx 3 root root 4.0K 2012-01-20 19:14 cache
lrwxrwxrwx 1 root root 38 2012-01-20 16:41 pids -> /vol/www/apps/ror_tutorial/shared/pids
-rwxrwxrwx 1 root root 0 2012-01-20 16:41 restart.txt
$ ls -alh /vol/www/apps/ror_tutorial/current/tmp/cache/assets
total 56K
drwxrwxrwx 14 root root 4.0K 2012-01-20 20:40 .
drwxrwxrwx 3 root root 4.0K 2012-01-20 19:14 ..
drwxrwxrwx 3 root root 4.0K 2012-01-20 19:14 CDB
drwxrwxrwx 3 root root 4.0K 2012-01-20 19:14 CF0
drwxrwxrwx 3 root root 4.0K 2012-01-20 20:40 CF9
drwxrwxrwx 3 root root 4.0K 2012-01-20 20:40 D0B
drwxrwxrwx 3 root root 4.0K 2012-01-20 20:40 D15
drwxrwxrwx 3 root root 4.0K 2012-01-20 20:40 D1D
drwxrwxrwx 3 root root 4.0K 2012-01-20 20:40 D2F
drwxrwxrwx 3 root root 4.0K 2012-01-20 20:40 D3B
drwxrwxrwx 3 root root 4.0K 2012-01-20 20:40 D40
drwxrwxrwx 3 root root 4.0K 2012-01-20 20:40 D62
drwxrwxrwx 3 root root 4.0K 2012-01-20 19:14 DA9
drwxrwxrwx 3 root root 4.0K 2012-01-20 19:14 E04
我的系统:
Ubuntu 10.04
PostgreSQL 9.1
Rails 3.1.3
Ruby 1.9.3p27
Nginx 1.0.11 (installed/compiled by passenger)
Phusion passenger 3.0.11
Capistrano
生产.rb
SampleApp::Application.configure do
# Settings specified here will take precedence over those in config/application.rb
# Code is not reloaded between requests
config.cache_classes = true
# Full error reports are disabled and caching is turned on
config.consider_all_requests_local = false
config.action_controller.perform_caching = true
# Disable Rails's static asset server (Apache or nginx will already do this)
config.serve_static_assets = true
# Compress JavaScripts and CSS
config.assets.compress = true
# Don't fallback to assets pipeline if a precompiled asset is missed
config.assets.compile = true
# Generate digests for assets URLs
config.assets.digest = true
# Defaults to Rails.root.join("public/assets")
# config.assets.manifest = YOUR_PATH
# Specifies the header that your server uses for sending files
# config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache
# config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
# config.force_ssl = true
# See everything in the log (default is :info)
# config.log_level = :debug
# Use a different logger for distributed setups
# config.logger = SyslogLogger.new
# Use a different cache store in production
# config.cache_store = :mem_cache_store
# Enable serving of images, stylesheets, and JavaScripts from an asset server
# config.action_controller.asset_host = "http://assets.example.com"
# Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
# config.assets.precompile += %w( search.js )
# Disable delivery errors, bad email addresses will be ignored
# config.action_mailer.raise_delivery_errors = false
# Enable threaded mode
# config.threadsafe!
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation can not be found)
config.i18n.fallbacks = true
# Send deprecation notices to registered listeners
config.active_support.deprecation = :notify
end
此外,我以 root 用户身份登录操作系统。
我该如何解决这个问题?
最佳答案
我解决了!问题出在node-v0.1.31 中。我删除了旧版本,然后安装了新版本:
git clone git://github.com/ry/node.git
cd node
./configure
make
sudo make install
现在一切都很好!
关于ruby-on-rails - Rails 3 - 权限错误和奇怪的 TypeError,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8945772/
关闭。这个问题是off-topic .它目前不接受答案。 想改进这个问题吗? Update the question所以它是on-topic用于堆栈溢出。 关闭 10 年前。 Improve thi
Android 权限(您在 list 中请求并在安装时显示的权限)是否与 root 用户在 root 手机上获得的 linux 权限相同? 更确切地说:如果我的手机上有 root 权限并且我有一个可以
我经常读到 VIEW 的一个目的是安全性:允许一些用户访问基础表,而其他用户只允许访问派生 View 。考虑到这一点,我设计了几个向外部用户提供受限数据集的 View 。 一切都很好,但在实践中这是行
在 Facebook API v2.3 中,“user_posts”听起来像是“user_status”的超集。是这样吗?如果我已经有“user_posts”,为什么还需要“user_status”?
在为 BLUETOOTH_CONNECT 请求运行时权限后,android 12 崩溃了,我在 Samsung Android 12 设备中遇到了这个问题。在其他低于 Android 12 的设备上运
请理解这个问题可能有点头晕,因为这是我第一次提问。另外,请理解语法可能很奇怪,因为我不擅长英语并使用翻译。 我是一个在 Android 工作室中使用 java 制作应用程序的人。 尝试使用蓝牙时出现连
我刚刚将我的 Magento 商店从 cPanel 移动到 DirectAdmin (Centos)。 我的问题现在是权限。以前在 cPanel 上,所有文件夹都设置为 755 和文件 644。这很好
我希望在我的 Django 项目中获得更细粒度的权限,但无法决定使用哪个应用程序。 我所拥有的是这样的: class Item(models.Model): name = models.Cha
关闭。这个问题不满足Stack Overflow guidelines .它目前不接受答案。 想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。 6年前关闭。 Improve thi
我们已经设置了一个 Github 应用程序,以便它使用 Github API 自动为另一个个人 Github 用户创建一个存储库。现在我们遇到了一个问题,不是每个人都想让我们完全读取他们所有的私有(p
假设我有一个网站想要访问 Facebook 的用户帐户信息。通常,用户会获得网站要求的所有权限,并且可以整体上允许或拒绝这些权限。 是否可以让用户选择(例如,通过授权屏幕上每个权限的复选框)他想授予网
平台下载地址:https://gitee.com/alwaysinsist/edp 权限介绍 权限实际上就是谁有权使用或是访问什么,这里的“谁”可以视作"授权对象",&qu
playstore 给我发这个消息 We've detected that your app contains the requestLegacyExternalStorage flag in the
我可以在没有 sudo 的情况下运行 docker,但有时它会再次请求权限,我无法在 VS 代码中附加容器 Got permission denied while trying to connect
我正在尝试在 Ubuntu 中的可执行文件上运行 gdb。但是,当我尝试在 gdb 中运行 run 时,出现以下错误。 /vagrant/unit_test: cannot execute: Perm
我的应用程序工作了一年,然后对 instagram 的 API 调用停止返回任何数据。 我使用以下 instagram 端点: https://api.instagram.com/v1/media/s
我使用 TFS 2012 并希望为 TFS 用户组设置以下权限。 允许创建新问题项。 拒绝创建新的任务项。 拒绝更改他的任务项,只能更改提醒时间、描述和状态。并且不能更改分配的用户、优先级和迭代。 我
我有一个谷歌计算引擎实例,我使用与我的 glcoud 帐户关联的 SSH key 通过 SFTP 连接到该实例。但是,我无法将任何文件上传到/var/www 目录,尽管我可以读取目录列表。/var/w
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 我们不允许在 Stack Overflow 上提出有关通用计算硬件和软件的问题。您可以编辑问题,使其成为
我不确定如何正确处理以下情况: 我的程序通过安装程序安装 我在应用程序文件夹中创建SQLite数据库(程序启动时) 在某些配置中,我收到“ Attemt写入只读数据库”错误。这是权限问题,现在我通过将
我是一名优秀的程序员,十分优秀!