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"

(Issues)
(running "ant create-cluster")
Line 5: Line 5:
  
 
===running "ant create-cluster"===
 
===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===
 
===JMS===

Revision as of 07:48, 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