Hi Scott,

Can you run the original (non modified) DerbyTax demo just fine with the
same browser client you are using for your prototype and verify it is
working?
http://developers.sun.com/javadb/demo/index.html

Which derby.jar (version) are you using with your own run and which Java
plug-in in the browser (Sun's one?)

Check if the client has indeed created a database of name (for instance
"DerbyTaxDB") under the system home of the web browser
(e.g. default location for Firefox on Windows would be C:\Program
Files\Mozilla Firefox)

** Also, you might want to try with CODEBASE="." in the applet tag. I'm
assuming that you are putting the 2 JARs in the directory where the
index.html for your prototype is? In the demo I had put them under a
directory named 'Java', hence why the codebase is different there...

Cheers

--francois

On Wed, Sep 10, 2008 at 1:25 PM, ScottDerrick <[EMAIL PROTECTED]> wrote:

>
> Rick,
>
> Sorry it took so long, had to travel out of the office for a few days..
>
> Here's the list of the modules my web server is complaining about.  Whats
> really weird is modules.properties does exist in the derby.jar!  The rest
> do
> not.
>
> ActionController::RoutingError (No route matches
> "/org/apache/derby/modules.properties" with {:method=>:get}):
> ActionController::RoutingError (No route matches
> "/org/apache/derby/loc/m13.class" with {:method=>:get}):
> ActionController::RoutingError (No route matches
> "/org/apache/derby/loc/m13.properties" with {:method=>:get}):
> ActionController::RoutingError (No route matches
> "/org/apache/derby/loc/m13_en.class" with {:method=>:get}):
> ActionController::RoutingError (No route matches
> "/org/apache/derby/loc/m13_en_US.class" with {:method=>:get}):
> ActionController::RoutingError (No route matches
> "/org/apache/derby/loc/m13_en_US.properties" with {:method=>:get}):
> ActionController::RoutingError (No route matches
> "/org/apache/derby/loc/m16.class" with {:method=>:get}):
> ActionController::RoutingError (No route matches
> "/org/apache/derby/loc/m16.properties" with {:method=>:get}):
> ActionController::RoutingError (No route matches
> "/org/apache/derby/loc/m16_en.class" with {:method=>:get}):
> ActionController::RoutingError (No route matches
> "/org/apache/derby/loc/m16_en_US.class" with {:method=>:get}):
> ActionController::RoutingError (No route matches
> "/org/apache/derby/loc/m16_en_US.properties" with {:method=>:get}):
> ActionController::RoutingError (No route matches
> "/org/apache/derby/loc/m18.class" with {:method=>:get}):
> ActionController::RoutingError (No route matches
> "/org/apache/derby/loc/m18.properties" with {:method=>:get}):
> ActionController::RoutingError (No route matches
> "/org/apache/derby/loc/m18_en.class" with {:method=>:get}):
> ActionController::RoutingError (No route matches
> "/org/apache/derby/loc/m18_en_US.class" with {:method=>:get}):
> ActionController::RoutingError (No route matches
> "/org/apache/derby/loc/m18_en_US.properties" with {:method=>:get}):
>
> I am using the Derby Tax Demo as a way to get up and running for using
> derby
> in a project I'm working on.  The demo is at
> http://developers.sun.com/javadb/overview/product_tour/index.jsp
>
> All I have in my http file is one line
>
> <APPLET CODE="derby.embedded.ClientStoreService.class" CODEBASE="/" WIDTH=1
> HEIGHT=1 NAME="ClientStoreService" ARCHIVE=" derby1.jar,
> derby.jar"></APPLET>
>
> derby1.jar is the recompiled source files used in the demo.
>
> output from the java console indicates the derby1.jar is loading
> successfully.
>
> [Wed Sep 10 14:08:10 MDT 2008] ClientStoreService: init() was called
> [Wed Sep 10 14:08:10 MDT 2008] ClientStoreService: setting-up store (or
> not)
> [Wed Sep 10 14:08:15 MDT 2008] ClientStoreService: DerbyTax table already
> exists...
> [Wed Sep 10 14:08:15 MDT 2008] ClientStoreService: start() was called
>
> Scott
>
>
> Rick Hillegas-2 wrote:
> >
> > ScottDerrick wrote:
> >>
> > Hi Scott,
> >
> > Can you clarify what locale files are missing? Is something missing from
> > one of our svn branches, a distribution on the website, or some other
> > location?
> >
> > Thanks,
> > -Rick
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/missing-locale-files--tp19379490p19422455.html
> Sent from the Apache Derby Users mailing list archive at Nabble.com.
>
>

Reply via email to