Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » [CDO] We are trying to get CDO running on Oracle 11g(But struggling with this error!)
[CDO] We are trying to get CDO running on Oracle 11g [message #1053689] Tue, 07 May 2013 08:50 Go to next message
Børre  ordbakken is currently offline Børre ordbakkenFriend
Messages: 4
Registered: May 2013
Junior Member
We are trying to get CDO running on Oracle 11g
But struggling with this error!

jvm 1 | WrapperListener_start_runner [org.eclipse.net4j.spi.db.DBAdapter] CREATE TABLE cdo_lobs (id VARCHAR2(64), size NUMBER, bdata BLOB, cdata CLOB)
jvm 1 | WrapperListener_start_runner [org.eclipse.net4j.spi.db.DBAdapter] -- ORA-00904: : ugyldig identifikator
jvm 1 |
jvm 1 | WrapperListener_start_runner [org.eclipse.net4j.spi.db.DBAdapter] SELECT id, size, bdata, cdata FROM cdo_lobs
jvm 1 | WrapperManager Error: Error in WrapperListener.start callback. org.eclipse.net4j.db.DBException: Problem with table cdo_lobs: SELECT id, size, bdata, cdata FROM cdo_lobs
jvm 1 | WrapperManager Error: org.eclipse.net4j.db.DBException: Problem with table cdo_lobs: SELECT id, size, bdata, cdata FROM cdo_lobs
jvm 1 | WrapperManager Error: at org.eclipse.net4j.spi.db.DBAdapter.validateTable(DBAdapter.java:447)

I'm using the code from emf-cdo-S20130319-1538 build

Is there some way to make Oracle less sensitive ?
Or is there still some problemes with the OracleAdpater ?

Best regards,
Børre Nordbakken
Brønnøysundregistrene
Re: [CDO] We are trying to get CDO running on Oracle 11g [message #1053808 is a reply to message #1053689] Tue, 07 May 2013 16:31 Go to previous messageGo to next message
Erdal Karaca is currently offline Erdal KaracaFriend
Messages: 854
Registered: July 2009
Senior Member
The 'size' column should have been renamed to 'lsize' which is not in your case.
AFAIK, that bug was fixed 6 months ago. Are you sure you are using the version you have mentioned?


Børre ordbakken wrote on Tue, 07 May 2013 10:50
We are trying to get CDO running on Oracle 11g
But struggling with this error!

jvm 1 | WrapperListener_start_runner [org.eclipse.net4j.spi.db.DBAdapter] CREATE TABLE cdo_lobs (id VARCHAR2(64), size NUMBER, bdata BLOB, cdata CLOB)
jvm 1 | WrapperListener_start_runner [org.eclipse.net4j.spi.db.DBAdapter] -- ORA-00904: : ugyldig identifikator
jvm 1 |
jvm 1 | WrapperListener_start_runner [org.eclipse.net4j.spi.db.DBAdapter] SELECT id, size, bdata, cdata FROM cdo_lobs
jvm 1 | WrapperManager Error: Error in WrapperListener.start callback. org.eclipse.net4j.db.DBException: Problem with table cdo_lobs: SELECT id, size, bdata, cdata FROM cdo_lobs
jvm 1 | WrapperManager Error: org.eclipse.net4j.db.DBException: Problem with table cdo_lobs: SELECT id, size, bdata, cdata FROM cdo_lobs
jvm 1 | WrapperManager Error: at org.eclipse.net4j.spi.db.DBAdapter.validateTable(DBAdapter.java:447)

I'm using the code from emf-cdo-S20130319-1538 build

Is there some way to make Oracle less sensitive ?
Or is there still some problemes with the OracleAdpater ?

Best regards,
Børre Nordbakken
Brønnøysundregistrene

Re: [CDO] We are trying to get CDO running on Oracle 11g [message #1053833 is a reply to message #1053689] Tue, 07 May 2013 19:22 Go to previous messageGo to next message
Børre  ordbakken is currently offline Børre ordbakkenFriend
Messages: 4
Registered: May 2013
Junior Member
Hi!

Isn't this one the latest ? org.eclipse.net4j.db.oracle_1.0.0.v20130316-1201.jar
Found inside emf-cdo-S20130319-1538-Dropins.zip

Best regards,
Børre Nordbakken

Re: [CDO] We are trying to get CDO running on Oracle 11g [message #1053836 is a reply to message #1053833] Tue, 07 May 2013 19:37 Go to previous messageGo to next message
Erdal Karaca is currently offline Erdal KaracaFriend
Messages: 854
Registered: July 2009
Senior Member
Can you provide/check the output of the osgi command "ss" in your running cdo server's console?
(You can turn the osgi console on by providing the -console parameter when running the server.)

Børre ordbakken wrote on Tue, 07 May 2013 21:22
Hi!

Isn't this one the latest ? org.eclipse.net4j.db.oracle_1.0.0.v20130316-1201.jar
Found inside emf-cdo-S20130319-1538-Dropins.zip

Best regards,
Børre Nordbakken


Re: [CDO] We are trying to get CDO running on Oracle 11g [message #1053838 is a reply to message #1053689] Tue, 07 May 2013 19:40 Go to previous messageGo to next message
Børre  ordbakken is currently offline Børre ordbakkenFriend
Messages: 4
Registered: May 2013
Junior Member
Hi!

I'm not running the CDO server inside a OSGi container.
Have build my "own" server. And using a JavaWrapper to launch the server.

--
Børre
Re: [CDO] We are trying to get CDO running on Oracle 11g [message #1059537 is a reply to message #1053833] Mon, 20 May 2013 11:22 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Am 07.05.2013 21:22, schrieb Børre ordbakken:
> Hi!
>
> Isn't this one the latest ? org.eclipse.net4j.db.oracle_1.0.0.v20130316-1201.jar
Sorry for the late reply. Please check the version of your cdo.server.db bundle. It's the one that hardcodes the column
names of the system tables.

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper


> Found inside emf-cdo-S20130319-1538-Dropins.zip
> Best regards,
> Børre Nordbakken
>
>


Previous Topic:Help with Transactional Editing Domain and Modal Dialogs
Next Topic:[CDO 4.2] ConcurrentModificationException in native with EAllContents() while not in legacy
Goto Forum:
  


Current Time: Tue Apr 23 08:57:11 GMT 2024

Powered by FUDForum. Page generated in 0.03565 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top