errorz 主に泣いてます >> resolved 解決したエラー日記たち
エラー日記
主に泣いてます
最新更新日時: 2011年02月19日 18時22分
このフォルダのページビュー: 120192
You Never Know: java.lang.ClassNotFoundException: org.apache.tools.ant.Main |
http://jojovedder.blogspot.com/2009/03/javalangclassnotfoundexception.html This error should not be occuring when you install Ant out-of-the-box and run it. However, on the rare occasions it does occur - the solution is quite simple. java.lang.ClassNotFoundException: org.apache.tools.ant.Main at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:244) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67) Take a look at the ANT_HOME/lib folder - and ensure that the ant.jar is in there and showing a size of 1MB or higher. It is usually due to a corrupted version of ant.jar in the above path. |
2010年8月1日
error: Entry 〜 not uptodate. Cannot merge. |
http://d.hatena.ne.jp/showyou/20090522/1242989755 gitでpullするとエラーがでる - 崩壊現実-全てはvirtualに収束する- ずばりcommitしてないってオチでした。commitしたら自動mergeして衝突してくれた。 |
2010年7月25日
[ant] java.lang.ClassNotFoundException: |
このバージョンのant.jarが壊れていただけだった This error should not be occuring when you install Ant out-of-the-box and run it. However, on the rare occasions it does occur - the solution is quite simple. java.lang.ClassNotFoundException: org.apache.tools.ant.Main at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:244) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67) Take a look at the ANT_HOME/lib folder - and ensure that the ant.jar is in there and showing a size of 1MB or higher. It is usually due to a corrupted version of ant.jar in the above path. >> You Never Know: java.lang.ClassNotFoundException: org.apache.tools.ant.Main |
2010年7月3日
Err error:/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:585:in `to_constant_name': Anonymous modules have no name to be referenced by |
error:/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:585:in `to_constant_name': Anonymous modules have no name to be referenced by しらないうちになおっちゃった |
2010年6月22日
type P ポインティングデバイス敏感すぎ |
http://ctec3.blog.so-net.ne.jp/2009-02-05-7 私も「ちょっと反応が過敏すぎないかな?」と思って機能をオフにしていた、VAIO type Pに内蔵されているポインティングデバイスのプレスセレクト機能なんですが、機能を改善するアップデートソフトウェアが公開されました。 |
2010年6月21日
APTANA Page load failed with error: ネットワークの接続が解除されました |
http://0.0.0.0:3001/top Page load failed with error: ネットワークの接続が解除されました ******* 再起動で解決、再現せず |
2010年6月21日
unknown command heroku |
WARNING: Installing to ~/.gem since /var/lib/gems/1.8 and /var/lib/gems/1.8/bin aren't both writable. WARNING: You don't have /home/ xxxx/.gem/ruby/1.8/bin in your PATH, gem executables will not run. **************** パスに/var/lib/gems/1.8/bin足したらうまくいった export path=path:/var/lib/gems/1.8/bin (path通ってなくてもgem listにはherokuがあったのでややこしかったです) |
2010年6月15日
is missing required source folder: 'gen' : eclipse android ubuntu |
Project 'test' is missing required source folder: 'gen' test Build path Build Path Problem 再起動で解決 |
2010年6月16日
require_gemからgemへ - SWDYH |
http://d.hatena.ne.jp/swdyh/20070209/1171014426 こないだrubygemsをアップデータした sudo gem update --system アップデートしてから、このWarningがよく出る Warning: require_gem is obsolete. Use gem instead. require_gemがgemに変わったらしい ちょっと気になってがackしてみたら、activerecordとかの中身もrequire_gemからgemに変わってた railsコマンドで作られるboot.rbもrequire_gemからgemに変わってた rubygemsが古い環境でgemしても大丈夫なのかなあ、よくわからん。 とりあえずはrubygems.rbの60行目をコメントアウトして、様子見。 |
2010年6月15日
:( R.layout.main cannot be resolved :( - Android Forums |
http://androidforums.com/android-developers/2781-r-layout-main-cannot-resolved.html ****** ビルドのcleanで解決 |
2010年6月13日
An error occurred while installing the items session context was:(profile=PlatformProfile, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Install, operand=null --> [R]org.eclipse.cvs 1.0.400.v201002111343, action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.InstallBundleAction).eclipse android install GALILEO Version: 3.5.2Build id: M20100211-1343 |
An error occurred while installing the items session context was:(profile=PlatformProfile, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Install, operand=null --> [R]org.eclipse.cvs 1.0.400.v201002111343, action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.InstallBundleAction). The artifact file for osgi.bundle,org.eclipse.cvs,1.0.400.v201002111343 was not found. ****** eclipse-plugin-cvsをインストールする |