FrontBase and javaeoutil
FrontBase and javaeoutil
- Subject: FrontBase and javaeoutil
- From: David Holt <email@hidden>
- Date: Tue, 20 Jun 2006 12:36:40 -0700
Hi everyone,
I am exporting data from MySQL to FrontBase using javaeoutil.woa and
following the script in Practical WebObjects (pg. 269). I set up a
test database and run into the following error when trying to import
into FrontBase from the dumped plist. I have confirmed that the plist
will repopulate the MySQL database with no problem. Is there a way to
specify the FrontBase plugin for javaeoutil, or am I missing
something?? Thanks,
David
Exception running dump:
com.webobjects.jdbcadaptor.JDBCAdaptorException: No suitable driver
at com.webobjects.jdbcadaptor.JDBCContext.connect
(JDBCContext.java:244)
at com.webobjects.jdbcadaptor.JDBCContext._tryConnect
(JDBCContext.java:331)
at com.webobjects.jdbcadaptor.JDBCContext._channelWillOpen
(JDBCContext.java:468)
at com.webobjects.jdbcadaptor.JDBCChannel.openChannel
(JDBCChannel.java:81)
at EODumper._openAdaptorChannel(EODumper.java:202)
at EODumper.dumpRowSetToDatabaseForce(EODumper.java:478)
at Application.dumpDatabase(Application.java:514)
at Application.old_main(Application.java:131)
at Application.applicationDidFinishLaunching
(Application.java:109)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.webobjects.foundation.NSSelector._safeInvokeMethod
(NSSelector.java:120)
at com.webobjects.foundation.NSNotificationCenter
$_Entry.invokeMethod(NSNotificationCenter.java:601)
at
com.webobjects.foundation.NSNotificationCenter.postNotification
(NSNotificationCenter.java:545)
at
com.webobjects.foundation.NSNotificationCenter.postNotification
(NSNotificationCenter.java:559)
at com.webobjects.appserver.WOApplication.run
(WOApplication.java:895)
at com.webobjects.appserver.WOApplication.main
(WOApplication.java:324)
at Application.main(Application.java:87)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.webobjects._bootstrap.WOBootstrap.main
(WOBootstrap.java:71)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden