PIXNET Logo登入

<p><span style="color: #000000;"><span style="font-family: comic sans ms,sans-serif;"><span style="font-size: 18pt;">漫步@雲端</span></span></span></p>

跳到主文

           
台指期自動當沖交易系統日誌 


部落格全站分類:財經政論

  • 相簿
  • 部落格
  • 留言
  • 名片
  • 1月 30 週一 201216:32
  • WebSphere Application Server v6.1 ND 更改電腦名稱

如果已經裝好了 WAS 後才要變更主機的電腦名稱 , WAS 要按照下列步驟修改設定後才能正常運作 :   如果是 WAS 單機版(Standalone) : 1. 編輯 IBM\WebSphere\AppServer\profiles\AppSrv01\config\cells\<Cell Name>\nodes\<Node Name>\ 下的 serverindex.xml 檔 , 修改裡面所有的 hostName="<Old Computer Name>" 為 hostName="<New Computer Name>" (只有1個設定) 或 host="<Old Computer Name>" 為 host="<New Computer Name>" (共7個設定)
(繼續閱讀...)
文章標籤

Jump 發表在 痞客邦 留言(0) 人氣(476)

  • 個人分類:WebSphere
▲top
  • 11月 02 週三 201112:00
  • ODCF8005E is thrown when attempting to start up a nodeagent

  最近在測 IBM WebSphere Virtual Enterprise 7  時遇到了一個怪問題 , 當我在既有的 WebSphere Application Server Network Deployment 7 上安裝 WVE 7.0 , 並選擇擴充 (Extend) Dmgr01 及 AppSrv01 這兩個 Profile 後 , dmgr Process 啟動了 nodeagent 就起不來 , 反之亦然 , 並且出現下面的錯誤訊息 : [2011/11/2   11:24:34:279 CST] 00000000 P2PBase       E   ODCF8005E: 起始設定 SON 套版時,發生非預期的異常狀況;異常狀況是 java.io.IOException: The P2P layer was unable to bind to a UDP port.
    at com.ibm.son.mesh.RawUDPImpl.<init>(RawUDPImpl.java:88)
    at com.ibm.son.mesh.UDPFactory.getUDP(UDPFactory.java:30)
    at com.ibm.son.mesh.Peer.<init>(Peer.java:463)
    at com.ibm.son.mesh.Peer.<init>(Peer.java:406)
    at com.ibm.ws.p2p.P2POverlayHelper.getPeer(P2POverlayHelper.java:147)
    at com.ibm.ws.p2p.P2PBase.getPeer(P2PBase.java:31)
    at com.ibm.ws.bbson.BBFactoryImpl.<init>(BBFactoryImpl.java:615)
    at java.lang.J9VMInternals.newInstanceImpl(Native Method)
    at java.lang.Class.newInstance(Class.java:1345)
    at com.ibm.ws.xd.bbson.corestack.runtime.component.CoreStackComponentImpl.getXDBBFactory(CoreStackComponentImpl.java:355)
    at com.ibm.ws.xd.bbson.corestack.runtime.component.CoreStackComponentImpl.initXDBulletinBoard(CoreStackComponentImpl.java:428)
    at com.ibm.ws.xd.bbson.corestack.runtime.component.CoreStackComponentImpl.getConfiguredBulletinBoardFactory(CoreStackComponentImpl.java:704)
    at com.ibm.ws.xd.bbson.corestack.runtime.component.CoreStackComponentImpl.getXDBulletinBoardScopes(CoreStackComponentImpl.java:282)
    at com.ibm.ws.xd.bbson.bbscopes.runtime.component.BulletinBoardScopesComponentImpl.getConfiguredBulletinBoardScopes(BulletinBoardScopesComponentImpl.java:270)
    at com.ibm.ws.xd.bbson.bbscopes.runtime.component.BulletinBoardScopesComponentImpl.getPublicScope(BulletinBoardScopesComponentImpl.java:357)
    at com.ibm.ws.xd.comm.BBComponentImpl.start(BBComponentImpl.java:82)
    at com.ibm.ws.runtime.component.ContainerHelper.startComponents(ContainerHelper.java:538)
    at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:627)
    at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:618)
    at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:502)
    at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:298)
    at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:214)
    at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:666)
    at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
    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 com.ibm.wsspi.bootstrap.WSLauncher.launchMain(WSLauncher.java:213)
    at com.ibm.wsspi.bootstrap.WSLauncher.main(WSLauncher.java:93)
    at com.ibm.wsspi.bootstrap.WSLauncher.run(WSLauncher.java:74)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
    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:341)
    at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:111)
(繼續閱讀...)
文章標籤

Jump 發表在 痞客邦 留言(0) 人氣(355)

  • 個人分類:WebSphere
▲top
1

.

文章搜尋

文章分類

toggle 程式交易 (3)
  • 交易系統介紹 (4)
  • 交易系統日誌 (39)
  • 交易心得 (2)
toggle Python 學習筆記 (1)
  • Python 學習筆記 (4)
toggle C# (1)
  • C# (1)
toggle Drupal (1)
  • drupal 7 (2)
toggle 研究筆記 (5)
  • 專題研究 (2)
  • 架站軟體 (3)
  • 網站架設 (15)
  • 網站安全 (4)
  • 工具軟體 (3)
toggle 個人網誌 (3)
  • 架站相關 (1)
  • 一般網誌 (13)
  • 商品推薦 (4)
  • MantisBT (1)
  • wordpress (1)
  • Remedy (1)
  • Tivoli (1)
  • WebSphere (2)
  • cloud (1)
  • joomla (10)
  • 未分類文章 (1)

最新文章

  • 台指期程式自動當沖交易系統日誌 2019/2/21
  • 台指期程式自動當沖交易系統日誌 2019/2/20
  • 台指期程式自動當沖交易系統日誌 2019/2/19
  • 台指期程式自動當沖交易系統日誌 2019/2/18
  • 台指期程式自動當沖交易系統日誌 2019/2/15
  • 台指期程式自動當沖交易系統日誌 2019/2/13
  • 台指期自動當沖交易程式下單問題及解決方法
  • 台指期程式自動當沖交易系統日誌 2019/2/11
  • 用Python程式顯示台指期五分鐘K線圖
  • 將台指期 Ticks 資料彙總成 5 分K資料

熱門文章

  • (4,534)[軟體安裝] 安裝 MySQL 5.1.53
  • (20,474)MySQL 5.5.9 安裝及設定
  • (37,271)螳螂 Mantis Bug Tracker
  • (2,004)台指期原始資料處理 (Ticks to 1 Minute K)
  • (1,450)將台指期 1 分K資料彙總成 5 分K資料
  • (677)用Python程式顯示台指期五分鐘K線圖

參觀人氣

  • 本日人氣:
  • 累積人氣:

線上人數

誰來我家

host-tracker

部落格觀察