Error Null Databinding context encountered -WSDL to Java webservice convert

HI,
I have been trying to generate service and client from WSDL using Jdeveloper11 and im unable to progress on this particular WSDL, i was succesfull in creating the client and service for a sample Apache WSDL using the Jdeveloper. If anyone can point out the issue in this WSDL or is there a bug in Jdeveloper when handling complex type? i attach the WSDL that i used, now note that the WSDL calls for another WSDL import witin it, if i comment out the import and its bindings im able to proceed,
WSDL-1
<!-- Tigerstripe : Operations relating to Alarm -->
<wsdl:operation name="getAlarmsByKeys">
<wsdl:input name="getAlarmsByKeysRequest" message="fmWS-v1-0:getAlarmsByKeysRequest" />
<wsdl:output name="getAlarmsByKeysResponse" message="fmWS-v1-0:getAlarmsByKeysResponse" />
<wsdl:fault name="getAlarmsByKeysException" message="fmWS-v1-0:getAlarmsByKeysException" />
</wsdl:operation>
<wsdl:operation name="getAlarmsByTemplate">
<wsdl:input name="getAlarmsByTemplateRequest" message="fmWS-v1-0:getAlarmsByTemplateRequest" />
<wsdl:output name="getAlarmsByTemplateResponse" message="fmWS-v1-0:getAlarmsByTemplateResponse" />
<wsdl:fault name="getAlarmsByTemplateException" message="fmWS-v1-0:getAlarmsByTemplateException" />
</wsdl:operation>
<wsdl:operation name="queryAlarms">
<wsdl:input name="queryAlarmsRequest" message="fmWS-v1-0:queryAlarmsRequest" />
<wsdl:output name="queryAlarmsResponse" message="fmWS-v1-0:queryAlarmsResponse" />
<wsdl:fault name="queryAlarmsException" message="fmWS-v1-0:queryAlarmsException" />
</wsdl:operation>
<!-- Tigerstripe : Operations for Interface artifact methods ( JVTAlarmCreationSession ) -->
<wsdl:operation name="getAlarmSpecificInfoTypes">
<wsdl:input
name="getAlarmSpecificInfoTypesRequest"
message="fmWS-v1-0:getAlarmSpecificInfoTypesRequest" />
<wsdl:output
name="getAlarmSpecificInfoTypesResponse"
message="fmWS-v1-0:getAlarmSpecificInfoTypesResponse" />
<wsdl:fault
name="getAlarmSpecificInfoTypesException"
message="fmWS-v1-0:getAlarmSpecificInfoTypesException" />
</wsdl:operation>
<wsdl:operation name="getVersion">
<wsdl:input
name="getVersionRequest"
message="fmWS-v1-0:getVersionRequest" />
<wsdl:output
name="getVersionResponse"
message="fmWS-v1-0:getVersionResponse" />
<wsdl:fault
name="getVersionException"
message="fmWS-v1-0:getVersionException" />
</wsdl:operation>
<wsdl:operation name="createAlarms">
<wsdl:input
name="createAlarmsRequest"
message="fmWS-v1-0:createAlarmsRequest" />
<wsdl:output
name="createAlarmsResponse"
message="fmWS-v1-0:createAlarmsResponse" />
<wsdl:fault
name="createAlarmsException"
message="fmWS-v1-0:createAlarmsException" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="JVTAlarmCreationSessionSoapBinding"
type="fmWS-v1-0:JVTAlarmCreationSessionWSPort">
<soap:binding style="document"
transport="http://schemas.xmlsoap.org/soap/http" />
<!-- Tigerstripe : Bindings relating to Alarm -->
<wsdl:operation name="getAlarmsByKeys">
<soap:operation soapAction="getAlarmsByKeys" style="document" />
<wsdl:input>
<soap:body parts="parameters" use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body parts="parameters" use="literal" />
</wsdl:output>
<wsdl:fault name="getAlarmsByKeysException">
<soap:fault name="getAlarmsByKeysException" use="literal" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="getAlarmsByTemplate">
<soap:operation soapAction="getAlarmsByTemplate" style="document" />
<wsdl:input>
<soap:body parts="parameters" use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body parts="parameters" use="literal" />
</wsdl:output>
<wsdl:fault name="getAlarmsByTemplateException">
<soap:fault name="getAlarmsByTemplateException" use="literal" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="queryAlarms">
<soap:operation soapAction="queryAlarms" style="document" />
<wsdl:input>
<soap:body parts="parameters" use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body parts="parameters" use="literal" />
</wsdl:output>
<wsdl:fault name="queryAlarmsException">
<soap:fault name="queryAlarmsException" use="literal" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="getAlarmSpecificInfoTypes">
<soap:operation soapAction="getAlarmSpecificInfoTypes" style="document" />
<wsdl:input>
<soap:body parts="parameters" use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body parts="parameters" use="literal" />
</wsdl:output>
<wsdl:fault name ="getAlarmSpecificInfoTypesException">
<soap:fault name ="getAlarmSpecificInfoTypesException" use="literal"/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="getVersion">
<soap:operation soapAction="getVersion" style="document" />
<wsdl:input>
<soap:body parts="parameters" use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body parts="parameters" use="literal" />
</wsdl:output>
<wsdl:fault name ="getVersionException">
<soap:fault name ="getVersionException" use="literal"/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="createAlarms">
<soap:operation soapAction="createAlarms" style="document" />
<wsdl:input>
<soap:body parts="parameters" use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body parts="parameters" use="literal" />
</wsdl:output>
<wsdl:fault name ="createAlarmsException">
<soap:fault name ="createAlarmsException" use="literal"/>
</wsdl:fault>
</wsdl:operation>
</wsdl:binding>
<!-- Binding for the Notification Producer -->
<!-- <wsdl:binding name="NotificationProducerSoapBinding" type="wsnt:NotificationProducer">
<soap:binding style="document"
transport="http://schemas.xmlsoap.org/soap/http" />-->
<!-- =========== NotificationProducer Specific ============== -->
<!-- <wsdl:operation name="Subscribe">
<soap:operation soapAction="Subscribe" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
<wsdl:fault name="ResourceUnknownFault">
<soap:fault name="ResourceUnknownFault" use="literal"/>
</wsdl:fault>
<wsdl:fault name="SubscribeCreationFailedFault">
<soap:fault name="SubscribeCreationFailedFault" use="literal"/>
</wsdl:fault>
<wsdl:fault name="TopicExpressionDialectUnknownFault">
<soap:fault name="TopicExpressionDialectUnknownFault" use="literal"/>
</wsdl:fault>
<wsdl:fault name="InvalidFilterFault">
<soap:fault name="InvalidFilterFault" use="literal"/>
</wsdl:fault>
<wsdl:fault name="InvalidTopicExpressionFault">
<soap:fault name="InvalidTopicExpressionFault" use="literal"/>
</wsdl:fault>
<wsdl:fault name="TopicNotSupportedFault">
<soap:fault name="TopicNotSupportedFault" use="literal"/>
</wsdl:fault>
<wsdl:fault name="InvalidProducerPropertiesExpressionFault">
<soap:fault name="InvalidProducerPropertiesExpressionFault" use="literal"/>
</wsdl:fault>
<wsdl:fault name="InvalidMessageContentExpressionFault">
<soap:fault name="InvalidMessageContentExpressionFault" use="literal"/>
</wsdl:fault>
<wsdl:fault name="UnacceptableInitialTerminationTimeFault">
<soap:fault name="UnacceptableInitialTerminationTimeFault" use="literal"/>
</wsdl:fault>
<wsdl:fault name="UnrecognizedPolicyRequestFault">
<soap:fault name="UnrecognizedPolicyRequestFault" use="literal"/>
</wsdl:fault>
<wsdl:fault name="UnsupportedPolicyRequestFault">
<soap:fault name="UnsupportedPolicyRequestFault" use="literal"/>
</wsdl:fault>
<wsdl:fault name="NotifyMessageNotSupportedFault">
<soap:fault name="NotifyMessageNotSupportedFault" use="literal"/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="GetCurrentMessage">
<soap:operation soapAction="GetCurrentMessage" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
<wsdl:fault name="ResourceUnknownFault">
<soap:fault name="ResourceUnknownFault" use="literal" />
</wsdl:fault>
<wsdl:fault name="TopicExpressionDialectUnknownFault">
<soap:fault name="TopicExpressionDialectUnknownFault" use="literal" />
</wsdl:fault>
<wsdl:fault name="InvalidTopicExpressionFault">
<soap:fault name="InvalidTopicExpressionFault" use="literal" />
</wsdl:fault>
<wsdl:fault name="TopicNotSupportedFault">
<soap:fault name="TopicNotSupportedFault" use="literal" />
</wsdl:fault>
<wsdl:fault name="NoCurrentMessageOnTopicFault">
<soap:fault name="NoCurrentMessageOnTopicFault" use="literal" />
</wsdl:fault>
<wsdl:fault name="MultipleTopicsSpecifiedFault">
<soap:fault name="MultipleTopicsSpecifiedFault" use="literal" />
</wsdl:fault>
</wsdl:operation>
</wsdl:binding>-->
<!-- Binding for the SubscriptionManager -->
<!-- <wsdl:binding name="SubscriptionManagerSoapBinding" type="wsnt:PausableSubscriptionManager">
<soap:binding style="document"
transport="http://schemas.xmlsoap.org/soap/http" />-->
<!-- ========= SubscriptionManager specific operations ====== -->
<!-- <wsdl:operation name="PauseSubscription">
<soap:operation soapAction="PauseSubscription" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
<wsdl:fault name="ResourceUnknownFault">
<soap:fault name="ResourceUnknownFault" use="literal" />
</wsdl:fault>
<wsdl:fault name="PauseFailedFault">
<soap:fault name="PauseFailedFault" use="literal" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="Renew">
<soap:operation soapAction="Renew" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
<wsdl:fault name="ResourceUnknownFault">
<soap:fault name="ResourceUnknownFault" use="literal" />
</wsdl:fault>
<wsdl:fault name="UnacceptableTerminationTimeFault">
<soap:fault name="UnacceptableTerminationTimeFault" use="literal" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="Unsubscribe">
<soap:operation soapAction="Unsubscribe" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
<wsdl:fault name="ResourceUnknownFault">
<soap:fault name="ResourceUnknownFault" use="literal" />
</wsdl:fault>
<wsdl:fault name="UnableToDestroySubscriptionFault">
<soap:fault name="UnableToDestrySubscriptionFault" use="literal" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="ResumeSubscription">
<soap:operation soapAction="ResumeSubscription" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
<wsdl:fault name="ResourceUnknownFault">
<soap:fault name="ResourceUnknownFault" use="literal" />
</wsdl:fault>
<wsdl:fault name="ResumeFailedFault">
<soap:fault name="ResumeFailedFault" use="literal" />
</wsdl:fault>
</wsdl:operation>
</wsdl:binding>-->
<wsdl:service name="JVTAlarmCreationSessionWebService">
<wsdl:port name="JVTAlarmCreationSessionWSPort"
binding="fmWS-v1-0:JVTAlarmCreationSessionSoapBinding">
<soap:address location="http://localhost/JVTAlarmCreationSessionWebService/JVTAlarmCreationSession" />
</wsdl:port>
<!--wsdl:port name="NotificationProducerPort" binding="wsnt:NotificationProducerSoapBinding">
<soap:address location="http://localhost/JVTAlarmCreationSessionWebService/NotificationProducer"/>
</wsdl:port>
<wsdl:port name="SubscriptionManagerPort" binding="wsnt:SubscriptionManagerSoapBinding">
<soap:address location="http://localhost/JVTAlarmCreationSessionWebService/SubscriptionManager"/>
</wsdl:port-->
</wsdl:service>
</wsdl:definitions>
WSDL-2 imported in the above WSDL
<?xml version="1.0" encoding="utf-8"?>
<!--
OASIS takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; neither does it represent that it has made any effort to identify any such rights. Information on OASIS's procedures with respect to rights in OASIS specifications can be found at the OASIS website. Copies of claims of rights made available for publication and any assurances of licenses to be made available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementors or users of this specification, can be obtained from the OASIS Executive Director.
OASIS invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary rights which may cover technology that may be required to implement this specification. Please address the information to the OASIS Executive Director.
Copyright (C) OASIS Open (2004-2006). All Rights Reserved.
This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative works. However, this document itself may not be modified in any way, such as by removing the copyright notice or references to OASIS, except as needed for the purpose of developing OASIS specifications, in which case the procedures for copyrights defined in the OASIS Intellectual Property Rights document must be followed, or as required to translate it into languages other than English.
The limited permissions granted above are perpetual and will not be revoked by OASIS or its successors or assigns.
This document and the information contained herein is provided on an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-->
<wsdl:definitions name="WS-BaseNotification"
targetNamespace="http://docs.oasis-open.org/wsn/bw-2"
xmlns:wsntw="http://docs.oasis-open.org/wsn/bw-2"
xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2"
xmlns:wsa="http://www.w3.org/2005/08/addressing"
xmlns:wsrf-rw="http://docs.oasis-open.org/wsrf/rw-2"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<!-- ========================== Imports =========================== -->
<wsdl:import
namespace="http://docs.oasis-open.org/wsrf/rw-2"
location="rw-2.wsdl"/>
<!-- ===================== Types Definitions ====================== -->
<wsdl:types>
<xsd:schema elementFormDefault="qualified">
<xsd:import
namespace="http://docs.oasis-open.org/wsn/b-2"
schemaLocation="b-2.xsd"/>
</xsd:schema>
</wsdl:types>
<!-- ================ NotificationConsumer::Notify ================
Notify(
NotificationMessage
(SubscriptionReference, TopicExpression, ProducerReference,
Message)*
returns: n/a (one way)
-->
<wsdl:message name="Notify">
<wsdl:part name="Notify" element="wsnt:Notify"/>
</wsdl:message>
<!-- ============== NotificationProducer::Subscribe ===============
Subscribe(
(ConsumerEndpointReference, [Filter], [SubscriptionPolicy],
[InitialTerminationTime])
returns: WS-Resource qualified EPR to a Subscription
-->
<wsdl:message name="SubscribeRequest" >
<wsdl:part name="SubscribeRequest"
element="wsnt:Subscribe"/>
</wsdl:message>
<wsdl:message name="SubscribeResponse">
<wsdl:part name="SubscribeResponse"
element="wsnt:SubscribeResponse"/>
</wsdl:message>
<wsdl:message name="SubscribeCreationFailedFault">
<wsdl:part name="SubscribeCreationFailedFault"
element="wsnt:SubscribeCreationFailedFault" />
</wsdl:message>
<wsdl:message name="TopicExpressionDialectUnknownFault">
<wsdl:part name="TopicExpressionDialectUnknownFault"
element="wsnt:TopicExpressionDialectUnknownFault" />
</wsdl:message>
<wsdl:message name="InvalidFilterFault">
<wsdl:part name="InvalidFilterFault"
element="wsnt:InvalidFilterFault" />
</wsdl:message>
<wsdl:message name="InvalidProducerPropertiesExpressionFault">
<wsdl:part name="InvalidProducerPropertiesExpressionFault"
element="wsnt:InvalidProducerPropertiesExpressionFault" />
</wsdl:message>
<wsdl:message name="InvalidMessageContentExpressionFault">
<wsdl:part name="InvalidMessageContentExpressionFault"
element="wsnt:InvalidMessageContentExpressionFault" />
</wsdl:message>
<wsdl:message name="UnrecognizedPolicyRequestFault">
<wsdl:part name="UnrecognizedPolicyRequestFault"
element="wsnt:UnrecognizedPolicyRequestFault" />
</wsdl:message>
<wsdl:message name="UnsupportedPolicyRequestFault">
<wsdl:part name="UnsupportedPolicyRequestFault"
element="wsnt:UnsupportedPolicyRequestFault" />
</wsdl:message>
<wsdl:message name="NotifyMessageNotSupportedFault">
<wsdl:part name="NotifyMessageNotSupportedFault"
element="wsnt:NotifyMessageNotSupportedFault" />
</wsdl:message>
<wsdl:message name="UnacceptableInitialTerminationTimeFault">
<wsdl:part name="UnacceptableInitialTerminationTimeFault"
element="wsnt:UnacceptableInitialTerminationTimeFault"/>
</wsdl:message>
<!-- ========== NotificationProducer::GetCurrentMessage ===========
GetCurrentMessage(topicExpression)
returns: a NotificationMessage (xsd:any)
-->
<wsdl:message name="GetCurrentMessageRequest">
<wsdl:part name="GetCurrentMessageRequest"
element="wsnt:GetCurrentMessage"/>
</wsdl:message>
<wsdl:message name="GetCurrentMessageResponse">
<wsdl:part name="GetCurrentMessageResponse"
element="wsnt:GetCurrentMessageResponse"/>
</wsdl:message>
<wsdl:message name="InvalidTopicExpressionFault">
<wsdl:part name="InvalidTopicExpressionFault"
element="wsnt:InvalidTopicExpressionFault" />
</wsdl:message>
<wsdl:message name="TopicNotSupportedFault">
<wsdl:part name="TopicNotSupportedFault"
element="wsnt:TopicNotSupportedFault" />
</wsdl:message>
<wsdl:message name="MultipleTopicsSpecifiedFault">
<wsdl:part name="MultipleTopicsSpecifiedFault"
element="wsnt:MultipleTopicsSpecifiedFault" />
</wsdl:message>
<wsdl:message name="NoCurrentMessageOnTopicFault">
<wsdl:part name="NoCurrentMessageOnTopicFault"
element="wsnt:NoCurrentMessageOnTopicFault" />
</wsdl:message>
<!-- ========== PullPoint::GetMessages ===========
GetMessages(MaximumNumber)
returns: NotificationMessage list
-->
<wsdl:message name="GetMessagesRequest">
<wsdl:part name="GetMessagesRequest"
element="wsnt:GetMessages"/>
</wsdl:message>
<wsdl:message name="GetMessagesResponse">
<wsdl:part name="GetMessagesResponse"
element="wsnt:GetMessagesResponse"/>
</wsdl:message>
<wsdl:message name="UnableToGetMessagesFault">
<wsdl:part name="UnableToGetMessagesFault"
element="wsnt:UnableToGetMessagesFault"/>
</wsdl:message>
<!-- ========== PullPoint::DestroyPullPoint ===========
DestroyPullPoint()
returns: void
-->
<wsdl:message name="DestroyPullPointRequest">
<wsdl:part name="DestroyPullPointRequest"
element="wsnt:DestroyPullPoint"/>
</wsdl:message>
<wsdl:message name="DestroyPullPointResponse">
<wsdl:part name="DestroyPullPointResponse"
element="wsnt:DestroyPullPointResponse"/>
</wsdl:message>
<wsdl:message name="UnableToDestroyPullPointFault">
<wsdl:part name="UnableToDestroyPullPointFault"
element="wsnt:UnableToDestroyPullPointFault"/>
</wsdl:message>
<!-- ========== PullPoint::CreatePullPoint ===========
CreatePullPoint()
returns: PullPoint (wsa:EndpointReference)
-->
<wsdl:message name="CreatePullPointRequest">
<wsdl:part name="CreatePullPointRequest"
element="wsnt:CreatePullPoint"/>
</wsdl:message>
<wsdl:message name="CreatePullPointResponse">
<wsdl:part name="CreatePullPointResponse"
element="wsnt:CreatePullPointResponse"/>
</wsdl:message>
<wsdl:message name="UnableToCreatePullPointFault">
<wsdl:part name="UnableToCreatePullPointFault"
element="wsnt:UnableToCreatePullPointFault"/>
</wsdl:message>
<!-- ================ SubscriptionManager::Renew ==================
Renew( Duration | AbsoluteTime)
returns: (New Termination Time [CurrentTime])
-->
<wsdl:message name="RenewRequest">
<wsdl:part name="RenewRequest"
element="wsnt:Renew"/>
</wsdl:message>
<wsdl:message name="RenewResponse">
<wsdl:part name="RenewResponse"
element="wsnt:RenewResponse"/>
</wsdl:message>
<wsdl:message name="UnacceptableTerminationTimeFault">
<wsdl:part name="UnacceptableTerminationTimeFault"
element="wsnt:UnacceptableTerminationTimeFault" />
</wsdl:message>
<!-- ============== SubscriptionManager::Unsubscribe ===============
Unsubscribe()
returns: empty
-->
<wsdl:message name="UnsubscribeRequest">
<wsdl:part name="UnsubscribeRequest"
element="wsnt:Unsubscribe"/>
</wsdl:message>
<wsdl:message name="UnsubscribeResponse">
<wsdl:part name="UnsubscribeResponse"
element="wsnt:UnsubscribeResponse"/>
</wsdl:message>
<wsdl:message name="UnableToDestroySubscriptionFault">
<wsdl:part name="UnableToDestroySubscriptionFault"
element="wsnt:UnableToDestroySubscriptionFault" />
</wsdl:message>
<!-- ========== SubscriptionManager::PauseSubscription ============
PauseSubscription()
returns: empty
-->
<wsdl:message name="PauseSubscriptionRequest">
<wsdl:part name="PauseSubscriptionRequest"
element="wsnt:PauseSubscription"/>
</wsdl:message>
<wsdl:message name="PauseSubscriptionResponse">
<wsdl:part name="PauseSubscriptionResponse"
element="wsnt:PauseSubscriptionResponse"/>
</wsdl:message>
<wsdl:message name="PauseFailedFault">
<wsdl:part name="PauseFailedFault"
element="wsnt:PauseFailedFault" />
</wsdl:message>
<!-- ========= SubscriptionManager::ResumeSubscription ============
ResumeSubscription()
returns: empty
-->
<wsdl:message name="ResumeSubscriptionRequest">
<wsdl:part name="ResumeSubscriptionRequest"
element="wsnt:ResumeSubscription"/>
</wsdl:message>
<wsdl:message name="ResumeSubscriptionResponse">
<wsdl:part name="ResumeSubscriptionResponse"
element="wsnt:ResumeSubscriptionResponse"/>
</wsdl:message>
<wsdl:message name="ResumeFailedFault">
<wsdl:part name="ResumeFailedFault"
element="wsnt:ResumeFailedFault" />
</wsdl:message>
<!-- =================== PortType Definitions ===================== -->
<!-- ========= NotificationConsumer PortType Definition =========== -->
<wsdl:portType name="NotificationConsumer">
<wsdl:operation name="Notify">
<wsdl:input message="wsntw:Notify" />
</wsdl:operation>
</wsdl:portType>
<!-- ========= NotificationProducer PortType Definition =========== -->
<wsdl:portType name="NotificationProducer">
<wsdl:operation name="Subscribe">
<wsdl:input message="wsntw:SubscribeRequest" />
<wsdl:output message="wsntw:SubscribeResponse" />
<wsdl:fault name="ResourceUnknownFault"
message="wsrf-rw:ResourceUnknownFault" />
<wsdl:fault name="InvalidFilterFault"
message="wsntw:InvalidFilterFault"/>
<wsdl:fault name="TopicExpressionDialectUnknownFault"
message="wsntw:TopicExpressionDialectUnknownFault"/>
<wsdl:fault name="InvalidTopicExpressionFault"
message="wsntw:InvalidTopicExpressionFault" />
<wsdl:fault name="TopicNotSupportedFault"
message="wsntw:TopicNotSupportedFault" />
<wsdl:fault name="InvalidProducerPropertiesExpressionFault"
message="wsntw:InvalidProducerPropertiesExpressionFault"/>
<wsdl:fault name="InvalidMessageContentExpressionFault"
message="wsntw:InvalidMessageContentExpressionFault"/>
<wsdl:fault name="UnacceptableInitialTerminationTimeFault"
message="wsntw:UnacceptableInitialTerminationTimeFault"/>
<wsdl:fault name="UnrecognizedPolicyRequestFault"
message="wsntw:UnrecognizedPolicyRequestFault"/>
<wsdl:fault name="UnsupportedPolicyRequestFault"
message="wsntw:UnsupportedPolicyRequestFault"/>
<wsdl:fault name="NotifyMessageNotSupportedFault"
message="wsntw:NotifyMessageNotSupportedFault"/>
<wsdl:fault name="SubscribeCreationFailedFault"
message="wsntw:SubscribeCreationFailedFault"/>
</wsdl:operation>
<wsdl:operation name="GetCurrentMessage">
<wsdl:input message="wsntw:GetCurrentMessageRequest"/>
<wsdl:output message="wsntw:GetCurrentMessageResponse"/>
<wsdl:fault name="ResourceUnknownFault"
message="wsrf-rw:ResourceUnknownFault" />
<wsdl:fault name="TopicExpressionDialectUnknownFault"
message="wsntw:TopicExpressionDialectUnknownFault"/>
<wsdl:fault name="InvalidTopicExpressionFault"
message="wsntw:InvalidTopicExpressionFault" />
<wsdl:fault name="TopicNotSupportedFault"
message="wsntw:TopicNotSupportedFault" />
<wsdl:fault name="NoCurrentMessageOnTopicFault"
message="wsntw:NoCurrentMessageOnTopicFault" />
<wsdl:fault name="MultipleTopicsSpecifiedFault"
message="wsntw:MultipleTopicsSpecifiedFault" />
</wsdl:operation>
</wsdl:portType>
<!-- ========== PullPoint PortType Definition ===================== -->
<wsdl:portType name="PullPoint">
<wsdl:operation name="GetMessages">
<wsdl:input name="GetMessagesRequest"
message="wsntw:GetMessagesRequest" />
<wsdl:output name="GetMessagesResponse"
message="wsntw:GetMessagesResponse" />
<wsdl:fault name="ResourceUnknownFault"
message="wsrf-rw:ResourceUnknownFault" />
<wsdl:fault name="UnableToGetMessagesFault"
message="wsntw:UnableToGetMessagesFault" />
</wsdl:operation>
<wsdl:operation name="DestroyPullPoint">
<wsdl:input name="DestroyPullPointRequest"
message="wsntw:DestroyPullPointRequest" />
<wsdl:output name="DestroyPullPointResponse"
message="wsntw:DestroyPullPointResponse" />
<wsdl:fault name="ResourceUnknownFault"
message="wsrf-rw:ResourceUnknownFault"/>
<wsdl:fault name="UnableToDestroyPullPointFault"
message="wsntw:UnableToDestroyPullPointFault" />
</wsdl:operation>
<wsdl:operation name="Notify">
<wsdl:input message="wsntw:Notify"/>
</wsdl:operation>
</wsdl:portType>
<!-- ========== CreatePullPoint PortType Definition =============== -->
<wsdl:portType name="CreatePullPoint">
<wsdl:operation name="CreatePullPoint">
<wsdl:input name="CreatePullPointRequest"
message="wsntw:CreatePullPointRequest" />
<wsdl:output name="CreatePullPointResponse"
message="wsntw:CreatePullPointResponse" />
<wsdl:fault name="UnableToCreatePullPointFault"
message="wsntw:UnableToCreatePullPointFault" />
</wsdl:operation>
</wsdl:portType>
<!-- ========== SubscriptionManager PortType Definition =========== -->
<wsdl:portType name="SubscriptionManager">
<wsdl:operation name="Renew">
<wsdl:input name="RenewRequest"
message="wsntw:RenewRequest" />
<wsdl:output name="RenewResponse"
message="wsntw:RenewResponse" />
<wsdl:fault name="ResourceUnknownFault"
message="wsrf-rw:ResourceUnknownFault" />
<wsdl:fault name="UnacceptableTerminationTimeFault"
message=
"wsntw:UnacceptableTerminationTimeFault" />
</wsdl:operation>
<wsdl:operation name="Unsubscribe">
<wsdl:input name="UnsubscribeRequest"
message="wsntw:UnsubscribeRequest" />
<wsdl:output name="UnsubscribeResponse"
message="wsntw:UnsubscribeResponse" />
<wsdl:fault name="ResourceUnknownFault"
message="wsrf-rw:ResourceUnknownFault" />
<wsdl:fault name="UnableToDestroySubscriptionFault"
message=
"wsntw:UnableToDestroySubscriptionFault" />
</wsdl:operation>
</wsdl:portType>
<!-- ====== PausableSubscriptionManager PortType Definition ======= -->
<wsdl:portType name="PausableSubscriptionManager">
<!-- ============== Extends: SubscriptionManager ============ -->
<wsdl:operation name="Renew">
<wsdl:input name="RenewRequest"
message="wsntw:RenewRequest" />
<wsdl:output name="RenewResponse"
message="wsntw:RenewResponse" />
<wsdl:fault name="ResourceUnknownFault"
message="wsrf-rw:ResourceUnknownFault" />
<wsdl:fault name="UnacceptableTerminationTimeFault"
message=
"wsntw:UnacceptableTerminationTimeFault" />
</wsdl:operation>
<wsdl:operation name="Unsubscribe">
<wsdl:input name="UnsubscribeRequest"
message="wsntw:UnsubscribeRequest" />
<wsdl:output name="UnsubscribeResponse"
message="wsntw:UnsubscribeResponse" />
<wsdl:fault name="ResourceUnknownFault"
message="wsrf-rw:ResourceUnknownFault" />
<wsdl:fault name="UnableToDestroySubscriptionFault"
message=
"wsntw:UnableToDestroySubscriptionFault" />
</wsdl:operation>
<!-- === PausableSubscriptionManager specific operations === -->
<wsdl:operation name="PauseSubscription">
<wsdl:input message="wsntw:PauseSubscriptionRequest"/>
<wsdl:output message="wsntw:PauseSubscriptionResponse"/>
<wsdl:fault name="ResourceUnknownFault"
message="wsrf-rw:ResourceUnknownFault" />
<wsdl:fault name="PauseFailedFault"
message="wsntw:PauseFailedFault" />
</wsdl:operation>
<wsdl:operation name="ResumeSubscription">
<wsdl:input message="wsntw:ResumeSubscriptionRequest"/>
<wsdl:output message="wsntw:ResumeSubscriptionResponse"/>
<wsdl:fault name="ResourceUnknownFault"
message="wsrf-rw:ResourceUnknownFault" />
<wsdl:fault name="ResumeFailedFault"
message="wsntw:ResumeFailedFault" />
</wsdl:operation>
</wsdl:portType>
</wsdl:definitions>
And the error i get is [fatal error] null databinding context encountered when creating service.
Steps i followed:
1. Created a new project in Jdev
2. Right clicked on project to expand Business Tier - Web Services nodes. Selected the Java web Service from WSDL.
3. Selected WSDL to convert
---Says it is Fetching WSDL
---then says building model
--and pops error : [fatal error] null databinding context encountered.
Any suggestions? I'm unable to get this issue fixed for a long time.

Hey guys,
I couldnt get this fixed in jdeveloper, i finally gave up on using Jdeveloper for Web service creation.
I went back to my eclipse3.2.2 and used the Eclipse WTP 1.5.4 and guess what, it had no issues generating the service and client for my WSDL.
I am not sure Jdeveloper can compete with Eclipse functionality and ease.

Similar Messages

  • Error during generation of the WSDL:  BUILD FAILED java.lang.NoClassDefFoundError: com/sun/javadoc/Type

    When I create an EJB Transport Business Service, after selecting the jar that has the EJB 2.1 artefacts (Remote, Home, etc) the oepe plugin fails and can't continue.
    As I understand it seems that there is a problem with the classpath of ant build.xml  that oepe creates inside folder /tmp/alsbejbtransport/ to compile the bs and generate the wsdl. I checked if tools.jar is in the classpath (in eclipse) and is included, so I can't figure out wich is the problem.
    I found this in Oracle, but not helps solve the problem:
    BEA-398120
    Error: The WSDL for the typed transport endpoint could not be accessed.
    Description
    There was a problem retrieving the WSDL from the typed transport service endpoint at the time of service registration
    Action
    Contact technical support
    This is the the full stacktrace that shows eclipse.
    Generate : Error during generation of the WSDL:
    BUILD FAILED
    java.lang.NoClassDefFoundError: com/sun/javadoc/Type
            at com.bea.util.jam.provider.JamServiceFactoryImpl.createSourceBuilder(JamServiceFactoryImpl.java:205)
            at com.bea.util.jam.provider.JamServiceFactoryImpl.createBuilder(JamServiceFactoryImpl.java:158)
            at com.bea.util.jam.provider.JamServiceFactoryImpl.createClassLoader(JamServiceFactoryImpl.java:137)
            at com.bea.util.jam.provider.JamServiceFactoryImpl.createService(JamServiceFactoryImpl.java:78)
            at weblogic.wsee.util.JamUtil.parseSource(JamUtil.java:152)
            at weblogic.wsee.tools.anttasks.JwsLoader.loadJClasses(JwsLoader.java:186)
            at weblogic.wsee.tools.anttasks.JwsLoader.load(JwsLoader.java:75)
            at weblogic.wsee.tools.anttasks.JwsModule.loadWebServices(JwsModule.java:569)
            at weblogic.wsee.tools.anttasks.JwsModule.generate(JwsModule.java:369)
            at weblogic.wsee.tools.anttasks.JwsModule.build(JwsModule.java:256)
            at weblogic.wsee.tools.anttasks.JwscTask.execute(JwscTask.java:184)
            at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
            at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:601)
            at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
            at org.apache.tools.ant.Task.perform(Task.java:348)
            at org.apache.tools.ant.Target.execute(Target.java:357)
            at org.apache.tools.ant.Target.performTasks(Target.java:385)
            at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
            at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
            at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
            at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
            at org.apache.tools.ant.Main.runBuild(Main.java:758)
            at org.apache.tools.ant.Main.startAnt(Main.java:217)
            at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
            at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
    Caused by: java.lang.ClassNotFoundException: com.sun.javadoc.Type
            at org.apache.tools.ant.AntClassLoader.findClassInComponents(AntClassLoader.java:1400)
            at org.apache.tools.ant.AntClassLoader.findClass(AntClassLoader.java:1341)
            at org.apache.tools.ant.AntClassLoader.loadClass(AntClassLoader.java:1088)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
            ... 27 more
    Total time: 0 seconds
    Eclipse Installation details:
    *** System properties:
    eclipse.application=org.eclipse.ui.ide.workbench
    eclipse.buildId=M20110909-1335
    eclipse.commands=-os
    linux
    -ws
    gtk
    -arch
    x86_64
    -showsplash
    -launcher
    {home}/Development/oepe-indigo/eclipse
    -name
    Eclipse
    --launcher.library
    {home}/Development/oepe-indigo//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/eclipse_1407.so
    -startup
    {home}/Development/oepe-indigo//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
    --launcher.overrideVmargs
    -exitdata
    1e418010
    -vm
    /usr/bin/java
    eclipse.home.location=file:{home}/Development/oepe-indigo/
    eclipse.launcher={home}/Development/oepe-indigo/eclipse
    eclipse.launcher.name=Eclipse
    [email protected]/../p2/
    eclipse.p2.profile=PlatformProfile
    eclipse.product=org.eclipse.platform.ide
    eclipse.startTime=1374623921455
    eclipse.vm=/usr/bin/java
    eclipse.vmargs=-Xms256m
    -Xmx768m
    -XX:MaxPermSize=512m
    -Dsun.lang.ClassLoader.allowArraySyntax=true
    -Dweblogic.home={home}/Oracle/Middleware/wlserver_10.3
    -Dharvester.home={home}/Oracle/Middleware/Oracle_OSB1/harvester
    -Dosb.home={home}/Oracle/Middleware/Oracle_OSB1
    -Dosgi.bundlefile.limit=750
    -Dosgi.nl=en_US
    -Dmiddleware.home={home}/Oracle/Middleware
    -jar
    {home}/Development/oepe-indigo//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
    equinox.use.ds=true
    file.encoding=UTF-8
    file.encoding.pkg=sun.io
    file.separator=/
    guice.disable.misplaced.annotation.check=true
    harvester.home={home}/Oracle/Middleware/Oracle_OSB1/harvester
    http.nonProxyHosts=localhost
    java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
    java.awt.printerjob=sun.print.PSPrinterJob
    java.class.path={home}/Development/oepe-indigo//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
    java.class.version=50.0
    java.endorsed.dirs=/usr/lib/jvm/jdk1.6.0_45/jre/lib/endorsed
    java.ext.dirs=/usr/lib/jvm/jdk1.6.0_45/jre/lib/ext:/usr/java/packages/lib/ext
    java.home=/usr/lib/jvm/jdk1.6.0_45/jre
    java.io.tmpdir=/tmp
    java.library.path=/usr/lib/jvm/jdk1.6.0_45/jre/lib/amd64/server:/usr/lib/jvm/jdk1.6.0_45/jre/lib/amd64:/usr/lib/jvm/jdk1.6.0_45/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
    java.protocol.handler.pkgs=null|com.bea.wli.sb.resources.url|com.bea.wli.sb.resources.jca.upgrade.url|weblogic.utils|weblogic.utils|weblogic.utils|weblogic.net|weblogic.net
    java.runtime.name=Java(TM) SE Runtime Environment
    java.runtime.version=1.6.0_45-b06
    java.specification.name=Java Platform API Specification
    java.specification.vendor=Sun Microsystems Inc.
    java.specification.version=1.6
    java.vendor=Sun Microsystems Inc.
    java.vendor.url=http://java.sun.com/
    java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
    java.version=1.6.0_45
    java.vm.info=mixed mode
    java.vm.name=Java HotSpot(TM) 64-Bit Server VM
    java.vm.specification.name=Java Virtual Machine Specification
    java.vm.specification.vendor=Sun Microsystems Inc.
    java.vm.specification.version=1.0
    java.vm.vendor=Sun Microsystems Inc.
    java.vm.version=20.45-b01
    javax.rmi.CORBA.PortableRemoteObjectClass=weblogic.iiop.PortableRemoteObjectDelegateImpl
    javax.rmi.CORBA.UtilClass=weblogic.iiop.UtilDelegateImpl
    jna.platform.library.path=/usr/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnu:/lib64:/usr/lib:/lib
    line.separator=
    middleware.home={home}/Oracle/Middleware
    oracle.eclipse.tools.weblogic.ui.isWebLogicServer=true
    org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog
    org.eclipse.equinox.launcher.splash.location={home}/Development/oepe-indigo/plugins/org.eclipse.platform_3.7.1.v201109091335/splash.bmp
    org.eclipse.equinox.simpleconfigurator.configUrl=file:org.eclipse.equinox.simpleconfigurator/bundles.info
    org.eclipse.m2e.log.dir={home}/workspace/pragma/.metadata/.plugins/org.eclipse.m2e.logback.configuration
    org.eclipse.update.reconcile=false
    org.omg.CORBA.ORBClass=weblogic.corba.orb.ORB
    org.omg.CORBA.ORBSingletonClass=weblogic.corba.orb.ORB
    org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,OSGi/Minimum-1.2,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
    org.osgi.framework.language=en
    org.osgi.framework.os.name=Linux
    org.osgi.framework.os.version=3.8.0
    org.osgi.framework.processor=x86-64
    org.osgi.framework.system.capabilities=osgi.ee; osgi.ee="OSGi/Minimum"; version:List<Version>="1.0, 1.1, 1.2",osgi.ee; osgi.ee="JavaSE"; version:List<Version>="1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6"
    org.osgi.framework.system.packages=javax.accessibility,javax.activation,javax.activity,javax.annotation,javax.annotation.processing,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.jws,javax.jws.soap,javax.lang.model,javax.lang.model.element,javax.lang.model.type,javax.lang.model.util,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.script,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.tools,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.bind,javax.xml.bind.annotation,javax.xml.bind.annotation.adapters,javax.xml.bind.attachment,javax.xml.bind.helpers,javax.xml.bind.util,javax.xml.crypto,javax.xml.crypto.dom,javax.xml.crypto.dsig,javax.xml.crypto.dsig.dom,javax.xml.crypto.dsig.keyinfo,javax.xml.crypto.dsig.spec,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.soap,javax.xml.stream,javax.xml.stream.events,javax.xml.stream.util,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stax,javax.xml.transform.stream,javax.xml.validation,javax.xml.ws,javax.xml.ws.handler,javax.xml.ws.handler.soap,javax.xml.ws.http,javax.xml.ws.soap,javax.xml.ws.spi,javax.xml.ws.wsaddressing,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.css,org.w3c.dom.events,org.w3c.dom.html,org.w3c.dom.ls,org.w3c.dom.ranges,org.w3c.dom.stylesheets,org.w3c.dom.traversal,org.w3c.dom.views,org.w3c.dom.xpath,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
    org.osgi.framework.uuid=901615cd-f3f3-0012-11b6-a3bca4d97ac1
    org.osgi.framework.vendor=Eclipse
    org.osgi.framework.version=1.6.0
    org.osgi.supports.framework.extension=true
    org.osgi.supports.framework.fragment=true
    org.osgi.supports.framework.requirebundle=true
    os.arch=amd64
    os.name=Linux
    os.version=3.8.0-26-generic
    osb.home={home}/Oracle/Middleware/Oracle_OSB1
    osgi.arch=x86_64
    osgi.bundlefile.limit=750
    osgi.bundles=reference:file:javax.transaction_1.1.1.v201105210645.jar,reference:file:org.eclipse.equinox.simpleconfigurator_1.0.200.v20110502-1955.jar@1:start
    osgi.bundles.defaultStartLevel=4
    osgi.bundlestore={home}/Development/oepe-indigo/configuration/org.eclipse.osgi/bundles
    osgi.configuration.area=file:{home}/Development/oepe-indigo/configuration/
    osgi.framework=file:{home}/Development/oepe-indigo/plugins/org.eclipse.osgi_3.7.1.R37x_v20110808-1106.jar
    osgi.framework.extensions=reference:file:javax.transaction_1.1.1.v201105210645.jar
    osgi.framework.shape=jar
    osgi.framework.version=3.7.1.R37x_v20110808-1106
    osgi.frameworkClassPath=., file:{home}/Development/oepe-indigo/plugins/javax.transaction_1.1.1.v201105210645.jar
    osgi.install.area=file:{home}/Development/oepe-indigo/
    osgi.instance.area=file:{home}/workspace/pragma/
    osgi.instance.area.default=file:{home}/workspace/
    osgi.logfile={home}/workspace/pragma/.metadata/.log
    osgi.manifest.cache={home}/Development/oepe-indigo/configuration/org.eclipse.osgi/manifests
    osgi.nl=en_US
    osgi.nl.user=en_US
    osgi.os=linux
    osgi.splashLocation={home}/Development/oepe-indigo/plugins/org.eclipse.platform_3.7.1.v201109091335/splash.bmp
    osgi.splashPath=platform:/base/plugins/org.eclipse.platform
    osgi.syspath={home}/Development/oepe-indigo/plugins
    osgi.tracefile={home}/workspace/pragma/.metadata/trace.log
    osgi.ws=gtk
    path.separator=:
    securerandom.source=file:/dev/./urandom
    socksNonProxyHost=localhost
    sun.arch.data.model=64
    sun.boot.class.path=/usr/lib/jvm/jdk1.6.0_45/jre/lib/resources.jar:/usr/lib/jvm/jdk1.6.0_45/jre/lib/rt.jar:/usr/lib/jvm/jdk1.6.0_45/jre/lib/sunrsasign.jar:/usr/lib/jvm/jdk1.6.0_45/jre/lib/jsse.jar:/usr/lib/jvm/jdk1.6.0_45/jre/lib/jce.jar:/usr/lib/jvm/jdk1.6.0_45/jre/lib/charsets.jar:/usr/lib/jvm/jdk1.6.0_45/jre/lib/modules/jdk.boot.jar:/usr/lib/jvm/jdk1.6.0_45/jre/classes
    sun.boot.library.path=/usr/lib/jvm/jdk1.6.0_45/jre/lib/amd64
    sun.cpu.endian=little
    sun.cpu.isalist=
    sun.desktop=gnome
    sun.io.unicode.encoding=UnicodeLittle
    sun.java.command={home}/Development/oepe-indigo//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar -os linux -ws gtk -arch x86_64 -showsplash -launcher {home}/Development/oepe-indigo/eclipse -name Eclipse --launcher.library {home}/Development/oepe-indigo//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/eclipse_1407.so -startup {home}/Development/oepe-indigo//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar --launcher.overrideVmargs -exitdata 1e418010 -vm /usr/bin/java -vmargs -Xms256m -Xmx768m -XX:MaxPermSize=512m -Dsun.lang.ClassLoader.allowArraySyntax=true -Dweblogic.home={home}/Oracle/Middleware/wlserver_10.3 -Dharvester.home={home}/Oracle/Middleware/Oracle_OSB1/harvester -Dosb.home={home}/Oracle/Middleware/Oracle_OSB1 -Dosgi.bundlefile.limit=750 -Dosgi.nl=en_US -Dmiddleware.home={home}/Oracle/Middleware -jar {home}/Development/oepe-indigo//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
    sun.java.launcher=SUN_STANDARD
    sun.jnu.encoding=UTF-8
    sun.lang.ClassLoader.allowArraySyntax=true
    sun.management.compiler=HotSpot 64-Bit Tiered Compilers
    sun.os.patch.level=unknown
    svnkit.http.methods=Basic
    svnkit.library.gnome-keyring.enabled=false
    user.country=AR
    user.dir={home}/Development/oepe-indigo
    user.home={home}
    user.language=es
    user.name={username}
    user.timezone=America/Argentina/Buenos_Aires
    weblogic.home={home}/Oracle/Middleware/wlserver_10.3
    Thanks!!

    run this one in command prompt and then convert the applet using converter tool
    JC_HOME = C:\java_card_kit-2_2_2\bin\
    set CLASSES=%JCHOME%\lib\apduio.jar;%JC_HOME%\lib\apdutool.jar;%JC_HOME%\lib\jcwde.jar;%JC_HOME%\lib\converter.jar;%JC_HOME%\lib\scriptgen.jar;%JC_HOME%\lib\offcardverifier.jar;%JC_HOME%\lib\api.jar;%JC_HOME%\lib\installer.jar;%JC_HOME%\lib\capdump.jar;
    D:\NareshPalle\jcardRE\Smart\src>java -classpath %_CLASSES% com.sun.javacard.con
    verter.Converter -out EXP JCA CAP -exportpath .\exp -applet 0x0a:0x00:0x00:0x00:0x0e:0x01:0x02:
    0x03:0x04:0x05:0x06 PackageName appletName 0x01:0x02:0x03:0x04:0x05:0x0
    6:0x07:0x08 1.0
    or
    go to following directory and run the converter tool in command prompt
    step 1: cd C:\java_card_kit-2_2_2\bin\
    then run this command under the above directory
    step 2:converter -classdir E:\Pathof Your applet class file -out EXP JCA CAP -exportpath E:\path of exp files folder -applet AID PackageName AppletName PackAID major.minor no
    For more doubts mail me....
    *[removed by moderator]*
    Thanks and Regards
    NareshPalle
    Edited by: EJP on 31/03/2012 20:09: removed your email address. Unless you like spam and unless you think these forums are provided for your personal benefit only, posting an email address here serves no useful purpose whatsoever.

  • Generation aborted with error null (java.lang.OutOfMemoryError)

    Hi
    I have model DC  and this DC is giving me error Generation aborted with error null (java.lang.OutOfMemoryError)
    I encounter the error as soon as I open project/DC in navigator.
    Error goes away as soon as I build my DC but reappears if I close and open my DC again.
    Any idea, how to deal with this?
    Regards
    Vineet

    Hi,
    can you please switch on the PDE Error Log View (window -- show view -- other -- PDE) and after error reproduction provide the relevant error here? Check also the ".log" file in the ".metadata" folder of your NWDS workspace.
    Further, please tell the version of your NWDS (help -- about).
    Does this error occur only if you expand the model node? Are other colleagues facing this issue, or reproducible on your end?
    Did you alter the file in your eclipse folder (on 700 this is vm.parameters, as of 7.1 it is SapNetweaverDeveloperStudio.ini) ?
    Thank you!
    Regards,
    Ervin

  • Error processing WSDL document: java.lang.ClassCastException: java.util.Ar

    Hi
    Program is giving unpredictable behaviour.
    Am trying to consume webservice using Axis Client.
    When running as stand alone Java programs its working fine.
    But when deployed on OC4J its giving problem
    Error processing WSDL document: java.lang.ClassCastException: java.util.ArrayList
    Could you please give some hint
    Regards
    Bajarang

    Here is the program
    QName serviceQN = new QName(targetNamespace,serviceName );
    System.out.println("After serviceQN "+ serviceQN);
    QName portQN = new QName( targetNamespace, portName );
    System.out.println("After port "+ portQN);
    // This Call object will be used the invocation
    Service service = new Service(implURI,serviceQN);
    System.out.println("After service "+ service);
    Call call = (Call) service.createCall();
    System.out.println("After call "+ call);
    // Now make the call...
    System.out.println("Invoking service>> " + serviceName + " <<...");
    call.setOperation(portQN,operationName);
    call.invoke( inputParams );
    System.out.println("Result returned from call to "+ serviceName+" ");
    Error while execution
    javax.xml.rpc.ServiceException: Error processing WSDL document:
    java.lang.ClassCastException: java.util.ArrayList

  • SPNego fails: Error creating GSS context - java.lang.NullPointerException

    Hi,
    I have successfully configured SPNego logon to the first portal in our landscape, however, on the next portal I've got to the SPNego logon is failing.
    When using the diagtool to analyse the problem tests 1-5 and 7 are passing successfully, however, test 6 is failing.
    I am configuring against the following software components:
    SAP J2EE - 7.00 SP13
    Sun JDK version: 1.4.2_14
    diagtool version 1.7.2
    MS Active Directory is configured as the EP UME with resolution mode simple.
    I believe the problem is in some way related to the authentication of the j2ee-<sid> user, however, I cannot narrow it down further. The password for this user has not changed since I generated the keytab file.
    Any help greatly appreciated.
    The following error is written to the diagtool trace file:
    Error creating GSS context.
    [EXCEPTION]
    GSSException: No valid credentials provided (Mechanism level: Attempt to obtain new ACCEPT credentials failed!)
    at sun.security.jgss.krb5.Krb5AcceptCredential.getKeyFromSubject(Krb5AcceptCredential.java:189)
    at sun.security.jgss.krb5.Krb5AcceptCredential.getInstance(Krb5AcceptCredential.java:80)
    at sun.security.jgss.krb5.Krb5MechFactory.getCredentialElement(Krb5MechFactory.java:75)
    at sun.security.jgss.GSSManagerImpl.getCredentialElement(GSSManagerImpl.java:149)
    at sun.security.jgss.GSSCredentialImpl.add(GSSCredentialImpl.java:334)
    at sun.security.jgss.GSSCredentialImpl.<init>(GSSCredentialImpl.java:44)
    at sun.security.jgss.GSSManagerImpl.createCredential(GSSManagerImpl.java:102)
    at com.sap.engine.config.diagtool.tests.authentication.krb.Krb5ServerTest.createGSSContext(Krb5ServerTest.java:104)
    at com.sap.engine.config.diagtool.tests.authentication.krb.Krb5ServerTest.execute(Krb5ServerTest.java:75)
    at com.sap.engine.config.diagtool.Task.execute(Task.java:55)
    at com.sap.engine.config.diagtool.Launcher.run(Launcher.java:343)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sap.engine.config.diagtool.Launcher.main(Launcher.java:394)
    Caused by: javax.security.auth.login.LoginException: java.lang.NullPointerException
    at java.lang.StringBuffer.append(StringBuffer.java:467)
    at com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:576)
    at com.sun.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:475)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at javax.security.auth.login.LoginContext.invoke(LoginContext.java:675)
    at javax.security.auth.login.LoginContext.access$000(LoginContext.java:129)
    at javax.security.auth.login.LoginContext$4.run(LoginContext.java:610)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.LoginContext.invokeModule(LoginContext.java:607)
    at javax.security.auth.login.LoginContext.login(LoginContext.java:534)
    at sun.security.jgss.LoginUtility.run(LoginUtility.java:57)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.security.jgss.krb5.Krb5AcceptCredential.getKeyFromSubject(Krb5AcceptCredential.java:186)
    at sun.security.jgss.krb5.Krb5AcceptCredential.getInstance(Krb5AcceptCredential.java:80)
    at sun.security.jgss.krb5.Krb5MechFactory.getCredentialElement(Krb5MechFactory.java:75)
    at sun.security.jgss.GSSManagerImpl.getCredentialElement(GSSManagerImpl.java:149)
    at sun.security.jgss.GSSCredentialImpl.add(GSSCredentialImpl.java:334)
    at sun.security.jgss.GSSCredentialImpl.<init>(GSSCredentialImpl.java:44)
    at sun.security.jgss.GSSManagerImpl.createCredential(GSSManagerImpl.java:102)
    at com.sap.engine.config.diagtool.tests.authentication.krb.Krb5ServerTest.createGSSContext(Krb5ServerTest.java:104)
    at com.sap.engine.config.diagtool.tests.authentication.krb.Krb5ServerTest.execute(Krb5ServerTest.java:75)
    at com.sap.engine.config.diagtool.Task.execute(Task.java:55)
    at com.sap.engine.config.diagtool.Launcher.run(Launcher.java:343)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sap.engine.config.diagtool.Launcher.main(Launcher.java:394)
    at javax.security.auth.login.LoginContext.invoke(LoginContext.java:730)
    at javax.security.auth.login.LoginContext.access$000(LoginContext.java:129)
    at javax.security.auth.login.LoginContext$4.run(LoginContext.java:610)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.LoginContext.invokeModule(LoginContext.java:607)
    at javax.security.auth.login.LoginContext.login(LoginContext.java:534)
    at sun.security.jgss.LoginUtility.run(LoginUtility.java:57)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.security.jgss.krb5.Krb5AcceptCredential.getKeyFromSubject(Krb5AcceptCredential.java:186)
    ... 15 more
    Acquire credential failed for realm EUR.EMIGRP.COM

    Hello CJH,
    Thank you for following up.
    I will set the thread status to "assumed answered".
    Cheers,
    Julius

  • Null connection context using java wrapped wwsec_api

    How can I specify my OID connection information when using the PL/SQL wwsec_api with java wrappers?
    I am getting a null connection context, and I assume that it is looking for the directory connection information (OID host,port,user,password).
    Is this somehow specified in the .properties file?
    The java was created with Jpublisher per the Jdeveloper help instructions. Following is a code snippet using the java classes created.
    String userName = "username";
    WwsecApi anWwsecApi = new WwsecApi();
    WwsecApiRowtypeSql3 userInfo = (WwsecApiRowtypeSql3)anWwsecApi.personInfo(userName);
    if (userInfo.getEmpno() != null)
    out.print("Employee Number" + userInfo.getEmpno());
    else
    out.print("null");

    -- Set the session context for a lightweight user as follows in your java code before executing the API call.
    -- portal.wwctx_api.set_context(p_user_name => 'portal',p_password => 'password1',p_company => 'simplerewards');
    portal.wwctx_api_private.set_context (p_user_name => 'portal');

  • Null connection context with java wrapped wwsec_api

    How can I specify my OID connection information when using the PL/SQL wwsec_api with java wrappers?
    I am getting a null connection context, and I assume that it is looking for the directory connection information (OID host,port,user,password).
    Is this somehow specified in the .properties file?
    The java was created with Jpublisher per the Jdeveloper help instructions. Following is a code snippet using the java classes created.
    String userName = "username";
    WwsecApi anWwsecApi = new WwsecApi();
    WwsecApiRowtypeSql3 userInfo = (WwsecApiRowtypeSql3)anWwsecApi.personInfo(userName);
    if (userInfo.getEmpno() != null)
    out.print("Employee Number" + userInfo.getEmpno());
    else
    out.print("null");

    -- Set the session context for a lightweight user as follows in your java code before executing the API call.
    -- portal.wwctx_api.set_context(p_user_name => 'portal',p_password => 'password1',p_company => 'simplerewards');
    portal.wwctx_api_private.set_context (p_user_name => 'portal');

  • Validator error - Extra data was encountered.

    Hi All,
    I am working on Outbound EDI870, getting below Error:
    2010.06.03 at 04:33:34:988: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (ERROR) Error -: B2B-51505: General validation error.
         at oracle.tip.b2b.document.edi.EDIDocumentPlugin.processOutgoingDocument(EDIDocumentPlugin.java:2539)
         at oracle.tip.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1279)
         at oracle.tip.b2b.msgproc.Request.outgoingRequest(Request.java:790)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1201)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessage(Engine.java:713)
         at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:2754)
         at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:2444)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:464)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:180)
         at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:77)
         at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:171)
         at java.lang.Thread.run(Thread.java:619)
    2010.06.03 at 04:33:34:988: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) Engine: processOutgoingMessageImpl: B2BDomainException
    2010.06.03 at 04:33:34:988: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.engine.Engine:handleOutboundException Updating Error Message: Error -: B2B-51505: General validation error.
    2010.06.03 at 04:33:34:988: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) DbAccess:updateWireBusinessToErrorState
    2010.06.03 at 04:33:34:988: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.DbAccess:updateWireBusinessToErrorState Enter
    2010.06.03 at 04:33:34:989: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.ToplinkHelper: queryById: Enter
    2010.06.03 at 04:33:34:989: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.ToplinkHelper: queryById: Got RTP Context
    2010.06.03 at 04:33:35:006: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.ToplinkHelper: queryById: Got 1messages for field messageId with value 1410017
    2010.06.03 at 04:33:35:007: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.ToplinkHelper: queryById: Exit
    2010.06.03 at 04:33:35:007: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.ToplinkHelper: findWireMessageByB2BMessageId: querying for id = 1410017
    2010.06.03 at 04:33:35:007: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.ToplinkHelper: findWireMessageByB2BMessageId: Returning null
    2010.06.03 at 04:33:35:007: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.DbAccess:updateWireBusinessToErrorState Wire message not found.
    2010.06.03 at 04:33:35:008: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.DbAccess:updateWireBusinessToErrorState Updating business message error information
    2010.06.03 at 04:33:35:008: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.ToplinkHelper: updateObject: Enter:
    2010.06.03 at 04:33:35:008: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.ToplinkHelper: updateObject: Got RTP Context
    2010.06.03 at 04:33:35:008: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.ToplinkHelper: updateObject: Exit
    2010.06.03 at 04:33:35:009: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.DbAccess:updateAppMessageState Enter
    2010.06.03 at 04:33:35:009: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.ToplinkHelper: getAppMessageById: Enter appMsg id = 7F000001128FCF1A4C600000EA6A8D00
    2010.06.03 at 04:33:35:009: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.ToplinkHelper: getAppMessageById: Got RTP Context
    2010.06.03 at 04:33:35:012: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.ToplinkHelper: getAppMessageById: Got [1] messages for AppMessage ID 7F000001128FCF1A4C600000EA6A8D00
    2010.06.03 at 04:33:35:012: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.ToplinkHelper: getAppMessageById: Exit
    2010.06.03 at 04:33:35:013: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.DbAccess:setAppMsgErrorInfo Enter
    2010.06.03 at 04:33:35:013: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.DbAccess:setAppMsgErrorInfo Setting AppMessage to ERROR
    2010.06.03 at 04:33:35:013: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.DbAccess:setAppMsgErrorInfo Exitr
    2010.06.03 at 04:33:35:013: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.ToplinkHelper: updateObject: Enter:
    2010.06.03 at 04:33:35:013: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.ToplinkHelper: updateObject: Got RTP Context
    2010.06.03 at 04:33:35:014: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.ToplinkHelper: updateObject: Exit
    2010.06.03 at 04:33:35:014: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.DbAccess:updateAppMessageState Exit
    2010.06.03 at 04:33:35:014: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.DbAccess:DbAccess:updateMsgError(3 params) Enter
    2010.06.03 at 04:33:35:015: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.ToplinkHelper: updateObject: Enter:
    2010.06.03 at 04:33:35:015: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.ToplinkHelper: updateObject: Got RTP Context
    2010.06.03 at 04:33:35:016: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.ToplinkHelper: updateObject: Exit
    2010.06.03 at 04:33:35:016: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.DbAccess:DbAccess:updateMsgError(3 params) Exit
    2010.06.03 at 04:33:35:016: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.engine.Engine:handleOutboundException Updating Native Event Tbl Row
    2010.06.03 at 04:33:35:016: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.DbAccess:updateNativeEvtTblRow Enter
    2010.06.03 at 04:33:35:017: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.ToplinkHelper: queryById: Enter
    2010.06.03 at 04:33:35:017: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.ToplinkHelper: queryById: Got RTP Context
    2010.06.03 at 04:33:35:019: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.ToplinkHelper: queryById: Got 1messages for field messageId with value 1410017
    2010.06.03 at 04:33:35:019: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.ToplinkHelper: queryById: Exit
    2010.06.03 at 04:33:35:019: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.ToplinkHelper: findWireMessageByB2BMessageId: querying for id = 1410017
    2010.06.03 at 04:33:35:019: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.ToplinkHelper: findWireMessageByB2BMessageId: Returning null
    2010.06.03 at 04:33:35:019: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) DbAccess:updateNativeEvtTblRowGot WireMessage with B2BMessage ID 1410017
    2010.06.03 at 04:33:35:020: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.msgproc.DbAccess:
    ** DbAccess:updateNativeEvtTblRow:tip_wireMsg wiremsg not found
    2010.06.03 at 04:33:35:020: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) oracle.tip.b2b.engine.Engine:handleOutboundException notifying App
    2010.06.03 at 04:33:35:020: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) Notification: notifyApp: Enter
    2010.06.03 at 04:33:35:020: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@8f1195: B2B - (DEBUG) Notification: notifyApp: payload = <Exception xmlns="http://integration.oracle.com/B2B/Exception" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <correlationId>7F000001128FCF1A4C600000EA6A8D00</correlationId>
    <b2bMessageId>1410017</b2bMessageId>
    <errorCode>B2B-51505</errorCode>
    <errorText>
    Error Brief :
    Validator error - Extra data was encountered.
    An X12 syntax error occurred.
    An X12 syntax error occurred.
    Validator error - Extra data was encountered.
    Validator error - Extra data was encountered.
    A data element with 'Mandatory' status is missing.
    </errorText>
    <errorDescription>
    <![CDATA[
    Error :
    Extra Element was found in the data file as part of Segment REF. Segment REF is defined in the guideline at position 046.{br}{br}This error was detected at:{br}{tab}Segment Count: 3{br}{tab}Element Count: 2{br}{tab}Characters: 567 through 575
    At least one of REF02, REF03 must be present. The syntax rule R0203 of Segment REF is violated. Segment REF is defined in the guideline at position 046.{br}{br}This error was detected at:{br}{tab}Segment Count: 3{br}{tab}Element Count: 2{br}{tab}Characters: 593 through 593
    At least one of REF02, REF03 must be present. The syntax rule R0203 of Segment REF is violated. Segment REF is defined in the guideline at position 046.{br}{br}This error was detected at:{br}{tab}Segment Count: 3{br}{tab}Element Count: 3{br}{tab}Characters: 593 through 593
    Extra Element was found in the data file as part of Segment ISR. Segment ISR is defined in the guideline at position 030.{br}{br}This error was detected at:{br}{tab}Segment Count: 6{br}{tab}Element Count: 1{br}{tab}Characters: 870 through 872
    Extra Element was found in the data file as part of Segment ISR. Segment ISR is defined in the guideline at position 030.{br}{br}This error was detected at:{br}{tab}Segment Count: 6{br}{tab}Element Count: 2{br}{tab}Characters: 907 through 915
    Element ISR01 (Shipment/Order Status Code) is missing. This Element's standard option is 'Mandatory'. Segment ISR is defined in the guideline at position 030.{br}{br}This Element was expected in:{br}{tab}Segment Count: 6{br}{tab}Element Count: 1{br}{tab}Character: 933
    ]]>
    </errorDescription>
    <errorSeverity>2</errorSeverity>
    </Exception>
    Even though I am providing REF01 and ISR01 values, I am getting this Error.
    Below is my XML payload.
    <?xml version="1.0" encoding="UTF-8" ?>
    - <Transaction-870 xmlns:ns0="http://www.edifecs.com/xdata/200" Standard="X12" xmlns="http://www.edifecs.com/xdata/200">
    - <ns0:Segment-ST>
    <ns0:Element-143>870</ns0:Element-143>
    <ns0:Element-329>000000043</ns0:Element-329>
    </ns0:Segment-ST>
    - <ns0:Segment-BSR>
    <ns0:Element-850>3</ns0:Element-850>
    <ns0:Element-847>PA</ns0:Element-847>
    <ns0:Element-127>3110000031OTM_TestPR</ns0:Element-127>
    <ns0:Element-373>20100603</ns0:Element-373>
    </ns0:Segment-BSR>
    - <ns0:Loop-REF>
    - <ns0:Segment-REF>
    <ns0:Element-128>VR</ns0:Element-128>
    <ns0:Element-127>RHEEM002</ns0:Element-127>
    </ns0:Segment-REF>
    </ns0:Loop-REF>
    - <ns0:Loop-HL>
    - <ns0:Segment-HL>
    <ns0:Element-628>1</ns0:Element-628>
    <ns0:Element-735>O</ns0:Element-735>
    </ns0:Segment-HL>
    - <ns0:Segment-PRF>
    <ns0:Element-324>OTM_Test</ns0:Element-324>
    </ns0:Segment-PRF>
    - <ns0:Loop-ISR>
    - <ns0:Segment-ISR>
    <ns0:Element-368>PR</ns0:Element-368>
    <ns0:Element-373>20100531</ns0:Element-373>
    </ns0:Segment-ISR>
    </ns0:Loop-ISR>
    </ns0:Loop-HL>
    - <ns0:Loop-HL>
    - <ns0:Segment-HL>
    <ns0:Element-628>2</ns0:Element-628>
    <ns0:Element-735>I</ns0:Element-735>
    </ns0:Segment-HL>
    - <ns0:Loop-PO1>
    - <ns0:Segment-PO1>
    <ns0:Element-350>1</ns0:Element-350>
    <ns0:Element-330>2</ns0:Element-330>
    <ns0:Element-355>EA</ns0:Element-355>
    <ns0:Element-235>SK</ns0:Element-235>
    <ns0:Element-234>6836003</ns0:Element-234>
    <ns0:Element-235_1>VP</ns0:Element-235_1>
    <ns0:Element-234_1>TAHM ITEM</ns0:Element-234_1>
    </ns0:Segment-PO1>
    - <ns0:Segment-PID>
    <ns0:Element-349>F</ns0:Element-349>
    <ns0:Element-352>TAHM ITEM</ns0:Element-352>
    </ns0:Segment-PID>
    </ns0:Loop-PO1>
    </ns0:Loop-HL>
    - <ns0:Segment-CTT>
    <ns0:Element-354>2</ns0:Element-354>
    </ns0:Segment-CTT>
    - <ns0:Segment-SE>
    <ns0:Element-96>11</ns0:Element-96>
    <ns0:Element-329>000000043</ns0:Element-329>
    </ns0:Segment-SE>
    </Transaction-870>
    Thanks in Advance
    Ravdeep

    Hi Ravdeep,
    Have you validated the payload against the ecs using document editor? If no, please do so.
    Also refer -
    5084: XEngine error - Invalid data (outbound with validation disabled)
    Please paste the complete B2B log here/mail it to my id (in my profile)
    Regards,
    Anuj

  • Error after deploying the application in PI java system

    Hi all,
    I have created a test web dynpro java application and deployed in PI7.1 java engine. Using the JCO's maintained i hav connected to ECC7.1 system and created a model to call a bapi. After deploying and running the application, I got the following error. Please let me know the solution
    Regards
    Sagar
        500   Internal Server Error  SAP NetWeaver Application Server/Java AS 
    The initial exception that caused the request to fail, was:
    java.lang.NullPointerException
        at com.sap.conn.jco.rt.DefaultDestinationManager.checkProperties(DefaultDestinationManager.java:405)
        at com.sap.conn.jco.rt.DefaultDestinationManager.update(DefaultDestinationManager.java:142)
        at com.sap.conn.jco.rt.DefaultDestinationManager.searchDestination(DefaultDestinationManager.java:292)
        at com.sap.conn.jco.rt.DefaultDestinationManager.getDestinationInstance(DefaultDestinationManager.java:90)
        at com.sap.conn.jco.JCoDestinationManager.getDestination(JCoDestinationManager.java:61)
        ... 82 more
    See full exception chain for details.
    Failed to process request. Please contact your system administrator.
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    For further information about the Web Dynpro error page, error analysis and a description of well-known error situations, see SAP note 1113811.
    System Environment
    Client
    Web Dynpro Client Type HTML Client
    User agent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.3)
    Client Type msie6
    Client Type Profile ie6
    ActiveX enabled
    Java Applets enabled
    Accessibility mode disabled
    Rendering engine: Lightspeed
    Inline CSS:  enabled
    Validate by rendering:  enabled
    Server
    Web Dynpro Runtime vendor: 'sap.com', name: 'tc/wd/webdynpro', location: 'SAP AG', counter: '7.1100.20081021173332.0000', change number: '28470', codeline: NW711_00_REL
    J2EE Engine 7.11.3710.27866.20080910102732
    System ID (SID) PID
    Server Node ID |1698650|16986|Server 00 00_16986|sappidev01.xtium.com/10.255.30.89|SERVER|RUNNING
    Java VM SAP Java 64-Bit Server VM, version:5.1.027, vendor: SAP AG
    Operating system Windows 2003, version: 5.2, architecture: amd64
    Application
    Java EE Application (deployable object) demo.sap.com/pegatest
    Web Dynpro Application Pegatestappli
    Request URI /webdynpro/dispatcher/demo.sap.com/pegatest/Pegatestappli
    Version vendor: 'demo.sap.com', name: 'pegatest', location: 'localDevelopment', counter: '20100112141118', change number: 'null'
    Session & Other
    Session Locale en_US
    Session Timezone Pacific Standard Time
    Time of Failure Tue Jan 12 00:39:45 PST 2010 (Java Time: 1263285585307)
    Session User ClientUser(id=USER.R3_DATASOURCE.J2EE_ADMIN, name=J2EE_ADMIN)
    Client Session Id bxuvisJvMVwF2Jn5_M0-ODXALydDRLAhJgFa6xkA_SAP
    Client Window Id 09190ac2ff5611dea2480050568315be
    Application Session Id 09190ac3ff5611dea70e0050568315be
    Web Dynpro Code Generation Infos
    demo.sap.com/pegatest
    Error Information
    Detailed Exception Chain
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Exception was thrown in preprocessing phase of application session ApplicationSession(id=09190ac3ff5611dea70e0050568315be, name=com.sap.demo.pegatest.pegatestappli.Pegatestappli). The causing exception is nested. RID=09190ac0ff5611deb9b80050568315be
      at com.sap.tc.webdynpro.clientserver.session.ClientSession.doPreprocessing(ClientSession.java:680)
      at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:239)
      at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:258)
      at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToRequestManager(AbstractExecutionContextDispatcher.java:202)
      at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.doService(DispatchHandlerForRequestManager.java:38)
      at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)
      at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:95)
      at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToRequestManager(ExecutionContextDispatcher.java:140)
      at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:92)
      at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:104)
      at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)
      at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doGet(AbstractDispatcherServlet.java:54)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
      at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:140)
      at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:37)
      at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:466)
      at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:291)
      at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:396)
      at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:385)
      at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:48)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:76)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:240)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:78)
      at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
      at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
      at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
      at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:43)
      at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:42)
      at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:457)
      at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:250)
      at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:45)
      at com.sap.engine.core.thread.execution.Executable.run(Executable.java:109)
      at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
    Caused by: com.sap.tc.webdynpro.progmodel.context.DictionaryException: InvocationTargetException
      at com.sap.tc.webdynpro.progmodel.context.DictionaryHandler.getDataType(DictionaryHandler.java:192)
      at com.sap.tc.webdynpro.progmodel.context.DataAttributeInfo.init(DataAttributeInfo.java:434)
      at com.sap.tc.webdynpro.progmodel.context.NodeInfo.initUnmappedAttributes(NodeInfo.java:978)
      at com.sap.tc.webdynpro.progmodel.context.DataNodeInfo.doInit(DataNodeInfo.java:294)
      at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:950)
      at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:954)
      at com.sap.tc.webdynpro.progmodel.context.Context.init(Context.java:69)
      at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:205)
      at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:552)
      at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doPreprocessing(ClientApplication.java:1296)
      at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToApplicationDoPreprocessing(AbstractExecutionContextDispatcher.java:146)
      at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForAppPreprocessing.doService(DispatchHandlerForAppPreprocessing.java:35)
      at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)
      at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:95)
      at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToApplicationDoPreprocessing(ExecutionContextDispatcher.java:100)
      at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:74)
      at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:571)
      at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:602)
      at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doPreprocessing(ApplicationSession.java:252)
      at com.sap.tc.webdynpro.clientserver.session.ClientSession.doPreprocessing(ClientSession.java:677)
      ... 48 more
    Caused by: com.sap.dictionary.runtime.DdException: InvocationTargetException
      at com.sap.dictionary.runtime.ProviderFactory4J7.getProvider(ProviderFactory4J7.java:36)
      at com.sap.dictionary.runtime.DdDictionaryPool.getProvider(DdDictionaryPool.java:96)
      at com.sap.dictionary.runtime.DdDictionaryPool.makeDictionary(DdDictionaryPool.java:75)
      at com.sap.dictionary.runtime.DdDictionaryPool.makeDictionary(DdDictionaryPool.java:63)
      at com.sap.dictionary.runtime.DdBroker.getDataType(DdBroker.java:224)
      at com.sap.tc.webdynpro.progmodel.context.DictionaryHandler._getScalarType(DictionaryHandler.java:462)
      at com.sap.tc.webdynpro.progmodel.context.DictionaryHandler.getDataType(DictionaryHandler.java:171)
      ... 67 more
    Caused by: java.lang.reflect.InvocationTargetException
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
      at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
      at com.sap.dictionary.runtime.ProviderFactory4J7.getProvider(ProviderFactory4J7.java:21)
      ... 73 more
    Caused by: com.sap.conn.jco.JCoException: (106) JCO_ERROR_RESOURCE: Destination DEV_ECC6_220_METADATA does not exist
      at com.sap.mdi.jco7.Factory.makeException(Factory.java:41)
      at com.sap.mdi.jco7.Destination.<init>(Destination.java:35)
      at com.sap.mdi.jco7.Destination.make(Destination.java:21)
      at com.sap.mdi.jco7.Factory.getDestination(Factory.java:28)
      at com.sap.dictionary.runtime.mdi.DataProvider.<init>(DataProvider.java:115)
      ... 78 more
    Caused by: com.sap.conn.jco.JCoException: (106) JCO_ERROR_RESOURCE: Destination DEV_ECC6_220_METADATA does not exist
      at com.sap.conn.jco.rt.DefaultDestinationManager.update(DefaultDestinationManager.java:163)
      at com.sap.conn.jco.rt.DefaultDestinationManager.searchDestination(DefaultDestinationManager.java:292)
      at com.sap.conn.jco.rt.DefaultDestinationManager.getDestinationInstance(DefaultDestinationManager.java:90)
      at com.sap.conn.jco.JCoDestinationManager.getDestination(JCoDestinationManager.java:61)
      at com.sap.mdi.jco7.Destination.<init>(Destination.java:32)
      ... 81 more
    Caused by: java.lang.NullPointerException
      at com.sap.conn.jco.rt.DefaultDestinationManager.checkProperties(DefaultDestinationManager.java:405)
      at com.sap.conn.jco.rt.DefaultDestinationManager.update(DefaultDestinationManager.java:142)
      ... 85 more

    yes, you are getting Cross Origin Problem .So, you need to disable the web security for chrome.
    Go to properties of chrome , and add this after path of chrome.
    --disable-web-security
    After this restart the chrome.
    Please follow the below link for reference.
    windows - Is it possible to run Chrome with and without web security at the same time? - Super User
    Regards
    Sridevi

  • Validate null values in web dynpro for Java

    Hi guys,
    I want to perform a mandatory field value check in a web dynpro input field. I have cretaed an application and want to ensure that user entered values into it, before it can processed further. I do not think there is/are any property avialable for this.
    Any help on how to code.
    Thanks a lot in advance.
    regards
    Sam
    Message was edited by:
            sameer chilama

    Hi,
    this is common code for test the Whether the input field is empty then we have to display the error.
    Add the attribute in the context.
    public void checkMandatory( java.lang.String displayName, java.lang.String fieldContextID )
    //@@begin checkMandatory()
    IWDMessageManager messageMgr =wdThis.wdGetAPI().getComponent().getMessageManager();
    String attributeValue = wdContext.currentContextElement().getAttributeAsText(fieldContextID);
    IWDAttributeInfo attributeInfo =wdContext.getNodeInfo().getAttribute(fieldContextID);
    if (attributeValue != null)
    attributeValue = attributeValue.trim();
    if (attributeValue.length() == 0) {
    //String fieldLabel = this.wdContext.getNodeInfo().getAttribute(displayName).getSimpleType().getFieldLabel();
    messageMgr.reportContextAttributeMessage(wdContext.currentContextElement(),attributeInfo,
    IMessageOrderStatusApplication.EMPTY_INPUT,
    new Object[] { displayName },
    true);
    //@@end
    in on action write the code like
    this.checkMandatory("Please enter the inputvalue","contextattributename");
    wdComponentAPI.getMessageManager().raisePendingException();
    it you want to add for more input fields
    add second contexzt attribute
    this.checkMandatory("Please enter the secondinputvalue","contextattributename1");
    wdComponentAPI.getMessageManager().raisePendingException();
    thanks,
    Lohi.

  • MSS Recruitment Requisition 'Internal error: null" message

    We are setting up the recruitment requisition functionality of MSS.  When the form loads (via the Form Tree) we just get the message "Internal error: null". 
    I have checked the back-end config and iView properties.  All of the required PAR files are loaded.  We have MSS 50.2 on EP5-SP6.
    I think the same message might come up with the PCR forms too.  I would really appreciate any tips as I'm pretty stuck here.  I couldn't find any relevant SAP notes. Thanks.
    Log:
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    at com.sapportals.portal.prt.core.PortalRequestManager.handleRequestException(PortalRequestManager.java:688)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:289)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:231)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:475)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:285)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:524)
    at com.sapportals.portal.prt.portalconnection.sapnative.DelegatedPlugIn.handleRequest(DelegatedPlugIn.java:715)
    at com.sapportals.portal.prt.portalconnection.sapnative.PortalPlugIn.handleRequest(PortalPlugIn.java:138)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:648)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:147)
    at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:789)
    at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:644)
    at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:305)
    at com.inqmy.services.httpserver.server.Response.handle(Response.java:166)
    at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1152)
    at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
    at com.inqmy.core.cluster.impl3.ParserRunner.run(ParserRunner.java:30)
    at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:132)
    Caused by: java.lang.NullPointerException
    at com.sapportals.portal.pcdeditor.message.PCDEditorMessageHTML.isValidUrlParamString(PCDEditorMessageHTML.java:97)
    at com.sapportals.portal.pcdeditor.message.PCDEditorMessageHTML.createOnLoadJs(PCDEditorMessageHTML.java:54)
    at com.sapportals.portal.pcdeditor.message.PCDEditorMessageHTML.createEmptyMessage(PCDEditorMessageHTML.java:31)
    at com.sapportals.portal.pcdeditor.message.PCDEditorMessageMain.doContent(PCDEditorMessageMain.java:39)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:127)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:285)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:231)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:475)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:285)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:524)
    at com.sapportals.portal.prt.portalconnection.sapnative.DelegatedPlugIn.handleRequest(DelegatedPlugIn.java:715)
    at com.sapportals.portal.prt.portalconnection.sapnative.PortalPlugIn.handleRequest(PortalPlugIn.java:138)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:648)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:147)
    at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:789)
    at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:644)
    at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:305)
    at com.inqmy.services.httpserver.server.Response.handle(Response.java:166)
    at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1152)
    at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
    at com.inqmy.core.cluster.impl3.ParserRunner.run(ParserRunner.java:30)
    at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:132)com.sapportals.portal.prt.core.PortalRequestManager@7a687b #

    Hello Mike,
    We already had this kind of situation.
    On the transaction QISRSCENARIO you need to select your scenario and generate the .PAR file again (they will be on C:     emp). Then unzip those files and search for the "default.properties" and there you will find a parameter "SystemIdentifier.value=" that need to be your System Álias on Portal. I don't know why, but when you generate the file this parameter it is filled with SAP_R3_Financials. After the change you need to upload the .par file.
    Good luck!
    Daniel Kiel

  • [IPT_HttpSendError] HTTP encounters send error :.  Premature EOF encounter

    Hi,
    Although we haven't change the configuration we started experiencing following error:
    2009.01.29 at 15:34:30:364: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Create Event Table row for Message Retries
    2009.01.29 at 15:34:30:364: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit timeToAck = Thu Jan 01 03:00:00 CET 1970
    2009.01.29 at 15:34:30:365: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertEvtTblRow Enter
    2009.01.29 at 15:34:30:365: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertEvtTblRow Event Type = 2
    2009.01.29 at 15:34:30:366: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertEvtTblRow EventId = 12
    2009.01.29 at 15:34:30:366: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertEvtTblRow Id = 33156:5:0:137
    2009.01.29 at 15:34:30:369: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertEvtTblRow Exit
    2009.01.29 at 15:34:30:372: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Current TimeStamp isThu Jan 29 15:34:30 CET 2009
    2009.01.29 at 15:34:30:372: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Retry shall happen at Thu Jan 29 17:34:30 CET 2009
    2009.01.29 at 15:34:30:372: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit business transaction info name null revision null
    2009.01.29 at 15:34:30:372: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Exit
    2009.01.29 at 15:34:30:372: Thread-40: B2B - (DEBUG) DBContext commit: Enter
    2009.01.29 at 15:34:30:374: Thread-40: B2B - (DEBUG) DBContext commit: Transaction.commit()
    2009.01.29 at 15:34:30:374: Thread-40: B2B - (DEBUG) DBContext commit: Leave
    2009.01.29 at 15:34:30:375: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Calling Send to transmit the message
    2009.01.29 at 15:34:30:375: Thread-40: B2B - (DEBUG) Protocol Name: HTTPS
    2009.01.29 at 15:34:30:375: Thread-40: B2B - (DEBUG) Version Name: 1.1
    2009.01.29 at 15:34:30:375: Thread-40: B2B - (DEBUG) Endpoint: https://example.test.com:8443/ibis/servlet/IBISHTTPUploadServlet/as2_me_in
    2009.01.29 at 15:34:30:375: Thread-40: B2B - (DEBUG) using SSL
    2009.01.29 at 15:34:30:375: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.transport.TransportInterface:send URL: HTTPS://EXAMPLE.TEST.COM:8443/IBIS/SERVLET/IBISHTTPUPLOADSERVLET/AS2_ME_IN
    2009.01.29 at 15:34:30:376: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.transport.TransportInterface:send TO Endpoint: 502 https:/example.test.com:8443/ibis/servlet/IBISHTTPUploadServlet/as2_me_in
    2009.01.29 at 15:34:30:376: Thread-40: B2B - (DEBUG)
    Protocol = HTTPS
    Version = 1.1
    Transport Header
    Content-Transfer-Encoding:binary
    Message-ID:<33156:5:0:137@as2me>
    MIME-version:1.0
    ACTION_NAME:PROCESS
    From:as2Fideltronik
    Disposition-Notification-To:[email protected]
    AS2-To:RUT_AS2
    User-Agent:AS2 Server
    Date:Thu, 29 Jan 2009 14:34:30 GMT
    DOCTYPE_NAME:PROCESS
    FROM_PARTY:as2me
    DOCTYPE_REVISION:1
    TO_PARTY:TP_AS2
    AS2-From:as2me
    AS2-Version:1.1
    Content-Disposition:attachment; filename=7.2
    Content-Type:application/XML; name=7.2
    Parameters
    -- listing properties --
    http.sender.timeout=0
    2009.01.29 at 15:34:30:464: Thread-40: B2B - (DEBUG) scheme null userName null realm null
    2009.01.29 at 15:34:45:178: B2BStarter thread: Deployment - (DEBUG) Query Configurations null Lifecycle status Active exclude design true
    2009.01.29 at 15:34:45:178: B2BStarter thread: BusinessLogicLayer - (DEBUG) Authorization disabled. UserBootstrapped:false, useAuthorization:true,
    2009.01.29 at 15:37:20:021: Thread-40: B2B - (WARNING)
    Message Transmission Transport Exception
    Transport Error Code is OTA-HTTP-SEND-1000
    StackTrace oracle.tip.transport.TransportException: [IPT_HttpSendError] HTTP encounters send error :.
         at oracle.tip.transport.TransportException.create(TransportException.java:91)
         at oracle.tip.transport.basic.HTTPSender.createTransportResponse(HTTPSender.java:754)
         at oracle.tip.transport.basic.HTTPSender.send(HTTPSender.java:598)
         at oracle.tip.transport.b2b.B2BTransport.send(B2BTransport.java:311)
         at oracle.tip.adapter.b2b.transport.TransportInterface.send(TransportInterface.java:1013)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1754)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:972)
         at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1166)
         at oracle.tip.adapter.b2b.xmlgwIntg.XMLGWIntegration.raiseOutboundMessage(XMLGWIntegration.java:168)
         at oracle.tip.adapter.b2b.xmlgwIntg.Outbound.onMessage(Outbound.java:297)
         at oracle.jms.AQjmsListenerWorker.dispatchOneMsg(AQjmsListenerWorker.java:316)
         at oracle.jms.AQjmsListenerWorker.run(AQjmsListenerWorker.java:129)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: java.io.EOFException: Premature EOF encountered
         at HTTPClient.StreamDemultiplexor.read(StreamDemultiplexor.java:283)
         at HTTPClient.RespInputStream.read(RespInputStream.java:157)
         at HTTPClient.RespInputStream.read(RespInputStream.java:116)
         at HTTPClient.Response.readResponseHeaders(Response.java:997)
         at HTTPClient.Response.getHeaders(Response.java:713)
         at HTTPClient.Response.getStatusCode(Response.java:262)
         at HTTPClient.RetryModule.responsePhase1Handler(RetryModule.java:83)
         at HTTPClient.HTTPResponse.handleResponse(HTTPResponse.java:739)
         at HTTPClient.HTTPResponse.getStatusCode(HTTPResponse.java:196)
         at oracle.tip.transport.basic.HTTPSender.createTransportResponse(HTTPSender.java:721)
         ... 11 more
    2009.01.29 at 15:37:20:022: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.transport.TransportInterface:send Error in sending message
    2009.01.29 at 15:37:20:022: Thread-40: B2B - (INFORMATION) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Request Message Transmission failed
    2009.01.29 at 15:37:20:022: Thread-40: B2B - (DEBUG) DBContext beginTransaction: Enter
    2009.01.29 at 15:37:20:022: Thread-40: B2B - (DEBUG) DBContext beginTransaction: Transaction.begin()
    2009.01.29 at 15:37:20:022: Thread-40: B2B - (DEBUG) DBContext beginTransaction: Leave
    2009.01.29 at 15:37:20:022: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab [IPT_HttpSendError] HTTP encounters send error :.
    Premature EOF encountered
    2009.01.29 at 15:37:20:023: Thread-40: BusinessLogicLayer - (DEBUG) Authorization disabled. UserBootstrapped:false, useAuthorization:true, configType:null
    2009.01.29 at 15:37:20:023: Thread-40: BusinessLogicLayer - (DEBUG) Push Stack: updateBusinessMessage
    2009.01.29 at 15:37:20:026: Thread-40: BusinessLogicLayer - (DEBUG) Pop Stack: updateBusinessMessage
    2009.01.29 at 15:37:20:026: Thread-40: B2B - (DEBUG) DBContext commit: Enter
    2009.01.29 at 15:37:20:027: Thread-40: B2B - (DEBUG) DBContext commit: Transaction.commit()
    2009.01.29 at 15:37:20:027: Thread-40: B2B - (DEBUG) DBContext commit: Leave
    2009.01.29 at 15:37:20:028: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequest Exit
    2009.01.29 at 15:37:20:028: Thread-40: B2B - (INFORMATION) oracle.tip.adapter.b2b.engine.Engine:processOutgoingMessage:
    ***** REQUEST MESSAGE *****
    Exchange Protocol: AS2 Version 1.1
    Transport Protocol: HTTPS
    Unique Message ID: <33156:5:0:137@as2me>
    Trading Partner: TEST_AS2
    Message Signed: No
    Payload encrypted: No
    Attachment: None
    ***** REQUEST MESSAGE *****
    2009.01.29 at 15:37:20:028: Thread-40: B2B - (INFORMATION) oracle.tip.adapter.b2b.engine.Engine:processOutgoingMessage Exit
    2009.01.29 at 15:37:20:028: Thread-40: B2B - (DEBUG) : Thu Jan 29 15:37:20 CET 2009 Exit Outbound onMessage
    2009.01.29 at 15:37:20:030: Thread-40: B2B - (DEBUG) DBContext commit: Enter
    2009.01.29 at 15:37:20:030: Thread-40: B2B - (DEBUG) DBContext commit: Leave
    2009.01.29 at 15:37:20:031: Thread-40: B2B - (DEBUG) : Thu Jan 29 15:37:20 CET 2009 Available memory Leave Outbound onMessage: 35505240
    2009.01.29 at 15:37:20:031: Thread-40: B2B - (DEBUG) : Thu Jan 29 15:37:20 CET 2009 Leave Outbound onMessage
    I assume that this might be caused by applying the latest MLR patch or due to some changes on the TP side.
    Please advise

    Hi Suhas,
    Yes, no matter the size of the XML file, it always sends it 6 times. Error occurs only at the end of the process, that is after 6th time the file has been sent. We tested it many times with new messages and each time the results are identical. There is no trace in b2b.log that the file is being sent again, transport log however shows 6 http send entries each time.
    Also, between the start of sending the message and the error occurring after 2-3 minutes (after 6th message is sent) the message is not removed from the ECX outbound queue (we are getting the XML from E-Bussines). It is removed after the error. It cannot manually dequeued during that time.
    Thank you
    Kamil,

  • Compiler error - Error:null

    I am attempting to create a process that invokes an external web service. Nothing fancy, just take input to the process assign it, transform it to the format the web service needs, invoke the web service, assign the response, and reply to the calling process.
    When I attempt to compile the process I get a compiler error of "Error:null" If I double click the error it shows me the bpel source and highlights the firs line (comment automatically added by JDeveloper).
    Any direction or information would be greatly appreciated.
    Thanks,
    Greg

    Okay, here is the output (at least the end of it):
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/omsCreateOrderWMA.wsdl
    [bpelc] <WSDLSchemaUtil::loadAllSchemas> loading all schemas for def file:/C
    :/ORABPE~1/INTEGR~1/JDEV/JDEV/MYWORK/OMSINT~1/OMSCRE~2/Order_v06.wsdl
    [bpelc] <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema [bpe
    lc] java.lang.StackOverflowError
    <WSDLSchemaUtil::loadLocalSchemas> Created schema xsd:schema
    BUILD FAILED
    C:\ORABPE~1\INTEGR~1\JDEV\JDEV\MYWORK\OMSINT~1\OMSCRE~2\build.xml:25: java.lang.
    StackOverflowError
    Total time: 4 seconds
    C:\ORABPE~1\INTEGR~1\JDEV\JDEV\MYWORK\OMSINT~1\OMSCRE~2>ENDLOCAL
    C:\ORABPE~1\INTEGR~1\JDEV\JDEV\MYWORK\OMSINT~1\OMSCRE~2>

  • SQLException: found null connection context

    Using JDeveloper, I set up a connection with success. However, running the program generates the following error:
    java.sql.SQLException: found null connection context
    The error persists even when I use [contextNameFromtheConnection] with #sql{...};
    Thanks for your time.
    null

    You need to set your connection at runtime in your program. For example, to set the default connection:
    oracle.sqlj.runtime.Oracle.connect("jdbc:oracle:thin:@localhost:1521:orcl","scott","tiger");
    Or, if you have created a JDBC connection conn you could reuse that as follows.
    oracle.sqlj.runtime.Oracle.connect(conn);
    Hope this helps. -- Ekkehard

  • Unable to Load Metadata (Error in shared.context.ContextLoader in startup)

    Hi,
    I am currently installing fixes on an environment, and every time a patch was installed the application server starts up. The application starts up successfully until I installed 8424662. I still don't know if this is the patch that causes the error, but here's the part of the log that states the error:
    - 2010-03-29 07:31:12,030 [Thread-1] ERROR (shared.context.ContextLoader) Unable to load metadata for package com.splwg.base.domain.common.masterConfiguration
    java.lang.NullPointerException
         at java.io.Reader.<init>(Reader.java:61)
         at java.io.InputStreamReader.<init>(InputStreamReader.java:55)
         at com.splwg.shared.context.PackageMetaInfoLoader.getManagedObjectDataAndExtractHashInfo(PackageMetaInfoLoader.java:53)
         at com.splwg.shared.context.PackageMetaInfoLoader.getContextEntities(PackageMetaInfoLoader.java:48)
         at com.splwg.shared.context.PackageMetaInfoLoader.read(PackageMetaInfoLoader.java:44)
         at com.splwg.shared.context.ContextLoader.loadFromStream(ContextLoader.java:90)
         at com.splwg.shared.environ.ContextManagedObjectSet.loadFromStream(ContextManagedObjectSet.java:120)
         at com.splwg.shared.environ.ContextManagedObjectSet.loadFromStream(ContextManagedObjectSet.java:107)
         at com.splwg.shared.environ.ContextManagedObjectSet.loadAllContextManagedObjects(ContextManagedObjectSet.java:72)
         at com.splwg.base.support.context.ContextFactory.loadManagedObjectForApplication(ContextFactory.java:194)
         at com.splwg.base.support.context.ContextFactory.buildContext(ContextFactory.java:106)
         at com.splwg.base.support.context.ContextFactory.buildContext(ContextFactory.java:90)
         at com.splwg.base.support.context.ContextFactory.createDefaultContext(ContextFactory.java:498)
         at com.splwg.base.web.startup.DeferredXAIStartup.run(DeferredXAIStartup.java:73)
         at java.lang.Thread.run(Thread.java:595)
    - 2010-03-29 07:31:14,873 [main] INFO (web.startup.SPLWebStartup) Application Context shutdown successfully
    Any help on this problem is greatly appreciated. Thank you so much!

    Patch 8424662 incorporates an entry in contextManagedObjects.xml that points to a class com.splwg.base.domain.common.masterConfiguration but this class is not yet present in spl-base.jar file. Patch 8711158 should be installed, since it contains this class.

Maybe you are looking for

  • Syclo Work Manager 6.0

    Good afternoon, us are actually implementing WM 6 according to the guide, but when we want to upload a file that is not sent to ERP. We should check?. We already checked the values ​​of BDS (Business Document Service) / GOS (Generic Object Services),

  • Mesh Tool distorting artwork.

    After I finished doing my design using the "Mesh Tool" and reduced the size of the hole piece, the Mesh is converted from organic shapes into straight lines. Which makes all my work useless. Does any one knows how to fixe that?

  • Why there are N169.3 things when i right click my desktop ?

    i think my macbook pro is having an error. this morning, when i right click on my desktop and then there are "new folder", "get info", "change desktop background", "N169.3", "N148", "N35". Why there are those N-number words? and also I can't open som

  • Business Process of Fuel Procurement

    Hi experts, I have a special procurement case, 1.  an airline company has to purchase several amount of fuel to be supplied to its aircrafts, but the vendor hasn't defined the price yet. Question: Is there any way to keep purchasing fuel without wait

  • Sales office implementation

    Hi Gurus we are running SAP ( FICO, SD, MM, PP, PM, HR) System from one year . Now we have a requirement of use of sales office. i have tested the configruation on dev sytem. (as you know sales office is recorded is sales office and copied in billing