简体   繁体   English

从Tomcat迁移到Weblogic

[英]Migrating To Weblogic From Tomcat

I have a web application running on tomcat. 我在tomcat上运行了一个Web应用程序。 I want to deploy it on a weblogic server but i get some problems. 我想将其部署在weblogic服务器上,但出现一些问题。

Error(s) found in module 'BatchMonitoring'. Publish was cancelled. See "Problems" view for details.
  Target runtime SpringSource dm Server (Runtime) v1.0 is not defined. at BatchMonitoring
  Java compiler level does not match the version of the installed Java project facet. at BatchMonitoring




java.lang.IllegalArgumentException: Cannot find state with id 'displayError' in flow 'admin_main' -- Known state ids are 'array<String>['queryAll', 'mainForm', 'register']'
    at org.springframework.webflow.engine.Flow.getStateInstance(Flow.java:348)
    at org.springframework.webflow.engine.support.DefaultTargetStateResolver.resolveTargetState(DefaultTargetStateResolver.java:60)
    at org.springframework.webflow.engine.Transition.execute(Transition.java:217)
    at org.springframework.webflow.engine.impl.FlowExecutionImpl.execute(FlowExecutionImpl.java:391)
    at org.springframework.webflow.engine.impl.RequestControlContextImpl.execute(RequestControlContextImpl.java:214)
    at org.springframework.webflow.engine.support.TransitionExecutingFlowExecutionExceptionHandler.handle(TransitionExecutingFlowExecutionExceptionHandler.java:110)
    at org.springframework.webflow.engine.FlowExecutionExceptionHandlerSet.handleException

Seems like you had problems with Java versions of what Tomcat is using(points to JAVA_HOME) at environmental variable and JDK of Weblogic. 似乎您对Tomcat正在使用的Java版本(指向JAVA_HOME)的环境变量和Weblogic的JDK遇到了问题。 Also it would be good if you send some logs and exception messages. 如果您发送一些日志和异常消息,那也很好。

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

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