Survey Application problem

I have installed the survey application successfully on my
machine but unfortunately when i try to log in i get this unexpected error.Can you give me a solution asap.I belong to ORACLE DIRECT India..
PLs respond Asap.
Thanks in advance,
Sreedhara
[Technical consultant]

Hello,
Could you tell me what is the error? You can also contact me personally as I am also working in Oracle India.
Regards,
Rajat

Similar Messages

  • Using the Survey Application with Servlets

    I installed Survey application which demonstrate the servlet
    architecture.
    The application works well with Jdevelopper 2.0
    The connection with the database server works.
    I installed the Sun Java Web Server 1.1.3 on my PC.
    The Java Web administrator works fine. I registered the 2
    servlets on the administrator but the JDBC connection failed.
    I obtained this resulting error page when try to use the
    SDSessionServlet
    500 Internal Server Error
    The servlet named "oracle.jdbc.driver.OracleDriver", at the
    requested URL
    http://gvawsgcf:8080/servlet/SDSessionServlet
    reported this exception:
    oracle.jdbc.driver.OracleDriver
    The administrator of this web server should resolve this problem.
    What shall I do?
    Thanks in advance
    null

    Hi
    JDeveloper online help system has examples of configuring JavaWeb
    server.
    Goto Help system.
    In the "tutorials" book you will find a subtopic "Servlet
    Tutorial" which has help on configuring java web server.
    The other place is in the "Sample Applications" book you will
    find a sub topic "web application for Oracle 8i" which has help
    on deploying the servlet to java web server.
    You will find these examples useful in configuing your env.
    regards
    Chris tournier (guest) wrote:
    : I installed Survey application which demonstrate the servlet
    : architecture.
    : The application works well with Jdevelopper 2.0
    : The connection with the database server works.
    : I installed the Sun Java Web Server 1.1.3 on my PC.
    : The Java Web administrator works fine. I registered the 2
    : servlets on the administrator but the JDBC connection failed.
    : I obtained this resulting error page when try to use the
    : SDSessionServlet
    : 500 Internal Server Error
    : The servlet named "oracle.jdbc.driver.OracleDriver", at the
    : requested URL
    : http://gvawsgcf:8080/servlet/SDSessionServlet
    : reported this exception:
    : oracle.jdbc.driver.OracleDriver
    : The administrator of this web server should resolve this
    problem.
    : What shall I do?
    : Thanks in advance
    null

  • Survey Application exception

    Hello! I have some problems with survey application. When i try create new survey i get next error in application log:
    Survey-web: ControllerServlet: ---->Message "< Not Supplied >" thrown in Overridden Method for Single Query executeUpdate in Class DBConnect.java--> propagated to method save in Class Survey.java--> propagated to method submitQuestionsInSurveyCart in Class SurveyCreator.java--> propagated to method saveCart in Class SurveyManager.java--> propagated to Method invokeEvent in Class ControllerHelper.java--> propagated to method processApplicationRequest in Class ControllerHelper.java
    i modifyed Calendar.js and set p_format = "DD-MM-YY", but error appear again....
    So,anybody can give me some advice? thank you!
    P.S: Oracle Database 9.2.0.3.0, OC4J 9.0.3, Database Charset: CL8MSWIN1251, NLS_DATA_FORMAT='dd-mm-yy';

    Thanks for answer, Rajat.
    Web error:
    Unexpected Exception. Please check if all the instructions have been followed for installing the sample. Please refer to Install.html for installing the sample. Please refer to server console for more information on the Exception. Please refer to the application log for debugging the sample.
    OC4J Console:
    Oracle9iAS (9.0.3.0.0) Containers for J2EE initialized
    java.sql.BatchUpdateException: ORA-30937: No schema definition for 'Header' (nam
    espace 'http://www.otn.oracle.com/survey/Survey.xsd') in parent 'Survey'
    void oracle.jdbc.dbaccess.DBError.throwBatchUpdateException(java.sql.SQL
    Exception, int, int[])
    DBError.java:448
    int[] oracle.jdbc.driver.OraclePreparedStatement.executeBatch()
    OraclePreparedStatement.java:3740
    void oracle.otnsamples.survey.database.DBConnect.execute(java.sql.Connec
    tion, java.lang.String, java.util.ArrayList[])
    void oracle.otnsamples.survey.database.DBConnect.executeUpdate(java.lang
    .String, java.util.ArrayList)
    java.lang.String oracle.otnsamples.survey.helper.surveyobjects.Survey.sa
    ve(java.lang.String)
    java.util.HashMap oracle.otnsamples.survey.business.SurveyCreator.submit
    QuestionsInSurveyCart(java.lang.String[], java.util.LinkedList, java.util.HashMa
    p, java.lang.String, java.lang.String)
    void oracle.otnsamples.survey.manager.SurveyManager.saveCart(javax.servl
    et.http.HttpServletRequest)
    java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.
    lang.Object[])
    native code
    java.util.Vector ControllerHelper.invokeEvent(java.lang.String, javax.se
    rvlet.http.HttpServletRequest)
    java.lang.String ControllerHelper.processApplicationRequest(java.lang.St
    ring, javax.servlet.http.HttpServletRequest)
    void ControllerServlet.doGet(javax.servlet.http.HttpServletRequest, java
    x.servlet.http.HttpServletResponse)
    void ControllerServlet.doPost(javax.servlet.http.HttpServletRequest, jav
    ax.servlet.http.HttpServletResponse)
    void javax.servlet.http.HttpServlet.service(javax.servlet.http.HttpServl
    etRequest, javax.servlet.http.HttpServletResponse)
    HttpServlet.java:760
    void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest
    , javax.servlet.ServletResponse)
    HttpServlet.java:853
    void com.evermind.server.http.ResourceFilterChain.doFilter(javax.servlet
    .ServletRequest, javax.servlet.ServletResponse)
    ResourceFilterChain.java:65
    void oracle.security.jazn.oc4j.JAZNFilter.doFilter(javax.servlet.Servlet
    Request, javax.servlet.ServletResponse, javax.servlet.FilterChain)
    JAZNFilter.java:283
    void com.evermind.server.http.ServletRequestDispatcher.invoke(javax.serv
    let.ServletRequest, javax.servlet.ServletResponse)
    ServletRequestDispatcher.java:560
    void com.evermind.server.http.ServletRequestDispatcher.forwardInternal(j
    avax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse)
    ServletRequestDispatcher.java:306
    boolean com.evermind.server.http.HttpRequestHandler.processRequest(com.e
    vermind.server.ApplicationServerThread, com.evermind.server.http.EvermindHttpSer
    vletRequest, com.evermind.server.http.EvermindHttpServletResponse, java.io.Input
    Stream, java.io.OutputStream, boolean)
    HttpRequestHandler.java:767
    void com.evermind.server.http.HttpRequestHandler.run(java.lang.Thread)
    HttpRequestHandler.java:259
    void com.evermind.server.http.HttpRequestHandler.run()
    HttpRequestHandler.java:106
    void EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run()
    PooledExecutor.java:797
    void java.lang.Thread.run()
    Thread.java:484
    oracle.otnsamples.survey.helper.common.SurveyException
    void oracle.otnsamples.survey.database.DBConnect.execute(java.sql.Connec
    tion, java.lang.String, java.util.ArrayList[])
    void oracle.otnsamples.survey.database.DBConnect.executeUpdate(java.lang
    .String, java.util.ArrayList)
    java.lang.String oracle.otnsamples.survey.helper.surveyobjects.Survey.sa
    ve(java.lang.String)
    java.util.HashMap oracle.otnsamples.survey.business.SurveyCreator.submit
    QuestionsInSurveyCart(java.lang.String[], java.util.LinkedList, java.util.HashMa
    p, java.lang.String, java.lang.String)
    void oracle.otnsamples.survey.manager.SurveyManager.saveCart(javax.servl
    et.http.HttpServletRequest)
    java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.
    lang.Object[])
    native code
    java.util.Vector ControllerHelper.invokeEvent(java.lang.String, javax.se
    rvlet.http.HttpServletRequest)
    java.lang.String ControllerHelper.processApplicationRequest(java.lang.St
    ring, javax.servlet.http.HttpServletRequest)
    void ControllerServlet.doGet(javax.servlet.http.HttpServletRequest, java
    x.servlet.http.HttpServletResponse)
    void ControllerServlet.doPost(javax.servlet.http.HttpServletRequest, jav
    ax.servlet.http.HttpServletResponse)
    void javax.servlet.http.HttpServlet.service(javax.servlet.http.HttpServl
    etRequest, javax.servlet.http.HttpServletResponse)
    HttpServlet.java:760
    void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest
    , javax.servlet.ServletResponse)
    HttpServlet.java:853
    void com.evermind.server.http.ResourceFilterChain.doFilter(javax.servlet
    .ServletRequest, javax.servlet.ServletResponse)
    ResourceFilterChain.java:65
    void oracle.security.jazn.oc4j.JAZNFilter.doFilter(javax.servlet.Servlet
    Request, javax.servlet.ServletResponse, javax.servlet.FilterChain)
    JAZNFilter.java:283
    void com.evermind.server.http.ServletRequestDispatcher.invoke(javax.serv
    let.ServletRequest, javax.servlet.ServletResponse)
    ServletRequestDispatcher.java:560
    void com.evermind.server.http.ServletRequestDispatcher.forwardInternal(j
    avax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse)
    ServletRequestDispatcher.java:306
    boolean com.evermind.server.http.HttpRequestHandler.processRequest(com.e
    vermind.server.ApplicationServerThread, com.evermind.server.http.EvermindHttpSer
    vletRequest, com.evermind.server.http.EvermindHttpServletResponse, java.io.Input
    Stream, java.io.OutputStream, boolean)
    HttpRequestHandler.java:767
    void com.evermind.server.http.HttpRequestHandler.run(java.lang.Thread)
    HttpRequestHandler.java:259
    void com.evermind.server.http.HttpRequestHandler.run()
    HttpRequestHandler.java:106
    void EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run()
    PooledExecutor.java:797
    void java.lang.Thread.run()
    Thread.java:484
    I try search ORA-30937 error on metalink, but search returned no hits!
    Preview survey works fine...
    Thanks,
    Igor

  • Incoming Survey/Mail Problem

    Hi Gurus,
    I met an incoming survey/mail problem, and need your help:
    "Survey" can be created and sent to vendor's external mail address  successfully via the "Portal --> Supplier Evaluation --> Create Survey", but the problem is, the system could not receive any incoming mails or survey results. Kindly please help.
    Thanks and best regards
    Alan

    Hi alan
    Please check SAP note :
    779972     SURVEY: Configuration required to receive emails
    607108     Problem analysis when sending or receiving e-mails
    552616     FAQ: SAPoffice - Sending to external recipients
    455140     Configuration of e-mail, fax, paging or SMS using
    Summer Wang

  • Premiere Elements 12: start application problem - an incompatible display driver massage

    Premiere Elements 12: start application problem - "an incompatible display driver" massage 
    I did everything what I could find online forums. (Except messing with BIOS settings)
    - Updated video cards drivers
    - Set to “High-Performance GPU” in Catalasyt for application exe and gpusniff.exe
    - Added “run as administrator” privileges
    - Each time before trying to run the application I removed BadDriver.txt file
    My laptop specification:
    Product name: HP Pavilion dv6 Notebook PC
    Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz
    System memory: 8GB
    Memory slot 1: 4GB SODIMM Samsung 1333MHz
    Memory slot 2: 4GB SODIMM Samsung 1333MHz
    Windows 7 Professional 64-bit Service Pack 1
    Intel(R) HD Graphics Family 8.882.2.3000 (30/09/2011)
    Radeon (TM) HD 6770M 8.882.2.3000 (30/09/2011) (newer updates are not available)
    please help...

    cmbishop82
    Did you go through the drill
    a. video card driver version up to date according to the manufacturer of the video card
    b. if so, deletion of the BadDrivers.txt file....for Premiere Elements 12 in Windows 7, 8, or 8.1 64 bit, the path is:
    Local Disk C
    Program Data
    Adobe
    Premiere Elements
    and in the Premiere Elements Folder is the BadDrivers.txt file for version 12. The BadDrivers.txt file is a file in this Premiere Elements Folder which also contains folders. You do not want anything in those folders. All you want is the BadDrivers.txt file in the Premiere Elements Folder.
    Make sure that you have Folder Option Show Hidden Files, Folders, and Drives active so you can see that complete path.
    The rationale for the being of the BadDrivers.txt file has its origins in post 10 of the following older thread
    http://forums.adobe.com/message/3177024
    When you get the display card error message, is it before you import media into the project? And, when you get the message, does the program allow you to continue by pressing a Continue Button or are you stopped from going further?
    ATR

  • N82 application problems

    Hello everyone. I bought N82 a few days ago and I have an application problems. My installed applications works for 6-7 hours. I can see them in applications folder and application manager. But 7 hours later, I can't see them in applications folder also application manager. Why it happens? Please help me!
    I tried those but I can't solved this problem:
    Soft format
    Hard format
    Reinstall N82's software ( V31) with Nokia Software Updater
    Formatting memory card and reinstall applications.
    Note: I don't have this problem with my videos and musics .Only applications. 
    Solved!
    Go to Solution.

    Finally I solved this problem. I bought a new memory card and then installed my app.I think Nokia's 2GB memory card have a problem. (System folder.)

  • Applications problem: "You cannot update this software since you have not owned the major version of this software."

    Hi all,
    RE: Applications problem: "You cannot update this software since you have not owned the major version of this software."
    Until recently, I have not encountered this problem.  And I am facing this problem for both my iPad and iPhone. 
    I only have 1 iTunes account and the most recent change was that I switched the location from Singapore to UK (I'm currently in the UK).  I also updated my applications a couple of times before since the change in location, so I doubt it's due to the location change.  I've tried signing out of the account in the iTunes accounts on the devices, then signing back in.  I've also tried restarting the devices (and for the iPad, I even updated the iOS). 
    Any idea what else I can do to try to rectify this?
    Thanks and regards,
    Tammy

    Hi there!
    Thanks for replying!
    1.  Yup, my iOS is the latest (6.0.1), and I have 7 apps on my iPhone that apparently have updates.  But it's been 6.0.1 for quite some time and I've also been able to update the apps till just this week.
    2.  I don't have a credit card associated with my account anymore.  Ever since I changed the location, I removed the credit card details.  But I didn't have problems with any of my apps (updating or downloading new ones) until this week.  Also, all the apps I've downloaded since I came to the UK are free apps. 
    I still don't know what's wrong. 

  • Survey Application with mutli-lingual

    Hello,
    I am planning to build a survey application using ADF/JSF. This is my first venture into JSF. This application should be multi-lingual, i.e. text should be both in English and Arabic.
    My questions is will arabic is supported with ADF/JSF in JDeveloper 10.1.3?
    Any help is highly appreciated.
    Thanks

    ADF Faces has support for right-to-left property for your page so you can write in arabic.
    http://download.oracle.com/docs/html/B25947_01/appendixa010.htm#sthref3187
    There is additional information about creating multi-language JSF application in the ADF Developer Guide:
    http://download.oracle.com/docs/html/B25947_01/web_laf004.htm#CACIBGBA

  • Survey application download

    Hi All,
    I downloaded the Survey application form OTN on Friday 24th, 2002
    at : http://otn.oracle.com/sample_code/tech/java/servlets/samples/surveyapp/surveyhome.htm
    and found one bug that I fixed. In the Question.java file there is a little bug that create an error when you try to create
    a new question : you get to the question page but you can see the word 'Error' and you can not
    select Group Choices that you previously created.
    You should open the source code Question.java and replace:
    PreparedStatement l_stmt2 = l_conn.prepareStatement(
    "select c.id, c.label from group_choices g, choices c where chgrp_id = ?"+
    "and g.cho_id = c.id and c.log_del_ind is null");
    by
    PreparedStatement l_stmt2 = l_conn.prepareStatement(
    "select c.id, c.label from group_choices g, choices c where chgrp_id = ?"+
    " and g.cho_id = c.id and c.log_del_ind is null");
    there is a space missing right before the statement : "and g.cho_id = c.id and c.log_del_ind is null"
    it should be : "<space>and g.cho_id = c.id and c.log_del_ind is null"
    Recompile the code and replace the class file.
    Thanks
    Laurent Bernard

    I'm also getting a 404 error while attempting to download the Oracle Migration Workbench from
    http://www.oracle.com/technology/software/tech/migration/workbench/index.html

  • CVP Studio Post Call Survey Application?

    Hi
    Is anyone aware of any "sample" Post Call Survey Studio applications or materials that are out there?  I am having to build one for the project I'm working on and it would be helpful to have a reference/template.
    Thanks
    Walter

    Hi Nathan,
    Were you able to resolve this issue? I am faced with the same problem. I was able to get this working by forwarding the call out to my testing toll free number via an ICM label that then comes back into CVP with a new DN. This is working but isn't an ideal solution. Any help would be appreciated.
    Best regards,
    Jason K

  • SSO java sample application problem

    Hi all,
    I am trying to run the SSO java sample application, but am experiencing a problem:
    When I request the papp.jsp page I end up in an infinte loop, caught between papp.jsp and ssosignon.jsp.
    An earlier thread in this forum discussed the same problem, guessing that the cookie handling was the problem. This thread recommended a particlar servlet , ShowCookie, for inspecting the cookies for the current session.
    I have installed this cookie on the server, but don't see anything but one cookie, JSESSIONID.
    At present I am running the jsp sample app on a Tomcat server, while Oracle 9iAS with sso and portal is running on another machine on the LAN.
    The configuration of the SSO sample application is as follows:
    Cut from SSOEnablerJspBean.java:
    // Listener token for this partner application name
    private static String m_listenerToken = "wmli007251:8080";
    // Partner application session cookie name
    private static String m_cookieName = "SSO_PAPP_JSP_ID";
    // Partner application session domain
    private static String m_cookieDomain = "wmli007251:8080/";
    // Partner application session path scope
    private static String m_cookiePath = "/";
    // Host name of the database
    private static String m_dbHostName = "wmsi001370";
    // Port for database
    private static String m_dbPort = "1521";
    // Sehema name
    private static String m_dbSchemaName = "testpartnerapp";
    // Schema password
    private static String m_dbSchemaPasswd = "testpartnerapp";
    // Database SID name
    private static String m_dbSID = "IASDB.WMDATA.DK";
    // Requested URL (User requested page)
    private static String m_requestUrl = "http://wmli007251:8080/testsso/papp.jsp";
    // Cancel URL(Home page for this application which don't require authentication)
    private static String m_cancelUrl = "http://wmli007251:8080/testsso/fejl.html";
    Values specified in the Oracle Portal partner app administration page:
         ID: 1326
         Token: O87JOE971326
         Encryption key: 67854625C8B9BE96
         Logon-URL: http://wmsi001370:7777/pls/orasso/orasso.wwsso_app_admin.ls_login
         single signoff-URL: http://wmsi001370:7777/pls/orasso/orasso.wwsso_app_admin.ls_logout
         Name: testsso
         Start-URL: http://wmli007251:8080/testsso/
         Succes-URL: http://wmli007251:8080/testsso/ssosignon.jsp
         Log off-URL: http://wmli007251:8080/testsso/papplogoff.jsp
    Finally I have specified the cookie version to be v1.0 when running the regapp.sql script. Other parameters for this script are copied from the values specified above.
    Unfortunately the discussion in the earlier thread did not go any further but to recognize the cookieproblem, so I am now looking for help to move further on from here.
    Any ideas will be greatly appreciated!
    /Mads

    Pierre - When you work on the sample application, you should test the pages in a separate browser instance. Don't use the Run Page links from the Builder. The sample app has a different authentication scheme from that used in the development environment so it'll work better for you to use a separate development browser from the application testing browser. In the testing browser, to request the page you just modified, login to the application, then change the page ID in the URL. Then put some navigation controls into the application so you can run your page more easily by clicking links from other pages.
    Scott

  • Ideas for flights partner application problem

    Hi!
    We got problem with trying to configure flights demo partner
    application.
    URL: http://orawat5/servlet/flights/
    Error code below:
    An error has occured in this Application
    oracle.security.sso.enabler.SSOEnablerException:
    oracle.security.sso.enabler.SSOEnablerException:
    java.sql.SQLException: ORA-06550: line 1, column 13: PLS-00201:
    identifier 'WWSEC_SSO_ENABLER_PRIVATE.GENERATE_REDIRECT' must be
    declared ORA-06550: line 1, column 7: PL/SQL: Statement ignored
    at
    oracle.portal.devguide.partner.application.PartnerSSOEnabler.getS
    SOUserInfo(PartnerSSOEnabler.java:215) at
    oracle.portal.devguide.partner.application.FlightDispatch.process
    (FlightDispatch.java, Compiled Code) at
    oracle.portal.devguide.partner.application.PartnerServlet.doGet
    (PartnerServlet.java:48) at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:499) at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at
    org.apache.jserv.JServConnection.processRequest
    (JServConnection.java:402) at
    org.apache.jserv.JServConnection.run(JServConnection.java:260)
    at java.lang.Thread.run(Thread.java:479)
    What do you think about what is problem?
    (maybe this java ...PartnerSSOEnabler.getSSOUserInfo calls some
    pl/sql code)
    Regards,
    Olli-Pekka

    Can you please provide me following information so that I can understand the environment clearly?
    1. Login Server version
    2. SSO SDK version (e.g. ssosdk307_011223.zip) etc
    3. Database version for Login Server and SSO SDK partner application
    4. Where did you get the original JPDK zip file and version number?

  • Java application problem

    I am using JDK1.4 and working on Windows Xp.
    I have written a code for application in java as follows:
    import javax.swing.*;
    public class sample
    JPanel panel;
    static JFrame frame;
    JButton but;
    public sample()
    frame=new JFrame("frame");
    panel=new JPanel();
    frame.getContentPane().add(panel);
    but=new JButton("click");
    panel.add(but);
    public static void main(String args[])
    sample s=new sample();
    frame.setSize(300,300);
    frame.setVisible(true);
    on executing program application window has appeared and it ran properly.
    Then I closed that application window.But after that in command prompt window curser was just blinking and it was not allow to enter also.
    I have tried pressing CTRL+C also.But situation in command prompt was same i.e curser in command prompt was just blinking.
    Then I closed cmd window ;but one error has occured saying that cmd window can not close .
    My friend has told me that she is also having windows xp and JDK1.4 ; ctrl+c is working properly in her command prompt.She has written the above same code in her computer and it executes properly.
    Even though she has not written following statement:
    "frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);"
    when she exits from application window ,her cmd window gave same problem of only blinking curser.But when she press CTRL+C ; her command prompt starts responding by giving root.But my command prompt is not giving
    positive responce to "ctrl+c" when I am exiting java application.
    Is it possible to solve this problem without giving statement
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); ?
    Why my command prompt is not responding to CTRL+c?
    How can I tackle this problem ?
    Is there any other key which can be used in command prompt of Windows Xp?

    Is it possible to solve this problem without giving
    statement
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    ?this is because Swing have started some non-daemon helper threads for its internal purposes and the default close operation for frame is just HIDE_ON_CLOSE. So, the system will not exit because those non-daemon thread still not terminated.
    What is the problems setting the default close operation to JFrame.EXIT_ON_CLOSE ?

  • Java Webstart application problem with TLS certificate revocation checks (Java 1.7.0_76)

    We have a problem with our Java Web Start Application regarding the TLS certificate revocation check:
    The application is running on a server within a wide area network which is separated from the internet.
    The application users have access to the WAN, and also access to the internet over some corporate proxy/firewall.
    The user has to enter, for example "https://my-site.de/myapp/ma.jnlp" within a webbrowser or could also call  "javaws https://my-site.de/myapp/ma.jnlp" to start the application client.
    The webserver has a certificate from a trusted certificate authority. This certificate seems to be ok, the browser is even configured to perform OCSP status check.
    The application files are signed with a certificate from another trusted certificate authority. This certificate seems also to be ok. Regarding this certificate there
    are no problems with certificate revocation checks.
    The problem is, while starting the application client there is a message box which tell us something like "the connection to this website ist not trustworthy",
    "Website: https://my-site.de:80", and something about an invalid certificate, meaning the webserver certificate.
    Obviously the jvm runtime, which is executed on the users workstation, tries to perform a revocation check for the webservers certificate, but this fails because
    it cannot fetch the certificate under https://my-site.de:80.
    The application will execute without further problems after that message but the users are very concerned about the "invalid" certificate, so here are my questions:
    - Why is the application trying to get the webserver certificate over Port 80. Our application developers told me, there is no corresponding statement. Calling this address
      has to fail while "https://my-site.de:443" or "https://my-site.de" would not have a problem.
    - Is there a way to make the application go on without performing a tls revocation check? I mean, by adjusting the application sourcecode and not by configuring the users Java Control Panel.
      While disabling the TLS Certificate Revocation check in the Java Control Panel, the Webstart Application executes without a warning message, but this is not a workable solution for
      our users.
    It would be great if someone can help me with a hint so i can send our developers into the right direction;-)
    Many thanks!
    This is a part from a java console output after calling "javaws -verbose https://my-site.de/myapp/"
    (sorry for this is in german... and also my english above)
    network: Verbindung von http://ocsp.serverpass.telesec.de/ocspr mit Proxy=HTTP @ internet-proxy.***:80 wird hergestellt
    network: Verbindung von http://ocsp.serverpass.telesec.de/ocspr mit Proxy=HTTP @ internet-proxy.***:80 wird hergestellt
    security: OCSP Response: GOOD
    network: Verbindung von http://ocsp.serverpass.telesec.de/ocspr mit Proxy=HTTP @ internet-proxy.***:80 wird hergestellt
    security: UNAUTHORIZED
    security: Failing over to CRLs: java.security.cert.CertPathValidatorException: OCSP response error: UNAUTHORIZED
    network: Cacheeintrag gefunden [URL: http://crl.serverpass.telesec.de/rl/TeleSec_ServerPass_CA_1.crl, Version: null] prevalidated=false/0
    cache: Adding MemoryCache entry: http://crl.serverpass.telesec.de/rl/TeleSec_ServerPass_CA_1.crl
    cache: Resource http://crl.serverpass.telesec.de/rl/TeleSec_ServerPass_CA_1.crl has expired.
    network: Verbindung von http://crl.serverpass.telesec.de/rl/TeleSec_ServerPass_CA_1.crl mit Proxy=HTTP @ internet-proxy.***:80 wird hergestellt
    network: Verbindung von http://crl.serverpass.telesec.de/rl/TeleSec_ServerPass_CA_1.crl mit Proxy=HTTP @ internet-proxy.***:80 wird hergestellt
    network: ResponseCode für http://crl.serverpass.telesec.de/rl/TeleSec_ServerPass_CA_1.crl: 200
    network: Codierung für http://crl.serverpass.telesec.de/rl/TeleSec_ServerPass_CA_1.crl: null
    network: Verbindung mit http://crl.serverpass.telesec.de/rl/TeleSec_ServerPass_CA_1.crl trennen
    CacheEntry[http://crl.serverpass.telesec.de/rl/TeleSec_ServerPass_CA_1.crl]: updateAvailable=true,lastModified=Tue Mar 24 10:50:01 CET 2015,length=53241
    network: Verbindung von http://crl.serverpass.telesec.de/rl/TeleSec_ServerPass_CA_1.crl mit Proxy=HTTP @ internet-proxy.***:80 wird
    network: Verbindung von socket://ldap.serverpass.telesec.de:389 mit Proxy=DIRECT wird hergestellt
    security: Revocation Status Unknown
    com.sun.deploy.security.RevocationChecker$StatusUnknownException: java.security.cert.CertPathValidatorException: OCSP response error: UNAUTHORIZED
        at com.sun.deploy.security.RevocationChecker.checkOCSP(Unknown Source)
        at com.sun.deploy.security.RevocationChecker.check(Unknown Source)
        at com.sun.deploy.security.RevocationCheckHelper.doRevocationCheck(Unknown Source)
        at com.sun.deploy.security.RevocationCheckHelper.doRevocationCheck(Unknown Source)
        at com.sun.deploy.security.RevocationCheckHelper.checkRevocationStatus(Unknown Source)
        at com.sun.deploy.security.X509TrustManagerDelegate.checkTrusted(Unknown Source)
        at com.sun.deploy.security.X509Extended7DeployTrustManagerDelegate.checkServerTrusted(Unknown Source)
        at com.sun.deploy.security.X509Extended7DeployTrustManager.checkServerTrusted(Unknown Source)
        at sun.security.ssl.ClientHandshaker.serverCertificate(Unknown Source)
        at sun.security.ssl.ClientHandshaker.processMessage(Unknown Source)
        at sun.security.ssl.Handshaker.processLoop(Unknown Source)
        at sun.security.ssl.Handshaker.process_record(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
        at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
        at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
        at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
        at com.sun.deploy.net.HttpUtils.followRedirects(Unknown Source)
        at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
        at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(Unknown Source)
        at com.sun.deploy.cache.ResourceProviderImpl.checkUpdateAvailable(Unknown Source)
        at com.sun.deploy.cache.ResourceProviderImpl.isUpdateAvailable(Unknown Source)
        at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
        at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
        at com.sun.deploy.model.ResourceProvider.getResource(Unknown Source)
        at com.sun.javaws.jnl.LaunchDescFactory._buildDescriptor(Unknown Source)
        at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
        at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
        at com.sun.javaws.Main.launchApp(Unknown Source)
        at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
        at com.sun.javaws.Main.access$000(Unknown Source)
        at com.sun.javaws.Main$1.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
        Suppressed: com.sun.deploy.security.RevocationChecker$StatusUnknownException
            at com.sun.deploy.security.RevocationChecker.checkCRLs(Unknown Source)
            ... 35 more
    Caused by: java.security.cert.CertPathValidatorException: OCSP response error: UNAUTHORIZED
        at sun.security.provider.certpath.OCSP.check(Unknown Source)
        at sun.security.provider.certpath.OCSP.check(Unknown Source)
        at sun.security.provider.certpath.OCSP.check(Unknown Source)
        ... 36 more
    security: Ungültiges Zertifikat vom HTTPS-Server
    network: Cacheeintrag nicht gefunden [URL: https://my-site.de:80, Version: null]

    Add the JSF Jars to the WEB-INF/lib directory of the application. If still getting error add to the CLASSPATH variable in the startWebLogic script in the domain/bin directory.

  • Java Swing application problem in Windows vista

    When we execute the Swing application in windows vista environment.
    The look and feel of the swing components are displayed improperly.
    Do we need to put any specific look and feel for windows vista environment or any specific hardware configuration is required to setup windows vista environment.
    Please give some inputs to solve the problem.
    We have tried with the following sample code to run in windows vista.
    * Vista.java
    * Created on December 5, 2006, 5:39 PM
    public class Vista extends javax.swing.JFrame {
    /** Creates new form Vista */
    public Vista() {
    initComponents();
    pack();
    /** This method is called from within the constructor to
    * initialize the form.
    * WARNING: Do NOT modify this code. The content of this method is
    * always regenerated by the Form Editor.
    // <editor-fold defaultstate="collapsed" desc=" Generated Code ">//GEN-BEGIN:initComponents
    private void initComponents() {
    jButton1 = new javax.swing.JButton();
    jToggleButton1 = new javax.swing.JToggleButton();
    jPanel1 = new javax.swing.JPanel();
    jCheckBox1 = new javax.swing.JCheckBox();
    jScrollPane1 = new javax.swing.JScrollPane();
    jTextArea1 = new javax.swing.JTextArea();
    jTextField1 = new javax.swing.JTextField();
    getContentPane().setLayout(null);
    setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
    jButton1.setText("Button 1");
    getContentPane().add(jButton1);
    jButton1.setBounds(20, 20, 170, 30);
    jToggleButton1.setText("Togle btn");
    getContentPane().add(jToggleButton1);
    jToggleButton1.setBounds(100, 80, 90, 20);
    jPanel1.setLayout(null);
    jCheckBox1.setText("jCheckBox1");
    jCheckBox1.setBorder(javax.swing.BorderFactory.createEmptyBorder(0, 0, 0, 0));
    jCheckBox1.setMargin(new java.awt.Insets(0, 0, 0, 0));
    jPanel1.add(jCheckBox1);
    jCheckBox1.setBounds(10, 40, 130, 13);
    getContentPane().add(jPanel1);
    jPanel1.setBounds(10, 150, 200, 130);
    jTextArea1.setColumns(20);
    jTextArea1.setRows(5);
    jScrollPane1.setViewportView(jTextArea1);
    getContentPane().add(jScrollPane1);
    jScrollPane1.setBounds(210, 150, 164, 94);
    jTextField1.setText("jTextField1");
    getContentPane().add(jTextField1);
    jTextField1.setBounds(240, 30, 140, 30);
    pack();
    }// </editor-fold>//GEN-END:initComponents
    * @param args the command line arguments
    public static void main(String args[]) {
    java.awt.EventQueue.invokeLater(new Runnable() {
    public void run() {
    new Vista().setVisible(true);
    // Variables declaration - do not modify//GEN-BEGIN:variables
    private javax.swing.JButton jButton1;
    private javax.swing.JCheckBox jCheckBox1;
    private javax.swing.JPanel jPanel1;
    private javax.swing.JScrollPane jScrollPane1;
    private javax.swing.JTextArea jTextArea1;
    private javax.swing.JTextField jTextField1;
    private javax.swing.JToggleButton jToggleButton1;
    // End of variables declaration//GEN-END:variables
    }

    When we execute the Swing application in windows
    vista environment.
    The look and feel of the swing components are
    displayed improperly.Improperly means what? You must be aware that Vista's native L&F certainly isn't supported yet.

Maybe you are looking for