Failing silently when trying to construct org.apache.soap.rpc.SOAPContext

OK This is really weird. I have an app that runs fine in eclipse. I have deployed to using webstart but when I try to instantiate org.apache.soap.rpc.SOAPContext default constructor it fails.
All my jars are signed and I have given all permissions in the jnlp
here is the jnlp
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+" codebase="http://cs12895.adm.bju.edu/dc" href="dc.jnlp">  
     <information>     
          <title>DC App</title>     
          <vendor>Bob Jones University</vendor>     
          <homepage href="http://www.bju.edu"/>     
          <description kine="one-line">The Discipline Committee Application</description>     
          <description kind="short">The Discipline Committee Application</description>            
           <icon href="imageIcon.gif"/>     
           <shortcut online="false">     
           <desktop/>     
           </shortcut>    
           <offline-allowed/>  
      </information>  
      <security>     
          <all-permissions/>  
      </security> 
     <resources>     
          <j2se version="1.5+" max-heap-size="256m"/>
          <jar href="dc.jar"/>          
          <jar href="looks-2.0.2.jar"/>     
          <jar href="log4j-1.2.12.jar"/>         
          <jar href="jdnc20060529003752.jar"/>        
          <jar href="hibernate3.jar"/>        
          <jar href="forms-1.0.7.jar"/>                   
          <jar href="soap.jar"/>
          <jar href="swingx20060529003241.jar"/>
     </resources>  
     <application-desc main-class="edu.bju.dc.rich.LoginFrame"/>
</jnlp>Here is the code. In this cod ethe first debug messageI see but i do not see the second message. Which is how I now it is not getting constructed.
     log.debug("Setting up call to auth ws");
    Call call = new Call();
    log.debug("Finished setting Call up");
    String soapActionURI = "urn:AuthService";

OK I got it working. It was not throwing an exception but when I put I try catch looking for throwables I discovered it was looking for mail.jar. So all better now :-)

Similar Messages

  • Org.apache.soap.rpc.Call is hanging on invoke()...

    Hi.
    What do you do when you're making a call to a webservice with
    org.apache.soap.rpc.Calland it just plain hangs on the Call.Invoke() method?
    -pfv

    Hi.
    What do you do when you're making a call to a webservice with
    org.apache.soap.rpc.Calland it just plain hangs on the Call.Invoke() method?
    -pfv

  • Package org.apache.soap does not exist

    Hi,
    I'm trying to deploy a webservice made out of stateless session bean.
    When i run the service by invoking its method through browser then I get an exception as
    Servlet error: Cannot generate Class:
    package org.apache.soap does not exist
    import org.apache.soap.Header;
    -- It seems that the oc4j is not loading soap.jar under soap/lib
    But when I add soap.jar to WEB-INF/lib then I get an exception as
    java.lang.LinkageError: Class org/apache/soap/rpc/SOAPContext violates loader constraints
    Which means soap.jar is loaded previosuly
    The required classes are present in soap.jar
    Can you please help me on this
    Regards
    ~Anil

    Yippee... problem solved... classpath setting problem

  • "Import failed" message when trying to import iPhoto library to PE11

    I receive an "Import failed" message when trying to import my iPhoto library to my trial version of PE11. I am running Mac OS X 10.7.5 and using iPhoto 11. Anyone able to help? I have tried 4 or 5 times now with the same result.

    If you're really sure you want to import the whole iphoto library (which is what that command does), then just export the photos to the desktop, put them where you want to keep them, and use File>Get photos and videos>from files and folders to import them. The 'from iphoto' command makes duplicates anyway, so you aren't losing anything by doing it this way.

  • Why do I keep getting an "authentication failed" message when trying to join my network?

    Why do I keep getting an "authentication failed" message when trying to join my network?

    You may have to shut your computer off and pull the power adapter from both your ISP's Modem and your Router and wait 5 minutes and restart them in the following order.
    1st your ISP's Modem and wait a minute to get your signal and lights.
    2nd do the same with your Router and again you have to wait the minute.
    Last restart your computer and boot in OSX use Safari.

  • I keep getting an "Update Failed" message when trying to update my apps using Creative Cloud.

    I keep getting an "Update Failed" message when trying to update my apps using Creative Cloud.

    [ Mac 10.9.3 / Indesign CC update fail / Premiere update fail / Adobe Media Encoder 7.2.2 update fail ]
    Adobe Media Encoder was the problem for me. There's no separate uninstaller for AME. My ID CC and Premiere couldn't be updated (for the AME7.2.2 update as the only change). MCMHMPEGVideoCodec.framework seemed to be the factor.
    I uninstalled Premiere (only), after having manually removed MCMHMPEGVideoCodec.framework from inside AME. After boot I installed it again and voilà, both (ID & Premiere) updates went trough fine. The MCMHMPEGVideoCodec.framework was on place inside AME too.

  • HT3049 Why do I keep getting "Connection failed: NT_STATUS_BAD_NETWORK_NAME" when trying to print on Windows networked printer over wi-fi?

    Why do I keep getting "Connection failed: NT_STATUS_BAD_NETWORK_NAME" when trying to print on Windows networked printer over wi-fi?

    If I run the following (on the machine I'm trying to set up the share)
    smbclient -L localhost -U%
    I got the following output
    Connection to localhost failed (Error NT_STATUS_CONNECTION_REFUSED)
    so I thought it might be something incorrect with the iptables side of things, however I haven't really touched that at all and it seems to look correct
    iptables -nvL
    Chain INPUT (policy ACCEPT 667 packets, 79977 bytes)
    pkts bytes target prot opt in out source destination
    Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
    pkts bytes target prot opt in out source destination
    Chain OUTPUT (policy ACCEPT 157 packets, 20724 bytes)
    pkts bytes target prot opt in out source destination
    So from my (very little) knowledge this appears correct (I think)... However it appears that something is blocking access somewhere.

  • Keep getting a failed message when trying to send sms to UK mobile

    Why do I keep a failed message when trying to send a SMS to UK mobile

    That would be a good place to start since SMS is strictly a carrier feature.

  • Exception while handling service request: org/apache/soap/Envelope

    Hi all,
    i´ve tried to run a message style webservice .
    Now i always get following Error: Exception while handling service request: org/apache/soap/Envelope
    Can anyone tell me what i should do?
    I use Bea 6.1 and Apache Soap 2.2
    I have deployed the Webservice and when i try to run the samples in apache all
    works fine.
    Thank you very much!!

    found the problem.
    I use apache soap with tomcat 5.5.9
    wrong: place the class file in a jar in the common/lib folder of tomcat
    wright: place the class file in the directory webapps/soap/web-inf/classes
    an other problem is when the method not exist

  • WSDP w/ Apache SOAP-RPC

    Hi,
    Has anyone tried to develop/deploy a web service under WSDP and invoke it from a client app written under Apache SOAP-RPC? Can this be done w/ or w/o 'axis'
    from Apache-SOAP?
    Thanks,
    Marcia

    yes, this can be done ...and even vice versa.
    This is just a soap call and it dees not matter from where it is called.
    Generate the webservice and deploy it. Use the WSDL generated to create the client with Apache Soap. Point to the end point URL for the webservice made with JAX-RPC.
    I tried by creating a webservice with Apache Soap-RPC and accessing through the client made with Jax-RPC.
    regards

  • Linux-3.10.10 fails silently when booting with UEFI

    This problem has occured for me on several occasions in the past (with 3.10.2 and 3.10.8) but that has been with kernels in [testing]. With 3.10.10 dropping to [core], this is the first time this has happened for me with an official release.
    Though the linked-to thread is marked as "Solved", the only solution found was downgrading and waiting for a new kernel to be released that did not have the issue (3.10.3 and 3.10.9). I am using UEFI with gummiboot, but I have no idea why this is happening (and since the boot fails silently it's rather difficult for me to provide helpful logs). Is anyone else experiencing this issue? Have you found any workable solution that isn't just waiting? Can anyone else guide me in some troubleshooting?
    All the best,
    -HG

    srs5694 wrote:
    Booting directly from the firmware and via gummiboot are basically the same, in the sense that they both rely on the EFI stub loader. The problem under discussion in the thread to which I linked appears to be a bug in the EFI stub loader that interacts with the firmware version -- it affects many Lenovo computers, but few others. It appears when using the EFI stub loader directly, from rEFInd, or from gummiboot; but it's a highly inconsistent bug. It can go away by switching from gummiboot to rEFInd, from rEFInd to gummiboot, from one version of rEFInd to another, from either of these to a direct boot from the firmware, etc. It also comes and goes with the exact kernel version, with different people reporting problems with different kernels.
    As I said, there's no real fix. The precise cause hasn't been nailed down; if it had been, chances are there'd be a fix by now.
    Fascinating. I wonder what's going wrong with it.
    If SYSLINUX is getting you further into the boot process, then I recommend you try to debug what's happening with SYSLINUX. Try posting details of any error messages you see.
    Fair enough. Then, here's my plan. Given that this thread appears to be a duplicate of the thread srs5694 linked to, it should probably either be merged in or closed (I don't necessarily have any preference, and since there has been no new discovery made in it, it doesn't seem as though there is any inherent advantage one way or another). And, I will shortly open a new thread on troubleshooting syslinux.
    Thank you for your guidance srs! You've been a huge help.
    All the best,
    -HG

  • 'Filter' failed message when trying to print

    I have a MacBook Pro 15-inch, mid 2009 running OS 10.9.5 and an Epson Artisan 730 with a wireless connection.
    Today, when trying to print, I get a message that says, "Stopped - 'Filter' failed."
    I have never seen this message before.  It was printing just fine a couple of days ago.
    I noticed there was an Epson software update available in the App Store, so I downloaded that.  Didn't help.
    I tried restarting the computer.  Didn't help.
    Does anyone know what might be causing this?  It just sort of came out of nowhere.

    Mystery solved! By going to the referenced link, I found this:
    If you’re using a Wi-Fi network and there are multiple Wi-Fi networks available, your Mac and the printer might be on different networks. Open the Wi-Fi menu in the menu bar, then try choosing a different network.
    I got a new router that has two network branches. The printer (Artisan 870) is on the low-speed branch (because who cares how long something takes to print?). Rebooting usually brings up the MacBook Pro on the same branch for some reason, but I had manually switched it to the high speed branch to watch some streaming video. Manually switching it back cured the problem. This thoroughly explains why I was getting this error message intermittently.

  • I get a msg"failed connection" when trying to connect Sony dvd/Blu-ray player to tv

    I have had problems with picture quality on tv. I think it is my very old dvd/vid player, so bought a Sony dvd/Blu-ray player. I continually get a failed connection msg when trying to set it up and connect to the tv.  Have dbl checked all cables etc, and all has been done according to manual.??  Any thoughts appreciated! 

    Hello Wendyd, thank you for your message. Welcome to SONY Community!
    Error: Physical Connection Failed
    Follow the steps below to resolve this error message:
    Make sure the Ethernet cable is securely connected to both the Sony product and the router or modem.
    If the Sony product still does not detect the router or modem, try connecting the Ethernet cable to a different LAN jack (if available) on the router or modem .
    If still no connection is detected, try replacing the Ethernet cable.
    NOTE: The Ethernet cable can be tested by unplugging it from the Sony product and connecting it to the LAN jack on a computer. After turning off any Wi-Fi® option on the computer, try using the computer to access the Internet through the Ethernet connection. If the Internet cannot be accessed, the cable should be replaced.
    For further assistance regarding your concern, please contact the Sony offices/Sony representative offices nearest to your place of residence in Asia Pacific region http://www.sony-asia.com/countryselector.html?hpid=countryselector:AsiaPacific. 
    Due to proximity, they are in a better position to respond to your questions or concerns.

  • Error when attempting to upload:org/apache/commons/fileupload/disk/DiskFile

    Hi there,
    I am attempting to use struts to upload an image to a folder within my application.
    The following error is given:
    java.lang.NoClassDefFoundError: org/apache/commons/fileupload/disk/DiskFileItem
         org.apache.struts.upload.CommonsMultipartRequestHandler.addTextParameter(CommonsMultipartRequestHandler.java:388)
         org.apache.struts.upload.CommonsMultipartRequestHandler.handleRequest(CommonsMultipartRequestHandler.java:204)
         org.apache.struts.util.RequestUtils.populate(RequestUtils.java:405)
         org.apache.struts.action.RequestProcessor.processPopulate(RequestProcessor.java:818)
         org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:194)
         org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
         org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)Does anyone know what could be causing this?
    I have copied all the commons jars into both tomcat and my WEB-INF/lib directory. I am running the application on tomcat through Eclipse. Would this cause any problems?
    Many thanks...

    Diablo,
    I did already have the jar, but it was an older version. I downloaded the newer version and it worked fine.
    Thanks for making me look again at something I had discounted!

  • User Authentication Failed error when trying to display a JSP portlet

    The steps carried out are as follows :
    1. Created a JSP file named "c.jsp" and deployed it under 902_MidTier_Home\j2ee\home\default-web-app\examples\jsp
    2. Created a table named USER_TABLE under Scott schema to store the usernames and passwords to validate this JSP application.
    3. Registered this JSP as an external application with the following values :
    Application Name           : RAGHU
    Login URL          : http://hostname:port/j2ee/examples/jsp/c.jsp
    User Name/ID Field Name     : username
    Password Field Name     : password
    Type of Authentication Used : POST
    3. Clicked on the External Application and entered the username as USER1 and password as USER1 ( These values are available
    under USER_TABLE for comparison ). Then it shows the message "Hi User1 .. Welcome message"
    4. Now created a directory named JSPSAMPLE under "WEB-INF\Providers" and put the provider.xml file under this.
    Created a raghu.properties file and placed it under "WEB-INF\deployment".
    5. Now tested the testpage using the URL " http://hostname:port/jpdk/providers/raghu " and it works fine.
    6. Registered this as a provider in Portal and added this portlet onto a page. Assigned this page to a newly created user.
    It gives the message " Authentication Failed - Update Login Information " which is expected. I click on the link and
    it takes me to the external application username password. I enter the credentials but this time it comes back again
    to the page with the same message " Authentication Failed - Update Login Information ".
    7. Basically the values are not passed to the Username and Password in jsp page which is why the problem occurs.
    The JSP Code used is as follows :
    <%@ page import="java.sql.*" %>
    <HTML>
    <HEAD><TITLE>DB Connectivity test</TITLE></HEAD>
    <BODY BGCOLOR="#FFFFFF">
    <CENTER>
    <B>user_table</B>
    <BR><BR>
    <%
    String username = request.getParameter("username");
    String password = request.getParameter("password");
    Connection conn = null;
    try
    Class.forName("oracle.jdbc.driver.OracleDriver");
    conn = DriverManager.getConnection("jdbc:oracle:thin:@hostname:1521:iasdb","scott","tiger");
    Statement stmt = conn.createStatement();
    String query = "SELECT * FROM user_table where userid= '"+ username +"' and passwd = '" + password + "' " ;
    ResultSet rs = stmt.executeQuery(query);
    while(rs.next())
    out.println("<TR>");
    out.println(" <TD> hi " + rs.getString("userid") + ", welcome</TD>");
    out.println("</TR>");
    out.println("</TABLE>");
    catch(SQLException e)
    out.println("SQLException: " + e.getMessage() + "<BR>");
    while((e = e.getNextException()) != null)
    out.println(e.getMessage() + "<BR>");
    out.println("invalid userid,password");
    catch(ClassNotFoundException e)
    out.println("ClassNotFoundException: " + e.getMessage() + "<BR>");
    finally
    //Clean up resources, close the connection.
    if(conn != null)
    try
    conn.close();
    catch (Exception ignored) {}
    %>
    </CENTER>
    </BODY>
    </HTML>
    The Provider.xml file used is as follows :
    <?xml version="1.0" encoding="UTF-8"?>
    <?providerDefinition version="3.1"?>
    <provider class="oracle.portal.provider.v2.http.URLProviderDefinition">
         <providerInstanceClass>oracle.portal.provider.v2.http.URLProviderInstance</providerInstanceClass>
         <session>true</session>
         <authentication class="oracle.portal.provider.v2.security.Authentication">
              <authType>ExternalApp</authType>
              <userFieldName>username</userFieldName>
              <userPwdName>password</userPwdName>
              <errorPageMessages>Raghu,Please sign in,Sign me up!</errorPageMessages>
         </authentication>
         <portlet class="oracle.portal.provider.v2.http.URLPortletDefinition">
              <id>1</id>
              <name>RaghuPortlet</name>
              <title>Raghu Mail Portlet</title>
              <description>This portlet is to test Integration services using mail.yahoo.com</description>
              <timeout>100</timeout>
              <timeoutMessage>Raghu timed out</timeoutMessage>
              <showEdit>false</showEdit>
              <showEditDefault>false</showEditDefault>
              <showPreview>false</showPreview>
              <showDetails>false</showDetails>
              <hasHelp>false</hasHelp>
              <hasAbout>false</hasAbout>
              <acceptContentType>text/html</acceptContentType>
              <registrationPortlet>false</registrationPortlet>
              <accessControl>public</accessControl>
              <renderer class="oracle.portal.provider.v2.render.RenderManager">
                   <showPage class="oracle.portal.provider.v2.render.http.URLRenderer">
                        <pageUrl>http://172.17.24.235:8888/c.jsp</pageUrl>
                        <contentType>text/html</contentType>
                        <filter class="oracle.portal.provider.v2.render.HtmlFilter">
                             <useAuthLinks>true</useAuthLinks>
                             <headerTrimTag>&lt;table width="100%" cellpadding=0 cellspacing=0 border=0>&lt;tr>&lt;td bgcolor=#9bbad6></headerTrimTag>
                             <footerTrimTag>&lt;table width="100%" cellpadding=2 cellspacing=1>&lt;tr>&lt;td bgcolor=#9bbad6></footerTrimTag>
                             <convertTarget>true</convertTarget>
                             <redirectUrlFieldName>.done</redirectUrlFieldName>
                        </filter>
                   </showPage>
              </renderer>
              <securityManager class="oracle.portal.provider.v2.security.URLSecurityManager">
                   <authorizType>registered</authorizType>
              </securityManager>
         </portlet>
    </provider>
    The Contents of raghu.properties file
    serviceClass=oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter
    loaderClass=oracle.portal.provider.v2.http.DefaultProviderLoader
    showTestPage=true
    definition=providers/raghu/provider.xml
    autoReload=true
    Any inputs regarding why the values are passed properly in case of External Application but not so when registered as
    a portlet in Portal.
    Regards
    Satish G

    As I can see from the information posted, you are trying to
    use URL-based portlet's SSO feature, though not in a correct
    way.
    The SSO feature of URL-based portlets relie on the usage
    of Cookies as authentication tokens. For example, in the
    present context, http://hostname:port/j2ee/examples/jsp/c.jsp
    will write a cookie to the client upon successfull authentication.
    Subsequent access to the same JSP or some other JSP in the same
    workspace should be checking for the existence of this particular
    cookie at the client side and if found should not prompt for
    user information again.
    If you can fine tune your existing applications as per above
    conditions, then everything should work fine. Else you might
    want to use page parameters to pass user information.
    For more information on page parameters, please visit
    http://portalstudio.oracle.com/servlet/page?_pageid=350&_dad=ops&_schema=OPSTUDIO&12678_PDKHOME902_39847486.p_subid=249821&12678_PDKHOME902_39847486.p_sub_siteid=73&12678_PDKHOME902_39847486.p_edit=0#NEW1

Maybe you are looking for

  • Can't add files or folders in 11.1

    I have downloaded some MP3's and tried to add them to my iTunes library, both as individual files and putting them into one folder and adding that.  Nothing shows up in the library -- artist, album, or songs.  I did get the usual 'adding' and 'proces

  • Wifi issues maybe solved

    Make sure your router is channel on 11 (or the highest it could go possibly) not auto detect and that your WMM is enabled. Solved it for me, tried deleting the phone and backing it up again, resetting network settings and even tried a soft reset.. Ma

  • WLC 4402 7.0.220.0 compatability.

    hello friends, Could you please let me know if Windows 8 laptops machine are conpatible with the WLC IOS Version 7.0.220.0. My client has WLC 4402 Version 7.0.220.0. The message that appears is AAA authentication failed. Your help will be highly appr

  • Problem with Desktop Integrator

    Hi, I want to use the "Desktop Integrator " In oracle applications R12. But i get this error message : Desktop Integration is not a valid responsibility for the current user. Please contact your System Administrator. Help, Saad

  • Displaying radio button on report output

    hi folks,          how to display radiobuttons on the report output.        thanks,        santosh.