LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-12-2009, 09:10 PM   #1
mkanters
LQ Newbie
 
Registered: Sep 2009
Posts: 2

Rep: Reputation: 0
Installed JBoss 4.2.3.GA but can't get my server started


Hi, I'm new to Linux and to JBoss but need to learn how to manage a JBoss server.
I've downloaded and installed JBoss 4.2.3.GA but can't get it to start when I execute run.sh (from in the jboss/bin folder). Here's my current system specs:
Fedora
Release 11(Leonidas)
Kernel Linux 2.6.30.5-43.fc11.x86_64
GNOME 2.26.3
I've tried using Java 1.5 and 1.6 (am currently trying 1.5 because that's what we code in at work).

All software is the 64 bit version.

I've researched the error below and found very few weblinks (google only returned about a dozen) and none of them have helped. I've tried:
- various versions of Java
- making sure that all users have total access to both the java and jboss folders
- making sure my symbolic java link is fully accessible to all users (it points to the java file under the jre sub-folder of the 1.5 JDK)

The one suggestion I don't know how to implement is to make sure my host file is properly configured for my computer name. I will greatly appreciate any help anyone can offer. The error I receive is:

=========================================================================

JBoss Bootstrap Environment

JBOSS_HOME: /opt/jboss-4.2.3.GA

JAVA: java

JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv4Stack=true

CLASSPATH: /opt/jboss-4.2.3.GA/bin/run.jar

=========================================================================

20:57:09,869 INFO [Server] Starting JBoss (MX MicroKernel)...
20:57:09,870 INFO [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)
20:57:09,871 INFO [Server] Home Dir: /opt/jboss-4.2.3.GA
20:57:09,871 INFO [Server] Home URL: file:/opt/jboss-4.2.3.GA/
20:57:09,872 INFO [Server] Patch URL: null
20:57:09,872 INFO [Server] Server Name: default
20:57:09,872 INFO [Server] Server Home Dir: /opt/jboss-4.2.3.GA/server/default
20:57:09,872 INFO [Server] Server Home URL: file:/opt/jboss-4.2.3.GA/server/default/
20:57:09,872 INFO [Server] Server Log Dir: /opt/jboss-4.2.3.GA/server/default/log
20:57:09,872 INFO [Server] Server Temp Dir: /opt/jboss-4.2.3.GA/server/default/tmp
20:57:09,873 INFO [Server] Root Deployment Filename: jboss-service.xml
20:57:10,473 INFO [ServerInfo] Java version: 1.5.0_18,Sun Microsystems Inc.
20:57:10,473 INFO [ServerInfo] Java VM: Java HotSpot(TM) 64-Bit Server VM 1.5.0_18-b02,Sun Microsystems Inc.
20:57:10,473 INFO [ServerInfo] OS-System: Linux 2.6.30.5-43.fc11.x86_64,amd64
20:57:10,745 INFO [Server] Core system initialized
20:57:13,202 WARN [BasicMBeanRegistry] javax.management.MBeanRegistrationException: preRegister() failed: [ObjectName='jboss.remoting:service=NetworkRegistry', Class=org.jboss.remoting.network.NetworkRegistry (org.jboss.remoting.network.NetworkRegistry@7cf01771)]
20:57:13,233 ERROR [MainDeployer] Could not create deployment: file:/opt/jboss-4.2.3.GA/server/default/conf/jboss-service.xml
org.jboss.deployment.DeploymentException: - nested throwable: (java.lang.reflect.InvocationTargetException)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:196)
at org.jboss.system.ServiceController.install(ServiceController.java:226)
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:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy4.install(Unknown Source)
at org.jboss.deployment.SARDeployer.create(SARDeployer.java:251)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
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:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:1 42)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
at org.jboss.Main.boot(Main.java:200)
at org.jboss.Main$1.run(Main.java:508)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.reflect.InvocationTargetException
at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1451)
at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1350)
at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:345)
at org.jboss.system.ServiceCreator.install(ServiceCreator.java:157)
at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:451)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:171)
... 36 more
Caused by: javax.management.MBeanException
at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:180 )
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:1 42)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.server.MBeanServerImpl$3.run(MBeanServerImpl.java:1422)
at java.security.AccessController.doPrivileged(Native Method)
at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1417)
... 41 more
Caused by: javax.management.MBeanRegistrationException: preRegister() failed: [ObjectName='jboss.remoting:service=NetworkRegistry', Class=org.jboss.remoting.network.NetworkRegistry (org.jboss.remoting.network.NetworkRegistry@7cf01771)]
at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:713)
at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:211)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
... 51 more
Caused by: java.lang.RuntimeException: Exception creating identity: mkanters: mkanters
at org.jboss.remoting.ident.Identity.get(Identity.java:211)
at org.jboss.remoting.network.NetworkRegistry.preRegister(NetworkRegistry.java:268)
at org.jboss.mx.server.AbstractMBeanInvoker.invokePreRegister(AbstractMBeanInvoker.java:966)
at org.jboss.mx.modelmbean.ModelMBeanInvoker.invokePreRegister(ModelMBeanInvoker.java:489)
at org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:654)
at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:697)
... 56 more
20:57:13,303 INFO [Server] Runtime shutdown hook called, forceHalt: true
20:57:13,304 INFO [Server] JBoss SHUTDOWN: Undeploying all packages
20:57:13,308 INFO [Server] Shutdown complete
Shutdown complete
Halting VM
 
Old 09-13-2009, 03:13 PM   #2
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
Quote:
20:57:13,233 ERROR [MainDeployer] Could not create deployment: file:/opt/jboss-4.2.3.GA/server/default/conf/jboss-service.xml
It's a permissions problem. Are you sure the user that runs Jboss has the write permissions in that directory? Or maybe SELinux as you're running Fedora.
 
Old 09-13-2009, 03:26 PM   #3
paulsm4
LQ Guru
 
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Blog Entries: 1

Rep: Reputation: Disabled
Hi -

Actually, I'm not sure this is necessarily a "permissions" problem.

I'd definitely double-check permissions (especially in your JBoss temp and work directories), and I'd definitely see if SE-Linux might be an issue.

But I would *also* check other, more "configuration" issues, too.

Specifically, I would look at:

"server.log"

... and ...

"boot.log"
<= these are in your <<jboss-dir>>/server/default/logs directory

Please feel free to post back any additional information you might find.

Good luck .. PSM
 
Old 09-13-2009, 07:59 PM   #4
mkanters
LQ Newbie
 
Registered: Sep 2009
Posts: 2

Original Poster
Rep: Reputation: 0
Hi Everyone, Thanks for the help. When I looked at the boot log I found an error "[Server] Failed to create xmbean for: org.jboss.system.server.ServerInfo" which led me to more posts that pointed back to the hosts file. I found the hostname command that will tell the name of your computer (I didn't know what I.T. named it ) and the following link helped with the rest. http://www.lockergnome.com/linux/200...etchosts-file/

One of the things you can do to help determine if the hosts file is your problem or not is to startup JBoss with the following command (found in another post). "sh run.sh -c minimal" . If this starts your JBoss server then it's a good chance that the host file is your problem.
 
Old 11-23-2010, 06:29 AM   #5
Kiran_g
LQ Newbie
 
Registered: Nov 2010
Posts: 1

Rep: Reputation: 0
this is regarding JBOSS Please if any 1 know try replyin as soon as possibl .. plzzzzzzzz

Missing classpath entry /your_server_root/appservers/jboss/bin/run.jar.......... this is the error m getting if any patch is there for this popup...... please help...... thank you....and also getting the error in the form given bellow



=========================================================================

JBoss Bootstrap Environment

JBOSS_HOME: /usr/local/EnterprisePlatform-4.2.0.GA_CP09/jboss-as

JAVA: java

JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dsun.lang.ClassLoader.allowArraySyntax=true -Djava.net.preferIPv4Stack=true

CLASSPATH: /usr/local/EnterprisePlatform-4.2.0.GA_CP09/jboss-as/bin/run.jar

=========================================================================

18:00:29,039 INFO [Server] Starting JBoss (MX MicroKernel)...
18:00:29,043 INFO [Server] Release ID: JBoss [EAP] 4.2.0.GA_CP09 (build: SVNTag=JBPAPP_4_2_0_GA_CP09 date=201004202158)
18:00:29,047 INFO [Server] Home Dir: /usr/local/EnterprisePlatform-4.2.0.GA_CP09/jboss-as
18:00:29,077 INFO [Server] Home URL: file:/usr/local/EnterprisePlatform-4.2.0.GA_CP09/jboss-as/
18:00:29,080 INFO [Server] Patch URL: null
18:00:29,081 INFO [Server] Server Name: all
18:00:29,082 INFO [Server] Server Home Dir: /usr/local/EnterprisePlatform-4.2.0.GA_CP09/jboss-as/server/all
18:00:29,083 INFO [Server] Server Home URL: file:/usr/local/EnterprisePlatform-4.2.0.GA_CP09/jboss-as/server/all/
18:00:29,083 INFO [Server] Server Log Dir: /usr/local/EnterprisePlatform-4.2.0.GA_CP09/jboss-as/server/all/log
18:00:29,084 INFO [Server] Server Temp Dir: /usr/local/EnterprisePlatform-4.2.0.GA_CP09/jboss-as/server/all/tmp
18:00:29,114 INFO [Server] Root Deployment Filename: jboss-service.xml
18:00:30,343 INFO [ServerInfo] Java version: 1.6.0_21,Sun Microsystems Inc.
18:00:30,344 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 17.0-b16,Sun Microsystems Inc.
18:00:30,344 INFO [ServerInfo] OS-System: Linux 2.6.18-92.el5,i386
18:00:30,353 INFO [ServerInfo] VM arguments: -Dprogram.name=run.sh -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dsun.lang.ClassLoader.allowArraySyntax=true -Djava.net.preferIPv4Stack=true -Djava.endorsed.dirs=/usr/local/EnterprisePlatform-4.2.0.GA_CP09/jboss-as/lib/endorsed
18:00:32,143 INFO [Server] Core system initialized
18:00:40,830 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083/
18:00:40,838 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
18:00:42,869 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
18:00:42,870 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer
18:00:43,621 INFO [TransactionManagerService] Starting recovery manager
18:00:43,976 INFO [TransactionManagerService] Recovery manager started
18:00:43,977 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference
18:00:55,356 INFO [EJB3Deployer] Starting java:comp multiplexer
18:00:58,949 INFO [STDOUT]
---------------------------------------------------------
GMS: address is 192.168.1.106:32913 (cluster=Tomcat-Cluster)
---------------------------------------------------------
18:01:01,018 INFO [TreeCache] viewAccepted(): [192.168.1.106:32913|0] [192.168.1.106:32913]
18:01:01,108 INFO [TreeCache] TreeCache local address is 192.168.1.106:32913
18:01:01,109 INFO [TreeCache] State could not be retrieved (we are the first member in group)
18:01:01,110 INFO [TreeCache] parseConfig(): PojoCacheConfig is empty
18:01:06,909 INFO [ServiceEndpointManager] jbossws-1.2.1.GA_CP (build=201004201535)
18:01:09,535 INFO [SnmpAgentService] SNMP agent going active
18:01:11,000 INFO [DefaultPartition] Initializing
18:01:11,243 INFO [STDOUT]
---------------------------------------------------------
GMS: address is 192.168.1.106:32917 (cluster=DefaultPartition)
---------------------------------------------------------
18:01:13,346 INFO [DefaultPartition] Number of cluster members: 1
18:01:13,347 INFO [DefaultPartition] Other members: 0
18:01:13,347 INFO [DefaultPartition] Fetching state (will wait for 30000 milliseconds):
18:01:13,348 INFO [DefaultPartition] State could not be retrieved (we are the first member in group)
18:01:13,481 INFO [HANamingService] Started ha-jndi bootstrap jnpPort=1100, backlog=50, bindAddress=/127.0.0.1
18:01:13,546 INFO [DetachedHANamingService$AutomaticDiscovery] Listening on /127.0.0.1:1102, group=230.0.0.4, HA-JNDI address=127.0.0.1:1100
18:01:18,474 INFO [TreeCache] No transaction manager lookup class has been defined. Transactions cannot be used
18:01:19,766 INFO [STDOUT]
---------------------------------------------------------
GMS: address is 192.168.1.106:32919 (cluster=DefaultPartition-SFSBCache)
---------------------------------------------------------
18:01:21,778 INFO [TreeCache] viewAccepted(): [192.168.1.106:32919|0] [192.168.1.106:32919]
18:01:21,782 INFO [TreeCache] TreeCache local address is 192.168.1.106:32919
18:01:25,746 INFO [STDOUT]
---------------------------------------------------------
GMS: address is 192.168.1.106:32921 (cluster=DefaultPartition-EntityCache)
---------------------------------------------------------
18:01:27,883 INFO [TreeCache] viewAccepted(): [192.168.1.106:32921|0] [192.168.1.106:32921]
18:01:27,887 INFO [TreeCache] TreeCache local address is 192.168.1.106:32921
18:01:29,800 INFO [CorbaNamingService] Naming: [IOR:000000000000002B49444C3A6F6D672E6F72672F436F734E616D696E672F4E616D696E67436F6E746578744578743A31 2E3000000000000200000000000000E0000102000000000A3132372E302E302E31000DC8000000114A426F73732F4E616D69 6E672F726F6F74000000000000050000000000000008000000004A414300000000010000001C000000000501000100000001 05010001000101090000000105010001000000210000005C000000000000000100000000000000240000001C0000007E0000 0000000000010000000A3132372E302E302E31000DC900400000000000000000001004010008060667810201010100000000 000000000000000000000000000000000000002000000004000000000000001F000000040000000300000001000000200000 0000000000020000002000000004000000000000001F0000000400000003]
18:01:30,186 INFO [CorbaTransactionService] TransactionFactory: [IOR:000000000000003049444C3A6F72672F6A626F73732F746D2F69696F702F5472616E73616374696F6E466163746F7279 4578743A312E30000000000200000000000000E0000102000000000A3132372E302E302E31000DC8000000144A426F73732F 5472616E73616374696F6E732F46000000050000000000000008000000004A414300000000010000001C0000000005010001 0000000105010001000101090000000105010001000000210000005C000000000000000100000000000000240000001C0000 007E00000000000000010000000A3132372E302E302E31000DC9004000000000000000000010040100080606678102010101 00000000000000000000000000000000000000000000002000000004000000000000001F0000000400000003000000010000 002000000000000000020000002000000004000000000000001F0000000400000003]
18:01:32,883 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/jdk1.6.0_21/jre/lib/i386/server:/usr/java/jdk1.6.0_21/jre/lib/i386:/usr/java/jdk1.6.0_21/jre/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
18:01:33,394 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080
18:01:33,397 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
18:01:33,398 INFO [Catalina] Initialization processed in 1141 ms
18:01:33,399 INFO [StandardService] Starting service jboss.web
18:01:33,413 INFO [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.0.GA_CP
18:01:33,626 INFO [Catalina] Server startup in 227 ms
18:01:35,089 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
18:01:38,157 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/httpha-invoker.sar/invoker.war/
18:01:38,685 INFO [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../deploy/jbossws.sar/jbossws-context.war/
18:01:39,535 INFO [TomcatDeployer] deploy, ctxPath=/juddi, warUrl=.../deploy/juddi-service.sar/juddi.war/
18:01:40,026 INFO [RegistryServlet] Loading jUDDI configuration.
18:01:40,029 INFO [RegistryServlet] Resources loaded from: /WEB-INF/juddi.properties
18:01:40,029 INFO [RegistryServlet] Initializing jUDDI components.
18:01:41,634 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy-hasingleton/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
18:01:42,753 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
18:01:45,182 INFO [MailService] Mail Service bound to java:/Mail
18:01:45,854 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
18:01:46,315 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
18:01:46,423 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
18:01:46,599 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
18:01:47,089 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
18:01:47,514 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
18:01:47,867 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
18:01:47,923 INFO [QuartzResourceAdapter] start quartz!!!
18:01:48,120 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main
18:01:48,224 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
18:01:48,232 INFO [RAMJobStore] RAMJobStore initialized.
18:01:48,234 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
18:01:48,241 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
18:01:48,242 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
18:01:50,307 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'javaefaultDS'
18:01:51,208 INFO [A] Bound to JNDI name: queue/A
18:01:51,216 INFO [B] Bound to JNDI name: queue/B
18:01:51,253 INFO [C] Bound to JNDI name: queue/C
18:01:51,260 INFO [D] Bound to JNDI name: queue/D
18:01:51,267 INFO [ex] Bound to JNDI name: queue/ex
18:01:51,370 INFO [testTopic] Bound to JNDI name: topic/testTopic
18:01:51,377 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
18:01:51,385 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
18:01:51,444 INFO [testQueue] Bound to JNDI name: queue/testQueue
18:01:51,596 INFO [UILServerILService] JBossMQ UIL service available at : /127.0.0.1:8093
18:01:52,894 INFO [DLQ] Bound to JNDI name: queue/DLQ
18:01:53,485 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
18:01:53,592 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
18:01:54,901 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
18:01:55,407 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
18:01:55,481 INFO [Server] JBoss (MX MicroKernel) [4.2.0.GA_CP09 (build: SVNTag=JBPAPP_4_2_0_GA_CP09 date=201004202158)] Started in 1m:26s:358ms

... give the patch to cover this error as soon as possibl .... thank you

Last edited by Kiran_g; 11-23-2010 at 06:36 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Jboss Application Server saran_redhat Linux - Server 0 05-28-2009 09:05 AM
need help on Jboss server raghupal Linux - Server 8 11-13-2008 03:02 AM
Installed K3b and started it and got error msg controlchannel Ubuntu 1 08-01-2007 12:09 PM
Installed linux on another hard drive. Need help getting it started bnglover Linux - Newbie 3 01-07-2007 03:56 PM
Not able to start JBOSS server raajesh_ak Linux - Newbie 1 01-03-2006 04:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration