Hi All,
Anyone know what username/password the Derby db uses?
Hi All,
Anyone know what username/password the Derby db uses?
OK, I worked out the URL:
jdbc:derby:C:/OpenKM-2.0b_JBoss-4.2.2.GA/repository/workspaces/default/db
But by default, what is the username/password to use for Derby access?
system/system didn\'t work.
Rob
:)
Thanks Jllort
1)
I misunderstood what was this meant:
OpenKM by default is configured to store documents and structure on file system
You mean that the files are stored in binary format (blobs), not as \'clear\' files. I.e. I add \"1.jpg\" to the repository and I won\'t be able to see \"1.jpg ...
Hi All,
I am trying to work out how to connect to the default Derby(?) database. I see this in repository.xml:
<PersistenceManager class=\"org.apache.jackrabbit.core.persistence.db.DerbyPersistenceManager\">
<param name=\"url\" value=\"jdbc:derby:${wsp.home}/db;create=true\"/>
<param name ...
Hi All,
In this post about database structure , jllort says:
The OpenKM by default is configured to store documents and structure on file system ( althought it can be configured to store on database, by default we\'ve configured as the most simply way ).
My questions:
- where are the file ...
OK, fixed this. As per the this known JBoss issue post , I added proxy details to the JBoss comamnd.
I edited runt.bat and added my proxy details (-Dhttp.proxyHost=xxx -Dhttp.proxyPort=xxx) to this line:
\"%JAVA%\" %JAVA_OPTS% \"-Djava.endorsed.dirs=%JBOSS_ENDORSED_DIRS%\" -classpath \"%JBOSS ...
Hi all,
It seems I have a similar error to the couldn\'t start version 2.0 , but this is no Connection timed out error. Full copy from the DOS prompt is below.
I am using Java 6, but I got the same error with Java 1.5.0_12
H:\\>echo %JAVA_HOME%
C:\\Program Files\\Java\\jdk1.6.0_02
H:\\>java ...