Flex Data Services installation on Ubuntu

Flex Data Services installation on Ubuntu
27-07-07 16:52
Age: 3 yrs





I recently had to install Flex Data Services (now called LiveCycle Data Services, but I installed FDS, so that's what I'm calling it here) again, and it reminded me of what a minor pain it was. So here it is, in case I need to install it a 3rd time.

I run my Ubuntu Feisty Fawn without monitors, so I obviously had to put in the headless server configuration in the flex-config.xml files like so:

<headless-server>true</headless-server>

Easy. But no... I forgot one more thing. In order for the Java VM to really run headless, I needed to change the jvm configuration file jvm.config:

java.args=-Xms32m -Xmx384m -Dsun.io.useCanonCaches=false -Djava.awt.headless=true

The parts in italics I had to add in. It makes sense now that you think about it, but it doesnt say anywhere in the installation documents. Maybe you don't really need it. I don't know. All I know is I needed to do that for the next problem to appear.

The default installation of Ubuntu Feisty doesn't have a few libraries that the FDS sample  applications needed to run. Namely libXp6 and libXtst. Easy. Just aptitude them (or apt-get, or whatever).

Easy peasy Japanesey.








<- Back to: Articles

Work Blog

Breaking News:
27-07-07 16:52
Flex Data Services installation on Ubuntu

I recently had to install Flex Data Services (now called LiveCycle Data Services, but I installed FD...

[more]

04-05-07 05:57
Resizing Ubuntu's root file system with LVM

For a long time had a lot of trouble with LVM. I had wanted increase the size of my root partition, ...

[more]
Cat: Typo3

27-03-07 06:02
Subclipse Error when creating tags

I use Subclipse, the Subversion client for Eclipse, for development. And I got an error when I tried...

[more]
Cat: Typo3

go to Archive ->