Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem deploying bpel process to oc4j_soa container on separate server

HaakonJan 8 2009 — edited Jan 8 2009
Hi - after searching for a solution both here and on Metalink for some time, I've reached the point where I think I need to post my problem:
(This might be an application server/BPEL related issue and perhaps more relevant there than JDeveloper. If so, my apologies in advance.)

On client; Windows XP with JDeveloper 10.1.3.4.0, on server Windows Server 2003 with Oracle SOAsuite 10.1.3.

Created a very simple bpel process (ftp get a remote file -> write locally) that I want to deploy on the dedicated SOA-server.
From JDeveloper, the "Application Server and ESB Server connections checks out fine. But the "BPEL Process Manager Server" check failes with the error:
"BPEL Identity Service: Failed" - Details: "oracle.xml.parser.v2.XMLParseException:Whitespace required."

I have not found any postings/info on the "Whitespace required" error anywhere... mighty strange....

I'm therefore unable to use the BPEL Process Deployer, it states that "Server Mode: Server is unreachable".
I've triple-checked all ports etc. The Integration Server Connection is using port 80.
I'm able to access and open the BPELConsole (& EM & ESB) on the server from my JDeveloper workstation.

A "opmnctl status -l" on the SOA-server gives:
Processes in Instance: SOAProd.aresrv136.gard.local
---------------------------------+--------------------+---------+----------+------------+----------+-----------+------
ias-component | process-type | pid | status | uid | memused | uptime | ports
---------------------------------+--------------------+---------+----------+------------+----------+-----------+------
ASG | ASG | N/A | Down | N/A | N/A | N/A | N/A
OC4JGroup:default_group | OC4J:OC4JUDDI | 364 | Alive | 707857842 | 153388 | 17:33:58 | jms:12603,ajp:12503,rmis:12703,rmi:12403
OC4JGroup:default_group | OC4J:oc4j_soa | 500 | Alive | 707857841 | 266220 | 17:33:58 | jms:12601,ajp:12502,rmis:12701,rmi:12401
OC4JGroup:default_group | OC4J:home | 804 | Alive | 707857840 | 153080 | 17:33:58 | jms:12602,ajp:12501,rmis:12702,rmi:12402
HTTP_Server | HTTP_Server | 2020 | Alive | 707857839 | 67188 | 17:33:30 | https1:443,http2:7200,http1:80


I cannot find the "deploy_service" as a separate service on my server however. Only the hw_services are up and running, but it contains a "deploy" web module.

Would be immensely grateful for any information that might help me further in solving this issue, as I'm rather stuck right now....

Regards,
-Haakon-
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 5 2009
Added on Jan 8 2009
1 comment
417 views