From derby-user-return-253-apmail-db-derby-user-archive=db.apache.org@db.apache.org Sat Dec 04 22:06:19 2004 Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 15069 invoked from network); 4 Dec 2004 22:06:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 4 Dec 2004 22:06:19 -0000 Received: (qmail 17931 invoked by uid 500); 4 Dec 2004 22:06:18 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 17904 invoked by uid 500); 4 Dec 2004 22:06:17 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 17893 invoked by uid 99); 4 Dec 2004 22:06:17 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail7.atl.registeredsite.com (HELO mail7.atl.registeredsite.com) (64.224.219.81) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 04 Dec 2004 14:06:16 -0800 Received: from imta06a2.registeredsite.com (imta06a2.registeredsite.com [64.225.255.15]) by mail7.atl.registeredsite.com (8.12.11/8.12.8) with ESMTP id iB4M6Dbj018760 for ; Sat, 4 Dec 2004 22:06:13 GMT Received: from [192.168.0.2] ([24.34.88.183]) by imta06a2.registeredsite.com with ESMTP id <20041204220613.ZGMJ4212.imta06a2.registeredsite.com@[192.168.0.2]> for ; Sat, 4 Dec 2004 17:06:13 -0500 Message-ID: <41B234CA.9050504@buschman.org> Date: Sat, 04 Dec 2004 17:06:02 -0500 From: Steven Buschman User-Agent: Mozilla Thunderbird 1.0RC1 (Windows/20041201) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derby Discussion Subject: Re: Deploy derby References: In-Reply-To: Content-Type: multipart/alternative; boundary="------------090901060207040408010605" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. --------------090901060207040408010605 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I only have derby.jar in my CLASSPATH and it works fine (Windows XP Pro). Martin Menzel wrote: > Hi, > > > > I have a problem with derby and hope someone can help me here... > > > > IBM states on its site that Cloudscape/Derby does not have to be > installed at the end user's machine. As far as I understood it, it is > enough to ship derby.jar and include this file in the classpath. Now, > when I try to load the Embedded Driver, an error comes up: > > > > XBM02.D : [0] org.apache.derby.iapi.services.stream.InfoStreams > > > > ERROR XBM02: XBM02.D : [0] > org.apache.derby.iapi.services.stream.InfoStreams > > at > org.apache.derby.iapi.error.StandardException.newException(StandardException.java) > > at > org.apache.derby.iapi.services.monitor.Monitor.missingImplementation(Monitor.java) > > at > org.apache.derby.impl.services.monitor.TopService.bootModule(TopService.java) > > at > org.apache.derby.impl.services.monitor.BaseMonitor.startModule(BaseMonitor.java) > > at > org.apache.derby.iapi.services.monitor.Monitor.startSystemModule(Monitor.java) > > at > org.apache.derby.impl.services.monitor.BaseMonitor.runWithState(BaseMonitor.java) > > at > org.apache.derby.impl.services.monitor.FileMonitor.(FileMonitor.java) > > at > org.apache.derby.iapi.services.monitor.Monitor.startMonitor(Monitor.java) > > at org.apache.derby.iapi.jdbc.JDBCBoot.boot(JDBCBoot.java) > > at org.apache.derby.jdbc.EmbeddedDriver.boot(EmbeddedDriver.java) > > at > org.apache.derby.jdbc.EmbeddedDriver.(EmbeddedDriver.java) > > at java.lang.Class.forName0(Native Method) > > at java.lang.Class.forName(Class.java:141) > > (and so on) > > > > It works fine when the installation path for Cloudscape is included in > my classpath, but on the end user's machine (who didn't install > cloudscape, but only has the .jar), this path doesn't exist... > > It doesn't help to add derbytools.jar (and include it in the classpath). > > > > Please help! > > > > Martin > > > -- Steve Buschman 22 Blackburnian Rd. Lincoln, MA 01773 781-259-0295 --------------090901060207040408010605 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I only have derby.jar in my CLASSPATH and it works fine (Windows XP Pro).

Martin Menzel wrote:

Hi,

 

I have a problem with derby and hope someone can help me here…

 

IBM states on its site that Cloudscape/Derby does not have to be installed at the end user’s machine. As far as I understood it, it is enough to ship derby.jar and include this file in the classpath. Now, when I try to load the Embedded Driver, an error comes up:

 

XBM02.D : [0] org.apache.derby.iapi.services.stream.InfoStreams

 

ERROR XBM02: XBM02.D : [0] org.apache.derby.iapi.services.stream.InfoStreams

        at org.apache.derby.iapi.error.StandardException.newException(StandardException.java)

        at org.apache.derby.iapi.services.monitor.Monitor.missingImplementation(Monitor.java)

        at org.apache.derby.impl.services.monitor.TopService.bootModule(TopService.java)

        at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(BaseMonitor.java)

        at org.apache.derby.iapi.services.monitor.Monitor.startSystemModule(Monitor.java)

        at org.apache.derby.impl.services.monitor.BaseMonitor.runWithState(BaseMonitor.java)

        at org.apache.derby.impl.services.monitor.FileMonitor.<init>(FileMonitor.java)

        at org.apache.derby.iapi.services.monitor.Monitor.startMonitor(Monitor.java)

        at org.apache.derby.iapi.jdbc.JDBCBoot.boot(JDBCBoot.java)

        at org.apache.derby.jdbc.EmbeddedDriver.boot(EmbeddedDriver.java)

        at org.apache.derby.jdbc.EmbeddedDriver.<clinit>(EmbeddedDriver.java)

        at java.lang.Class.forName0(Native Method)

        at java.lang.Class.forName(Class.java:141)

       (and so on)

 

It works fine when the installation path for Cloudscape is included in my classpath, but on the end user’s machine (who didn’t install cloudscape, but only has the .jar), this path doesn’t exist…

It doesn’t help to add derbytools.jar (and include it in the classpath).

 

Please help!

 

Martin

 


-- 
Steve Buschman
22 Blackburnian Rd.
Lincoln, MA  01773
781-259-0295
--------------090901060207040408010605--