[Installation, Configuration & DEPLOYMENT] - Re: JBoss 5.0 Taking LONG Time to Start Up
by ctf
Thanks,
Here's the relevant piece I found in the log. If I run it from command line instead of Eclipse plugin, it runs faster. If I remove my EAR from the deployment dir it runs even faster.
2009-01-03 13:49:12,640 DEBUG [org.jboss.deployment.MappedReferenceMetaDataResolverDeployer] (main) vfsfile:/C:/jboss-5.0.0.GA/server/default/deploy/jmx-console.war/ endpoint mappings:
|
| 2009-01-03 13:49:12,640 DEBUG [org.jboss.deployment.MappedReferenceMetaDataResolverDeployer] (main) Processing unit=jmx-console.war, structure:
| jmx-console.war
|
|
| 2009-01-03 13:51:02,015 DEBUG [org.jboss.metadata.process.chain.ejb.jboss.JBossMetaDataProcessorChain] (main) Added Processor org.jboss.metadata.process.processor.ejb.jboss.SetDefaultLocalBusinessInterfaceProcessor@1e55518 to Chain org.jboss.metadata.process.chain.ejb.jboss.JBossMetaDataProcessorChain@135cde4
|
This piece takes almost 2 minutes. Is this normal? Do you think there's anything I can do?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199358#4199358
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199358
17 years, 3 months
[J2EE Design Patterns] - Re: A New J2EE Framwork/MVC Framework And A New Service Orie
by Amirsam
You can get information about :
Killer/J2SOS/JSP/JSF/EJB/Hibernate/Spring/Struts/MVC/JMS/BC4J/JRE/RMI/Corba/JMF/SOAP/AOP/AspectJ/ADF/JClient/
Ajax/J2ME/J2EE/J2SE/Ruby/ActionScript/Oracle/Google/Apache/JBOSS/XP/WAP/RUP/UML/DataBase/RSS/XML/JAVA/
OC4J/OpenSource/Servlet/JTA/JDBC/JNDI/ERP/ServerSide/ClientSide/Web/Enterprise/Java/Bean/Transaction/PL-SQL/
SQL/TQL/HQL/Deploy/CMP/BMP/Distribute/Weblogic/IDE/JRun/Desktop/WebBased/Platform/API/Tapestry/Cocoon/
JasperReport/JDO/Axis/JUnit/Log4J/Ant/XDoclet/Tomcat/Message/JSTL/BackBase/Oracle/Portal/Service/Midlet/WML/
Applet/Developer/JDeveloper/Programmer/Programming/Program/Develop/Tomcat/JRUN/JDK/JVM/JRE/Eclips/Toolkit/Script/
Triger/SocketProgramming/Server/Client/WFM/BPR/GWT/Https/MD5/Tapestry/OOP/Lib/Parser/PDF/SC/Logic/Engine/AI/IP/
9i/10g/11g/Desktop/Micro/JWMS/Shine J2EE Application Framework/...
In This Forum !
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199356#4199356
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199356
17 years, 3 months
[Remoting] - Re: Why so many retries?
by mohitanchlia
anonymous wrote : I don't follow. What's the outcome?
It worked just fine. It reduced the number of times it was trying to get the Socket (client invoker) to the server. I have another question though, In clustered environment when is the pool created on client side? Because until client gets first request it will not know which servers to connect to. Is it that after first client invocation "CLIENT" retains the connection?
anonymous wrote :
| anonymous wrote : "mohitanchlia" wrote:
| |
| | In any case why numberOfRetries is not supported in new Jboss remoting?
| |
| |
| One of the reasons for using "numberOfRetries" was, when the maximum number of connections were already in use, to check periodically to see if a connection had been returned to the pool. We have a better way of doing that now.
When I read the documentation of new Jboss remoting it still has numberOfRetries. I am still confused about how retries work because what you described differs from what's mentioned in the doc. Or may be the way I am interpreting is not right. My understanding is that server registry creates ClientInvoker (MicroSocket) and returns. Now when ClientInvoker tries to establish remote connection and at that time it tries for numberOfRetries until it gets successful connection.
And also as I understand timeout value is associated with the initial connection, which means if the timeout is set 5000 ms and numberOfRetries to 2 then there will be 2 attempts and each attempt will timeout in 5000 ms
http://www.jboss.org/jbossremoting/docs/guide/2.2/html_single/index.html
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199353#4199353
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199353
17 years, 3 months