Skip to content

birt 17/18 #1947

Answered by mr0reed137
NoLamprecht asked this question in Q&A
Discussion options

You must be logged in to vote

I finally got the BirtEngine running and I would like to share my findings in case someone else is struggling with similar problems.

1. Problem:
I have two custom-written plugins that were probably not compatible with Birt 4.17. (This was likely the cause of the first error)

2. Problem:
When configuring the Birt Engine, I included the following code to obtain log outputs:

Map<String, String> hashMap = new HashMap<>();
FileUtil.deleteDir(new File(<path-to-engine-config-files>));
hashMap.put("osgi.configuration.area", <path-to-engine-config-files>);
config.setOSGiConfig(hashMap);

Solution to 1:
I updated the plugins and recompiled them with the Birt 4.17 sources.

Solution to 2:
I removed …

Replies: 12 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by wimjongman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
5 participants
Converted from issue

This discussion was converted from issue #1939 on October 22, 2024 13:04.