WebUtil Jar signing error

Can anyone help me with this error:
keytool error: java.lang.Exception: Key pair not generated, alias <####> already exists

Check whether there is a file named ".keystore". If yes, delete this file and again try to sign the jar file.
Hope it helps u...

Similar Messages

  • WebUtil Solaris jar signing

    Is there a document out there explains signing the webutil jar files on Unix?
    Sandy

    Sandra,
    there steps are the same, except for that the batch file that is shipped with webutil need to be translated into a shwll script. Because the signing happens with the Java jarsigner utility, the commands are the same. You can also sign webutil.jar on Windows and tehn copy the jar files to Unix.
    Frank

  • WebUtil DS Form error

    Hi,
    I am using 10gDS on Windows Server 2003.
    I installed and configured WebUtil changing/adding lines as outlined in well written and documented WebUtil User's guide.
    I am using a Menuform for our Application with Separate_frame =TRUE. I have a pre-logon trigger but I am not calling any WebUtil functions from there.
    I did not have any problem installing WebUtil or compiling the form, but when I run the form in the DS I am getting the following error in the Status line of the OC4J container window:
    Error: java.lang.ExceptionInInitializorError.
    The seprate frame is rendered in a blank white window with the usual splash screen of "OracleAS Forms Services"
    without my Menuform.
    I have double checked my the default.env, formsweb.cfg; orion-web.xml and the registry key FORMS90_BUILDER_CLASSPATH.
    From the above error can anyone tell me where I should concentrate my triple checking ? Or can you give me the solution. I am not a Java person so I do not know where that error is coming from.
    Also, when I go into the layout editor to look at the canvas WEBUTIL_CANVAS, I get an error:
    "FRM-13008 Cannot find JavaBean with name
    'oracle.forms.webutil.ole.oleFunctions.'"
    I am not going to use OLE but would like to get rid of the error.
    Thanks for any help on these topics.
    Suresh

    Frank,
    Thanks for the quick reply.
    Until this week, I was not using WebUtil and the 10gDS Menuform never gave any error at all and was working fine.
    As far as the error stack is concerned, when I opened my Java console, this is what I see. It says access denied, but since I do not know Java how do I fix this access denied problem ?
    Prior to WebUtil install, I had read the Release notes. It mentions something about signing the webutil.jar file.
    I DID NOT DO THAT BECAUSE NOT KNOWING JAVA I THOUGHT I MAY SCREW SOMETHING UP. Shall I go ahead and sign the webutil.jar file as outlined in the Release notes ? Will that fix the problem ?
    Thnaks.
    Suresh
    Oracle JInitiator: Version 1.3.1.17
    Using JRE version 1.3.1.17-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\Administrator.BIGDADDY
    Proxy Configuration: no proxy
    JAR cache enabled
    Location: C:\Documents and Settings\Administrator.BIGDADDY\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0 --------------------------------------------------
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Loading http://bigdaddy:8889/forms90/webutil/webutil.jar from JAR cache Loading http://bigdaddy:8889/forms90/java/f90all_jinit.jar from JAR cache RegisterWebUtil - Loading WebUtil Version 1.0.5 Production proxyHost=null proxyPort=0 connectMode=HTTP, native. Forms Applet version is : 9.0.4.0 java.lang.ExceptionInInitializerError: java.security.AccessControlException: access denied (java.util.PropertyPermission java.home read)      at java.security.AccessControlContext.checkPermission(Unknown Source)      at java.security.AccessController.checkPermission(Unknown Source)      at java.lang.SecurityManager.checkPermission(Unknown Source)      at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)      at java.lang.System.getProperty(Unknown Source) at oracle.forms.webutil.common.VBeanCommon.<clinit>(VBeanCommon.java:130)      at java.lang.Class.forName0(Native Method)      at java.lang.Class.forName(Unknown Source)      at oracle.forms.handler.UICommon.instantiate(Unknown Source)      at oracle.forms.handler.UICommon.onCreate(Unknown Source)      at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)      at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)      at oracle.forms.engine.Runform.processMessage(Unknown Source)      at oracle.forms.engine.Runform.processSet(Unknown Source)      at oracle.forms.engine.Runform.onMessageReal(Unknown Source)      at oracle.forms.engine.Runform.onMessage(Unknown Source)      at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
    at oracle.forms.engine.Runform.startRunform(Unknown Source)      at oracle.forms.engine.Main.createRunform(Unknown Source)      at oracle.forms.engine.Main.start(Unknown Source)      at sun.applet.AppletPanel.run(Unknown Source)      at java.lang.Thread.run(Unknown Source)

  • Webutil wuc-015 error

    Hi,
    I have been trying to run a simple form on OAS (running on 2003 server) to test webutil functions for a few days and it is giving
    the error 'WUC-015 Your form must contain the following bean for this function to be available: oracle.forms.webutil.file.FileFunctions'
    I built and compiled the form as described in the webutil documentation( I have attached webutil.pll and copied the object group to the form as a subclass) after adding the neccessary packages to the schema.
    I set ORACLE_HOME, FORMS90_PATH(pointing to /webutil/forms directory), CLASSPATH(for webutil.jar, rt.jar),WEBUTIL_CONFIG,FORMS90_BUILDER_CLASSPATH in default.env file appropriately.
    I set the virtual directories by adding
         AliasMatch ^/forms90/webutil/(..*) "c:\webutil/lib/$1"
         AliasMatch ^/forms90/f90servletwebutil/(..*) "c:\webutil/lib/$1"     to forms90.cfg
    and
         <virtual-directory virtual-path="/webutil"
              real-path="C:\webutil/lib" />     to orion-web.xml
    I added the following lines to formsweb.cfg file:
         webUtilArchive=/forms90/webutil/webutil.jar,/forms90/webutil/jacob.jar
         baseHTML=c:\webutil\server\webutilbase.htm
         baseHTMLjinitiator=c:\webutil\server\webutiljini.htm
         baseHTMLjpi=c:\webutil\server\webutiljpi.htm
    I also dowloaded jacob.jar and signed both the webutil.jar and the jacob.jar as described in readme.html.
    My forms developer is 9.0.4 and db is 10g. I checked out webutil FAQ but could not solve the problem.
    Can you help, where am I making a mistake?
    Thanks in advance
    Nihal

    Dear Nihal,
    I recommend that you have a look at the following thread
    "wuc-15 form must contain the following bean"
    registered on Jul 30, 2005 2:03 AM by svetlikp
    as it sounds like the same or a similar problem that you discribe.
    Good luck!
    Randy

  • Webutil, FRM 92100 error

    hi,
    i installed webutil, following the installation guide und the appendix. i get everytime the message FRM 92100 "Your connection to the server was interrupted. This may be the result of a network error, or a failure on the server. You will need to reestablish your session."
    the jinitiator log is as follow:
    Loading http://fronhoefer.hohe.de:8888/forms90/java/f90all_jinit.jar from JAR cache
    Loading http://fronhoefer.hohe.de:8888/forms90/webutil/webutil.jar from JAR cache
    RegisterWebUtil - Loading Webutil Version 1.0.2 Beta
    Loading http://fronhoefer.hohe.de:8888/forms90/webutil/jacob.jar from JAR cache
    connectMode=HTTP, native.
    Forms Applet-Version : 902110
    oracle.forms.net.ConnectionException: Forms-Sitzung <3> abgebrochen: Kommunikation mit Runtime-Prozess nicht möglich.
    this means: Forms-Session aborted. Communication with runtime-process not possible.
         at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
         at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
         at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
         at oracle.forms.net.HTTPNStream.flush(Unknown Source)
         at java.io.DataOutputStream.flush(Unknown Source)
         at oracle.forms.net.StreamMessageWriter.run(Unknown Source)

    I have the same problem, but the message is the following:
    Loading http://www.opencard.com:8888/forms90/webutil/webutil.jar from JAR cache
    Loading http://www.opencard.com:8888/forms90/java/f90all_jinit.jar from JAR cache
    RegisterWebUtil - Loading Webutil Version 1.0.2 Beta
    connectMode=HTTP, native.
    La versión del applet Forms es: 902110
    oracle.forms.net.ConnectionException: Se ha abortado la sesión de Forms <9>: No se ha podido establecer comunicación con el proceso de tiempo de ejecución.
         at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
         at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
         at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
         at oracle.forms.net.HTTPNStream.flush(Unknown Source)
         at java.io.DataOutputStream.flush(Unknown Source)
         at oracle.forms.net.StreamMessageWriter.run(Unknown Source)

  • Webutil: WUT-100 error

    Hello,
    I'm getting WebUtil WUT-100 error, thus:
    Loading http://2ua300tw.epcor.ca:8890/forms90/webutil/webutil.jar from JAR cache
    Loading http://2ua300tw.epcor.ca:8890/forms90/java/f90all_jinit.jar from JAR cache
    RegisterWebUtil - Loading Webutil Version 1.0.2 Beta
    Loading http://2ua300tw.epcor.ca:8890/forms90/webutil/jacob.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 9.0.4.0
    2004-Aug-03 11:47:02.826 ERROR>WUT-100 [FileTransfer.defineFile()] Bad file information string: |0|S|Y|File Upload|Loading . Please wait...
    I've checked the discussion forum, but I couldn't find any discussion relating to this error. Does anyone know how to resolve this problem?
    Thanks,
    gk

    Harm,
    I get the same error here, but my file is not being uploaded.
    You need to provide a string to the progressSubtitle parameter of the client_to_as_with_progress function, not only ''.
    This works for me.
    HTH
    Gerald

  • Webstart signing error

    hi
    I have deployed an ADF Swing application using Java Webstart in jdeveloper 10.1.3.3.0 and oracle version 10g.
    But when i run the application through HTML and it finish the download i get the following message error:
    JNLPException[category: Error de seguridad : Exception: null : LaunchDesc:
    <jnlp spec="1.0" codebase="http://192.168.100.125:8988/Application1-Model-context-root/">
      <information>
        <title>Editor de Par�metros</title>
        <vendor>Vendor</vendor>
        <homepage href="null"/>
        <description>My ADF Swing Project</description>
      </information>
      <security>
        <all-permissions/>
      </security>
      <update check="timeout" policy="always"/>
      <resources>
        <java version="1.3+"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/adfmtl.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/adftags.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/adfui.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/bc4jdatum.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/bc4jhtml.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/bc4jimjui.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/bc4jtester.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/bc4jui.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/bc4juixtags.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/datatags.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/graphtags.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/adfbinding.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/adfm.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/adfmweb.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/adfs-jazn.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/adfshare.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/bc4jct.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/bc4jdomorcl.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/bc4jimdomains.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/bc4jmt.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/collections.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfc/lib/adf-controller.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/custComps.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/jaxb-api.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/jaxb-impl.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/jaxb-libs.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/namespace.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/oracle.extapp.runtime.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/orai18n.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/portlet-client-adf.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/portlet-client-core.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/portlet-client-mbean.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/portlet-client-mds.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/portlet-client-web.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/portlet-client-wsrp.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/tidy.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/wce.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/wsrp-jaxb.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/wsrp-stubs.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/wsrp-types.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/afc/lib/afc.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/diagnostics/lib/ojdl.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/j2ee/home/jazn.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/j2ee/home/jazncore.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/j2ee/home/jsp/lib/taglib/ojsputil.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/j2ee/home/lib/oc4j-internal.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/j2ee/home/lib/ojsp.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/j2ee/home/lib/servlet.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jakarta-taglibs/commons-beanutils-1.6.1/commons-beanutils.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jakarta-taglibs/commons-collections-2.1/commons-collections.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jakarta-taglibs/commons-digester-1.5/commons-digester.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jakarta-taglibs/commons-logging-1.0.3/commons-logging-api.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jakarta-taglibs/commons-logging-1.0.3/commons-logging.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jakarta-taglibs/jstl-1.1/lib/jstl.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jakarta-taglibs/jstl-1.1/lib/standard.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/javacache/lib/cache.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jdbc/lib/ocrs12.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jdbc/lib/ojdbc14dms.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jdbc/lib/orai18n.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jdev/extensions/oracle.jdeveloper.jgoodies.1.0.4/forms-1.0.4.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jdev/lib/jdev-rt.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jdev/lib/ojc.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/LW_PfjBean.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/adf-faces-api.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/adf-faces-impl.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/backport-util-concurrent.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/bigraphbean.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/commons-el.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/jdev-cm.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/jewt4.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/jsp-el-api.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/ojmisc.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/oracle-el.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/oracle_ice.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/share.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jsf-ri/jsf-api.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jsf-ri/jsf-impl.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/lib/dms.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/lib/xmlparserv2.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/ord/jlib/ordim.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/sqlj/lib/runtime12.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/toplink/jlib/antlr.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/toplink/jlib/toplink-oc4j.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/toplink/jlib/toplink.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/wireless/lib/industrial-adf-faces-api.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/wireless/lib/industrial-adf-faces-impl.jar" download="eager" main="false"/>
      </resources>
      <component-desc/>
    </jnlp> ]
         at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(Unknown Source)
         at com.sun.javaws.LaunchDownload.checkSignedResources(Unknown Source)
         at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
         at com.sun.javaws.Launcher.launch(Unknown Source)
         at com.sun.javaws.Main.launchApp(Unknown Source)
         at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
         at com.sun.javaws.Main$1.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    I can understand that the error raises because some jarfiles are not signed, but i think i signed it correctly by running ctbuild.xml over "Apache ant". This is my ctbuild.xml file:
    <project name="myproject" basedir="." default="sign">
    <!--properties related to signing-->
    <property name="alias" value="ADFKey"/>
    <property name="storepass" value="Davidp1"/>
    <property name="ct.proj.dir" value="/C:/jdevstudio10133/jdev/mywork/Application1/Model"/>
    <property name="mt.proj.dir" value="/C:/jdevstudio10133/jdev/mywork/Application1/Model"/>
    <!--classes dir for mt and ct-->
    <property name="ct.classes.dir" value="${ct.proj.dir}/classes"/>
    <property name="mt.classes.dir" value="${mt.proj.dir}/classes"/>
    <!-- jar names for the client and middle tier classes-->
    <property name="ct.jar.name" value="${ct.proj.dir}/public_html/client.jar"/>
    <property name="mt.jar.name" value="${ct.proj.dir}/public_html/mymt.zip"/>
    <property name="adf.jars.root" value="${ct.proj.dir}/public_html/adfjars"/>
    <property name="adf.jars.signed.marker.file" value="${adf.jars.root}/adfjars_signed.tmp"/>
    <property name="oracle.home" value="C:\jdevstudio10133\"/>
    <target name="init">
    <mkdir dir="${adf.jars.root}"/>
    </target>
    <target name="copy-adf-jars">
    <copy todir="${adf.jars.root}">
    <fileset dir="${oracle.home}">
    <include name="BC4J/jlib/adfmtl.jar"/>
    <include name="BC4J/jlib/adftags.jar"/>
    <include name="BC4J/jlib/adfui.jar"/>
    <include name="BC4J/jlib/bc4jdatum.jar"/>
    <include name="BC4J/jlib/bc4jhtml.jar"/>
    <include name="BC4J/jlib/bc4jimjui.jar"/>
    <include name="BC4J/jlib/bc4jtester.jar"/>
    <include name="BC4J/jlib/bc4jui.jar"/>
    <include name="BC4J/jlib/bc4juixtags.jar"/>
    <include name="BC4J/jlib/datatags.jar"/>
    <include name="BC4J/jlib/graphtags.jar"/>
    <include name="BC4J/lib/adfbinding.jar"/>
    <include name="BC4J/lib/adfm.jar"/>
    <include name="BC4J/lib/adfmweb.jar"/>
    <include name="BC4J/lib/adfs-jazn.jar"/>
    <include name="BC4J/lib/adfshare.jar"/>
    <include name="BC4J/lib/bc4jct.jar"/>
    <include name="BC4J/lib/bc4jdomorcl.jar"/>
    <include name="BC4J/lib/bc4jimdomains.jar"/>
    <include name="BC4J/lib/bc4jmt.jar"/>
    <include name="BC4J/lib/collections.jar"/>
    <include name="adfc/lib/adf-controller.jar"/>
    <include name="adfp/lib/custComps.jar"/>
    <include name="adfp/lib/jaxb-api.jar"/>
    <include name="adfp/lib/jaxb-impl.jar"/>
    <include name="adfp/lib/jaxb-libs.jar"/>
    <include name="adfp/lib/namespace.jar"/>
    <include name="adfp/lib/oracle.extapp.runtime.jar"/>
    <include name="adfp/lib/orai18n.jar"/>
    <include name="adfp/lib/portlet-client-adf.jar"/>
    <include name="adfp/lib/portlet-client-core.jar"/>
    <include name="adfp/lib/portlet-client-mbean.jar"/>
    <include name="adfp/lib/portlet-client-mds.jar"/>
    <include name="adfp/lib/portlet-client-web.jar"/>
    <include name="adfp/lib/portlet-client-wsrp.jar"/>
    <include name="adfp/lib/tidy.jar"/>
    <include name="adfp/lib/wce.jar"/>
    <include name="adfp/lib/wsrp-jaxb.jar"/>
    <include name="adfp/lib/wsrp-stubs.jar"/>
    <include name="adfp/lib/wsrp-types.jar"/>
    <include name="afc/lib/afc.jar"/>
    <include name="diagnostics/lib/ojdl.jar"/>
    <include name="j2ee/home/jazn.jar"/>
    <include name="j2ee/home/jazncore.jar"/>
    <include name="j2ee/home/jsp/lib/taglib/ojsputil.jar"/>
    <include name="j2ee/home/lib/oc4j-internal.jar"/>
    <include name="j2ee/home/lib/ojsp.jar"/>
    <include name="j2ee/home/lib/servlet.jar"/>
    <include name="jakarta-taglibs/commons-beanutils-1.6.1/commons-beanutils.jar"/>
    <include name="jakarta-taglibs/commons-collections-2.1/commons-collections.jar"/>
    <include name="jakarta-taglibs/commons-digester-1.5/commons-digester.jar"/>
    <include name="jakarta-taglibs/commons-logging-1.0.3/commons-logging-api.jar"/>
    <include name="jakarta-taglibs/commons-logging-1.0.3/commons-logging.jar"/>
    <include name="jakarta-taglibs/jstl-1.1/lib/jstl.jar"/>
    <include name="jakarta-taglibs/jstl-1.1/lib/standard.jar"/>
    <include name="javacache/lib/cache.jar"/>
    <include name="jdbc/lib/ocrs12.jar"/>
    <include name="jdbc/lib/ojdbc14dms.jar"/>
    <include name="jdbc/lib/orai18n.jar"/>
    <include name="jdev/extensions/oracle.jdeveloper.jgoodies.1.0.4/forms-1.0.4.jar"/>
    <include name="jdev/lib/jdev-rt.jar"/>
    <include name="jdev/lib/ojc.jar"/>
    <include name="jlib/LW_PfjBean.jar"/>
    <include name="jlib/adf-faces-api.jar"/>
    <include name="jlib/adf-faces-impl.jar"/>
    <include name="jlib/backport-util-concurrent.jar"/>
    <include name="jlib/bigraphbean.jar"/>
    <include name="jlib/commons-el.jar"/>
    <include name="jlib/jdev-cm.jar"/>
    <include name="jlib/jewt4.jar"/>
    <include name="jlib/jsp-el-api.jar"/>
    <include name="jlib/ojmisc.jar"/>
    <include name="jlib/oracle-el.jar"/>
    <include name="jlib/oracle_ice.jar"/>
    <include name="jlib/share.jar"/>
    <include name="jsf-ri/jsf-api.jar"/>
    <include name="jsf-ri/jsf-impl.jar"/>
    <include name="lib/dms.jar"/>
    <include name="lib/xmlparserv2.jar"/>
    <include name="ord/jlib/ordim.jar"/>
    <include name="sqlj/lib/runtime12.jar"/>
    <include name="toplink/jlib/antlr.jar"/>
    <include name="toplink/jlib/toplink-oc4j.jar"/>
    <include name="toplink/jlib/toplink.jar"/>
    <include name="wireless/lib/industrial-adf-faces-api.jar"/>
    <include name="wireless/lib/industrial-adf-faces-impl.jar"/>
    </fileset>
    </copy>
    </target>
    <target name="sign" depends="sign-adf-jars, sign-project-jars"/>
    <target name="sign-adf-jars" depends="init, copy-adf-jars" unless="was.adf.jars.signed">
    <touch file="${adf.jars.signed.marker.file}"/>
    <signjar alias="${alias}" storepass="${storepass}">
    <fileset dir="${adf.jars.root}">
    <include name="**/*.jar"/>
    <include name="**/*.zip"/>
    </fileset>
    </signjar>
    </target>
    <available property="was.adf.jars.signed" file="${adf.jars.signed.marker.file}"/>
    <target name="sign-project-jars" depends="create-project-jars">
    <signjar jar="${mt.jar.name}" alias="${alias}" storepass="${storepass}"/>
    <signjar jar="${ct.jar.name}" alias="${alias}" storepass="${storepass}"/>
    </target>
    <target name="create-project-jars">
    <jar destfile="${ct.jar.name}">
    <fileset dir="${ct.classes.dir}">
    <patternset>
    <exclude name=".jsps/**/*"/>
    <exclude name="connections.xml"/>
    </patternset>
    </fileset>
    </jar>
    <jar destfile="${mt.jar.name}">
    <fileset dir="${mt.classes.dir}">
    <patternset>
    <exclude name="connections.xml"/>
    <include name="**/*"/>
    </patternset>
    </fileset>
    </jar>
    </target>
    <target name="clean">
    <delete file="${mt.jar.name}"/>
    <delete file="${ct.jar.name}"/>
    <delete file="${adf.jars.signed.marker.file}"/>
    <delete dir="${adf.jars.root}"/>
    </target>
    </project>
    Sorry if i have exceed with the size of my post.
    Could anybody help me? Thanks

    Hi,
    I understand that users have an affinity to use Ant directly. However, last time I ran this environment I did run the Ant script from JDeveloper (right mouse context). So you may try JDeveloper 10.1.3.3 for this
    Frank

  • Webutil.jar and jacob.jar in same archive ?

    Hi,
    When a user connects for the first time to a webutil configured Forms application, 2 popups show up and ask to accept the X509 certificate (because webutil.jar and jacob.jar are signed).
    Our customer wants to know if it's possible to show only one popup (to reduce enduser hassle).
    How can we do it ?
    Is it possible to package webutil and jacob in the same single archive, sign this archive and so have only one popup ?? Any other ideas ?
    Regards

    It's not impossible to find a solution, but then you are miles away from any support from the oracle hotline.
    Don't do that
    Gerd
    PS: Are your users inhouse. Is it possible, that you deploy the jar's via a Software Management System? That may help in this case

  • Where is oracle/forms/Ui/VBean in webutil.jar?

    Hi All, I tried implementing Webutil for migrating OLE for opening a word document using Oracle 9iDS (with PatchSet 3) on Windows2000 platform. I have tried various combinations of classpath settings and fiddled with the default.env and formsweb.cfg and server environment settings. I am getting the error:
    Importing Class oracle.forms.webutil.ole.OleFunctions...
    Exception occurred: java.lang.NoClassDefFoundError: oracle/forms/ui/VBean
    I find there is no VBean or ui directory in the webutil.jar. Can anyone please let me know how this has been solved in respect of classes which are using this file.

    Thanks, I am able to setup webutil.
    Now I have other problem in context of migrating OLE functionality using Webutil. I have an OLE Container item 'OLE_FIELD' in block 'Blk_name' which contains a word document. 'OLE_FIELD' corresponds to a long raw column in the table . I want to put the contents of this into a newly created word document and run a macro on this document. This was done using Forms_Ole.Activiate_Server, Forms_Ole.Execute_verb earlier. Can someone let me know how this is achieved in 9iDS using Webutil since 9iDS does not support the ole container? I am sending the code as it was in earlier version of Forms.
    Declare
    arglist OLE2.LIST_TYPE;
    application OLE2.OBJ_TYPE;
    BEGIN
    FORMS_OLE.ACTIVATE_SERVER('Blk_name.OLE_FIELD');
    application := OLE2.CREATE_OBJ('Word.Application.8');
    -- Open the embedded document for editing
    FORMS_OLE.EXEC_VERB('Blk_name.OLE_FIELD',1);
    -- Run Macro for document
    arglist := OLE2.CREATE_ARGLIST;
    OLE2.ADD_ARG(arglist, 'MACRO_NAME.MAIN');
    OLE2.INVOKE(application, 'Run', arglist);
    OLE2.DESTROY_ARGLIST(arglist);
    OLE2.INVOKE(application, 'Quit');
    -- Close Word
    FORMS_OLE.CLOSE_SERVER('Blk_name.OLE_FIELD');
    -- Release the OLE object
    OLE2.RELEASE_OBJ(application);
    END;
    Thanks in advance,
    Ravi

  • JApplet jar signing

    Hi,
    My requirement is to bring a set of files from the server to the client thru JApplet..
    (Japplet,jdk1.3,weblogic,jre1.3) is the environment.
    I know that the jar file has to signed etc.. but is there any way by which i can accomplish this
    without jar signing..
    If it is not possible, is there any way to test the jar signing (any trial version etc).I just want to
    test it before buying the Verisign etc..
    Could any one help me on this...
    Thanks

    Can we customize sign_webutil.bat to do this?Yes, you can. Only be careful to webutil password

  • ADF Mobile: Code Signing Error Workaround

    Hi, everyone:
    If you are doing ADF Mobile development, and you need to deploy the application to an iOS device, you would need to compile/deploy the app with iOS App Certificates and Provisioning Profile. This means you would need to "Deploy to Package" or "Deploy to iTunes" during deployment, and configure JDeveloper with the proper certificates/profiles. In some instances (exact combination is still not clear), deploy and signing the application to generate the ipa file may fail with similar error message at the end of the deployment log:
    [01:04:45 PM] Deployment failed due to one or more errors returned by '/usr/bin/xcrun'. The following is a summary of the returned error(s): Command-line execution failed (Return code: 1) error: /usr/bin/codesign force preserve-metadata=identifier,entitlements,resource-rules sign iPhone Distribution: Oracle Corporation resource-rules=/var/folders/x7/21sjrpx13qj9tq20z14s3j_w0000gn/T/tkROhP11qU/Payload/HelloWorld.app/ResourceRules.plist --entitlements /var/folders/x7/21sjrpx13qj9tq20z14s3j_w0000gn/T/tkROhP11qU/entitlements_plistEINPBkIG /var/folders/x7/21sjrpx13qj9tq20z14s3j_w0000gn/T/tkROhP11qU/Payload/HelloWorld.app failed with error 1. Output: /var/folders/x7/21sjrpx13qj9tq20z14s3j_w0000gn/T/tkROhP11qU/Payload/HelloWorld.app: replacing existing signature Program /usr/bin/codesign returned 1 : [/var/folders/x7/21sjrpx13qj9tq20z14s3j_w0000gn/T/tkROhP11qU/Payload/HelloWorld.app: replacing existing signature 
    This issue is a known issue and is not related to ADF Mobile. The workaround is discussed in this article:
    http://stackoverflow.com/questions/7425840/that-codesign-returned-1-object-ifile-format-invalid-or-unsuitable-problem-aga
    This article refers to the old location of Xcode, so you would need to adjust the paths accordingly. The path for Xcode 4.3 and above would be like:
    /Applications/Xcode.app/Contents//Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/PackageApplication to this script file.
    To modify it, you probably can’t use TextEdit. I end up opening a terminal session, changed the file permission, and used vi to update it.
    This fixed the issue I was having.
    Hope this is helpful - please drop a reply if you encountered the same issue.
    Thanks,
    Joe Huang

    I ran the entire code and the output is:
    [02:40:18 PM] Updating iOS profile dependencies with FAR profiles created from application projects...
    [02:40:18 PM] ---- Deployment started. ----
    [02:40:18 PM] Target platform is (iOS).
    [02:40:18 PM] Beginning deployment of ADF Mobile application 'Application1' to iOS using profile 'IOS_MOBILE_Application1'.
    [02:40:18 PM] Command-line executed: [Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/xcodebuild, -version]
    [02:40:18 PM] Command-line execution succeeded.
    [02:40:18 PM] Running dependency analysis...
    [02:40:18 PM] Building...
    [02:40:18 PM] Deploying 3 profiles...
    [02:40:18 PM] Wrote Archive Module to /java/development/JDev11gBuild6276.1Sandpit/Application1/ApplicationController/deploy/ApplicationController.jar
    [02:40:18 PM] WARNING: No Resource Catalog enabled ADF components found to package
    [02:40:18 PM] Wrote Archive Module to /java/development/JDev11gBuild6276.1Sandpit/Application1/ViewController/deploy/ViewController.jar
    [02:40:18 PM] Verifying Application Controller project exists...
    [02:40:18 PM] Verifying application dependencies...
    [02:40:18 PM] Validating application XML files...
    [02:40:18 PM] Validating XML files in project ApplicationController...
    [02:40:18 PM] Validating XML files in project ViewController...
    [02:40:18 PM] Copying common javascript files...
    [02:40:21 PM] Copying FARs to the ADF Mobile Framework application...
    [02:40:21 PM] Copying FAR from source: ViewController...
    [02:40:21 PM] Copying FAR from source: ApplicationController...
    [02:40:21 PM] Deploying skinning files...
    [02:40:21 PM] Copying the CVM SDK files built for the ARM processor...
    [02:40:21 PM] Copying the CVM JDK files built for the ARM processor...
    [02:40:21 PM] Command-line executed: [cp, -R, -p, /java/jdeveloper/JDev11gBuild6276.1/jdeveloper/jdev/extensions/oracle.adf.mobile/iOS/jvmti/arm/, /java/development/JDev11gBuild6276.1Sandpit/Application1/deploy/IOS_MOBILE_Application1/temporary_xcode_project/lib]
    [02:40:21 PM] Command-line execution succeeded.
    [02:40:21 PM] Command-line executed: [cp, -R, -p, /java/jdeveloper/JDev11gBuild6276.1/jdeveloper/jdev/extensions/oracle.adf.mobile/iOS/jvmti/jar/, /java/development/JDev11gBuild6276.1Sandpit/Application1/deploy/IOS_MOBILE_Application1/temporary_xcode_project/lib]
    [02:40:21 PM] Command-line execution succeeded.
    [02:40:21 PM] Copying security related files to the ADF Mobile Framework application...
    [02:40:22 PM] Command-line executed from path: /java/development/JDev11gBuild6276.1Sandpit/Application1/deploy/IOS_MOBILE_Application1/temporary_xcode_project/
    [02:40:22 PM] Command-line executed: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/xcodebuild clean install -configuration Debug -sdk iphoneos DSTROOT=/java/development/JDev11gBuild6276.1Sandpit/Application1/deploy/IOS_MOBILE_Application1/Destination_Root/ ARCHS=armv7 VALID_ARCHS=armv7 ONLY_ACTIVE_ARCHS=NO CODE_SIGN_IDENTITY=iPhone Developer: Eddie V Phan (QV69QS58FK) IPHONEOS_DEPLOYMENT_TARGET=5.0 TARGETED_DEVICE_FAMILY=1,2 PRODUCT_NAME=Application1 ADD_SETTINGS_BUNDLE=NO
    [02:40:30 PM] ld: warning: PIE disabled. Absolute addressing (perhaps -mdynamic-no-pic) not allowed in code signed PIE, but used in CVMmemoryBarrier from Frameworks/OracleCVM.sdk/libcvmadf_arm_debug.a(atomic_arm.o). To fix this warning, don't compile with -mdynamic-no-pic or link with -Wl,-no_pie
    [02:40:30 PM] Command-line execution succeeded.
    [02:40:30 PM] Command-line executed from path: /java/development/JDev11gBuild6276.1Sandpit/Application1/deploy/IOS_MOBILE_Application1/Destination_Root/Oracle_ADFmc_Container_Application/device/
    [02:40:30 PM] Command-line executed: /usr/bin/xcrun -sdk iphoneos PackageApplication -v /java/development/JDev11gBuild6276.1Sandpit/Application1/deploy/IOS_MOBILE_Application1/Destination_Root/Applications/Application1.app -o /java/development/JDev11gBuild6276.1Sandpit/Application1/deploy/IOS_MOBILE_Application1/Destination_Root/Oracle_ADFmc_Container_Application/device/Application1.ipa sign iPhone Developer: Eddie V Phan (QV69QS58FK) embed /developement/iOS_Provisioning_Profile/devTest.mobileprovision
    [02:40:31 PM] error: /usr/bin/codesign force preserve-metadata=identifier,entitlements,resource-rules sign iPhone Developer: Eddie V Phan (QV69QS58FK) resource-rules=/var/folders/zm/pnmpplxs2rb7_n29ltfkvpzc0000gn/T/YPzy7_Hf6L/Payload/Application1.app/ResourceRules.plist /var/folders/zm/pnmpplxs2rb7_n29ltfkvpzc0000gn/T/YPzy7_Hf6L/Payload/Application1.app failed with error 1. Output: /var/folders/zm/pnmpplxs2rb7_n29ltfkvpzc0000gn/T/YPzy7_Hf6L/Payload/Application1.app: replacing existing signature
    [02:40:31 PM] Program /usr/bin/codesign returned 1 : [/var/folders/zm/pnmpplxs2rb7_n29ltfkvpzc0000gn/T/YPzy7_Hf6L/Payload/Application1.app: replacing existing signature
    [02:40:31 PM] Command-line execution failed (Return code: 1)
    [02:40:31 PM] Deployment cancelled.
    [02:40:31 PM] ---- Deployment incomplete ----.
    [02:40:31 PM] Failed to package the XCode application.
    [02:40:31 PM] Failed to build the iOS application bundle.
    [02:40:31 PM] Deployment failed due to one or more errors returned by '/usr/bin/xcrun'. The following is a summary of the returned error(s):
    Command-line execution failed (Return code: 1)
    error: /usr/bin/codesign force preserve-metadata=identifier,entitlements,resource-rules sign iPhone Developer: Eddie V Phan (QV69QS58FK) resource-rules=/var/folders/zm/pnmpplxs2rb7_n29ltfkvpzc0000gn/T/YPzy7_Hf6L/Payload/Application1.app/ResourceRules.plist /var/folders/zm/pnmpplxs2rb7_n29ltfkvpzc0000gn/T/YPzy7_Hf6L/Payload/Application1.app failed with error 1. Output: /var/folders/zm/pnmpplxs2rb7_n29ltfkvpzc0000gn/T/YPzy7_Hf6L/Payload/Application1.app: replacing existing signature
    Program /usr/bin/codesign returned 1 : [/var/folders/zm/pnmpplxs2rb7_n29ltfkvpzc0000gn/T/YPzy7_Hf6L/Payload/Application1.app: replacing existing signature
    What do you mean by "the "-sign" parameter values look dubious (besides your name :-P), how can it interpret those spaces?"
    The sign parameter that i'm using is from the KeyChain app, so i'm assuming in the preferences where it asks for the Certificate, that its asking for the certificate name in KeyChain? When trying to escape the spaces in the Preferences menu, it complains that the certificate names do not match.. Or am i meant to be using another parameter here..?
    [02:34:07 PM] Command-line executed from path: /java/development/JDev11gBuild6276.1Sandpit/Application1/deploy/IOS_MOBILE_Application1/temporary_xcode_project/
    [02:34:07 PM] Command-line executed: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/xcodebuild clean install -configuration Debug -sdk iphoneos DSTROOT=/java/development/JDev11gBuild6276.1Sandpit/Application1/deploy/IOS_MOBILE_Application1/Destination_Root/ ARCHS=armv7 VALID_ARCHS=armv7 ONLY_ACTIVE_ARCHS=NO CODE_SIGN_IDENTITY=iPhone\ Developer:\ Eddie\ V\ Phan\ \(QV69QS58FK\) IPHONEOS_DEPLOYMENT_TARGET=5.0 TARGETED_DEVICE_FAMILY=1,2 PRODUCT_NAME=Application1 ADD_SETTINGS_BUNDLE=NO
    [02:34:09 PM] [BEROR]Code Sign error: The identity 'iPhone\ Developer:\ Eddie\ V\ Phan\ \(QV69QS58FK\)' doesn't match any valid, non-expired certificate/private key pair in your keychains
    [02:34:09 PM] Code Sign error: The identity 'iPhone\ Developer:\ Eddie\ V\ Phan\ \(QV69QS58FK\)' doesn't match any valid, non-expired certificate/private key pair in your keychains
    [02:34:09 PM] Command-line execution failed (Return code: 65)
    [02:34:09 PM] Deployment cancelled.
    [02:34:09 PM] ---- Deployment incomplete ----.
    [02:34:09 PM] Failed to build the iOS application bundle.
    [02:34:09 PM] Deployment failed due to one or more errors returned by '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/xcodebuild'. The following is a summary of the returned error(s):
    Command-line execution failed (Return code: 65)
    [BEROR]Code Sign error: The identity 'iPhone\ Developer:\ Eddie\ V\ Phan\ \(QV69QS58FK\)' doesn't match any valid, non-expired certificate/private key pair in your keychains
    Code Sign error: The identity 'iPhone\ Developer:\ Eddie\ V\ Phan\ \(QV69QS58FK\)' doesn't match any valid, non-expired certificate/private key pair in your keychains

  • WUT-123: The webutil.jar file cannot be found...

    Hello,
    I am having a problem using webutil to upload to a 9iAS using a mapped network drive. Here's the set up:
    MachineA
    9iAS
    Windows2000
    I simply mapped the drive (X:) to a folder on MachineA's
    local drive (d:\folder). I can upload files fine to the directory on the local drive (d:\folder). But if I try to upload to the mapped x:\, I get the error (from the webutil.log):
    "WUT-123: The webutil.jar file cannot be found on the Appliciation Server Classpath - Some file transfer functions will not work. x:\attach\VISIBLE-149.TXT java.io.FileNotFoundException: x:\attach\VISIBLE-149.TXT (The system cannot find the path specified)"
    I have no problems with uploading files if I upload to MachineA's local drive (d:\folder).
    When I was initially testing this out on 9iDS, this was working. Here's the set up:
    MachineB
    9iDS
    WindowsNT
    The 9iDS was on a different machine running WindowsNT and I had mapped X: to the same folder on MachineA. I could upload to the mapped drive without any problems.
    In both cases, I used the same client machine to test out uploading files.
    Any suggestions?
    Sandy

    I think that the opmn process starts with the credentials of the user who installed it (Local System) and not the credentials of the current user which launches it.
    I remember that when I tried to switch the user of the opmn service(from local system to a network user which is also a local admin) in the Windows services control panel,the OHS hasn't started at all.
    If you try to launch it from a DOS cmd window,then,you may try to map the hard drive in the dos command prompt,the service should know the drive name from this local context.
    If it works,can you ,please, post here,so we can all know the way?
    Thanks,
    Sandu

  • Jars signed with revoked certificate

    Hello,
    I have a situation here where i have jars and wars which were signed using jarsigner. The certificate used to sign the jars is now revoked.
    When java runtime loads these jars, it does not throw any errors/exceptions. Is it the right behavior ?
    Is there any way by which I can configure java runtime to contact the CRL and to throw an error while the jar is loaded. The certificate has information
    about CRL distribution point and also has authorityinfo access details. I tried configuring OCSP in java.security file. But still no luck.
    Any information on this will be helpful.
    Thanks in advance

    Hello EJP,
    Thanks for replying.
    Yes the certificate was valid when the jar was signed. Please note that, there was no timestamp put in the signature.
    So now after the certificate has been revoked, if Java runtime tries to load that jar, isn't it the responsibility of Java runtime to make use of the CRL/OCSP information
    of the public key certificate (present in the jar put by the jarsigner when signing) and validate it for revocation ? (Also, in this scenario, what happens if OCSP is enabled in java.security ?) -OR--- Is it the responsibility of the code that makes use of the jar, to verify whether the certificate used for jar signing has been revoked or not ?
    PS:- I have enabled the security settings in java control panel for certificate revocation checking.
    Please let me know if I am wrong or if I am missing something.
    Also i noticed something with jarsigner. In a signed jar, If i delete a few files and then verify its signature using jarsigner, "jar verified" is returned as result. Isn't the jar tampered when I delete a few files from it ? and hence the Hash of its data changes ? and hence verification should fail ?
    One more question, in case of signed applets, if the certificate is revoked, as soon as the browser tries loading the applet, it throws an error saying certificate that was used for signing has been revoked. (provided browser settings and java control panel settings are all properly set). Is this check initiated by the browser OR Java runtime ?
    Thanks a lot

  • Invalid jar file error

    invalid jar file error on mobile while installing my application..i have also checked cldc version and midp version of mobile and made my jar file according tom that..still that error is coming..

    {color:red}CROSS POSTED{color} Including this --
    {color:0000ff}http://forum.java.sun.com/thread.jspa?threadID=5240695
    http://forum.java.sun.com/thread.jspa?threadID=5240696
    http://forum.java.sun.com/thread.jspa?threadID=5240699
    {color}
    Cross posting is rude.
    db

  • JAR running error...please help

    I have created a JAR file, which operates on a database platform program. This is located in a different directory to the main java and class files.
    Directory of the Testing Program to run the DBP program:
    C:\CRT
    in which I've stored my test.jar which I made from the java class files for the Testing.
    I used this as you said to create my test.jar
    C:\pt\jtsc\dd\source\TgF\ <--directory where my java files are stored, there are subdirectories in this like the tester sub such as
    C:\pt\jtsc\dd\source\TgF\Tester
    My header and package importations for the main file (which begins the whole testing)teststarter.java is:
    package TgF;
    import TgF.biq.XML.*;
    import TgF.TestThreads.*;
    import TgF.Tester.*;
    import TgF.OutputGenerator.*;
    import TgF.Helpers.DateGenerator;
    import java.io.*;
    import java.util.Vector;
    import java.util.Hashtable;
    My header and package importations for the sub file Tester is :
    package TgF.Tester;
    import java.io.*;
    import java.beans.XMLEncoder;
    import java.beans.XMLDecoder;
    import java.util.Vector;
    import org.xml.sax.*;
    import TgF.OutputGenerator.WrongTypeException;
    But now I'm getting the following exceptions when I try to run this jar file which I created using
    jar cvfm name.jar manifest.txt TgF
    My Environment variables and classpaths are as such (which I've defined in the control panel)
    C:\j2sdk1.4.2_04\bin;C:\j2sdk1.4.2_04\lib\tools.jar;C:\j2sdk1.4.2_04\lib\dt.jar;C:\j2sdk1.4.2_04\lib\rt.jar;C:\jdk1.1.8\bin;C:\crt\test.jar
    The error I now get when I run the Test program is this
    C:\crt>java -jar test.jar test.xml ON
    Exception in thread "main" java.lang.NoClassDefFoundError: TgF/Test
    er/Tester
    at TgF.TestStarter.<init>(TestStarter.java:45)
    at TgF.TestStarter.main(TestStarter.java:421)
    C:\crt>pause -1
    Press any key to continue . . .
    These error lines are just lines calling the method Tester from TestStarter
    m_Tester = new TgF.Tester.Tester();
    and
    TestStarter objTest = new TestStarter();
    Please someone help me find a solution to this problem.
    Thanks for the help in advance :-)

    NoClassDefFoundError: TgF/Tester/TesterFor some reason the TgF.Tester.Tester class cannot be found. You could try checking that the file Tester.class it is in the .jar file and that it is in the subdirectory (it should be inside a directory called Tester inside the TgF directory). You can use pretty much any file compression and archival program to open the file, and on the command line you can list the contents with the "t" switch: "jar tf test.jar".
    When you generate that jar file the file Tester.class is in the directory C:\pt\jtsc\dd\source\TgF\Tester, right?

Maybe you are looking for

  • Can I share purchased ibooks between family members?

    My daughter and I have ipads and I'd like to share ibooks...is this possible?

  • How to fix clone stamp issue?

    MAC OS / Photoshop CS5 As you can see in the attached image, my clone stamp selection doesn't extend out to the edges of the outline, which makes using it very clumsy to use. My PS installation at home and all the installations at this business don't

  • Error while running sales order

    HI ...ALL .. In va01 while creating sales order for particular sales area , one error message is coming that material is not maintained in particular storage location . It is actually a scrap material .And in its material master view storage location

  • Updating Calendar and Attendees from iPhone

    I realize the iPhone is not smart enough to be able to create an event with attendees, but when you update an event with attendees from the phone (event created in Outlook), why doesn't the phone tell the server to notify attendees. It seems Apple mi

  • New Podcast Episodes won't download

    I subscribe to a lot of NPR podcasts and this week the new episodes won't download. When I hit refresh at the bottom right corner nothing downloads but when I go to the iTunes store there are new episodes. I can get them there by hitting the "get epi