簡體   English   中英

無法啟動特定的 WebSphere Application Server

[英]Cannot start specific WebSphere Application Server

啟動應用程序服務器時收到錯誤消息。 我僅在特定服務器上收到此錯誤,而其他服務器則完全正常。 我們使用的是 WebSphere 8.0.0.9 版本。 我在下面分享了日志。 我對 WebSphere 系統不熟悉,因此如果您需要除此日志之外的其他內容,我會嘗試分享它。

在此處輸入圖片說明

異常日志:

    class load: org.eclipse.osgi.service.debug.DebugTrace from: file:/opt/IBM/WebSphere/AppServer/plugins/org.eclipse.osgi_.jar
class load: org.osgi.framework.InvalidSyntaxException from: file:/opt/IBM/WebSphere/AppServer/plugins/org.eclipse.osgi_.jar
java.lang.NullPointerException
        at java.security.SecureRandom.nextBytes(SecureRandom.java:292)
        at java.security.SecureRandom.next(SecureRandom.java:311)
        at java.util.Random.nextLong(Random.java:252)
        at java.io.File.generateFile(File.java:1693)
        at java.io.File.createTempFile0(File.java:1736)
        at java.io.File.createTempFile(File.java:1814)
        at org.eclipse.osgi.internal.baseadaptor.AdaptorUtil.canWrite(AdaptorUtil.java:208)
        at org.eclipse.core.runtime.adaptor.LocationManager.canWrite(LocationManager.java:276)
        at org.eclipse.core.runtime.adaptor.LocationManager.buildLocation(LocationManager.java:204)
        at org.eclipse.core.runtime.adaptor.LocationManager.initializeLocations(LocationManager.java:150)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:275)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
        at java.lang.reflect.Method.invoke(Method.java:611)
        at org.eclipse.core.launcher.Main.invokeFramework(Main.java:340)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
        at org.eclipse.core.launcher.Main.run(Main.java:981)
        at com.ibm.wsspi.bootstrap.WSPreLauncher.launchEclipse(WSPreLauncher.java:394)
        at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:157)
class load: java/text/MessageFormat
class load: java/text/FieldPosition
class load: java/util/Date

有關將 IBM JVM 特定安全服務類添加到服務器配置的說明,尤其是 java.ext.dirs JVM 屬性定義,請參閱此 IBM 技術說明。 該技術說明適用於 IBM i 平台,根據您在上面粘貼的 native_stderr.log 的文件位置,我相信您使用的是 Linux 平台,但技術說明仍應適用。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM