Could not load [oracle/sql/converter

编程入门 行业动态 更新时间:2024-10-09 14:20:43

Could not load [<a href=https://www.elefans.com/category/jswz/34/1770041.html style=oracle/sql/converter"/>

Could not load [oracle/sql/converter

项目场景:

提示:oracle数据库tomcat部署


问题描述

信息: Illegal access: this web application instance has been stopped already. Could not load [oracle/sql/converter_xcharset/lx20354.glb]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.
java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already. Could not load [oracle/sql/converter_xcharset/lx20354.glb]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.at org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading(WebappClassLoaderBase.java:1372)at org.apache.catalina.loader.WebappClassLoaderBase.getResource(WebappClassLoaderBase.java:1042)

原因分析:

一: 数据库用户密码过期


解决方案:

第一步:使用 cmd 打开黑窗口

第二步:输入: sqlplus / as sysdba;

第三步:输入sql : ALTER USER 自己的用户名 ACCOUNT UNLOCK;

附赠:修改该密码:

alter user 自己登陆数据库的用户名 identified by 自己的密码

附赠:密码有效期无限期

Alter PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED;

更多推荐

Could not load [oracle/sql/converter

本文发布于:2024-02-06 08:51:05,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1747570.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:oracle   load   converter   sql

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!