I am a new jBoss user.
I have searched the archives for "ReflectionException", and tried to
proceed, based on what I have found.
I have tomcat running & tested on a linux box.
I have spent much blood sweat & tears on jboss.

I do have a simple test.jsp, which tests ejb, and works with j/run.
It makes no calls to any database.

I added a line to run.sh, which unsets my CLASSPATH.
I first tried jboss.conf & jboss.jcml pretty close to out-of-the-box,
but I get this error to stdout:

...
[SpyderMQ] Initialized
javax.management.ReflectionException
        at
com.sun.management.jmx.MBeanServerImpl.internal_instantiate(MBeanServerImpl.java:2207)
        at
com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:761)
...
[Simple Realm Mapping] Starting
...
[InstantDB] Starting
[InstantDB] XA Connection pool InstantDB bound to java:/InstantDB
[Hypersonic] Press [Ctrl]+[C] to abort
[InstantDB] java.sql.SQLException: The url cannot be null
[InstantDB]     at
java.sql.DriverManager.getConnection(DriverManager.java:494)
...

Then I look at server.log:

...
[Configuration] VerifierVerbose set to true in
EJB:service=ContainerFactory
[Configuration] Detected JMX Bug: Server reports attribute 'JDBCUser' is
not writeable for MBean
'DefaultDomain:name=InstantDB,service=XADataSource'
[Configuration] Detected JMX Bug: Server reports attribute
'TimestampUsed' is not writeable for MBean
'DefaultDomain:name=InstantDB,service=XADataSource'
...
[InstantDB] Starting
[InstantDB] XA Connection pool InstantDB bound to java:/InstantDB
[Hypersonic] Press [Ctrl]+[C] to abort
[InstantDB] java.sql.SQLException: The url cannot be null
[InstantDB]     at
java.sql.DriverManager.getConnection(DriverManager.java:494)
...

Note that I do not have the configuration files open by another process,
such as an editor, and I am running jBoss sudo-ed as root.

To me, this looks like I have a configuration problem starting
InstantDB, which I don't use. From the jBoss-user archives,
<!--X-Subject: Re: [jBoss&#45;User] Oracle 8i and JBoss -->
<!--X-Date: Mon, 02 Oct 2000 07:34:12 &#45;0700 -->
<!--X-Message-Id: [EMAIL PROTECTED] -->

I use the answer to configure my thin client oracle connection. Now, I
have a valid data connection (at least in theory).
Restarting jboss just locks up- no error messages, no server.log.
-- 
EMacro remakes Emacs http://www.sourceforge.net/projects/emacro/


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to