企业版,申请并注册了试用license,mysql和Tomcat下的context文件都是由本地拷贝过去的,启动mysql和Tomcat没报任何错误,登陆的时候提示用户名密码错误(本地是可以登陆的)
2019-01-16 17:08:45 action:<?xml version="1.0" encoding="UTF-8"?>
<action process="/SA/OPM/system/systemProcess" activity="mainActivity" name="log
inAction" execute-context="" content-type="application/xml"><parameters><paramet
er name="ip"><xbiz:simple xmlns:xbiz="http://www.justep.com/xbiz#" type="http:// www.w3.org/2001/XMLSchema#String">127.0.0.1</xbiz:simple></parameter><parameter
name="name"><xbiz:simple xmlns:xbiz="http://www.justep.com/xbiz#" type="http://w
ww.w3.org/2001/XMLSchema#String">system</xbiz:simple></parameter><parameter name
="options"><xbiz:map xmlns:xbiz="http://www.justep.com/xbiz#"><item key="Operati
ngSystem"><xbiz:simple type="http://www.w3.org/2001/XMLSchema#String">WINDOWS_7<
/xbiz:simple></item><item key="DeviceType"><xbiz:simple type="http://www.w3.org/
2001/XMLSchema#String">Computer</xbiz:simple></item></xbiz:map></parameter><para
meter name="loginDate"><xbiz:simple xmlns:xbiz="http://www.justep.com/xbiz#" typ
e="http://www.w3.org/2001/XMLSchema#Date">2019-01-16</xbiz:simple></parameter><p
arameter name="pwd"><xbiz:simple xmlns:xbiz="http://www.justep.com/xbiz#" type=" http://www.w3.org/2001/XMLSchema#String">:e0d34b5ab5e5f0831ac99a9be6072f8e</xbiz
:simple></parameter><parameter name="lang"><xbiz:simple xmlns:xbiz="http://www.j
ustep.com/xbiz#" type="http://www.w3.org/2001/XMLSchema#String">zh_CN</xbiz:simp
le></parameter></parameters></action>
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.justep.system.action.Engine.invokeActions(Native Method)
at com.justep.system.action.Engine.invokeActions(Unknown Source)
at com.justep.business.server.BusinessServer.doAction(Unknown Source)
at com.justep.business.server.BusinessServer.doExcute(Unknown Source)
at com.justep.business.server.BusinessServer.excute(Unknown Source)
at com.justep.business.server.BusinessServerServlet.execService(Unknown
Source)
at com.justep.business.server.BusinessServerServlet.service(Unknown Sour
ce)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
at com.justep.x.bs.BusinessServerServlet.service(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:206)
at com.justep.micro.service.MicroServiceFilter.doFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:103)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
a:293)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:861)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
ss(Http11Protocol.java:606)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:48
9)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.justep.exception.BusinessException: 编码: JUSTEP150021; 提示: 登
录名或密码错误
at com.justep.exception.BusinessException.create(Unknown Source)
at com.justep.util.Utils.throwBusinessException(Unknown Source)
at com.justep.system.opm.OrgUtils.getPersonByDB(Native Method)
at com.justep.system.opm.OrgUtils.getPerson(Unknown Source)
at com.justep.system.opm.OrgUtils.login(Native Method)
at com.justep.system.opm.OrgUtils.login1(Unknown Source)
at OPMProcedure.login(OPMProcedure.java:155)
at OPMProcedure.login(OPMProcedure.java:137)
... 29 more