JBWS022117: Invalid address provided
https://www.centosblog.com/how-to-change-hostname-on-centos-linux/
設定hostname後,JBOSS啟動報錯 JBWS022117: Invalid address provided
從錯誤資訊看,是在驗證IP時失敗:
ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 50) JBAS014612: Operation ("add") failed - address: ([("subsystem" => "webservices")]): java.lang.IllegalArgumentException: JBWS022117: Invalid address provided: TCC_T1.mart.com
at org.jboss.ws.common.management.AbstractServerConfig.toIPv6URLFormat(AbstractServerConfig.java:129)
at org.jboss.ws.common.management.AbstractServerConfig.setWebServiceHost(AbstractServerConfig.java:115)
at org.jboss.as.webservices.dmr.WSSubsystemAdd.createServerConfig(WSSubsystemAdd.java:101)
at org.jboss.as.webservices.dmr.WSSubsystemAdd.performBoottime(WSSubsystemAdd.java:88)
at org.jboss.as.controller.AbstractBoottimeAddStepHandler.performRuntime(AbstractBoottimeAddStepHandler.java:57)
查詢JBoss EAP 6.2使用的jbossws-common版本:jbossws-common-2.2.3.Final-redhat-1.jar
cd JBOSS_HOME/modules/system/layers/base/org/jboss/ws/common/main
查詢其jbossws-common原始碼,下載2.x的版本,檢視程式碼發現:
當hostname中包含下劃線時,會被認為是無效的hostname,修改hostname為TCC-T1.mart.com,啟動成功。
相關文章
- Application provided invalid, non monotonically increasing dts to muxer in stream 0APPIDEMonoUX
- 關於“INS-40922 Invalid Scan Name – Unresolvable to IP address”
- Administrative User Accounts Provided by Oracle DatabaseIDEOracleDatabase
- iOS 新增自定義的字型 Fonts provided by applicationiOSIDEAPP
- Golang cannot take the address ofGolang
- MySQL日誌報錯'haven't provided the mandatory server-id'MySqlIDEServer
- JavaScript invalid 事件JavaScript事件
- Java Get local IP addressJava
- 組播地址Multicase address
- Mac address setting For RedhatMacRedhat
- iOS 上架報錯 This bundle is invalid 或 Invalid Image PathiOS
- mysql bind_address如何配置多個地址 mysql bind-address選項MySql
- oracle block phisical address to block#OracleBloC
- How to update the IP address of the SCAN VIP
- Remove Invalid Parentheses[難]REM
- Invalid time zone indicator ‘ ‘Indicator
- [LeetCode] Validate IP AddressLeetCode
- Location 下的Address Style設定
- cluster-wide IP address managementIDE
- StreamCorruptedException: invalid stream headerExceptionHeader
- Invalid double崩潰分析
- 重編譯 invalid 物件編譯物件
- How to compile Invalid Object?CompileObject
- OSError: [Errno 22] Invalid argumentError
- Script:Translate RDBA relative data block addressBloC
- python: invalid value encountered in divide以及invalid value encountered in double_scalars報錯PythonIDE
- The Mac is invalid. 為什麼?Mac
- 重編譯 invalid 物件(轉)編譯物件
- mybatis竟然報"Invalid value for getInt()"MyBatis
- invalid事件簡單介紹事件
- Redis 啟動報錯Address already in useRedis
- *** ERROR L107: ADDRESS SPACE OVERFLOWError
- IP address could not be resolved: Temporary failure in name resolutionAI
- 在Xcode 7上直接使用Address SanitizerXCode
- Elasticsearch 6 建立索引報錯 invalid_index_name_exception Invalid index name [testDemo], must be lowercaseElasticsearch索引IndexException
- React報錯之Element type is invalidReact
- mybatis3:Invalid bound statement (not found)MyBatisS3
- LeetCode-Remove Invalid ParenthesesLeetCodeREM