Return-Path: Delivered-To: apmail-jakarta-hivemind-user-archive@www.apache.org Received: (qmail 54502 invoked from network); 6 Jul 2004 23:54:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Jul 2004 23:54:20 -0000 Received: (qmail 74958 invoked by uid 500); 6 Jul 2004 23:54:40 -0000 Delivered-To: apmail-jakarta-hivemind-user-archive@jakarta.apache.org Received: (qmail 74946 invoked by uid 500); 6 Jul 2004 23:54:40 -0000 Mailing-List: contact hivemind-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: hivemind-user@jakarta.apache.org Delivered-To: mailing list hivemind-user@jakarta.apache.org Received: (qmail 74932 invoked by uid 99); 6 Jul 2004 23:54:40 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=RCVD_BY_IP,SB_NEW_BULK,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received: from [216.239.56.244] (HELO mproxy.gmail.com) (216.239.56.244) by apache.org (qpsmtpd/0.27.1) with SMTP; Tue, 06 Jul 2004 16:54:38 -0700 Received: by mproxy.gmail.com with SMTP id x43so241237cwb for ; Tue, 06 Jul 2004 16:54:05 -0700 (PDT) Received: by 10.11.122.7 with SMTP id u7mr500331cwc; Tue, 06 Jul 2004 16:53:55 -0700 (PDT) Message-ID: Date: Tue, 6 Jul 2004 19:53:55 -0400 From: Howard Lewis Ship To: hivemind-user@jakarta.apache.org Subject: Re: Can't get most simple example to work In-Reply-To: <20040706213450.73161.qmail@web41013.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040706213450.73161.qmail@web41013.mail.yahoo.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N It looks like it should work; perhaps there's an issue because you are using the default package? I would suggest moving your Java files into a package and see if that makes a difference. On Tue, 6 Jul 2004 14:34:50 -0700 (PDT), Erik Rasmussen wrote: > First of all, I can't see anywhere to actually obtain > the calculator example, so I've constructed what I > think to be the simplest example based on what I > understand from the online tutorials. > > I'm getting: > > Exception in thread "main" > org.apache.hivemind.ApplicationRuntimeException: > Unable to create class $SingletonProxy_fd964a7359_0: > javassist.ClassPool.write(Ljava/lang/String;)[B > at > org.apache.hivemind.impl.servicemodel.SingletonServiceModel.createSingletonProxy(Unknown > Source) > at > org.apache.hivemind.impl.servicemodel.SingletonServiceModel.getService(Unknown > Source) > at > org.apache.hivemind.impl.ServicePointImpl.getService(Unknown > Source) > at > org.apache.hivemind.impl.ServicePointImpl.getService(Unknown > Source) > at > org.apache.hivemind.impl.RegistryImpl.getService(Unknown > Source) > at > org.apache.hivemind.impl.RegistryImpl.startup(Unknown > Source) > at > org.apache.hivemind.impl.RegistryBuilder.constructRegistry(Unknown > Source) > at > org.apache.hivemind.impl.RegistryBuilder.constructDefaultRegistry(Unknown > Source) > > The example I've created is here: > http://www.erik-rasmussen.com/hivemind/simple-hivemind-example.tar.gz > (602K) > > Either I'm missing something, or I'm not using > compatible jars (maybe I need an older version of > javassist.jar?). > > Thanks for any help you can provide, > Erik > > __________________________________ > Do you Yahoo!? > New and Improved Yahoo! Mail - 100MB free storage! > http://promotions.yahoo.com/new_mail > > --------------------------------------------------------------------- > To unsubscribe, e-mail: hivemind-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: hivemind-user-help@jakarta.apache.org > > -- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: hivemind-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: hivemind-user-help@jakarta.apache.org