Показаны сообщения с ярлыком bugs. Показать все сообщения
Показаны сообщения с ярлыком bugs. Показать все сообщения

Глюки старого Emacs-a

"One particularly bad example I ran into is my Emacs hanging mysteriously when autocompleting on some two character suffixes. After much searching it turned out to be a known issue where if what I was completing looked like a domain name Emacs would try to ping it because of an interaction between autocompletion, file finding, and remote server support."

ValueError: unknown locale: UTF-8

Traceback (most recent call last):
  File "/usr/local/bin/sphinx-build", line 11, in <module>
    sys.exit(main())
  File "/Library/Python/2.7/site-packages/sphinx/__init__.py", line 51, in main
    sys.exit(build_main(argv))
  File "/Library/Python/2.7/site-packages/sphinx/__init__.py", line 61, in build_main
    from sphinx import cmdline
  File "/Library/Python/2.7/site-packages/sphinx/cmdline.py", line 19, in <module>
    from docutils.utils import SystemMessage
  File "/Library/Python/2.7/site-packages/docutils/utils/__init__.py", line 20, in <module>
    import docutils.io
  File "/Library/Python/2.7/site-packages/docutils/io.py", line 18, in <module>
    from docutils.utils.error_reporting import locale_encoding, ErrorString, ErrorOutput
  File "/Library/Python/2.7/site-packages/docutils/utils/error_reporting.py", line 47, in <module>
    locale_encoding = locale.getlocale()[1] or locale.getdefaultlocale()[1]
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py", line 511, in getdefaultlocale
    return _parse_localename(localename)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py", line 443, in _parse_localename
    raise ValueError, 'unknown locale: %s' % localename
ValueError: unknown locale: UTF-8
make[2]: *** [html] Error 1
make[1]: *** [install-doc] Error 2

make: *** [git-cola.app] Error 2

UnicodeDecodeError: 'ascii' codec can't decode byte

BUG

$ icdiff a/b.json c/d/j.json
Traceback (most recent call last):
  File "/usr/local/bin/icdiff", line 603, in <module>
    start()
  File "/usr/local/bin/icdiff", line 511, in start
    diff_files(options, a, b)
  File "/usr/local/bin/icdiff", line 598, in diff_files
    codec_print(line, options)
  File "/usr/local/bin/icdiff", line 518, in codec_print
    sys.stdout.write(s.encode(options.output_encoding))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 140: ordinal not in range(128)

ERROR [ContextLoader] Context initialization failed java.lang.NoSuchMethodError: org.springframework.context.support.AbstractRefreshableConfigApplicationContext.getEnvironment()Lorg/springframework/core/env/ConfigurableEnvironment;

Error:

13:49:18,932 ERROR [ContextLoader] Context initialization failed
java.lang.NoSuchMethodError: org.springframework.context.support
.AbstractRefreshableConfigApplicationContext.getEnvironment()
Lorg/springframework/core/env/ConfigurableEnvironment;
    at org.springframework.web.context.support.
AbstractRefreshableWebApplicationContext
.getEnvironment(AbstractRefreshableWebApplicationContext.java:146)
    at org.springframework.web.context.support
.XmlWebApplicationContext.loadBeanDefinitions
(XmlWebApplicationContext.java:87)

ERROR [STDERR] log4j:ERROR A "org.jboss.logging.appender.FileAppender" object is not assignable to a "org.apache.log4j.Appender" variable.

Error:

03:17:16,311 ERROR [STDERR] log4j:ERROR A "org.jboss.logging.
appender.FileAppender" object is not assignable to a 
"org.apache.log4j.Appender" variable.
03:17:16,311 ERROR [STDERR] log4j:ERROR The class "org.apache.
log4j.Appender" was loaded by 
03:17:16,311 ERROR [STDERR] log4j:ERROR [WebappClassLoader
  delegate: false
  repositories:
    /WEB-INF/classes/
----------> Parent Classloader:
java.net.FactoryURLClassLoader@195d3aa
] whereas object of type 
03:17:16,311 ERROR [STDERR] log4j:ERROR "org.jboss.logging.
appender.FileAppender" was loaded by [org.jboss.system.server.
NoAnnotationURLClassLoader@1b4fad5].
03:17:16,311 ERROR [STDERR] log4j:ERROR Could not instantiate 
appender named "FILE".
03:17:16,401 INFO  [0]] Initializing Spring root 
WebApplicationContext

records[i] is undefined      ns[i].viewRecordId = records[i].internalId;


Ext.define('App.store.SRS', {
    extend: 'Ext.data.TreeStore',   
    model: 'App.model.SRS',
    proxy: {
        type: 'ajax',
        url: 'data/SRS.php'
    },
    root: {
        text: 'Root',
        id: '0',
        expanded: true
    },
    folderSort: false
});

ns[i].viewRecordId = records[i].internalId;

Ext.define('App.store.SRS', {
    extend: 'Ext.data.TreeStore',   
    model: 'App.model.SRS',
    proxy: {
        type: 'ajax',
        url: 'data/SRS.php'
    },
    root: {
        text: 'Root',
        id: '0',
        children: [ ],
        expanded: true
    },
    folderSort: false
});

--
Extjs 4 treepanel bug
Ext.tree.TreePanel - Sencha Docs - Ext JS 4.0
Treegrid: a[b] is undefined (Error Message)