[jira] Created: (RVM-855) Error in XMLParser while loading Document Type Definition (.dtd) file

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

[jira] Created: (RVM-855) Error in XMLParser while loading Document Type Definition (.dtd) file

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Error in XMLParser while loading Document Type Definition (.dtd) file
---------------------------------------------------------------------

                 Key: RVM-855
                 URL: http://jira.codehaus.org/browse/RVM-855
             Project: RVM
          Issue Type: Bug
          Components: Runtime: Class Library: GNU Classpath
            Reporter: Suriya Subramanian
         Attachments: crash.txt, xml-parse-test.jar

I have a small test program that tries to parse an XML file. The XML file itself is trivial. All that it has is the DOCTYPE declaration, which is '<!DOCTYPE ACTIONS SYSTEM "actions.dtd">'. The parser, in order to parse the file must load actions.dtd. When I run this program on Jikes RVM, it looks for actions.dtd in the wrong place, throws an exception and crashes. The program and XML files are packaged in a JAR file. You can run the program as follows:

java -jar xml-parse-test.jar
rvm -jar xml-parse-test.jar

I am attaching the output with RVM.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Jikesrvm-issues mailing list
Jikesrvm-issues@...
https://lists.sourceforge.net/lists/listinfo/jikesrvm-issues

[jira] Commented: (RVM-855) Error in XMLParser while loading Document Type Definition (.dtd) file

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/RVM-855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=190574#action_190574 ]

Suriya Subramanian commented on RVM-855:
----------------------------------------

This program works find with Jikes RVM that uses Harmony.

> Error in XMLParser while loading Document Type Definition (.dtd) file
> ---------------------------------------------------------------------
>
>                 Key: RVM-855
>                 URL: http://jira.codehaus.org/browse/RVM-855
>             Project: RVM
>          Issue Type: Bug
>          Components: Runtime: Class Library: GNU Classpath
>            Reporter: Suriya Subramanian
>         Attachments: crash.txt, xml-parse-test.jar
>
>
> I have a small test program that tries to parse an XML file. The XML file itself is trivial. All that it has is the DOCTYPE declaration, which is '<!DOCTYPE ACTIONS SYSTEM "actions.dtd">'. The parser, in order to parse the file must load actions.dtd. When I run this program on Jikes RVM, it looks for actions.dtd in the wrong place, throws an exception and crashes. The program and XML files are packaged in a JAR file. You can run the program as follows:
> java -jar xml-parse-test.jar
> rvm -jar xml-parse-test.jar
> I am attaching the output with RVM.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Jikesrvm-issues mailing list
Jikesrvm-issues@...
https://lists.sourceforge.net/lists/listinfo/jikesrvm-issues

[jira] Commented: (RVM-855) Error in XMLParser while loading Document Type Definition (.dtd) file

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/RVM-855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=190575#action_190575 ]

Filip Pizlo commented on RVM-855:
---------------------------------

Ugh, yeah.  I see this as a big issue.  Have you tried /rvmroot/branches/RVM-733-Classpath-0.98?

> Error in XMLParser while loading Document Type Definition (.dtd) file
> ---------------------------------------------------------------------
>
>                 Key: RVM-855
>                 URL: http://jira.codehaus.org/browse/RVM-855
>             Project: RVM
>          Issue Type: Bug
>          Components: Runtime: Class Library: GNU Classpath
>            Reporter: Suriya Subramanian
>         Attachments: crash.txt, xml-parse-test.jar
>
>
> I have a small test program that tries to parse an XML file. The XML file itself is trivial. All that it has is the DOCTYPE declaration, which is '<!DOCTYPE ACTIONS SYSTEM "actions.dtd">'. The parser, in order to parse the file must load actions.dtd. When I run this program on Jikes RVM, it looks for actions.dtd in the wrong place, throws an exception and crashes. The program and XML files are packaged in a JAR file. You can run the program as follows:
> java -jar xml-parse-test.jar
> rvm -jar xml-parse-test.jar
> I am attaching the output with RVM.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Jikesrvm-issues mailing list
Jikesrvm-issues@...
https://lists.sourceforge.net/lists/listinfo/jikesrvm-issues

[jira] Commented: (RVM-855) Error in XMLParser while loading Document Type Definition (.dtd) file

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/RVM-855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=190576#action_190576 ]

Suriya Subramanian commented on RVM-855:
----------------------------------------

I get the same error with /rvmroot/branches/RVM-733-Classpath-0.98.

> Error in XMLParser while loading Document Type Definition (.dtd) file
> ---------------------------------------------------------------------
>
>                 Key: RVM-855
>                 URL: http://jira.codehaus.org/browse/RVM-855
>             Project: RVM
>          Issue Type: Bug
>          Components: Runtime: Class Library: GNU Classpath
>            Reporter: Suriya Subramanian
>         Attachments: crash.txt, xml-parse-test.jar
>
>
> I have a small test program that tries to parse an XML file. The XML file itself is trivial. All that it has is the DOCTYPE declaration, which is '<!DOCTYPE ACTIONS SYSTEM "actions.dtd">'. The parser, in order to parse the file must load actions.dtd. When I run this program on Jikes RVM, it looks for actions.dtd in the wrong place, throws an exception and crashes. The program and XML files are packaged in a JAR file. You can run the program as follows:
> java -jar xml-parse-test.jar
> rvm -jar xml-parse-test.jar
> I am attaching the output with RVM.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Jikesrvm-issues mailing list
Jikesrvm-issues@...
https://lists.sourceforge.net/lists/listinfo/jikesrvm-issues

[jira] Commented: (RVM-855) Error in XMLParser while loading Document Type Definition (.dtd) file

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/RVM-855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=190577#action_190577 ]

Filip Pizlo commented on RVM-855:
---------------------------------

Good to know.  Thanks for doing that test.

> Error in XMLParser while loading Document Type Definition (.dtd) file
> ---------------------------------------------------------------------
>
>                 Key: RVM-855
>                 URL: http://jira.codehaus.org/browse/RVM-855
>             Project: RVM
>          Issue Type: Bug
>          Components: Runtime: Class Library: GNU Classpath
>            Reporter: Suriya Subramanian
>         Attachments: crash.txt, xml-parse-test.jar
>
>
> I have a small test program that tries to parse an XML file. The XML file itself is trivial. All that it has is the DOCTYPE declaration, which is '<!DOCTYPE ACTIONS SYSTEM "actions.dtd">'. The parser, in order to parse the file must load actions.dtd. When I run this program on Jikes RVM, it looks for actions.dtd in the wrong place, throws an exception and crashes. The program and XML files are packaged in a JAR file. You can run the program as follows:
> java -jar xml-parse-test.jar
> rvm -jar xml-parse-test.jar
> I am attaching the output with RVM.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Jikesrvm-issues mailing list
Jikesrvm-issues@...
https://lists.sourceforge.net/lists/listinfo/jikesrvm-issues