[JBoss-dev] Automated JBoss Testsuite Results: 11-May-2002

2002-05-11 Thread chris


Number of tests run:   757



Successful tests:  604
Errors:142
Failures:  11



[time of test: 11 May 2002 8:11 GMT]
[java.version: 1.3.1_02]
[java.vendor: Sun Microsystems Inc.]
[java.vm.version: 1.3.1_02-b02]
[java.vm.name: Java HotSpot(TM) Server VM]
[java.vm.info: mixed mode]
[os.name: Linux]
[os.arch: i386]
[os.version: 2.4.9-31]

See http://lubega.com/testarchive/sun_jdk131_02 for details of this test.

See http://lubega.com for general test information.

NOTE: If there are any errors shown above - this mail is only highlighting 
them - it is NOT indicating that they are being looked at by anyone.
Remember - if a test becomes broken after your changes - fix it or fix the test!





Oh dear - still got some errors!



Thanks for all your effort - we really do love you!



___

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] Automated JBoss Testsuite Results: 11-May-2002

2002-05-11 Thread chris


Number of tests run:   757



Successful tests:  602
Errors:143
Failures:  12



[time of test: 11 May 2002 9:34 GMT]
[java.version: 1.4.0]
[java.vendor: Sun Microsystems Inc.]
[java.vm.version: 1.4.0-b92]
[java.vm.name: Java HotSpot(TM) Server VM]
[java.vm.info: mixed mode]
[os.name: Linux]
[os.arch: i386]
[os.version: 2.4.9-31]

See http://lubega.com/testarchive/sun_j2sdk140 for details of this test.

See http://lubega.com for general test information.

NOTE: If there are any errors shown above - this mail is only highlighting 
them - it is NOT indicating that they are being looked at by anyone.
Remember - if a test becomes broken after your changes - fix it or fix the test!





Oh dear - still got some errors!



Thanks for all your effort - we really do love you!



___

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] HEAD ClassCircularityError

2002-05-11 Thread Sacha Labourey

Jason,

 Ic.  Then it appears there is a bug in HEAD which causing these failures.
 
 Any ideas what it might be?
 
 Is there a web or gui based diff which can show me all of the 
 changes from 
 branch to branch?  If not someone want to write one hehe?

If you take a look at the recent tests, the circularity error seems to occur with some 
VM only, maybe there is a link here.

Andreas, on which VM can you see the problem under Windows 2000?

Jason, here the files that differ between HEAD and Branch_3_0 (in attach).

That's strange. We have to deploy the minimal set of services + clustering to see with 
which JAR (and then class), the problem occurs (I haven't been able to see it yet!).

Cheers,


Sacha



Report.zip
Description: Zip compressed data


Re: [JBoss-dev] Possible bug in JBossTX

2002-05-11 Thread Emil Eifrem

On Sat, 2002-05-11 at 00:10, David Jencks wrote:
 We're going to try to put jbosstx in its own module soon.

Excellent, thanks a lot. If it may be of any help, this is what we did
to externalize the JBossTX code from the JBoss server source:

o Copied server/src/main/org/jboss/tm to a separate project tree.
o Copied
common/src/main/org/jboss/util/Throwable{Handler,Listener}.java and
../util/timeout/* to the separate project tree.
o Removed the following classes and packages:
o org.jboss.tm.usertx
o org.jboss.tm.TransactionManagerService
o org.jboss.tm.TransactionManagerServiceMBean
o Made a proxy implementation of org.jboss.logging.Logger (redirects
all logging to our logging framework)

Most of the JBoss dependant source is in usertx, so we decided to wait
with that for now and use our own implementation. Another dependency is
of course the JBoss MBean services. But other than that, the
dependencies are mostly logging and some timeout utilities.

-- 
Emil Eifrem [[EMAIL PROTECTED]]/'\ ASCII Ribbon Campaign
Kernel Developer, .windh AB \ / No HTML/RTF in email
 ×  No Word docs in email
/ \ Respect for open standards 


___

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Possible bug in JBossTX

2002-05-11 Thread Johan Svensson

On Sat, 2002-05-11 at 01:29, David Jencks wrote:
 OK, I fixed this.  Can you please check it works as you expect?
 
Appears to work, this is the exact same fix I applied locally.

Thanks,

Johan Svensson [[EMAIL PROTECTED]]
Kernel Developer, .windh AB


___

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Possible bug in JBossTX

2002-05-11 Thread Johan Svensson

On Sat, 2002-05-11 at 00:10, David Jencks wrote:
 Looks like a bug. I'll take a look.
 
 We're going to try to put jbosstx in its own module soon.
 
 One thing that would be really good would be some unit tests.  I haven't
 really thought about how to set them up yet.  I guess all we really need
 for a framework is a fake XAResource implementation and a Synchronization
 implementation.  Any ideas?

As a matter of fact we have implemented a basic JTA compliance unit test
and we would gladly donate it if you think it is of any use.

I've attached the code to this mail so take a look at it and let me know
if you can use it. I apologize if I broke any mailing list rules
attaching the code but I didn't know where else to send it. Please note
that this code cannot (yet) be used out of the box with JBoss, it's
still somewhat tied to our custom implementation. (For example, we look
up our TM via a non-standard method call.)

Johan Svensson [[EMAIL PROTECTED]]
Kernel Developer, .windh AB



JtaCompliance.tgz
Description: GNU Zip compressed data


Re: [JBoss-dev] testsuite crashes vm on linux for cvs-rc3

2002-05-11 Thread Torsten Schlumm

What does -Xcomp do? I don't have doc on that (ala -X) under Linux w/1.4

--jason

torsten@pts/2.hamlet:~ java -Xcomp -version
java version 1.4.0
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-b92)
Java HotSpot(TM) Client VM (build 1.4.0-b92, compiled mode)

AFAIK -Xcomp tells the HotSpot VM to just compile everything.
And it's not documented. (Don't understand why they document
-Xint but not -Xcomp ??)

Cheers,
Torsten
* * *

View thread online: http://jboss.org/forums/thread.jsp?forum=66thread=15289

___

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] [ jboss-Bugs-546393 ] in standardjaws.xml remove-table tag

2002-05-11 Thread noreply

Bugs item #546393, was opened at 2002-04-19 23:33
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detailatid=376685aid=546393group_id=22866

Category: JBossCMP
Group: v2.4 (stable)
Status: Open
Resolution: Fixed
Priority: 5
Submitted By: oleg shteynbuk (oshteynbuk)
Assigned to: Nobody/Anonymous (nobody)
Summary: in standardjaws.xml remove-table tag 

Initial Comment:
OS -   Win 2000 pro

jdk1.3.1_02

JBoss-2.4.4_Tomcat-4.0.1

in standardjaws.xml remove-table tag does not remove 
the table but in jaws.xml it does
if i delete line
   remove-tabletrue/remove-table  
from jaws.xml table is not removed and all data are 
there
if it is needed i could send default.script file from 
hypersonic directory 

my jaws.xml :
jaws
   datasourcejava:/DefaultDS/datasource
   type-mappingHypersonic SQL/type-mapping
   debugtrue/debug

   enterprise-beans

  entity
 ejb-nameItemImpl/ejb-name
  table-nameITEMIMPL/table-name 
  remove-tabletrue/remove-table 

  cmp-field


standardjaws.xml :   
jaws
   datasourcejava:/DefaultDS/datasource
   type-mappingHypersonic SQL/type-mapping
   debugtrue/debug
   default-entity
  create-tabletrue/create-table
  remove-tabletrue/remove-table
  tuned-updatesfalse/tuned-updates
  read-onlyfalse/read-only
  time-out300/time-out
  select-for-updatefalse/select-for-update
   /default-entity
   type-mappings



--

Comment By: oleg shteynbuk (oshteynbuk)
Date: 2002-05-10 21:24

Message:
Logged In: YES 
user_id=520850

I use CatalinaBundle and standardjaws.xml is in both 
conf /default and conf/catalina  directories and I made 
changes in default and not catalina dir naively assuming 
that catalina is for tomcat only and when I made changes in 
catalina dir it works as advertised. Sorry for this bug 
report.
But there is a question if the name of directory 
conf/catalina a little bit misleading at least if you are a 
new jboss user, as I am, and what is the conf/default 
directory for in the bundle?

oleg


--

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detailatid=376685aid=546393group_id=22866

___

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] [ jboss-Bugs-537152 ] MAPPING Configuration error for request

2002-05-11 Thread noreply

Bugs item #537152, was opened at 2002-03-30 18:10
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detailatid=376685aid=537152group_id=22866

Category: CatalinaBundle
Group: v3.0 Rabbit Hole
Status: Closed
Resolution: Duplicate
Priority: 8
Submitted By: Pravin Pillai (pravinp2000)
Assigned to: Scott M Stark (starksm)
Summary: MAPPING Configuration error for request 

Initial Comment:
Windows 2000
JDK1.3

Unpacked deployment doesn't work in JBoss3.0-Tomcat4.0.

Steps to reproduce:
1) Create a directory called .war or ROOT.war.
2) Add a file called index.html
3) Add a sub-directory called WEB-INF
4) In WEB-INF create a web.xml with the following 
content

?xml version=1.0 encoding=ISO-8859-1?!DOCTYPE 
web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web 
Application 2.3//EN http://java.sun.com/dtd/web-
app_2_3.dtdweb-app/web-app

5) Copy the directory to jboss/deploy
6) Use http://localhost:8080/


--

Comment By: Juan Garcia (jcgg2002)
Date: 2002-05-11 17:53

Message:
Logged In: YES 
user_id=541887

What happened to this defect? was it ever fixed?

--

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detailatid=376685aid=537152group_id=22866

___

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] Automated JBoss Testsuite Results: 12-May-2002

2002-05-11 Thread chris


Number of tests run:   755



Successful tests:  598
Errors:136
Failures:  21



[time of test: 12 May 2002 1:5 GMT]
[java.version: 1.3.0]
[java.vendor: IBM Corporation]
[java.vm.version: 1.3.0]
[java.vm.name: Classic VM]
[java.vm.info: J2RE 1.3.0 IBM build cx130-20010626 (JIT enabled: jitc)]
[os.name: Linux]
[os.arch: x86]
[os.version: 2.4.9-31]

See http://lubega.com/testarchive/ibm_jdk13_20010626 for details of this test.

See http://lubega.com for general test information.

NOTE: If there are any errors shown above - this mail is only highlighting 
them - it is NOT indicating that they are being looked at by anyone.
Remember - if a test becomes broken after your changes - fix it or fix the test!





Oh dear - still got some errors!



Thanks for all your effort - we really do love you!



___

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] Automated JBoss Testsuite Results: 12-May-2002

2002-05-11 Thread chris


Number of tests run:   757



Successful tests:  601
Errors:135
Failures:  21



[time of test: 12 May 2002 2:1 GMT]
[java.version: 1.3.0]
[java.vendor: IBM Corporation]
[java.vm.version: 1.3.0]
[java.vm.name: Classic VM]
[java.vm.info: J2RE 1.3.0 IBM build cx130-20020124 (JIT enabled: jitc)]
[os.name: Linux]
[os.arch: x86]
[os.version: 2.4.9-31]

See http://lubega.com/testarchive/ibm_jdk13_20020124 for details of this test.

See http://lubega.com for general test information.

NOTE: If there are any errors shown above - this mail is only highlighting 
them - it is NOT indicating that they are being looked at by anyone.
Remember - if a test becomes broken after your changes - fix it or fix the test!





Oh dear - still got some errors!



Thanks for all your effort - we really do love you!



___

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] HEAD ClassCircularityError

2002-05-11 Thread Andreas Schaefer

Hi Geeks

Andreas, on which VM can you see the problem under Windows 2000?

Jdk 1.3.1-b24. Note that this problem only occurs under Cygwin Unix
shell emulator !!

Andy



___

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] Automated JBoss Testsuite Results: 12-May-2002

2002-05-11 Thread chris


Number of tests run:   757



Successful tests:  604
Errors:142
Failures:  11



[time of test: 12 May 2002 3:4 GMT]
[java.version: 1.3.1]
[java.vendor: Blackdown Java-Linux Team]
[java.vm.version: Blackdown-1.3.1_02a-FCS]
[java.vm.name: Java HotSpot(TM) Client VM]
[java.vm.info: mixed mode]
[os.name: Linux]
[os.arch: i386]
[os.version: 2.4.9-31]

See http://lubega.com/testarchive/blackdown_jdk131_02_native for details of this test.

See http://lubega.com for general test information.

NOTE: If there are any errors shown above - this mail is only highlighting 
them - it is NOT indicating that they are being looked at by anyone.
Remember - if a test becomes broken after your changes - fix it or fix the test!





Oh dear - still got some errors!



Thanks for all your effort - we really do love you!



___

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] JBoss Build Failure - RC2

2002-05-11 Thread Stephen Davidson

Greetings.

I thought everything was included for the build!  I would really love to get a viable 
build going here.

Linux 2.4.10
JDK 1.4.0.

-Steve

docs-api:

jmx-docs:
 [mkdir] Created dir: /home/jboss/jboss-all/connector/output/jmx-doc
Running xdoclet.XDocletMain loaded by sun.misc.Launcher$AppClassLoader. Forked:true
[jmxdoclet] Running jbossXmlDoc/
[jmxdoclet]   Generating output for 
'org.jboss.resource.connectionmanager.BaseConnectionManager2' using template file 
'jar:file:/home/jboss/jboss-all/tools/lib/xdoclet.jar!/xdoclet/jmx/vendor/jbossmx-xml-doc.j'.
[jmxdoclet]   Generating output for 
'org.jboss.resource.connectionmanager.CachedConnectionManager' using template file 
'jar:file:/home/jboss/jboss-all/tools/lib/xdoclet.jar!/xdoclet/jmx/vendor/jbossmx-xml-doc.j'.
[jmxdoclet]   Generating output for 
'org.jboss.resource.connectionmanager.JBossManagedConnectionPool' using template file 
'jar:file:/home/jboss/jboss-all/tools/lib/xdoclet.jar!/xdoclet/jmx/vendor/jbossmx-xml-doc.j'.
[jmxdoclet]   Generating output for 
'org.jboss.resource.connectionmanager.LocalTxConnectionManager' using template file 
'jar:file:/home/jboss/jboss-all/tools/lib/xdoclet.jar!/xdoclet/jmx/vendor/jbossmx-xml-doc.j'.
[jmxdoclet]   Generating output for 
'org.jboss.resource.connectionmanager.NoTxConnectionManager' using template file 
'jar:file:/home/jboss/jboss-all/tools/lib/xdoclet.jar!/xdoclet/jmx/vendor/jbossmx-xml-doc.j'.
[jmxdoclet]   Generating output for 
'org.jboss.resource.connectionmanager.RARDeployment' using template file 
'jar:file:/home/jboss/jboss-all/tools/lib/xdoclet.jar!/xdoclet/jmx/vendor/jbossmx-xml-doc.j'.
[jmxdoclet]   Generating output for 
'org.jboss.resource.connectionmanager.XATxConnectionManager' using template file 
'jar:file:/home/jboss/jboss-all/tools/lib/xdoclet.jar!/xdoclet/jmx/vendor/jbossmx-xml-doc.j'.

jmx-docs-html-plain:
 [mkdir] Created dir: /home/jboss/jboss-all/connector/output/jmx-api
 [style] Transforming into /home/jboss/jboss-all/connector/output/jmx-api
 [style] Transforming into /home/jboss/jboss-all/connector/output/jmx-api
 [style] Loading stylesheet 
/home/jboss/jboss-all/thirdparty/oasis/docbook-xsl/html/docbook.xsl
Error on line 2 of 
file:///home/jboss/jboss-all/connector/output/jmx-doc/org/jboss/resource/connectionmanager/BaseConnectionManager2-doc.xml:
   Error reported by XML parser: External entity not found: 
http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd.: Connection timed out
 [style] Failed to process 
/home/jboss/jboss-all/connector/output/jmx-doc/org/jboss/resource/connectionmanager/BaseConnectionManager2-doc.xml

BUILD FAILED

/home/jboss/jboss-all/connector/build.xml:555: 
javax.xml.transform.TransformerException: java.net.ConnectException: Connection timed 
out

Total time: 6 minutes 17 seconds



___

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] Build Fail JBoss3.0RC2

2002-05-11 Thread Stephen Davidson

Linux 2.4.10
JDK 1.3.1


-Steve

===java -version===.
jboss@davidson:~/jboss-all.RC2 java -version
java version 1.3.1
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24)
Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode)

===Begin last x lines===
jmx-docs:
 [mkdir] Created dir: /home/jboss/jboss-all.RC2/connector/output/jmx-doc
Running xdoclet.XDocletMain loaded by sun.misc.Launcher$AppClassLoader. Forked:true
[jmxdoclet] Running jbossXmlDoc/
[jmxdoclet]   Generating output for 
'org.jboss.resource.connectionmanager.BaseConnectionManager2' using template file 
'jar:file:/home/jboss/jboss-all.RC2/tools/lib/xdoclet.jar!/xdoclet/jmx/vendor/jbossmx-xml-doc.j'.
[jmxdoclet]   Generating output for 
'org.jboss.resource.connectionmanager.CachedConnectionManager' using template file 
'jar:file:/home/jboss/jboss-all.RC2/tools/lib/xdoclet.jar!/xdoclet/jmx/vendor/jbossmx-xml-doc.j'.
[jmxdoclet]   Generating output for 
'org.jboss.resource.connectionmanager.JBossManagedConnectionPool' using template file 
'jar:file:/home/jboss/jboss-all.RC2/tools/lib/xdoclet.jar!/xdoclet/jmx/vendor/jbossmx-xml-doc.j'.
[jmxdoclet]   Generating output for 
'org.jboss.resource.connectionmanager.LocalTxConnectionManager' using template file 
'jar:file:/home/jboss/jboss-all.RC2/tools/lib/xdoclet.jar!/xdoclet/jmx/vendor/jbossmx-xml-doc.j'.
[jmxdoclet]   Generating output for 
'org.jboss.resource.connectionmanager.NoTxConnectionManager' using template file 
'jar:file:/home/jboss/jboss-all.RC2/tools/lib/xdoclet.jar!/xdoclet/jmx/vendor/jbossmx-xml-doc.j'.
[jmxdoclet]   Generating output for 
'org.jboss.resource.connectionmanager.RARDeployment' using template file 
'jar:file:/home/jboss/jboss-all.RC2/tools/lib/xdoclet.jar!/xdoclet/jmx/vendor/jbossmx-xml-doc.j'.
[jmxdoclet]   Generating output for 
'org.jboss.resource.connectionmanager.XATxConnectionManager' using template file 
'jar:file:/home/jboss/jboss-all.RC2/tools/lib/xdoclet.jar!/xdoclet/jmx/vendor/jbossmx-xml-doc.j'.

jmx-docs-html-plain:
 [mkdir] Created dir: /home/jboss/jboss-all.RC2/connector/output/jmx-api
 [style] Transforming into /home/jboss/jboss-all.RC2/connector/output/jmx-api
 [style] Transforming into /home/jboss/jboss-all.RC2/connector/output/jmx-api
 [style] Loading stylesheet 
/home/jboss/jboss-all.RC2/thirdparty/oasis/docbook-xsl/html/docbook.xsl
Error on line 2 of 
file:///home/jboss/jboss-all.RC2/connector/output/jmx-doc/org/jboss/resource/connectionmanager/BaseConnectionManager2-doc.xml:
   Error reported by XML parser: External entity not found: 
http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd.: Connection timed out
 [style] Failed to process 
/home/jboss/jboss-all.RC2/connector/output/jmx-doc/org/jboss/resource/connectionmanager/BaseConnectionManager2-doc.xml

BUILD FAILED

/home/jboss/jboss-all.RC2/connector/build.xml:555: 
javax.xml.transform.TransformerException: External entity not found: 
http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd;.

Total time: 9 minutes 9 seconds
jboss@davidson:~/jboss-all.RC2 ping www.oasis-open.org
PING www.oasis-open.org (209.202.168.105) from 216.99.228.107 : 56(84) bytes of data.
64 bytes from 209.202.168.105: icmp_seq=1 ttl=239 time=429.596 msec
64 bytes from 209.202.168.105: icmp_seq=2 ttl=239 time=479.786 msec

--- www.oasis-open.org ping statistics ---
3 packets transmitted, 2 received, 33% loss, time 3619ms
rtt min/avg/max/mdev = 429.596/454.691/479.786/25.095 ms


___

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] Automated JBoss Testsuite Results: 12-May-2002

2002-05-11 Thread chris


Number of tests run:   757



Successful tests:  612
Errors:134
Failures:  11



[time of test: 12 May 2002 4:32 GMT]
[java.version: 1.3.1]
[java.vendor: Blackdown Java-Linux Team]
[java.vm.version: Blackdown-1.3.1-02a-FCS]
[java.vm.name: Classic VM]
[java.vm.info: green threads, nojit]
[os.name: Linux]
[os.arch: i386]
[os.version: 2.4.9-31]

See http://lubega.com/testarchive/blackdown_jdk131_02_green for details of this test.

See http://lubega.com for general test information.

NOTE: If there are any errors shown above - this mail is only highlighting 
them - it is NOT indicating that they are being looked at by anyone.
Remember - if a test becomes broken after your changes - fix it or fix the test!





Oh dear - still got some errors!



Thanks for all your effort - we really do love you!



___

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] [ jboss-Bugs-555026 ] LRUCachePolicy throws NPE if Trace on

2002-05-11 Thread noreply

Bugs item #555026, was opened at 2002-05-11 21:13
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detailatid=376685aid=555026group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Jeff Schnitzer (lhoriman)
Assigned to: Nobody/Anonymous (nobody)
Summary: LRUCachePolicy throws NPE if Trace on

Initial Comment:
LRUEnterpriseContextCachePolicy.remove() will always throw 
NPE if trace deubg level is enabled.The ContextLRUList 
entryRemoved() hook does a toString() on the entry, which calls 
hashCode() on m_object.  Of course, by this point in the remove, 
m_object has been set to null...

Probably 
LRUCacheEntry.toString() should check m_object for 
null.

This stack trace pretty much explains it all:

Caused 
by: java.lang.NullPointerException
at 
org.jboss.util.LRUCachePolicy$LRUCacheEntry.toString(LRUCachePolicy.java:453)
at 
java.lang.String.valueOf(String.java:2173)
at 
java.lang.StringBuffer.append(StringBuffer.java:369)
at 
org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy$ContextLRUList.entryRemoved(LRUEnterpriseContextCachePolicy.java:457)
at 
org.jboss.util.LRUCachePolicy$LRUList.remove(LRUCachePolicy.java:389)
at 
org.jboss.util.LRUCachePolicy.remove(LRUCachePolicy.java:178)
at 
org.jboss.ejb.plugins.AbstractInstanceCache.remove(AbstractInstanceCache.java:257)
...

--

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detailatid=376685aid=555026group_id=22866

___

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] JBoss Build Failure - RC2

2002-05-11 Thread David Jencks

I don't know why I don't get the same error, and the dtd is included in
jboss cvs. (thirdparty/oasis/docbook-xml/docbookx.dtd)

I think this target is not part of the default build in cvs head or
Branch_3_0 any longer.

david jencks


On 2002.05.11 22:50:27 -0400 Stephen Davidson wrote:
 Greetings.
 
 I thought everything was included for the build!  I would really love to
 get a viable build going here.
 
 Linux 2.4.10
 JDK 1.4.0.
 
 -Steve
 
 docs-api:
 
 jmx-docs:
  [mkdir] Created dir: /home/jboss/jboss-all/connector/output/jmx-doc
 Running xdoclet.XDocletMain loaded by sun.misc.Launcher$AppClassLoader.
 Forked:true
 [jmxdoclet] Running jbossXmlDoc/
 [jmxdoclet]   Generating output for
'org.jboss.resource.connectionmanager.BaseConnectionManager2'
 using template file 
 
'jar:file:/home/jboss/jboss-all/tools/lib/xdoclet.jar!/xdoclet/jmx/vendor/jbossmx-xml-doc.j'.
 [jmxdoclet]   Generating output for
'org.jboss.resource.connectionmanager.CachedConnectionManager'
 using template file 
 
'jar:file:/home/jboss/jboss-all/tools/lib/xdoclet.jar!/xdoclet/jmx/vendor/jbossmx-xml-doc.j'.
 [jmxdoclet]   Generating output for
'org.jboss.resource.connectionmanager.JBossManagedConnectionPool'
 using template file 
 
'jar:file:/home/jboss/jboss-all/tools/lib/xdoclet.jar!/xdoclet/jmx/vendor/jbossmx-xml-doc.j'.
 [jmxdoclet]   Generating output for
'org.jboss.resource.connectionmanager.LocalTxConnectionManager'
 using template file 
 
'jar:file:/home/jboss/jboss-all/tools/lib/xdoclet.jar!/xdoclet/jmx/vendor/jbossmx-xml-doc.j'.
 [jmxdoclet]   Generating output for
'org.jboss.resource.connectionmanager.NoTxConnectionManager'
 using template file 
 
'jar:file:/home/jboss/jboss-all/tools/lib/xdoclet.jar!/xdoclet/jmx/vendor/jbossmx-xml-doc.j'.
 [jmxdoclet]   Generating output for
'org.jboss.resource.connectionmanager.RARDeployment'
 using template file 
 
'jar:file:/home/jboss/jboss-all/tools/lib/xdoclet.jar!/xdoclet/jmx/vendor/jbossmx-xml-doc.j'.
 [jmxdoclet]   Generating output for
'org.jboss.resource.connectionmanager.XATxConnectionManager'
 using template file 
 
'jar:file:/home/jboss/jboss-all/tools/lib/xdoclet.jar!/xdoclet/jmx/vendor/jbossmx-xml-doc.j'.
 
 jmx-docs-html-plain:
  [mkdir] Created dir: /home/jboss/jboss-all/connector/output/jmx-api
  [style] Transforming into /home/jboss/jboss-all/connector/output/jmx-api
  [style] Transforming into /home/jboss/jboss-all/connector/output/jmx-api
  [style] Loading stylesheet 
/home/jboss/jboss-all/thirdparty/oasis/docbook-xsl/html/docbook.xsl
 Error on line 2 of 
file:///home/jboss/jboss-all/connector/output/jmx-doc/org/jboss/resource/connectionmanager/BaseConnectionManager2-doc.xml:
Error reported by XML parser: External entity not found:
 http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd.: Connection
 timed out
  [style] Failed to process 
/home/jboss/jboss-all/connector/output/jmx-doc/org/jboss/resource/connectionmanager/BaseConnectionManager2-doc.xml
 
 BUILD FAILED
 
 /home/jboss/jboss-all/connector/build.xml:555:
 javax.xml.transform.TransformerException: java.net.ConnectException:
 Connection timed out
 
 Total time: 6 minutes 17 seconds
 
 
 
 ___
 
 Have big pipes? SourceForge.net is looking for download mirrors. We
 supply
 the hardware. You get the recognition. Email Us:
 [EMAIL PROTECTED]
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 
 

___

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] Automated JBoss Testsuite Results: 12-May-2002

2002-05-11 Thread chris


Number of tests run:   757



Successful tests:  604
Errors:142
Failures:  11



[time of test: 12 May 2002 6:22 GMT]
[java.version: 1.3.1_03]
[java.vendor: Sun Microsystems Inc.]
[java.vm.version: 1.3.1_03-b03]
[java.vm.name: Java HotSpot(TM) Server VM]
[java.vm.info: mixed mode]
[os.name: Linux]
[os.arch: i386]
[os.version: 2.4.9-31]

See http://lubega.com/testarchive/sun_jdk131_03 for details of this test.

See http://lubega.com for general test information.

NOTE: If there are any errors shown above - this mail is only highlighting 
them - it is NOT indicating that they are being looked at by anyone.
Remember - if a test becomes broken after your changes - fix it or fix the test!





Oh dear - still got some errors!



Thanks for all your effort - we really do love you!



___

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development