Quantcast
Channel: DOCU - Foren
Viewing all 6543 articles
Browse latest View live

Administration - Installation - Core: Re : Re: Determine number of Apache Front-end needed

$
0
0
Thank you for your answer, it really helps!

Administration - Installation - Core: Re: Update 5.3 -> 5.4, database step 5336 is very slow

$
0
0
The problem is, that the query which determines the value for the field "first_login" is highly unoptimized. It joins the tables usr_data and read_event using no indexes at all. If you have a larger database, consisting of thousands of users and maybe millions of read events, this will take a LOT of time.

A workaround for this is introducing a temporary index in mysql, which speeds up the query in the update step 5336 tremendously:

CREATE INDEX foo ON read_event(usr_id);

After the update you may want to remove this index again:

DROP INDEX foo ON read_event;

Edit: I opened a bug report in Mantis, since I suspect there will be a lot of larger installations out there that will face the same issue: https://docu.ilias.de/goto_docu_frm_1875_5832.html

Administration - Installation - Core: Re (2): Update 5.3 -> 5.4, database step 5336 is very slow

$
0
0
Great! I made another test run of the update, and added the index as you suggested. Now step 5336 was done in less than a minute.
Thank you very much!

Didactic Template Forum: Will be completed

$
0
0
Zitat (Florian Suittenpointner (suittenpointner))

However, there's still some things do to, which I've visibly declared each.


 Thanks a lot. I added some things today but have not done all the work I wanted. So I am still on it. Halt deine Füsse still, auch wenns schwerfällt! ;-)

Administration - Installation - Core: Re: Re (2): Update 5.3 -> 5.4, database step 5336 is very slow

$
0
0
Awsome! Thx @klaus for reporting and @robin for sharing your insight and solution!

Administration - Installation - Core: Re (2): Message in job "Delete Trash Bin": Cron job deactivated because it has been inactive for 3 hours SYSTEM

$
0
0

Sometimes it takes long time, when there are a lot of items to delete.


You can use so same functionality in the ILIAS Administration menu, to delete the items manually.




You can find this under "Administration >> System Check >> Deleted Objects"


Cause runtime issues, it is recommended to delete only a few files every run.



Anmerkung20190603092019.jpg



Didactic Template Forum: (Nearly) Completed

$
0
0
The list for 5.4 is completed (no ECS, no plug-ins) and tested:
https://docu.ilias.de/goto_docu_pg_43219_2798.html
There had been changes since 5.3, it seems, so I had to adapt some older entries.

I had no success with "Blog: Contribute: User can create postings". I tried it with
<operation group="blog">contribute</operation>
and
<operation group="blog">create</operation>

I will ask the developer.

Thank you, suittenpointner, for all the work you had done before.

Plugins and Add-ons: ILIAS und Evasys

$
0
0
Liebe Alle

Gerne veröffentliche ich den Hinweis von Sven Meyer (Electricpaper) weiter. Electricpaper arbeitet ähnlich wie die ILIAS-Community mit Special Interests Groups. Um zu klären, welche Anforderungen an ein zukünftiges ILIAS-Evasys Plugin gestellt werden, wurde auf dem Community-Portal von Electricpaper eine SIG eröffnet, und ein erster Workshop durchgeführt.

Ziel einer Auftaktveranstaltung war es, gemeinsam die Möglichkeiten einer Integration von EvaSys/EvaExam und ILIAS zu beleuchten. Nun geht es darum, die Umsetzung eines möglichen ILIAS Plug-ins zu planen und die Ergebnisse des Workshops aufzuarbeiten.

Die Mailing:
https://35004.seu.cleverreach.com/m/13390782/0-b37e3a51d0d45295fba5eb9678100846

Die SIG:
https://community.evasys.de/groups/sig-ilias

Konto eröffnen:
• Loggen Sie sich in EvaSys bzw. EvaExam mit Ihren Zugangsdaten ein. 
• Im Menü „Extras“ finden Sie den Unterbereich „Community-Plattform: Registrieren und Anmelden“.
• Wählen Sie "Registrieren", können Sie sich ein Nutzerkonto für die Community-Plattform anlegen. 
• Sobald Ihr Konto angelegt ist, erhalten Sie eine E-Mail-Bestätigung.
• Wählen Sie "Anmelden", werden Sie zum Anmeldebildschirm der Community-Plattform weitergeleitet.



Liebe Grüsse, Hansjörg Lauener



Lieber Herr Lauener,


wir haben soeben ein Mailing versendet an die uns bekannten Interessenten (s.u.).


Bitte leiten Sie es gern an potentiell interessierte Parteien weiter. Jede Organisation, die EvaSys oder EvaExam einsetzt, hat die Möglichkeit unbegrenzte Community-Konten zu erzeugen. Hierfür muss lediglich ein EvaSys/EvaExam-Benutzerkonto vorliegen. Über Extras / Community kann man sich dann wie unten in der Mail auch beschrieben ein Community-Konto einrichten bzw. auch einrichten lassen, d.h. es besteht keine Verknüpfung zwischen dem jeweiligen EvaSys/EvaExam-Konto und dem Community-Konto. Somit könnten also Personen aus dem IT-Umfeld, die mit unseren Produkten eher am Rande in Berührung kommen, durchaus gern in die Community und dort in die SIG ILIAS eingeladen werden.


Viele Grüße,


Sven Meyer


Plugins and Add-ons: JAR-File auf Ilias laufen lassen

$
0
0
Guten Tag
Ich habe versucht, das Thema zu suchen in der Hoffnung, dass mein Problem schon mal behandelt/gelöst wurde. Falls ich nicht richtig gesucht habe, entschuldige ich mich bereits im Voraus und freue mich, wenn Sie mir den Link für meine Frage zukommen lassen.

Ich habe ein veraltetes CBT (Executable Jar File) , das ich LOCAL auf C: laden muss, damit das Programm überhaupt läuft. Im Hintergrund wird ein Batch ausgelöst , und erst dann kann ich eine Simulation durchführen.
Nun möchte ich gerne das Programm direkt im Ilias laufen lassen, damit die TN einfach das Programm ausführen können.

Gibt es hier eine Möglichkeit wie ich vorgehen kann?
Ich würde mich sehr auf Eure Unterstützung freuen.
LG
lili_



Plugins and Add-ons: JAR-File auf Ilias laufen lassen

$
0
0
Hi,
der Beschreibung nach ist das Programm alt und obendrein mit hartkodierten Rahmenbedingungen verknüpft. Es vernünftig mit ILIAS zu koppeln stelle ich mir problematisch vor.

Prinzipiell wäre der gängige Weg ein Plugin. In diesem Fall vielleicht PageComponent (Simulationen z.B. im Lernmodul anzeigen) oder Repository (Simulationen als neues Magazinelement). Das auf dem Server liegende oder per CURL oder SSH sonstwo erreichbare Programm müsste ILIAS seine Daten zur Weiterverarbeitung via PHP zur Browserausgabe bereitstellen können. Über den Browser oder vom Plugin vorgegeben müsste das Java-Programm zuvor auch seine Aufruf-/Eingabeparameter erhalten können, also irgendeine Form von API besitzen. Um es direkt im Browser zu laden und auszuführen bedarf es der Portierung zu einem Java-Applet, was aber tote Technologie ist.

Im Plugin erfolgt der Aufruf beispielsweise über 
$input = 'java '.$params['jvm'].' -jar '.$path_to.'my.jar'.' '.$filename.'  '.$params['myparam1'].' '.$params['myparam2'].' 2>&1';
$errorString =shell_exec($input);

Administration - Installation - Core: Cannot copy courses after update

$
0
0

Hallo,


Ich habe ILIAS kürzlich auf 5.4.2 aktualisiert, das Update verlief reibungslos und es gab keine Probleme, jetzt jedoch verursacht das Kopieren eines Kurses einen Fehler. Ich habe den Stack-Trace unten aufgenommen.


Ich habe die Berechtigungen überprüft und es gibt keine Probleme damit.


Ich benutze ILIAS seit 2015 und hatte noch nie zuvor ein derartiges Problem.

Jede Hilfe wäre sehr dankbar.

----


Hello,


I have recently updated ILIAS to 5.4.2, the update went smoothly and there were no issues, however, now when copying a course causes an error. I have included the Stack Trace below.


I have checked permissions and there are no issues with that.


I have been using ILIAS since 2015 and have not had an issue like this before so I am a bit lost as to what to do.




[8ngfb] [2019-06-06 05:25:42.002914] root_root.INFO: ilContainer::cloneAllObject:1295 ilContainer::cloneAllObject: Trying to call Soap client...
[8ngfb] [2019-06-06 05:25:42.003013] root_wsrv.DEBUG: ilSoapClient::init:683 Using wsdl: https://training.chelmsfordstar.coop/webservice/soap/server.php?wsdl
[8ngfb] [2019-06-06 05:25:42.003077] root_wsrv.DEBUG: ilSoapClient::init:683 Using connection timeout: 10
[8ngfb] [2019-06-06 05:25:42.003121] root_wsrv.DEBUG: ilSoapClient::init:683 Using response timeout: 5
[8ngfb] [2019-06-06 05:25:42.003160] root_wsrv.DEBUG: ilSoapClient::setSocketTimeout:149 Default socket timeout is: 60
[8ngfb] [2019-06-06 05:25:42.003195] root_wsrv.DEBUG: ilSoapClient::setSocketTimeout:149 WSDL mode, using socket timeout: 10
[8ngfb] [2019-06-06 05:25:42.044098] root_wsrv.WARNING: ilSoapClient::init:683 Soap init failed with message: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://training.chelmsfordstar.coop/webservice/soap/server.php?wsdl' : failed to load external entity "https://training.chelmsfordstar.coop/webservice/soap/server.php?wsdl"

[8ngfb] [2019-06-06 05:25:42.044197] root_wsrv.DEBUG: ilSoapClient::resetSocketTimeout:163 Restoring default socket timeout to: 60
[8ngfb] [2019-06-06 05:25:42.044244] root_wsrv.DEBUG: ilSoapClient::resetSocketTimeout:167 Restoring default socket timeout to: 60
[8ngfb] [2019-06-06 05:25:42.044289] root_obj.WARNING: ilContainer::cloneAllObject:1295 SOAP clone call failed. Calling clone method manually
[8ngfb] [2019-06-06 05:25:42.044923] root_root.ERROR: ilErrorHandling::{closure}:50 2 include_once(./webservice/soap/include/inc.soap_functions.php): failed to open stream: No such file or directory in /var/www/html/Services/Container/classes/class.ilContainer.php:693
[8ngfb] [2019-06-06 05:25:42.106952] root_auth.DEBUG: ilAuthSession::init:1110 Resuming old session for user: 6
[8ngfb] [2019-06-06 05:25:42.110684] root_init.DEBUG: ilUserRequestTargetAdjustment::adjust:1638 ilUserRequestTargetAdjustment already passed in the current user session.



Administration - Installation - Core: Re: Cannot copy courses after update

$
0
0
Erwähnenswert ist, dass die Verwaltung über SOAP deaktiviert ist.

-----

What would be worth mentioning is that administration via SOAP is disabled.

Administration - Installation - Core: Re(2): Cannot copy courses after update

$
0
0

Habe das gerade an Lernsequenzen und Gruppen getestet. Ich bekomme das gleiche Problem, es scheint, dass alles, was eine Array-Kopie ist, immer abstürzt.


Der Systemadministrator ist sehr beschäftigt, so dass ich einige Wochen lang keinen Zugriff auf das Backup habe - auch dann bin ich nicht sicher, ob ich die SOAP-Datei finde, falls sie während des Updates verschwunden ist.

----


Just tested this on learning sequence and groups. I get the same issue, it appears anything that is an array copy keeps crashing.


The system administrator is very busy so I do not have access to the back up for a couple of weeks - even then I am not sure if I will find the SOAP file, in case it has disappeared during the update.

Plugins and Add-ons: JAR-File auf Ilias laufen lassen

$
0
0
Guten Tag
Herzlichen Dank für die Antwort.
Ich bin leider nicht so versiert und habe nicht alles verstanden. Aber nachem ich anhand Ihrer Nachricht noch  weiter recherchiert habe, gehe ich davon aus, dass ich jemanden brauche, der das Programm für mich "umprogrammiert" - damits online abpsielbar ist. Oder halt ein Plugin zur Verfügung stellt. 
All diese Möglichkeiten habe ich nicht, weil ich nicht genau weiss was ich brauche. 
Gibt es eine Stelle, die sich gegen Entgelt dem widmet? Gibt es Unternehmen / Freelancer für so Sachen?
Ich bin whol nicht die erste, die so etwas machen will, oder?
LG

Administration - Installation - Core: wrong url/redirect after login or error on fresh new install

$
0
0
Hi,
After a fresh new installation, I cannot access the main page after login.

- setup page is accessible on https://.../setup/setup.php?cmd=preliminaries  NO PROLEM
- login page is accessible on https://.../login.php

But,

after login, I get an error message on the browser "page is wrong redirected" and so a blank page. It's like https is not working well. The new URL shown on the browser is then :

https://.../ilias.php?cmd=showPassword&cmdClass=ilpersonalsettingsgui&cmdNode=xr:qy&baseClass=ilpersonaldesktopgui,%20https://.../error.php,%20https://.../error.php

In addition, I attached the error log

Administration - Installation - Core: Re(3): Cannot copy courses after update

$
0
0
Was passiert denn, wenn du den Soap-Haken setzt? Der Haken muss gesetzt sein, um Copy-Probeme zu vermeiden, das weiß ich aus der Vergangenheit.

Administration - Installation - Core: Re: wrong url/redirect after login or error on fresh new install

Administration - Installation - Core: Re: ILIAS 5.4: WebDAV folders without content

Administration - Installation - Core: Re : Re: wrong url/redirect after login or error on fresh new install

$
0
0
Thank you, but I cannot find any way to solve the problem.

Administration - Installation - Core: Re(4): Cannot copy courses after update

$
0
0

Wolfgang,


Danke für Ihre Antwort.


Leider habe ich in keinem Zusammenhang Erfahrung mit SOAP-Hooks. Könntest du dabei überhaupt helfen? Auch eine gute Quelle oder ein Link zur Dokumentation wäre sehr dankbar.




Beste Grüße

Yanis






 Reply Toggle Dropdown


Viewing all 6543 articles
Browse latest View live