3 Replies Latest reply on May 27, 2008 3:06 PM by mmissire

    Can deploy non-portlet war files to JBoss Portal Server?

    mmissire

      Hi,

      I have a small web application that runs under Tomcat. It is the server-side for an Adobe Flex 3 client, and is built around BlazeDS.

      I am having trouble installing it under JBoss Portal Server 2.6.5 SP1 (OS X 10.5.2). Once I expand the war file into the jboss-portal-2.6.5.SP1/server/default/deploy directory, I see these errors on startup:

      11:38:05,767 ERROR [Scheduler$Listener] Invoke of the Schedulable MBean failed
      javax.management.MBeanException
      at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:180)
      .
      .
      .
      Caused by: org.jboss.portal.portlet.InvokerUnavailableException: Problem getting service description for producer self, please see the logs for more information.
      at org.jboss.portal.wsrp.consumer.WSRPConsumerImpl.getPortlets(WSRPConsumerImpl.java:156)
      .
      .
      .
      Caused by: java.io.IOException: Could not transmit message
      at org.jboss.ws.core.client.RemotingConnectionImpl.invoke(RemotingConnectionImpl.java:204)
      .
      .
      .
      Caused by: org.jboss.remoting.CannotConnectException: Can not connect http client invoker.
      at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:333)
      .
      .
      .
      Caused by: org.jboss.ws.WSException: Invalid HTTP server response [400] - No Host matches server name localhost
      at org.jboss.ws.core.soap.SOAPMessageUnMarshaller.read(SOAPMessageUnMarshaller.java:77)



      Is installation of non-portlet J2EE web applications supported? In other words, is this a reasonable thing to attempt?

      If so, any idea about this "No Host matches server name localhost?"

      Thanks in advance for any help.