Quantcast
Channel: OBIEE, Endeca and ODI
Viewing all articles
Browse latest Browse all 49

Endeca 3.0 domain failed to create

$
0
0
When I run the GettingStarted graph through Integrator 3.0 it failed with below error message 

ERROR [WatchDog] - Graph execution finished with error
ERROR [WatchDog] - Node CREATE_DATA_DOMAIN finished with status: ERROR caused by: OES-000096: Error during manage service operation: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: Connection refused; javax.xml.soap.SOAPException: Message send failed: Connection refused; Message send failed: Connection refused; Connection refused
ERROR [WatchDog] - Node CREATE_DATA_DOMAIN error details:
org.apache.axis2.AxisFault: OES-000096: Error during manage service operation: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: Connection refused; javax.xml.soap.SOAPException: Message send failed: Connection refused; Message send failed: Connection refused; Connection refused
at org.apache.axis2.description.OutInAxisOperationClient$NonBlockingInvocationWorker.run(OutInAxisOperation.java:451)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)
INFO [WatchDog] - [Clover] Post-execute phase finalization: 0
INFO [WatchDog] - [Clover] phase: 0 post-execute finalization successfully.
INFO [WatchDog] - Execution of phase [0] finished with error - elapsed time(sec): 0
ERROR [WatchDog] - !!! Phase finished with error - stopping graph run !!!
INFO [WatchDog] - -----------------------** Summary of Phases execution **---------------------
INFO [WatchDog] - Phase# Finished Status RunTime(sec) MemoryAllocation(KB)
INFO [WatchDog] - 0 ERROR 0 30557
INFO [WatchDog] - ------------------------------** End of Summary **---------------------------
INFO [WatchDog] - WatchDog thread finished - total execution time: 0 (sec)
INFO [main] - Freeing graph resources.
ERROR [main] - Execution of graph failed 

If you changed the port from default 7001 to some other it fails change the listener port in weblogic to 7001 and start executing the graph 



Restart your weblogic Server and execute GettingStarted graph it should successfully run 



When you change the port number to something else you need to modify below endeca-server files to reflect the same

endeca_weblogic\user_projects\domains\base_domain\config\EndecaCmd.properties(port)
&
endeca_weblogic\user_projects\domains\base_domain\config\EndecaServer.properties(endeca-webserver-port)




Viewing all articles
Browse latest Browse all 49