Error: Create Obfuscated Package

When i create obfuscated package, i get this error: Error: C:\Documents (The system cannot find the file specified)
How can i fix it?

Here I have some code:
ClassFormat.java
import javax.microedition.lcdui.*;
import javax.microedition.midlet.MIDlet;
public class ClassFormat extends MIDlet implements Runnable {
     public void startApp() {
          thread = new Thread(this);
          thread.start();
     public void run() {
          d = Display.getDisplay(this);
          changeForm(new MyForm());
          notifyDestroyed();
          destroyApp(false);
     static void changeForm(MyForm form) {
          currentForm = form;
          if (form != null) {
               d.setCurrent(form);
     public void pauseApp() { }
     public void destroyApp(boolean unconditional) { }
     private Thread thread;
     public static MyForm currentForm = null;
     private static Display d;
}MyForm.java
import javax.microedition.lcdui.*;
public class MyForm extends Canvas {
     public void paint(Graphics g) {
     public void update() {
}

Similar Messages

  • Error Creating Body Package

    Hi, my problem is that appeared an error creating the body package:
    Compilation errors for PACKAGE BODY PNENGS.IVR_1A
    Error: PLS-00323: subprogram or cursor 'BUSQUEDA_IVR' is declared in a package specification and must be defined in the package body
    Line: 11
    Text: IS
    Look the Package (First Part):
    create or replace package IVR_1A is
    -- Author : CTEJADA
    -- Created : 4/18/2008 4:24:13 PM
    -- Purpose :
    -- Public type declarations
    type t_cursor is REF CURSOR;
    procedure BUSQUEDA_IVR(NIC IN VARCHAR ,C_REFERENCIA OUT VARCHAR ,COD_CLIENT OUT VARCHAR,
    APELLIDO_1 OUT VARCHAR,APELLIDO_2 OUT VARCHAR,NOMBRE OUT VARCHAR);
    end IVR_1A;
    And look the Body Package:
    create or replace package body IVR_1A IS
    PROCEDURE BUSQUEDA_IVR (
    NIC IN VARCHAR,
    C_REFERENCIA OUT VARCHAR,
    COD_CLIENT OUT VARCHAR,
    APELLIDO_1 OUT VARCHAR,
    APELLIDO_2 OUT VARCHAR,
    NOMBRE OUT VARCHAR,
    p_flecha OUT t_cursor)
    IS
    CLIENTE NUMBER(10);
    BEGIN
    C_REFERENCIA := NIC;
    BEGIN
    OPEN p_flecha FOR
    SELECT s.cod_cli,c.ape1_cli,c.ape2_cli, c.nom_cli
    INTO CLIENTE, APELLIDO_1, APELLIDO_2, NOMBRE
    FROM t_ivr_users t, gcp82e.sumcon s, gcp82e.clientes c
    WHERE t.c_referencia = TRIM(NIC)
    AND s.nic = t.c_referencia
    AND c.cod_cli = s.cod_cli;
    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    CLIENTE := 0;
    APELLIDO_1 := NULL;
    APELLIDO_2 := NULL;
    NOMBRE := NULL;
    END;
    IF CLIENTE = 0 THEN
    COD_CLIENT := NULL;
    ELSE
    COD_CLIENT := TRIM(TO_CHAR(CLIENTE));
    END IF;
    END busqueda_ivr;
    end IVR_1A;
    What can i do?? Please help me

    Like Sybrand suggested, your argument list in the spec doesn't match the body:
    procedure BUSQUEDA_IVR (NIC IN VARCHAR, C_REFERENCIA OUT VARCHAR, COD_CLIENT OUT VARCHAR, APELLIDO_1 OUT VARCHAR, APELLIDO_2 OUT VARCHAR, NOMBRE OUT VARCHAR);
    PROCEDURE BUSQUEDA_IVR (NIC IN VARCHAR, C_REFERENCIA OUT VARCHAR, COD_CLIENT OUT VARCHAR, APELLIDO_1 OUT VARCHAR, APELLIDO_2 OUT VARCHAR, NOMBRE OUT VARCHAR, p_flecha OUT t_cursor)(and yes, you should use varchar2)

  • Error creating setup package

    Hi all,
    I'm getting the following error when the Log Viewer tab is selected when trying to create a setup package in the web console,
      Level Component State Time Date Message
    0050 tc.mobile.admin.bl  114925 20090211 Retrieving device id failed.
    0070 tc.mobile.admin.bl  114924 20090211 Set the communication server port to 45003
    0070 tc.mobile.admin.bl  114924 20090211 Retrieving device id and Application.
    0070 tc.mobile.admin.bl  114924 20090211 Setting mobileEngine.config connection settings completed.
    0070 tc.mobile.admin.bl  114924 20090211 Setting mobileEngine.config connection settings.
    I have rebuilt the device and got a new device id and successfully deployed the application on it and attempted to create the setup package again but got the exact same error. Anyone come across this before? Any help greatly appreciated,
    regards,
    Mark.

    Hi,
    what version are you on?
    Confusing part is: you say you want to build package for PDA - but pathname shown is for PC!
    Furthernore: in MI7.0 it was not possible to build setup packages for PDA as I used it last time.
    Regards,
    Oliver

  • Error creating arm64 compatible ANEs

    I'm trying to create ANEs with arm64 support with no success so far.
    My native libraries are compiled for both armv7 and arm64 since lipo -info confirms so, however ADT still outputs:
    "Error: Apple App Store allows only universal applications. This ANE must have a universal iOS binary. Please change build settings in Xcode project to "Standard Architecture" to create universal library."
    Do I need to change something in my ADT commandline? I tried several ANEs and had problems with all of them. Could anyone provide further information or tips?

    Hi,
    I'm having the same problem here, trying to compile an open source ANE I'd like to use in my project - all of their source files can be downloaded here:
    AppsFlyerSDK/AdobeAirExtension-AppsFlyer · GitHub
    I've modified their build.sh file to point to my local sdk folders, and can successfully build their IOS .a library file, but the compilation fails during they AIR packaging with this error:
    ****** creating ANE package *******
    Error: Apple App Store allows only universal applications. This ANE must have a universal iOS binary. Please change build settings in Xcode project to "Standard Architecture" to create universal library.

  • Error while creating a package

    When I am creating a package which has 3 procedures(x,y,z) I am getting an error saying "Subprogram or Cursor "y" is declared in a package specification and must be defined in the package body. I have put the code in the package body script but I keep getting this error. Please Help.

    Surely we will if you can paste the code and the error that you get. Remember to paste the code between[b] [pre] and [/pre] tags to retain the format.
    Cheers
    Sarma.

  • Version error while creating info package of data source 0fi_gl_10

    Dear Friends,
    I have replicated the data source 0fi_gl_10 into sap bw but while creating info package i am getting error " The DataSource 0FI_GL_10(E01CLNT200) does not exist in object version A". IS the manual activation always should be done for that ?
    Regards
    Nilesh

    Hi,
    Please check if the veriosn of DataSource is A or not. Sometimes it shows as active but if you open the datasource then it might be in modified version only. Do activate it manually, it will serve your purpose to create a infopackge.
    Regards,
    Anjum.

  • Error while creating Info Package

    Hi,
    I am new to SAP-BW .Could anyone help me in fixing the following error .
    I have created an Info source for characteristic data and then trying to create a Infopackage to load master data , I have used the characteristic Material Number(IO-MAT) in this case .
    When creating the Info Package I got two data sources in the pop up , Material number (Master data)IO_MAT_ATTR and Material number (Texts) IO_MAT_TEXT .
    I was able to load data from a flat file into Data Source Material Number (Master data) But when I was trying to follow the same procedure and load the data for 'Material number(Texts) IO_MAT_TEXT' it gives me the following error .
    Select the Language field in the  source system -> Long Text
    I am not able to figure out and proceed further. Pls help me out.
    Regards
    Sudha

    I have another question..I was able to fix the error regarding info package but unable to load the data..(data load is being failed)
    In the DataSource/Transfer Structure I have LANGU , /BIC/ZB4_MAT (Material Number infoobject which i created) and TXTSH Fields ..
    the flat file which i used has Language, MaterialNumber,description pattern alone..
    (eg . E , M001,cookie ) and when i try to load this data..and  check in the Monitor - Administration Workbench..it shows as unsuccessful..
    The following error msg :
    Error message when processing in the Business Warehouse
    Diagnosis
    An error occurred in the SAP BW when processing the data. The error is documented in an error message.
    System response
    A caller 01, 02 or equal to or greater than 20 contains an error meesage.
    I could'nt see the long text of Help information...
    could you help me out in figuring out this..
    Points assigned for previous answer..
    Regards
    Sudha

  • How to check error whilce creating a package

    Hi,
    I am getting an error while creating a package, individually query is running ok but in package it is showing an error. is there any way to check the error. I am using in TOAD Quest Scriptrunner

    What kind of error you got? A syntactical one or a logical one? Your schema should have following rights to debug package:
    GRANT DEBUG CONNECT SESSION,
    DEBUG ANY PROCEDURE TO <Your_Schema><i>
    I am using in TOAD Quest Scriptrunner</i>
    You can refer the user manual or contact Quest for queries regarding Quest Scriptrunner
    *009*
    Edited by: 009 on Nov 3, 2010 12:09 AM

  • Create a package with one function - Error Ora-00907

    Hello,
    I want to create a package which should store one function.
    The code looks like this:
    Package Header:
    CREATE OR REPLACE
    PACKAGE "PCK_REPORT" AS
      TYPE t_varchar2 IS TABLE OF VARCHAR2(4000);
      FUNCTION f_tabtostring(i_varchar2 IN t_varchar2) RETURN VARCHAR2;
    END;Package Body:
    CREATE OR REPLACE PACKAGE BODY "PCK_REPORT" AS
      FUNCTION f_tabtostring (i_varchar2 IN t_varchar2) RETURN VARCHAR2 IS
                                o_string VARCHAR2(32767);
      BEGIN
        FOR i IN 1 .. i_varchar2.COUNT LOOP
          IF i != i_varchar2.FIRST THEN
            o_string := o_string || ', ';
          END IF;
          o_string := o_string || i_varchar2(i);
        END LOOP;
        RETURN o_string;
      END f_tabtostring;
    END;Comilation works fine, but when I try to use the function with the following example:
    SELECT pck_report.f_tabtostring(CAST(COLLECT(mytable.col1) as t_varchar2)) as column1
    FROM mytable;it only returns an error ORA-00902: Unknown datatype.
    When I add the package name to the datatype at the cast in the sql statement, it returns an error ORA-00903.
    What is my misstake?
    Thanks,
    Thomas

    create a global type, and not in the package :
    1* create or replace type t_varchar2 is table of varchar2(100)
    SQL> /
    Type created.
    1 CREATE OR REPLACE PACKAGE "PCK_REPORT" AS
    2 FUNCTION f_tabtostring(i_varchar2 IN t_varchar2) RETURN VARCHAR2;
    3* END;
    SQL> /
    Package created.
    1 CREATE OR REPLACE PACKAGE BODY "PCK_REPORT" AS
    2 FUNCTION f_tabtostring (i_varchar2 IN t_varchar2) RETURN VARCHAR2 IS
    3 o_string VARCHAR2(32767);
    4 BEGIN
    5 FOR i IN 1 .. i_varchar2.COUNT LOOP
    6 IF i != i_varchar2.FIRST THEN
    7 o_string := o_string || ', ';
    8 END IF;
    9 o_string := o_string || i_varchar2(i);
    10 END LOOP;
    11 RETURN o_string;
    12 END f_tabtostring;
    13* END;
    SQL> /
    Package body created.
    SQL> select col1 from mytable;
    COL1
    test1
    test2
    test3
    test4
    test5
    test6
    test7
    test8
    test9
    test10
    10 rows selected.
    SQL> select pck_report.f_tabtostring(cast(collect(mytable.col1) as t_varchar2)) as col1 from mytable
    COL1
    test1, test2, test3, test4, test5, test6, test7, test8, test9, test10

  • Error creating package

    Christian, I was finally able to connect to a local db as per your previous directions.
    I tried to create a package and save it, but got the first attached error. I also get this same error if I try and save a stored procedure. I followed the sample demo online to see if I did anything wrong, and I can't see it.
    Do you know what the problem is?
    When dealing with a stored procedure, will the production version have the ability to generate the parameters in the code.
    Will a TableMapping object also be generated for the data to be retrieved via a REFCURSOR (giving a typed dataset)?
    Is the ETA for the PROD version still the end of this month?

    Christian, I spoke too soon. I'm still getting this same error even when I try and save an existing stored procedure in the sample db (HR.ADD_JOB_HISTORY).
    I'm editing the SPROC, and I simply right-click the mouse on its tab inside the IDE and select SAVE.......

  • Error In Obfuscating with Proguard in KToolbar

    Hi...
    I'm using Proguard 4.2 with my Ktoolbar and even tried this with Proguard 4.0.1
    When I create an obfuscated package... it creates it properly..
    Building "MobileLocalTrains"
    ProGuard, version 4.2
    Reading program jar [C:\WTK22\apps\MobileLocalTrains\bin\MobileLocalTrains.jar]
    Reading library jar [C:\WTK22\lib\midpapi20.jar]
    Reading library jar [C:\WTK22\lib\cldcapi11.jar]
    Preparing output jar [C:\Documents and Settings\Dayson\Local Settings\Temp\MobileLocalTrains.jar]
      Copying resources from program jar [C:\WTK22\apps\MobileLocalTrains\bin\MobileLocalTrains.jar]
    Wrote C:\WTK22\apps\MobileLocalTrains\bin\MobileLocalTrains.jar
    Wrote C:\WTK22\apps\MobileLocalTrains\bin\MobileLocalTrains.jad
    Build completebut when I hit run and try to run the application, the midlet terminates after the following error...
    Running with storage root DefaultColorPhone
    java.lang.NoClassDefFoundError: b/b
         at Program.startApp(+100)
         at javax.microedition.midlet.MIDletProxy.startApp(+7)
         at com.sun.midp.midlet.Scheduler.schedule(+270)
         at com.sun.midp.main.Main.runLocalClass(+28)
         at com.sun.midp.main.Main.main(+116)
    Execution completed.
    741742 bytecodes executed
    11 thread switches
    756 classes in the system (including system classes)
    4664 dynamic objects allocated (140700 bytes)
    10 garbage collections (118228 bytes collected)i need my code to be obfuscated... the obfuscation works fine in EclipseMe with the same source code....

    EclipseME also uses Proguard for obfuscation, so the difference could either be in the java compiler (eclipse has its own) or the Proguard settings, which is more likely. You asked if it could be caused by the fact that you have some classes in the default package - well, it's possible.
    When you look at eclipse Preferences -> J2ME -> Packaging -> Obfusation, you should see the Proguard root directory and something like this:
    Arguments:
         -dontusemixedcaseclassnames -dontnote -defaultpackage ''
    Keep expressions:
         public class * extends javax.microedition.midlet.MIDlet
    You should see the same things if you look in the file YourMIDlet.pro in your MIDlet project directory in WTK. Personally I only have -dontusemixedcaseclassnames and the "keep MIDlets" thing, but I don't use default packages so I didn't notice I'm missing something.
    Or you can try to get rid of the default package, that could help too.

  • Error using SAPM --  package SAPKGPAD08

    Hi
    I am trying to update the EA-APPL packages through SPAM
    my current patch level is 7 and i am trying to load patch 8
    package name SAPKGPAD08
    i have checked for all dependencies, extra .. everything ok
    i get error during import phase.. with exit code 8
    below is the log file .. (the end of the file)
    ==================================
    file  == SAPPGPAD08.DEV.txt
    ==================================
    2EETW165 Function "REIT_GUI_TC_BASE_POPUP (REIT_GUI_TC_BASE_POPUP|01)" does not fit into the existing function group "(REIT_GUI_TC_BASE|02)".
    2 ETW167 Please transport the whole function group.
    4 ETW000      table SPROXDAT: entry in DB is 32 bytes bigger than in file.
    4 ETW000      ... ignoring such differences.
    4 ETW000      table APB_LPD_CONTROL: entry in DB is 1 byte bigger than in file.
    4 ETW000      ... ignoring such differences.
    4 ETW000      table FPB_EXP_CA_ASSM: entry in DB is 12 bytes smaller than in file.
    4 ETW000      ... ignoring such differences.
    3WETW109 table "FPB_EXP_CA_ITM1" does not exist in nametab.
    3WETW109 table "FPB_EXP_CA_ITM1T" does not exist in nametab.
    3WETW109 table "FPB_EXP_PATHS" does not exist in nametab.
    4 ETW000      table FPB_EXP_SCEN: entry in DB is 30 bytes smaller than in file.
    4 ETW000      ... ignoring such differences.
    3WETW109 table "FPB_EXP_SECT" does not exist in nametab.
    3WETW109 table "FPB_EXP_SECTT" does not exist in nametab.
    3WETW109 table "FPB_EXP_SRVOTYPS" does not exist in nametab.
    4 ETW000      table FPB_EXP_STPGRP: entry in DB is 1 byte smaller than in file.
    4 ETW000      ... ignoring such differences.
    3WETW109 table "TIVITTCEXECREG" does not exist in nametab.
    3WETW109 table "TIVITTCEXECREGT" does not exist in nametab.
    3WETW109 table "TIVITTCREGVAR" does not exist in nametab.
    3WETW109 table "TIVITTCREGVART" does not exist in nametab.
    4 ETW690 "0" "0"
    4 ETW000 COMMIT (30868956).
    4 ETW000 30868956 bytes read.
    4 ETW000 Transport overhead 29.6 %.
    4 ETW000 Data compressed to 8.3 %.
    4 ETW000 Duration: 7 sec (4409851 bytes/sec).
    3 ETW710 "0" "0"
    4 ETW000  [dev trc     ,00000]  Sun May 13 20:44:43 2007                         6137953  6.137953
    4 ETW000  [dev trc     ,00000]  Disconnecting from ALL connections:                   24  6.137977
    4 ETW000  [dev trc     ,00000]  disconnected from 'DEV', con_hdl=0                  1863  6.139840
    4 ETW000  [dev trc     ,00000]  Disconnected from connection 0                        82  6.139922
    4 ETW000  [dev trc     ,00000]  statistics db_con_commit (com_total=2, com_tx=2)
    4 ETW000                                                                              28  6.139950
    4 ETW000  [dev trc     ,00000]  statistics db_con_rollback (roll_total=0, roll_tx=0)
    4 ETW000                                                                              23  6.139973
    4 ETW000 Disconnected from database.
    4 ETW000 End of Transport (0008).
    4 ETW000 date&time: 13.05.2007 - 20:44:43
    4 ETW000 10 warnings occured.
    4 ETW000 1 error occured.
    1 ETP152 TESTIMPORT
    1 ETP110 end date and time   : "20070513204443"
    1 ETP111 exit code           : "8"
    1 ETP199 ######################################
    ================================================
    Any help would be much appreciated
    regards
    abdul.

    Finally ..
    I was able to solve these errors
    Solution:  ( for others reference.. maybe it might help someone ..like me)
    Steps
    I had created a queue with the ea appl packages 7 and 8.
    first i deleted this queue.. (as it was in test phase i could)
    then i choose only package 7 and uploaded it.. (the error was with package 8)
    then i updated package ea dfps (7)  .... as i needed that also
    then i updated package ecc-dimp(7)....as i needed this too
    during which i had to increase the appheapsz of the db (ibm db udb 9)
    through its control center..
    and its log file size ... (this as i was getting sql error 945 during import of ecc dimp 7)
    then  after all the 7 level packages had gone
    i updated package level 8 of ea appl .........( it went like a breeze)
    no headaches
    then i was also able to update 8 level packages of ea dfps and ecc dimp
    maybe this might help someone ..... maybe not
    thanks to all of u guys who tried to help
    regards
    Abdul

  • Error creating repository in oracle 9i (9.2.0.1) database

    Hi I am trying to migrate a SQL Server 2000 database to oracle 9i using SQL Developer 1.5.5 and i am getting an error during the repository creation phase. I keep on having the same error:
    SQL Error on Script Execution
    Try deleting the repository before creating repository.
    And the following when i click on ok:
    The repository installation has failed. Please check the user you are registering and make sure that objects of the same name do not already exist.
    I have checked the database and both my users and temp tablespaces have more than enough space - so it is definitely not a space issue. Here are the roles and privileges that i give to the migrations user upon its creation (same from the docs):
    CREATE USER migrations_user IDENTIFIED BY migrations_user DEFAULT TABLESPACE users TEMPORARY TABLESPACE temp;
    GRANT CONNECT, RESOURCE, CREATE VIEW, CREATE PUBLIC SYNONYM TO migrations_user WITH ADMIN OPTION;
    GRANT ALTER ANY ROLE, ALTER ANY SEQUENCE, ALTER ANY TABLE, ALTER TABLESPACE,
    ALTER ANY TRIGGER, COMMENT ANY TABLE, CREATE ANY SEQUENCE, CREATE ANY TABLE,
    CREATE ANY TRIGGER, CREATE ROLE, CREATE TABLESPACE, CREATE USER, DROP ANY SEQUENCE,
    DROP ANY TABLE, DROP ANY TRIGGER, DROP TABLESPACE, DROP USER, DROP ANY ROLE,
    GRANT ANY ROLE, INSERT ANY TABLE, SELECT ANY TABLE, UPDATE ANY TABLE TO migrations_user;
    Has anybody encountered this problem before and resolved it?
    Any ideas / suggestions would be greatly appreciated.
    I also tried creating the repository in a 10g database and did the migration successfully to the 9i database. However, I found out later that the created sqlserver_utilities package was invalid because it made reference to DBMS_DB_VERSION package which was non existent in the 9i database.
    Thanks
    Edited by: nyanga on Oct 2, 2009 2:20 PM
    Edited by: nyanga on Oct 2, 2009 2:22 PM

    Hi Nyanga,
    The migration tools can be used to migrate to Oracle 9i.
    But we try and keep the conversion compatible with Oracle XE / Oracle 10g and up.
    So you may have issues migrating to Oracle 9i like you said, with he sqlserver_utilities package and using 10g syntax.
    Creating the repository on Oracle 9i is not supported.
    But even if you did succeed , it would not change how the conversion was done. You would still end up with an identical sqlserver_utilities package which was generated using the migration repository on an Oracle 10g database. sqlserver_utilities package definition itself is fixed within a file so regardless of the repository used the same one will be generated.
    Oracle XE can be used of course as the repository and its free to download and use.
    Regards,
    Dermot.

  • The person who creates a Package is able to create EEWB project

    HI,
    The person who creates a package is only able to create a EEWB project with that package. Using someone else's package is throwing error. Is this the standard behaviour of EEWB. Or is there a break through.
    Regards.

    Thank you Steve.
    I created a package in the CRM 7 system. I am able to assign my projects in EEWB to the package I created. But when someone else tries to assign their project to the package I created it says "You are not authorised to make changes. Authorisation object".
    And then if he makes some changes to the package , I mean he re-states the descripotion,then he is able to use the package, but then I am unable to make changes. This functionality looks weird. Can you suggest a work around??
    Regards,
    Hiranmayi

  • Windows CCP Failing to create a package successfully....

    Hi All,
    I have been trying to create a test package with CCP. I have limited it to include just Acrobat 11 and updates to make the logs easier to follow:
    OS: Windows 8 64bit
    9/10/2013 17:25:42[INFO] AdobePackageBuilder - Build Version - 1.2.0.4
    9/10/2013 17:25:42[INFO] AdobePackageBuilder - Logging Level verbosity Set  to 4
    9/10/2013 17:25:42 [INFO] AdobePackageBuilder - Successfully retrieved TargetName from OptionXML.
    9/10/2013 17:25:42 [WARN] AdobePackageBuilder - Error in creating file for 7z test output. Error code : 3
    9/10/2013 17:25:42 [WARN] AdobePackageBuilder - Preprocessing of 7z file failed!
    9/10/2013 17:25:44 [INFO] AdobePackageBuilder - Sucessfully extracted the product at C:\Users\tryhorn.tim\AppData\Local\Temp\{34378342-D2BE-465E-AF4E-313B6E4393A1}\ACCCx2_1_2 _232
    9/10/2013 17:25:44 [INFO] AdobePackageBuilder - Extraction completed with return code = 0
    9/10/2013 17:25:56 [INFO] AdobePackageBuilder - Copied File (payloads\Media_db.db)
    9/10/2013 17:25:56 [INFO] AdobePackageBuilder - Copied File (payloads\Media_db.sig)
    9/10/2013 17:25:56 [INFO] AdobePackageBuilder - ASU at Path (C:\Adobe Pack
    ages\Adobe Acrobat XI 32-bit\Build\Setup\Adobe Acrobat XI Pro_0\Set-up.exe) is not found. Skipping copying and renaming.
    9/10/2013 17:25:56 [INFO] AdobePackageBuilder - Copying the content of 1 disk
    9/10/2013 17:26:05 [INFO] AdobePackageBuilder - Successfully created Setup.ini file for Acrobat Customized Wizard.
    While a package is created if you try to execute it it crashes to desktop.
    Any Ideas?
    Thanks,
    Tim

    Hi Servite College,
    Could you please try a different network source to create a package.
    Additionally:
    The following host/port combinations may need to be whitelisted when logging in with an Adobe ID to download, install, and activate licensing for applications via a Creative Cloud membership.
    ccmdls.adobe.com:443
    ims-na1.adobelogin.com:443
    na1r.services.adobe.com:443
    prod-rel-ffc-ccm.oobesaas.adobe.com:443
    lm.licenses.adobe.com:443
    ccmdl.adobe.com:80
    swupmf.adobe.com:80
    swupdl.adobe.com:80
    Note: Please make 32 bit package on 32 bit machine and 64 bit package on 64 bit machine.
    Regards,
    Romit Sinha

Maybe you are looking for

  • Automatic Clearing F.13

    What is the prupose of using F.13 . Is it the same as F-44 if we are using it to clear vendor items. When do we need to do this. Is it after making paying the open items. I went into F.13, then checked all vendors. I got a list of document numbers wi

  • Can't copy tunes to iPOD mini

    Using iPOD mini 1.4.1. Computere specs are below. Having great difficulty with iPOD mini. Cannot copy tunes or playlists......"that have been purchased via iTunes store ........... Get a window telling a particular song cannot be copied, and lists ot

  • Streaming over WiFi is not fluent

    When I stream video from my mac or iPad over wifi, video is not fluent, it is stucking. When I stream it from my mac over ethernet (apple tv is connected to my network by ethernet), it works just fine. These problems started after updating my Apple T

  • Problem running reports using webutil in Forms 10g

    This is about 3 dll files related to webutil functionality in forms 10g d2kwut60.dll jacob.dll JNIsharedstubs.dll I am running report which is using webutil functionality. So when I try to run report, our application server try to download above dlls

  • Set a timer in servlet

    i want to set a timer of 10 min in one of my pages(im using servlets) and i want to redirect a user to a different page after that period of time.i tried to use a loop using thread.sleep(),but it is not working.to redirect to a different page i uused