小编EPM*_*eam的帖子

WebSphere 9过多的启动时间

我正在测试驱动WebSphere Application Server 9,完整的配置文件,我对启动配置文件所需的时间感到好奇.我已经安装了一个应用程序,理论上,这可能是罪魁祸首,但是日志没有显示任何证据.日志文件的相关部分:

[14-07-2016 9:15:06:955 BST] 0000005b ApplicationMg A   WSVR0221I: Application started: isclite
[14-07-2016 9:15:06:956 BST] 0000005b CompositionUn A   WSVR0191I: Composition unit WebSphere:cuname=isclite in BLA WebSphere:blaname=isclite started.
[14-07-2016 9:16:14:410 BST] 0000005a InternalGener I   DSRA8225I: DataSource JNDI name : jdbc/DefaultEJBTimerDataSource
[14-07-2016 9:16:14:413 BST] 0000005a InternalGener I   DSRA8203I: Database product name : Apache Derby
[14-07-2016 9:16:14:413 BST] 0000005a InternalGener I   DSRA8204I: Database product version : 10.11.1.1 - (1616546)
[14-07-2016 9:16:14:413 BST] 0000005a InternalGener I   DSRA8205I: JDBC driver name  : Apache Derby …
Run Code Online (Sandbox Code Playgroud)

websphere

5
推荐指数
1
解决办法
3267
查看次数

WebSphere Liberty启动时间过多

我正在尝试配置IBM WebSphere Liberty服务器(16.0.0.3),以便在其中运行我们的应用程序之一,但是,除了明显的不可靠性之外,该服务器还需要花费很多时间才能启动。这在日志文件中很清楚:

[17-11-2016 15:54:16:231 GMT] 0000001c com.ibm.ws.webcontainer.security.ServletStartedListener      I CWWKS9122I:  For URL /* in application com.ibm.ws.jmx.connector.server.rest, the following HTTP methods are uncovered, and accessible: HEAD OPTIONS TRACE 
[17-11-2016 15:56:18:349 GMT] 0000001b org.jboss.weld.Event                                         I WELD-000411: Observer method [BackedAnnotatedMethod] public org.omnifaces.VetoAnnotatedTypeExtension.processAnnotatedType(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
[17-11-2016 15:56:19:798 GMT] 0000001b com.ibm.ws.ejbcontainer.osgi.internal.EJBRuntimeImpl         I CNTR4000I: The ALLPLEXEJBeans-v2.jar EJB module in the ECC application is starting.
Run Code Online (Sandbox Code Playgroud)

如您所见,前两行之间的间隔时间超过2分钟,这很荒谬,尤其是考虑到这是一个非常小的应用程序。

在放弃Liberty个人资料之前,我该怎么做才能加快速度?

startup websphere-liberty

1
推荐指数
1
解决办法
1153
查看次数

标签 统计

startup ×1

websphere ×1

websphere-liberty ×1