[JBoss-user] NullPointerException when creating a remote session in jboss

2003-10-21 Thread Francesco Zen
Hi, I have two ear files called arcipelago-application.ear and arcipelago-data.ear, successfully deployed under JBoss 3.2.1 each with a jboss-app.xml file into META-INF: 1. com.nobody:loader=arcipelago-application.ear 2. com.nobody:loader=arcipelago-data.ear Each bean works f

Re: [JBoss-user] NullPointerException when trying to access a home method.

2003-09-15 Thread Stephane Nicoll
A missing ejb-ref or ejb-external-ref? Regards, Stephane On Mon, 2003-09-15 at 09:51, Jon Haugsand wrote: > * Jon Haugsand > > The following stack trace shows a strange situation. Can anyone hint > > to me where to look for the error? > > Actually, the problem happens to take place during dep

Re: [JBoss-user] NullPointerException when trying to access a home method.

2003-09-15 Thread Jon Haugsand
* Jon Haugsand > The following stack trace shows a strange situation. Can anyone hint > to me where to look for the error? Actually, the problem happens to take place during deployment. The resulting error seen here is quite strange, but I still focus on the problem at deployment. See separate

[JBoss-user] NullPointerException when trying to access a home method.

2003-09-15 Thread Jon Haugsand
The following stack trace shows a strange situation. Can anyone hint to me where to look for the error? We have a bunch of Entity Beans that inherit en ejbHomeMethod from a super class, this is called ejbHomeSlettUnittestdata. This method works well in one Entity Bean, but not in another. Stac

[JBoss-user] NullPointerException in servlet startup on 3.2RC4

2003-03-24 Thread Brian Johnson
I'm getting the following error when starting JBoss 3.2RC4 on Linux Redhat 8: 2003-03-24 12:29:51,454 DEBUG [org.jboss.management.j2ee.factory.WebModuleFactory] Creating servlet: jboss.web:Jetty=0,JBossWebAppli cationContext=3,context=/jmx-console,HashSessionManager=0 2003-03-24 12:29:51,605

[JBoss-user] NullPointerException: PersistenceManager.java (470)

2003-02-19 Thread Vedd Sampang
Hi   I am using jBoss 2.4.7. While running the server, the server throws errors related to the PersistenceManager.   NullPointerException in org.jboss.mq.pm.rollinglogged.PersistenceManager.restore (PersistenceManager.java:470)   Any idea why this is happening?   Rgds Ved

Re[2]: [JBoss-user] NullPointerException on a findByPrimaryKey

2002-10-17 Thread Alex Loubyansky
and what about Lennart's remark? The primitives can't be null and if they are it should result in the exception. alex Thursday, October 17, 2002, 4:50:49 PM, you wrote: JH> * Alex Loubyansky >> Hello Jon, >> >> is it possible, sometimes, you pass in null to findByPrimaryKey? JH> Actually, I do

Re: [JBoss-user] NullPointerException on a findByPrimaryKey

2002-10-17 Thread Jon Haugsand
* Alex Loubyansky > Hello Jon, > > is it possible, sometimes, you pass in null to findByPrimaryKey? Actually, I don't think so. Here is a part of the code: cat.debug("klh=" + klh + ", kpk=" + kpk); minSekvens=klh.findByPrimaryKey(kpk); And this is a par

Re: Re[2]: [JBoss-user] NullPointerException on a findByPrimaryKey

2002-10-17 Thread Lennart Petersson
By 'id' I didn't mean id as in primary key :) I refered to the persistent field named 'id' (since using getId() and setId()). /L torsdagen den 17 oktober 2002 kl 13.35 skrev Alex Loubyansky: LP> Don't use long for your id, use Long instead. Following xdoclet, the key is of type String. Someti

Re[2]: [JBoss-user] NullPointerException on a findByPrimaryKey

2002-10-17 Thread Alex Loubyansky
LP> Don't use long for your id, use Long instead. Following xdoclet, the key is of type String. Sometimes, field named 'id' is not a primary key :) Probably, JBossCMP was also suprised by it and threw the exception :) alex LP> Else you will have this LP> error each time you have null in databas

Re: [JBoss-user] NullPointerException on a findByPrimaryKey

2002-10-17 Thread Alex Loubyansky
Hello Jon, is it possible, sometimes, you pass in null to findByPrimaryKey? alex Thursday, October 17, 2002, 1:31:23 PM, you wrote: JH> Running JBoss 3.0.2 with a fairly trivial entity bean: JH> /** JH> * @ejb:interface-method view-type="both" JH> * @ejb:persistent-field JH>

Re: [JBoss-user] NullPointerException on a findByPrimaryKey

2002-10-17 Thread Lennart Petersson
Hello Jon :) Don't use long for your id, use Long instead. Else you will have this error each time you have null in database for the id field. /Lennart torsdagen den 17 oktober 2002 kl 12.31 skrev Jon Haugsand: Running JBoss 3.0.2 with a fairly trivial entity bean: /** * @ejb:inter

[JBoss-user] NullPointerException on a findByPrimaryKey

2002-10-17 Thread Jon Haugsand
Running JBoss 3.0.2 with a fairly trivial entity bean: /** * @ejb:interface-method view-type="both" * @ejb:persistent-field */ public abstract long getId(); /** */ public abstract void setId( long id ); /** * @ejb:interface-method *

RE: [JBoss-user] NullPointerException with Jetty's deployer when is set

2002-10-09 Thread Barlow, Dustin
And the 3.2.0beta2 is also screwed as well. I'll give the 3.0 Branch a try. Dustin > -Original Message- > From: Jules Gosnell [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 08, 2002 8:07 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] NullPointerEx

Re: [JBoss-user] NullPointerException with Jetty's deployer when is set

2002-10-08 Thread Jules Gosnell
u have a status on this issue, or a bug ticket number that I can track? > > Thanks, > > Dustin > > >>-Original Message- >>From: Jules Gosnell [mailto:[EMAIL PROTECTED]] >>Sent: Wednesday, October 02, 2002 6:27 PM >>To: [EMAIL PROTECTED] >>S

RE: [JBoss-user] NullPointerException with Jetty's deployer when is set

2002-10-07 Thread Barlow, Dustin
Jules, Do you have a status on this issue, or a bug ticket number that I can track? Thanks, Dustin > -Original Message- > From: Jules Gosnell [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 02, 2002 6:27 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] NullP

RE: [JBoss-user] NullPointerException with Jetty's deployer when is set

2002-10-03 Thread Barlow, Dustin
I'm just glad I'm not crazy :) If there is anything I can do to help expedite the fix, let me know. Dustin > -Original Message- > From: Jules Gosnell [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 02, 2002 6:27 PM > To: [EMAIL PROTECTED] >

Re: [JBoss-user] NullPointerException with Jetty's deployer when i s set

2002-10-02 Thread Jules Gosnell
Thanks for spotting this. It looks like the ground shifted under my feet between releases. I'll get to this as soon as I have the time. Jules Barlow, Dustin wrote: > I am running the tip version 3.2.0beta2 (did a cvs update about 2 hours > ago). I am playing with the HttpSession clustering

[JBoss-user] NullPointerException with Jetty's deployer when is set

2002-10-02 Thread Barlow, Dustin
I am running the tip version 3.2.0beta2 (did a cvs update about 2 hours ago). I am playing with the HttpSession clustering in Jetty. I deployed my test.ear file in the JBoss "all" target (I made a copy of the "all" target and named it "cluster1"). I changed none of the default settings at all.

Re: [JBoss-user] NullPointerException while trying to obtain JMS

2002-06-14 Thread Slava Voronin
I run sucsessfully example under JbossBook-2.4.x in chap4 with messages. I use lookup("TopicConnectionFactory") for this version. The same example work for jboss3 if changed lookup("TopicConnectionFactory") to lookup("ConnectionFactory"). I bought this documents for $10. Demyanovich, Craig - Ap

RE: [JBoss-user] NullPointerException while trying to obtain JMS

2002-06-14 Thread Demyanovich, Craig - Apogent
> I had the same problem and when I changed > lookup("TopicConnectionFactory") to lookup("ConnectionFactory") > it worked for jboss3. Mark made the original post on my behalf, as my subscription request was taking quite some time. Now that I'm here, let me carry on the discussion. I neglected

Re: [JBoss-user] NullPointerException while trying to obtain JMSTopicConnectionFa ctory on 2.4.6

2002-06-13 Thread Slava Voronin
I had the same problem and when I changed lookup("TopicConnectionFactory") to lookup("ConnectionFactory") it worked for jboss3. McLain, Mark - Apogent wrote: > I have written the following test method in a JUnit 3.7 TestCase: > > > > public void testSendMessageToProcessor() > >

[JBoss-user] NullPointerException while trying to obtain JMS TopicConnectionFactory on 2.4.6

2002-06-13 Thread McLain, Mark - Apogent
I have written the following test method in a JUnit 3.7 TestCase:       public void testSendMessageToProcessor()     throws NamingException, JMSException     {     Context ctx = new InitialContext();     TopicConnectionFactory factory =     (TopicConnectio

Re: [JBoss-user] NullpointerException and JCA

2002-06-11 Thread David Jencks
My first (wild) guess is that you didn't supply any ManagedConnectionFactory class in your ra.xml. david jencks On 2002.06.11 09:35:26 -0400 "Buettner, Waltraud" wrote: > Hi friends of JBoss, > can anybody help me? > I have written my own JCA resource adapter. This one is a localTx > Resource >

[JBoss-user] NullpointerException and JCA

2002-06-11 Thread Buettner, Waltraud
Hi friends of JBoss, can anybody help me? I have written my own JCA resource adapter. This one is a localTx Resource Adapter. I wrote a tamino-service.xml file, where I defined all my settings, but I get a NullpointerException, when JBoss3.0.0 (final version) tries to read my tamino-service.xml f

[JBoss-user] NullPointerException When Accessing JSPs with JBoss/Tomcat/Apache

2001-07-12 Thread Hicks, James
I am getting the following exception when I try to access a simple jsp page. I am running JBoss 2.2, Tomcat 3.2.1, and Apache 1.19. JBoss and Tomcat are running in the same VM and Apache is talking with Tomcat through mod-jk using ajp 12. I created a simple ear file containing 1 enterprise

Re: [JBoss-user] NullPointerException

2001-06-26 Thread Scott M Stark
This has been fixed in the 2.4 branch of cvs. You need to use the Branch_2_4 cvs tag to access the correct source. - Original Message - From: "David Green" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 26, 2001 5:08 PM Subject: [JBoss-user

[JBoss-user] NullPointerException

2001-06-26 Thread David Green
More or less fresh install of JBoss v2.4 BETA(Rel_2_4_0_6)... I created a .war containing only an index.jsp and a web.xml containing security restraints and deployed it. Upon visiting my index.jsp (which is nothing but a static page with an i++ counter on the bottom) in my web browser, I get the

[JBoss-user] NullPointerException when using JBoss with MySQL

2001-06-23 Thread Thorsten Klusemann
Hello, I configured JBoss for using MySQL as a DataSource. I added the driver information to jboss.jcml as follows: org.gjt.mm.mysql.Driver,org.hsql.jdbcDriver,org.enhydra.insta ntdb.jdbc.idbDriver org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImp l pollstar jdbc:mys

Re: [JBoss-user] NullPointerException

2001-06-13 Thread Per Lewau
On Wed, 13 Jun 2001, Christof Lehmann wrote: > Hello, > > During deploying a stateful session bean in jboss final 2.0 , I get a > NullPointerException. It seems to be outside of the bean code. Has > anybody an idea? It's probably caused by a message being sent to an object reference whose valu

[JBoss-user] NullPointerException

2001-06-13 Thread Christof Lehmann
Hello, During deploying a stateful session bean in jboss final 2.0 , I get a NullPointerException. It seems to be outside of the bean code. Has anybody an idea? best regards Christof Lehmann VUB Printmedia GmbH Berlin Bonn Dresden Köln Leipzig Chopinstr. 4 TEL: +49 341 960

RE: [JBoss-user] NullPointerException in XAPoolDataSource.java:165

2001-06-08 Thread Allen Fogleson
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Guy Rouillier Sent: Friday, June 08, 2001 2:47 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] NullPointerException in XAPoolDataSource.java:165 Something is not right there. "OracleDB" and "OracleDS" a

Re: [JBoss-user] NullPointerException in XAPoolDataSource.java:165

2001-06-08 Thread Guy Rouillier
TED]> Sent: Thursday, June 07, 2001 3:50 AM Subject: Re: [JBoss-user] NullPointerException in XAPoolDataSource.java:165 > Guy: your example worked. The difference that made it work was the > specification of "OracleDB" rather than "OracleDS". __

Re: [JBoss-user] NullPointerException in XAPoolDataSource.java:165

2001-06-07 Thread Emerson
trol] Started 26 services >[Default] JBoss 2.2.2 Started in 0m:33s > >Guy Rouillier wrote: > >> - Original Message - >> From: "David Filiatrault" <[EMAIL PROTECTED]> >> To: <[EMAIL PROTECTED]> >> Sent: Tuesday, June 05, 2001 11:32 AM >>

Re: [JBoss-user] NullPointerException in XAPoolDataSource.java:165

2001-06-07 Thread David Filiatrault
rted in 0m:33s Guy Rouillier wrote: > - Original Message - > From: "David Filiatrault" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, June 05, 2001 11:32 AM > Subject: Re: [JBoss-user] NullPointerException in XAPoolDataSource.java:165 >

RE: [JBoss-user] NullPointerException at a 2nd deploy

2001-06-06 Thread Alex Radka
José Pires Sent: Wednesday, June 06, 2001 10:10 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] NullPointerException at a 2nd deploy Hi! There's a question that is buggin' me a long time ago. I've JBoss 2.2.1 with Tomcat 3.2.1 installed. At Tomcat I have JDBC realms configured, and

[JBoss-user] NullPointerException at a 2nd deploy

2001-06-06 Thread José Pires
Hi! There's a question that is buggin' me a long time ago. I've JBoss 2.2.1 with Tomcat 3.2.1 installed. At Tomcat I have JDBC realms configured, and I'm using MySQL for the database. When I start the server and I run my Web application, the JDBC realms work fine. When I redeploy my applicati

Re: [JBoss-user] NullPointerException in XAPoolDataSource.java:165

2001-06-05 Thread Toby Allsopp
Guy Rouillier wrote: > Note that if you are running 2.2.2, the pool name has changed to JBossPool. 2.2 is still Minerva. 2.4 will be JBossPool. Toby. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-

Re: [JBoss-user] NullPointerException in XAPoolDataSource.java:165

2001-06-05 Thread Guy Rouillier
- Original Message - From: "David Filiatrault" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 05, 2001 11:32 AM Subject: Re: [JBoss-user] NullPointerException in XAPoolDataSource.java:165 > Yes, I know I'm using an unusual port. I

Re: [JBoss-user] NullPointerException in XAPoolDataSource.java:165

2001-06-05 Thread David Filiatrault
D]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, June 03, 2001 2:10 PM > Subject: [JBoss-user] NullPointerException in XAPoolDataSource.java:165 > > > I got the following exception after doing the following: > > 1. downloaded and installed jboss 2.2.2 with tomcat with

Re: [JBoss-user] NullPointerException in XAPoolDataSource.java:165

2001-06-03 Thread Guy Rouillier
? - Original Message - From: "David Filiatrault" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 03, 2001 2:10 PM Subject: [JBoss-user] NullPointerException in XAPoolDataSource.java:165 > I got the following exception after doing the following: >

[JBoss-user] NullPointerException in XAPoolDataSource.java:165

2001-06-03 Thread David Filiatrault
I got the following exception after doing the following: 1. downloaded and installed jboss 2.2.2 with tomcat with jdk 1.3.1 on Windows NT 4.0SP6a. 2. Ran jboss_with_tomcat.bat, loaded fine. 3. Added the Oracle settings according to the online manual to jboss.jcml, changes are at the end of the mes

RE: [JBoss-user] NullPointerException in ClassPathExtension

2001-04-14 Thread Jakob Braeuchi
hi, the leading slash seems to help. it's a little unusual to see path like /D:/java/jboss... but if it works... jakob _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. _

RE: [JBoss-user] NullPointerException in ClassPathExtension

2001-04-12 Thread Bordet, Simone
Hey, > hi, > > i tried to add my tomcat-lib to tha classpath using: > > CODEBASE="../../lib/ext/"> > > > Try this, with a leading slash *and* a trailing slash: HTH, Simon ___ JBoss-user mailing list [EMAIL PROTECTED] http://li

[JBoss-user] NullPointerException in ClassPathExtension

2001-04-11 Thread Jakob Braeuchi
hi, i tried to add my tomcat-lib to tha classpath using: in jboss.conf. with the trailing slash i get a NullPointerException [Classpath extension] Added directory:file:/D:/Java/jboss/tmp/ [Classpath extension] Added directory:file:/D:/Java/jboss/db/ [Classpath extension] Classpath ex

[JBoss-user] NullPointerException when log off the pet store

2001-04-04 Thread joel cordonnier
Hi! I just install the PetStore demo on JBOSS Embedded Tomcat, and try to play with. Each time I log off, I get a NullPointerException. What's the problem ? How to solve it ? Thanks Joel ___ Do You Yahoo!? -- Pour dialoguer en direct ave