When I wanted to run the testsuite "jbosstest" which I got from cvs
+ build.bat runs fine,
+ deployment (by copiing foo.jar to .../jboss/deploy runs fine,
+ running hellotest.bat runs fine,
but then I always get "jmx not bound"
when I look at the stack trace it looks as if there is some service unbound
in the jnp
do I have to add another MLet to my jboss.conf ?
Thanks in advance for any help
Steve Kwee
----------------------------------------------------------------------------
---------------
>From the junit console I got this:
javax.naming.NameNotFoundException: jmx not bound
at
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown
Source)
at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
at sun.rmi.server.UnicastRef.invoke(Unknown Source)
at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:167)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:152)
at javax.naming.InitialContext.lookup(Unknown Source)
at org.jboss.jmx.client.Deployer.deploy(Deployer.java:54)
at org.jboss.test.hello.test.Main.setUp(Main.java:190)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:100)
at junit.framework.TestResult.runProtected(TestResult.java:117)
at junit.framework.TestResult.run(TestResult.java:103)
at junit.framework.TestCase.run(TestCase.java:120)
at junit.framework.TestSuite.run(TestSuite.java:144)
at junit.swingui.TestRunner$18.run(TestRunner.java:709)
-----Urspr�ngliche Nachricht-----
Von: jBoss CVS Development [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 21. Juni 2000 17:56
An: [EMAIL PROTECTED]
Betreff: [jBoss-Dev] CVS update: jbosstest - Imported sources
User: oberg
Date: 00/06/21 08:56:00
Log:
Initial import of jBoss test. This module contains CTS tests, some simple
examples, and small bean suites.
Status:
Vendor Tag: jBoss
Release Tags: initial
N jbosstest/docs/styles.css
N jbosstest/docs/index.html
N jbosstest/src/main/org/jboss/test/hello/ejb/HelloBean.java
N jbosstest/src/main/org/jboss/test/hello/interfaces/HelloData.java
N jbosstest/src/main/org/jboss/test/hello/interfaces/HelloHome.java
...