当前位置: 首页 > 知识库问答 >
问题:

使用EJB启动/部署JBoss 4.2.3

况谦
2023-03-14
14:42:14,591 INFO  [Server] Starting JBoss (MX MicroKernel)
14:42:14,591 INFO  [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)
14:42:14,601 INFO  [Server] Home Dir: C:\Users\nishat.l\Desktop\JBoss_4_2_3
14:42:14,601 INFO  [Server] Home URL:file:/C:/Users/nishat.l/Desktop/JBoss_4_2_3/
14:42:14,601 INFO  [Server] Patch URL: null
14:42:14,601 INFO  [Server] Server Name: all
14:42:14,601 INFO  [Server] Server Home Dir: C:\Users\nishat.l\Desktop\JBoss_4_2_3\server\all
14:42:14,601 INFO  [Server] Server Home URL: file:/C:/Users/nishat.l/Desktop/JBoss_4_2_3/server/all/
14:42:14,601 INFO  [Server] Server Log Dir: C:\Users\nishat.l\Desktop\JBoss_4_2_3\server\all\log
14:42:14,601 INFO  [Server] Server Temp Dir: C:\Users\nishat.l\Desktop\JBoss_4_2_3\server\all\tmp
14:42:14,601 INFO  [Server] Root Deployment Filename: jboss-service.xml
14:42:14,873 INFO  [ServerInfo] Java version: 1.8.0_20,Oracle Corporation
14:42:14,873 INFO  [ServerInfo] Java VM: Java HotSpot(TM) 64-Bit Server VM 25.20-b23,Oracle Corporation
14:42:14,873 INFO  [ServerInfo] OS-System: Windows 7 6.1,amd64
14:42:15,267 INFO  [Server] Core system initialized
14:42:17,328 INFO  [WebService] Using RMI server codebase: http://localhost:8083/
14:42:17,338 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
14:42:17,719 INFO  [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
14:42:17,719 INFO  [TransactionManagerService] Setting up property manager MBean and JMX layer
14:42:17,969 INFO  [TransactionManagerService] Starting recovery manager
14:42:18,049 INFO  [TransactionManagerService] Recovery manager started
14:42:18,049 INFO  [TransactionManagerService] Binding TransactionManager JNDI Reference
14:42:19,729 INFO  [EJB3Deployer] Starting java:comp multiplexer
14:42:22,060 WARN  [UDP] failed to join /224.0.0.75:7500 on net5: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address associated with interface
14:42:22,061 INFO  [STDOUT] 
GMS: address is 127.0.0.1:53409
14:42:24,091 INFO  [TreeCache] viewAccepted(): [127.0.0.1:53409|0] [127.0.0.1:53409]
14:42:24,095 INFO  [TreeCache] TreeCache local address is 127.0.0.1:53409
14:42:24,095 INFO  [TreeCache] State could not be retrieved (we are the first member in group)
14:42:24,095 INFO  [TreeCache] parseConfig(): PojoCacheConfig is empty
14:42:25,745 INFO  [NativeServerConfig] JBoss Web Services - Native
14:42:25,745 INFO  [NativeServerConfig] jbossws-3.0.1-native-2.0.4.GA (build=200803312044)
14:42:26,370 INFO  [SnmpAgentService] SNMP agent going active
14:42:26,706 INFO  [DefaultPartition] Initializing
14:42:27,049 WARN  [UDP] failed to join /224.0.0.75:7500 on net5: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address associated with interface

共有1个答案

公西运良
2023-03-14

你犯了一个简单的错误,日志在这里说:

WARN[UDP]未能在NET5:java.net.SocketException上联接/224.0.0.75:7500:无法识别的Windows套接字错误:0:没有与接口关联的Inet4Address

这意味着您已经在您的配置文件中配置了一个IP,例如standalone.xml,它是无效的(224.0.0.75)。尝试使用命令查看您的ip:

ifconfig (For Linux)
ipconfig (For Windows)
 类似资料:
  • 我正在开发一个企业应用程序和构建的EAR文件,其中包含WAR和EJBJAR文件以及SOAP web服务。我成功地部署了应用程序,没有任何启动错误,并发布了web服务,我可以访问wsdl文件并从SOAP UI调用web服务。web服务调用某个管理器类,该类执行EJB查找以查找会话bean,该会话bean因javax异常而失败。命名。NameNotFoundException:名称com。丘布。dgm

  • 我在部署带有Spring启动的 react nodejs 应用程序时遇到问题。Spring应用程序在基本的HTML / JS中工作正常,并且我已经使react应用程序在开发模式下运行良好,但是我似乎缺少一些东西,即正确捆绑反应和Spring。 目前,我可以使用一些简单的HTML和javax调用来运行/部署我的Spring启动应用程序(没有反应)。它在我的 AWS ec2 上运行,没有问题。 我还可

  • 我需要你帮忙。我在一个需要velocity库的EJB中工作,但是当我部署和运行EJB时,抛出了一个异常:java.lang.noClassDefoundError:org/apache/commons/collections/extendedProperties 我不明白为什么。当我直接在会话Bean中使用该类时,没有任何问题。但是当这个类从Velocity实例化时,我会收到异常 我尝试将库声明为

  • 我需要在weblogic server 10.3.6上部署非常旧的应用程序(10年-生病)。我有一个ear文件,其中包含几个带有EJB类的子部署jar(它们包含weblogic-EJB-jar.xml和EJB-jar.xml)。它通常部署在服务器上,我可以在weblogic中使用“查找”功能。 问题是,还有另一个没有ejb-jar.xml的jar(更旧)需要运行这个应用程序。例如,它有Object

  • 利用自动化加速软件在不同环境间的迁移 自动化构建不仅仅适用于开发团队 —— 在将软件从开发迁移到生产这一过程中也大有作为。在这一期 让开发自动化中,自动化专家 Paul Duvall 将介绍如何结合使用 Ant 和 Java™Secure Channel 将软件远程部署到多个目标环境中。 关于本系列 作为开发人员,我们的工作就是为终端用户实现过程自动化;然而,很多开发人员却忽略了将自己的开发过程自

  • 本文向大家介绍详解springboot热启动与热部署,包括了详解springboot热启动与热部署的使用技巧和注意事项,需要的朋友参考一下 一、热启动: 每自修改后, 程序自动启动spring Application上下文。 Pom中直接添加依赖即可: 这里需要注意的是每次类文件更改后需要重新编译方可触发服务重新启动 二、热交换或热部署 这个使用springloaded插件。 1.添加依赖: 如果