You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Martin Helmhout (JIRA)" <ju...@ws.apache.org> on 2007/04/06 10:29:32 UTC

[jira] Created: (JUDDI-100) jUDDI does not work with Java release 6 with Tomcat

jUDDI does not work with Java release 6 with Tomcat
---------------------------------------------------

                 Key: JUDDI-100
                 URL: https://issues.apache.org/jira/browse/JUDDI-100
             Project: jUDDI
          Issue Type: Bug
    Affects Versions: 0.9rc4
         Environment: windows xp, java 1.6.0, tomcat 6.0.10
            Reporter: Martin Helmhout
         Assigned To: Steve Viens


I have spend some time finding what the problem was and I am not the only one, because I found the answer in a forum.
jUDDI does not work together with jre 1.6.

The faulty result is: Fault String, maybe faulty code,...

Temporary solution is to run Tomcat with version 5 of java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Updated: (JUDDI-100) jUDDI does not work with Java 6

Posted by "Kurt Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt Stam updated JUDDI-100:
----------------------------

    Summary: jUDDI does not work with Java 6  (was: jUDDI does not work with Java release 6 with Tomcat)

> jUDDI does not work with Java 6
> -------------------------------
>
>                 Key: JUDDI-100
>                 URL: https://issues.apache.org/jira/browse/JUDDI-100
>             Project: jUDDI
>          Issue Type: Bug
>    Affects Versions: 0.9rc4
>         Environment: windows xp, java 1.6.0, tomcat 6.0.10
>            Reporter: Martin Helmhout
>            Assignee: Steve Viens
>
> I have spend some time finding what the problem was and I am not the only one, because I found the answer in a forum.
> jUDDI does not work together with jre 1.6.
> The faulty result is: Fault String, maybe faulty code,...
> Temporary solution is to run Tomcat with version 5 of java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Commented: (JUDDI-100) jUDDI does not work with Java release 6 with Tomcat

Posted by "Kurt Stam (JIRA)" <ju...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/JUDDI-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532116 ] 

Kurt Stam commented on JUDDI-100:
---------------------------------

This bug has to do with Java 6. We will not support Java 6 for the 2.0 release,however we will shortly after hopefully. The second part of this bug, the class cast exception is a separate issue and is moved to JUDDI-114.
[ Show ยป ]
Kurt Stam - 03/Oct/07 07:14 AM This bug has to do with Java 6. We will not support Java 6 for the 2.0 release,however we will shortly after hopefully. The second part of this bug, the class cast exception is a separate issue and is moved to JUDDI-114.


> jUDDI does not work with Java release 6 with Tomcat
> ---------------------------------------------------
>
>                 Key: JUDDI-100
>                 URL: https://issues.apache.org/jira/browse/JUDDI-100
>             Project: jUDDI
>          Issue Type: Bug
>    Affects Versions: 0.9rc4
>         Environment: windows xp, java 1.6.0, tomcat 6.0.10
>            Reporter: Martin Helmhout
>            Assignee: Steve Viens
>
> I have spend some time finding what the problem was and I am not the only one, because I found the answer in a forum.
> jUDDI does not work together with jre 1.6.
> The faulty result is: Fault String, maybe faulty code,...
> Temporary solution is to run Tomcat with version 5 of java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Commented: (JUDDI-100) jUDDI does not work with Java release 6 with Tomcat

Posted by "Martin Steinle (JIRA)" <ju...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/JUDDI-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501141 ] 

Martin Steinle commented on JUDDI-100:
--------------------------------------

The stacktrace using jUDDI on JBoss 4.0.3sp1 is:
java.lang.ClassCastException: com.sun.xml.internal.messaging.saaj.soap.impl.TextImpl cannot be cast to org.w3c.dom.Element
	at org.jboss.jaxr.juddi.JUDDIServlet.doPost(JUDDIServlet.java:92)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)


> jUDDI does not work with Java release 6 with Tomcat
> ---------------------------------------------------
>
>                 Key: JUDDI-100
>                 URL: https://issues.apache.org/jira/browse/JUDDI-100
>             Project: jUDDI
>          Issue Type: Bug
>    Affects Versions: 0.9rc4
>         Environment: windows xp, java 1.6.0, tomcat 6.0.10
>            Reporter: Martin Helmhout
>            Assignee: Steve Viens
>
> I have spend some time finding what the problem was and I am not the only one, because I found the answer in a forum.
> jUDDI does not work together with jre 1.6.
> The faulty result is: Fault String, maybe faulty code,...
> Temporary solution is to run Tomcat with version 5 of java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Closed: (JUDDI-100) jUDDI does not work with Java 6

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt T Stam closed JUDDI-100.
-----------------------------

    Resolution: Fixed

> jUDDI does not work with Java 6
> -------------------------------
>
>                 Key: JUDDI-100
>                 URL: https://issues.apache.org/jira/browse/JUDDI-100
>             Project: jUDDI
>          Issue Type: Bug
>    Affects Versions: 0.9rc4
>         Environment: windows xp, java 1.6.0, tomcat 6.0.10
>            Reporter: Martin Helmhout
>            Assignee: Kurt T Stam
>             Fix For: 3.0beta
>
>
> I have spend some time finding what the problem was and I am not the only one, because I found the answer in a forum.
> jUDDI does not work together with jre 1.6.
> The faulty result is: Fault String, maybe faulty code,...
> Temporary solution is to run Tomcat with version 5 of java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JUDDI-100) jUDDI does not work with Java release 6 with Tomcat

Posted by "krish (JIRA)" <ju...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/JUDDI-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525427 ] 

krish commented on JUDDI-100:
-----------------------------

I get the same error on JDK 1.5_0_11 with Tomcat 6 on geronimo. I verified the JDK version its 1.5.

> jUDDI does not work with Java release 6 with Tomcat
> ---------------------------------------------------
>
>                 Key: JUDDI-100
>                 URL: https://issues.apache.org/jira/browse/JUDDI-100
>             Project: jUDDI
>          Issue Type: Bug
>    Affects Versions: 0.9rc4
>         Environment: windows xp, java 1.6.0, tomcat 6.0.10
>            Reporter: Martin Helmhout
>            Assignee: Steve Viens
>
> I have spend some time finding what the problem was and I am not the only one, because I found the answer in a forum.
> jUDDI does not work together with jre 1.6.
> The faulty result is: Fault String, maybe faulty code,...
> Temporary solution is to run Tomcat with version 5 of java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Updated: (JUDDI-100) jUDDI does not work with Java 6

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt T Stam updated JUDDI-100:
------------------------------

    Fix Version/s:     (was: 3.0)
                   3.0beta

v3 can run on java 5 and 6

> jUDDI does not work with Java 6
> -------------------------------
>
>                 Key: JUDDI-100
>                 URL: https://issues.apache.org/jira/browse/JUDDI-100
>             Project: jUDDI
>          Issue Type: Bug
>    Affects Versions: 0.9rc4
>         Environment: windows xp, java 1.6.0, tomcat 6.0.10
>            Reporter: Martin Helmhout
>            Assignee: Kurt T Stam
>             Fix For: 3.0beta
>
>
> I have spend some time finding what the problem was and I am not the only one, because I found the answer in a forum.
> jUDDI does not work together with jre 1.6.
> The faulty result is: Fault String, maybe faulty code,...
> Temporary solution is to run Tomcat with version 5 of java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JUDDI-100) jUDDI does not work with Java 6

Posted by "Kurt Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt Stam updated JUDDI-100:
----------------------------

    Fix Version/s: 3.0

> jUDDI does not work with Java 6
> -------------------------------
>
>                 Key: JUDDI-100
>                 URL: https://issues.apache.org/jira/browse/JUDDI-100
>             Project: jUDDI
>          Issue Type: Bug
>    Affects Versions: 0.9rc4
>         Environment: windows xp, java 1.6.0, tomcat 6.0.10
>            Reporter: Martin Helmhout
>            Assignee: Steve Viens
>             Fix For: 3.0
>
>
> I have spend some time finding what the problem was and I am not the only one, because I found the answer in a forum.
> jUDDI does not work together with jre 1.6.
> The faulty result is: Fault String, maybe faulty code,...
> Temporary solution is to run Tomcat with version 5 of java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Updated: (JUDDI-100) jUDDI does not work with Java 6

Posted by "Kurt Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt Stam updated JUDDI-100:
----------------------------

    Assignee: Kurt Stam  (was: Steve Viens)

> jUDDI does not work with Java 6
> -------------------------------
>
>                 Key: JUDDI-100
>                 URL: https://issues.apache.org/jira/browse/JUDDI-100
>             Project: jUDDI
>          Issue Type: Bug
>    Affects Versions: 0.9rc4
>         Environment: windows xp, java 1.6.0, tomcat 6.0.10
>            Reporter: Martin Helmhout
>            Assignee: Kurt Stam
>             Fix For: 3.0
>
>
> I have spend some time finding what the problem was and I am not the only one, because I found the answer in a forum.
> jUDDI does not work together with jre 1.6.
> The faulty result is: Fault String, maybe faulty code,...
> Temporary solution is to run Tomcat with version 5 of java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Issue Comment Edited: (JUDDI-100) jUDDI does not work with Java release 6 with Tomcat

Posted by "Martin Steinle (JIRA)" <ju...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/JUDDI-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501141 ] 

Martin Steinle edited comment on JUDDI-100 at 6/4/07 1:28 AM:
--------------------------------------------------------------

The stacktrace using jUDDI on JBoss 4.0.3sp1 is:
java.lang.ClassCastException: com.sun.xml.internal.messaging.saaj.soap.impl.TextImpl cannot be cast to org.w3c.dom.Element
	at org.jboss.jaxr.juddi.JUDDIServlet.doPost(JUDDIServlet.java:92)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
...


 was:
The stacktrace using jUDDI on JBoss 4.0.3sp1 is:
java.lang.ClassCastException: com.sun.xml.internal.messaging.saaj.soap.impl.TextImpl cannot be cast to org.w3c.dom.Element
	at org.jboss.jaxr.juddi.JUDDIServlet.doPost(JUDDIServlet.java:92)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)


> jUDDI does not work with Java release 6 with Tomcat
> ---------------------------------------------------
>
>                 Key: JUDDI-100
>                 URL: https://issues.apache.org/jira/browse/JUDDI-100
>             Project: jUDDI
>          Issue Type: Bug
>    Affects Versions: 0.9rc4
>         Environment: windows xp, java 1.6.0, tomcat 6.0.10
>            Reporter: Martin Helmhout
>            Assignee: Steve Viens
>
> I have spend some time finding what the problem was and I am not the only one, because I found the answer in a forum.
> jUDDI does not work together with jre 1.6.
> The faulty result is: Fault String, maybe faulty code,...
> Temporary solution is to run Tomcat with version 5 of java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org