Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aperi-dev] The status of build Aperi-20070425-221406.zip

There are several problems to install Aperi using the latest build of Aperi-20070425-221406.zip

First: Using the default Derby db, the creation of schema will success but the configuration of BIRT report server will fail, here is the output - defect 184271

DEBUG SDI doInstall 9 CREATE TABLE T_BIRT_REPORT_DESCR ( TITLE
VARCHAR(256) NOT NULL, NAME VARCHAR(
1024) NOT NULL, PATH VARCHAR(2048) NOT NULL,
ROLES INTEGER NOT NULL, DESCRIP
TION VARCHAR(4096) NOT NULL, CREATOR VARCHAR(
256) NOT NULL, CREATION_DATE DECIMAL(13,0) NOT NULL,
EDITOR VARCHAR(256) NOT NULL, EDIT_DA
TE DECIMAL(13,0) NOT NULL)
DEBUG SDI doInstall 9 CREATE UNIQUE INDEX T_BIRT_REPORT_DESCR_IX ON T_BIRT_RE
PORT_DESCR (PATH ASC, NAME ASC)
DEBUG SDI doInstall 11
DEBUG SDI doInstall 12 status true
DEBUG SDI doInstall 14
DEBUG SDI doInstall 15
Database installation successful.
Aperi Bulk Report Processor: Loader
repository directory = C:\Aperi\reports
zip file = ../reporting/configuration/canned-reports.zip
jdbcDriver = org.apache.derby.jdbc.ClientDriver
jdbcUrl = jdbc:derby://tivoli14:1527/Aperi
jdbcUser = Aperi
Error cleaning out repository: Report repository directory C:\Aperi\reports c
annot be scanned.
----
The output above should indicate that the schema was created
successfully on your system. If there was an error,
Aperi will not function correctly. Consult the installation
documentation for more information.

Shutting Derby down.

Configuring the report server...
../reporting/reporting.bat
Error occurred while performing the configuration updates.
java.lang.RuntimeException: Directory ../plugins/org.eclipse.aperi.reporting/web
cannot be scanned.
at org.eclipse.aperi.configure.SearchAndReplace.replace(SearchAndReplace
.java:107)
at org.eclipse.aperi.configure.ConfigureAperi.reportServer(ConfigureAper
i.java:756)
at org.eclipse.aperi.configure.ConfigureAperi.configure(ConfigureAperi.j
ava:300)
at org.eclipse.aperi.configure.ConfigureAperi.configureAperi(ConfigureAp
eri.java:145)
at org.eclipse.aperi.configure.ConfigureAperi.main(ConfigureAperi.java:1
22)

Second: Using DB2 db as repository, the creation of schema will hang at - defect 184276

DEBUG SDI doInstall 9 CREATE TABLE T_BIRT_REPORT_DESCR ( TITLE
VARCHAR(256) NOT NULL, NAME VARCHAR(
1024) NOT NULL, PATH VARCHAR(2048) NOT NULL,
ROLES INTEGER NOT NULL, DESCRIP
TION VARCHAR(4096) NOT NULL, CREATOR VARCHAR(
256) NOT NULL, CREATION_DATE DECIMAL(13,0) NOT NULL,
EDITOR VARCHAR(256) NOT NULL, EDIT_DA
TE DECIMAL(13,0) NOT NULL)


Third: the default port value of DB2 should be 50000 not the derby one 1527 - defect 184268



Hans H. Lin, Tivoli SAN Software Development
IBM San Jose, California
Phone: 408-284-4917, Fax: 408-256-8507
email: linh@xxxxxxxxxx


Back to the top