0
Tapestryには新しいので、ある種の例外が本当に意味するものを失ってしまいました。 TapestryのドキュメントとGoogleの検索は限られています。はい、私は現時点ではレガシーアプリケーションをサポートしていますが、アップグレードする予定です。その間、誰かが、次の例外が何を意味するのか、それが(一般的に)何が起こるのかについて、何らかの光を当てることができますか?私はあなたが正確な答えを持っていないことを知っていますが、私はこれを引き起こす可能性のある一般的な方向性や考えを探しています。Tapestryランタイム例外「複数のアクティブなテンプレートデータは許可されていません」
タペストリーバージョン:5.3.8 Tomcatの:あなたが何を見に検討する必要がありますので、8
Machine: xxx-xxx-xxxx-xxxx-xxxx-xxxx
Mode: Production
User ID: xxxxxxx
Patient ID: xxxxxxx
Practice: xxxxx xxxxx xxxxx xxx xx
For: xxx.xxx.xxx.xxx
User Role: xxxx xxxxx xxxxxx
Request Path: https://www.somewebsite.net/app/dashboard/chart.component.form
XMLHttpRequest: true
org.apache.tapestry5.runtime.ComponentEventException
multiple active template data is not allowed. appUserId=xxxxxxx patientAppUserId=xxxxxx
context
eventType
location
org.apache.tapestry5.ioc.internal.OperationException
multiple active template data is not allowed. appUserId=xxxxxxx patientAppUserId=xxxxx
location
trace
org.apache.tapestry5.runtime.ComponentEventException
multiple active template data is not allowed. appUserId=xxxxxx patientAppUserId=xxxxxx
context
eventType
location
java.lang.RuntimeException
multiple active template data is not allowed. appUserId=xxxxx patientAppUserId=xxxxxxx
com.ageology.amsa.services.practice.PhysicalExamTemplateService.getDefaultTemplateId(PhysicalExamTemplateService.java:182)
$IPhysicalExamTemplateService_153b979dc40fb2.getDefaultTemplateId(Unknown Source)
$IPhysicalExamTemplateService_153b979dc3ec0c.getDefaultTemplateId(Unknown Source)
com.ageology.amsa.components.physiciandashboard.PhysExamComponent.initData(PhysExamComponent.java:222)
com.ageology.amsa.components.physiciandashboard.PhysExamComponent.onSuccessFromPhysicalExamForm(PhysExamComponent.java:234)
com.ageology.amsa.components.physiciandashboard.PhysExamComponent.dispatchComponentEvent(PhysExamComponent.java)