Implem / Implem.Pleasanter

Pleasanter is a no-code/low-code development platform that runs on .NET. You can quickly create business applications with simple operations.
https://pleasanter.org
GNU Affero General Public License v3.0
511 stars 81 forks source link

Pleasanter_1.3.29.0 on Ubuntu 22.04 LTS x PostgreSQL 14.6 にて ユーザ・グループ・組織 のエクスポート時に「内部サーバエラーが発生しました。」が発生 #454

Closed tatsuyasenbom closed 1 year ago

tatsuyasenbom commented 1 year ago

下記現象を確認しました。ログを確認したのですが原因を特定できず、お手数をおかけしますが、ご確認いただければ幸いです。

また、Pleasanter_1.3.29.0 on Windows Server 2019 x SQL Server 2017 の環境下では、下記の同じ操作で本現象は発生しないことを確認しております。

環境

現象

  1. ユーザ https://localhost/users /グループ https://localhost/groups /組織 https://localhost/depts ページに遷移しフッターエクスポートボタンを押下
  2. 表示されたダイアログ上のエクスポートボタンを押下
    • image
  3. 内部サーバエラーが発生しました。を確認
    • image

ログ

root@SV-IMS:~# sudo su - postgres
postgres@SV-IMS:~$ psql -U postgres
psql (14.6 (Ubuntu 14.6-1.pgdg22.04+1))
Type "help" for help.

postgres=# \c "Implem.Pleasanter"
You are now connected to database "Implem.Pleasanter" as user "postgres".
Implem.Pleasanter=# select * from "SysLogs" order by "CreatedTime" desc;
CreatedTime SysLogId Ver SysLogType OnAzure MachineName ServiceName TenantName Application Class Method RequestData HttpMethod RequestSize ResponseSize Elapsed ApplicationAge ApplicationRequestInterval SessionAge SessionRequestInterval WorkingSet64 VirtualMemorySize64 ProcessId ProcessName BasePriority Url UrlReferer UserHostName UserHostAddress UserLanguage UserAgent SessionGuid ErrMessage ErrStackTrace InDebug AssemblyVersion Comments Creator Updator UpdatedTime
2023-01-24 08:14:10.363 3573 1 10 ims:Unix 5.15.0.58 Implem.Pleasanter Implem.DefinitionAccessor binaries tenantimagelogo GET 1276 4.0123 22575667.4984 334.1998 22564362.3889 363.1949 431722496 12812185600 54104 dotnet https://localhost/binaries/tenantimagelogo/?20221222024110 https://localhost/users 192.168.4.101 192.168.4.101 ja Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 0CD2A81B8E524BFF9B612EFAAF1370AA 1.3.29.0 2 2 2023-01-24 08:14:10.367
2023-01-24 08:14:10.029 3572 1 10 ims:Unix 5.15.0.58 Implem.Pleasanter Implem.DefinitionAccessor users index GET 69784 19.7937 22575333.2985 141592.7676 22564028.1888 28.9506 431722496 12812165120 54104 dotnet https://localhost/users https://localhost/depts 192.168.4.101 192.168.4.101 ja Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 0CD2A81B8E524BFF9B612EFAAF1370AA 1.3.29.0 2 2 2023-01-24 08:14:10.049
uchi-ta commented 1 year ago

貢献ありがとうございます。下記のリリースにて修正しました。 https://github.com/Implem/Implem.Pleasanter/releases/tag/Pleasanter_1.3.29.1

tatsuyasenbom commented 1 year ago

貢献ありがとうございます。下記のリリースにて修正しました。 https://github.com/Implem/Implem.Pleasanter/releases/tag/Pleasanter_1.3.29.1

1.3.29.1 にて現象が改善していることを確認しました。早々にご対応いただきありがとうございました。

image