Unable to create standalone proxy(webservice) in SAP NWDS 7.3

I have to consume webservice from third party system.
1. I have imported the WSDL.
2. I selected the Java DC and trying to generate client , but getting message like "Specified project is a java project"
From Hook DC i have to call webservice that's why going for standalone proxy.

Hi Akhilesh,
Were you able to resolve this issue. If yes, please let us know as we are also facing the same issue.
We've even tried with J2ee DC, but in that case we are getting some other issue.
BR,
Anurag

Similar Messages

  • FTP error-Unable to create new pooled resource: com.sap.aii.adapter.file.ft

    Hi,
    We have a scenario where XI receives a Idoc and based on the contents of Idoc, It will generate 5 different files and send it to the external FTP server.We configured 5 receiver channels for these 5 files.
    When this interface runs, most of the files will be delivered but some of the messages will be errored out.
    The receiver channel has shown the following error-
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Error when getting an FTP connection from connection pool: com.sap.aii.af.service.util.concurrent.ResourcePoolException: Unable to create new pooled resource: com.sap.aii.adapter.file.ftp.FTPEx
    I tried to resend them by temperorily stopping other channels to reduce connections to this FTP server.But these messages again resulted with same error.
    Can someone suggest what might be the cause for this error.
    Thanks in advance.

    Hi ,
    As I am not sure about the problem so U just try all of the option I am writing below. It may help u as these are the probable solutions for this problem.
    1.perform Full CPA cache refresh using PIDIRUSER
    2.The problem seems to be in establishing the connection with the File server . This could be due to
    a. Wrong user name or password in receiver adapter .
    b. Firewall connection are not open
    actually you are saying that some files are being delivered so all the file has to be deliverd on same server on diffrent directory or all files are going on diffrent server at present I am assuming that all files are going on diffrent server so please check UID & PWD properly.if they are on same server but diff. directory it can be easily done using one Communication channel only.
    3. Finally please check the errorneous communication channel .
    to check your communication channels are working fine or not you can check in channel monitoring in PI7.0, adapter monitoring in Xi3.0.
    if you are on PI7.0, goto RWBCache monitoring select AE and cilck disply-select the date todays--check everything is greent here
    4.Please check your maximal connection pool .
    Regards,
    Saurabh

  • OWB maping execution :- ORA-20213: Unable to create standalone job record

    Hi,
    When I am running an owb mapping from sqlplus, I am getting the following error:
    SQL> DECLARE
    2 RetVal NUMBER;
    3 P_ENV WB_RT_MAPAUDIT.WB_RT_NAME_VALUES;
    4 BEGIN
    5 RetVal := UII_D_MAP_SPC_WIPBIN.MAIN ( P_ENV );
    6 dbms_output.put_line('RetVal is '||RetVal);
    7 END;
    8 /
    DECLARE
    ERROR at line 1:
    ORA-20213: Unable to create standalone job record - there may be no task
    defined for this map
    ORA-06512: at "UII_OWB_REP.WB_RT_MAPAUDIT", line 1266
    ORA-06512: at "UII_OWB_REP.WB_RT_MAPAUDIT", line 2098
    ORA-06512: at "UII_ODS_OWNER.UII_D_MAP_SPC_WIPBIN", line 3851
    ORA-06512: at "UII_ODS_OWNER.UII_D_MAP_SPC_WIPBIN", line 3993
    ORA-06512: at line 5
    Previously, I had unregistered the target schema from "OWB Runtime Audit Browser" logging as a QA user and registered to a new schema from OWB DEPLOYMENT MANAGER.
    I am able to deploy the mapping from Owb Deployment Manager and the deployment goes OK.
    I have also gone through the links:
    OWB execution error : ORA-20213: Unable to create standalone job record
    Re: ORA-20213 during execution
    But, did not find the solution.
    When I execute the mapping from Owb Deployment Manager after right clicking on it, it is working fine. But, above execution method is not working.
    We want to run the mappings in the above way, because all our mappings in our other projects are running fine in the above sql run procedure.
    Can you please help me out, how to fix the above errors?
    Thanks & Regards,
    lenin

    Good morning Lenin,
    Since the other threads do not apply, you've gotten yourself into a strange situation.
    I'm not familiar with the method you use to run the mapping, have you tried running the mapping using the SQL-template that OWB provides or - like I do - the run_my_owb_stuff script provided by the OWB time? If not, could you try that please?
    Apart from that, I don't have any experience with your exact error message so it's hard to share anything concrete, I can only suggest things. Maybe there are other users on this forum that do, who knows...
    If you want concrete support, log a TAR with Metalink, they are obligated to help you if you have a CSI :-)
    Good luck, Patrick

  • ORA-20213: Unable to create standalone job record

    We are currently in the process of upgrading our repository from 9.0.2.56.0 to 9.2.0.2.8 and we have moved our mappings into new repository by importing an MDL file. We have successfully deployed a mapping from new repository but when we attempt to execute this mapping using:
    DECLARE
    retval NUMBER;
    BEGIN
         retval:=Map_Wm_Osa_Fund_Pl.Main(F_Initialize_Owb);
    END;
    we get the following:
    ORA-20213: Unable to create standalone job record - there may be no task defined for this map
    ORA-06512: at "PRM_OWB_RUNTIME.WB_RT_MAPAUDIT", line 1252
    ORA-06512: at "PRM_OWB_RUNTIME.WB_RT_MAPAUDIT", line 2084
    ORA-06512: at "PRM.MAP_WM_OSA_FUND_PL", line 3832
    ORA-06512: at "PRM.MAP_WM_OSA_FUND_PL", line 3913
    ORA-06512: at line 4
    Any help on this would be much appreciated.

    Alright, here's the work around for this, I'm also using the following to run mapping.
    DECLARE
    RetVal NUMBER;
    P_ENV WB_RT_MAPAUDIT.WB_RT_NAME_VALUES;
    BEGIN
    -- P_ENV := NULL; Modify the code to initialize this parameter
    RetVal := SCHEMA.MAPPING.MAIN ( P_ENV );
    END;
    My mapping was running fine until I have tried to deploy it under a different location.
    Somehow OWB Runtime remembered my old location and was confused between the two. That's why you see this error.
    Option 1.
    Rewrite your mapping, this is ok if it's a small mapping.
    Option 2.
    1. Export your mapping(s) (MDL file)
    2. Delete your mapping from the repository.
    3. Import a backup of your mapping before the second location was created. (It’s doesn't matter if it's a old backup)
    (At that point you should be able to run the old mappings without error)
    4. Import the good backup over the old mapping, (use merge option during import)
    Your mapping should run now.
    Jean

  • Unable to connect to proxy-Webservices

    Hi Experts,
    I have a URL of a webservice and I am trying to test it in WS navigator but while testing I am getting error 
    "Cannot connect to http://10.66.231.217:8080/<some path>?wsdl: Unable to connect to proxy:8080 - proxy "
    Please help me understandig the reason for error.
    Regards
    Pranav

    Anup I am getting an error  "Unable to import the model." when i click next after selecting wsdl URL. Any solutiion. I tried creating deployable proxy for this web service as well but while importing the WSDL it gives below stated error
    src-resolve.4.2: Error resolving component 'ns1:Cluster'. It was detected that 'ns1:Cluster' is in namespace 'http://<Path> /xsd', but components from this namespace are not referenceable from schema document 'file:///C:/Documents%20and%20Settings/pranav_nagpal /workspace2.jdi/LocalDevelopment/DCs/demo.sap.com/testweb/_comp/test/AnalyticsService.WSDL'. If this is the incorrect namespace, perhaps the prefix of 'ns1:Cluster' needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to 'file:///C:/Documents%20and%20Settings/ pranav_nagpal/workspace2.jdi/LocalDevelopment/DCs/demo.sap.com/testweb/_comp/test/AnalyticsService.WSDL'.                LocalDevelopmentLocalDevelopmenttestweb~demo.sap.com/test   AnalyticsService.WSDL  line 19                1249911254563  202
    Regards
    Pranav

  • Unable to create a Relational Connection to SAP Netweaver BW Infoprovider

    Hi Experts,
    I'm tring to create a relational connection to SAP Netweaver BW Infoprovider: Information Design Tool
    And have mentioned all the parameters needed for the connection correctly.
    Current version is BW 7.4 and IDT 4.1
    But m getting the error which is returning from the host due to failed RFC Connection which I have not understood.
    Please guide me how to resolve this error and what is the reason behind this error. .
    Kindly see the attached file of error.
    Your answers will be helpfull.
    Thanks & Regards,
    Shruti

    Hi,
    Check the attached wiki link to setup RFC connection.If this not already setup then ask your basis team to setup RFC connection.Before creating the IDT connection test the RFC connection in sm59.
    SAP BW With RFC JCO Connections In Information Design Tool - Business Intelligence (BusinessObjects) - SCN Wiki
    if you set the manual call back then add higlighted parameters in the IDT connection.
    Amit

  • Unable to create a new view for SAP UI5 in NWDS

    Hi UI5 Profis,
    I'm just getting started with SAP UI5 and wanted to create and run my first application using the UI5 Tools wirh NWDS. After having installed NWDS and the UI5 Tools
    I create new SAP ui5 project, but the wizard always run into error, when I want to create new view.
    Did someone already have the same issue?
    Thanks in advance,
    BR,
    Berenger

    Hi Berenger,
    Which is your NWDS version?
    It seems there is a bug on view creation with 1.8.8 version:
    1814417 - Patched version 1.8.8 of UI Development Toolkit for HTML5
    http://service.sap.com/sap/support/notes/1814417
    Kind regards

  • Need some help in creating client proxy to call webservice

    Hi experts,
    I am new to ABAP so couldnt understand the SAP ABAP jargons.
    On of my colleague has written one search help exit function and i need to use that and have to write client proxy to establish connection to webservice.
    I never worked on proxy or webservice so, struggling to understand the concept and steps.
    I am following second part i.e Release 640 part of /people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap weblog.
    I couldnt find "To get the process started, we turn to our old friend SE80. <b>From the Enterprise Services Tab, we are going to select Client Proxy and then hit create"</b>
    when i go to transaction se80 ObjectNavigator, i could see two dropdown lists after some tabs.
    in first list, I have selected, "Application Hierarchy", and in second I am selecting "Package".
    Not sure whether its correct or not.
    Once i do this i could see long list of <b>Object name and its description.</b>
    Now, what should i do ? where should i go for "Enterprise Services Tab" to create my proxy.
    Any help would be appreciated.
    Please send me PDF, having detailed steps to create client proxy.
    Thanks,
    Pranav

    Right click on the package and select Proxy object. In the Wizard select Service Consumer.
    then give the url of the WSDL file you want to access or path if u have a local file.
    then give the package for client proxy.
    then complete the wizard. the  client proxy will be create in that package.
    Next step will be creating a Logical Port using the transaction "lpconfig". Give the proxy name of the service interface created under client proxy. and set the configuration as follows.
    1. Make as a default port.
    2. in the URL, give the url of the webservice (.asmx)
    3. select "State Enabled" and "Message ID"
    and after creating a logical port,  set the proxy settings as in your webbrowser.
    (Http proxy server and port).
    then simply execute your webservice from SE80.

  • How to create a proxy in sap crm

    Hi All,
    To access an external webservice, i need to create a client proxy in sap crm.
    Can anyone suggest me the steps in creating a proxy and wht are the pre-requisites for creating a proxy.
    Whn am creating a proxy, getting an error as ERROR in HTTP frame work: cl_http_client->send() rc=1.
    suggest me some solution.
    Regards,
    Sanjani

    Please do check the thread mentioned below if it is of any help.
    Re: SOAP to PROXY (Synchronous)
    Rg,
    Harshit

  • Getting error while creating form and report on webservice: ORA-20001: Unable to create form on table. ORA-02263: need to specify the datatype for this column.

    i am using the following description to create a web service reference:
    web reference :REST
    Name :Yahoo Map
    URL :http://local.yahooapis.com/MapsService/V1/mapImage
    HTTP Method: GET
    Basic Authentication: No
    Add Parameter:
    Name       Type
    appid        String
    location    String
    Output Format: XML
    XPath to Output Parameters : /Result
    Output Parameter:
    Name       Path       Type
    Url          /text()      String
    Then i tried to create form and report on webservice:
    Web Service Reference Type: Yahoo Map
    Operation: doREST
    All the fields i keep as default
    I tick the checkbox (url)in report Parameter
    After clicking next whereever required i click create button
    I get the following error
    ORA-20001: Unable to create form on table. ORA-02263: need to specify the datatype for this column.
    Please someone help to solve this as i need to fix it urgently.

    i exported the application from apex.oracle.com and imported it to our environment
    import went fine, but when I ran the IR page I got
    ORA-20001: get_dbms_sql_cursor error ORA-00904: : invalid identifier
    evidently the problem is a lack of public execute on DBMS_LOB, which is used in the generated IR source.
    while waiting for the DBA to grant privs on DBMS_LOB, changing the dbms_lob.getlength call to length() fixes the IR.
    however, i am not getting the download link on the associated form page... changed templates, that's not the issue -- we'll see if that's a dbms_lob issue as well

  • APEX:Getting error while creating form and report on webservice: ORA-20001: Unable to create form on table. ORA-02263: need to specify the datatype for this column.

    I am using Apex 4.2.2.00.11
    am using the following description to create a web service reference:
    web reference :REST
    Name :Yahoo Map
    URL :http://local.yahooapis.com/MapsService/V1/mapImage
    HTTP Method: GET
    Basic Authentication: No
    Add Parameter:
    Name       Type
    appid        String
    location    String
    Output Format: XML
    XPath to Output Parameters : /Result
    Output Parameter:
    Name       Path       Type
    Url          /text()      String
    Then i tried to create form and report on webservice:
    Web Service Reference Type: Yahoo Map
    Operation: doREST
    All the fields i keep as default
    I tick the checkbox (url)in report Parameter
    After clicking next whereever required i click create button
    I get the following error
    ORA-20001: Unable to create form on table. ORA-02263: need to specify the datatype for this column.
    Please someone help to solve this as i need to fix it urgently.

    336554,
    Looks like there is a 127-column limit on the number of report columns supported when using that wizard. Do you have more than that?
    57434

  • Unable to Create PLSQL Webservice in JDeveloper 11g

    Hi,
    i have created webservice for PL/SQL for functions with out TYPE data types as parameter..
    but i am unable to create a webservice for procedure having
    Freight_Pkg.PROCEDURE get_freight(
    p_sbl_source_line_tab IN OUT SYK_SBL_SOURCE_LINE_TAB_TYPE
    ,l_total_freight OUT NUMBER
    ,l_err_code OUT NUMBER
    ,l_err_mesg OUT VARCHAR2
    and when i try to create web service it generates below Warning
    =========================================
    Log Message of WebService
    ========================================
    Generating PL/SQL Web Service
    Generating WSDL and mapping file
    WARNING: OWS-00077 The Value Type class: SykSblSourceLineBase does not have a valid Java Bean pattern.
    Adding service files to deployment profile
    Service generation finished
    Generation complete.
    Please let me know the procedure for creating Webservice for PLSQL of Table Type Parameters passing as IN parameter in Procedure.
    Thanks,
    Vijay

    Vijay,
    Is this configured with Oracle E-Business Suite? If yes, please note that JDeveloper 11g is not certified with Oracle Apps 11i/R12.
    How to find the correct version of JDeveloper to use with eBusiness Suite 11i or Release 12.x [ID 416708.1]
    Configuring JDeveloper For Use With Oracle Applications 11i and R12 [ID 330236.1]
    If this is not related to EBS, post your question in the appropriate forum for a better/faster response.
    JDeveloper and ADF
    JDeveloper and ADF
    Thanks,
    Hussein

  • SAP* or DDIC being unable to create logical system in SAP PI 7.1

    greetings !
    I am not a basis person.
    I had freshly installed PI 7.1.  I was finding that I am being unable to create new logical systems . I tried logging to both clients 000 and 001 using sap* , ddic , and pisuper . pisuper does not even have the authorization to execute SALE . SAP* and DDIC can excecute SALE but unable to create or assign clients.
    I reinstalled my system from scratch thinking i must have errored on something, as creating clients is a very simple task. but even the new PI 7.1 gives me the same problem.
    is something wrong with my installation , or there are additional roles/authrizations I need to assign to a user.
    regards
    rishi

    Besides PISUPER other users are also created some of the are PIAFUSER, PIDIRUSER, PIRWBUSER etc. Every user has a specific purpose in a PI system. For activities like creating logical system etc. own id's should be used.
    There are couple of guides out there which explains in detail the purpose of all the users in PI system.
    Hope this helps.
    Thanks,
    Naveed

  • Webservice:  Unable to create JAXBContext

    Hi,
    I am trying to create a Java web service with below class using JDev 11g:
    public class TestWS {
    public TestWS() {
    super();
    public XMLDocument testXML (XMLDocument xmldoc){
    System.out.println("Inside service...");
    System.out.println(xmldoc.getClass());
    return new XMLDocument();
    When I try to Test Web Service in Integrated WLS server, i get an error:
    <May 25, 2010 4:29:32 PM EDT> <Error> <HTTP> <BEA-101216> <Servlet: "TestWSPort" failed to preload on startup in Web application: "Test1-TestWS-context-root".
    javax.xml.ws.WebServiceException: Unable to create JAXBContext
         at com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(AbstractSEIModelImpl.java:158)
         at com.sun.xml.ws.model.AbstractSEIModelImpl.postProcess(AbstractSEIModelImpl.java:87)
         at com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:271)
         at com.sun.xml.ws.server.EndpointFactory.createSEIModel(EndpointFactory.java:351)
         at com.sun.xml.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:201)
         Truncated. see log file for complete stacktrace
    Caused By: java.security.PrivilegedActionException: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 2 counts of IllegalAnnotationExceptions
    oracle.xml.scalable.InfosetReader is an interface, and JAXB can't handle interfaces.
         this problem is related to the following location:
              at oracle.xml.scalable.InfosetReader
              at public oracle.xml.scalable.InfosetReader oracle.xml.parser.v2.XMLDocument.getInfosetReader()
              at oracle.xml.parser.v2.XMLDocument
              at public oracle.xml.parser.v2.XMLDocument testws.jaxws.TestXML.arg0
              at testws.jaxws.TestXML
    oracle.xml.scalable.InfosetReader does not have a no-arg default constructor.
         this problem is related to the following location:
              at oracle.xml.scalable.InfosetReader
              at public oracle.xml.scalable.InfosetReader oracle.xml.parser.v2.XMLDocument.getInfosetReader()
              at oracle.xml.parser.v2.XMLDocument
              at public oracle.xml.parser.v2.XMLDocument testws.jaxws.TestXML.arg0
              at testws.jaxws.TestXML
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(AbstractSEIModelImpl.java:148)
         at com.sun.xml.ws.model.AbstractSEIModelImpl.postProcess(AbstractSEIModelImpl.java:87)
         at com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:271)
         at com.sun.xml.ws.server.EndpointFactory.createSEIModel(EndpointFactory.java:351)
         Truncated. see log file for complete stacktrace
    Caused By: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 2 counts of IllegalAnnotationExceptions
    oracle.xml.scalable.InfosetReader is an interface, and JAXB can't handle interfaces.
         this problem is related to the following location:
              at oracle.xml.scalable.InfosetReader
              at public oracle.xml.scalable.InfosetReader oracle.xml.parser.v2.XMLDocument.getInfosetReader()
              at oracle.xml.parser.v2.XMLDocument
              at public oracle.xml.parser.v2.XMLDocument testws.jaxws.TestXML.arg0
              at testws.jaxws.TestXML
    oracle.xml.scalable.InfosetReader does not have a no-arg default constructor.
         this problem is related to the following location:
              at oracle.xml.scalable.InfosetReader
              at public oracle.xml.scalable.InfosetReader oracle.xml.parser.v2.XMLDocument.getInfosetReader()
              at oracle.xml.parser.v2.XMLDocument
              at public oracle.xml.parser.v2.XMLDocument testws.jaxws.TestXML.arg0
              at testws.jaxws.TestXML
         at com.sun.xml.bind.v2.runtime.IllegalAnnotationsException$Builder.check(IllegalAnnotationsException.java:102)
         at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:438)
         at com.sun.xml.bind.v2.runtime.JAXBContextImpl.<init>(JAXBContextImpl.java:286)
         at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:139)
         at com.sun.xml.bind.api.JAXBRIContext.newInstance(JAXBRIContext.java:105)
         Truncated. see log file for complete stacktrace
    >
    Can anyone explain the cause the of issue and any solution for this...
    Regards
    Amit

    hI
    I am getting the same issue, did you find any solution .please email me at [email protected]
    I wrote 2 methods in my in JDeveloper . First Method gets XML String does some processing and sends XML to a HTTP web server URL, first method calls second method -parseXML, which does some parsing and returns XML to first method.
    Now when I created web service, annotation for 2 methods were created like
    @WebService(portName = "HTTPClassSoap12HttpPort")
    @BindingType(SOAPBinding.SOAP12HTTP_BINDING
    @WebMethod(exclude = true). I even tried changing this to false later.
    When I deploy on WLS/ SOA Server and create a WAR I get an Exception.
    03:29:07 PM] weblogic.application.ModuleException: [HTTP:101216]Servlet: "HTTPClassSoap12HttpPort" failed to preload on startup in Web application: "XYZApp-XYZJavaProject-context-root.war".
    javax.xml.ws.WebServiceException: Unable to create JAXBContext
         at com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(AbstractSEIModelImpl.java:164)
         at com.sun.xml.ws.model.AbstractSEIModelImpl.postProcess(AbstractSEIModelImpl.java:94)
         at com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:265)
         at com.sun.xml.ws.server.EndpointFactory.createSEIModel(EndpointFactory.java:363)
         at com.sun.xml.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:202)
         at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:514)
         at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:557)
         at weblogic.wsee.jaxws.JAXWSDeployedServlet.getEndpoint(JAXWSDeployedServlet.java:183)
         at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:96)
         at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:61)
         at weblogic.wsee.jaxws.JAXWSDeployedServlet.init(JAXWSDeployedServlet.java:55)
         at javax.servlet.GenericServlet.init(GenericServlet.java:242)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
         at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1976)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1950)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1869)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3127)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1512)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:489)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1269)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
         at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:43)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:164)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:69)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.security.PrivilegedActionException:
    com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 5 counts of IllegalAnnotationExceptions
    java.io.DataInputStream does not have a no-arg default constructor.
         this problem is related to the following location:
              at java.io.DataInputStream
              at public java.io.DataInputStream fmbrilljavaproject.jaxws.ParseXML.arg0
              at fmbrilljavaproject.jaxws.ParseXML
    java.io.FilterInputStream does not have a no-arg default constructor.
         this problem is related to the following location:
              at java.io.FilterInputStream
              at java.io.DataInputStream
              at public java.io.DataInputStream fmbrilljavaproject.jaxws.ParseXML.arg0
              at fmbrilljavaproject.jaxws.ParseXML
    java.lang.StackTraceElement does not have a no-arg default constructor.
         this problem is related to the following location:
              at java.lang.StackTraceElement
              at public java.lang.StackTraceElement[] java.lang.Throwable.getStackTrace()
              at java.lang.Throwable
              at java.lang.Exception
              at public java.lang.Exception fmbrilljavaproject.jaxws.SAXExceptionBean.exception
              at fmbrilljavaproject.jaxws.SAXExceptionBean
    javax.xml.transform.SourceLocator is an interface, and JAXB can't handle interfaces.
         this problem is related to the following location:
              at javax.xml.transform.SourceLocator
              at public javax.xml.transform.SourceLocator fmbrilljavaproject.jaxws.TransformerConfigurationExceptionBean.locator
              at fmbrilljavaproject.jaxws.TransformerConfigurationExceptionBean
    javax.xml.transform.SourceLocator does not have a no-arg default constructor.
         this problem is related to the following location:
              at javax.xml.transform.SourceLocator
              at public javax.xml.transform.SourceLocator fmbrilljavaproject.jaxws.TransformerConfigurationExceptionBean.locator
              at fmbrilljavaproject.jaxws.TransformerConfigurationExceptionBean
         at com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(AbstractSEIModelImpl.java:151)
         at com.sun.xml.ws.model.AbstractSEIModelImpl.postProcess(AbstractSEIModelImpl.java:95)
         ... 52 more
    Caused by: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 5 counts of IllegalAnnotationExceptions
    java.io.DataInputStream does not have a no-arg default constructor.
         this problem is related to the following location:
              at java.io.DataInputStream
              at public java.io.DataInputStream fmbrilljavaproject.jaxws.ParseXML.arg0
              at fmbrilljavaproject.jaxws.ParseXML
    java.io.FilterInputStream does not have a no-arg default constructor.
         this problem is related to the following location:
              at java.io.FilterInputStream
              at java.io.DataInputStream
              at public java.io.DataInputStream fmbrilljavaproject.jaxws.ParseXML.arg0
              at fmbrilljavaproject.jaxws.ParseXML
    java.lang.StackTraceElement does not have a no-arg default constructor.
         this problem is related to the following location:
              at java.lang.StackTraceElement
              at public java.lang.StackTraceElement[] java.lang.Throwable.getStackTrace()
              at java.lang.Throwable
              at java.lang.Exception
              at public java.lang.Exception fmbrilljavaproject.jaxws.SAXExceptionBean.exception
              at fmbrilljavaproject.jaxws.SAXExceptionBean
    javax.xml.transform.SourceLocator is an interface, and JAXB can't handle interfaces.
         this problem is related to the following location:
              at javax.xml.transform.SourceLocator
              at public javax.xml.transform.SourceLocator fmbrilljavaproject.jaxws.TransformerConfigurationExceptionBean.locator
              at fmbrilljavaproject.jaxws.TransformerConfigurationExceptionBean
    javax.xml.transform.SourceLocator does not have a no-arg default constructor.
         this problem is related to the following location:
              at javax.xml.transform.SourceLocator
              at public javax.xml.transform.SourceLocator fmbrilljavaproject.jaxws.TransformerConfigurationExceptionBean.locator
              at fmbrilljavaproject.jaxws.TransformerConfigurationExceptionBean
         at com.sun.xml.bind.v2.runtime.IllegalAnnotationsException$Builder.check(IllegalAnnotationsException.java:102)
         at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:448)
         at com.sun.xml.bind.v2.runtime.JAXBContextImpl.<init>(JAXBContextImpl.java:297)
         at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:139)
         at com.sun.xml.bind.api.JAXBRIContext.newInstance(JAXBRIContext.java:105)
         at com.sun.xml.ws.developer.JAXBContextFactory$1.createJAXBContext(JAXBContextFactory.java:73)
         at com.sun.xml.ws.model.AbstractSEIModelImpl$1.run(AbstractSEIModelImpl.java:159)
         at com.sun.xml.ws.model.AbstractSEIModelImpl$1.run(AbstractSEIModelImpl.java:151)
         ... 54 more
    :com.sun.xml.bind.v2.runtime.IllegalAnnotationsException:5 counts of IllegalAnnotationExceptions
    [03:29:08 PM] #### Deployment incomplete. ####
    [03:29:08 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)

  • WebService: The difference between Deployable proxy & Standalone proxy

    Hi all,
    The help document tell me the difference between Deployable proxy & Standalone is the former can be deploy while the latter can not.
    Now I know how to use a standalone proxy, but now I would like to call a ws in web application, I need a deployable one.
    After autogenerate, to my surprise, there's no implementation class in SEI!
    As know to all, if this proxy we call it 'zHello'
    as a standalone proxy, we have four files in SEI
    ZHellows.java
    ZHellowsService.java
    ZHellowsServiceImpl.java
    ZHellowsSoapBindingStub.java
    use the follow segment can do the job.
    ZhellowsService service = new ZhellowsServiceImpl();
    Zhellows hello = service.getLogicalPort();
    System.out.println(hello.zHello("testit"));
    but what I found in the SEI of a deplyable proxy is just 2 interface of them:
    ZHellows.java
    ZHellowsService.java
    This time I do not know how to use this proxy, shall I implement it first?

    Hi William,
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/45/f957507cb343f78e818c50620ed5ca/frameset.htm">Deployable versus Standalone Proxies</a>
    Best regards, Maksim Rashhcynski.

Maybe you are looking for

  • Cannot View Database Home Page After Upgrading to XE 3.2 on Windows XP

    Hi all, I have recently upgraded from APEX 3.1 to APEX 3.2 on my Oracle 10g XE database running on Windows XP SP3. Unfortunately after successfully completing the upgrade and starting the services when I try and visit the Start -> All Programs -> Ora

  • Apple Remotes no longer magnetic?

    I was under the impression that the Apple Remote was magnetic so that it could be stored neatly on the side of your computer. However this is not the case with my newly purchased iMac and a friend down the road also has noted this. Are Apple Remotes

  • Downloads do not appear in download box small box appears on tool bar then disapears

    When I download the download box is empty. A small box pops up over the clock in the tool bar stating my downloads are complete. When I go to the Control Panel, add and remove programs, it is not there. I use to click on the download inside the box t

  • Return sales aftr credit for returns inv........

    Hi !!!    Can any body suggest me in return sales proces after ret delv and credit for returns  invoice wht will be the further flow excise invoice in this scenario as , it mean how can i update the previous (in normal sale ex  inv to this return pro

  • Error  WebLogic Server 11gR1 (10.3.1) package Installer Windows

    Hil all, I´m installing Oracle WebLogic Server 11gR1 (10.3.1) for windows, I´ve already download from this URL de Package Installer (all of them) http://www.oracle.com/technology/software/products/ias/htdocs/wls_main.html and all of them have the sam