Lotus Notes / Domino Sonstiges > Companion Products
Quickr nach Installation nicht aufrufbar
(h)uMan:
Hallo,
kann mir jemand eine originale Quickr 8.2 (FP13) resourcse.nsf (\Data\LotusQuickr\resources.nsf) senden.
Unsere ist "verbastelt" und ein Backup wurde leider vorher nicht erstellt :-\
(h)uMan:
hab jetzt die resource.nsf aus dem FP13 wieder aktiv.
Quickr Login-Screen kommt, Anmeldung mit Domino Internet-Kennwort funktioniert.
Danach ist aber Stillstand, der Browser wartet auf http://quickrserver.firma.de/LotusQuickr/lotusquickr/Main.nsf/h_Toc/22049553d70e00ef85256bb60054a7cb/?OpenDocument
Im Seitenquelltext steht:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd" >
<!-- Copyright IBM Corporation 1987, 2009. All Rights Reserved. -->
<!-- IBM LOTUS QUICKR VERSION: 820013.004 | Built On Domino: Build V85_12052008-->
<!-- IBM LOTUS QUICKR VERSION: 820013.004 | Release: 8,2,0,13 | Build: QRD8.2.0.13-004a -->
<HTML>
<HEAD>
<link rel="shortcut icon" href="/qphtml/html/common/quickr.ico">
Bei einem "tell http quit" wird ins Server Log geschrieben:
HTTP Server: Waiting for session to finish: Session State [Processing Request] Session ID [5400] Thread ID [2440 (0x988)] GET /servlet/QuickrSupportUtil?type=combinestyles&key=/qphtml/skins/common/themes/nls/en/core.css;/qphtml/skins/common/themes/nls/en/defaultTheme.css;/qphtml/skins/setup/nls/en/setup.css HTTP/1.1
Woran liegt das nur? Hab keine Ahnung, wo ich noch suchen soll ...
atbits:
Hast Du es so gemacht wie hier beschrieben?
http://wiki.urspringer.de/doku.php/qfaq/tutorials_howtos_etc/installing_quickr82
Du mußt uns schon mehr Infos geben, wie läuft die Anmeldung (Domino oder LDAP)?
Hast Du die Web-Konfiguration im Serverdokument (Servlet, UTF-8, etc.) gemacht und Session-Authentication aktiviert ...
Grüße David
(h)uMan:
die Domino Web-Konfiguration habe ich so gemacht wie im Tutorial beschrieben.
Inhalt der qconfig.xml hatte ich ja schon gepostet.
Hier noch ein Auszug aus der notes.ini des Quickr Servers:
; **** INI settings needed by Lotus Quickr ****
QRD_InstallType=2
QuickPlaceSubdirectory=LotusQuickr
QuickPlaceStandalone=0
QuickPlacePassword=(FG7P6doB5CVBb0Blha2u)
QuickPlaceAdmin=CN=aquickr/OU=QP/O=Firma
QuickPlaceUpgradeServerOnStartup=0
QuickPlaceEnableVersionCheck=1
QuickPlaceServerSettings=1
QPJC1=d:\LOTUS\DOMINO\BIN\quickplace.jar
QPJC2=d:\LOTUS\DOMINO\BIN\log4j-118compat.jar
;* Allows anonymous access to files in the HTML directory
NoWebFileSystemACLs=1
;* Make all URL forms include the Place name in the URL
h_ScopeUrlInQP=1
;* Enable Domino Offline Services (DOLS) / You can comment this out of offline capability of Quickr is not used
EXTMGR_ADDINS=nqpextmgr.dll
CheckCacheBeforeDSAPI=1
;* Maximum Level of nested groups in LDAP directory (set as low as possible for performance reasons!)
QuickPlaceNestedGroupLimit=3
;* Defines the name used for Quickr generated e-mails for newsletters.
h_UndelivMail=Firma - LotusQuickr
;* Defines the domain used for Quickr generated e-mails for newsletters.
$h_MailDomain=firma.de
$h_Hostname=quickrserver.firma.de
;* Together the h_Undelivmail field and the $h_MailDomain field are used to create the complete e-mail
; address for Quickr generated e-mails. The e-mail address format is as follows: <h_Undelivmail>@<$h_MailDomain>
; Default Versioning if not specified (for places created before Quickr 8.1)
h_VersionType=explicit
;* Specify non-default timing for user lookup UI (ms; Default=300)
QuickPlaceLookupTimer=1000
;SHYN7LATXP - Two managers editing the same document can create save/replication conflict with no warning given to the second editor.
;QuickPlaceShowConflictWarning=1
; Print more meaningful error message during login in case of no access to a place
QuickPlacePassReasonType=1
; PNOT7DZQCG - In Accessibility Mode, changes to color schemes are not retained.
QuickrTimeStamp=1
; Fix issue with percent sign in URL
HTTPAllowDecodedUrlPercent=1
; Control Fulltext Indices (max Filesize: 32 MB, ignore some attachment types)
FTG_INDEX_LIMIT=25165824
FT_INDEX_IGNORE_ATTACHMENT_TYPES=*.BMP,*.ZIP,*.ID,*.SHB,*.GIF,*.JPG,*.NSF,*.NTF,*.EML,*.EXE,*.DLL,*.CAB,*.PNG,*.WAV,*.JPE,*.JPEG,*.AVI,*.MPG,*.MPEG,*.MP3
; Control max heap size of JVM
HTTPJVMMaxHeapSize=256M
JavaUserClassesExt=QPJC1,QPJC2
; Enable Webcache (however, should already be turned on by default)
QuickPlaceWebCacheEnabled=1
; Stufe der Cacheprotokollierung. 1 allgemeinste, 3 die ausführlichste Stufe. Wird in die log.nsf geschrieben
QuickPlaceWebCacheLog=1
; Set Cache directory to a different drive (only if you have a dedicated or less used drive available in your configuration)
QuickPlaceWebCacheDir=C:\Temp\
; Delete old cache entires after 60 minutes
QuickPlaceWebCacheGCIntervalInMIN=60
; Increase the size of the cache directory (you can increase that up to 4096 MB if you have enough space on the drive available
QuickPlaceWebCacheLimitInMB=1024
; Increase the number of cached user entries
QuickPlaceMaxCachedUsers=100
; Set the time when cached user entries expire to 24h
QuickPlaceExpireCachedUsers=86400
; QuickPlace implements its own user cache, therefore, not using the Domino user cache does not effect performance.
DisableUserCacheForUrl=/LotusQuickr/
DisableUserLookupForUrl=/LotusQuickr/
; Optimize number of cached databases. To get the correct value:
; Calculate ratio of the following statistics: Database.DbCache.Hits / Database.DbCache.Hits.InitialDbOpens
; If this ratio is low, you might consider increasing NSF_DbCache_Maxentries
; NSF_DBcache_Maxentries=xx
; Change the behaviour how HTTP requests are assigned to threads
HTTPQueueMethod=1
; For large servers: View/fulltext index updates only every 90 minutes (or better 120 on large servers)
UPDATE_SUPPRESSION_TIME=90
; Increase number of update tasks (a number equal to or one less than your number of CPUs))
UPDATERS=2
; Disable the user/pwd prompts during the create place process
; CAUTION: This is normally used together with third party authentication tools and might have unexpected side effects
; if you use it with native LDAP authentication. So use this on your own risk. You will need the second parameter also!
; QuickPlaceUseDSAPIDNs=1
; QuickPlaceNormalizeMemberAliasToLDAP=1
; For uploading very large files via the Quickr connectors you may need to set the following parameters.
; Files will then be buffered on disk during upload instead held in memory. Do only use this if really needed.
; The specified directory should be on a low used drive.
; You may also need to increase the timeout values on the user workstations.
; See http://www-01.ibm.com/support/docview.wss?rs=3264&uid=swg21304758 for more details
; QuickPlaceLargeRequestOnFile=1
; QuickPlaceLargeRequestDir=X:\BufferDirectory
; RELS7KNUHE - With versioning enabled, searching for content returns all versions of any document that matches the search criteria.
h_DisplayNoVersions=1
; ESEO7XMKW6 - Under certain circumstances when going through a proxy, the download file servlet tries to download via http instead of https
; h_ServletDownloadForceSSL=1
; GALI83LL7G - Using a theme that supports expandable folders in the table of contents does not sort according to the selected sort order from the folder options
LotusQuickrFolderResequence=1
novakenstein:
Hallo an alle,
wenn nach einer Quickr 8.2 Installation kein Bild kommt, dann liegt dass daran, dass das Quickr Servlet nicht geladen werden kann.
Dafür braucht es den "Domino Servlet Manager" - dieser wird NICHT automatisch (anders als bei der Sametime Installation) durch die Installation aktiviert.
Servedox > Internet Protocols > Domino Web Engine > Java servlet support "Domino Servlet Engine"
HTTP neu starten
PS: die qpconfig.xml muss nicht existieren, da gewisse Informationen bereit durch Vorgabeparameter verwendet werden; allerdings
sollten bestimmte Konfigurationen (siehe Urspringer) definiert werden (z.B. LDAP usw.)
Navigation
[0] Themen-Index
[#] Nächste Seite
[*] Vorherige Sete
Zur normalen Ansicht wechseln