[JBoss-user] [Beginners Corner] - JBoss 4.0: can't get CMP and Oracle JDBC working

2004-10-26 Thread aironyiu
Hi:
I am running the JBoss 4.0 (binary dist) on HP-UX 11i.  I was able to run various 
examples in the 'Getting started JBoss 4.0' document  until chapter 7 and 8. 

Here are the details:

(1) Trying CMP (as in Chapter 7 of Getting Started document) is OK until running the 
client. 

There errors are:

(jboss)/app_server/src/j2eetutorial14/examples/ejb/cmproster$ant -f jboss-build.xml 
run-cmp
Buildfile: jboss-build.xml

run-cmp:
 [java] Caught an exception:
 [java] java.rmi.ServerException: RemoteException occurred in server thread; 
nested exception is: 
 [java] java.rmi.ServerException: EJBException:; nested exception is: 
 [java] javax.ejb.EJBException: createBeanClassInstanceCommand == null; 
CausedByException is:
 [java] createBeanClassInstanceCommand == null
 [java] at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:292)
 [java] at sun.rmi.transport.Transport$1.run(Transport.java:148)
 [java] at java.security.AccessController.doPrivileged(Native Method)
 [java] at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
 [java] at 
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
 [java] at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
 [java] at java.lang.Thread.run(Thread.java:534)
 [java] at 
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
 [java] at 
sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
 [java] at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
 [java] at org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke(Unknown 
Source)
 [java] at 
org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvokerProxy.java:118)
 [java] at 
org.jboss.invocation.MarshallingInvokerInterceptor.invoke(MarshallingInvokerInterceptor.java:73)
 [java] at 
org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:46)
 [java] at 
org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:55)
 [java] at 
org.jboss.proxy.ejb.StatefulSessionInterceptor.invoke(StatefulSessionInterceptor.java:106)
 [java] at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:86)
 [java] at $Proxy2.createLeague(Unknown Source)
 [java] at client.RosterClient.insertInfo(RosterClient.java:156)
 [java] at client.RosterClient.main(RosterClient.java:51)
 [java] Caused by: java.rmi.ServerException: EJBException:; nested exception is: 
 [java] javax.ejb.EJBException: createBeanClassInstanceCommand == null; 
CausedByException is:
 [java] createBeanClassInstanceCommand == null
 [java] at 
org.jboss.ejb.plugins.LogInterceptor.handleException(LogInterceptor.java:347)
 [java] at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:195)
 [java] at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
 [java] at 
org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:624)
 [java] at org.jboss.ejb.Container.invoke(Container.java:854)
 [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 [java] at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 [java] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 [java] at java.lang.reflect.Method.invoke(Method.java:324)
 [java] at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
 [java] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
 [java] at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
 [java] at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:242)
 [java] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
 [java] at 
org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPInvoker.java:775)
 [java] at 
org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:382)
 [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 [java] at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 [java] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 [java] at java.lang.reflect.Method.invoke(Method.java:324)
 [java] at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
 [java] at sun.rmi.transport.Transport$1.run(Transport.java:148)
 [java] at java.security.AccessController.doPrivileged(Native Method)
 [java] at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
 [java] at 

[JBoss-user] [JBoss Getting Started Documentation] - Cannot get CMP and Oracle JDBC configuration working

2004-10-25 Thread aironyiu
Hi:
I followed the getting started document for JBoss 4.0, and everything works find until 
Chapter 7 (CMP) and Chapter 8 (Oracle JDBC).  I just downloaded all these last week.

When deploying CMP, get the following errors

2004-10-25 17:35:20,231 ERROR [org.jboss.ejb.EntityContainer] Starting failed 
jboss.j2ee:jndiName=local/PlayerBean,service=EJB
org.jboss.deployment.DeploymentException: Error while checking if table aleady exists 
TEAMBEAN; - nested throwable: (java.sql.SQLExc
eption: Table not found: SYSTEM_TABLES in statement [SELECT * FROM SYSTEM_TABLES])
at org.jboss.ejb.plugins.cmp.jdbc.SQLUtil.tableExists(SQLUtil.java:1002)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.execute(JDBCStartCommand.java:83)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.startStoreManager(JDBCStoreManager.java:484)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.start(JDBCStoreManager.java:381)
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:271)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
at sun.reflect.GeneratedMethodAccessor98.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:141)
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:242)
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.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:305)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:463)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:204)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:215)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:194)
Caused by: java.sql.SQLException: Table not found: SYSTEM_TABLES in statement [SELECT 
* FROM SYSTEM_TABLES]
at org.hsqldb.jdbc.jdbcUtil.sqlException(Unknown Source)
at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source)
at org.hsqldb.jdbc.jdbcStatement.executeQuery(Unknown Source)
at org.hsqldb.jdbc.jdbcDatabaseMetaData.execute(Unknown Source)
at org.hsqldb.jdbc.jdbcDatabaseMetaData.getTables(Unknown Source)
at org.jboss.ejb.plugins.cmp.jdbc.SQLUtil.tableExists(SQLUtil.java:995)
... 76 more
17:35:20,245 INFO  [EJBDeployer] Deployed: 
file:/app_server/jboss-4.0.0/server/default/tmp/deploy/tmp36487RosterApp.ear-contents/tea
m-ejb.jar
17:35:20,319 INFO  [EARDeployer] Started J2EE application: 
file:/app_server/jboss-4.0.0/server/default/deploy/RosterApp.ear

When running the client, get the followings:
run-cmp:
 [java] Caught an exception:
 [java] java.rmi.ServerException: RemoteException occurred in server thread; 
nested exception is: 
 [java] java.rmi.ServerException: EJBException:; nested exception is: 
 [java] javax.ejb.EJBException: createBeanClassInstanceCommand == null; 
CausedByException is:
 [java] createBeanClassInstanceCommand == null
 [java] at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:292)
 [java] at sun.rmi.transport.Transport$1.run(Transport.java:148)
 [java] at java.security.AccessController.doPrivileged(Native Method)
 [java] at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
 [java] at 
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
 [java] at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
 [java] at java.lang.Thread.run(Thread.java:534)
 [java] at 
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
 [java] at 
sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
 [java] at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
 [java] at org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke(Unknown 
Source)
 [java] at 
org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvokerProxy.java:118)
 [java] at 

[JBoss-user] [JBoss Getting Started Documentation] - Re: Error after login on Dukes Bank

2004-10-24 Thread aironyiu
Hi:
I have the similar problems before.  However, after I shutdown and restarted several 
times, things back to normal.

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

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


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: Jboss hang on HPUX

2004-10-24 Thread aironyiu
Hi Dave:

I am starting to test JBoss 4.0 on HP-UX 11i and would like to know more details about 
this problem (e.g. how to get the fixes).  I talked to our local HP engineer and there 
seem to have no information.

Thks

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

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


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user