Re: [JBoss-user] JBoss welcomes the Hibernate project

2003-09-17 Thread Tom Coleman
 
 Does that mean JBoss Group is no longer working towards
 J2EE certification?  Can you get certified without a CMP engine?
 

Here's what Bill said:

 JBoss 4 CMP2 will be written on top of Hibernate's persistence engine.




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] What wrong in my EJB-QL

2003-08-14 Thread Tom Coleman
  
 Can any one tell me whats wrong with the following EJB-QL
  
  query
 query-method
method-namefindUser/method-name
method-params
   method-paramjava.lang.String/method-param
/method-params
 /query-method
 ejb-ql![CDATA[Select OBJECT(o) from User AS o where
 o.userId=?1]]/ejb-ql
  /query
 

 Assuming that User is a valid Table, try this without the XML encoding:

ejb-qlSelect OBJECT(o) from User o where o.userId=?1/ejb-ql

 Works for me on 3.2.



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] Re: Recent CVS removals

2003-08-11 Thread Tom Coleman
 
 I understand that there are two sides to every story...
 

 There are actually three sides to every story...

  His side, Her side, and the truth, which requires nothing short
  of the wisdom of Solomon to grasp.




---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] Recent CVS removals

2003-08-10 Thread Tom Coleman

Separations and divorces are always painful for everone involved.

Unfortunately, only the principals can repair the situation.  Everyone
else has to either take sides or suffer the pain along with both parties.



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: AW: [JBoss-user] JBoss: Not Ready For Prime Time

2003-04-02 Thread Tom Coleman

Your opinion, Ed.

There are plenty of us who use JBoss for production applications,
but it helps if you appreciate the product and the community, which 
includes some of the best developers in the world, and are willing 
to invest the time it takes to scale the ever expanding learning curve.

 
 I don't see JBoss as being a production ready tool.
 


---
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] MBean interfaces not found in Scheduler examples source?

2003-02-24 Thread Tom Coleman
The MBean interface for this example is generated by the build using xdoclet.

Assuming you get your build to work, look for it under varia/output/gen-src,

 
 The SchedulableMBeanExample class declares that it implements
 the interface SchedulableMBeanExampleMBean.
 
 public class SchedulableMBeanExample
 extends ServiceMBeanSupport
 implements SchedulableMBeanExampleMBean
 
 However I can't find this interface anywhere in the source code.
 Does this interface exist? If so, could someone tell me the
 package structure - the import statements don't include
 that interface at the top of the class, and it's not in the
 same package, so I'm a bit confused.
 


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] EJB / JMX

2003-02-12 Thread Tom Coleman

Excuse me if this is a dumb question.

Is it possible for a JBoss 3.2 Session EJB to expose JMX managed 
attributes that can be read and/or modified via the jmx-console?

If it is a dumb question, the short answer will be fine.

Thanks



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Sun One to Challenge JBoss

2003-02-11 Thread Tom Coleman

It's hard to believe Sun is targeting JBoss.

They are probably getting desperate about NET.  If so, this is a pretty
clever strategy for getting more developers on J2EE.

Hopefully those developers won't find J2EE so overwhelming and 
Sun's product so restrictive that they'll be driven to NET anyhow.

Sun's stock was up recently, supposedly due to the release of some
new Systems Management software.  Sun may also be looking for a way to 
find more nodes to manage.

I hope Sun has their revenue model figured out.  I sure don't.



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Advice: how to periodically scan a database table

2003-02-06 Thread Tom Coleman

How are you locating the component (EJB?) from the MBean?

When you redeploy EJB's, the MBean may be losing it's reference and 
still be referencing the old instance of the component.

If you can't redeploy the MBean with the EAR, the MBean will have to  
obtain a new reference via JNDI to the redeployed component before 
every operation on it.

 
 ...when we hot redeploy our EAR, the MBean can no longer communicate 
 with components in it


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Advice: how to periodically scan a database tab

2003-02-06 Thread Tom Coleman

Caching the home interface won't work in this case, because redeploying
the component in the EAR invalidates the MBean's home reference.  That's
why you can't connect to it.  It's address has changed.

I think the simplest solution is just do another JNDI lookup in the
MBean, but if you're intent on caching, your best bet is to package
the MBean as a .sar, as mentioned in other responses.

Then you can simply hot deploy the MBean after you redeploy your EAR.

That's much, much cleaner than restarting the server.

Incidentally, all my experience with this is based on 3.2/3.x.

 
 My colleague tells me that the home interface is cached in the MBean.
 Although the home interface has not changed, is the caching the source of
 the problem?  Since the MBean is not in the EAR, we generally shut down
 JBoss, redeploy the EAR, restart JBoss; the MBean is then reinitialized and
 can use the components in the EAR.
 


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Say No to NetBeans

2003-02-03 Thread Tom Coleman

I needed a development environment for a J2ME component recently.  
The IBM solution looked much too involved, so I took a chance and 
downloaded the Sun One Studio Mobile Edition.

It's apparently based on NetBeans.

The Mobile Edition is tightly integrated with Sun's Wireless toolkit.
It's not perfect (neither is Sun) and it's not Open source, but it was
a free download and I figure it saved me at least a month.  

I'm thinking of giving the Community Edition a spin next.

Not that writing my own IDE isn't a great idea.  I just seem to have 
more important things to do.


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Re: [JBoss-dev] PHP

2003-01-10 Thread Tom Coleman

In the early days of Java, I read that a large retailer had about 70 Java 
programmers because it was a business decision.  It was the only tool
available that they could use to integrate their systems.

Most likely, Marc's decision to use PHP on the website is a business decision
as well.  The website has to be fluid, functional, and professional, 
require a mininum of time and attention, and it all has to be done Now.

So Marc found a ready-made solution that will solve 80% of his requirements.
The 20% that's missing is that it's not J2EE.

JSP is relatively new compared to PHP, and JSP/JSTL is significantly more
complex.  

It sounds like Mark has both an immediate plan and a vision for the future
all based on real-world requirements and recent practical experience 
wrestling with the forums.

It would be nice to see everything pure java.  Marc says we'll get there.
He's got us this far, hasn't he?  So having had our say (from the perspective
of ones not paying the bills), I suggest we all just get back to work.



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Re: [JBoss-dev] EJB Timer Service Update

2002-12-20 Thread Tom Coleman

I could really use the Timer service in 3.2.

 
 (when) does it make sense to backport this to the 3.2 branch?
 
 how much effort is it?
 


---
This SF.NET email is sponsored by:  The Best Geek Holiday Gifts!
Time is running out!  Thinkgeek.com has the coolest gifts for
your favorite geek.   Let your fingers do the typing.   Visit Now.
T H I N K G E E K . C O Mhttp://www.thinkgeek.com/sf/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] env-entry

2002-12-12 Thread Tom Coleman

Jules

I am using Jetty and the tag ordering was indeed the problem.

Thank you for the pointer.

 
 The most likely solution is to order your web.xml elements properly.
 
 Search down for 'ordering' in my JBoss/Jetty FAQ.
 
 
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/contrib/jetty/FAQ?rev=HEADcontent-type=text/vnd.viewcvs-markup
 
 Jules
 
 
 
  My 3.2.0 beta2 build squawks when parsing env-entry tags in 
  the web.xml file in a web archive during deployment.
  


---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] env-entry

2002-12-11 Thread Tom Coleman

My 3.2.0 beta2 build squawks when parsing env-entry tags in 
the web.xml file in a web archive during deployment.

This tag is required per the 2.3 Servlet spec. 

Is this correct behavior for JBoss?  

Do these tags belong in jboss-web.xml instead?



---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] ServiceLocator pattern and the connection pool in JBoss

2002-12-10 Thread Tom Coleman


The ServiceLocator pattern is interesting and can probably prove
useful in complex applications, but I think that's where the 
decision to implement it belongs, in the application.

Incidently, if you review Sun's code, there are two flavors of 
ServiceLocator (SL) - one for the Web tier, the other for the EJB 
tier.  The Web SL is implemented as a singleton and does caching, 
the SL in the EJB tier does neither.

David wrote:

 
 Personally I think this pattern is slightly silly.
 


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Re: [JBoss-dev] JBoss-3.2.0beta2 released

2002-11-20 Thread Tom Coleman

Port 8082 in the default server is dead.

Did we lose jmx-html-adaptor.sar? 

Or is it my 3.2 build from yesterday?




---
This SF.net email is sponsored by: The Sourceforge Network Survey
Take Our Survey and You Could Win a $500 Gift Certificate!
http://ugamsolutions.com/psurvey/osdn/SourceForge/index_sourceforge.htm
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] IllegalAccessException

2002-11-19 Thread Tom Coleman

From the forums, posted Nov. 18th

 Has anyone come up with a way to get around the issue of the 
  IllegalAccess(Error) Exception that occurs when an EJB accesses 
  a package private member of something loaded by a WAR?  - ijcd

 Here's My problem with This, and I don't have anything declared private:

 I'm using a servlet to access an EJB.  The servlet expects results
 to be returned in a (serializable) class from the EJB, for example:

 EmployeeInfo info = ejbref.getEmployeeInfo();

 pretty basic EJB, right?

 This always returns an IllegalAccessError.  Setters and getters work OK.

 Is this a problem with JBoss deployment of Multiple instances of a class? 

 The EmployeeInfo class is, of necessity, deployed twice:

+- META-INF/MANIFEST.MF
+- META-INF/application.xml
+- EmployeeLookupEJB.jar (archive)
|  +- META-INF/MANIFEST.MF
|  +- ...
|  +- EJB classes
|  +- ...
|  +- EmployeeInfo.class
|  +- ...
|  +- META-INF/ejb-jar.xml
+- my.war (archive)
|  +- META-INF/MANIFEST.MF
|  +- ...
|  +- WEB-INF/classes/Servlet classes
|  +- ...
|  +- WEB-INF/classes/EmployeeInfo.class
|  +- ...
|  +- WEB-INF/web.xml
Done

JBoss-3.2.0beta2, built to
JDK 1.3.1_06
RH Linux 7.3

Thanks,



---
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] 3.2.0beta2 chokes on Cp1252

2002-11-06 Thread Tom Coleman

I built the server from CVS and it's reporting Cp1252 as an Invalid
encoding name.

That makes it hard to deploy Bill and Sacha's Richard Monson-Haefel
examples.

RH Linux 7.3
jdk1.3.1_06

I'll post the (lengthy) stack trace if it's not me.



---
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power  Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] jboss + tomcat 4.1.12

2002-09-30 Thread Tom Coleman


Is mod_webapp a viable option?  It works with Catalina 4.0.

Configuration is much simpler than mod_jk, which we left behind
long ago.

 
 However, I'm kind of stuck in that I want to drop mod_jk (unacceptable 
 performance) for the Coyote connector, but that doesn't come included 
 until Catalina 4.1.  I could get it into 3.3 or 4.0, but I'd have to 
 mess around with the packaging and configs. 
 


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Gosling has Web Services right...

2002-09-30 Thread Tom Coleman

 
 This message is in MIME format. Since your mail reader does not understand
 this format, some or all of this message may not be legible.
 
 --_=_NextPart_001_01C268A0.E70FE5B0
 Content-Type: text/plain;
   charset=iso-8859-1
 
 MCA was better than PCI, and it came first too... I don't have any MCA cards
 in my PC. 
 
 Corba 3.0 is much better than web services, and it came first too... 
 
 Option A - cling to CORBA, collect unemployment
 
 Option B - learn to love the inferior technology that idiots with no
 technical knowledge can read about in CEO magazine; get rich; become an
 idiot who reads CEO magazine. 
 
 --_=_NextPart_001_01C268A0.E70FE5B0
 Content-Type: text/html;
   charset=iso-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 3.2//EN
 HTML
 HEAD
 META HTTP-EQUIV=3DContent-Type CONTENT=3Dtext/html; =
 charset=3Diso-8859-1
 META NAME=3DGenerator CONTENT=3DMS Exchange Server version =
 5.5.2653.12
 TITLERe: [JBoss-user] Gosling has Web Services right.../TITLE
 /HEAD
 BODY
 
 PFONT SIZE=3D2MCA was better than PCI, and it came first too... I =
 don't have any MCA cards in my PC. /FONT
 /P
 
 PFONT SIZE=3D2Corba 3.0 is much better than web services, and it =
 came first too... /FONT
 /P
 
 PFONT SIZE=3D2Option A - cling to CORBA, collect =
 unemployment/FONT
 /P
 
 PFONT SIZE=3D2Option B - learn to love the inferior technology that =
 idiots with no technical knowledge can read about in CEO magazine; get =
 rich; become an idiot who reads CEO magazine. /FONT/P
 
 /BODY
 /HTML
 --_=_NextPart_001_01C268A0.E70FE5B0--
 
 
 ---
 This sf.net email is sponsored by:ThinkGeek
 Welcome to geek heaven.
 http://thinkgeek.com/sf
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user
 


-- 
Tom Coleman| Telephone: (616) 243-2125 X1124
Auto Wares, Inc.   | Fax:   (616) 243-8823
440 Kirtland SW|
Grand Rapids, MI  49507| Net: [EMAIL PROTECTED]


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Hi

2002-06-13 Thread Tom Coleman

Try the Java Pet Store.

 http://java.sun.com/blueprints/code/index.html


 
 Hi all,
 anyone have the example code of shopping cart?. i would like to 
 implement it.
 if any one having ,pl share the code with us. thanks in advance..
 


___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] JBoss-2.2.2/Tomcat-3.2.2 configuration

2001-07-03 Thread Tom Coleman


I wrote:

  
 Are there any tricks to configuring the integrated JBoss-2.2.2/Tomcat 
 distribution?
 
 My RH Linux 6.2/jdk 1.3 box worked fine with pre-2.1.
 

I retrieved JBoss-2.2.2 from CVS, compiled it, installed the Tomcat-3.2.2
binary distribution and I'm back in business.

With all due respect to the noble goal of write-once, run anywhere,
I have to wonder about the JDK used to package JBoss-2.2.2_Tomcat-3.2.2.



___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] JBoss-2.2.2 vs Cloudscape

2001-07-03 Thread Tom Coleman


JBoss-2.2.2 hangs when starting Cloudscape.

With logging for the pool enabled, I get:

[EstoreDB] Starting
[EstoreDB] XA Connection pool EstoreDB bound to java:/EstoreDB
[EstoreDB] java.sql.SQLException: No suitable driver
[EstoreDB] Pool EstoreDB factory 
org.opentools.minerva.jdbc.xa.XAConnectionFactory@3b0d0d unable to create new object!
[EstoreDB] Pool EstoreDS [0/0/10] waiting for a free object

All the driver files are installed in $JBOSS_HOME/lib/ext.

The Database is up and accessible from outside of JBoss.

This driver used to work with JBoss Pre2.1.

Here's the entry in jboss.jcml:

 !-- Cloudscape --

  mbean code=org.jboss.jdbc.XADataSourceLoader 
name=DefaultDomain:service=XADataSource,name=EstoreDB
attribute name=PoolNameEstoreDB/attribute
attribute 
name=DataSourceClassorg.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl/attribute
attribute 
name=URLjdbc:rmi://localhost:1098/jdbc:cloudscape:CloudscapeDB;create=true/attribute
attribute name=JDBCUserestoreuser/attribute
attribute name=Passwordestore/attribute
attribute name=Properties/attribute
attribute name=GCMinIdleTime120/attribute
attribute name=MaxSize10/attribute
attribute name=GCEnabledfalse/attribute
attribute name=InvalidateOnErrorfalse/attribute
attribute name=TimestampUsedfalse/attribute
attribute name=Blockingtrue/attribute
attribute name=GCInterval12/attribute
attribute name=IdleTimeout180/attribute
attribute name=IdleTimeoutEnabledfalse/attribute
attribute name=LoggingEnabledtrue/attribute
attribute name=MaxIdleTimeoutPercent1.0/attribute
attribute name=MinSize0/attribute
  /mbean

Ideas anyone?

Thanks for having a look.



___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] JBoss-2.2.2 vs Cloudscape

2001-07-03 Thread Tom Coleman

 
 JBoss-2.2.2 hangs when starting Cloudscape.
 

 Oops.  Forgot to load the driver.  

 The documentation is pretty good, if you take the time to read it.


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] JBoss-2.2.2/Tomcat-3.2.2 configuration

2001-07-02 Thread Tom Coleman

 
Are there any tricks to configuring the integrated JBoss-2.2.2/Tomcat 
distribution?

My RH Linux 6.2/jdk 1.3 box worked fine with pre-2.1.

Everything seems to start up OK when I invoke run_with_tomcat.sh, but 
things fall apart when I try to access servername:8080/jboss.

$TOMCAT_HOME and SERVLETAPI_HOME point to the distributed tomcat
subdirectory.

Also, stopping is problematic.  JBossMQ stops OK, but then everything
hangs with lots of waiting on monitor messages.

Thanks,

  - - - -

2001-07-02 01:07:09 - ContextManager: Adding context Ctx( /jboss )
2001-07-02 01:07:39 - Ctx( /jboss ): Exception in: R( /jboss +  + null) - 
java.lang.NullPointerException
at org.apache.tomcat.core.ContextManager.handleStatus(ContextManager.java:1058)
at 
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:775)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
at 
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213)
at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
at java.lang.Thread.run(Thread.java:484)

2001-07-02 01:07:39 - ContextManager: Error reading request, ignored - 
java.lang.NullPointerException
at org.apache.tomcat.core.ContextManager.handleError(ContextManager.java:1160)
at 
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:800)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
at 
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213)
at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
at java.lang.Thread.run(Thread.java:484)

Full thread dump:

Thread-31 prio=1 tid=0x83f8a78 nid=0xc5b runnable [0xb99ff000..0xb99ffb28]
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:413)
at java.net.ServerSocket.implAccept(ServerSocket.java:243)
at java.net.ServerSocket.accept(ServerSocket.java:222)
at 
org.jbossmq.distributed.server.DistributedJMSServerUIL.run(DistributedJMSServerUIL.java:114)
at java.lang.Thread.run(Thread.java:484)

0 daemon prio=1 tid=0x820f0c0 nid=0xc59 waiting on monitor [0xb9dff000..0xb9dffb28]
at java.lang.Object.wait(Native Method)
at org.jbossmq.server.JMSServer.run(JMSServer.java:144)
at java.lang.Thread.run(Thread.java:484)


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] petstore 1.1.2

2001-05-25 Thread Tom Coleman

Robert Nicholson wrote:

 
 Yes the only reason you should need it and you can work around it is because
 they use a j2ee RI class for deployment in the Ant rules. This can be easily
 worked around by simply building a war and not worrying about that class.
 
 That's the only reason you should need to reference j2ee.jar from RI
 
 otherwise, the jars you need should come with jboss. you just have to
 edit the j2ee.path stuff to make it reference the jboss files.
 
 I recently ported 1.1.2 to Weblogic 6 and I simply passed -Dweblogic.home=
 through as a property when invoking ant from build.bat and refereneced it
 from the build.xml files.
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Cuong Tran
  Sent: Tuesday, May 22, 2001 10:28 AM
  To: [EMAIL PROTECTED]
  Subject: Re: [JBoss-user] petstore 1.1.2
 
You need j2ee sdk to build it.
 
  --- mroosendaal [EMAIL PROTECTED] wrote:
   Has anyone installed and deployed the new petstore 1.1.2, when i ran the
   build.bat from petstore i got loads (60) of errors.
  
   I have jdk1.3 and jboss is running, it shouldn't be more then
  just executing
   the build .bat in de petstore/src/petstore/src, shoud it?
  
   Maarten
  
 

It's been a goal of mine to try to build the Pet Store for JBoss without 
j2ee.jar for some time now.

After spending an hour or so on it, I've decided that this is simply an
unrealistic objective.

After a build.sh clean, the Pet Store 1.1.2 build simply requires too 
many proprietary packages, for example:

 com.sun.enterprise.deployment
 com.sun.enterprise.security
 com.sun.enterprise.deployment.xml
 com.sun.enterprise.tools.packager
 com.sun.enterprise.util

 org.apache.tomcat.deployment

More classes are needed.  I simply stopped after an hour.

My guess is that WL, a J2EE partner in full standing, is providing all 
these classes and more somewhere in their libraries.  (Which causes me 
to wonder just how good WL really is.)  
 
 :)

Tom


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] What happens at 6 hours and 35 minutes?

2001-05-02 Thread Tom Coleman

 
 Consistently, JBoss causes the JVM 1.2.2_001 on SCO Openserver to crash with
 a Memory Fault at 6 hours and 35 minutes (395 minutes, 23,700 seconds).
 
 Anybody have any ideas?
 
 
 Does your system run any cron jobs at 06:35?

 If it does, that would be the place to start.


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] try to run Petstore-Example (fwd)

2001-04-07 Thread Tom Coleman

Forwarded message:
 From [EMAIL PROTECTED] Sat Apr  7 15:12:18 2001
 From: [EMAIL PROTECTED]
 Message-ID: [EMAIL PROTECTED]
 Date: Sat, 07 Apr 2001 21:13:07 +0200
 X-Mailer: Mozilla 4.7 [de] (WinNT; I)
 X-Accept-Language: de
 MIME-Version: 1.0
 Subject: Re: [JBoss-user] try to run Petstore-Example
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 I had the same problem. Here is my configuration:
 jdk1.3
 j2sdkee1.2.1
 No changes to jboss.jcml.
 I copied all jar-files from j2sdk1.2./lib/cloudscape to the lib/ext
 directory of jboss (version 2.1).

  You don't need to copy _all_ the Cloudscape jars; we've just been copying
  cloudscape.jar and RmiJdbc.jar - you might even get away with replacing
  cloudscape.jar with client.jar. - Tom

 I started cloudscape db with parameter -port 1098 (this is the port
 mentioned in jboss.jcml).
 
 Hope that helps. Would you please post this mail to the mailing list.if
 you think it might be helpful to solve the problem.
   Thanks
 Frido
 

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] ECperf project

2001-04-06 Thread Tom Coleman


I managed to get ECperf to build and deploy on RH 6.2 / jdk-1.3-fcs on the
RI server.  (Hey, you got to start _somewhere_).

The Makefile was being very fussy about spaces.

I've also manged to "load" the Cloudscape DB.  There were some problems 
with the 'loaddb.sh' script.

I have some errors, but I think they're DB related and may succumb after
I peruse the RI docs.

I will post updated resources tonight.  I'll also post the exceptions if
I can't make any sense of them.

Does anyone have ECperf running?

Thanks,



___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] ECperf project

2001-04-06 Thread Tom Coleman

Christopher Albert wrote:

 
 As for the patch JBoss-ECperf-patch-001.zip, It seems a bit confusing
 since there is considerable overlap between the contents of this archive
 and the contents of the JBoss-ECperf-001.zip file which it contains.


  It is strange, but I thought it would be a good idea to include
  a README that tells you where to zip the patch file. 

 
 In addition, the populate script contains two identical commands (first
 and forth for  sql/schema_C.sql). This might not be important, but I
 thought I might mention it.
 

  It was a rush job.  I'll fix it tonight.  Thanks.

 
 All of which built and deployed without errors. Though I did not test it
 all all on j2sdkee1.2.1.( I only use jboss ...) 


  That would put you in good position to work on the JBoss deployment
  descriptors.  ;-)

  They're in the patch, and Tom D. says they work.  Since you've got 
  Cloudscape running, you're in pretty good position to move forward.

  We'll have to repackage the .ear for JBoss, but there is plenty of
  extremely competent help on this list.

  Regards,

  Tom C.
 

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] ECperf project

2001-04-04 Thread Tom Coleman


Thanks to those of you who have expressed interest in working on ECperf
for JBoss.

I've got a working Cloudscape DB build for ECperf that I'll zip up and put 
on the Web site.

Oracle and Sybase are much more complex than Cloudscape, so I think 
Cloudscape is the place to start.

Has anyone managed to get ECperf working with Linux?  I get some strange
CLASSPATH errors from the initial 'make', and make.ri chokes trying to
deploy to port "8000".


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] ECperf project

2001-04-04 Thread Tom Coleman

 
 Probably the most important database servers from a promotional point of
 view would be DB2/400, Oracle 8i, Sybase and M$ SQL Server.
 

 Agreed.  The choice of DB, and it's configuration, will dramatically 
 impact ECperf results.

 Here are the priorities the way I see them:

  1)  Get ECperf running. Somewhere.  period.
  2)  Get it running with JBoss
  3)  Use it internally to monitor impact of modifications to JBoss sources.
  4)  Provide JBoss deployment to allow users to measure JBoss performance.

 According to the ECperf license, we can't "promote" based on the results.
 The best we can do is provide a simple framework to allow users to produce 
 their own benchmark results.  This is what a sophisticated user (our kind
 of user) would want to do anyhow.

 Cloudscape will work fine in steps 1-3.

 Although it is a big issue, we can easily postpone the problems of dealing
 with the big, expensive DB's until later in the project.


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] ECPerf project

2001-04-03 Thread Tom Coleman


We're looking for help on the JBoss ECPerf project.

ECPerf is important because it will allow us to monitor and continuously
improve JBoss/Server performance.

We have some resources available already, including preliminary JBoss 
deployment descriptors, test database population scripts using Cloudscape, 
and documentation of a successful ECPerf deployment on another J2EE server. 

We plan to get ECPerf running on JBoss using Cloudscape initially.  It's 
simple to use and readily available to everyone, which will allow us to
focus on JBoss deployment issues.  Once Cloudscape is working, we can tackle 
Oracle, Sybase, MS SQL, etc., etc.

Part of the project will involve replacing Sun's "make" build with an Ant
build.

We should be able to produce standard JBoss metrics within 30-60 days.

The project will be coordinated on the jboss-user list:

  [EMAIL PROTECTED]

The project will be a "Work in Progress" project with simultaneous activity 
going on in many directions.  We always learn a lot on these projects.

If you are interested in working on the project, please post a short message 
to the jboss-user list stating your interest.

One final note:  Sun's documentation states that ECPerf is initially targeted
for Unix systems.

Thank you,

The JBoss ECPerf Team
Tom Coleman


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user