Re: Sybase and Enhydra

Vladimir Puskas <[email protected]>
Newsgroups gmane.comp.java.enhydra.shark
Message-ID <[email protected]>
Hello Aaron

you wrote:
> Hi
> 
> Finally I managed to fix this by extracting the contents of jconn2.jar 
> and adding the path to java.ext.dirs in this way:
> 
>    cd $(dirname $0)/..
>    /installed/j2sdk1.4.1_06/bin/java \
>        -Xmx128M -verbose 
> -Djava.ext.dirs=lib:lib/engine:lib/client:lib/contrib:lib/wrapper:/home/aaron/shark/jConnect-6_0/classes 
> \
>        org.enhydra.shark.swingclient.workflowadmin.SharkAdmin \
>        conf/Shark.conf
> 
> Now I am having a different problem. The error being reported is the 
> following:
> 
> com.lutris.appserver.server.sql.ObjectIdAllocationError: ObjectIdAllocator:
>  Failed to allocate object id.  Caused by SQLException:
>    SQLState = 42000
>    SQLError = 208
>    SQLMsg   = objectid not found. Specify owner.objectname or use 
> sp_help to check whether the object exists (sp_help may produce lots of 
> output).
> 
> Does anyone know what this error is about? It seems that the OID 
> allocator is failing. Which class is responsible  for sybase to create 
> such oids?

Here DODS complains about "ObjectId" table. Did you create it, having to 
fix our scripts (sorry 'bout that), you might have missed to

create table ObjectId
	(
		next DECIMAL (19,0) NOT NULL PRIMARY KEY
	);

hope this helps
-- 
Vlada
message-footer.txt (text/plain, 271 B)
--
You receive this message as a subscriber of the [email protected] mailing list.
To unsubscribe: mailto:[email protected]
For general help: mailto:[email protected]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.