Deploy JDeveloper 10g Web Services to Tomcat

We are currently running our web services in Tomcat (using Apache Axis). Is it/will it be possible to deploy web services to Tomcat from JDeveloper 10g?
Thanks,
Jasmin

JDeveloper will only directly support deployment of web services to an Apache 2.2 Web Server.

Similar Messages

  • How to deploy business objects web services on tomcat

    Hi everyone can anyone tell how i need to deploy business objects web services on tomcat, i installed business objects on unix server.what r the steps i need to follow in order to deploy web services on business objects. this web services must be called by a java program externally, that the reason i am deploying web services.
    i downloaded business objects web services portal sample zip file. the wssdkj2eeportal directory is created with ant_scripts,src, dsws.config and wsportalassemblyscripts.bat.
    i am trying to configure the dsws.config, by modifying it to
    <configuration version="1.0">
       <WebService Name="BusinessObjects Enterprise XI 3.1 sp3" Icon="image/java.gif">
          XI 3.1 Web Services
          <Connection URL="http://169.111.33.61:8080/dswsbobje/services/session" Proxy="0" Timeout="120000" />
       </WebService>
       <Proxy Name="Outside" URL="http://http-cache.mycompany.com:3667" />
    </configuration>
    what i need to do in order to deploy
    i am using bo xi 3.1 sp3

    Hi,
    You deploy all the web applications provided by BOE with the use of Wdeploy tool installed with BOE installation, for details please reffer the following document
    [BusinessObjects Enterprise XI 3.1 Web Application Deployment Guide for UNIX*|http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000715844%26_SCENARIO=01100035870000000202]
    Regards,
    Ramu.
    Edited by: Gowda Timma Ramu on Nov 9, 2010 8:39 PM

  • Is it possible to deploy Web Services to Tomcat?

    Good day,
    Can anybody tell me or it is possible to deploy Web Services to Tomcat 5.5.x ? It is possble for ADF, so I was wondering or it is possble for Web Services.
    I tried to deploy it with the following libraries:
    J2EE (excluding the servlet.jar using the filter, while this package is already present in Tomcat)
    Oracle SOAP
    Struts Runtime
    JSP Runtime
    and manually added as library:
    wsserver.jar
    wsdl.jar
    WebServicesHtmlXmlWizard.jar
    The situation at this moment is that after deployment, and execution by the a http browser the http request screens shows up as expected (I have been used Embedded stubs), but after sending I get a:
    28-Sep-2005 11:03:36 org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet MyWebService1 threw exception
    java.lang.NoClassDefFoundError: oracle/aurora/ncomp/java/ClassNotFound
         at oracle.j2ee.ws.StatelessJavaRpcWebService.getGenerator(StatelessJavaRpcWebService.java:28)
         at oracle.j2ee.ws.RpcWebService.generateWrapperClass(RpcWebService.java:461)
         at oracle.j2ee.ws.RpcWebService.generate(RpcWebService.java:414)
         at oracle.j2ee.ws.RpcWebService.getWrapper(RpcWebService.java:532)
         at oracle.j2ee.ws.RpcWebService.doGetRequest(RpcWebService.java:631)
         at oracle.j2ee.ws.BaseWebService.doGet(BaseWebService.java:1173)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Unknown Source)
    Any sugestions? Or is there a different behaviour between Oracle en Tomcat version caused by modifications from the apache source.
    I should appreciate it to get some more details about this issue.

    JDeveloper will only directly support deployment of web services to an Apache 2.2 Web Server.

  • Deploy Web Service on Tomcat

    Good day.
    I have some troubles with deploying web service on Tomcat 6.
    I've created simple WebService with name GetDateService and want to deploy it into Tomcat 6.0
    My Steps
    1. From my local machine in browser i try "http://tomcathost:8080"
    i see start page and that means that ports open and TOMCAT run (after i log into manager - it works)
    2. In JDeveloper in "Web-INF\WSDL" i change GetDateService.wsdl -> replace adress from
    http://localhost:8888/JaveWebService2-GetDateExWS-context-root/GetDateServiceSoapHttpPort
    to
    http://TOMCAT:8080/JaveWebService2-GetDateExWS-context-root/GetDateServiceSoapHttpPort
    3. Rebuild WebService and check changes in "Application Source" -> GetDateService -> WSDL
    4. I can't understand why the WAR file name is WEBServices.war (not GetDateService.WAR)
    5. Put WAR file into \\TOMCAT\webAPP and see that TOMCAT auto deploy it
    6. In Tomcat manager i see new application without "DisplayName" with running status "False"
    7. When i try to Start it in Manager i see "FAIL - Application at context path /WebServices could not be started"
    WHAT wrong? What should i do to start webService?
    Thanks
    Edited by: August_ on Jul 10, 2009 6:58 AM

    Can you have a look at the following post from Gerard and see if this works for you: [Deploying JAX-WS RI to Tom Cat|http://kingsfleet.blogspot.com/2009/01/deploying-jax-ws-ri-to-tom-cat.html]
    -Vishal

  • Error deploying custom java web service in SOA11g-Jdeveloper 11.1.1.3.0

    Hi all,
    I am getting Error deploying custom java web service in SOA 11G- Jdeveloper 11.1.1.3.0
    Weblogic Server Exception: weblogic.deploy.api.internal.utils.DeployerHelperException: The source 'C:\DOCUME~1\.......\LOCALS~1\Temp\.xyz..........Project-context-root.war'
    for the application 'xyz....Project-context-root' could not be loaded to the server 'http://hostname:port/bea_wls_deployment_internal/DeploymentService'.
    Server returned HTTP response code: 409 for URL: http://hostname:port/bea_wls_deployment_internal/DeploymentService
    See server logs or server console for more details.
    weblogic.deploy.api.spi.exceptions.ServerConnectionException: [J2EE Deployment SPI:260041]Unable to upload 'C:\JDeveloper\mywork\MyApllicationName\Project\deploy\xyz........Project-context-root.war' to 't3://hostname:port'
    #### Deployment incomplete. ####
    Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    Edited by: soauser on Sep 3, 2010 7:44 AM
    Edited by: soauser on Sep 3, 2010 7:45 AM
    Edited by: soauser on Sep 3, 2010 7:46 AM

    Any help for the above post is appreciated..
    Edited by: soauser on Sep 3, 2010 11:58 PM

  • JDeveloper 10g  Web Development Survey

    Attention JDeveloper Web developers!
    The JDeveloper product management team is currently conducting a JDeveloper 10g Web development survey.
    All JSP, UIX, Struts and JSF developers using JDeveloper 10g are encouraged to fill out the survey and get a chance to win an Amazon gift certificate!
    http://www.oracle.com/technology/products/jdev/temp/survey.html
    -Chris
    JDeveloper Product Management

    JDeveloper will only directly support deployment of web services to an Apache 2.2 Web Server.

  • How to deploy my own web services to the Start BPEL PM Server?

    Recently, I am learning the JDeveloper BPEL Designer(version 10.1.2.0), I had finished my first BPEL process CreditFlow flowing the quickstart guider.
    Now I wonder how to deploy my own web services to the Start BPEL PM Server? I mean I don't want to invoke the CreditRatingService as I did flowing the quickstart guider, but to invoke my own web servcies. Now I had made some web services with eclipse and deployed them to the tomcat5.0. but how can I invoke these my own web services just like I invoked the CreditRatingService in the JDeveloper BPEL Designer?
    Thank you!

    Copy the WSDL file from your Tomcat server onto your development machine. Add them to your project in JDeveloper. Then add a partnerlink and specify the WSDL location. Then add you role, variables and compile!

  • Error deploying custom java web service -Jdeveloper11.1.1.3.0

    Hi all,
    Error deploying custom java web service in - Jdeveloper 11.1.1.3.0
    Weblogic Server Exception: weblogic.deploy.api.internal.utils.DeployerHelperException: The source 'C:\DOCUME~1\.......\LOCALS~1\Temp\.xyz..........Project-context-root.war'
    for the application 'xyz....Project-context-root' could not be loaded to the server 'http://hostname:port/bea_wls_deployment_internal/DeploymentService'.
    Server returned HTTP response code: 409 for URL: http://hostname:port/bea_wls_deployment_internal/DeploymentService
    See server logs or server console for more details.
    weblogic.deploy.api.spi.exceptions.ServerConnectionException: [J2EE Deployment SPI:260041]Unable to upload 'C:\JDeveloper\mywork\MyApllicationName\Project\deploy\xyz........Project-context-root.war' to 't3://hostname:port'
    #### Deployment incomplete. ####
    Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    Thanks
    Edited by: soauser on Sep 3, 2010 8:55 AM

    Any help for the above post is appreciated..
    Edited by: soauser on Sep 3, 2010 11:58 PM

  • What are the steps to Migrate a Web Service from Tomcat to JBoss

    Hi,
    I am totally new to JBoss and need some help. I mostly worked on BEA and Oracle. I have a web service deployed on Tomcat that needs to be now migrated to JBoss. What are the steps in moving a web service from Tomcat to JBoss.
    Is there some step by step tutorial on developing and deploying a web service on JBoss along with sample build script.
    Any help is really appreciated.
    Thanks

    R u using axis. If you want to stick with axis and don't want to use JBossWS there is nothing else you need to do. Move all the axis to Jboss. If you plan to reimplement all ur services in JBossWS here it is:
    http://jbws.dyndns.org/mediawiki/index.php?title=Quick_Start
    http://jbws.dyndns.org/mediawiki/index.php?title=User_Guide
    Let me know if you need anything else.

  • Can we deploy a java web service on OC4J within EBS 12.1.3

    Hi,
    I needed some instructions if this is possible to deploy a java web service on OC4J in EBS 12.1.3.
    We don't have SOA gateway integration. The web service is simple SOAP web service.
    Is there any document that can be referred for this ?
    Thanks

    I would try a number of things:
    1) Try generating the web service artifacts by using the web service assembler tool that comes with oc4j 10.1.3 dp3. You can use either the command line or ant assembly tasks that are available with the download. There are some fairly detailed examples of using the ant tasks for web service generation at http://www.oracle.com/technology/tech/java/oc4j/1013/howtos/index.html (under the "web services" heading).
    2) Try deploying the generated ear file using the admin console. I believe that should work.
    3) If for some reason that doesn't work you can try to use the deployment ant tasks (also detailed in the how to examples).
    I believe the reason you did not deploy successfully is that even though the core service implementation class, SEI, and JAX-RPC descriptor are portable the artifacts generated in order to deploy the service to a particular application server are unique. JWSDP is tailored to the sun platform.
    Hope that helps.
    -- Jon

  • Problems deploying a Web Service to Tomcat 5.5

    I am creating a J2EE 1.4 WebService using JDeveloper 10.1.3. Everything works fine while testing in the embedded OC4J server. When deploy the WAR file to Tomcat 5.5 everything goes haywire.
    I get the following error message:
    ===============================
    java.lang.reflect.InvocationTargetException
    at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.apache.tomcat.util.IntrospectionUtils.callMethodN(IntrospectionU
    ils.java:929)
    at org.apache.tomcat.util.digester.CallMethodRule.end(CallMethodRule.ja
    a:578)
    at org.apache.tomcat.util.digester.Rule.end(Rule.java:228)
    at org.apache.tomcat.util.digester.Digester.endElement(Digester.java:10
    7)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingP
    rser.java:1310)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidat
    ngParser.java:328)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidating
    arser.java:295)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:201)
    at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1561)
    at org.apache.catalina.startup.ContextConfig.applicationWebConfig(Conte
    tConfig.java:351)
    at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:1
    34)
    at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConf
    g.java:260)
    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecyc
    eSupport.java:119)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:
    119)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBas
    .java:759)
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:7
    9)
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524
    at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:809
    at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:69
    at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:47
    at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1190)
    at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.jav
    :292)
    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecyc
    eSupport.java:119)
    at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBa
    e.java:1305)
    at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.
    rocessChildren(ContainerBase.java:1569)
    at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.
    rocessChildren(ContainerBase.java:1578)
    at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.
    un(ContainerBase.java:1558)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.IllegalArgumentException: Invalid <url-pattern> TestWSSoap
    ttpPort in servlet mapping
    at org.apache.catalina.core.StandardContext.addServletMapping(StandardC
    ntext.java:2292)
    at org.apache.catalina.core.StandardContext.addServletMapping(StandardC
    ntext.java:2268)
    ... 31 more
    May 24, 2006 7:12:05 PM org.apache.catalina.startup.ContextConfig applicationWe
    Config
    SEVERE: Parse error in application web.xml file at jndi:/localhost/TestWebServi
    e/WEB-INF/web.xml
    java.lang.IllegalArgumentException: Invalid <url-pattern> TestWSSoapHttpPort in
    servlet mapping
    at org.apache.tomcat.util.digester.Digester.createSAXException(Digester
    java:2725)
    at org.apache.tomcat.util.digester.Digester.createSAXException(Digester
    java:2751)
    at org.apache.tomcat.util.digester.Digester.endElement(Digester.java:10
    0)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingP
    rser.java:1310)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidat
    ngParser.java:328)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidating
    arser.java:295)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:201)
    at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1561)
    at org.apache.catalina.startup.ContextConfig.applicationWebConfig(Conte
    tConfig.java:351)
    at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:1
    34)
    at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConf
    g.java:260)
    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecyc
    eSupport.java:119)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:
    119)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBas
    .java:759)
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:7
    9)
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524
    at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:809
    at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:69
    at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:47
    at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1190)
    at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.jav
    :292)
    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecyc
    eSupport.java:119)
    at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBa
    e.java:1305)
    at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.
    rocessChildren(ContainerBase.java:1569)
    at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.
    rocessChildren(ContainerBase.java:1578)
    at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.
    un(ContainerBase.java:1558)
    at java.lang.Thread.run(Thread.java:595)
    May 24, 2006 7:12:05 PM org.apache.catalina.startup.ContextConfig applicationWe
    Config
    SEVERE: Occurred at line 14 column 23
    May 24, 2006 7:12:05 PM org.apache.catalina.startup.ContextConfig start
    SEVERE: Marking this application unavailable due to previous error(s)
    May 24, 2006 7:12:05 PM org.apache.catalina.core.StandardContext start
    SEVERE: Error getConfigured
    May 24, 2006 7:12:05 PM org.apache.catalina.core.StandardContext start
    SEVERE: Context [TestWebService] startup failed due to previous errors
    Please help.
    Thanks,
    Madhav

    Hi,
    This question came up recently on the JDeleloper forum too
    see web service deployed to outside of JDeveloper
    rgds
    Susan

  • Deploying a web service to tomcat

    Hello
    I've had a problem deploying a web app that includes a web service. The application runs with no problems on the development computer using netbean6's built in tomcat 6 but when I drop the war file on to the test server the following catalina error occurs
    INFO: Deploying web application archive Temdox.war
    +[GC 20492K->3737K(63424K), 0.0010350 secs]+
    +[GC 20761K->4377K(63424K), 0.0012390 secs]+
    +01-Jul-2008 11:11:04 org.apache.catalina.core.StandardContext addApplicationListener+
    INFO: The listener "com.sun.xml.ws.transport.http.servlet.WSServletContextListener" is already configured for this context. The duplicate definition has been ignored.
    +01-Jul-2008 11:11:04 com.sun.xml.ws.transport.http.servlet.WSServletContextListener contextInitialized+
    INFO: WSSERVLET12: JAX-WS context listener initializing
    +01-Jul-2008 11:11:04 com.sun.xml.ws.transport.http.servlet.WSServletContextListener contextInitialized+
    SEVERE: WSSERVLET11: failed to parse runtime descriptor: java.lang.ExceptionInInitializerError
    java.lang.ExceptionInInitializerError
    +     at com.sun.xml.ws.transport.http.DeploymentDescriptorParser.parse(DeploymentDescriptorParser.java:144)+
    +     at com.sun.xml.ws.transport.http.servlet.WSServletContextListener.contextInitialized(WSServletContextListener.java:108)+
    +     at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843)+
    +     at org.apache.catalina.core.StandardContext.start(StandardContext.java:4350)+
    +     at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)+
    +     at org.apache.catalina.core.ContainerBase.access$000(ContainerBase.java:123)+
    +     at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:145)+
    +     at java.security.AccessController.doPrivileged(Native Method)+
    +     at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:769)+
    +     at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)+
    +     at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:829)+
    +     at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:718)+
    +     at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:490)+
    +     at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1215)+
    +     at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:293)+
    +     at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)+
    +     at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1337)+
    +     at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1601)+
    +     at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610)+
    +     at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1590)+
    +     at java.lang.Thread.run(Thread.java:619)+
    Caused by: java.security.AccessControlException: access denied (java.util.PropertyPermission com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.woodstox read)
    +     at java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)+
    +     at java.security.AccessController.checkPermission(AccessController.java:546)+
    +     at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)+
    +     at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285)+
    +     at java.lang.System.getProperty(System.java:652)+
    +     at java.lang.Boolean.getBoolean(Boolean.java:221)+
    +     at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.<clinit>(XMLStreamReaderFactory.java:78)+
    +     ... 21 more+
    +01-Jul-2008 11:11:04 org.apache.catalina.core.StandardContext start+
    SEVERE: Error listenerStart
    +01-Jul-2008 11:11:04 org.apache.catalina.core.StandardContext start+
    +SEVERE: Context [Temdox] startup failed due to previous errors+
    +01-Jul-2008 11:11:04 com.sun.xml.ws.transport.http.servlet.WSServletContextListener contextDestroyed+
    INFO: WSSERVLET13: JAX-WS context listener destroyed
    +[GC 21401K->4600K(63424K), 0.0018230 secs]+
    +01-Jul-2008 13:41:46 org.apache.catalina.startup.HostConfig checkResources+
    +INFO: Undeploying context [Temdox]+
    +01-Jul-2008 13:41:46 org.apache.catalina.startup.HostConfig deployWAR+
    The web service is using jax-ws and is an soap rpc service. I have noticed that the log refers to XMLStreamReaderFactory.woodstox
    which should be XMLStreamReaderFactory.Woodstox (upper case W), but i dont know if this is significant, and if it is I dont know where i can change this.
    Any help would be much appreciated.
    Jon Doveston

    The access denied message was caused by restrictive security settings in the tomcat configuration. In this case the test server being used is a managed server provided by a third party so at our request they allowed the actions and now the web app deploys successfully.

  • Debug web service by tomcat and intellij idea

    Any idea how to debug web services using idea.I have read
    http://www.wso2.net/tutorials/axis2/java/2006/07/28/debug-ws
    and it didn't worked for me.
    thanks

    +1. From the View menu choose Application Server Navigation+
    Right click the Application Server node and choose New Application Server and then follow the instructions to create a Tomcat connection.
    +2. Create an EAR or WAR deployment profile depending on what is in your application - and then you can right click the project and choose Deploy to...->Tomcat connection you defined.+
    I followed these steps but that only created a .war file with only one directory inside it "WEB-INF" with two files "faces-config.xml" and "web.xml".
    The ant target (from my build.xml file that was delivered with the code) was not used at all and I can see no way of connecting it with the deploy profile.
    If I use the target (in the build.xml file) to build my application I do get a .war file I can use. (When putting that in the tomcat webapps directory it is used by tomcat and an application directory is created by tomcat. I can then logg into it (http://localhost:8080/myapplication).
    Note however, that that .war file is used in a tomcat that has been started with:
    NET START Tomcat6
    Not as recommended in http://technology.amis.nl/blog/1984/java-platform-debugger-architecture-jpda-with-tomcat-oc4j-eclipse-intellij-idea-and-jdeveloper
    That is with:
    SET JPDA_ADDRESS=8000
    SET JPDA_TRANSPORT=dt_socket
    catalina.bat jpda start
    So the question is, how can I use the defined ant target in my build.xml file PLUS the new tomcat server connection TOGETHER so I get something that will hopefully run.

  • Getting error while deploying a simple web services

    Hi
    i am new to web services when i am deploying the web service using
    deployment descriptor(WSDD) file using admin client i am getting the follwing error can any body help regarding this.
    Mydeployment descriptor is
    deploy.wsdd
    <deployment xmlns="http://xml.apache.org/axis/wsdd/"
    xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
    <service name="MyService" provider="java:RPC">
    <parameter name="className" value="samples.userguide.example3.MyService"/>
    <parameter name="allowedMethods" value="*"/>
    </service>
    </deployment>
    I am getting exception as
    C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\axis\WEB-INF\clas
    ses>java org.apache.axis.client.AdminClient deploy.wsdd
    Feb 5, 2008 2:34:54 PM org.apache.axis.utils.JavaUtils isAttachmentSupported
    WARNING: Unable to find required classes (javax.activation.DataHandler and javax
    .mail.internet.MimeMultipart). Attachment support is disabled.
    Processing file deploy.wsdd
    Exception: AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
    faultSubcode:
    faultString: java.net.ConnectException: Connection refused: connect
    faultActor:
    faultNode:
    faultDetail:
    {http://xml.apache.org/axis/}stackTrace:java.net.ConnectException: Conne
    ction refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:364)
    at java.net.Socket.connect(Socket.java:507)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.apache.axis.components.net.DefaultSocketFactory.create(DefaultSoc
    ketFactory.java:153)
    at org.apache.axis.components.net.DefaultSocketFactory.create(DefaultSoc
    ketFactory.java:120)
    at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:1
    91)
    at org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.ja
    va:404)
    at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:138)
    at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrateg
    y.java:32)
    at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
    at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
    at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
    at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
    at org.apache.axis.client.Call.invoke(Call.java:2767)
    at org.apache.axis.client.Call.invoke(Call.java:1792)
    at org.apache.axis.client.AdminClient.process(AdminClient.java:439)
    at org.apache.axis.client.AdminClient.process(AdminClient.java:404)
    at org.apache.axis.client.AdminClient.process(AdminClient.java:410)
    at org.apache.axis.client.AdminClient.process(AdminClient.java:320)
    at org.apache.axis.client.AdminClient.main(AdminClient.java:463)
    {http://xml.apache.org/axis/}hostname:MUM-12016RS

    Hi Jhansi,
    Whether u create HRconnDS in ur Weblogic server
    If not create it ...
    If yes just check it out whether u gave a correct connection string for it......
    Regards,
    Suganth.G

  • Error while running 10g web services tutorial

    I am trying to learn and evaluate JDev 10g. I followed the web services tutorial for 10g. In the end when I tried to run the example I get the following error. Any help will be appreciated. Thanks.
    PS: I am also seeing this error in the message pane for the embedded server "Source Files\JDeveloper\j2ee\home\oc4j.jar;C:\Program does not exist."
    C:\Program Files\JDeveloper\jdk\bin\javaw.exe -ojvm -classpath C:\JavaWebService\Model\classes;C:\Program Files\JDeveloper\jdev\lib\jdev-rt.jar;C:\Program Files\JDeveloper\jdev\lib\jdev-rt.jar;C:\Program Files\JDeveloper\soap\lib\soap.jar;C:\Program Files\JDeveloper\lib\xmlparserv2.jar;C:\Program Files\JDeveloper\jlib\javax-ssl-1_2.jar;C:\Program Files\JDeveloper\jlib\jssl-1_2.jar;C:\Program Files\JDeveloper\j2ee\home\lib\activation.jar;C:\Program Files\JDeveloper\j2ee\home\lib\mail.jar;C:\Program Files\JDeveloper\j2ee\home\lib\http_client.jar webservtest.EmbeddedMyPersonWSStub
    [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type &quot;text/html&quot;, must be: &quot;text/xml&quot;. Response was:
    &lt;HTML&gt;&lt;HEAD&gt;&lt;TITLE&gt;500 Internal Server Error&lt;/TITLE&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1&gt;500 Internal Server Error&lt;/H1&gt;&lt;PRE&gt;Servlet error: Cannot generate Class: &lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;
         at org.apache.soap.rpc.Call.getEnvelopeString(Call.java:209)
         at org.apache.soap.rpc.Call.invoke(Call.java:268)
         at webservtest.EmbeddedMyPersonWSStub.sayHello(EmbeddedMyPersonWSStub.java:175) at webservtest.EmbeddedMyPersonWSStub.main(EmbeddedMyPersonWSStub.java:40)
    Process exited with exit code 0.

    Hi,
    Unfortunately, your web service is failing at runtime because JDeveloper (and more specifically, the embedded OC4J) is installed in a directory whose path contains a space character. If you move JDeveloper from "Program Files" to another directory, perhaps "Program_Files", then it'll all go smoothly.
    Apologies if this causes you inconvenience.
    Regards,
    Alan.

Maybe you are looking for

  • What is the easiest way to add a slide show to a dream weaver page?

    What is the easiest way to add a slide show to a dream weaver page?

  • Password not working, please help

    Hi there! I have a very big problem. I have one admin user on my mbp and only one password. It's always worked for installing apps and for coming back from screensaver. Yesterday I decided to turn "automatic login" off. When I turn my bmp on I'm aske

  • View PDF and Word file

    Post Author: vcharles CA Forum: Crystal Reports Hello, I am using crystal report XI with ACCESS 2003, I would like to create a field in my ACCESS table to insert the path of the PDF or word files I would like to view when I click on the report. Is th

  • Which apex table or view contains information about the page performance

    I need to write a procedure to determine the page performance of a specific application.Which apex view or table can i query to figure out the information Thanks

  • Add new fields to Coding Block using OXK3

    Hi Friends I need below clarification in addition of new fields to Coding block from transaction code- OXK3. 1) Which approach is adivsable either EXPERT MODE or BASIC MODE. 2) In Expert mode access key will be required to add field manually into BSE