简体   繁体   English

Weblogic管理控制台登录问题

[英]Weblogic Admin console Login Issue

Today i tried to create one queue and activate the changes. 今天,我尝试创建一个队列并激活更改。 But during activating, got one error cvc-enumeration-valid: string value 'No-Delivery' is not a valid enumeration value for delivery-mode-type . 但是在激活过程中,出现了一个错误cvc-enumeration-valid: string value 'No-Delivery' is not a valid enumeration value for delivery-mode-type

Without discarding the changes, i stopped admin server and executed the start script. 在不放弃更改的情况下,我停止了管理服务器并执行了启动脚本。 Then the server came in running mode as per log. 然后服务器按照日志进入运行模式。 But when entered valid user credential and tried LOGIN, getting the below error in log and error page is redirected: 但是,当输入有效的用户凭证并尝试登录时,将重定向在日志和错误页面中出现以下错误:

--> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/jsp/common/CriticalError.jsp.> 

-->> [weblogic.servlet.internal.WebAppServletContext@fba6318 - appName: 'consoleapp', name: 'console', context-path: '/console', spec-version: '2.5'] Servlet failed with Exception
java.lang.IllegalStateException: Response already committed
        at weblogic.servlet.internal.ServletResponseImpl.objectIfCommitted(ServletResponseImpl.java:1553)
        at weblogic.servlet.internal.ServletResponseImpl.sendRedirect(ServletResponseImpl.java:838)
        at javax.servlet.http.HttpServletResponseWrapper.sendRedirect(HttpServletResponseWrapper.java:136)

-->><AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1458043812532> <BEA-141244> <Schema validation errors while parsing jms/gerpjmsmodule-jms.xml - string value 'No-Delivery' is not a valid enumeration value for delivery-mode-type in namespace http://www.bea.com/ns/weblogic/weblogic-jms> 
-->>Console encountered the following error java.lang.RuntimeException: weblogic.management.provider.EditFailedException: 
        at weblogic.management.mbeanservers.edit.internal.EditServiceMBeanImpl.getDomainConfiguration(EditServiceMBeanImpl.java:67)


-->>[weblogic.servlet.internal.WebAppServletContext@fba6318 - appName: 'consoleapp', name: 'console', context-path: '/console', spec-version: '2.5'] Servlet failed with Exception
java.lang.IllegalStateException: Response already committed
        at weblogic.servlet.internal.ServletResponseImpl.objectIfCommitted(ServletResponseImpl.java:1553)
        at weblogic.servlet.internal.ServletResponseImpl.sendRedirect(ServletResponseImpl.java:838)
        at javax.servlet.http.HttpServletResponseWrapper.sendRedirect(HttpServletResponseWrapper.java:136)

From attached snippets I can see below error. 从附加的片段中,我可以看到以下错误。

<Schema validation errors while parsing jms/gerpjmsmodule-jms.xml - string value 'No-Delivery' is not a valid enumeration value for delivery-mode-type in namespace http://www.bea.com/ns/weblogic/weblogic-jms>

There is something wrong with the JMS Module configured. 配置的JMS模块出问题了。 Can you try to untarget this module and try to start server? 您可以尝试取消此模块的定位并尝试启动服务器吗?

Untarget it from config.xml manually. 手动将其从config.xml中取消定位。

It seems you are using an old version of weblogic (older than 10.3.4). 似乎您正在使用旧版本的weblogic(早于10.3.4)。

This is a known bug, more details can be found from: http://www.javamonamour.org/2012/11/weblogic-bug-when-setting-override.html 这是一个已知的错误,可以从以下网站找到更多详细信息: http : //www.javamonamour.org/2012/11/weblogic-bug-when-setting-override.html

There you can find workarounds, and in 10.3.4 was solved by bug: 8617285 Administration Console 10.3.4 JMS Message Bridges cannot be targeted to Migratable Targets via the Administration Console. 在那里您可以找到解决方法,并且在10.3.4中已通过错误解决:8617285管理控制台10.3.4无法通过管理控制台将JMS消息桥定向到可迁移目标。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM