You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by YKPrajapati <yk...@netscape.net> on 2003/11/04 16:19:05 UTC

Cocoon 2.1.2 on Jboss 4.0.0.DR2

I am trying to deploy the latest release of Cocoon i.e. 2.1.2 as webapp 
on JBoss 4.0.0.DR2 (built in Tomcat 4.1.24). I get following exception:

10:10:35,083 ERROR [STDERR] Caused by: 
com.hp.hpl.jena.rdf.arp.ParseException: {E201} Syntax error when 
processing <EOF>.
Input to RDF parser ended prematurely. This is often related to an XML 
parser abort.
Encountered <EOF> Was expecting one of:
    XML ELEMENT CONTENT

    start element rdf:RDF
    start element rdf:Description
    general start element tag

10:10:35,085 ERROR [STDERR]     at 
com.hp.hpl.jena.rdf.arp.RDFParser.generateParseException(RDFParser.java:2208)
10:10:35,085 ERROR [STDERR]     at 
com.hp.hpl.jena.rdf.arp.RDFParser.jj_consume_token(RDFParser.java:2095)
10:10:35,085 ERROR [STDERR]     at 
com.hp.hpl.jena.rdf.arp.RDFParser.root(RDFParser.java:1325)
10:10:35,086 ERROR [STDERR]     at 
com.hp.hpl.jena.rdf.arp.RDFParser.embeddedFile(RDFParser.java:1308)
10:10:35,086 ERROR [STDERR]     at 
com.hp.hpl.jena.rdf.arp.ARPFilter.parse(ARPFilter.java:293)
10:10:35,087 ERROR [STDERR]     at 
com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:227)
10:10:35,087 ERROR [STDERR]     ... 129 more

Can anybody help me figuring out what's wrong ?

FYI: I was able to deploy Cocoon 2.1 webapp on same JBoss installation 
successfully.

-YKP


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: Cocoon 2.1.2 on Jboss 4.0.0.DR2

Posted by YKPrajapati <yk...@netscape.net>.
Mike,

That did the trick...things are working great. I also see performance 
improvements in latest version (2.1.2) over 2.1 while webapp deployment.

Thanks a lot. Appreciated your inputs.

-YKP

mikael.bjorn@mibj01.dyndns.org wrote:

> 
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>I got the same error not a week ago but with JBoss 3.2.2 
>and Tomcat 4.1.27.
>
>It's the Deli block messing things up. It's totaly unstable 
>so if you uncomment the line that says "exclude.block.deli=true"
>and recompile you'll be fine...
>
>Good luck!
>
>/Mike
>
>- -----Original Message-----
>From: YKPrajapati [mailto:ykprajapati@netscape.net] 
>Sent: Tuesday, November 04, 2003 4:19 PM
>To: users@cocoon.apache.org
>Subject: Cocoon 2.1.2 on Jboss 4.0.0.DR2
>
>
>I am trying to deploy the latest release of Cocoon i.e. 2.1.2 as
>webapp 
>on JBoss 4.0.0.DR2 (built in Tomcat 4.1.24). I get following
>exception:
>
>10:10:35,083 ERROR [STDERR] Caused by: 
>com.hp.hpl.jena.rdf.arp.ParseException: {E201} Syntax error when 
>processing <EOF>.
>Input to RDF parser ended prematurely. This is often related to an
>XML 
>parser abort.
>Encountered <EOF> Was expecting one of:
>    XML ELEMENT CONTENT
>
>    start element rdf:RDF
>    start element rdf:Description
>    general start element tag
>
>10:10:35,085 ERROR [STDERR]     at 
>com.hp.hpl.jena.rdf.arp.RDFParser.generateParseException(RDFParser.jav
>a:2208)
>10:10:35,085 ERROR [STDERR]     at 
>com.hp.hpl.jena.rdf.arp.RDFParser.jj_consume_token(RDFParser.java:2095
>)
>10:10:35,085 ERROR [STDERR]     at 
>com.hp.hpl.jena.rdf.arp.RDFParser.root(RDFParser.java:1325)
>10:10:35,086 ERROR [STDERR]     at 
>com.hp.hpl.jena.rdf.arp.RDFParser.embeddedFile(RDFParser.java:1308)
>10:10:35,086 ERROR [STDERR]     at 
>com.hp.hpl.jena.rdf.arp.ARPFilter.parse(ARPFilter.java:293)
>10:10:35,087 ERROR [STDERR]     at 
>com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:227)
>10:10:35,087 ERROR [STDERR]     ... 129 more
>
>Can anybody help me figuring out what's wrong ?
>
>FYI: I was able to deploy Cocoon 2.1 webapp on same JBoss
>installation 
>successfully.
>
>- -YKP
>
>
>- ---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
>For additional commands, e-mail: users-help@cocoon.apache.org
>
>-----BEGIN PGP SIGNATURE-----
>Version: PGP 8.0.2
>
>iQA/AwUBP6gHUYTNuy8mcLTPEQKURgCfbmttAczvc59z4u4/pWM/dg+xZt0AnjsW
>r+gwE9Eytf/7uIHNmSe+vlwo
>=bJuX
>-----END PGP SIGNATURE-----
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
>For additional commands, e-mail: users-help@cocoon.apache.org
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


RE: Cocoon 2.1.2 on Jboss 4.0.0.DR2

Posted by Mikael Björn <mi...@mibj01.dyndns.org>.
 
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I got the same error not a week ago but with JBoss 3.2.2 
and Tomcat 4.1.27.

It's the Deli block messing things up. It's totaly unstable 
so if you uncomment the line that says "exclude.block.deli=true"
and recompile you'll be fine...

Good luck!

/Mike

- -----Original Message-----
From: YKPrajapati [mailto:ykprajapati@netscape.net] 
Sent: Tuesday, November 04, 2003 4:19 PM
To: users@cocoon.apache.org
Subject: Cocoon 2.1.2 on Jboss 4.0.0.DR2


I am trying to deploy the latest release of Cocoon i.e. 2.1.2 as
webapp 
on JBoss 4.0.0.DR2 (built in Tomcat 4.1.24). I get following
exception:

10:10:35,083 ERROR [STDERR] Caused by: 
com.hp.hpl.jena.rdf.arp.ParseException: {E201} Syntax error when 
processing <EOF>.
Input to RDF parser ended prematurely. This is often related to an
XML 
parser abort.
Encountered <EOF> Was expecting one of:
    XML ELEMENT CONTENT

    start element rdf:RDF
    start element rdf:Description
    general start element tag

10:10:35,085 ERROR [STDERR]     at 
com.hp.hpl.jena.rdf.arp.RDFParser.generateParseException(RDFParser.jav
a:2208)
10:10:35,085 ERROR [STDERR]     at 
com.hp.hpl.jena.rdf.arp.RDFParser.jj_consume_token(RDFParser.java:2095
)
10:10:35,085 ERROR [STDERR]     at 
com.hp.hpl.jena.rdf.arp.RDFParser.root(RDFParser.java:1325)
10:10:35,086 ERROR [STDERR]     at 
com.hp.hpl.jena.rdf.arp.RDFParser.embeddedFile(RDFParser.java:1308)
10:10:35,086 ERROR [STDERR]     at 
com.hp.hpl.jena.rdf.arp.ARPFilter.parse(ARPFilter.java:293)
10:10:35,087 ERROR [STDERR]     at 
com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:227)
10:10:35,087 ERROR [STDERR]     ... 129 more

Can anybody help me figuring out what's wrong ?

FYI: I was able to deploy Cocoon 2.1 webapp on same JBoss
installation 
successfully.

- -YKP


- ---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org

-----BEGIN PGP SIGNATURE-----
Version: PGP 8.0.2

iQA/AwUBP6gHUYTNuy8mcLTPEQKURgCfbmttAczvc59z4u4/pWM/dg+xZt0AnjsW
r+gwE9Eytf/7uIHNmSe+vlwo
=bJuX
-----END PGP SIGNATURE-----


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org