Problems with signature verification in JDK1.5

Hello to all!
I have the a problem: I am trying to verify the signature with the following code:
    public static boolean verify(String data, String b64sign)
           boolean verified;
            BASE64Decoder dec = new BASE64Decoder();
            byte[] decoded = dec.decodeBuffer(b64sign);
            CertificateFactory factory = CertificateFactory.getInstance("X.509");
            FileInputStream fis = new FileInputStream("c:/cert/test-server.cert");
            X509Certificate cc = (X509Certificate) factory.generateCertificate(fis);
            System.out.println(cc);
            Signature signature = Signature.getInstance("SHA1withRSA");
            signature.initVerify(cc);
            signature.update(data.getBytes());
            verified = signature.verify(decoded);
            return verified;
    }and under jdk 1.5 the result is always FALSE. I've tried different providers, including "BC version 1.34", "SunJSSE version 1.5", "SunRsaSign version 1.5" but result is still the same.
Curiously, that under jdk 1.4.2 all works fine, and signature verifies successfully. When running under jdk 1.4.2 provider used is: "SunJSSE version 1.42".
What am I doing wrong?

data.getBytes() isn't a reliable way of obtaining bytes from a String. Don't pass the data through a String, preserve it as bytes all the way through. Or use a fixed encoding when you do the translation, i.e. the same one that was used in JDK 1.4.2 whatever that was (by default). The default has changed between JDKs before now.

Similar Messages

  • Problem with Signature tab drop down in Outlook for Mac 2011

    I am setting up Outlook 2011 on my mac and have run across a problem with the signatures that I have been unable to resolve.
    I have set up 2 signatures for my two different pop accounts and thought that if I defaulted them to their appropriate account they would automatically be seen in email when I had chosen the corresponding email account. I then discovered that it was not
    possible to do this in Outlook 2011 for Mac.
    So I selected NONE as the defaults for my two signatures, and thought I would be able to manually add the appropriate signature to each email as I compose or reply.  BUT NO!!!! THE PROBLEM LIES BELOW:
    The 2 signatures that I set up are visible in the drop down menu from the signature tab in an email, however they are greyed out and cannot be selected.  I have attempted selecting one of these signatures as the default, and whichever one
    I select dutifully appears when I compose a new email, but when I click on the drop down to change the signature, both are still greyed out.
    So effectively, I only have the option of one signature or none, despite being able to set up multiple signatures in my profile.
    Does anyone know why this is occurring and what the solution is?
    Thanking you in advance.

    Hi,
    Please remove the Signature and re-add it back to check whether the issue persists. We can follow the articles below to create signature in Outlook 2011 for Mac:
    How to create signature or customize it (add picture) in Outlook for Mac 2011
    http://support2.microsoft.com/kb/2455171/en-us
    Add a signature automatically to every message
    http://office.microsoft.com/en-001/mac-outlook-help/add-a-signature-automatically-to-every-message-HA102928243.aspx
    If the new created Signature is still greyed out in your Outlook, please restart the Outlook client in safe mode to confirm if the issue is caused by any third-party add-ins.
    If the issue persists in Outlook safe mode, I suggest you ask a question in Outlook for Mac forum for further troubleshooting:
    http://answers.microsoft.com/en-us/mac/forum/macoutlook?tab=Threads
    Regards,
    Winnie Liang
    TechNet Community Support

  • Problem with Signature formatting

    Hi,
    My company has changed its email signature format. Everyone else is using PCs and they have no issue with format. Im always fighting to get them to use Macs but I cant get the signature to work in mail.
    looks like its too wide and is pushing wider lines into next line. Is there a limit on how wide a signature can be?
    Ive been trying to just cut and paste it into mail signature or via Pages. Perhaps I should create it from scratch to solve the problem.
    Im running Mac OSX 10.6.8 and mail 4.5.
    Many thanks,
    Mike

    Hi Mike,
    Might see if this helps...
    http://allforces.com/2006/04/14/css-signatures/

  • Handler problem with signatures

    I am trying to add a signature to SOAP messages in an Axis handler. The signature is a byte[]. I have tried to convert the byte[] to a string and then add it to the SOAP header, but the verification always fail.
    Does anyone know how to add a byte[] to a SOAP message as an SOAPElement?
    My code here:
    Signing:
    byte[] realSig = rsa.sign();
              //Object sig = org.apache.axis.utils.ArrayUtil.convertArrayToObject(realSig,java.lang.Class.class );
              String sig = new String (realSig);
              String certificate = new String (cert.getEncoded());
              //Object sig = org.apache.axis.utils.ArrayUtil.convertArrayToObject(realSig,java.lang.Class.class );
              SOAPHeaderElement sigElem = new SOAPHeaderElement(XMLUtils
                        .StringToElement(SOAPSECNS, "sig", sig));
              se.addHeader(sigElem);
              SOAPHeaderElement certElem = new SOAPHeaderElement(XMLUtils
                        .StringToElement(SOAPSECNS, "cert", certificate));
              se.addHeader(certElem);
    and verify:
    SOAPMessage sm = ((org.apache.axis.MessageContext) messageC)
                        .getMessage();
              SOAPEnvelope se = (SOAPEnvelope) sm.getSOAPPart().getEnvelope();
              Element soapSignatureElement = (Element) se.getHeader().getElementsByTagNameNS(SOAPSECNS, "sig").item(0);
              System.out.println("sig value: "+soapSignatureElement.getNodeValue());
                                                           // code
              Element certificateElem = (Element) se.getHeader().getElementsByTagNameNS(SOAPSECNS, "cert").item(0);
              if (soapSignatureElement == null) {
                   System.out.println("The message hasn't been signed");
                   return false;
              System.out.println(certificateElem.getNodeValue());
              byte[] sig = certificateElem.getNodeValue().getBytes();
              byte[] cert = soapSignatureElement.getNodeValue().getBytes();
    The signature code is from Sun's tutorial for signature.
    Thanks in advance.
    Message was edited by:
    minto
    Message was edited by:
    minto
    Message was edited by:
    minto

    I am trying to do something similar: create a form in Acrobat X that can be signed by someone using Reader.  I created the digital signature box and enabled the additional features, then sent it to some folks (myself included) to see if we could sign and return it.  When I opened in Reader and clicked into the signature block, it initially said the security settings prevented signatures, but I was actually able to sign it using the Sign tab at the top (had to create a digital signature and everything -- no problem).  Then I submitted the form (emailed it back to myself at work) as an .fdf and exported the data into an Excel spreadsheet, but the Signature "data" field was blank.  The field was there, but there was no sign that it had been signed.  Am I missing something?
         Also, although much less important, what defines the order of the data fields in that Excel file?  I would have thought it was the order shown in edit mode in Acrobat X, but that's not the case.  Any idea?
    Thanks in advance.

  • Problems with Signature Files?

    Running Mac OS X 10.7.5 I recently discovered that some of what I was seeing on one of my signature files did not show up on some of my co-workers Windows OS email systems.  It is true that the signature file was a bit complex, including 4 small .jpeg images and some boldfaced and italicized words, but the part that failed to show up on my co-workers Windows computers wasn't at all special.
    I've known for some time that Mail's signature files can be tricky to format, often putting text in the wrong place when you copy and paste into an existing file; but I've found work-arounds that have remedied that problem.
    Here's some background on why I'm trying to start this discussion:  I use signature files as boilerplate responses to FAQs in my business and also for advertising to existing and targeted future customers.  (I don't spam and my emails are sent one-at-a-time.)
    The situation that drew my attention to the problem of Mail signatures failing to render faithfully on some Windows OS computers was as follows...
    I had contracted with two colleagues for them to become co-authors with me of the 2013 4th edition of my book, Effective Elementary Social Studies.  To my amazement and regret their bios, which looked fine on my Mac and my wife's Mac, didn't even appear on their computers!  I was immediately contacted by one of the co-authors, who wanted to know why I left them off.  My response was, of course, that I didn't leave them off, for him to take another look at the message.  He did and in fact sent the message back to me and sure enough, their bios were missing!

    Hi
    Your unzip is almost certainly a 32bit application compiled without largefile support. You could build it yourself. I just tried (Solaris 10, Studio Express).
    Download from
    http://sourceforge.net/project/showfiles.php?group_id=118012&package_id=128992
    unzip into a build directory, cd to the build directory, cp unix/Makefile ., then edit the Makefile to have
    CF = -O -I. -DUNIX $(LOC) -m64
    LF = -m64 -o unzip
    LF2 = -m64 -s
    then make generic.
    Paul

  • Problem with AIX 5.1 JDK1.4 WLS 8.1.2

    I am getting "No LoginModules configured " after upgrading to WLS 8. My application can work under WLS 7 (AIX and NT) and WLS 8 ( NT only ). I have tried to force my own security policy but it still does not work. Attached with this email are all the related config files.
    When using a sample jaas client, I am able to get my own login module to be loaded. So, I am sure it is not a JDK issue.
    ================================= Start WebLogic Command =================================
    /usr/java14/jre/bin/java -Xms1024m -Xmx1024m -Djava.security.auth.login.config==/usr/java14/jre/lib/security/jaas.config -Xrunoii:filter=/tool/optimizeit/OptimizeitSuiteDemo/filters/WebLogic.oif -Xbootclasspath/a:/tool/optimizeit/OptimizeitSuiteDemo/lib/oibcp.jar -Dweblogic.Name=myserver -Dweblogic.ProductionModeEnabled=false -Djava.security.policy==/usr/java14/jre/lib/security/java.policy -Djava.security.manager weblogic.Server
    ==================================== WebLogic Server Log ==================================
    policy weblogic.Server
    Optimizeit Profiler 5.0 build 030204 Audit System.
    (c) 1997-2002 Borland.
    Port is 1472
    OptimizeIt generic Audit System. [IBM VM detected]
    <Mar 11, 2004 6:13:57 PM GMT+08:00> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Classic VM Version 1.4.1 from IBM Corporation>
    <Mar 11, 2004 6:14:00 PM GMT+08:00> <Info> <Configuration Management> <BEA-150016> <This server is being started as the administration server.>
    <Mar 11, 2004 6:14:00 PM GMT+08:00> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284
    WebLogic XMLX Module 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284 >
    <Mar 11, 2004 6:14:03 PM GMT+08:00> <Notice> <Management> <BEA-140005> <Loading domain configuration from configuration repository at /usr/local/bea812/user_projects/domains/cdmperftest2domain/./config.xml.>
    <Mar 11, 2004 6:14:24 PM GMT+08:00> <Notice> <Log Management> <BEA-170019> <The server log file /usr/local/bea812/user_projects/domains/cdmperftest2domain/myserver/myserver.log is opened. All server side log events will be written to this file.>
    <Mar 11, 2004 6:14:39 PM GMT+08:00> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Mar 11, 2004 6:14:40 PM GMT+08:00> <Notice> <WebLogicServer> <BEA-000327> <Starting WebLogic Admin Server "myserver" for domain "cdmperftest2domain">
    <Mar 11, 2004 6:15:06 PM GMT+08:00> <Warning> <HTTP> <BEA-101296> <Unable to load the default compiler class "com.sun.tools.javac.Main". Using the default javac compiler to compile JSPs.>
    <Mar 11, 2004 6:15:57 PM GMT+08:00> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "myserver" for domain "cdmperftest2domain" running in Development Mode>
    <Mar 11, 2004 6:15:57 PM GMT+08:00> <Notice> <WebLogicServer> <BEA-000355> <Thread "ListenThread.Default" listening on port 7023, ip address *.*>
    <Mar 11, 2004 6:15:57 PM GMT+08:00> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    javax.security.auth.login.LoginException: No LoginModules configured for LoginModule
    at javax.security.auth.login.LoginContext.init(LoginContext.java:210)
    at javax.security.auth.login.LoginContext.<init>(LoginContext.java:425)
    at com.firsttech.common.framework.security.SessionLoginContext.<init>(Unknown Source)
    at com.firsttech.common.framework.security.AuthenticationFilter.doFilter(AuthenticationFilter.java:103)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:28)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6360)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java(Compiled Code))
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java(Compiled Code))
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3650)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2589)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    # @(#)src/security/sov/config/java.security, security, hs141, 20030503 1.6.3.2
    # ===========================================================================
    # Licensed Materials - Property of IBM
    # "Restricted Materials of IBM"
    # IBM SDK, Java(tm) 2 Technology Edition, v1.4.1
    # (C) Copyright IBM Corp. 1998, 2002. All Rights Reserved
    # ===========================================================================
    # This is the "master security properties file".
    # In this file, various security properties are set for use by
    # java.security classes. This is where users can statically register
    # Cryptography Package Providers ("providers" for short). The term
    # "provider" refers to a package or set of packages that supply a
    # concrete implementation of a subset of the cryptography aspects of
    # the Java Security API. A provider may, for example, implement one or
    # more digital signature algorithms or message digest algorithms.
    # Each provider must implement a subclass of the Provider class.
    # To register a provider in this master security properties file,
    # specify the Provider subclass name and priority in the format
    # security.provider.<n>=<className>
    # This declares a provider, and specifies its preference
    # order n. The preference order is the order in which providers are
    # searched for requested algorithms (when no specific provider is
    # requested). The order is 1-based; 1 is the most preferred, followed
    # by 2, and so on.
    # <className> must specify the subclass of the Provider class whose
    # constructor sets the values of various properties that are required
    # for the Java Security API to look up the algorithms or other
    # facilities implemented by the provider.
    # There must be at least one provider specification in java.security.
    # The number 1 is used for the default provider.
    # Note: Statically registered Provider subclasses are instantiated
    # when the system is initialized. Providers can be dynamically
    # registered instead by calls to either the addProvider or
    # insertProviderAt method in the Security class.
    # List of providers and their preference orders (see above):
    security.provider.1=com.ibm.jsse.IBMJSSEProvider
    security.provider.2=com.ibm.crypto.provider.IBMJCE
    security.provider.3=com.ibm.security.jgss.IBMJGSSProvider
    security.provider.4=com.ibm.security.cert.IBMCertPath
    # The entropy gathering device is described as a URL and can
    # also be specified with the property "java.security.egd". For example,
    # -Djava.security.egd=file:/dev/urandom
    # Specifying this property will override the securerandom.source setting.
    # Class to instantiate as the javax.security.auth.login.Configuration
    # provider.
    login.configuration.provider=com.ibm.security.auth.login.ConfigFile
    #login.configuration.provider=
    # Default login configuration file
    login.config.url.1=file:${java.home}/lib/security/jaas.config
    # Class to instantiate as the system Policy. This is the name of the class
    # that will be used as the Policy object.
    policy.provider=sun.security.provider.PolicyFile
    # The default is to have a single system-wide policy file,
    # and a policy file in the user's home directory.
    policy.url.1=file:${java.home}/lib/security/java.policy
    policy.url.2=file:${java.home}/lib/security/java.pol
    policy.url.3=file:///${user.home}/.java.policy
    # whether or not we expand properties in the policy file
    # if this is set to false, properties (${...}) will not be expanded in policy
    # files.
    policy.expandProperties=true
    # whether or not we allow an extra policy to be passed on the command line
    # with -Djava.security.policy=somefile. Comment out this line to disable
    # this feature.
    policy.allowSystemProperty=true
    # whether or not we look into the IdentityScope for trusted Identities
    # when encountering a 1.1 signed JAR file. If the identity is found
    # and is trusted, we grant it AllPermission.
    policy.ignoreIdentityScope=false
    # Default keystore type.
    keystore.type=jks
    # Class to instantiate as the system scope:
    system.scope=sun.security.provider.IdentityDatabase
    # List of comma-separated packages that start with or equal this string
    # will cause a security exception to be thrown when
    # passed to checkPackageAccess unless the
    # corresponding RuntimePermission ("accessClassInPackage."+package) has
    # been granted.
    package.access=sun.
    # List of comma-separated packages that start with or equal this string
    # will cause a security exception to be thrown when
    # passed to checkPackageDefinition unless the
    # corresponding RuntimePermission ("defineClassInPackage."+package) has
    # been granted.
    # by default, no packages are restricted for definition, and none of
    # the class loaders supplied with the JDK call checkPackageDefinition.
    #package.definition=
    # Determines whether this properties file can be appended to
    # or overridden on the command line via -Djava.security.properties
    security.overridePropertiesFile=true
    # Determines the default key and trust manager factory algorithms for
    # the javax.net.ssl package.
    ssl.KeyManagerFactory.algorithm=IbmX509
    ssl.TrustManagerFactory.algorithm=IbmX509
    # Determines the default SSLSocketFactory and SSLServerSocketFactory
    # provider implementations for the javax.net.ssl package. If, due to
    # export and/or import regulations, the providers are not allowed to be
    # replaced, changing these values will produce non-functional
    # SocketFactory or ServerSocketFactory implementations.
    #ssl.SocketFactory.provider=
    #ssl.ServerSocketFactory.provider=
    # The Java-level namelookup cache policy for successful lookups:
    # any negative value: caching forever
    # any positive value: the number of seconds to cache an address for
    # zero: do not cache
    # default value is forever (FOREVER). For security reasons, this
    # caching is made forever when a security manager is set.
    # NOTE: setting this to anything other than the default value can have
    # serious security implications. Do not set it unless
    # you are sure you are not exposed to DNS spoofing attack.
    #networkaddress.cache.ttl=-1
    # The Java-level namelookup cache policy for failed lookups:
    # any negative value: cache forever
    # any positive value: the number of seconds to cache negative lookup results
    # zero: do not cache
    # In some Microsoft Windows networking environments that employ
    # the WINS name service in addition to DNS, name service lookups
    # that fail may take a noticeably long time to return (approx. 5 seconds).
    # For this reason the default caching policy is to maintain these
    # results for 10 seconds.
    networkaddress.cache.negative.ttl=10
    LoginModule {
    com.firsttech.common.framework.security.RdbmsLoginModule required debug=false;
    // @(#)src/security/sov/config/java.policy, security, hs141, 20030503 1.2.3.2
    // ===========================================================================
    // Licensed Materials - Property of IBM
    // "Restricted Materials of IBM"
    // IBM SDK, Java(tm) 2 Technology Edition, v1.4.1
    // (C) Copyright IBM Corp. 1998, 2002. All Rights Reserved
    // ===========================================================================
    // Standard extensions get all permissions by default
    grant codeBase "file:${java.home}/lib/ext/*" {
         permission java.security.AllPermission;
    grant codeBase "file:/*" {
    permission java.security.AllPermission;
    // default permissions granted to all domains
    grant {
         // Allows any thread to stop itself using the java.lang.Thread.stop()
         // method that takes no argument.
         // Note that this permission is granted by default only to remain
         // backwards compatible.
         // It is strongly recommended that you either remove this permission
         // from this policy file or further restrict it to code sources
         // that you specify, because Thread.stop() is potentially unsafe.
         // See "http://java.sun.com/notes" for more information.
         permission java.lang.RuntimePermission "stopThread";
         // allows anyone to listen on un-privileged ports
         permission java.net.SocketPermission "localhost:1024-", "listen";
         // "standard" properies that can be read by anyone
         permission java.util.PropertyPermission "java.version", "read";
         permission java.util.PropertyPermission "java.vendor", "read";
         permission java.util.PropertyPermission "java.vendor.url", "read";
         permission java.util.PropertyPermission "java.class.version", "read";
         permission java.util.PropertyPermission "os.name", "read";
         permission java.util.PropertyPermission "os.version", "read";
         permission java.util.PropertyPermission "os.arch", "read";
         permission java.util.PropertyPermission "file.separator", "read";
         permission java.util.PropertyPermission "path.separator", "read";
         permission java.util.PropertyPermission "line.separator", "read";
         permission java.util.PropertyPermission "java.specification.version", "read";
         permission java.util.PropertyPermission "java.specification.vendor", "read";
         permission java.util.PropertyPermission "java.specification.name", "read";
         permission java.util.PropertyPermission "java.vm.specification.version", "read";
         permission java.util.PropertyPermission "java.vm.specification.vendor", "read";
         permission java.util.PropertyPermission "java.vm.specification.name", "read";
         permission java.util.PropertyPermission "java.vm.version", "read";
         permission java.util.PropertyPermission "java.vm.vendor", "read";
         permission java.util.PropertyPermission "java.vm.name", "read";
    permission java.util.PropertyPermission "weblogic.security.SubjectManager", "read";
    permission java.util.PropertyPermission "AUDIT", "read";
    permission java.util.PropertyPermission "*", "read,write";
    permission java.io.FilePermission "*", "read";
    permission java.security.AllPermission;

    Did you try this:
    http://forum.java.sun.com/thread.jsp?thread=434718&forum=60&message=1964421

  • Problem with signatures ;/

    To the form created in Livecycle I added a signature field. However, the signature works only in LC and Adobre Professional. When I'm trying to add a signature in the Adobe Acrobat Reader, nothing happens. Do you know the solution to this problem?
    Log:
    Signed signatures were found. These signatures were imported without the signature value.
    0 warnings/errors reported.
    In Adobe Acrobat Reader I do not see a "send button",but this button is available when I open form in LC or Adobre Professional.
    ps. I have new version of Adobre Professional

    I am trying to do something similar: create a form in Acrobat X that can be signed by someone using Reader.  I created the digital signature box and enabled the additional features, then sent it to some folks (myself included) to see if we could sign and return it.  When I opened in Reader and clicked into the signature block, it initially said the security settings prevented signatures, but I was actually able to sign it using the Sign tab at the top (had to create a digital signature and everything -- no problem).  Then I submitted the form (emailed it back to myself at work) as an .fdf and exported the data into an Excel spreadsheet, but the Signature "data" field was blank.  The field was there, but there was no sign that it had been signed.  Am I missing something?
         Also, although much less important, what defines the order of the data fields in that Excel file?  I would have thought it was the order shown in edit mode in Acrobat X, but that's not the case.  Any idea?
    Thanks in advance.

  • Problems with Ant when using JDK1.4

    Hi,
    I am currently trying to convince JDeveloper (9.0.3.10.35) to use jdk1.4 for building and executing my project.
    Now, using the IDE for building and execution everything seems to work fine after switching to the new J2SE Version in the project settings.
    Ant, however, refuses to work with the new IDE. It gives an "Error: Unable to execute Ant"
    On the other hand, staying with the default JDK version 1.3.1_02 (coming with JDeveloper) for ant execution results in conflicts of newer class versions (i.e. org.w3c.dom.Node) w.r.t. to <jdev>/lib/xmlparserv2.jar. The error is:
    compile:
    [javac] Compiling 263 source files to C:\Daten\JDeveloper\Projects\IAS39\jdev\classes
    [javac] C:\Daten\JDeveloper\Projects\IAS39\src\hea\accounting\cmd\AbstractCommand.java:20: cannot access org.w3c.dom.Node
    [javac] bad class file: C:\Programme\j2sdk1.4.0\jre\lib\rt.jar(org/w3c/dom/Node.class)
    [javac] class file has wrong version 48.0, should be 47.0
    [javac] Please remove or make sure it appears in the correct subdirectory of the classpath.
    [javac] protected void readKey(Node keyNode){
    [javac] 1 error
    Obviously, I am missing something! Any help is highly appreciated!

    I experienced something similar. I tried to use JDK 1.4.2, I compile the project without errors but, when I try to run the project, which has EJBs, it fails.
    If I do the same using JDK 1.3.1.x, it works fine; but I need 1.4.x.
    The messages are the following:
    Copying default deployment descriptor from archive at J:\JHI\JProyectos\InterfazAlNSI\classes/META-INF/orion-ejb-jar.xml to deployment directory C:\JDev903\jdev\system9.0.3.1035\oc4j-config\application-deployments\current-workspace-app\classes...
    Auto-deploying file:/J:/JHI/JProyectos/InterfazAlNSI/classes/ (No previous deployment found)... CentroPeriferico_StatelessSessionBeanWrapper8.java:6: cannot access java.rmi.NoSuchObjectException
    bad class file: C:\Archivos de programa\Java\j2re1.4.2\lib\rt.jar(java/rmi/NoSuchObjectException.class)
    class file has wrong version 48.0, should be 47.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
    import java.rmi.NoSuchObjectException;
    ^
    1 error
    Error compiling J:\JHI\JProyectos\InterfazAlNSI\classes: Syntax error in source
    Thanks,
    Marcelo.

  • Save problem with signature

    Hi,
      is there any way how to prevent dig. signed form from saving - let imagine situation, where I´m opening pdf on a server, then I want to sign it and then Submit by button and send to a portal. How to handle with this kind of situation?
    thanks, Lukas

    Lukas
    If you use LiveCycle to build your process, you can use Digital Signatures ES2 sign the PDF on the server and route it on to other steps in your process.
    Regards
    Steve

  • RMI Problems with WL 6 and JDK1.3

    I have been working on converting an existing RMI Service- Client
    Application to use Weblogic 6.0. All the rmi services run in an
    external VM seperate from the WL server. This setup works fine with
    plain RMI, I have converted this to WL and JNDI. I get the following
    error after a few connections to the service have been made. It always
    happens.
    <Feb 18, 2001 10:53:39 PM EST> <Error> <ConnectionManager> <Closing:
    'weblogic.r
    jvm.t3.T3JVMConnection@91cee' because of: 'Client received a routed
    message from
    an unknown JVM: '-5623439693736234706C:24.185.83.208''>
    I have taken the Stock Applet example from WL5.1 and it also exhibits
    the same problems. Since there are no examples with RMI and JNDI in
    WL6 maybe I am missing something. I create an initial an IntialContext
    and I can list and see any objects. But I will always wind up getting
    these errors that Peer has shutdown because a message has been
    received from an unknown VM. I have dumped out the info of and the
    message is coming from a "known" VM but the weblogic rmi subsystem
    seems to have lost the information. Any ideas or help would be
    grateful.
    Thanks
    Alex Jeannopoulos

    I have been working on converting an existing RMI Service- Client
    Application to use Weblogic 6.0. All the rmi services run in an
    external VM seperate from the WL server. This setup works fine with
    plain RMI, I have converted this to WL and JNDI. I get the following
    error after a few connections to the service have been made. It always
    happens.
    <Feb 18, 2001 10:53:39 PM EST> <Error> <ConnectionManager> <Closing:
    'weblogic.r
    jvm.t3.T3JVMConnection@91cee' because of: 'Client received a routed
    message from
    an unknown JVM: '-5623439693736234706C:24.185.83.208''>
    I have taken the Stock Applet example from WL5.1 and it also exhibits
    the same problems. Since there are no examples with RMI and JNDI in
    WL6 maybe I am missing something. I create an initial an IntialContext
    and I can list and see any objects. But I will always wind up getting
    these errors that Peer has shutdown because a message has been
    received from an unknown VM. I have dumped out the info of and the
    message is coming from a "known" VM but the weblogic rmi subsystem
    seems to have lost the information. Any ideas or help would be
    grateful.
    Thanks
    Alex Jeannopoulos

  • Problems with "Signatures" in Mail...

    Two separate head scratches here:
    1. First of all, in the pop up window "Choose Signature", it is grayed out saying "none", and won't allow me to select any of the two footers I have created. --- It used to work, but when I recently tried to add a new footer and select it, suddenly I can't get ANY signature to work.
    2. Is it possible to create a small GIF icon for my small business, and make it a footer on all my e-mails? I tried it: first creating the GIF in Photoshop, then dragging it successfully to the Signature window in preferences.... it appeared fine in the window, but would not load (appear on an e-mail).
    It was after this effort that ALL signature functions stopped (#1 above).
    Thanks for any tips here!
    P

    Hi Ernie, I tried this solution but it hasn't worked for me. The 'Choose Signature' field in my Signatures window is greyed out so. The Account into which I dragged the signatures says it has 5 signatures in it but when I start a new email my 'Signature' field consists of 'None'.
    What have I missed. I'm in Mail 3.6 in Leopard.
    Note: I recently had to dump by 'apple.plist' from the library as it totally messed up my Mail which stopped picking up from my Gmail account. I haven't had a signature since.
    Thanks, Carolyn

  • Problems with signatures in email preferences

    I move a bunch signatures from the "all signatures" to my email account (there are 6 different accounts). If I close the program or shut off the computer, I loose al the signatures in my account. I have to open preference again and move them from "all signatures". Can anyone help?

    Hi Ernie, I tried this solution but it hasn't worked for me. The 'Choose Signature' field in my Signatures window is greyed out so. The Account into which I dragged the signatures says it has 5 signatures in it but when I start a new email my 'Signature' field consists of 'None'.
    What have I missed. I'm in Mail 3.6 in Leopard.
    Note: I recently had to dump by 'apple.plist' from the library as it totally messed up my Mail which stopped picking up from my Gmail account. I haven't had a signature since.
    Thanks, Carolyn

  • Problems with signatures and text tools

    When I open forms none of the 'fill and sign' 'comment' tools are available (all grayed out). Others in my office use these forms so it is particular to my software / machine. Any thoughts why these features are turned off / broken. I have completely removed adobe and re installed but it seemed to make little differences. This used to work before my Adobe Pro license expired. Suggestions?

    I wonder where you removed Adobe from, stock exchange? Adobe is a company. It produces many products. Which product do you use: Acrobat/Reader? Which version (including minor)? Which platform/OS? When you say "This used to work before my Adobe Pro license expired" do you mean that you installed a trial version and it expired and now you purchased a license (product key)?
    When you say "When I open forms none of the 'fill and sign' 'comment' tools are available (all grayed out)" are you opening the same PDFs that you successfully tries before or new PDFs?
    If those are new PDFs one reason for this behavior could be that your forms have (visible or invisible) digital signatures. For instance, they have an invisible digital signature if they are Reader-enabled.

  • Problems with entering verification code for iCloud on both mac and iPhone

    Hello Apple, I am a totally blind mac user and wish to use iCloud keychain. I tried to set it up both on my mac and IOS device so that they can sync all of my account information, but have no luck. Every time I want to set up my iCloud, I have issues because it asks me to verify my identity with apple support. When I click the link to the iCloud support page, there is no way I can contact apple directly or fill out forms to verify my account. I would love to use the iCloud keychain to keep track of my accounts. What should I do in this case?
    Any suggestions are welcomed.
    Thank you very much.    

    If you need to contact iCloud support, you can reach them by clicking Get Started here: http://www.apple.com/support/icloud/contact/.

  • HT5577 PROBLEM WITH ID VERIFICATION

    HOW CAN I DOWBLOAD WHATSAPP ON MI APPLE PHONE? MY APPLEW SAYS THAT APPLE ID is not verified what should i do coz i received message saying that it had be verified?

    It means that you did not verify the email account linked to the ID.  You can get a new email to do so by logging into id.apple.com and signing in using Manage Apple ID.  There will be a button to resend the link to your email right on the first page.  Be sure to check your email inbox and click on the link in the email when you get it.
    This is done to confirm that the email works for your receipts and password reset emails.  Once it is verified, you will likely never see the error again

Maybe you are looking for

  • Ipod not being recognise by any computer

    i have a 4GB nano and about a month ago it froze on me and i had to do a Menu and Enter reset to retrieve it.Since then when i try to connect the nano to any computer,a message pops up which tells me that the device has malfunction and it doesnt reco

  • SSO b/w portal and webdynpro application customized login??

    Hi, I  have one webdynpro application which has a login screen (Created as Webdynpro view). If user enters user/passord, the same gets checked from a custom table in the db (Method for checking user credtentials has been written in view controller).

  • Using  Weblogic app environment in Visual Age

    Hi,           I am using Weblogic as my test environment in Visual Age. I am getting alone           well with servlet and beans. But I am having enormous problem with jsp. Does           any body know how to configure weblogic test environment in Vi

  • Adobe Application Manager Stopped working

    I have had the same problem as in many discussions, in which there seems to be few solutions. My AAM stopped working no specific error, I followed the idea of uninstalling all my creative cloud apps and started again only to have the AAM do exactly t

  • 10/5/11

    I just checked iTunes and it says that iPod will check for an update on 10/5/11, does that means iOS 5 will released all the features or just some of it?