-
Hi Marcelo,
It seems that the password is hardcoded in the script create-user.sql
the following is the user creation script I have downloaded
create user LUCENE identified by LUCENE
default tablespace lucenetab
temporary tablespace temp
quota unlimited on lucenetab;
Bye
Andrea.
2009-06-05 14:11:25 UTC in DBPrism Servlet Engine
-
Hello,
I have tried to install from scratch LUCENE in a new Oracle instance version 10g R2.
I have changed the default password LUCENE for LUCENE account into LUCENEPASS on the file build.properties as follow:
db.str=FRMD
db.usr=LUCENE
db.pwd=LUCENEPASS
dba.usr=sys
dba.pwd=*********
javac.debug=true
javac.source=1.4
javac.target=1.4
The I get an error about user and password...
2009-05-29 13:14:34 UTC in DBPrism Servlet Engine
-
Hi Marcelo,
The problem is related to our oracle development instance.
Recently I have created for our project an oracle quality assurance instance(QA-Test).
This morning I tried to create a domain index with a normal user there and I succeed.
I also verified that in trc file, and the logging was verbose as yours.
The dev instance has been creted long time ago when the project was based...
2009-05-08 09:58:47 UTC in DBPrism Servlet Engine
-
Hi marcelo, que tal :)
I have done:
1) I have executed
begin
-- see .trc files
LUCENE.LuceneDomainIndex.setLogLevel('ALL');
end;
/
2) I have then executed
CREATE INDEX TERM.example_standard_inde ON TERM.EXAMPLE
(EXAMPLE_TEXT)
INDEXTYPE IS LUCENE.LUCENEINDEX
PARAMETERS('Analyzer:org.apache.lucene.analysis.standard.StandardAnalyzer','LogLevel:ALL');
In The trc...
2009-05-07 11:47:43 UTC in DBPrism Servlet Engine
-
Yes I did it before trying to create the index, just I forgot to mention it
Andrea.
2009-05-06 11:15:06 UTC in DBPrism Servlet Engine
-
Hi Marcelo,
When I try to create a domain index with a normal user I get an error
Error: ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
After a successfully installation of Lucene on oracle 10g instance
I create a normal user ex: TERM
Then I create a table
CREATE TABLE EXAMPLE
(
EXAMPLE_TEXT VARCHAR2(4000 BYTE)
)
and then I try to create a domain...
2009-05-06 08:18:28 UTC in DBPrism Servlet Engine
-
We are trying to use lucene-ojvm for an application that use xmltype data type.
We have had problems creating domain indexes
It seems that when you create a domain index name too long you get an error ORA-29855 ODCIINDEXCREATE not better specified.
To explain the problem I tried to reproduce it with a simple example.
After installing Lucene-Ojvm on oracle10g 10.2.1 successfully I...
2009-05-05 12:37:33 UTC in DBPrism Servlet Engine
-
fckeditor disappear when you push just once the browser back button.
to repeat:
load the demo page http://www.zkoss.org/zkdemo/userguide/
and choose the demo fckeditor
when it is loaded push the back button just once and the editor disappear
It happens with firefox and iexplorer
thanks.
2007-06-11 09:53:55 UTC in ZK - Simply Ajax and Mobile
-
fckeditor disappear when you push just once the browser back button.
to repeat:
load the demo page http://www.zkoss.org/zkdemo/userguide/
and choose the demo fckeditor
when it is loaded push the back button just once and the editor disappear
It happens with firefox and iexplorer
thanks.
2007-06-11 09:17:11 UTC in ZK - Simply Ajax and Mobile
-
fckeditor disappear when you push just once the browser back button.
to repeat:
load the demo page http://www.zkoss.org/zkdemo/userguide/
and choose the demo fckeditor
when it is loaded push the back button just once and the editor disappear
It happens with firefox and iexplorer
thanks.
2007-06-11 08:16:48 UTC in ZK - Simply Ajax and Mobile