JBoss 4.0.4 GA installation

Hi,

I installed JBoss 4.0.4 GA and set JAVA_HOME.When I started the server ,this is what I get and when I deploy any ejb ,I dont see messages:

10:01:39,632 INFO [Server] Core system initialized

10:01:41,539 INFO [WebService] Using RMI server codebase: http://edgsa01:8083/

10:01:41,570 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resour

ce:log4j.xml

10:01:41,820 INFO [NamingService] JNDI bootstrap JNP=/0.0.0.0:1099, RMI=/0.0.0.

0:1098, backlog=50, no client SocketFactory, Server SocketFactory=class org.jbos

s.net.sockets.DefaultSocketFactory

10:01:44,992 INFO [Embedded] Catalina naming disabled

10:01:45,054 INFO [ClusterRuleSetFactory] Unable to find a cluster rule set in

the classpath. Will load thedefault rule set.

10:01:45,054 INFO [ClusterRuleSetFactory] Unable to find a cluster rule set in

the classpath. Will load thedefault rule set.

10:01:45,367 INFO [Http11BaseProtocol] Initializing Coyote HTTP/1.1 on http-0.0

.0.0-8080

10:01:45,367 INFO [Catalina] Initialization processed in 313 ms

10:01:45,367 INFO [StandardService] Starting service jboss.web

10:01:45,367 INFO [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.5.1

7

10:01:45,414 INFO [StandardHost] XML validation disabled

10:01:45,445 INFO [Catalina] Server startup in 78 ms

10:01:45,586 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/

http-invoker.sar/invoker.war/

10:01:45,945 INFO [WebappLoader] Dual registration of jndi stream handler: fact

ory already defined

10:01:46,570 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jbosswe

b-tomcat55.sar/ROOT.war/

10:01:47,195 INFO [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../tmp/dep

loy/tmp60839jbossws-exp.war/

10:01:47,398 INFO [SubscriptionManager] Bound event dispatcher to java:/EventDi

spatcher

10:01:47,586 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../

deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/

10:01:49,211 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../dep

loy/management/console-mgr.sar/web-console.war/

10:01:50,273 INFO [MailService] Mail Service bound to java:/Mail

10:01:50,492 INFO [RARDeployment] Required license terms exist, view META-INF/r

a.xml in .../deploy/jboss-ha-local-jdbc.rar

10:01:50,539 INFO [RARDeployment] Required license terms exist, view META-INF/r

a.xml in .../deploy/jboss-ha-xa-jdbc.rar

10:01:50,570 INFO [RARDeployment] Required license terms exist, view META-INF/r

a.xml in .../deploy/jboss-local-jdbc.rar

10:01:50,601 INFO [RARDeployment] Required license terms exist, view META-INF/r

a.xml in .../deploy/jboss-xa-jdbc.rar

10:01:50,648 INFO [RARDeployment] Required license terms exist, view META-INF/r

a.xml in .../deploy/jms/jms-ra.rar

10:01:50,695 INFO [RARDeployment] Required license terms exist, view META-INF/r

a.xml in .../deploy/mail-ra.rar

10:01:51,414 INFO [ConnectionFactoryBindingService] Bound ConnectionManager'jb

oss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'

10:01:51,695 INFO [A] Bound to JNDI name: queue/A

10:01:51,695 INFO [B] Bound to JNDI name: queue/B

10:01:51,695 INFO [C] Bound to JNDI name: queue/C

10:01:51,711 INFO [D] Bound to JNDI name: queue/D

10:01:51,711 INFO [ex] Bound to JNDI name: queue/ex

10:01:51,727 INFO [testTopic] Bound to JNDI name: topic/testTopic

10:01:51,727 INFO [securedTopic] Bound to JNDI name: topic/securedTopic

10:01:51,727 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic

10:01:51,742 INFO [testQueue] Bound to JNDI name: queue/testQueue

10:01:51,789 INFO [UILServerILService] JBossMQ UIL service available at : /0.0.

0.0:8093

10:01:51,836 INFO [DLQ] Bound to JNDI name: queue/DLQ

10:01:51,977 INFO [ConnectionFactoryBindingService] Bound ConnectionManager'jb

oss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'

10:01:52,023 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../dep

loy/jmx-console.war/

10:01:52,320 INFO [Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-0.0.0.0

-8080

10:01:52,789 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009

10:01:52,789 INFO [JkMain] Jk running ID=0 time=0/422 config=null

10:01:52,805 INFO [Server] JBoss (MX MicroKernel) [4.0.4.GA (build: CVSTag=JBos

s_4_0_4_GA date=200605151000)] Started in 13s:985ms

Is any thing wrong.I used to have JBOSS 4.0.5 GA before .When I start that server It used to take 1 min 40 sec to start.

Please assist

Thanks.

[5212 byte] By [tutikashilpaa] at [2007-11-27 11:26:44]
# 1

what applications did you have installed in 4.0.5?

Your clean fresh installation of course starts more quickly than one that's loaded with EJBs (and other elements) that need to be loaded and initialised

jwentinga at 2007-7-29 16:12:15 > top of Java-index,Java Essentials,Java Programming...