Urgent Request for help

2015-02-09 Thread amit batajoo
hi peter I am trying apache-river-2.2.2 in linux debian. I have successfully run the httpd.sh script but while i am trying to jrmp-reggie.sh I am getting give error, please help to solve this problem. Command and error messgae is given below, please suggest me step by step and provide me files is

Re: Urgent Request for help

2015-02-09 Thread Peter Firmstone
Hi Amit, At line 24: # Shell script to run Reggie set -x java -Djava.security.policy=config/start.policy\ -Djava.ext.dirs=../../lib-ext/\ -jar ../../lib/start.jar\ config/start-reggie.config Make the following changes : # Shell script to run Reggie set -x java -

Re: Urgent Request for help

2015-02-09 Thread Greg Trasuk
Should be on u...@river.apache.org. Also, river-...@incubator.apache.org is not an active address. Amit: Reasoning for why the exception is happening: - Reading through the exception trace, the root exception is a AccessControlException, in that the code does not have RuntimePermission for

Re: Urgent Request for help

2015-02-09 Thread Peter
Since java 6, to solve some security issue I don't recall, the security manager is loaded earlier with a default policy. When it is loaded, also depends on unpredictable lasy class loading, so since then, the best place to define the security manager and policy is from the command line or scri

Re: Urgent Request for help

2015-02-12 Thread Peter
I apologise for the example. You have made progress however. Modify the script further, add the following line, this will add some more information for us to see why it's still failing. -Djava.security.debug=access:failure and also the output from uname -a from the command line. I had mad

Re: Urgent Request for help

2015-02-12 Thread trasukg
rg Cc: dev@river.apache.org Subject: Re: Urgent Request for help I apologise for the example. You have made progress however. Modify the script further, add the following line, this will add some more information for us to see why it's still failing. -Djava.security.debug=access:failure