Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
JSP - A mailing list about Java Server Pages specification and reference
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
- Autodeploy EJBTrailblazer into cluster

- Autodeploy EJBTrailblazer into cluster

2007-08-09       - By loumaus

 Back
Working with JBoss 4.2.1.GA on a linux ubuntu
Downloaded latest Trailblazer

started first cluster node.
deployed EJB3Trail.ear into deploy/farm ...
works perfectly

started second node
instance connects to the "cluster"
instance tries to grab EJB3Trail from cluster with the following information:

14:36:32,521 INFO  [FarmMemberService] **** pullNewDeployments ****
14:36:32,522 INFO  [ClusterFileTransfer] Start pull of file EJB3Trail.ear from
cluster.
14:36:32,916 INFO  [ClusterFileTransfer] Finished cluster pull of file
EJB3Trail.ear to EJB3Trail.ear
14:36:32,926 INFO  [EARDeployer] Init J2EE application: file:/data/home/jboss
-dev/clusterA/p1/server/default/farm/EJB3Trail.ear
14:36:33,590 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org
.jboss.ejb3.entity.PersistenceUnitDeployment
14:36:33,596 INFO  [JmxKernelAbstraction] installing MBean: persistence.units
:ear=EJB3Trail.ear,jar=beans.jar,unitName=ejb3trail with dependencies:
14:36:33,597 INFO  [JmxKernelAbstraction]       jboss.jca:name=DefaultDS
,service=DataSourceBinding
14:36:33,777 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org
.jboss.ejb3.stateful.StatefulContainer
14:36:33,785 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear
=EJB3Trail.ear,jar=beans.jar,name=ApptransCalculator,service=EJB3 with
dependencies:
14:36:33,786 INFO  [JmxKernelAbstraction]       persistence.units:ear=EJB3Trail
.ear,jar=beans.jar,unitName=ejb3trail
14:36:33,790 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org
.jboss.ejb3.stateless.StatelessContainer
14:36:33,793 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear
=EJB3Trail.ear,jar=beans.jar,name=EntityCalculator,service=EJB3 with
dependencies:
14:36:33,794 INFO  [JmxKernelAbstraction]       persistence.units:ear=EJB3Trail
.ear,jar=beans.jar,unitName=ejb3trail
14:36:33,797 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org
.jboss.ejb3.stateless.StatelessContainer
14:36:33,797 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear
=EJB3Trail.ear,jar=beans.jar,name=QueryCalculator,service=EJB3 with dependencies
:
14:36:33,797 INFO  [JmxKernelAbstraction]       persistence.units:ear=EJB3Trail
.ear,jar=beans.jar,unitName=ejb3trail
14:36:33,801 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org
.jboss.ejb3.stateless.StatelessContainer
14:36:33,801 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear
=EJB3Trail.ear,jar=beans.jar,name=UpdateCalculator,service=EJB3 with
dependencies:
14:36:33,801 INFO  [JmxKernelAbstraction]       persistence.units:ear=EJB3Trail
.ear,jar=beans.jar,unitName=ejb3trail
14:36:33,804 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org
.jboss.ejb3.mdb.MDB
14:36:33,807 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear
=EJB3Trail.ear,jar=beans.jar,name=CalculatorMDB,service=EJB3 with dependencies:
14:36:33,807 INFO  [JmxKernelAbstraction]       jboss.j2ee:ear=EJB3Trail.ear
,jar=beans.jar,name=RecordManagerBean,service=EJB3
14:36:33,807 INFO  [JmxKernelAbstraction]       jboss.j2ee:ear=EJB3Trail.ear
,jar=beans.jar,name=StatelessCalculator,service=EJB3
14:36:33,811 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org
.jboss.ejb3.stateless.StatelessContainer
14:36:33,811 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear
=EJB3Trail.ear,jar=beans.jar,name=RecordManagerBean,service=EJB3 with
dependencies:
14:36:34,007 INFO  [EJBContainer] STARTED EJB: trail.injection
.RecordManagerBean ejbName: RecordManagerBean
14:36:34,056 INFO  [EJBContainer] STOPPED EJB: trail.injection
.RecordManagerBean ejbName: RecordManagerBean
14:36:34,063 WARN  [ServiceController] Problem starting service jboss.j2ee:ear
=EJB3Trail.ear,jar=beans.jar,name=RecordManagerBean,service=EJB3

java.lang.NullPointerException Source code of java.lang.NullPointerException

       at org.jboss.ejb.txtimer.DatabasePersistencePolicy.listTimerHandles
(DatabasePersistencePolicy.java:165)

       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 Source code of java.lang.reflect.Method(Method.java:597)

       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 Source code of org.jboss.mx.server.MBeanServerImpl(MBeanServerImpl.java:659)

       at org.jboss.mx.util.MBeanProxyExt Source code of org.jboss.mx.util.MBeanProxyExt(MBeanProxyExt.java:210)

       at $Proxy30.listTimerHandles(Unknown Source)

       at org.jboss.ejb.txtimer.EJBTimerServiceImpl.restoreTimers
(EJBTimerServiceImpl.java:408)

       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 Source code of java.lang.reflect.Method(Method.java:597)


has anyone run into this problem before ???

thanks for your help

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic
&p=4072469#4072469

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode
=reply&p=4072469
__ ____ ____ ____ ____ ____ ____ ____ ____ ____
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user

©2008 junlu.com - Jax Systems, LLC, U.S.A.