> Hi All,
>
> The examples/voter/run.sh script contains the following
>
> LICENSE="../../voltdb/license.xml"
> ...
> # run the voltdb server locally
> function server() {
>
> $VOLTDB create catalog $APPNAME.jar deployment deployment.xml \
> license $LICENSE leader $LEADER
> }
>
> but examples/voter/../../voltdb/license.xml file doesn't exist. Somehow the server still manages to start up. Where is it located than?
Hi Michael,
The license.xml file is only necessary when you are running the Enterprise Edition. In the Community Edition, it will skip license check. We distribute the same run.sh scripts for both Community and Enterprise Editions, hence the reference to license.xml in them.
>
> I am trying to recreate ENG-496 which has outdated build.xml. The ant's 'server' target doesn't provide all necessary input arguments (license is one of them) and I am trying to bring it up-to-date.
Which Ant build file are you using? I don't see any attachments to that ticket. If it's one of those build files in the old examples, I think you can just use the new examples instead.
--
Ning
The license file is for our enterprise edition. I don't think it's a required parameter, and if you pass in a value in the community edition, it's ignored. I think there may be confusion because our usage string in the community edition seems to imply that it's required. I created ENG-2507 to fix that.
-John
On Feb 14, 2012, at 10:35 PM, Michael Alexeev wrote:
--
Ning