起步软件技术论坛
搜索
 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 6996|回复: 2

[结贴] HTTP ERROR 500 : JSP support not configured

[复制链接]

32

主题

71

帖子

207

积分

中级会员

Rank: 3Rank: 3

积分
207
QQ
发表于 2018-1-29 11:54:45 | 显示全部楼层 |阅读模式
版本: 其它(帖子中说明) 小版本号:
数据库: 服务器操作系统: 应用服务器:
客户端操作系统: 浏览器:
本帖最后由 左眼皮跳跳 于 2018-1-29 11:59 编辑

1,从官网 ,下载,解压 BeX5 V3.6-Windows 2,从生产环境Copy过来 整个model文件夹,放在:BeX5 V3.6 下
3,打开运行Studio 和 打开 process.m 流程文件都报错误
4,请帮忙 指明原因,谢谢!

运行Studio报错误:
  1. HTTP ERROR 500

  2. Problem accessing /x5/error.jsp. Reason:

  3.     JSP support not configured
  4. Caused by:

  5. javax.servlet.ServletException: com.justep.ui.exception.UIException: ??: JUSTEP000014; ??: WINDOW????, ??"/UI2/system/designer/paas/login.w"???
  6.         at com.justep.ui.servlet.MainServlet.service(Unknown Source)
  7.         at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
  8.         at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:751)
  9.         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1666)
  10.         at com.justep.portal.filter.RedirectFilter.doFilter(Unknown Source)
  11.         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1645)
  12.         at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:564)
  13.         at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
  14.         at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:578)
  15.         at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
  16.         at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1111)
  17.         at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:498)
  18.         at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:183)
  19.         at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1045)
  20.         at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
  21.         at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:98)
  22.         at org.eclipse.jetty.server.Server.handle(Server.java:461)
  23.         at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:284)
  24.         at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
  25.         at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:534)
  26.         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:607)
  27.         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:536)
  28.         at java.lang.Thread.run(Thread.java:745)
  29. Caused by: com.justep.ui.exception.UIException: ??: JUSTEP000014; ??: WINDOW????, ??"/UI2/system/designer/paas/login.w"???
  30.         at com.justep.ui.exception.UIException.create(Unknown Source)
  31.         at com.justep.ui.WindowCompiler2.compile(Unknown Source)
  32.         at com.justep.ui.WindowServer2.compileWindow(Unknown Source)
  33.         at com.justep.ui.WindowServer2.service(Unknown Source)
  34.         ... 23 more
  35. Caused by:

  36. com.justep.ui.exception.UIException: ??: JUSTEP000014; ??: WINDOW????, ??"/UI2/system/designer/paas/login.w"???
  37.         at com.justep.ui.exception.UIException.create(Unknown Source)
  38.         at com.justep.ui.WindowCompiler2.compile(Unknown Source)
  39.         at com.justep.ui.WindowServer2.compileWindow(Unknown Source)
  40.         at com.justep.ui.WindowServer2.service(Unknown Source)
  41.         at com.justep.ui.servlet.MainServlet.service(Unknown Source)
  42.         at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
  43.         at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:751)
  44.         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1666)
  45.         at com.justep.portal.filter.RedirectFilter.doFilter(Unknown Source)
  46.         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1645)
  47.         at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:564)
  48.         at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
  49.         at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:578)
  50.         at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
  51.         at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1111)
  52.         at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:498)
  53.         at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:183)
  54.         at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1045)
  55.         at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
  56.         at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:98)
  57.         at org.eclipse.jetty.server.Server.handle(Server.java:461)
  58.         at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:284)
  59.         at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
  60.         at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:534)
  61.         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:607)
  62.         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:536)
  63.         at java.lang.Thread.run(Thread.java:745)
  64. Powered by Jetty://
复制代码


打开 process.m 流程文件,报错误 :
  1. <h2 style="color: rgb(0, 0, 0); font-family: &quot;Times New Roman&quot;; font-variant-numeric: normal; font-variant-east-asian: normal; line-height: normal;">HTTP ERROR 500</h2><p style="color: rgb(0, 0, 0); font-family: &quot;Times New Roman&quot;; font-size: medium; font-variant-numeric: normal; font-variant-east-asian: normal; line-height: normal;">Problem accessing /x5/error.jsp. Reason:</p><pre style="color: rgb(0, 0, 0); font-variant-numeric: normal; font-variant-east-asian: normal; line-height: normal;">    JSP support not configured</pre><p style="color: rgb(0, 0, 0); font-family: &quot;Times New Roman&quot;; font-size: medium; font-variant-numeric: normal; font-variant-east-asian: normal; line-height: normal;"></p><h3 style="color: rgb(0, 0, 0); font-family: &quot;Times New Roman&quot;; font-variant-numeric: normal; font-variant-east-asian: normal; line-height: normal;">Caused by:</h3><pre style="color: rgb(0, 0, 0); font-variant-numeric: normal; font-variant-east-asian: normal; line-height: normal;">javax.servlet.ServletException: com.justep.ui.exception.UIException: ??: JUSTEP000014; ??: WINDOW????, ??"/UI2/system/designer/process/index.html"???
  2.         at com.justep.ui.servlet.MainServlet.service(Unknown Source)
  3.         at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
  4.         at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:751)
  5.         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1666)
  6.         at com.justep.portal.filter.RedirectFilter.doFilter(Unknown Source)
  7.         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1645)
  8.         at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:564)
  9.         at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
  10.         at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:578)
  11.         at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
  12.         at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1111)
  13.         at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:498)
  14.         at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:183)
  15.         at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1045)
  16.         at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
  17.         at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:98)
  18.         at org.eclipse.jetty.server.Server.handle(Server.java:461)
  19.         at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:284)
  20.         at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
  21.         at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:534)
  22.         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:607)
  23.         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:536)
  24.         at java.lang.Thread.run(Thread.java:745)
  25. Caused by: com.justep.ui.exception.UIException: ??: JUSTEP000014; ??: WINDOW????, ??"/UI2/system/designer/process/index.html"???
  26.         at com.justep.ui.exception.UIException.create(Unknown Source)
  27.         at com.justep.ui.WindowCompiler2.compile(Unknown Source)
  28.         at com.justep.ui.WindowServer2.compileWindow(Unknown Source)
  29.         at com.justep.ui.WindowServer2.service(Unknown Source)
  30.         ... 23 more
  31. </pre><h3 style="color: rgb(0, 0, 0); font-family: &quot;Times New Roman&quot;; font-variant-numeric: normal; font-variant-east-asian: normal; line-height: normal;">Caused by:</h3><pre style="color: rgb(0, 0, 0); font-variant-numeric: normal; font-variant-east-asian: normal; line-height: normal;">com.justep.ui.exception.UIException: ??: JUSTEP000014; ??: WINDOW????, ??"/UI2/system/designer/process/index.html"???
  32.         at com.justep.ui.exception.UIException.create(Unknown Source)
  33.         at com.justep.ui.WindowCompiler2.compile(Unknown Source)
  34.         at com.justep.ui.WindowServer2.compileWindow(Unknown Source)
  35.         at com.justep.ui.WindowServer2.service(Unknown Source)
  36.         at com.justep.ui.servlet.MainServlet.service(Unknown Source)
  37.         at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
  38.         at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:751)
  39.         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1666)
  40.         at com.justep.portal.filter.RedirectFilter.doFilter(Unknown Source)
  41.         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1645)
  42.         at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:564)
  43.         at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
  44.         at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:578)
  45.         at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
  46.         at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1111)
  47.         at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:498)
  48.         at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:183)
  49.         at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1045)
  50.         at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
  51.         at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:98)
  52.         at org.eclipse.jetty.server.Server.handle(Server.java:461)
  53.         at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:284)
  54.         at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)
  55.         at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:534)
  56.         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:607)
  57.         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:536)
  58.         at java.lang.Thread.run(Thread.java:745)</pre>
复制代码











91

主题

13万

帖子

3万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
36185
发表于 2018-1-29 13:38:07 | 显示全部楼层
不要整个model拷贝,只拷贝BIZ和UI2下自己的项目资源

企业版中的model是没有设计器需要的文件的
远程的联系方法QQ1392416607,添加好友时,需在备注里注明其论坛名字及ID,公司等信息
发远程时同时也发一下帖子地址,方便了解要解决的问题  WeX5教程  WeX5下载



如按照该方法解决,请及时跟帖,便于版主结贴
回复 支持 反对

使用道具 举报

32

主题

71

帖子

207

积分

中级会员

Rank: 3Rank: 3

积分
207
QQ
 楼主| 发表于 2018-1-29 15:32:48 | 显示全部楼层
已解决,谢谢
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|X3技术论坛|Justep Inc.    

GMT+8, 2025-7-4 17:08 , Processed in 0.057513 second(s), 25 queries .

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表