[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Condor & BirdBath - java.rmi.RemoteException: Permission denied



Check the list archives. Also, look into making sure your *ALLOW_WRITE macros are permissive enough for your client to talk to the service.

If this was working before, maybe you changed something in your configuration?


matt

Mariette, Jerome wrote:


Hi everybody,
When I'm trying to attempt to submit a job from my java code, I catch the following:
java.rmi.RemoteException: Permission denied

My java code is as follows:
try
   {
            Schedd schedd = new Schedd(new URL("http://localhost:8282";));
            Transaction transaction = schedd.createTransaction();
            transaction.begin (30);
   }

My condor_config:
ENABLE_SOAP = TRUE
ENABLE_WEB_SERVER = TRUE
QUEUE_ALL_USERS_TRUSTED = TRUE
ALLOW_SOAP = *
SCHEDD_ARGS = -p 8282

the Schedlog shows me:
10/16 18:20:05 (pid:9431) ******************************************************
10/16 18:20:05 (pid:9431) ** condor_schedd (CONDOR_SCHEDD) STARTING UP
10/16 18:20:05 (pid:9431) ** /opt/condor/sbin/condor_schedd
10/16 18:20:05 (pid:9431) ** $CondorVersion: 6.8.6 Sep 13 2007 $
10/16 18:20:05 (pid:9431) ** $CondorPlatform: I386-LINUX_RHEL3 $
10/16 18:20:05 (pid:9431) ** PID = 9431
10/16 18:20:05 (pid:9431) ** Log last touched 10/16 18:20:02
10/16 18:20:05 (pid:9431) ****************************************************** 10/16 18:20:05 (pid:9431) Using config source: /opt/condor-6.8.6/etc/condor_config
10/16 18:20:05 (pid:9431) Using local config sources:
10/16 18:20:05 (pid:9431) /opt/condor-6.8.6/local.mbari1/condor_config.local 10/16 18:20:05 (pid:9431) DaemonCore: Command Socket at <142.104.128.203:8282>
10/16 18:20:05 (pid:9431) History file rotation is enabled.
10/16 18:20:05 (pid:9431)   Maximum history file size is: 20971520 bytes
10/16 18:20:05 (pid:9431)   Number of rotated history files is: 2
10/16 18:20:05 (pid:9431) NOTE: QUEUE_ALL_USERS_TRUSTED=TRUE - all queue access checks disabled! 10/16 18:20:43 (pid:9431) DaemonCore: Command received via UDP from host <142.104.128.203:34784> 10/16 18:20:43 (pid:9431) DaemonCore: received command 60000 (DC_RAISESIGNAL), calling handler (HandleSigCommand())
10/16 18:20:43 (pid:9431) Got SIGHUP.  Re-reading config files.
10/16 18:20:43 (pid:9431) History file rotation is enabled.
10/16 18:20:43 (pid:9431)   Maximum history file size is: 20971520 bytes
10/16 18:20:43 (pid:9431)   Number of rotated history files is: 2
10/16 18:20:43 (pid:9431) NOTE: QUEUE_ALL_USERS_TRUSTED=TRUE - all queue access checks disabled!


What is going wrong ??


------------------------------------------------------------------------

_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at: https://lists.cs.wisc.edu/archive/condor-users/