Unable to establish connection with Broker - DEMO 9.0

JDE kid

Active Member
I have a Standalone 9.0 with Oracle DB. The installation was successful, and JDE also starts correctly (fat & web client). But when I try to start the debugger it gives me the following:
"Unable to establish connection with Broker."
And then it says:
"Debugger initialization failed. Unable to continue. See logs for details".

This is what the jde.log has to say:

8284/4612 MAIN_THREAD Mon Oct 12 19:37:34.116000 BPMSoapServer.cpp44
Can't instantiate E1Soap SoapDispatch. Verify that E1Soap.dll is registered.

8284/4612 MAIN_THREAD Mon Oct 12 19:37:34.117000 Debugger.cpp293
[Debugger] Failed to initialize ERDebuggerService2 service via WSDL: C:\E900\System\Bin32\ERDebuggerService2.WSDL

Any pointers would be highly apreciated.

Thanks!!
 
Any suggestions from anyone??

I have installed the standalone as per Oracle's installation document, so am pretty sure that I haven't missed any installation steps. Has anyone else faced the same problem with DEMO 9.0?
 
Try installing the local host web client.

...OneWorld Client Install\ThirdParty\WebDevFeature\OH4A1013_setup.exe
 
Did you find a resolution. I'm running into this issue on Demo jr. (VMWare instanc) with SS.

Thanks Kid!
 
Found the answer. It is on Oracle's website about

E1: BSFN: Unable to Establish Connection with Broker [ID 661700.1]

User must reinstall the jre file for everything to properly work.
 
I HAVE GOT SAME ISSUE.
below thing surprising work for me :
First I created a JAVA_HOME to folder C:\JAVA\jdk_1.6.0_21,
create the environment variable JDE_HOME with value C:\JAVA\jdk_1.6.0_21 ...thats it.
 
Back
Top