[Fatal Error] :-1:-1: Premature end of file.

View: New views
10 Messages — Rating Filter:   Alert me  

[Fatal Error] :-1:-1: Premature end of file.

by Joshua Jacobs-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Greetings grails users:

I have a pretty simple grails app that includes a couple custom  
plugins. On every http request, I see the following logged, but see no  
other errors--and the app still works. Here's the log message:

[Fatal Error] :-1:-1: Premature end of file.

The site exhibits no errors, so I'm not quite sure where to look for  
the source of the problem. Some googling indicates a potential parser  
problem but that doesn't help me much.

Has anyone seen this before?

Any hints or suggestions?

Thanks!

Joshua

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: [Fatal Error] :-1:-1: Premature end of file.

by Burt Beckwith :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Search the mailing list archives - this has been discussed a _lot_.

Burt

On Tuesday 08 July 2008 10:23:44 pm Joshua Jacobs wrote:

> Greetings grails users:
>
> I have a pretty simple grails app that includes a couple custom
> plugins. On every http request, I see the following logged, but see no
> other errors--and the app still works. Here's the log message:
>
> [Fatal Error] :-1:-1: Premature end of file.
>
> The site exhibits no errors, so I'm not quite sure where to look for
> the source of the problem. Some googling indicates a potential parser
> problem but that doesn't help me much.
>
> Has anyone seen this before?
>
> Any hints or suggestions?
>
> Thanks!
>
> Joshua
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>     http://xircles.codehaus.org/manage_email



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: [Fatal Error] :-1:-1: Premature end of file.

by webmogul :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

line 15 of the Config.groovy. comment out the XML mime type

On Tue, Jul 8, 2008 at 7:23 PM, Joshua Jacobs <mandaladesigns@...> wrote:

> Greetings grails users:
>
> I have a pretty simple grails app that includes a couple custom plugins. On
> every http request, I see the following logged, but see no other errors--and
> the app still works. Here's the log message:
>
> [Fatal Error] :-1:-1: Premature end of file.
>
> The site exhibits no errors, so I'm not quite sure where to look for the
> source of the problem. Some googling indicates a potential parser problem
> but that doesn't help me much.
>
> Has anyone seen this before?
>
> Any hints or suggestions?
>
> Thanks!
>
> Joshua
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>   http://xircles.codehaus.org/manage_email
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: [Fatal Error] :-1:-1: Premature end of file.

by Andres Almiray :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks, I thought the culprit  was the plugin I'm working on too :-)

webmogul wrote:
line 15 of the Config.groovy. comment out the XML mime type

On Tue, Jul 8, 2008 at 7:23 PM, Joshua Jacobs <mandaladesigns@gmail.com> wrote:
> Greetings grails users:
>
> I have a pretty simple grails app that includes a couple custom plugins. On
> every http request, I see the following logged, but see no other errors--and
> the app still works. Here's the log message:
>
> [Fatal Error] :-1:-1: Premature end of file.
>
> The site exhibits no errors, so I'm not quite sure where to look for the
> source of the problem. Some googling indicates a potential parser problem
> but that doesn't help me much.
>
> Has anyone seen this before?
>
> Any hints or suggestions?
>
> Thanks!
>
> Joshua
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>   http://xircles.codehaus.org/manage_email
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Re: [Fatal Error] :-1:-1: Premature end of file.

by Nick Atkins-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Firefox 3 causes these for some reason, at least that's what I read.

On Jul 8, 2008, at 7:23 PM, Joshua Jacobs wrote:

> Greetings grails users:
>
> I have a pretty simple grails app that includes a couple custom  
> plugins. On every http request, I see the following logged, but see  
> no other errors--and the app still works. Here's the log message:
>
> [Fatal Error] :-1:-1: Premature end of file.
>
> The site exhibits no errors, so I'm not quite sure where to look for  
> the source of the problem. Some googling indicates a potential  
> parser problem but that doesn't help me much.
>
> Has anyone seen this before?
>
> Any hints or suggestions?
>
> Thanks!
>
> Joshua
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>   http://xircles.codehaus.org/manage_email
>
>

--
Nick Atkins
CTO, Voyij Inc.
440 N. Wolfe Rd
Sunnyvale, CA 94085
http://www.voyij.com






---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: [Fatal Error] :-1:-1: Premature end of file.

by Peter Ledbrook-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> Has anyone seen this before?

This is in the FAQ on the website.

Cheers,

Peter

--
Software Engineer
G2One, Inc.
http://www.g2one.com/

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: [Fatal Error] :-1:-1: Premature end of file.

by Joshua Jacobs-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks for your responses. I appreciate it!

On Jul 9, 2008, at 1:46 AM, Peter Ledbrook wrote:

>> Has anyone seen this before?
>
> This is in the FAQ on the website.
>
> Cheers,
>
> Peter
>
> --
> Software Engineer
> G2One, Inc.
> http://www.g2one.com/
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: [Fatal Error] :-1:-1: Premature end of file.

by Joshua Jacobs-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

For future reference, here's the FAQ link:

http://tinyurl.com/fatalerror


On Jul 9, 2008, at 1:46 AM, Peter Ledbrook wrote:

>> Has anyone seen this before?
>
> This is in the FAQ on the website.
>
> Cheers,
>
> Peter
>
> --
> Software Engineer
> G2One, Inc.
> http://www.g2one.com/
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Error on SVN steps on grails.org?

by Joshua Jacobs-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

I've been moving my projects into SVN following the steps outlines on  
this page:

http://www.grails.org/Checking+Projects+into+SVN

I think there's a problem with the line that ignores and deletes web-
app/WEB-INF. After I removed the WEB-INF directory my app failed to  
run (grails run-app). Adding it back got things working.

What's the intention behind this step in the tutorial? Would it be  
better to delete and ignore web-app/WEB-INF/classes ?

Are others using this guide successfully?

I would be happy to update the web page, but I don't want to be sure I  
understand what's going on first.

Thanks!

Joshua

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: Error on SVN steps on grails.org?

by Peter Ledbrook-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> I would be happy to update the web page, but I don't want to be sure I
> understand what's going on first.

I think the intention is that you always run "grails upgrade" after
checking out your repository, but I prefer to add
"applicationContext.xml", "tld", and "sitemesh.xml" to the repository.
Grails used to generate all sorts of stuff in "web-app/WEB-INF", but
not any more, so there's no need to add it to the ignore list.

Cheers,

Peter

--
Software Engineer
G2One, Inc.
http://www.g2one.com/

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


LightInTheBox - Buy quality products at wholesale price!