`
casephoen
  • 浏览: 19660 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Premature end of file错误

阅读更多

搜索了一下,java里面也发生这种错误,说是xml输出时的问题

在grails的jira里面看到,这个问题好像是某些浏览器accept头的问题,1.0.4版本已修正这个bug,1.0.3在config.groovy里面

 

grails.mime.types = [ html: ['text/html','application/xhtml+xml'],
xml: ['text/xml', 'application/xml'], <--- 注释或删除此行

...

注释掉后问题得到解决,呵呵

分享到:
评论

相关推荐

    caffe官网的一些翻译

    ### Caffe官网翻译知识点概述 #### 1. Brewing Imagenet **数据准备** - **环境**: 所有命令在`cafferoot`目录下执行。 - **数据**: 使用ILSVRC12挑战赛的数据集。 - **组织结构**: 训练数据与测试数据分别存放。...

    丑陋版qt网络传输jpeg图片

    在实际开发中,我们还需要处理错误,例如网络连接失败、文件读取错误等。这可以通过`try-catch`语句或者连接`error`信号来实现。同时,考虑到用户体验,可以添加进度条或提示信息来反馈传输状态。 总的来说,这个...

    解压cpio文件

    ### 解压cpio文件 在Linux环境中,`cpio`是一种常见的用于归档文件的工具。它可以用来创建、查看和提取归档文件。本篇内容将详细介绍如何解压`cpio`格式的文件,特别是那些经过gzip压缩的文件。...

    QT,JPEG解码源代码(已完成)

    /* 04h Length of APP0 Field */ BYTE Identifier[5]; /* 06h "JFIF" (zero terminated) Id String */ BYTE Version[2]; /* 0Bh JFIF Format Revision */ BYTE Units; /* 0Dh Units used for Resolution */ ...

    FDTD Java example codes

    **有限差分时域法(FDTD)简介** 有限差分时域法(Finite Difference Time Domain,简称FDTD)是一种广泛应用于电磁场数值计算的方法,它通过在时间和空间上对麦克斯韦方程进行离散化来求解电磁问题。...

    PHP Parse Error: syntax error, unexpected $end 错误的解决办法

    在本文中,我们将详细探讨"PHP Parse Error: syntax error, unexpected $end"错误的产生原因及其解决办法。此问题在配置服务器或编写PHP脚本时可能会遇到,通常提示是在代码的特定行数发生了语法错误。下面,我们将...

    QT 生成QXlsx库,亲测可用

    QT 生成QXlsx库是QT应用程序开发中的一个重要步骤,特别是在需要处理Excel文件时。QXlsx是一个开源的QT库,允许开发者在QT环境中创建、读取和编辑Microsoft Excel(XLSX)文件。这个库提供了丰富的API,使得在QT应用...

    解决java远程调试ClosedConnectionException错误

    解决Failed to connect to remote VM com.sun.jdi.connect.spi.ClosedConnectionException错误,tomcat远程调试

    由Apache 500错误引出的临时文件问题分析解决

    查看apache日志,发觉是mod_fcgid模块异常,提示”Connection reset by peer:mod_fcgid:error reading data from FastCGI server”、”Premature end of script headers:index.php”、”process /usr/… apache/cgi-...

    C++用zlib进行数据的节约(gzip)

    throw std::runtime_error("Premature end of input file"); } gzclose(gzipFile); inputFile.close(); } ``` 在解压缩方面,我们可以使用`gzopen`以读模式打开gzip文件,然后通过`gzread`读取解压缩后的数据...

    dpkg_1.17.5ubuntu5.8.tar

    此版本解决dpkg报错dpkg-deb: error: archive 'device-tree-compiler_1.4.5-3_amd64.deb' has premature member 'control.tar.xz' before 'control.tar.gz' bug

    Active Cell Balancing in Battery

    a premature failure of the whole battery. Cell balancing is a way of compensating for these weaker cells by equalizing the charge on all the cells in the chain, thus extending the battery life.

    cxf客户端(对象,上传与下载文件支持断点传输)

    connection.setRequestProperty("Range", "bytes=" + startByte + "-" + endByte); InputStream in = connection.getInputStream(); ``` 服务端需要支持处理这种请求,并返回206 Partial Content状态码,同时在...

    UNIX Network Programming Volume 2(Unix网络编程卷2英文版)

    15.11 premature termination of client or server 390 15.12 summary 397 chapter 16. sun rpc 16.1 introduction 399 16.2 multithreading 407 16.3 server binding 411 16.4 authentication 414 16.5 ...

    java.security.InvalidKeyException:illegal Key Size

    在Java编程环境中,"java.security.InvalidKeyException: illegal Key Size" 是一个常见的错误,通常发生在加密或解密操作中。这个错误表示你试图使用的密钥长度超过了Java默认的安全限制。在给定的上下文中,这个...

    packaging-chapter-06-databook.pdf

    A malfunction in these components or boards can occur immediately or the apparatus may perform for weeks, months, or even years before an unpredictable and premature breakdown causes a field failure.

    AIS-PSO.rar_PSO-AIS_The Space Between_immunity algorithm_optimiz

    however, PSO is easy to get trapped in local extremum, to have premature convergence or stagnation. In order to help PSO strike a balance between individual diversity and swarm convergence, this ...

    粒子群算法与神经网络算法结合的matlab程序

    At the end of the paper research the improved particle swarm algorithm in the application of the BP neural network. First this paper introduces the principle of artificial neural network and based on ...

    Effective Akka

    Model interactions as simply as possible to avoid premature optimization, Create well-defined interactions, and know exactly what failures can occur, Learn why you should never treat actors as you ...

Global site tag (gtag.js) - Google Analytics