Im having a go at testing the XADataSource wrapper that David Jenks has written for JBoss 4 against MS SQL Server 2000. Ive checked out HEAD and built it ok. However, im getting a variety of errors when starting JBoss.
 
When JBoss loaded l was getting an error while it was deploying jmx-html-adapter.sar. Ive removed it and get a cleaner startup. Will removing jmx-html-adapter.sar break JBoss?
 
With jmx-html-adapter.sar out of the picture l only get the following error when JBoss starts.
 
ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
 
I havent written any MBeans so l cant see that l have done anything to cause this. Any clues about what is causing this?
 
When my client tries to load my EJB l get the following error.
 
20:47:43,187 WARN  [NamingContext] Failed to connect to iiop:1099
javax.naming.CommunicationException: Failed to connect to server iiop:1099.  Root exception is
javax.naming.ServiceUnavailableException: Failed to connect to server iiop:1099.
  Root exception is
java.net.UnknownHostException: iiop
        at java.net.InetAddress.getAllByName0(InetAddress.java:920)
...
 
20:47:48,735 ERROR [STDERR] javax.naming.CommunicationException: Receive timed o
ut.  Root exception is
20:47:48,735 ERROR [STDERR] java.net.SocketTimeoutException: Receive timed out
 
 
Is this likely to be related to the MBeanException above or the removal of jmx-html-adapter?
 
The EAR lm going to use to test Davids XADataSource wrapper is working on JBoss 3.0. Is there anything special l have to do to port an EAR across to JBoss 4 alpha?
 
Thanks

Reply via email to