kontor-docs Mailing List for Linux Kontor
Brought to you by:
rtfm
You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(2) |
| 2002 |
Jan
|
Feb
|
Mar
(3) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
| 2003 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Andre' W. <a.w...@th...> - 2003-01-24 07:02:30
|
Uwe Simon wrote: >Hello *, > >i have the following Problem with installation of Linux-kontor 13 > >my OS is Debian 3.0. > >Can someone help me? > >regards Uwe > > >./createDB.sh > > >23.01.2003 18:48:27.932 [EXCEPTION] <DBObjectSQLServerScript> : >******************************** EXCEPTION ******************************** > Nesting(Runtime)Exception (de.ios.framework.basic.ServerException): > Meldung: 'Error during excecution: 'No suitable driver'' > Intern: > SQLException (java.sql.SQLException): > Meldung: 'No suitable driver' > Code: 0 > Status: '08001' > > > Trace: > java.sql.SQLException: No suitable driver > at java.sql.DriverManager.getConnection(DriverManager.java:103) > at java.sql.DriverManager.getConnection(DriverManager.java:126) > at > de.ios.framework.db2.TransactionData.getNewConnection(DBTransactionServer.java:1296) at > de.ios.framework.db2.TransactionData.init(DBTransactionServer.java:737) at > de.ios.framework.db2.TransactionData.<init>(DBTransactionServer.java:694) at > de.ios.framework.db2.DBTransactionServer.init(DBTransactionServer.java:587) at > de.ios.framework.db2.DBObjectSQLServer.init(DBObjectSQLServer.java:1428) at > de.ios.framework.db2.DBObjectSQLServer.<init>(DBObjectSQLServer.java:1403) at > de.ios.framework.db2.DBObjectSQLServerScript.main(DBObjectSQLServerScript.java:1346)*************************************************************************** > > Ok, could be : 1. the patho to jdbc in IoS/kontor/bin/kontor.server is wrong (JDBC=/>somewhere>/postgresql.jar) 2. the prefix in DB-URL in IoS/kontor/etc/kontor.server should be "postgresql" (kontor.db.db=jdbc:postgresql://localhost:5432/iosdb) (localhost or your server ip). 3. you need the right postgresql.jar. I think this is your fould. IMHO the postgresql.jar from www.jens.de must do this job. Your can also try pgjdbc2.jar, jdbc6.5-1.2.jar or jdbc7.1-1.2.jar. On of these should work. hth Andre -- Thiesen | André Wohnig hardware- & software- design GmbH | a.w...@th... Im Tiegel 9 | www.thiesen.com 36367 Wartenberg | tel. +49 (0) 6641 979-142 fax -299 |
|
From: Uwe S. <uw...@ap...> - 2003-01-23 18:07:19
|
Hello *,
i have the following Problem with installation of Linux-kontor 13
my OS is Debian 3.0.
Can someone help me?
regards Uwe
./createDB.sh
23.01.2003 18:48:27.932 [EXCEPTION] <DBObjectSQLServerScript> :
******************************** EXCEPTION ********************************
Nesting(Runtime)Exception (de.ios.framework.basic.ServerException):
Meldung: 'Error during excecution: 'No suitable driver''
Intern:
SQLException (java.sql.SQLException):
Meldung: 'No suitable driver'
Code: 0
Status: '08001'
Trace:
java.sql.SQLException: No suitable driver
at java.sql.DriverManager.getConnection(DriverManager.java:103)
at java.sql.DriverManager.getConnection(DriverManager.java:126)
at
de.ios.framework.db2.TransactionData.getNewConnection(DBTransactionServer.java:1296) at
de.ios.framework.db2.TransactionData.init(DBTransactionServer.java:737) at
de.ios.framework.db2.TransactionData.<init>(DBTransactionServer.java:694) at
de.ios.framework.db2.DBTransactionServer.init(DBTransactionServer.java:587) at
de.ios.framework.db2.DBObjectSQLServer.init(DBObjectSQLServer.java:1428) at
de.ios.framework.db2.DBObjectSQLServer.<init>(DBObjectSQLServer.java:1403) at
de.ios.framework.db2.DBObjectSQLServerScript.main(DBObjectSQLServerScript.java:1346)***************************************************************************
|
|
From: Andre' W. <a.w...@th...> - 2002-12-12 13:45:12
|
Bekomme beim Start des Servers folgende Meldung:
12.12.2002 14:17:19.569 [RUN......]
<de.ios.kontor.sv.postgres.impl.KontorImpl> : Starting internal session...
12.12.2002 14:17:20.352 [EXCEPTION]
<de.ios.framework.basic.ServerException> : Encapsulating Exception:
12.12.2002 14:17:20.379 [EXCEPTION]
<de.ios.framework.basic.ServerException> :
******************************** EXCEPTION ********************************
SQLException (java.sql.SQLException):
Meldung: 'ERROR: No such attribute or function 'oid''
Code: 0
Status: 'null'
Trace:
java.sql.SQLException: ERROR: No such attribute or function 'oid'
at postgresql.Connection.ExecSQL(Connection.java:380)
at
postgresql.jdbc1.DatabaseMetaData.getColumns(DatabaseMetaData.java:1880)
at
de.ios.framework.db2.DBObjectServer.createObjectInfo(DBObjectServer.java:2624)
at
de.ios.framework.db2.DBObjectServer.getObjectInfo(DBObjectServer.java:2381)
at
de.ios.framework.db2.DBObjectServer.localFetchObjectDirect(DBObjectServer.java:1439)
at
de.ios.framework.db2.DBObjectServer.fetchObjectDirect(DBObjectServer.java:613)
at
de.ios.framework.remote.sv.impl.BasicControllerImpl.getObjectsDirect(BasicControllerImpl.java:309)
at
de.ios.framework.remote.sv.impl.BasicControllerImpl.getObjectsDirect(BasicControllerImpl.java:252)
at
de.ios.kontor.sv.order.impl.VATControllerImpl.getVATs(VATControllerImpl.java:161)
at
de.ios.kontor.sv.order.impl.VATControllerImpl.<init>(VATControllerImpl.java:58)
at
de.ios.kontor.sv.main.impl.KontorSessionImpl.initRemoteObjects(KontorSessionImpl.java:137)
at
de.ios.kontor.sv.postgres.impl.KontorSessionImpl.initRemoteObjects(KontorSessionImpl.java:54)
at
de.ios.framework.remote.sv.impl.RemoteSessionImpl.init(RemoteSessionImpl.java:106)
at
de.ios.framework.remote.sv.impl.RemoteServerImpl.createSessionImpl(RemoteServerImpl.java:549)
at
de.ios.framework.remote.sv.impl.RemoteServerImpl.init(RemoteServerImpl.java:99)
at
de.ios.kontor.sv.postgres.impl.KontorImpl.main(KontorImpl.java:68)
***************************************************************************
Was ist da schief gelaufen???
tia
Andre
--
Thiesen | André Wohnig
hardware- & software- design GmbH | a.w...@th...
Im Tiegel 9 | www.thiesen.com
36367 Wartenberg | tel. +49 (0) 6641 979-142 fax -299
|
|
From: <b....@t-...> - 2002-12-09 17:24:33
|
Hi everybody,
I'm trying to get the linux kontor running on my Suse 8.0 server.
When I try to start the createDB.sh Script I get the Error: NO SUITABLE
DRIVER !!
Underneath follow my kontor.server and kontor.client files to get some
impressions to you what could be wrong.
Thanks for help.
../etc/kontor.server (cut)
############################################################################
###
# Server settings
############################################################################
###
kontor.server.rmiusevm=true
kontor.server.rmiusevm.fast=true
kontor.server.rmiurl=rmi://camel:1300/Kontor
#kontor.auth.server=rmi://camel:12112/AuthServer
kontor.auth.internal=true
kontor.auth.internal.samedb=true
auth.company=IoS GmbH
#kontor.server.name=Kontor
kontor.server.clientname=Linux-Kontor
############################################################################
###
# Database settings
############################################################################
###
jdbc.drivers=de.sag.jdbc.adabasd.ADriver:org.postgresql.Driver:oracle.jdbc.d
river.OracleDriver
#kontor.db.db=jdbc:adabasd://boreas:7200/ctlmdb
#kontor.db.db=jdbc:adabasd://zarathustra:7200/iosdb
kontor.db.db=jdbc:postgresql://localhost:5432/iosdb
#kontor.db.db=jdbc:oracle:thin:@xanthippe:1521:pzwodb
kontor.db.user=kontor
kontor.db.password=kontor
kontor.db.createuser=true
# Postgres only:
kontor.db.postgres.modules=/usr/lib/pgsql/
kontor.db.postgres.pl.lib=/usr/lib/postgresql/plpgsql.so
kontor.db.postgres.pl.compiler=PL/pgSQL
# Oracle only:
#kontor.db.oracle.tablespace=pzwo
# Oracle optimization:
#objectserver.oracle.defaultprefetch=100
#objectserver.oracle.defaultexecutebatch=10
../etc/kontor.client (cut)
kontor.server.rmiurl=rmi://camel:1300/Kontor
remote.server.rmiurl=rmi://camel:1300/Kontor
auth.server.rmiurl=rmi://camel:12112/AuthServer
#kontor.connect.maxretry=2
#remote.connect.maxretry=2
#auth.connect.maxretry=2
kontor.login.default.file=~/.kontoruser
############################################################################
###
# Database settings
############################################################################
###
# JDBC settings (for e.g. GenericRecordControl)
jdbc.drivers=de.sag.jdbc.adabasd.ADriver:org.postgresql.Driver:oracle.jdbc.d
river.OracleDriver
../bin/kontor.server (cut)
INSTALLROOT=/opt/kontor
#
# The path to Kontor in the installation directory.
# Leave this unchanged (unless you know what you are doing).
#
LOCATION=/opt/kontor/IoS/kontor
#
# The directory where the Java Development Kit is
#
export JAVA_HOME=/opt/jre
#
# JDBC specifies the path to the JDBC driver. The DBROOT variable is only
# needed for the Adabas D database.
#
#DBROOT=/opt/adabasd
#JDBC=${DBROOT}/lib/adabasd.jar
JDBC=/opt/java/jdbc/postgresql.jar
#JDBC=/opt/oracle/jdbc/lib/classes111.zip
#JDBC=/opt/oracle/jdbc/lib/816classes111b.zip:/opt/oracle/jdbc/lib/816nlscha
rset11b.zip
TOMCATHOME=/opt/kontor/IoS/kontor/etc/tomcat/
../bin/kontor.client (cut)
LOCATION=/opt/kontor/IoS/kontor/
#
# The directory where the Java Development Kit is
#
export JAVAHOME=/opt/jre
#
# The "GenericRecordControl" tool connects directly to the database;
# JDBC specifies the path to the JDBC driver. The DBROOT variable is only
needed
# for the Adabas D database.
#
#DBROOT=/opt/adabasd
#JDBC=${DBROOT}/lib/adabasd.jar
JDBC=/opt/java/jdbc/postgresql.jar
#
# The Just-In-Time Compiler for Java
#
#export JAVA_COMPILER=tya
#
# The path to SWING
#
export SWING_HOME=/opt/swing
Everything was installed as described in the manual by Ron Atkins (from
linux-kontor.de).
My postgresql.jar is in the /opt/java/jdbc/ directory as shown above and is
in existence too.
I'd be thankful for any advisory.
If s.o. need additional info for diagnozing tell me.
Thanks to all.
Ben
Benjamin Breu
b....@t-...
|
|
From: <cs...@ba...> - 2002-04-02 14:30:58
|
hello i have just Installed the new kontor-bin-20020305.tar.gz Version on a SuSE 7.3 and i get the folowing failure message: Exception in thread "main" java.lang.NoClassDefFoundError: de/ios/kontor/cl/main/KontorMain PS: I had the version kontor-binaries-20010207 on SuSE 7.3 running with Postgres. Greatings Manfred Hungerland |
|
From: <cs...@ba...> - 2002-04-02 11:15:55
|
Hello I have used kontor a long time a go and there was also a Text based UI. Is this still aviable?? Greatings Manfred |
|
From: <joh...@t-...> - 2002-03-29 00:21:58
|
Hello to everybody.
I am trying to install linux-kontor on my linux-box SuSE 7.3.
PostgreSQL is running.
I have downloaded last files from internet (linux-kontor 20020305).
When i start the tool createDB.sh following happens:
(Re)Creating user 'kontor' (=>ok)
Creating Remote-tables (=>ok)
Creating Auth-Tables (=>ok)
Creating Kontor-Tables (=>ok)
RemoteServer Initialisation (=>here the script stops !!)
Error-message: 'No Colums reported for Table 'CLASSTABLES'.'
In the database iosdb there is a table called 'classtables'.
Can anyone help me to install linux-kontor?
Why does the createDB-script look for 'CLASSTABLES' instead of
'classtables'?
Thanks for all answers.
Johann Hueppeler
|
|
From: Holger M. <hrm...@ls...> - 2002-03-12 07:51:43
|
Good Morning, I just uploaded the LK Installation manual to http://kontor.sourceforge.net. You can find it in the download section. The manual is a slightly outdated PDF-File which describes detailled what to do and what to configure to make LK running. The line numbers for the config files don't fit any more, but you will get the idea. Best regards, Holger |
|
From: <joh...@t-...> - 2002-03-11 00:38:54
|
Sehr geehrte Damen und Herren, ich beschäftige mich gerade intensiv mit der Realisierung des Umstiegs von Windows- auf Linux-Rechner im Rahmen einer kleinen Firma. Dabei ist es sehr wichtig, alle notwendigen Bereiche abdecken zu können, natürlich auch die gesamte Auftragsverwaltung etc. In diesem Zusammenhang bin ich immer wieder auf Linux-Kontor gestoßen und möchte diese Software nun für diesen Einsatz zusammen mit PostgreSQl, daß bei uns bereitss seit einiger Zeit im Einsatz ist, testen. Ich habe die aktuellen Files heruntergeladen und stehe nun vor dem Problem, daß ich keine Zusammenhängende Installationsanweisung finden kann. Meine Bitte lautet daher um Mitteilung einer Quelle, wo die Installation von Linux-Kontor im Zusammenspiel mit PostgreSQL recht ausführlich beschrieben ist. Für alle Bemühungen bedanke ich mich ganz herzlich im voraus. Johann Hüppeler |
|
From: Holger M. <hrm...@ls...> - 2001-12-19 06:01:28
|
Good morning :-) Just got home from work. I added support for italian language. Hope somebody could translate the rest of the pages into italian. The menues have to be translated, too. I did what I can understand - or at least where I had some texts that were already translated from the former webpages. Best regards, Holger |
|
From: Holger M. <hrm...@ls...> - 2001-12-18 06:01:16
|
Hello, I have some good news: I did a rework of the webpages and put them into the CVS tree, too. Up to now only a few pages are currently online. I got some nice php-Scripts doing the menu for the pages in multilanguage. I hope you enjoy the new style. Up to now only german and english pages are supported (these are the only languages I can speak), so if you like to see your language, just check out the cvs-tree kontor/htdocs and send me your translation of the "cont.inc.php" files. I think the best idea will be to discuss who will translate for which language in the kontor-docs mailinglist. Comments, wishes, critics are welcome. Best regards, Holger |
|
From: Holger M. <hrm...@ls...> - 2001-08-01 06:31:34
|
Good Morning, I just added a little README on how to compile kontor for FreeBSD. Best regards, Holger Mitterwald |
|
From: Frank W. <fw...@ca...> - 2001-04-24 15:39:11
|
> Budi Bambang DP wrote: > > Help! > - I want to know about how to install and running linux kontor . > And also, I need the file which write in english to explain it . > > -I have already untar the file kontor.binaries...tgz > But what I should do with the files to make them running correctly > Thank's There's a tutorial available somewhere at www.linux-kontor.org. But at the moment the domain is not available - Joachim told me, it's currently moving to sourceforge. You should look for the tutorial as soon as the domain is available again... Regards, Frank Wiesen -- Dipl.-Inform. Frank Wiesen | Developer | mailto:Fra...@ca... cataloom AG i.G. | Eupener Strasse 148 | 50933 Köln | http://cataloom.com/ Tel: +49-221-4851-818 | Cel: +49-170-7667-818 | Fax: +49-221-4851-918 |
|
From: Budi B. D. <ac...@in...> - 2001-04-23 04:11:49
|
Help! - I want to know about how to install and running linux kontor .=20 And also, I need the file which write in english to explain it . =20 -I have already untar the file kontor.binaries...tgz But what I should do with the files to make them running correctly Thank's |
|
From: Steve D. <sd...@sw...> - 2000-10-29 18:35:31
|
Hi everyone. Marco Bizzarri wrote: > Hi all. > > Perhaps I'm not the right person to say it, or I'm not saying it in the > right way, however... > > Linux-Kontor project wants you. This is an open-source project. If we > don't provide any new addition to the project, no one will do. > > I know there are some problems now, because of the shift on sourceforge. > However this is not something we can't deal with. > > Just as an example... do any of us use Linux-Kontor? Could we provide > some sort of sample data, so as the new users could start using it? I agree. Unfortunately, I've been trying to submit an English translation of Matthias's excellent tutorial on SourceForge, but it won't take. It's about 95% complete and shows someone how to get started after installation, or let's people see many of the features of Linux-Kontor without having it installed. I would also like to try to get the installation how-to up on the Kontor project page. The documentation area seems to be limited to text or html, and this document is a compressed tar file of a pdf. I've tried the anonymous ftp space, but don't seem to have permission to submit there. I decided to make it available for download at http://business.dynodns.net. I hope anyone interested finds it useful. Please contact me if anybody has any questions, and I'll try to help. Steve |
|
From: Marco B. <m.b...@ic...> - 2000-10-19 08:11:29
|
Hi all. Perhaps I'm not the right person to say it, or I'm not saying it in the right way, however... Linux-Kontor project wants you. This is an open-source project. If we don't provide any new addition to the project, no one will do. I know there are some problems now, because of the shift on sourceforge. However this is not something we can't deal with. Just as an example... do any of us use Linux-Kontor? Could we provide some sort of sample data, so as the new users could start using it? And also... some months ago someone provided a project/task management module... We could have it translated. Let's rock! ;-) Bye Marco -- Marco Bizzarri - Responsabile Tecnico - Icube S.r.l. Sede: Via Ridolfi 15 - 56124 Pisa (PI), Italia E-mail: m.b...@ic... WWW: www.icube.it Tel: (+39) 050 97 02 07 Fax: (+39) 050 31 36 588 |