Empty BPEL Project Fails to migrate...

Hi Everyone,
I migrated a BPEL project from JDeveloper 10.1.2 to 10.1.3.3.
After successfully letting JDev do the migration for me, the rebuild failed, and I ended up deleting all the project code, leaving only the receiveInput - relayOutput skeleton. And still - the project fails to compile.
The error I am getting is:
Error: Failed to compile classes.
Failed to compile the generated BPEL classes for "IMP-4KOrd".
Below is the .bpel file, and I would greatly appreciate if anyone could comment on any mistakes they see in it, or possibly suggest how to get a more meaningful error description from the JDev-BPEL compiler.
Thanks,
Tal.
Here is the BPEL file:
<process name="IMP-4KOrd"
targetNamespace="http://xmlns.oracle.com/IMP-4KOrd"
xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
xmlns:ns4="http://xmlns.oracle.com/pcbpel/adapter/db/top/IMP4KOrd"
xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:client="http://xmlns.oracle.com/IMP-4KOrd"
xmlns:ora="http://schemas.oracle.com/xpath/extension"
xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc">
<!-- ================================================================= -->
<!-- PARTNERLINKS -->
<!-- List of services participating in this BPEL process -->
<!-- ================================================================= -->
<partnerLinks>
<!--
The 'client' role represents the requester of this service. It is
used for callback. The location and correlation information associated
with the client role are automatically set using WS-Addressing.
-->
<partnerLink name="client" partnerLinkType="client:IMP-4KOrd"
myRole="IMP-4KOrdProvider"/>
</partnerLinks>
<!-- ================================================================= -->
<!-- VARIABLES -->
<!-- List of messages and XML documents used within this BPEL process -->
<!-- ================================================================= -->
<variables>
<!-- Reference to the message passed as input during initiation -->
<variable name="inputVariable"
messageType="client:IMP-4KOrdRequestMessage"/>
<!--
Reference to the message that will be returned to the requester
-->
<variable name="outputVariable"
messageType="client:IMP-4KOrdResponseMessage"/>
</variables>
<!-- ================================================================= -->
<!-- ORCHESTRATION LOGIC -->
<!-- Set of activities coordinating the flow of messages across the -->
<!-- services integrated within this business process -->
<!-- ================================================================= -->
<sequence name="main">
<!-- Receive input from requestor.
Note: This maps to operation defined in IMP-4KOrd.wsdl
-->
<receive name="receiveInput" partnerLink="client"
portType="client:IMP-4KOrd" operation="process"
variable="inputVariable" createInstance="yes"/>
<!-- Generate reply to synchronous request -->
<reply name="replyOutput" partnerLink="client" portType="client:IMP-4KOrd"
operation="process" variable="outputVariable"/>
</sequence>
</process>
and the XSD
<?xml version="1.0" encoding="utf-8" ?>
<xs:schema xmlns="http://tempuri.org/KNITORD_Schema.xsd" xmlns:mstns="http://tempuri.org/KNITORD_Schema.xsd"
     xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://tempuri.org/KNITORD_Schema.xsd"
     elementFormDefault="qualified" id="KNITORD_Schema">
     <xs:element name="KNITORD">
          <xs:complexType>
               <xs:sequence>
                    <xs:element maxOccurs="unbounded" ref="mstns:Item" />
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="Item">
          <xs:complexType>
               <xs:sequence>
                    <xs:element name="Response" type="xs:string" />
                    <xs:element name="Operation_Type">
                         <xs:simpleType>
                              <xs:restriction base="xs:string">
                                   <xs:enumeration value="O" />
                                   <xs:enumeration value="C" />
                                   <xs:enumeration value="U" />
                                   <xs:enumeration value="H" />
                              </xs:restriction>
                         </xs:simpleType>
                    </xs:element>
                    <xs:element name="WIPID" type="xs:string" />
                    <xs:element name="ProductID" type="xs:string" />
                    <xs:element name="XP_OA_Route" type="xs:string" />
                    <xs:element name="XP_Rolls" type="xs:integer" />
                    <xs:element name="XP_Wip_Comments" type="xs:string" />
               </xs:sequence>
          </xs:complexType>
     </xs:element>
</xs:schema>

Hi Sashwat,
Ther requirement goes here.....
1. CSV file initite the process (assume it has two columns .....)
2. Based upon the CSV file data we have to invoke one webservice (existing)
3. There will be mapping between Recieved Data from CSV (source ) and WebSrvice input variable
4. WebService is secured webService so we need to pass some values like username / pasword inside SOAP header
Please revert back for more clarification

Similar Messages

  • .wsdl is not created for Empty BPEL Project in 10.1.3

    Hi,
    In BPEL Designer 10.1.3, Whenever I am creating the Synchronous or Asynchronous BPEL Process project, by default bpel.xml, .bpel, .wsdl file are created. But if I create the Empty BPEL process project, only bpel.xml and .bpel files are created, but .wsdl file are not created.
    But in the BPEL Designer 10.1.2, for Empty project all bpel.xml, .bpel, .wsdl files are created.
    Can you let me know, if it is known issue of 10.1.3

    The application has to access all the events in the library. Have you tried trashing prefs and repairing permissions?

  • Error syncing Project - Fails at migration of large revision (with 35000 adds)

    Hello Microsoft!
    We have managed to migrate large projects before. But this time we are getting errors, at a point where the tool tries to migrate a check-in with large (35000) adds. It then re-tries to process the 35000 adds and again fails, then re-tries.
    There are large adds in this revision because the user has checked-in a large lot of files at one time.
    The tool logs show that it is sometimes able to process 1000, sometimes 4000, sometimes 7000; I have even seen it reaching upto 21000 of 35969 adds. Not sure why this is happening!
    Below are logs. Please will you help us find solution to this.
    [2/4/2015 12:16:02 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finished scheduling! 
    [2/4/2015 12:33:23 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 1000 of 35969 Adds 
    [2/4/2015 12:50:58 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 2000 of 35969 Adds 
    [2/4/2015 1:10:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 3000 of 35969 Adds 
    [2/4/2015 1:38:42 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 4000 of 35969 Adds 
    [2/4/2015 2:09:35 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 5000 of 35969 Adds 
    [2/4/2015 2:34:02 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 6000 of 35969 Adds 
    [2/4/2015 2:44:20 AM] TfsIntegrationService.exe Warning: 0 : VersionControl: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. 
    [2/4/2015 2:44:20 AM] TfsIntegrationService.exe Information: 0 : VersionControl: System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException:
    An existing connection was forcibly closed by the remote host 
    [2/4/2015 2:44:20 AM]    at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult) 
    [2/4/2015 2:44:20 AM]    at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult) 
    [2/4/2015 2:44:20 AM]    --- End of inner exception stack trace --- 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.VersionControl.Client.UploadDownload.EndDownload(IAsyncResult asyncResult) 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.VersionControl.Client.Client.DownloadFile(String downloadUrl, String localFileName) 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.VersionControl.Client.Item.DownloadFile(String localFileName) 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.Download(String localPath) 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.downloadItem(BatchedItem itemToBeDownloaded) 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendAdds() 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendChanges() 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.Flush() 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.Flush(BatchingContext context) 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.ProcessChangeGroup(ChangeGroup group) 
    [2/4/2015 2:44:20 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Unresolved conflict:  
    [2/4/2015 2:44:20 AM]   Session: eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 
    [2/4/2015 2:44:20 AM]   Source: 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:44:20 AM]   Message: Cannot find applicable resolution rule. 
    [2/4/2015 2:44:20 AM]   Conflict Type: Runtime Error 
    [2/4/2015 2:44:20 AM]   Conflict Type Reference Name: f6dab314-2792-40d9-86cc-b40f5b827d86 
    [2/4/2015 2:44:20 AM]   Conflict Details: System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was
    forcibly closed by the remote host 
    [2/4/2015 2:44:20 AM]    at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult) 
    [2/4/2015 2:44:20 AM]    at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult) 
    [2/4/2015 2:44:20 AM]    --- End of inner exception stack trace --- 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.VersionControl.Client.UploadDownload.EndDownload(IAsyncResult asyncResult) 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.VersionControl.Client.Client.DownloadFile(String downloadUrl, String localFileName) 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.VersionControl.Client.Item.DownloadFile(String localFileName) 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.Download(String localPath) 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.downloadItem(BatchedItem itemToBeDownloaded) 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendAdds() 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendChanges() 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.Flush() 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.Flush(BatchingContext context) 
    [2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.ProcessChangeGroup(ChangeGroup group) 
    [2/4/2015 2:44:20 AM]  
    [2/4/2015 2:44:20 AM]  
    [2/4/2015 2:44:20 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Stopping current trip for session: eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 
    [2/4/2015 2:44:20 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Recorded sync point for migration source fd615486-5fdc-4377-8a10-f130e635df3b of session eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 with Source High Water Mark 'HWMDelta' value of
    '22084' 
    [2/4/2015 2:44:20 AM] TfsIntegrationService.exe Information: 0 : VersionControl: VersionControl: Session stopped! 
    [2/4/2015 2:44:50 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Pipeline flow from 87766026-7889-4150-b6ff-bb09b4749ad6 to fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:44:50 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:44:50 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating linking delta for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:44:50 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating migration instructions for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Starting basic conflict detection 
    [2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finishing basic conflict detection 
    [2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
    [2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Post-processing delta table entries from the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Migrating to the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
    [2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Processing linking delta 
    [2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Migrating links to the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Recorded sync point for migration source 87766026-7889-4150-b6ff-bb09b4749ad6 of session eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 with Source High Water Mark 'HWMDelta' value of
    '68541' 
    [2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl:  
    [2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Pipeline flow from fd615486-5fdc-4377-8a10-f130e635df3b to 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:44:53 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating linking delta for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:44:53 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:44:53 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating migration instructions for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:44:53 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Starting basic conflict detection 
    [2/4/2015 2:44:54 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finishing basic conflict detection 
    [2/4/2015 2:44:54 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
    [2/4/2015 2:44:54 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Target AnalysisProvider detecting conflicts in ChangeGroup #134544 
    [2/4/2015 2:44:54 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Post-processing delta table entries from the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:44:54 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Migrating to the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:44:54 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
    [2/4/2015 2:44:54 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Processing ChangeGroup #132730, change 22081 
    [2/4/2015 2:45:10 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finished scheduling! 
    [2/4/2015 2:49:42 AM] TfsIntegrationService.exe Warning: 0 : VersionControl: TF400324: Team Foundation services are not available from server 10.100.2.69\DefaultCollection. 
    [2/4/2015 2:49:42 AM] Technical information (for administrator): 
    [2/4/2015 2:49:42 AM]   The request was aborted: The operation has timed out. 
    [2/4/2015 2:49:42 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Microsoft.TeamFoundation.TeamFoundationServiceUnavailableException: TF400324: Team Foundation services are not available from server 10.100.2.69\DefaultCollection. 
    [2/4/2015 2:49:42 AM] Technical information (for administrator): 
    [2/4/2015 2:49:42 AM]   The request was aborted: The operation has timed out. ---> System.Net.WebException: The request was aborted: The operation has timed out. 
    [2/4/2015 2:49:42 AM]    at System.Net.HttpWebRequest.GetResponse() 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.SendRequestAndGetResponse(HttpWebRequest webRequest, WebException& webException) 
    [2/4/2015 2:49:42 AM]    --- End of inner exception stack trace --- 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.ReadResponse(HttpWebResponse webResponse, WebException webException) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.SendRequest() 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpRequestChannel.Request(TfsMessage message, TimeSpan timeout) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, TimeSpan timeout, Object[]& outputs) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, Object[]& outputs) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.Repository4.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType, Boolean generateDownloadUrls,
    Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayer.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType, Boolean generateDownloadUrls,
    Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayerLocalWorkspaces.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType,
    Boolean generateDownloadUrls, Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItems(ItemSpec[] itemSpecs, VersionSpec version, DeletedState deletedState, ItemType itemType, GetItemsOptions options, String[] itemPropertyFilters,
    String[] itemAttributeFilters) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItems(ItemSpec itemSpec, VersionSpec version, DeletedState deletedState, ItemType itemType, GetItemsOptions options) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, DeletedState deletedState, GetItemsOptions options) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, Int32 deletionId, GetItemsOptions options) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, Int32 deletionId, Boolean includeDownloadInfo) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.loadCachedItem() 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.get_CachedItem() 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.Download(String localPath) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.downloadItem(BatchedItem itemToBeDownloaded) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendAdds() 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendChanges() 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.Flush() 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.Flush(BatchingContext context) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.ProcessChangeGroup(ChangeGroup group) 
    [2/4/2015 2:49:42 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Unresolved conflict:  
    [2/4/2015 2:49:42 AM]   Session: eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 
    [2/4/2015 2:49:42 AM]   Source: 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:49:42 AM]   Message: Cannot find applicable resolution rule. 
    [2/4/2015 2:49:42 AM]   Conflict Type: Runtime Error 
    [2/4/2015 2:49:42 AM]   Conflict Type Reference Name: f6dab314-2792-40d9-86cc-b40f5b827d86 
    [2/4/2015 2:49:42 AM]   Conflict Details: Microsoft.TeamFoundation.TeamFoundationServiceUnavailableException: TF400324: Team Foundation services are not available from server 10.100.2.69\DefaultCollection. 
    [2/4/2015 2:49:42 AM] Technical information (for administrator): 
    [2/4/2015 2:49:42 AM]   The request was aborted: The operation has timed out. ---> System.Net.WebException: The request was aborted: The operation has timed out. 
    [2/4/2015 2:49:42 AM]    at System.Net.HttpWebRequest.GetResponse() 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.SendRequestAndGetResponse(HttpWebRequest webRequest, WebException& webException) 
    [2/4/2015 2:49:42 AM]    --- End of inner exception stack trace --- 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.ReadResponse(HttpWebResponse webResponse, WebException webException) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.SendRequest() 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpRequestChannel.Request(TfsMessage message, TimeSpan timeout) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, TimeSpan timeout, Object[]& outputs) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, Object[]& outputs) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.Repository4.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType, Boolean generateDownloadUrls,
    Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayer.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType, Boolean generateDownloadUrls,
    Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayerLocalWorkspaces.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType,
    Boolean generateDownloadUrls, Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItems(ItemSpec[] itemSpecs, VersionSpec version, DeletedState deletedState, ItemType itemType, GetItemsOptions options, String[] itemPropertyFilters,
    String[] itemAttributeFilters) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItems(ItemSpec itemSpec, VersionSpec version, DeletedState deletedState, ItemType itemType, GetItemsOptions options) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, DeletedState deletedState, GetItemsOptions options) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, Int32 deletionId, GetItemsOptions options) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, Int32 deletionId, Boolean includeDownloadInfo) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.loadCachedItem() 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.get_CachedItem() 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.Download(String localPath) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.downloadItem(BatchedItem itemToBeDownloaded) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendAdds() 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendChanges() 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.Flush() 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.Flush(BatchingContext context) 
    [2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.ProcessChangeGroup(ChangeGroup group) 
    [2/4/2015 2:49:42 AM]  
    [2/4/2015 2:49:42 AM]  
    [2/4/2015 2:49:42 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Stopping current trip for session: eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 
    [2/4/2015 2:49:42 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Recorded sync point for migration source fd615486-5fdc-4377-8a10-f130e635df3b of session eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 with Source High Water Mark 'HWMDelta' value of
    '22084' 
    [2/4/2015 2:49:42 AM] TfsIntegrationService.exe Information: 0 : VersionControl: VersionControl: Session stopped! 
    [2/4/2015 2:50:12 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Pipeline flow from 87766026-7889-4150-b6ff-bb09b4749ad6 to fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:50:12 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:50:12 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating linking delta for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:50:12 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating migration instructions for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Starting basic conflict detection 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finishing basic conflict detection 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Post-processing delta table entries from the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Migrating to the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Processing linking delta 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Migrating links to the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Recorded sync point for migration source 87766026-7889-4150-b6ff-bb09b4749ad6 of session eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 with Source High Water Mark 'HWMDelta' value of
    '68541' 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl:  
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Pipeline flow from fd615486-5fdc-4377-8a10-f130e635df3b to 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating linking delta for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating migration instructions for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Starting basic conflict detection 
    [2/4/2015 2:50:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finishing basic conflict detection 
    [2/4/2015 2:50:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
    [2/4/2015 2:50:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Target AnalysisProvider detecting conflicts in ChangeGroup #134544 
    [2/4/2015 2:50:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Post-processing delta table entries from the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:50:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Migrating to the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 2:50:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
    [2/4/2015 2:50:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Processing ChangeGroup #132730, change 22081 
    [2/4/2015 2:50:22 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finished scheduling! 
    [2/4/2015 3:05:29 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 1000 of 35969 Adds 
    [2/4/2015 3:33:27 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 2000 of 35969 Adds 
    [2/4/2015 3:49:01 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 3000 of 35969 Adds 
    [2/4/2015 4:03:54 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 4000 of 35969 Adds 
    [2/4/2015 4:16:15 AM] TfsIntegrationService.exe Warning: 0 : VersionControl: TF400324: Team Foundation services are not available from server 10.100.2.69\DefaultCollection. 
    [2/4/2015 4:16:15 AM] Technical information (for administrator): 
    [2/4/2015 4:16:15 AM]   The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. 
    [2/4/2015 4:16:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Microsoft.TeamFoundation.TeamFoundationServiceUnavailableException: TF400324: Team Foundation services are not available from server 10.100.2.69\DefaultCollection. 
    [2/4/2015 4:16:15 AM] Technical information (for administrator): 
    [2/4/2015 4:16:15 AM]   The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept
    alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly
    closed by the remote host 
    [2/4/2015 4:16:15 AM]    at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) 
    [2/4/2015 4:16:15 AM]    at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) 
    [2/4/2015 4:16:15 AM]    --- End of inner exception stack trace --- 
    [2/4/2015 4:16:15 AM]    at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) 
    [2/4/2015 4:16:15 AM]    at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) 
    [2/4/2015 4:16:15 AM]    at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) 
    [2/4/2015 4:16:15 AM]    --- End of inner exception stack trace --- 
    [2/4/2015 4:16:15 AM]    at System.Net.HttpWebRequest.GetResponse() 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.SendRequestAndGetResponse(HttpWebRequest webRequest, WebException& webException) 
    [2/4/2015 4:16:15 AM]    --- End of inner exception stack trace --- 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.ReadResponse(HttpWebResponse webResponse, WebException webException) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.SendRequest() 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpRequestChannel.Request(TfsMessage message, TimeSpan timeout) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, TimeSpan timeout, Object[]& outputs) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, Object[]& outputs) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.Repository4.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType, Boolean generateDownloadUrls,
    Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayer.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType, Boolean generateDownloadUrls,
    Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayerLocalWorkspaces.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType,
    Boolean generateDownloadUrls, Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItems(ItemSpec[] itemSpecs, VersionSpec version, DeletedState deletedState, ItemType itemType, GetItemsOptions options, String[] itemPropertyFilters,
    String[] itemAttributeFilters) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItems(ItemSpec itemSpec, VersionSpec version, DeletedState deletedState, ItemType itemType, GetItemsOptions options) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, DeletedState deletedState, GetItemsOptions options) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, Int32 deletionId, GetItemsOptions options) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, Int32 deletionId, Boolean includeDownloadInfo) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.loadCachedItem() 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.get_CachedItem() 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.Download(String localPath) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.downloadItem(BatchedItem itemToBeDownloaded) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendAdds() 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendChanges() 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.Flush() 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.Flush(BatchingContext context) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.ProcessChangeGroup(ChangeGroup group) 
    [2/4/2015 4:16:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Unresolved conflict:  
    [2/4/2015 4:16:15 AM]   Session: eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 
    [2/4/2015 4:16:15 AM]   Source: 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 4:16:15 AM]   Message: Cannot find applicable resolution rule. 
    [2/4/2015 4:16:15 AM]   Conflict Type: Runtime Error 
    [2/4/2015 4:16:15 AM]   Conflict Type Reference Name: f6dab314-2792-40d9-86cc-b40f5b827d86 
    [2/4/2015 4:16:15 AM]   Conflict Details: Microsoft.TeamFoundation.TeamFoundationServiceUnavailableException: TF400324: Team Foundation services are not available from server 10.100.2.69\DefaultCollection. 
    [2/4/2015 4:16:15 AM] Technical information (for administrator): 
    [2/4/2015 4:16:15 AM]   The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept
    alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly
    closed by the remote host 
    [2/4/2015 4:16:15 AM]    at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) 
    [2/4/2015 4:16:15 AM]    at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) 
    [2/4/2015 4:16:15 AM]    --- End of inner exception stack trace --- 
    [2/4/2015 4:16:15 AM]    at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) 
    [2/4/2015 4:16:15 AM]    at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) 
    [2/4/2015 4:16:15 AM]    at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) 
    [2/4/2015 4:16:15 AM]    --- End of inner exception stack trace --- 
    [2/4/2015 4:16:15 AM]    at System.Net.HttpWebRequest.GetResponse() 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.SendRequestAndGetResponse(HttpWebRequest webRequest, WebException& webException) 
    [2/4/2015 4:16:15 AM]    --- End of inner exception stack trace --- 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.ReadResponse(HttpWebResponse webResponse, WebException webException) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.SendRequest() 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpRequestChannel.Request(TfsMessage message, TimeSpan timeout) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, TimeSpan timeout, Object[]& outputs) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, Object[]& outputs) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.Repository4.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType, Boolean generateDownloadUrls,
    Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayer.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType, Boolean generateDownloadUrls,
    Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayerLocalWorkspaces.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType,
    Boolean generateDownloadUrls, Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItems(ItemSpec[] itemSpecs, VersionSpec version, DeletedState deletedState, ItemType itemType, GetItemsOptions options, String[] itemPropertyFilters,
    String[] itemAttributeFilters) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItems(ItemSpec itemSpec, VersionSpec version, DeletedState deletedState, ItemType itemType, GetItemsOptions options) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, DeletedState deletedState, GetItemsOptions options) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, Int32 deletionId, GetItemsOptions options) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, Int32 deletionId, Boolean includeDownloadInfo) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.loadCachedItem() 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.get_CachedItem() 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.Download(String localPath) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.downloadItem(BatchedItem itemToBeDownloaded) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendAdds() 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendChanges() 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.Flush() 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.Flush(BatchingContext context) 
    [2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.ProcessChangeGroup(ChangeGroup group) 
    [2/4/2015 4:16:15 AM]  
    [2/4/2015 4:16:15 AM]  
    [2/4/2015 4:16:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Stopping current trip for session: eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 
    [2/4/2015 4:16:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Recorded sync point for migration source fd615486-5fdc-4377-8a10-f130e635df3b of session eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 with Source High Water Mark 'HWMDelta' value of
    '22084' 
    [2/4/2015 4:16:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: VersionControl: Session stopped! 
    [2/4/2015 4:16:45 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Pipeline flow from 87766026-7889-4150-b6ff-bb09b4749ad6 to fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 4:16:45 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 4:16:45 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating linking delta for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 4:16:45 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 4:16:46 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating migration instructions for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 4:16:46 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Starting basic conflict detection 
    [2/4/2015 4:16:46 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finishing basic conflict detection 
    [2/4/2015 4:16:46 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
    [2/4/2015 4:16:46 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Post-processing delta table entries from the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 4:16:46 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Migrating to the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 4:16:46 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
    [2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Processing linking delta 
    [2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Migrating links to the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Recorded sync point for migration source 87766026-7889-4150-b6ff-bb09b4749ad6 of session eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 with Source High Water Mark 'HWMDelta' value of
    '68541' 
    [2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl:  
    [2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Pipeline flow from fd615486-5fdc-4377-8a10-f130e635df3b to 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating linking delta for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
    [2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating migration instructions for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Starting basic conflict detection 
    [2/4/2015 4:16:48 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finishing basic conflict detection 
    [2/4/2015 4:16:48 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
    [2/4/2015 4:16:48 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Target AnalysisProvider detecting conflicts in ChangeGroup #134544 
    [2/4/2015 4:16:48 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Post-processing delta table entries from the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 4:16:48 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Migrating to the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
    [2/4/2015 4:16:48 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
    [2/4/2015 4:16:48 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Processing ChangeGroup #132730, change 22081 
    [2/4/2015 4:17:03 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finished scheduling! 
    [2/4/2015 4:29:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 1000 of 35969 Adds 
    [2/4/2015 4:43:54 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 2000 of 35969 Adds 
    [2/4/2015 4:56:26 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 3000 of 35969 Adds 
    [2/4/2015 5:10:25 AM] TfsIntegrationService.exe Warning: 0 : VersionControl: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection
    failed because connected host has failed to respond. 
    [2/4/2015 5:10:25 AM] TfsIntegrationService.exe Information: 0 : VersionControl: System.IO.IOException: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of
    time, or established connection failed because connected host has failed to respond. ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection
    failed because connected host has failed to respond 
    [2/4/2015 5:10:25 AM]    at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult) 
    [2/4/2015 5:10:25 AM]    at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult) 
    [2/4/2015 5:10:25 AM]    --- End of inner exception stack trace --- 

    Hi Nachiket,
    From the error message, seems the transport connection was lost during the migration process. You have to make sure the connection works between the two side. You  can delete the team foundation cache and try again. Also refer the blog to see if the
    issue cab be resolved:
    http://blogs.msdn.com/b/taylaf/archive/2010/02/10/team-foundation-server-unable-to-read-data-from-the-transport-connection-an-existing-connection-was-forcibly-closed-by-the-remote-host.aspx
    You can also exclude some of the pending chagnes items, and do the migrate for less pending changes each time if you can migrate thousands adds. Also refer to this
    page to limit the uploadchunksize. If the issue persists, please elaborate more details about your scenario.
    Best regards, 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to create a .jar file for the BPEL project

    hi all,
    how can i create a .jar file for my BPEL project, i am trying to deploy the project but getting an error :
    "Error: [Error ORABPEL-10902]: compilation failed [Description]: in "C:\OraBPELPM\integration\jdev\jdev\mywork\Workspace_BPELDemo\BPEL_Report\BPEL_Report.bpel", XML parsing failed because "". [Potential fix]: n/a. "
    and when doubel cliking on this error Jdev take me to the beginning of the ".bpel" file.
    I 'm really stuck in here i am not able to deploy the process!
    Thanks,
    Rana

    Rana:
    If you haven't already, I would post this question in the BPEL forum. I would expect a much better turnaround there.
    Johnny Lee

  • Error in deploying BPEL project from Jdeveloper

    Hi all,
    I am using Jdeveloper 10.1.3.4.0.
    For the first time BPEL project deployed successfully, but when i am trying to deploy second time it's giving the below error.
    BUILD FAILED
    D:\jdevstudio10134\jdev\mywork\AIA_POC_Application\AIABPELProcess1\build.xml:77: A problem occured while connecting to server "172.16.122.234" using port "80": bpel_AIABPELProcess1_1.0.jar failed to deploy. Exception message is: Error deploying BPEL suitcase.
    An error occurred while attempting to deploy the BPEL suitcase file "D:\SOA10.1.3.5\10.1.3.1\OracleAS_1\bpel\domains\default\tmp\bpel_10514847.tmp"; the exception reported is: archive cannot rename D:\SOA10.1.3.5\10.1.3.1\OracleAS_1\bpel\domains\default\tmp\.bpel_AIABPELProcess1_1.0_a5bf50a13f9cba731b8f263f2431a17c.tmp
    pls help me.
    thanks
    mani

    Can you check these things :
    1) is this issue with only this project ? Try deploying some other project
    2) try deploying this project using ant (change values in build.properties and right click on project -> run ant or something like that, use default deploy target)
    3) try undeploying project from server and then redeploying it again
    also, why is it connecting to port 80? normally it is 8888 or 7777 right?
    regards,
    Ketan

  • BPEL validation failed in "SOA Order Booking" Applicaton sample

    Apache ant log error message as follows:
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    Buildfile: C:\Documents and Settings\wbrkadm\Desktop\OEMS\ESBSamples\QuickStart\soademo_101310_prod\SOADEMO\SOAOrderBooking\build.xml
    pre-deploy:
    validateTask:
    [echo]
    | Validating workflow
    [validateTask] url is file:/C:/jdevstudiobase10132/integration/bpm/support/files/WorkflowTaskDefinition.xsd
    [validateTask] Validation of workflow task definitions is completed without errors
    deployDecisionServices:
    [echo]
    | Deploying decision services for SOAOrderBooking on localhost, port 8888
    [deployDecisionServices] 07/09/03 10:29:33 Notification ==>Application Deployer for rules_default_SOAOrderBooking_1_0_DecisionService STARTS.
    [deployDecisionServices]
    [deployDecisionServices] 07/09/03 10:29:33 Notification ==>Undeploy previous deployment
    [deployDecisionServices]
    [deployDecisionServices] 07/09/03 10:29:33 Notification ==>Initialize C:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\rules_default_SOAOrderBooking_1_0_DecisionService.ear begins...
    [deployDecisionServices]
    [deployDecisionServices] 07/09/03 10:29:34 Notification ==>Initialize C:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\rules_default_SOAOrderBooking_1_0_DecisionService.ear ends...
    [deployDecisionServices]
    [deployDecisionServices] 07/09/03 10:29:34 Notification ==>Starting application : rules_default_SOAOrderBooking_1_0_DecisionService
    [deployDecisionServices]
    [deployDecisionServices] 07/09/03 10:29:34 Notification ==>Initializing ClassLoader(s)
    [deployDecisionServices]
    [deployDecisionServices] 07/09/03 10:29:34 Notification ==>Initializing EJB container
    [deployDecisionServices]
    [deployDecisionServices] 07/09/03 10:29:34 Notification ==>Loading connector(s)
    [deployDecisionServices]
    [deployDecisionServices] 07/09/03 10:29:34 Notification ==>Starting up resource adapters
    [deployDecisionServices]
    [deployDecisionServices] 07/09/03 10:29:34 Notification ==>Initializing EJB sessions
    [deployDecisionServices]
    [deployDecisionServices] 07/09/03 10:29:34 Notification ==>Committing ClassLoader(s)
    [deployDecisionServices]
    [deployDecisionServices] 07/09/03 10:29:34 Notification ==>Initialize DecisionService-web begins...
    [deployDecisionServices]
    [deployDecisionServices] 07/09/03 10:29:34 Notification ==>Initialize DecisionService-web ends...
    [deployDecisionServices]
    [deployDecisionServices] 07/09/03 10:29:34 Notification ==>Started application : rules_default_SOAOrderBooking_1_0_DecisionService
    [deployDecisionServices]
    [deployDecisionServices] 07/09/03 10:29:34 Notification ==>Application Deployer for rules_default_SOAOrderBooking_1_0_DecisionService COMPLETES. Operation time: 1250 msecs
    [deployDecisionServices]
    [deployDecisionServices] Successfully deployed decision services on server "localhost"
    compile:
    [echo]
    | Compiling bpel process SOAOrderBooking, revision 1.0
    [bpelc] ORABPEL-01021
    [bpelc]
    [bpelc] BPEL validation failed.
    [bpelc] BPEL source validation failed, the errors are:
    [bpelc]
    [bpelc] [Error ORABPEL-10903]: failed to read wsdl
    [bpelc] [Description]: in "bpel.xml", Failed to read wsdl.
    [bpelc] Error happened when reading wsdl at "http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl", because "Error reading import of http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl: Failed to read WSDL from http://01HW127690.India.TCS.com:8888/esb/slide/ESB_Projects/SOADEMO_FulfillmentESB/Fulfillment_OrderFulfillment.wsdl: HTTP connection error code is 407".
    [bpelc] Make sure wsdl exists at that URL and is valid.
    [bpelc] .
    [bpelc] [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    [bpelc] .
    [bpelc]
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.validateClientSide(CubeProcessor.java:1133)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.transformClientSide(CubeProcessor.java:449)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeParserHelper.compileClientSide(CubeParserHelper.java:83)
    [bpelc]      at com.collaxa.cube.ant.taskdefs.Bpelc.execute(Bpelc.java:626)
    [bpelc]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [bpelc]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [bpelc]      at org.apache.tools.ant.Target.execute(Target.java:341)
    [bpelc]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [bpelc]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [bpelc]      at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [bpelc]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [bpelc]      at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [bpelc]      at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
    [bpelc]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [bpelc]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [bpelc]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [bpelc]      at java.lang.reflect.Method.invoke(Method.java:585)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    [bpelc] BPEL validation failed.
    [bpelc] BPEL source validation failed, the errors are:
    [bpelc]
    [bpelc] [Error ORABPEL-10903]: failed to read wsdl
    [bpelc] [Description]: in "bpel.xml", Failed to read wsdl.
    [bpelc] Error happened when reading wsdl at "http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl", because "Error reading import of http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl: Failed to read WSDL from http://01HW127690.India.TCS.com:8888/esb/slide/ESB_Projects/SOADEMO_FulfillmentESB/Fulfillment_OrderFulfillment.wsdl: HTTP connection error code is 407".
    [bpelc] Make sure wsdl exists at that URL and is valid.
    [bpelc] .
    [bpelc] [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    [bpelc] .
    [bpelc]
    BUILD FAILED
    C:\Documents and Settings\wbrkadm\Desktop\OEMS\ESBSamples\QuickStart\soademo_101310_prod\SOADEMO\SOAOrderBooking\build.xml:72: Validation error
    Total time: 11 seconds
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    You are using compatible JDevelopers.
    Can you please confirm that it is the deployment of the BPEL process that is failing and not the ESB.
    You should be able to select 'Not Sepcified' for the My Role in the partner link page. If you can't then that partner link do not have a role for my role.
    If you don't get anything to select in partner link type then JDeveloper cannot connect to the WSDL location.
    If you are able to connect via a browser then there must be an issue with the proxy configuration in JDeveloper. These setting should look exactly the same as your browser.
    cheers
    James

  • Bpel deployment fails for all processes that have revision other than 1.0.

    Using: Release *10.1.3.3.1*
    Hello All,
    Bpel deployment fails for all processes that have revision other than *1.0*.
    We have been attempting to deploy several BPEL projects via ANT script to a target environment and are encountering failures to deploy for every project which isn’t a (revision 1.0). We are getting the following error whenever we try to deploy a process with a revision other than 1.0:
    D:\TJ_AutoDeploy\BPEL_AutoDeploy_BETA\build.xml:65: BPEL archive doesnt exist in directory "{0}"
         at com.collaxa.cube.ant.taskdefs.DeployRemote.getJarFile(DeployRemote.java:254)
         at com.collaxa.cube.ant.taskdefs.DeployRemote.deployProcess(DeployRemote.java:409)
         at com.collaxa.cube.ant.taskdefs.DeployRemote.execute(DeployRemote.java:211)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
         at org.apache.tools.ant.Main.runBuild(Main.java:668)
         at org.apache.tools.ant.Main.startAnt(Main.java:187)
         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
    The structure of our automated deployment script is as follows:
    First, a batch script calls (Jdeveloper_BPEL_Prompt.bat) in order to set all necessary environment variables i.e. ORACLE_HOME, BPEL_HOME, ANT_HOME, etc for ant.
    Next, the script lists every .jar file within the directory to an .ini file called BPEL_List.ini. Furthermore, BPEL_DIR, ADMIN_USER and ADMIN_PSWD variables are set and initialized respectively to:
    -     “.” – point to directory where script is running from because all the BPEL processes are located here
    -     “oc4jadmin”
    -     “*********” (whatever the password for out environment is)
    We’ve developed a method to have the script prompt the user to select the target environment to deploy to. Once the user selects the appropriate environment, the script goes through the BPEL_List.ini files and a loop tells it that for every BPEL process listed:
    DO ant
    -Dprocess.name=%%b
    -Drev= !Rev!
    -Dpath=%BPEL_DIR%
    -Ddomain=default
    -Dadmin.user=%ADMIN_USER%
    -Dadmin.password=%ADMIN_PWD%
    -Dhttp.hostname=%HOST%
    -Dhttp.port=%PORT%
    -Dverbose=true
    (What’s happening is that the variables in the batch file are being passed on to the ANT script where *%%b* is the process name, !rev! is revision #, and so on…)
    The loop goes through each line in the BPEL_List.ini and tokenizes the BPEL process into 3 parts *(%%a, %%b, and %%c)* but we only extract 2 parts: *%%b* (process name) and *%%c* which becomes !Rev! (revision number).
    Example:
    Sample BPEL process:
    bpel_ThisIsProcess1_1.0.jar
    bpel_ThisIsProcess2_SOAv2.19.0.001B.jar
    After tokenizing:
    %%a     %%b     %%c
    bpel     ThisIsProcess1     1.0.jar
    bpel     ThisIsProcess2     SOAv2.19.0.001B.jar
    *!Rev!* and not *%%c* because *%%c* will return whatever the revision number is + the “.jar” file extension as illustrated above. So to circumvent this, we parse *%%c* so that the last 4 characters are stripped. Such is done like this:
    set RevN=%%c
    set RevN=!RevN:~0,-4!
    Hence, the usage of !Rev!.
    Below is a screenshot post of the ANT build.xml that goes with our script:
    <!--<?xml version="1.0"?>-->
    <!--BUILD.XML-->
    <project name="bpel.deploy" default="deployProcess" basedir=".">
         <!--
         This ant build file was generated by JDev to deploy the BPEL process.
         DONOT EDIT THIS JDEV GENERATED FILE. Any customization should be done
         in default target in user created pre-build.xml or post-build.xml
         -->
         <property name="process.dir" value="${basedir}" />
              <!-- Set BPEL process name -->
              <!--
              <xmlproperty file="${process.dir}/bpel/bpel.xml"/>
              <property name="process.name" value="${BPELSuitcase.BPELProcess(id)}"/>
              <property name="rev" value="${BPELSuitcase(rev)}"/>
              -->
         <property environment="env"/>
         <!-- Set bpel.home from developer prompt's environment variable BPEL_HOME -->
              <condition property="bpel.home" value="${env.BPEL_HOME}">
                   <available file="${env.BPEL_HOME}/utilities/ant-orabpel.xml" />
              </condition>
         <!-- show that both bpel and oracle.home are located (TESTING purposes ONLY) -->
         <!-- <echo>HERE:${env.BPEL_HOME} ${env.ORACLE_HOME}</echo> -->
         <!-- END TESTING -->
         <!--If bpel.home is not yet using env.BPEL_HOME, set it for JDev -->
         <property name="oracle.home" value="${env.ORACLE_HOME}" />
         <property name="bpel.home" value="${oracle.home}/bpel" />
         <!--First override from build.properties in process.dir, if available-->
         <property file="${process.dir}/build.properties"/>
         <!--import custom ant tasks for the BPEL PM-->
         <import file="${bpel.home}/utilities/ant-orabpel.xml" />
         <!--Use deployment related default properties-->
         <property file="${bpel.home}/utilities/ant-orabpel.properties" />
         <!-- *************************************************************************************** -->
         <target name="deployProcess">
              <tstamp>
                   <format property="timestamp" pattern="MM-dd-yyyy HH:mm:ss" />
              </tstamp>
              <!-- WRITE TO LOG FILE #tjas -->
              <record name="build_verbose.log" loglevel="verbose" append="true" />
              <record name="build_debug.log" loglevel="debug" append="true" />
              <echo></echo>
              <echo>####################################################################</echo>
              <echo>BPEL_AutoDeploy initiated @ ${timestamp}</echo>
              <echo>--------------------------------------------------------------------</echo>
              <echo>Deploying ${process.name} on ${http.hostname} port ${http.port} </echo>
              <echo>--------------------------------------------------------------------</echo>
              <deployProcess
                   user="${admin.user}"
                   password="${admin.password}"
                   domain="${domain}"
                   process="${process.name}"
                   rev="${rev}"
                   dir="${process.dir}/${path}"
                   hostname="${http.hostname}"
                   httpport="${http.port}"
                   verbose="${verbose}" />
              <sleep seconds="30" />
              <!--<echo message="${process.name} deployment logged to ${build_verbose.log}"/>
              <echo message="${process.name} deployment logged to ${build.log}"/> -->
         </target>
         <!-- *************************************************************************************** -->
    </project>
    SUMMARY OF ISSUE AT HAND:
    ~ Every bpel process w/ 1.0 revision deploys with no problems
    ~ At first I would get an invalid character error most likely due to the “!” preceding “Rev”, but then I decided to set rev=”false” in the build.xml file. That didn’t work quite well. In another attempt, I decided to leave the –Drev= attribute within the batch script blank. That still led to 1.0s going through. My next thought was deploying something other than a 1.0, such as 1.2 or 2.0 and that’s when I realized that if it wasn’t a 1.0, it refused to go through.
    QUESTIONS:
    1.     IS THERE A WAY TO HAVE ANT LOOK INTO THE BPEL PROCESS AND PULL THE REVISION ID?
    2.     WHAT ARE WE DOING WRONG? ARE WE MISSING ANYTHING?
    3.     DID WE GO TOO FAR? MEANING, IS THERE A MUCH EASIER WAY WE OVERLOOKED/FORGOT/OR DON’T KNOW ABOUT THAT EXISTS?
    Edited by: 793292 on Jul 28, 2011 12:38 PM

    Only thing i can think of is instead of using a MAC ACL , u cud jus use the default class
    Policy Map Test
    class class-default
    police 56000 8000 exceed-action drop
    Class Map match-any class-default (id 0)
    Match any
    You would be saving a MAC-ACL ;-).

  • Redeploy BPEL Projects from EM

    Hello,
    I have noticed an issue in EM and wasn't sure how to resolve this. I hope someone can help me.
    When I click on one of the BPEL project in EM, it throws the below error. But when I redeployed the project, it works fine. I wanted to know if their is any way I can redeploy the project using the jar file that is on the server.
    Second question, for instance, I have a BPEL service deployed on the server and a partnerlink (database or WSDL) is invoked in this BPEL service that is down. During the same time if i bounce the server, this particular BPEL service fails to come up because it is trying to make a live connection. Is their any way to stop making live connections when the service is getting deployed. Please advise
    Error Message:
    The composite BPEL_Project (1.0) is not available. This could happen because either the composite has been undeployed or soa-infra has not yet loaded this composite.
    Unable to find a WSDL that has a definition for service {http://xmlns.oracle.com/Request_BPEL}bpel_client_ep and port Request_BPEL_pt. Please make sure that the port attribute for the binding defined in the composite file is correct by checking the namespace, service name, and port name. In addition, check that the WSDL associated with the binding namespace is imported and currently reachable (check the import nodes at the top of the composite file). Finally, validate the HTTP proxy settings for the server.

    Hi user10387854,
    Can you pls share the solution,for your second question:
    Second question, for instance, I have a BPEL service deployed on the server and a partnerlink (database or WSDL) is invoked in this BPEL service that is down. During the same time if i bounce the server, this particular BPEL service fails to come up because it is trying to make a live connection. Is their any way to stop making live connections when the service is getting deployed. Please advise

  • ORABPEL-09903 when deploying BPEL project

    Hi,
    When I am deploy a BPEL project, below error is reported:
    C:\jdevstudio10133\jdev\AppsCreateOrder\AppsCreateOrder\build.xml:79: A problem occured while connecting to server "col-hydra2" using port "7777":
    bpel_AppsCreateOrder_1.0.jar failed to deploy. Exception message is:
    ORABPEL-09903
    Could not initialize activation agent.
    Any help is greatly appreciated in helping resolve this issue.
    Regards,
    Balu

    Hi everyone,
    I have posted this under BPEL forum also where solution for this ORABPEL error is provided.
    URL:
    Urgent help needed for ORABPEL-09903
    But looking at the solution I am not understanding one thing.
    If we remove activationAgents from bpel.xml, then how our BPEL process gets initialized.
    Removing that xml fragment from the bpel.xml file will essentially render the adapter unserviceable because you have removed the activation agent linked with the adapter. Thus, despite the process getting deployed successfully, the adapter will not work and you will get a run-time error.
    Any opinions on this?
    Cheers,
    Abhi...

  • After importing schema in my BPEL project i am geeting an error

    Hi All,
    i am doing a OrderBooking Project(as a sample project) and on a step of adding transformation logic.
    i had created a BPEL project(POAcknowledge) of asyschronous type and imported a schema files(OrderBookingPO.xsd and POAcknowledge.xsd). and edited the message part of POAcknowledge. now when i am trying to deploy it ,i am getting one compilation error.
    Error:
    [Error ORABPEL-10902]: compilation failed
    [Description]: in "bpel.xml", XML parsing failed because "undefined part element.
    In WSDL at "file:/C:/jDeveloper/jdevhome/jdev/mywork/OrderBookingApplication/POAcknowledge/bpel/POAcknowledge.wsdl", message part element "{http://www.globalcompany.com/ns/sales}POAcknowledge" is not defined in any of the schemas.
    Please make sure the spelling of the element QName is correct and the WSDL import is complete.
    [Potential fix]: n/a.
    anybody help me in this.
    thanks and regards
    Divya

    It looks like a namespace issue. If possible can you provide us with the details on wsdl and xsd.

  • TopLink mapping errors on opening BPEL project in JDeveloper

    Hi,
    New to BPEL, and have just got back from the SOA course.
    I would appreciate some assistance in resolving the following type of error that appears when I start Jdeveloper and click on a particular BPEL project. I received the project in a ZIP file, which I then added to an existing (empty) application:
    "There was a problem encountered loading the TopLink Mappings
    project:<br>file:/D:/POMV/AltaFacilidadenRed/toplink/ModeloDatos/ModeloDatos.mwp"
    I have checked the directory mentioned, and the file is not present, nor was it present in the oiginal ZIP file.
    There are several other such errors, some of which I can tell are from typos, for example "borrraCustomer". In this example, I can see references to it in the .jpr file, as well as a single reference to it in the .bpel file:
    xmlns:ns31="http://xmlns.oracle.com/pcbpel/adapter/db/BorrraCustomerServices/"
    How do I go about resolving these errors - Can it be done within Jdeveloper, or do I need to edit files.
    Regards - Anit

    Hi,
    Did some digging around, and found a previous posting on a db adapter related issue which advised deleting from the project jpr file the offending entries in the following areas:
    <hash n="topLinkGenerateStatusReport">
    <hash n="topLinkMapsLocations">
    <hash n="topLinkQualifyTableNames">
    Did this, and now the project opens without errors.
    Anit

  • JDeveloper Giving XSD Parse Error in BPEL Project during Adapter Config

    Folks:
    I receive the following error in the JDEV "Type Chooser" from the Adapter Configuration Wizard GUI:
    Under the ESB Projects header:
    "Exception: Unable To Parse schema EmpDBOut_table.xsd"
    Yet, If I manually add the exact same XSD to the root of the BPEL PRoject, it parses perfectly fine.
    JDeveloper Version: 10.1.3.2.0.4066 Studio Edition
    Steps to recreate: 1) Create New BPEL Project with Empty BPEL Process;
    2) Add a JMS AdapterService and step through the Adapter wizard:
    Step 1 Name: TestESB
    Step 2 OEMS: memory/file
    Step 3: Connection (give it your previously configured App Server Connection)
    Step 4: Select Consume Message
    Step 5: Destination Name = demoTopic(Topic) at root of JMS tree
    Step 6: browse Schema location which brings up the Type Chooser dialog
    Choose any schema available inside the ESB Projects or the WSDL explorer and you get the same Exception.
    What's the problem here?

    I figured it out. The problem was inside the ESB Control. SOA Suite 10.1.3.1 was installed using http port 8889. When I went to look at the definitions of the end points in the ESB Control, the wsdl url location was showing 8888. When I changed the deployed ESB process using the ESB control to 8889 -- then JDeveloper was able to see the correct xsd definitions and the root elements are visible.
    SO, the quick answer is ESB default server location needs to be modified if the app server port is anything but 8888.

  • KB2879017 setup error - failed to migrate dependent packages

    Hi this error "KB2879017 setup error - failed to migrate dedpendent packages" during installation of Microsoft Security pacthes at Windows XP SP3 pc . I'm using IE7 (version 7.0.5730.13) . Below logs the error. Anyone can advice?
    275.407: Destination:C:\Program Files\internet explorer\iexplore.exe (7.0.6000.21357)
    275.407: UpdateSpUpdSvcInf: Source [ProcessesToRunAfterReboot] section is empty; nothing to do.
    275.407: MigrateHotfix: Migrating hotfix KB2586448-IE8
    275.407: QFE KB2586448-IE8 has no backup directory to migrate.
    275.407: Migrating QFE KB2586448-IE8 with command line: update.exe -Z -Q -B:sp3qfe
    289.797: Update.exe failed 1603.
    289.797: MigrateHotfixes: Migration of KB2586448-IE8 failed
    289.797: DoInstallation: Migration failed
    290.641: Failed to migrate dependent packages.
    351.032: Message displayed to the user: Failed to migrate dependent packages.
    351.032: User Input: OK
    351.032: Update.exe extended error code = 0xf0ea
    351.032: Update.exe return code was masked to 0x643 for MSI custom action compliance.

    This forum is for questions and issues with the MAP Toolkit. You will need to post this question in a forum that is related to the software you are having trouble with.
    Please remember to click "Mark as Answer" on the post that helps you, and to click
    "Unmark as Answer" if a marked post does not actually answer your question. Please
    VOTE as HELPFUL if the post helps you. This can be beneficial to other community members reading the thread.

  • Deploy bpel project using ant

    Hi,
    I am try to create the build.xml to deploy the bpel project with ant.
    The build.xml and build.properties work fine with Jdev now, but when I use the command line 'ant deploy' to test it, it got following error:
    Buildfile: build.xml
    [echo]
    [echo] oracle.home = "D:/jdevstudio10134"
    [echo] bpel.home = "D:/jdevstudio10134/integration/bpel"
    [echo]
    [java] Java Result: 1
    [taskdef] Could not load definitions from resource com/collaxa/cube/ant/orabpe
    l-antlib.xml. It could not be found.
    pre-build:
    validateTask:
    [echo]
    [echo] --------------------------------------------------------------
    [echo] | Validating workflow
    [echo] --------------------------------------------------------------
    [echo]
    BUILD FAILED
    D:\Projects\NetApp\SVN\Integration\Item\SourceCode\UpdateItemEbizReqABCSImpl\bui
    ld.xml:72: Could not create task or type of type: validateTask.
    Ant could not find the task or a class this task relies upon.
    This is common and has a number of causes; the usual
    solutions are to read the manual pages then download and
    install needed JAR files, or fix the build file:
    - You have misspelt 'validateTask'.
    Fix: check your spelling.
    - The task needs an external JAR file to execute
    and this is not found at the right place in the classpath.
    Fix: check the documentation for dependencies.
    Fix: declare the task.
    - The task is an Ant optional task and the JAR file and/or libraries
    implementing the functionality were not found at the time you
    yourself built your installation of Ant from the Ant sources.
    Fix: Look in the ANT_HOME/lib for the 'ant-' JAR corresponding to the
    task and make sure it contains more than merely a META-INF/MANIFEST.MF.
    If all it contains is the manifest, then rebuild Ant with the needed
    libraries present in ${ant.home}/lib/optional/ , or alternatively,
    download a pre-built release version from apache.org
    - The build file was written for a later version of Ant
    Fix: upgrade to at least the latest release version of Ant
    - The task is not an Ant core or optional task
    and needs to be declared using <taskdef>.
    - You are attempting to use a task defined using
    <presetdef> or <macrodef> but have spelt wrong or not
    defined it at the point of use
    Remember that for JAR files to be visible to Ant tasks implemented
    in ANT_HOME/lib, the files must be in the same directory or on the
    classpath
    Please neither file bug reports on this problem, nor email the
    Ant mailing lists, until all of these causes have been explored,
    as this is not an Ant bug.
    Total time: 0 seconds.
    Any hint on it?
    Thanks!

    you need to set environment variables (at least $ORACLE_HOME and $JAVA_HOME), for ant tasks to work from command line.
    If you are trying this on the SOA Suite server, open a devprompt.sh from $ORACLE_HOME/bpel/bin, and it would work from there.
    Regards,
    Shanmu.
    http://www.prshanmu.com/articles/

  • How to create RPC encoded wsdl for the bpel project created in jdeveloper?

    Hi,
    I have to create a bpel project in jdeveloper with the wsdl of the project in rpc encoded format. By default when we create a bpel project in jdeveloper it creates a wsdl file of document literal format, but i need the wsdl to be rpc encoded format. Please let me know how can i achieve this.
    Thanks.

    Hi Nico,
    Thanks for your reply.
    You mentioned to specify type in place of element, from where do you get this type and what more changes we need to do for the entire project to compile well with out errors.
    As suggested by you, I changed the element to type and tried to compile, it is giving the below error.
    Error:
    [Error ORABPEL-10902]: compilation failed
    [Description]: in "bpel.xml", XML parsing failed because "undefined part type.
    In WSDL at "file:/D:/indu/jdevstudio10134/jdev/mywork/TimerApplication/SelectDB/bpel/SelectDB.wsdl", message part type "SelectDBProcessRequestType" is not defined in any of the schemas.
    Please make sure the spelling of the type QName is correct and the WSDL import is complete.
    [Potential fix]: n/a.
    Please let me know what are all the changes that need to be done to complie the project successfully.
    Thanks and Regards.

Maybe you are looking for

  • Slowness while accessing the Responsiblities and further activities in EBS

    Hi , we are using Apps 12.0.4 & Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi and running PMF module. It is a two node architecture with db running on one node and CP,FORMS,admin , web on the other node. The db node is having 4 CPUS and 8

  • How can I get the "music" box visible on the iTunes Store settings?

    I am trying to sync my music from my Mac Book pro to my iMac, (all updated and running with the latest software, this also includes iTunes) Support metions that in the iTunes store settings, there are three boxes that should be ticked off. Music, App

  • Rendering VS Previews?

    I have noticed when I do my RT previews the task managers shows both CPU cores working but when I render to a file for CD-ROM use only one of the cores is working. I have Premiere Pro 1.0. Is it any different in PP CS3?

  • For Download to excel...

    In my jsp i have set the response.setContentType... and when I launch that jsp page.. it doesn't ask me whether you want to Open or Save,,, what should i do for it.. Thanks Ramesh

  • Table maintenance for HRUS_D2 missing in SRM 7.0

    Hi All, The table maintenance for HRUS_D2 is missing in SRM 7.0. Is there any other  other way of maintaining substitue on a large scale  by an administrator. i know we can assign substitute form portal , but initially we want some substitute set in