Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Talk:EclipseLink/Examples/JPA/CacheCoordination"

(running "ant create-cluster")
(running "ant create-cluster")
Line 8: Line 8:
 
I've met an issue when I ran "ant create-cluster":
 
I've met an issue when I ran "ant create-cluster":
  
Buildfile: build.xml
+
  Buildfile: build.xml
 
+
  create-cluster:
create-cluster:
+
      [delete] Deleting directory E:\cache-coordination\domain
  [delete] Deleting directory E:\cache-coordination\domain
+
      [mkdir] Created dir: E:\cache-coordination\domain
    [mkdir] Created dir: E:\cache-coordination\domain
+
  [WLServer admin] waiting for adminto transition to [RUNNING], within 0 ms
[WLServer admin] waiting for adminto transition to [RUNNING], within 0 ms
+
  [WLServer admin] querying admin for state every 500ms, timeout 0 ms
[WLServer admin] querying admin for state every 500ms, timeout 0 ms
+
  [WLServer admin] querying  
[WLServer admin] querying  
+
  [WLServer admin] got a response of 0
[WLServer admin] got a response of 0
+
  [WLServer admin] update: admin state transition from <not-initialized> to unknown, after 500 ms
[WLServer admin] update: admin state transition from <not-initialized> to unknown, after 500 ms
+
  [WLServer admin] querying  
[WLServer admin] querying  
+
  [WLServer admin] got a response of 0
[WLServer admin] got a response of 0
+
  [WLServer admin] querying  
[WLServer admin] querying  
+
  [WLServer admin] got a response of 0  
[WLServer admin] got a response of 0  
+
  ..................
..................
+
  
 
Installed software:
 
Installed software:

Revision as of 07:50, 15 January 2012

Please discuss any issues you encountering in deploying/running the example, or incites on running on other app servers or environments.

Issues

running "ant create-cluster"

I've met an issue when I ran "ant create-cluster":

  Buildfile: build.xml
  create-cluster:
     [delete] Deleting directory E:\cache-coordination\domain
      [mkdir] Created dir: E:\cache-coordination\domain
  [WLServer admin] waiting for adminto transition to [RUNNING], within 0 ms
  [WLServer admin] querying admin for state every 500ms, timeout 0 ms
  [WLServer admin] querying 
  [WLServer admin] got a response of 0
  [WLServer admin] update: admin state transition from <not-initialized> to unknown, after 500 ms
  [WLServer admin] querying 
  [WLServer admin] got a response of 0
  [WLServer admin] querying 
  [WLServer admin] got a response of 0 
  ..................

Installed software: Win XP sp2; Apache ant 1.7.1; Weblogic 10.3.3 with Coherence.

Any ideas what could be wrong ?

JMS

RMI

Other app servers

Glassfish

WebSphere

JBoss

Back to the top