主题 : 购买了商业版为啥还是不能部署在外网呢?
级别: 举人
UID: 132298
积分:151 加为好友
威望: 30 精华: 0
主题:30 回复:165
注册时间:2019-11-20
在线时长:0
1#   发表于:2019-12-20 09:41:55  IP:183.49.*.*
如题
奥利给!
级别: 举人
UID: 132298
积分:151 加为好友
威望: 30 精华: 0
主题:30 回复:165
注册时间:2019-11-20
在线时长:0
2#   发表于:2019-12-20 09:44:46  IP:183.49.*.*
奥利给!
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
3#   发表于:2019-12-20 09:51:16  IP:117.131.*.*
您部署在外网报错了?
每天告诉自己一次,“我真的很不错”。
级别: 举人
UID: 132298
积分:151 加为好友
威望: 30 精华: 0
主题:30 回复:165
注册时间:2019-11-20
在线时长:0
4#   发表于:2019-12-20 11:21:01  IP:183.49.*.*
您部署在外网报错了?
奥利给!
级别: 举人
UID: 132298
积分:151 加为好友
威望: 30 精华: 0
主题:30 回复:165
注册时间:2019-11-20
在线时长:0
5#   发表于:2019-12-20 11:21:52  IP:183.49.*.*
回复第3楼对
奥利给!
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
6#   发表于:2019-12-20 11:24:38  IP:117.131.*.*
那报错提示的是什么?
每天告诉自己一次,“我真的很不错”。
级别: 举人
UID: 132298
积分:151 加为好友
威望: 30 精华: 0
主题:30 回复:165
注册时间:2019-11-20
在线时长:0
7#   发表于:2019-12-20 11:27:25  IP:183.49.*.*
回复第6楼19-Dec-2019 17:48:38.073 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat-8.5.31-jeecmsX1/webapps/ROOT]
19-Dec-2019 17:48:56.680 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
19-Dec-2019 17:49:45.206 SEVERE [localhost-startStop-1] org.apache.catalina.core.ContainerBase.addChildInternal ContainerBase.addChild: start: 
 org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[]]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:167)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:754)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:730)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734)
at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1140)
at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1875)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com.jeecms.common.configuration.ContextConfig': Unsatisfied dependency expressed through field 'freeMarkerConfigurer'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'freemarkerConfig' defined in file [/usr/local/tomcat-8.5.31-jeecmsX1/webapps/ROOT/WEB-INF/classes/config/context.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'cms_channel': Unsatisfied dependency expressed through field 'channelService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'channelServiceImpl': Unsatisfied dependency expressed through field 'cmsSiteService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'cmsSiteServiceImpl': Unsatisfied dependency expressed through field 'globalConfigService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'globalConfigServiceImpl': Unsatisfied dependency expressed through field 'smsService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'smsServiceImpl': Unsatisfied dependency expressed through field 'mqSendMessageService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'mqSendMessageServiceImpl': Unsatisfied dependency expressed through field 'threadPool'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'messageQueueTaskThreadPool': Unsatisfied dependency expressed through field 'messageStrategies'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userMessageStrategy': Unsatisfied dependency expressed through field 'sysStationTask'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysStationTask': Unsatisfied dependency expressed through field 'stationService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysMessageServiceImpl': Unsatisfied dependency expressed through field 'coreUserService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'coreUserServiceImpl': Unsatisfied dependency expressed through field 'memberScoreDetailsService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'memberScoreDetailsServiceImpl': Unsatisfied dependency expressed through field 'userCommentService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userCommentServiceImpl': Unsatisfied dependency expressed through field 'contentService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'contentServiceExImpl': Unsatisfied dependency expressed through field 'cmsModelItemService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'cmsModelItemServiceImpl': Unsatisfied dependency expressed through field 'flowService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'cmsWorkflowServiceImpl': Unsatisfied dependency expressed through field 'runtimeService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'runtimeServiceBean' defined in class path resource [org/flowable/spring/boot/ProcessEngineServicesAutoConfiguration.class]: Unsatisfied dependency expressed through method 'runtimeServiceBean' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'processEngine': FactoryBean threw exception on object creation; nested exception is org.flowable.common.engine.api.FlowableWrongDbException: version mismatch: library version is '6.5.0.1', db version is 5.99.0.0 Hint: Set <property name="databaseSchemaUpdate" to value="true" or value="create-drop" (use create-drop for testing only!) in bean processEngineConfiguration in flowable.cfg.xml for automatic schema creation
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:157)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:542)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:386)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
at org.springframework.boot.web.servlet.support.SpringBootServletInitializer.run(SpringBootServletInitializer.java:157)
at org.springframework.boot.web.servlet.support.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:137)
at org.springframework.boot.web.servlet.support.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:91)
at org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:172)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5245)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
... 10 more
奥利给!
级别: 举人
UID: 132298
积分:151 加为好友
威望: 30 精华: 0
主题:30 回复:165
注册时间:2019-11-20
在线时长:0
8#   发表于:2019-12-20 11:28:57  IP:183.49.*.*
回复第6楼你们这个论坛没有消息提示功能吗
奥利给!
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
9#   发表于:2019-12-20 11:35:34  IP:117.131.*.*
没有的    您这个问题  在内网部署的时候是正常的嘛?
每天告诉自己一次,“我真的很不错”。
级别: 举人
UID: 132298
积分:151 加为好友
威望: 30 精华: 0
主题:30 回复:165
注册时间:2019-11-20
在线时长:0
10#   发表于:2019-12-20 11:36:21  IP:183.49.*.*
回复第9楼对头,本地能跑
奥利给!
1 2 3 > >| 共3页