[JBoss-dev] [Design of JBoss Internal Benchmarking] - Internal errors in JBoss 3.2.6 with SpecjAppServer 2002

2004-12-16 Thread c.cremers
I'm running SpecjAppserver 2002 with JBoss 3.2.6 and seeing the following JBoss 
internal errors : I did not see them with 3.2.5.  This is on a solaris 9 
system.  Anybody have any suggestions for workarounds ?

0:45:14,131 ERROR [LogInterceptor] TransactionRolledbackException in method: pu
blic abstract int org.spec.jappserver.orders.cartses.ejb.CartSes.buy() throws ja
va.rmi.RemoteException,javax.ejb.CreateException,org.spec.jappserver.orders.help
er.InsufficientCreditException, causedBy:
org.jboss.tm.JBossRollbackException: Unable to commit, tx=TransactionImpl:XidImp
l [FormatId=257, GlobalId=otto//318, BranchQual=] status=STATUS_NO_TRANSACTION;
- nested throwable: (javax.ejb.EJBException: Internal error setting parameters f
or field qty; CausedByException is:
Invalid conversion requested)
at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:415)
at org.jboss.ejb.plugins.TxInterceptorCMT.endTransaction(TxInterceptorCM
T.java:456)
at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxIntercep
torCMT.java:324)
at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:1
48)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:191)
at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFacto
ryFinderInterceptor.java:122)
at org.jboss.ejb.StatefulSessionContainer.internalInvoke(StatefulSession
Container.java:449)
at org.jboss.ejb.Container.invoke(Container.java:709)
at sun.reflect.GeneratedMethodAccessor86.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.
java:60)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:197)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:
360)
at sun.reflect.GeneratedMethodAccessor69.invoke(Unknown Source)
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: Internal error setting parameters for field q
ty; CausedByException is:
Invalid conversion requested
at org.jboss.ejb.plugins.cmp.jdbc2.bridge.JDBCCMPFieldBridge2.setArgumen
tParameters(JDBCCMPFieldBridge2.java:196)
at org.jboss.ejb.plugins.cmp.jdbc2.schema.EntityTable.insert(EntityTable
.java:752)
at org.jboss.ejb.plugins.cmp.jdbc2.schema.EntityTable.access$1700(Entity
Table.java:58)
at org.jboss.ejb.plugins.cmp.jdbc2.schema.EntityTable$View.flushCreated(
EntityTable.java:1144)
at org.jboss.ejb.plugins.cmp.jdbc2.schema.Schema.flush(Schema.java:168)
at org.jboss.ejb.plugins.cmp.jdbc2.schema.Schema$SchemaSynchronization.b
eforeCompletion(Schema.java:240)
at org.jboss.tm.TransactionImpl.doBeforeCompletion(TransactionImpl.java:
1362)
at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:347)
... 27 more
:w



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3858979#3858979

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3858979


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Benchmarking] - Re: SpecJappServer 2002 : dies in OrderAuditSesEJB

2004-09-27 Thread c.cremers
Turns out all I needed to do was to add jnp_client.jar to my compile path   

Any ideas on how to find out why JBoss can't commit on tx=TransactionImpl:XidImp ? 

On to a new and improved problem :
18:52:48,098 ERROR [LogInterceptor] TransactionRolledbackLocalException in metho
d: public abstract org.spec.jappserver.util.helper.SequenceBlock org.spec.jappse
rver.util.sequenceent.ejb.SequenceEntLocal.nextSequenceBlock(), causedBy:
org.jboss.tm.JBossRollbackException: Unable to commit, tx=TransactionImpl:XidImp
l [FormatId=257, GlobalId=lenny//309, BranchQual=] status=STATUS_NO_TRANSACTION;
 - nested throwable: (javax.ejb.EJBException: Expected one updated row but got: 
0)
at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:415)
at org.jboss.ejb.plugins.TxInterceptorCMT.endTransaction(TxInterceptorCM
T.java:456)
at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxIntercep
torCMT.java:369)
at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:1
48)
at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.
java:120)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:191)
at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFacto
ryFinderInterceptor.java:122)
at org.jboss.ejb.EntityContainer.internalInvoke(EntityContainer.java:484
)
at org.jboss.ejb.Container.invoke(Container.java:723)
at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalPro
xyFactory.java:359)
at org.jboss.ejb.plugins.local.EntityProxy.invoke(EntityProxy.java:44)
at $Proxy193.nextSequenceBlock(Unknown Source)
at org.spec.jappserver.util.sequenceses.ejb.SequenceSesEJB.nextKey(Seque
nceSesEJB.java:165)
at sun.reflect.GeneratedMethodAccessor118.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(S
tatelessSessionContainer.java:683)
at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(Stat
elessSessionInstanceInterceptor.java:72)
at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInte
rceptor.java:84)
at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxIntercep
torCMT.java:282)
at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:1
48)
at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.
java:120)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:191)
at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFacto
ryFinderInterceptor.java:122)
at org.jboss.ejb.StatelessSessionContainer.internalInvoke(StatelessSessi
onContainer.java:331)
at org.jboss.ejb.Container.invoke(Container.java:723)
at sun.reflect.GeneratedMethodAccessor65.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.
java:60)

at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:185)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:97)
at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.jav
a:90)
at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.
java:46)
at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:5
3)
at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessi
onInterceptor.java:100)
at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:85)
at $Proxy197.nextKey(Unknown Source)
at org.spec.jappserver.mfg.workorderent.ejb.WorkOrderCmp20EJB.ejbCreate(
WorkOrderCmp20EJB.java:142)
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.ejb.plugins.CMPPersistenceManager.createEntity(CMPPersisten
ceManager.java:170)
at org.jboss.ejb.EntityContainer.createLocalHome(EntityContainer.java:57
6)
at sun.reflect.GeneratedMethodAccessor105.invoke(Unknown Source)
at 

[JBoss-dev] [Benchmarking] - Re: SpecJappServer 2002 : dies in OrderAuditSesEJB

2004-09-24 Thread c.cremers
Changing the jndi-name datasource in config/jboss32-oracle-ds.xml
to DefaultDS helped somewhat : I no longer get the warnings about no resource manager, 
but I now get : 

Binding controller to //lenny/Controller
Controller: Registering M1 on machine 10.10.200.101
M1 started ...
Controller: Registering L1 on machine 10.10.200.101
L1 started ...
Controller: Registering O1 on machine 10.10.200.101
O1 started ...
RunID for this run is : 948
Output directory for this run is : /scratch/cremers/driver/output/948
Exception in thread main java.rmi.RemoteException: InitialContext failed. 
javax.naming.NoInitialContextException: Cannot instantiate class: 
org.jnp.interfaces.NamingContextFactory [Root exception is 
java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory]
at org.spec.jappserver.driver.Auditor.getAuditBeans(Auditor.java:95)
at org.spec.jappserver.driver.Auditor.validateInitialValues(Auditor.java:153)
at org.spec.jappserver.driver.Driver.configure(Driver.java:276)
at org.spec.jappserver.driver.Driver.(Driver.java:140)
at org.spec.jappserver.driver.Driver.main(Driver.java:724)

The suggestions in various other fora about rearranging jars/extracting jar contents 
haven't helped any.  The command for invoking driver is :


#!/bin/csh -f

/usr/local/j2sdk1.4.2_03/bin/java \
-Djava.naming.factory.initial=org.jnp.interfaces.NamingContextFactory \
-Djava.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces \
-Djava.naming.provider.url=jnp://lenny:1100 \
-classpath /scratch/cremers/jbd2/jars/launcher.jar:/scratch/cremers/jboss-3.2.5-
src/build/output/jboss-3.2.5/client/jbossall-client.jar:/scratch/cremers/jboss-3
.2.5-src/build/output/jboss-3.2.5/client/concurrent.jar:/scratch/cremers/jboss-3
.2.5-src/build/output/jboss-3.2.5/client/log4j.jar:/scratch/cremers/jbd2/config:
/scratch/cremers/jbd2/classes:/scratch/cremers/jboss-3.2.5-src/build/output/jbos
s-3.2.5/server/default/deploy/jbossweb-tomcat50.sar/servlet-api.jar \
-Djava.compiler=NONE \
-Dspecjappserver.home=/scratch/cremers/jbd2 \
-Dnode.name=lenny \
-Denvironment.EMULATOR_HOST=lenny \
-Denvironment.EMULATOR_PORT=8080 \
-Denvironment.J2EE_HOME=/scratch/cremers/jboss-3.2.5-src/build/output/jboss-3.2.
5 \
-Denvironment.JAS_HOME=/scratch/cremers/jbd2 \
-Denvironment.JAS_HOST=lenny \
-Denvironment.JAS_PORT=8080 \
-Denvironment.-Djava.naming.factory.initial=org.jnp.interfaces.NamingContextFact
ory \
-Denvironment.-Djava.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
 \
-Denvironment.-Djava.naming.provider.url=jnp://lenny:1100 \
-Denvironment.JAVA_HOME=/usr/local/j2sdk1.4.2_03 \
-Denvironment.LD_LIBRARY_PATH=.:/usr/lib/lwp:/usr/dt/lib:/usr/openwin/lib:/usr/l
ocal/X11/lib:/usr/local/lib \
-Denvironment.LM_LICENSE_FILE=/usr/tools/flexlm/license.dat \
org.spec.jappserver.launcher.Script Driver




View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3849514#3849514

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849514


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Benchmarking] - Re: SpecJappServer 2002 : dies in OrderAuditSesEJB

2004-09-23 Thread c.cremers
 cat -n  cat -n src/org/spec/jappserver/orders/orderauditses/ejb/OrderAuditSesEJB.java

 
   121  /**
   122   * Method setSessionContext
   123   *
   124   *
   125   * @param sc
   126   *
   127   */
   128  public void setSessionContext(SessionContext sc) {
   129
   130  InitialContext initCtx;
   131  try {
   132  initCtx = new InitialContext();
   133  dataSource =
   134  (javax.sql
   135  .DataSource) initCtx
   136  .lookup(java:comp/env/OrdersDataSource);
   137  } catch (NamingException e) {
   138  debug.printStackTrace(e);
   139
   140  throw new EJBException(Failure looking up DataSource  + e);
   141  }
   142
   143  try {
   144
   145  int debugLevel =
   146  ((Integer) initCtx.lookup(java:comp/env/debuglevel))
   147  .intValue();
   148
   149  if (debugLevel  0) {
   150  debug = new DebugPrint(debugLevel, this);
   151  debugging = true;
   152  } else {
   153  debug = new Debug();
   154  debugging = false;
   155  }
   156  } catch (NamingException ne) {
   157  System.out.println(className + :debuglevel Property not set. 
   158 + Turning off debug messages);
   159  debug = new Debug();
   160  }
   161
   162  if (debugging)
   163  debug.println(3, setSessionContext);
   164  }
   165
   166


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3849364#3849364

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849364


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Benchmarking] - Re: SpecJappServer 2002 : dies in OrderAuditSesEJB

2004-09-22 Thread c.cremers
Source code to what ?  

Following the instructions exactly as given meant SpecJAppServer wouldn't compile.  
After a couple of days and lots of experimentation, I got it to compile, load, and 
bring up the server without any exceptions until I got to this one in the driver, and 
I've been stuck here for a couple of days now.   I'm using 3.2.5 : should I be using 
4.0 ?  

Thanks, Carla

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3849188#3849188

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849188


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Benchmarking] - Re: SpecJappServer 2002 : dies in OrderAuditSesEJB

2004-09-21 Thread c.cremers

It really is a Null Pointer Exception.

Maybe I don't have JBoss connecting to Oracle properly ?  If I do 
JMX Console/Service=JNDIView/List Invoke, Java:Namespace has an OracleDS entry.

but the only thing I see in the JBoss run log is : 

20:25:45,504 INFO  [OracleDS] Bound connection factory for resource adapter for 
ConnectionManager 'jboss.jca:service=LocalTxCM,name=OracleDS to JNDI name 'java:
/OracleDS'

and various of the docs I have seen suggest there ought to be a lot more
messages about connecting to Oracle.  The database is there, it's up, and  I can
do a SPECJAppServer run with WebLogic, so I think that end of it is okay.

Files in jboss-3.2.5-src/build/output/jboss-3.2.5/server :


  jboss32-log4j.xml : 
copied to specj/conf/log4j.xml, no changes
  
  jboss32-mysql-ds.xml :
ignored 

  jboss32-service.xml
copied to specj/conf/jboss-service.xml, no changes

  jboss32-standardjboss.xml
copied to specj/conf/standardjboss.xml
  
jboss32-oracle-ds.xml
copied to specj/deploy/oracle-ds.xml
  
diffs :
 jndi-nameDefaultDS/jndi-name
 jndi-nameOracleDS/jndi-name
 
 connection-urljdbc:oracle:oci:@SPEC/connection-url
 connection-urljdbc:oracle:thin:@carl:1521:wheel/connection-url
 
 user-namespec/user-name
 spec
 user-namespecjb1/user-name
 specjb1
  
  Changes to specj/conf/login-config.xml :
  
( What should principal be ?  I've tried user and SID )

diff login-config.xml login-config.xml.original
47c47
  module-option name = dsJndiNamejava:/OracleDS/module-opt
ion
---
  module-option name = dsJndiNamejava:/DefaultDS/module-op
tion

67,82d66
 
 !-- Security domains for testing new jca framework --
 application-policy name = OracleDbRealm

   login-module code = org.jboss.resource.security.ConfiguredIden
tity
LoginModule
  flag = required
  module-option name = principalspecjb1/module-option
  module-option name = userNamespecjb1/module-option
  module-option name = passwordspecjb1/module-option
  module-option name = managedConnectionFactoryNamejboss.jc
a:se
rvice=LocalTxCM,name=OracleDS/module-option
   /login-module

 /application-policy


  Changes to specj/conf/standardjaws.xml
16,17c16,17
java:/OracleDS
type-mappingOracle9i/type-mapping
---
java:/DefaultDS
type-mappingHypersonic SQL/type-mapping


 Changes to specj/conf/standardjbosscmp-jdbc.xml
  17,18c17,18
 java:/OracleDS
 datasource-mappingOracle9i/datasource-mapping
  ---
 java:/DefaultDS
 datasource-mappingHypersonic SQL/datasource-mapping

  No changes to server/specj/conf/
jboss-minimal.xml
jbossmq-state.xml
jndi.properties
server.policy





View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3849046#3849046

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849046


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Benchmarking] - SpecJappServer 2002 : dies in OrderAuditSesEJB

2004-09-20 Thread c.cremers
I downloaded and installed the SpecJappServer kit from the SourceForge Web site and 
ran into the following problem.   I am using the 
Oracle 9i database, with the ojdbc14.jar copied into the appropriate location

snipped run log :

JBOSS_HOME: /scratch/cremers/jboss-3.2.5-src/build/output/jboss-3.2.5
JAVA: /usr/local/j2sdk1.4.2_03/bin/java
JAVA_OPTS: -server -Dprogram.name=run.sh
CLASSPATH: /scratch/cremers/jboss-3.2.5-src/build/output/jboss-3.2.5/bin/run.jar
:/usr/local/j2sdk1.4.2_03/lib/tools.jar
( snip )
18:18:24,352 INFO  [EjbModule] Deploying SupplierEnt
( and it goes off and deploys all the other bits : so far, so good )
18:18:31,433 INFO  [EjbModule] Deploying CorpAuditSes
18:18:39,827 WARN  [StatelessSessionContainer] No resource manager found for Sup
plierDataSource
18:18:39,869 INFO  [EJBDeployer] Deployed: file:/scratch/cremers/jboss-3.2.5-src
/build/output/jboss-3.2.5/server/specj/tmp/deploy/tmp54577SPECjAppServer.ear-con
tents/supplier.jar
( similiar deployment of the other jars, but no resource managers for them eithe
r )
18:18:44,543 INFO  [TomcatDeployer] deploy, ctxPath=/SPECjAppServer, warUrl=file
:/scratch/cremers/jboss-3.2.5-src/build/output/jboss-3.2.5/server/specj/tmp/depl
oy/tmp54577SPECjAppServer.ear-contents/web.war/
( snip )
18:18:47,693 INFO  [EARDeployer] Started J2EE application: file:/scratch/cremers
/jboss-3.2.5-src/build/output/jboss-3.2.5/server/specj/deploy/emulator.ear
18:18:47,702 INFO  [Server] JBoss (MX MicroKernel) [3.2.5 (build: CVSTag=JBoss_3
_2_5 date=200409101558)] Started in 58s:491ms
18:18:47,704 INFO  [Tomcat5] Saw org.jboss.system.server.started notification, s
tarting connectors
18:18:47,921 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-808
0
18:18:48,286 INFO  [ChannelSocket] JK2: ajp13 listening on /0.0.0.0:8009
18:18:48,306 INFO  [JkMain] Jk running ID=0 time=1/120  config=null

it comes up, I fire off the driver, and I get this :

it comes up, I fire off the driver, and I get this :

18:21:36,288 ERROR [LogInterceptor] RuntimeException:
java.lang.NullPointerException
at org.spec.jappserver.orders.orderauditses.ejb.OrderAuditSesEJB.setSess
ionContext(OrderAuditSesEJB.java:138)
at org.jboss.ejb.StatelessSessionEnterpriseContext.(StatelessSessi
onEnterpriseContext.java:47)
at org.jboss.ejb.plugins.StatelessSessionInstancePool.create(StatelessSe
ssionInstancePool.java:35)
at org.jboss.ejb.plugins.AbstractInstancePool.get(AbstractInstancePool.j
ava:168)
at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(Stat
elessSessionInstanceInterceptor.java:58)
at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInte
rceptor.java:84)
at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxIntercep
torCMT.java:315)
at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:1
48)
at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.
java:120)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:191)
at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFacto
ryFinderInterceptor.java:122)
at org.jboss.ejb.StatelessSessionContainer.internalInvoke(StatelessSessi
onContainer.java:331)
at org.jboss.ejb.Container.invoke(Container.java:723)

Is my propblem the lack of a resource manager ?  None of the JBoss doc I have mentions 
them.  Any ideas ?  

Thanks, Carla


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3848881#3848881

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848881


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development