summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/jython.jarbin0 -> 8297793 bytes
-rw-r--r--source/com/c2kernel/process/Gateway.java3
2 files changed, 0 insertions, 3 deletions
diff --git a/lib/jython.jar b/lib/jython.jar
new file mode 100644
index 0000000..44db1f8
--- /dev/null
+++ b/lib/jython.jar
Binary files differ
diff --git a/source/com/c2kernel/process/Gateway.java b/source/com/c2kernel/process/Gateway.java
index f399351..aebd19e 100644
--- a/source/com/c2kernel/process/Gateway.java
+++ b/source/com/c2kernel/process/Gateway.java
@@ -297,13 +297,10 @@ public class Gateway
throw new InvalidDataException("The agentDN " +agentDN+ " is invalid.", "");
}
} catch (ClusterStorageException e) {
- Logger.error(e);
throw new InvalidDataException(Language.translate("Error initialising storage")+Language.translate(". See log."), "");
} catch (ObjectNotFoundException e) {
- Logger.error(e);
throw new InvalidDataException(Language.translate("Invalid username/password"), "");
} catch (Exception e) {
- Logger.error(e);
throw new InvalidDataException(Language.translate("Could not log in")+": "+Language.translate(e.getMessage()), "");
}