elphara77 / eid-applet

Automatically exported from code.google.com/p/eid-applet
Other
0 stars 0 forks source link

IO Exception in applet.class along with Generic Error ,Not able to find root cause and also why its calling applet.class while hitting the applet-service #100

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Using HTTPONLY Cookie and skipSecureConnection false in server throwing the 
IO Exception
2.Using APPLET JAR 1.2.3

What is the expected output? What do you see instead?
Getting the below exception

eID Applet - Copyright (C) 2008-2013 FedICT.
Released under GNU LGPL version 3.0 license.
More info: http://code.google.com/p/eid-applet/
checking applet privileges...
security manager permission check for java 1.6...
checking web application trust...
running privileged code...
eID browser applet version: 1.1.3
Java version: 1.8.0_51
Java vendor: Oracle Corporation
OS: Windows 7
OS version: 6.1
OS arch: x86
Web application URL: 'Dont want to explicit'
Current time: Tue Aug 11 23:24:33 IST 2015
session cookie detected
sending message: HelloMessage
current protocol state: null
protocol state transition: INIT
SSL handshake finish cipher suite: TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
HTTP response code: 500

<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>Technical Error</title>
    <style type="text/css">H1 {
        color: navy
    }</style>
</head>
<body>

<table width="500" border="0">
    <tbody>
    <tr>
        <td colspan="3" width="80%" align="center"><b><font face="Verdana" size="+2"
                                                            color="#15406a">Technical error</font></b>
            <hr>
        </td>
    </tr>
    <tr>
        <td colspan="3" width="560" align="center" height="58"
            valign="top"><br>

            <br>
            <br>
            <button type="submit" name="home" onclick="location.href='overview'">Back to homepage</button>
            <br>
        </td>
    </tr>
    </tbody>
</table>
</body>
</html>

error: error sending message to service. HTTP status code: 500
error type: java.io.IOException
at be.fedict.eid.applet.Controller.sendMessage:193
at be.fedict.eid.applet.Controller.run:249
at be.fedict.eid.applet.Applet$AppletThread$1.run:602
at java.security.AccessController.doPrivileged:-2
at be.fedict.eid.applet.Applet$AppletThread.run:597
at java.lang.Thread.run:-1
Generic Error.
invoking Javascript message callback: MessageCallback

and also

java.io.FileNotFoundException: /applet/be/fedict/eid/applet/Applet.class
    at com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java:601) ~[com.ibm.ws.webcontainer.jar:na]
    at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3994) [com.ibm.ws.webcontainer.jar:na]
    at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:276) [com.ibm.ws.webcontainer.jar:na]
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:945) [com.ibm.ws.webcontainer.jar:na]

While i am pointing to applet-service in e-contract.be its working fine 

Original issue reported on code.google.com by krishnak...@gmail.com on 12 Aug 2015 at 12:40