[JBoss-user] [HTTPD, Servlets & JSP] - Its Very URGENT: problem of accessing image from absolute pa

2005-05-31 Thread sharma_arun_se
Dear All,

I am facing the problem of accessing image from absolute path say 
"c:\sharedFolder\image1"( where sharedFolder is web shared) from jsp page with 
code  on the server with above static IP address.
This application able to access the image when we access it with in LAN and 
give LAN IP address.This mean application is running perfect within LAN.

  I think problem is with accessing sharedFolder. It may be due to some 
permission.

  Anybody have an idea how we  can do this is highly appreciated , as I am on 
deadlock from last two days.

  Or there is some other way to do this pls suggest.

  waiting ur response.

bye

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879700


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - URGENT PROBLEM :JBOSS SPECIFIC PROBLEM unable to create tabl

2005-05-01 Thread sharma_arun_se
HI
 This problem is URGENT . I am unable to create JMS_MESSAGES table at server 
startup with MS SQL SERVER 2000. Two types of errors are there.

1. Error Incorrect syntax near 'CACHED'. 
2. Cannot find data type object.

  pls send me solution soon

bye

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876093


---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Unable to insert/retrieve values in/from database Error :ja

2005-05-01 Thread sharma_arun_se
Dear Alex and other JBOSS gurus
  I am facing problem of Unable to insert/retrieve  values in/from database 
. What could be the possible cause of Error below In STACK TRACE:

javax.ejb.ObjectNotFoundException: No such entity!


0:58:32,859 ERROR [STDERR] javax.ejb.ObjectNotFoundException: No such entity!
10:58:32,859 ERROR [STDERR] at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCFindEntityCommand.execute(JDBCFindEntityCommand.java:50)
10:58:32,859 ERROR [STDERR] at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.findEntity(JDBCStoreManager.java:589)
10:58:32,859 ERROR [STDERR] at 
org.jboss.ejb.plugins.CMPPersistenceManager.findEntity(CMPPersistenceManager.java:300)
10:58:32,859 ERROR [STDERR] at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.findEntity(CachedConnectionInterceptor.java:298)
10:58:32,859 ERROR [STDERR] at 
org.jboss.ejb.EntityContainer.findSingleObject(EntityContainer.java:1086)
10:58:32,859 ERROR [STDERR] at 
org.jboss.ejb.EntityContainer.findLocal(EntityContainer.java:663)
10:58:32,859 ERROR [STDERR] at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
10:58:32,859 ERROR [STDERR] at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
10:58:32,859 ERROR [STDERR] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
10:58:32,859 ERROR [STDERR] at 
java.lang.reflect.Method.invoke(Method.java:324)
10:58:32,859 ERROR [STDERR] at 
org.jboss.invocation.Invocation.performCall(Invocation.java:345)
10:58:32,859 ERROR [STDERR] at 
org.jboss.ejb.EntityContainer$ContainerInterceptor.invokeHome(EntityContainer.java:1113)
10:58:32,859 ERROR [STDERR] at 
org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:90)
10:58:32,859 ERROR [STDERR] at 
org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invokeHome(EntitySynchronizationInterceptor.java:192)
10:58:32,859 ERROR [STDERR] at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(CachedConnectionInterceptor.java:212)
10:58:32,859 ERROR [STDERR] at 
org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:90)
10:58:32,859 ERROR [STDERR] at 
org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeHome(EntityInstanceInterceptor.java:117)
10:58:32,859 ERROR [STDERR] at 
org.jboss.ejb.plugins.EntityLockInterceptor.invokeHome(EntityLockInterceptor.java:61)
10:58:32,859 ERROR [STDERR] at 
org.jboss.ejb.plugins.EntityCreationInterceptor.invokeHome(EntityCreationInterceptor.java:28)
10:58:32,859 ERROR [STDERR] at 
org.jboss.ejb.plugins.CallValidationInterceptor.invokeHome(CallValidationInterceptor.java:41)
10:58:32,859 ERROR [STDERR] at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:109)
10:58:32,859 ERROR [STDERR] at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:313)
10:58:32,859 ERROR [STDERR] at 
org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:126)
10:58:32,859 ERROR [STDERR] at 
org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:99)
10:58:32,859 ERROR [STDERR] at 
org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:121)
10:58:32,859 ERROR [STDERR] at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:93)
10:58:32,859 ERROR [STDERR] at 
org.jboss.ejb.EntityContainer.internalInvokeHome(EntityContainer.java:508)
10:58:32,859 ERROR [STDERR] at 
org.jboss.ejb.Container.invoke(Container.java:891)
10:58:32,859 ERROR [STDERR] at 
org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invokeHome(BaseLocalProxyFactory.java:342)
10:58:32,859 ERROR [STDERR] at 
org.jboss.ejb.plugins.local.LocalHomeProxy.invoke(LocalHomeProxy.java:118)
10:58:32,859 ERROR [STDERR] at $Proxy56.findByRemoteUserId(Unknown Source)
10:58:32,859 ERROR [STDERR] at 
au.com.chimo.nextidserver.service.AdminNextIDServiceBean.registerUser(Unknown 
Source)
10:58:32,859 ERROR [STDERR] at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
10:58:32,859 ERROR [STDERR] at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
10:58:32,859 ERROR [STDERR] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
10:58:32,859 ERROR [STDERR] at 
java.lang.reflect.Method.invoke(Method.java:324)
10:58:32,859 ERROR [STDERR] at 
org.jboss.invocation.Invocation.performCall(Invocation.java:345)
10:58:32,859 ERROR [STDERR] at 
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:214)
10:58:32,859 ERROR [STDERR] at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:185)
10:58:32,859 ERROR [STDERR] at 
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invok

[JBoss-user] [Persistence & CMP/JBoss] - Re: Jboss 4.0.1 does not seem to read the jbosscmp-jdbc.xml

2005-04-29 Thread sharma_arun_se
Hi  My suggestion , if you want to implement it .

Make all necessary changes in standardXXX.xml instead of overidding them  and 
find out if this trick works . 
If so then , there must be some error while creating these overridding 
files .

   SEnd me your answer soon.

I am Arun Sharma
from chandigarh

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875937


---
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: Is IT A BUG ? Error deploying only last Entity bean of e

2005-04-29 Thread sharma_arun_se
Yes we are creating one primary key cmp field for that entity.I think then it 
is necessary to make change corresponding entity also .  Then test with our 
client appalication.
 I will let u know the response what pls stay in touch 


 well thanx for everthing




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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875922


---
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: Is IT A BUG ? Error deploying only last Entity bean of e

2005-04-29 Thread sharma_arun_se
Yes , We have one entity which have no field , I am sending you the tag entry 
of that in ejb-jar.xml file.


 
  NextIDBaseEntityEJB
  
au.com.chimo.nextidserver.base.LocalNextIDBaseEntityHome
  au.com.chimo.nextidserver.base.LocalNextIDBaseEntity
  
au.com.chimo.nextidserver.base.NextIDBaseEntityBean
  Container
  java.lang.String
  False
  2.x
  NextIDBaseEntityEJB
  


Is Anything wrong in this . IF so pls suggest way out as this is our base 
entity , whose functionality is subclassed by all our entity.

   Well thanks very much for your response at last .

Pls reply soon.
bye and take care .

Arun K Sharma 


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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875917


---
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: Jboss 4.0.1 does not seem to read the jbosscmp-jdbc.xml

2005-04-28 Thread sharma_arun_se
HI
SEND YOUR mysql-ds.xml ,jbosscmp-jdbc.xml  ALONG WITH DIRECTORY STRUCTURE OF 
YOUR APPLICATION.

BYE

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875864


---
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - UNABLE TO FIND SOLTION OF MY PROBLEM FROM LAST 10 DAYS Re: w

2005-04-28 Thread sharma_arun_se
Dear All  JBOSS USER,
 
I am fed up with the problem I am facing with JBOSS . IT IS APPLICATION 
SERVER WITH ALMOST ALL POSSIBLE BUG . I HAVE LOST MY MOST OF TIME 
LOOKING/MODIFYING CONFIGURATION PROBLEM.
   WHY YOU CREATE OPEN SOURCE SOFTWARE WITHOUT PROPER DOCUMENTION and 
WITHOUT GOOD SUPPORT, ALWAYS ASK FOR MONEY TO PROVIDE SUPPORT


  jUST STOP THIS OPEN SOURCE SOFTWARE DEVELOPMENT.

MY PROBLEM:
1.UNABLE TO DEPLOY LAST EJB.
2.where to add this entry @ejb.bean  primkey-field=, i MEAN TO WHICH FILE AS 
SOLUTION TO PROBLEM 1.


BYE ALL

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875863


---
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: where to add this entry @ejb.bean primkey-field= WHY YO

2005-04-28 Thread sharma_arun_se
Dear All  JBOSS USER,
 
I am fed up with the problem I am facing with JBOSS . IT IS APPLICATION 
SERVER WITH ALMOST ALL POSSIBLE BUG . I HAVE LOST MY MOST OF TIME 
LOOKING/MODIFYING CONFIGURATION PROBLEM.
   WHY YOU CREATE OPEN SOURCE SOFTWARE WITHOUT PROPER DOCUMENTION and 
WITHOUT GOOD SUPPORT, ALWAYS ASK FOR MONEY TO PROVIDE SUPPORT


  jUST STOP THIS OPEN SOURCE SOFTWARE DEVELOPMENT.

BYE ALL

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875862


---
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - where to add this entry @ejb.bean primkey-field="[primary k

2005-04-28 Thread sharma_arun_se
Dear Jboss GURU,


Where to add this entry , since I am facing same problem of last bean 
deployment un-successfull ? Pls help way out as my problem urgent .

 thanks a million in advance .

looking forward to answer from your side .

bye

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875859


---
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP, MySQL get NPE in JDBCEntityBridge.loadLoadGroups

2005-04-28 Thread sharma_arun_se
Dear rudger

  I am facing same problem of last bean deployment . Will you suggest 
me where this entry @ejb.bean primkey-field="[primary key]" ,


PLS -22 HELP me , tell me where you make this entry ...



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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875858


---
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: NPE when deploying EJBs

2005-04-28 Thread sharma_arun_se
HI I am facing same problem . Have u got any idea ,what is the cause of problem 
?
pls help ...

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875857


---
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: Is IT A BUG ? Error deploying only last Entity bean of e

2005-04-28 Thread sharma_arun_se
IS Anybody there who the answer of above query ? I have virtually stop working 
because of this error. Pls suggest me way out . 
 Many Thanks in advance .


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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875856


---
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Error during running / invoking .ear through console java cl

2005-04-27 Thread sharma_arun_se
Hello all,
Follwing is the error stack trace when try to invoke CMP entity through 
command - line client 

   I am using SQL SERVER 2000 as backend And CMP EJB .

STACK TRACE

java.rmi.ServerException: RemoteException occurred in server thread; nested exce
ption is:
java.rmi.ServerException: EJBException:; nested exception is:
javax.ejb.EJBException: null; CausedByException is:
null
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:292)
at sun.rmi.transport.Transport$1.run(Transport.java:148)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:4
60)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport
.java:701)
at java.lang.Thread.run(Thread.java:534)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Stream
RemoteCall.java:247)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:
223)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
at org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke(Unknown Sour
ce)
at org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvo
kerProxy.java:118)
at org.jboss.invocation.InvokerInterceptor.invokeInvoker(InvokerIntercep
tor.java:163)
at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.jav
a:103)
at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.
java:46)
at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:5
5)
at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessi
onInterceptor.java:97)
at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:91)
at $Proxy1.checkUser(Unknown Source)
at au.com.chimo.nextidserver.wsclienttest.EntityTest.UserTest(Unknown So
urce)
at au.com.chimo.nextidserver.wsclienttest.EntityTest.main(Unknown Source
)
Caused by: java.rmi.ServerException: EJBException:; nested exception is:
javax.ejb.EJBException: null; CausedByException is:
null
at org.jboss.ejb.plugins.LogInterceptor.handleException(LogInterceptor.j
ava:352)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:196)
at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFacto
ryFinderInterceptor.java:122)
at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:6
24)
at org.jboss.ejb.Container.invoke(Container.java:870)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke
(JRMPInvoker.java:805)
at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:
406)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
at sun.rmi.transport.Transport$1.run(Transport.java:148)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:4
60)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport
.java:701)
at java.lang.Thread.run(Thread.java:534)
Caused by: javax.ejb.EJBException: null; CausedByException is:
null
at au.com.chimo.nextidserver.service.EntityTestServiceBean.checkUser(Unk
nown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
 

[JBoss-user] [Persistence & CMP/JBoss] - Is IT A BUG ? Error deploying only last Entity bean of ejb-j

2005-04-26 Thread sharma_arun_se
Dear Jboss Guru,
 
 I am facing deployment problem with my application. Jboss is unable to 
deploy my last Entity bean. No matter even if u change the order of entity in 
ejb-jar.xml , only the last one cannot be deployed successfully, although 
others are ?
What is the cause of problem. I read it some where that it is bug 
in JBOSS? is it true , if so what is remedy ?

Error Stack trace 


ERROR [EntityContainer] Starting failed 
jboss.j2ee:jndiName=local/NextIDSymbolEJB,service=EJB
java.lang.NullPointerException
at 
org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCEntityBridge.loadLoadGroups(JDBCEntityBridge.java:1018)
at 
org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCEntityBridge.resolveRelationships(JDBCEntityBridge.java:286)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.resolveRelationships(JDBCStoreManager.java:445)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.start(JDBCStoreManager.java:372)
at 
org.jboss.ejb.plugins.CMPPersistenceManager.start(CMPPersistenceManager.java:157)
at org.jboss.ejb.EntityContainer.startService(EntityContainer.java:340)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222)
at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:891)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:416)
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy39.start(Unknown Source)
at org.jboss.ejb.EjbModule.startService(EjbModule.java:394)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222)
at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:891)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:416)
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy22.start(Unknown Source)
at org.jboss.ejb.EJBDeployer.start(EJBDeployer.java:605)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:964)
at org.jboss.deployment.MainDeployer.start(M

[JBoss-user] [Persistence & CMP/JBoss] - [PersistenceManager] Starting failed jboss.mq:service=Persis

2005-04-26 Thread sharma_arun_se
Dear All,
   Following is error log appear when I started My JBOSS server which is 
configured for CMP based database management with MS SQL Server 2000. Pls let 
me know is this a warning only or it is error /exception connecting to SQL 
SERVER?


ERROR STACK TRACE


10:14:10,671 ERROR [PersistenceManager] Starting failed 
jboss.mq:service=PersistenceManager
org.jboss.mq.SpyJMSException: Could not resolve uncommited transactions.  
Message recovery may not be accurate; - nested throwable: 
(java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for 
JDBC][SQLServer]Invalid object name 'JMS_MESSAGES'.)
at 
org.jboss.mq.pm.jdbc2.PersistenceManager.resolveAllUncommitedTXs(PersistenceManager.java:391)
at 
org.jboss.mq.pm.jdbc2.PersistenceManager.startService(PersistenceManager.java:1422)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:891)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:416)
at org.jboss.system.ServiceController.start(ServiceController.java:438)
at org.jboss.system.ServiceController.start(ServiceController.java:438)
at org.jboss.system.ServiceController.start(ServiceController.java:438)
at org.jboss.system.ServiceController.start(ServiceController.java:438)
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:261)
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:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at 
org.jboss.mx.util.JMXInvocationHandler.invoke(JMXInvocationHandler.java:272)
at $Proxy31.start(Unknown Source)
at org.jboss.deployment.XSLSubDeployer.start(XSLSubDeployer.java:228)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:964)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:775)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:122)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:131)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249

[JBoss-user] [Persistence & CMP/JBoss] - [ServiceController] Problem starting service jboss.web:servi

2005-04-26 Thread sharma_arun_se
Hi All
  I am unable to start my web server at port 8080. Below is the eror log:

10:14:02,234 WARN  [ServiceController] Problem starting service 
jboss.web:service=WebServer
java.lang.ExceptionInInitializerError
at org.jboss.web.tomcat.tc5.Tomcat5.startService(Tomcat5.java:323)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:891)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:416)
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:261)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:964)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:775)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
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:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:122)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:131)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy8.deploy(Unknown Source)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:305)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:481)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:204)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:277)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:891)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:416)

[JBoss-user] [Persistence & CMP/JBoss] - How to make SQL SERVER 2000 Specific Changes In JBOSS, to ex

2005-04-26 Thread sharma_arun_se
Dear All,

 I am using CMP Entity EJB with SQL SERVER 2000, JBOSS 4.0.1.

During server start up, There are some SQL server specific error like 
invalid object JMS_MESSAGE etc exception. Also I am using DefaultDS. Is this 
the cause of error ?

   When I am deploying my EJB , error appear during last EJB deployment, if you 
change the order of EJB in ejb-jar.xml , the error ejb change. Now it is last 
ejb deployed.

   My problem is very urgent , pls post your answer early

thanx in advance

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875435


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: createBeanClassInstanceCommand == null

2005-04-26 Thread sharma_arun_se
This is in thread to last message : createBeanClassInstanceCommand == null . 
This error is generated when I try to create an instance of Entity bean through 
its home.create() method . 
Will you ellaborate in details what type of configuration error it is. I am 
using SQL server 2000, EJB CMP, jsdk1.4.
Also let me know the exact configuration that I need to made in number of 
files ?.xml, ?.xml etc
   This is an urgent request ..  pls make it fast ..
  thanks in advance   

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875372


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - TransactionRolledbackLocalException in method: public abstra

2005-04-26 Thread sharma_arun_se
Hello All 
Following is the error stack trace , caused when I try to access home's create 
method usiong CMP Entity bean . Also it is unable to invoke finder method. 
I think there is Connectivity with SQL Server as it create following table in 
MS SQL SERVER 2000. 1.TIMERS 2. HILOSEQUENCES 3. JMS_USERS 

The error stack trace : 

13:15:47,906 ERROR [LogInterceptor] TransactionRolledbackLocalException in 
method: public abstract au.com.chimo.nextidserver.entities.LocalNextIDUser 
au.com.chimo.nextidserver.entities.LocalNextIDUserHome.create() throws 
javax.ejb.CreateException, causedBy: 
java.lang.IllegalStateException: createBeanClassInstanceCommand == null 
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.createBeanClassInstance(JDBCStoreManager.java:560)
 
at 
org.jboss.ejb.plugins.CMPPersistenceManager.createBeanClassInstance(CMPPersistenceManager.java:124)
 
at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.createBeanClassInstance(CachedConnectionInterceptor.java:247)
 
at 
org.jboss.ejb.EntityContainer.createBeanClassInstance(EntityContainer.java:224) 
at 
org.jboss.ejb.plugins.AbstractInstancePool.get(AbstractInstancePool.java:146) 
at 
org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeHome(EntityInstanceInterceptor.java:96)
 
at 
org.jboss.ejb.plugins.EntityLockInterceptor.invokeHome(EntityLockInterceptor.java:61)
 
at 
org.jboss.ejb.plugins.EntityCreationInterceptor.invokeHome(EntityCreationInterceptor.java:28)
 
at 
org.jboss.ejb.plugins.CallValidationInterceptor.invokeHome(CallValidationInterceptor.java:41)
 
at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:109)
 
at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:313)
 
at org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:126) 
at 
org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:99)
 
at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:121) 
at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:93)
 
at org.jboss.ejb.EntityContainer.internalInvokeHome(EntityContainer.java:508) 
at org.jboss.ejb.Container.invoke(Container.java:891) 
at 
org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invokeHome(BaseLocalProxyFactory.java:342)
 
at org.jboss.ejb.plugins.local.LocalHomeProxy.invoke(LocalHomeProxy.java:118) 
at $Proxy57.create(Unknown Source) 
at 
au.com.chimo.nextidserver.impl.AdminNextIDServiceImplBean.registerUser(Unknown 
Source) 
at 
au.com.chimo.nextidserver.impl.AdminNextIDServiceImplBean.registerUser(Unknown 
Source) 
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:324) 
at org.jboss.invocation.Invocation.performCall(Invocation.java:345) 
at 
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:214)
 
at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:185)
 
at 
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:113)
 
at 
org.jboss.webservice.server.ServiceEndpointInterceptor.invoke(ServiceEndpointInterceptor.java:51)
 
at 
org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48)
 
at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:105)
 
at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:313)
 
at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:146) 
at 
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:122) 
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192) 
at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
 
at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:624) 
at org.jboss.ejb.Container.invoke(Container.java:870) 
at 
org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:413)
 
at 
org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:82)
 
at $Proxy105.registerUser(Unknown Source) 
at 
au.com.chimo.nextidserver.service.AdminNextIDServiceBean.registerUser(Unknown 
Source) 
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:324) 
at org.jboss.invocation.Invocation.performCall(Invocation.java:345) 
at 
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:214)
 

[JBoss-user] [Nukes User] - TransactionRolledbackLocalException in Home.create() throws

2005-04-26 Thread sharma_arun_se
Hello All
  Following is the error stack trace , caused when I try to access 
home's create method usiong CMP Entity bean . Also it is unable to invoke 
finder method.
   I think there is Connectivity with SQL Server as it create following 
table in MS SQL SERVER 2000. 1.TIMERS 2. HILOSEQUENCES 3. JMS_USERS
 
   The error stack trace :

13:15:47,906 ERROR [LogInterceptor] TransactionRolledbackLocalException in 
method: public abstract au.com.chimo.nextidserver.entities.LocalNextIDUser 
au.com.chimo.nextidserver.entities.LocalNextIDUserHome.create() throws 
javax.ejb.CreateException, causedBy:
java.lang.IllegalStateException: createBeanClassInstanceCommand == null
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.createBeanClassInstance(JDBCStoreManager.java:560)
at 
org.jboss.ejb.plugins.CMPPersistenceManager.createBeanClassInstance(CMPPersistenceManager.java:124)
at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.createBeanClassInstance(CachedConnectionInterceptor.java:247)
at 
org.jboss.ejb.EntityContainer.createBeanClassInstance(EntityContainer.java:224)
at 
org.jboss.ejb.plugins.AbstractInstancePool.get(AbstractInstancePool.java:146)
at 
org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeHome(EntityInstanceInterceptor.java:96)
at 
org.jboss.ejb.plugins.EntityLockInterceptor.invokeHome(EntityLockInterceptor.java:61)
at 
org.jboss.ejb.plugins.EntityCreationInterceptor.invokeHome(EntityCreationInterceptor.java:28)
at 
org.jboss.ejb.plugins.CallValidationInterceptor.invokeHome(CallValidationInterceptor.java:41)
at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:109)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:313)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:126)
at 
org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:99)
at 
org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:121)
at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:93)
at 
org.jboss.ejb.EntityContainer.internalInvokeHome(EntityContainer.java:508)
at org.jboss.ejb.Container.invoke(Container.java:891)
at 
org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invokeHome(BaseLocalProxyFactory.java:342)
at 
org.jboss.ejb.plugins.local.LocalHomeProxy.invoke(LocalHomeProxy.java:118)
at $Proxy57.create(Unknown Source)
at 
au.com.chimo.nextidserver.impl.AdminNextIDServiceImplBean.registerUser(Unknown 
Source)
at 
au.com.chimo.nextidserver.impl.AdminNextIDServiceImplBean.registerUser(Unknown 
Source)
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:324)
at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
at 
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:214)
at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:185)
at 
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:113)
at 
org.jboss.webservice.server.ServiceEndpointInterceptor.invoke(ServiceEndpointInterceptor.java:51)
at 
org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48)
at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:105)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:313)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:146)
at 
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:122)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
at 
org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:624)
at org.jboss.ejb.Container.invoke(Container.java:870)
at 
org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:413)
at 
org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:82)
at $Proxy105.registerUser(Unknown Source)
at 
au.com.chimo.nextidserver.service.AdminNextIDServiceBean.registerUser(Unknown 
Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39