Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] scratching my head about NPAD

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] scratching my head about NPAD


Chronological Thread 
  • From: Daniel Schmidt <>
  • To: Bob Riddle <>
  • Cc: "" <>
  • Subject: Re: [perfsonar-user] scratching my head about NPAD
  • Date: Tue, 19 May 2015 12:51:33 -0600

Kind of a mess - you need to sign the app.  I think I did something like this, but there is probably a better way.  

mkdir mess

cd mess

cp /var/lib/npad/DiagClient.jar .

su -c "yum install java-1.7.0-openjdk-devel "

keytool -genkey -keystore mykeystore -alias myalias

keytool -selfcert -keystore mykeystore -alias myalias

cp DiagClient.jar DiagClient.orig

/usr/bin/jarsigner -keystore mykeystore DiagClient.jar myalias

su -c “cp DiagClient.jar /var/lib/npad/”






On Tue, May 19, 2015 at 11:42 AM, Bob Riddle <> wrote:
The server instance I've installed seems to respond fine to the diag-client "c" program, but trying to use the Java Applet from my browser, I am unable to overcome the "local: error connecting control channel: access denied ("java.net.SocketPermission" ....)

I'm sure I am missing something simple ... any hints?

--
Bob Riddle (bdr @ umich.edu)
Research IT
Medical School Information Services (MSIS)
University of Michigan Medical School

"... let me be clear, you can either be a musician or a banjo
player, you can't be both ..."  Bob Carlin, the "Book of Bob"




E-Mail to and from me, in connection with the transaction
of public business, is subject to the Wyoming Public Records
Act and may be disclosed to third parties.



Archive powered by MHonArc 2.6.16.

Top of Page