hello :
 when I Deploying ServiceMix on Tomcat.
after Start Tomcat
there are three warns:

WARN –EndpointRegistry   -Disabled endpoint processor 

‘org.apache.servicemix.jbi.framework.support.WSDLL2Processor’: 

java.lang.NoClassDefFoundError: org/apache/woden/WSDLReader

WARN –ManagementContext –Failed to start rmi registry: internal error:ObjID
already in use

WARN –ManagementContext –Failed to start jmx connector: connector:name=rmi

when I testing the ServiceMix Deployment on Tomcat.
>From a browser, enter the URL
http://localhost:8000/servicemix-web-3.1-incubating/examples
it didn't show the correct page,but the source file(the html)of  the
index.html
that is :


 <?xml version="1.0" encoding="UTF-8" ?> 

- <!--  $Rev: 441505 $ $Date: 2006-09-08 09:17:13 -0500 (Fri, 08 Sep 2006) $ 
  --> 
- <html>
- <head>
  <title>ServiceMix Web Examples</title> 
  <link rel="stylesheet" href="../style.css" type="text/css" /> 
- <script type="text/javascript">
  function post() { var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange=function

() { if (xmlhttp.readyState == 4) { /* 4 : état "complete" */ var response = 

document.getElementById("response"); response.value = "STATUS: " +
xmlhttp.status + "\n" + 

xmlhttp.responseText } } xmlhttp.open("POST", "../jbi/exampleUri/", true);
xmlhttp.send(" 
  <hello>" + document.getElementById("name").value + "</hello> 
  "); } 
  </script>
  </head>
- <body>
  <h1>ServiceMix Web Examples</h1> 
  <p>Welcome to the web examples for ServiceMix</p> 
  Perform a GET into the HTTP binding 
- <p>
  <input type="text" id="name" name="name" value="James" onKeyUp="post();"
/> 
  <input type="submit" value="Submit" onClick="post();" /> 
  </p>
  <textarea id="response" style="width:400px;height:100px" /> 
  </body>
  </html>

can anybody help me  ?thanks
                                rubby







-- 
View this message in context: 
http://www.nabble.com/a-problem-when-I-Deploying-ServiceMix-on-Tomcat-tf3936017s12049.html#a11163205
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to