[JBoss Portal] - Re: Create Portlet with Eclipse and now?
by gmaheshwari
Hi Piergiorgiolucidi,
I think you can help me out. !.......I am facing the issue while running my application with Jboss in netbeans Earlier I was running my application using Tomcat server in NetBeans. If I am deploying only then it is fine but when running with jboss an error and exception occurs:
"15:23:45,343 ERROR [Tomcat5] Problem in init
java.util.zip.ZipException: unexpected EOF"
at java.util.zip.ZipInputStream.read(ZipInputStream.java:166)
at java.util.jar.JarInputStream.read(JarInputStream.java:177)
at org.jboss.util.file.JarUtils.unjar(JarUtils.java:300)
at org.jboss.web.AbstractWebContainer.init(AbstractWebContainer.java:325)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
.
.
.
.
.Please help me out.
Thanks in avdance..
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4215212#4215212
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4215212
15 years, 10 months
[JBoss Messaging] - Client connection timeout
by jbabad
Hi,
I've seen a few posts related to this and to JBREM-1069.
We're running a trial version of JBoss EAP 4.3 and the JBoss Remoting patch 2.2.2SP11-brew - which is supposed to contain that fix.
We're seeing this on the client side - in the remoting-bisocket-service.xml I've increased the timeout to 5s. The RemotingConnection is showing this value, but the ConnectionValidator is showing a timeout of 1s and a ping period of 1s. How do we change these values and the number of retries? We are seeing timeouts with the client thinking that the connection has disappeared. This triggers a client failover, which times out as, in fact, the cluster is still OK.
Thanks.
anonymous wrote :
| 2009-03-03 15:55:43,605 TRACE [org.jboss.jms.client.remoting.JMSRemotingConnection] (main) JMSRemotingConnection[bisocket://192.168.8.118:4457/?JBM_clientMaxPoolSize=200&clientLeasePeriod=15000&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&dataType=jms&marshaller=org.jboss.jms.wireformat.JMSWireFormat&numberOfCallRetries=1&numberOfRetries=10&pingFrequency=214748364&pingWindowFactor=10&socket.check_connection=false&stopLeaseOnFailure=true&timeout=5000&unmarshaller=org.jboss.jms.wireformat.JMSWireFormat&validatorPingPeriod=10000&validatorPingTimeout=5000] started
| 2009-03-03 15:55:43,605 TRACE [org.jboss.jms.client.delegate.ClientClusteredConnectionFactoryDelegate] (main) Adding callback
| 2009-03-03 15:55:43,609 DEBUG [org.jboss.remoting.ConnectionValidator] (main) ConnectionValidator[null, pingPeriod=2000 ms] created
| 2009-03-03 15:55:43,609 TRACE [org.jboss.remoting.ConnectionValidator] (main) config timeout: null
| 2009-03-03 15:55:43,609 DEBUG [org.jboss.remoting.ConnectionValidator] (main) ConnectionValidator[null, pingPeriod=2000 ms] timeout: 1000
| 2009-03-03 15:55:43,609 DEBUG [org.jboss.remoting.ConnectionValidator] (main) ConnectionValidator[null, pingPeriod=2000 ms] ping retries: 1
| 2009-03-03 15:55:43,610 DEBUG [org.jboss.remoting.ConnectionValidator] (main) ConnectionValidator[null, pingPeriod=2000 ms] connection retries: null
| [/quote
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4215194#4215194
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4215194
15 years, 10 months