[Clustering/JBoss] - Port 4448 is already in use
by mbreuer
While starting jboss 4.2.2.GA i get follwoing exception:
2008-07-02 12:50:50,676 30122 WARN [org.jboss.system.ServiceController] (main:) Problem starting service jboss:service=invoker,type=po
| oledha
| java.lang.Exception: Port 4448 is already in use
| at org.jboss.invocation.pooled.server.PooledInvoker.startService(PooledInvoker.java:230)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
|
I think of an conflict in conf/jboss-service.xml and and deploy/cluster-service.xml.
jboss-service.xml:
<mbean code="org.jboss.remoting.transport.Connector"
| name="jboss.remoting:service=Connector,transport=socket"
| display-name="Socket transport Connector">
| ...
| <attribute name="Configuration">
| ...
| <attribute name="serverBindPort">4448</attribute>
|
cluster-service.xml:
<mbean code="org.jboss.invocation.pooled.server.PooledInvokerHA"
| name="jboss:service=invoker,type=pooledha">
| <attribute name="NumAcceptThreads">1</attribute>
| <attribute name="MaxPoolSize">300</attribute>
| <attribute name="ClientMaxPoolSize">300</attribute>
| <attribute name="SocketTimeout">60000</attribute>
| <attribute name="ServerBindAddress">${jboss.bind.address}</attribute>
| <attribute name="ServerBindPort">4448</attribute>
|
|
I am using cluster configuration (with jboss messaging, but i think that isn't the problem)
Any ideas?
markus
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162006#4162006
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162006
17 years, 9 months
[JBoss Portal] - Re: jboss-portletcontainer-2.0.0 with jbossas42 the art of r
by terroene
How can I provide a value for "windowDef"??????
The jsps in the demo folder use the same markup like I do (my code):
| <%@ page contentType="text/html" %>
| <%@ page language="java" %>
| <%@ taglib prefix="xportal" tagdir="/WEB-INF/tags/portal" %>
| <%@ taglib uri="/WEB-INF/portal.tld" prefix="portal" %>
| <%@ page isELIgnored="false" %>
|
|
| <%@ include file="/layouts/header.jsp" %>
| <link rel="stylesheet" href="${pageContext.request.contextPath}/css/debugger.css" type="text/css"/>
| <script type="text/javascript" src="${pageContext.request.contextPath}/js/debugger.js"></script>
| <portal:page>
| <xportal:1column>
| <jsp:attribute name="leftcol">
| <xportal:portlet name="Kundensuche" applicationName="PortletShell" id="Kundensuche"/>
| </jsp:attribute>
| </xportal:1column>
| </portal:page>
| <%@ include file="/layouts/footer.jsp" %>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161998#4161998
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161998
17 years, 9 months