Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
English |
---|
In the Processes tab of your Joget app, images of your processes will be generated and updated under certain circumstances (e.g. process diagram update). The images may not get generated under certain circumstances. The message below will stay the same for a prolonged period or you may get a blank image if the generation fails. |
Thai |
---|
ในแท็บกระบวนการของแอป Joget ของคุณรูปภาพของกระบวนการของคุณจะถูกสร้างและอัปเดตภายใต้สถานการณ์บางอย่าง (เช่นการปรับปรุงไดอะแกรมกระบวนการ) รูปภาพอาจไม่ถูกสร้างขึ้นในบางสถานการณ์ ข้อความด้านล่างจะยังคงเหมือนเดิมเป็นระยะเวลานานหรือคุณอาจได้รับภาพว่างเปล่าหากการสร้างล้มเหลว |
Figure 1: Process thumbnail not being generated
Thai |
---|
รูปที่ 1: ไม่ได้สร้างภาพขนาดย่อของกระบวนการ |
...
Start up your Joget server using the same user with the permission to access the folder.
Thai |
---|
ปัญหาที่เป็นไปได้ 1 - สิทธิ์การเข้าถึงโฟลเดอร์โฮม
เริ่มต้นเซิร์ฟเวอร์ Joget ของคุณโดยใช้ผู้ใช้เดียวกันด้วยสิทธิ์ในการเข้าถึงโฟลเดอร์ |
Thai |
---|
ปัญหาที่เป็นไปได้ 2 - ข้อผิดพลาด java.awt.headless |
Code Block |
---|
Caused by: java.awt.HeadlessException: No X11 DISPLAY variable was set, but this program performed an operation which requires it. at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:207) |
...
The server that hosts Joget may not have full graphic support, therefore, you can try to run the server in headless mode by adding the following parameter to the startup script (i.e. tomcat6.sh) under JAVA_OPTS.
Thai |
---|
เซิร์ฟเวอร์ที่โฮสต์ Joget อาจไม่มีการสนับสนุนกราฟิกเต็มรูปแบบดังนั้นคุณสามารถลองเรียกใช้เซิร์ฟเวอร์ในโหมด headless โดยเพิ่มพารามิเตอร์ต่อไปนี้ในสคริปต์เริ่มต้น (เช่น tomcat6.sh) ภายใต้ JAVA_OPTS |
Code Block |
---|
-Djava.awt.headless=true |
More references:
Thai |
---|
การอ้างอิงเพิ่มเติม: |
http://stackoverflow.com/questions/5576986/servlet-giving-error-java-lang-noclassdeffounderror
...
Thai |
---|
ปัญหาที่เป็นไปได้ 3 - ปัญหาโดเมน / DNS / การกำหนดเส้นทาง |
Code Block |
---|
ERROR 04 Nov 2014 22:47:22 org.joget.workflow.util.XpdlImageUtil - Error generating xpdl image [processDefId=ABC#7#WPIApplication] java.net.ConnectException: Connection refused: connect |
...
If you are facing similar issue such as this, try to modify your host file so that it would redirect to your localhost.
Example:-
Thai |
---|
การเรียก http จะเกิดขึ้นเมื่อมีการสร้างภาพขนาดย่อของกระบวนการ หากคุณกำลังประสบปัญหาที่คล้ายกันเช่นนี้ modify your host file โฮสต์ของคุณเพื่อที่จะเปลี่ยนเส้นทางไปยัง localhost ของคุณ ตัวอย่าง:- |
Code Block |
---|
# ip<space>domain 201.225.100.01 localhost |
...
If you have tried out the solutions above and still can't get it to work, then you may try to clear the cached images from your Joget home folder (typically located at [USER]/wflow/app_xpdlImages ) Refresh your browser page so that it will attempt to generate new thumbnails again.
Thai |
---|
ปัญหาที่เป็นไปได้ 4 - อิมเมจของกระบวนการแคชที่ล้าสมัย
|
Thai |
---|
องค์ประกอบที่เกี่ยวข้อง |
...