Exp file

I have a exp file from the vendor. I extract the folders together with the exp file under exports directory. Later, I import the exp in my java file but it keep giving me error message that this package does not exist.

So, I have divided my Java Card project accross three packages:
package 1 - contains main interfaces and implememntations.
package 2 - repsresents server applet
package 3 - represents client applet, that obtains functionality from the server applet form package 2 by using Shareable interface objects.
When all java card project classes had been in one single package, everything worked fine. Now the problem occured.
My server applet calls MyOwnerBioTemplate.doFinal() method that calls public static algorithm method from the package 1. In package 1 this algorithm static method usess private static final look-up table. The problem is, that JCVM seems not to allow my algorithm class to look in the static final look-up table element anymore (despite the fact if it is dfeined either public or private). The RuntimeException is always thrown.
I don't understand, what could cause such a problem?
Could you help me anyway, please?
Thanks in advance.
Best regards,
Eve

Similar Messages

  • BPM 10g - issue wile deploying the exp file which is generated using ANT

    Hello,
    I'm trying to deploy exp file in process administrator which is generated using the Ant Zip task( pointed the basedir as CVS project root folder) and this deployment failed with exception : Unable to import project
    Do we have any ant task to generate .exp from CVS ???
    Ant Build file :_*
    <target name="BPMProject" description="BPMProject.zip file from the Cvs Source folder ">
         <zip destfile="..BPMProject.exp" basedir="../BPMProject" update="true" encoding = "UTF-8" />
    </target>
    Complete Stack Trace :_
    <W> 0705 13:31:25.746] Main (<7> http-8686-Processor16): Error BPM-1341541082741
    [     (cont)     ] Main: java.lang.NullPointerException
    [     (cont)     ] Main: java.lang.NullPointerException
    [     (cont)     ] Main:      at fuego.project.io.fs.export.ProjectZipper.unzipProject(ProjectZipper.java:256)
    [     (cont)     ] Main:      at fuego.project.io.fs.export.ProjectZipper.unzipAllProjects(ProjectZipper.java:154)
    [     (cont)     ] Main:      at fuego.webconsole.model.JSFPublicationInfo.unzipProject(JSFPublicationInfo.java:1779)
    [     (cont)     ] Main:      at fuego.webconsole.model.JSFPublicationInfo.fileUploadAction(JSFPublicationInfo.java:265)
    [     (cont)     ] Main:      at fuego.webconsole.model.JSFPublicationInfo.nextPageAction(JSFPublicationInfo.java:1169)
    [     (cont)     ] Main:      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [     (cont)     ] Main:      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [     (cont)     ] Main:      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [     (cont)     ] Main:      at java.lang.reflect.Method.invoke(Method.java:585)
    [     (cont)     ] Main:      at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:126)
    [     (cont)     ] Main:      at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:72)
    [     (cont)     ] Main:      at javax.faces.component.UICommand.broadcast(UICommand.java:312)
    [     (cont)     ] Main:      at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:267)
    [     (cont)     ] Main:      at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:381)
    [     (cont)     ] Main:      at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:75)
    [     (cont)     ] Main:      at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
    [     (cont)     ] Main:      at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)
    [     (cont)     ] Main:      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    [     (cont)     ] Main:      at fuego.web.filter.CharsetFilter.doFilter(CharsetFilter.java:48)
    [     (cont)     ] Main:      at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    [     (cont)     ] Main:      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    [     (cont)     ] Main:      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
    [     (cont)     ] Main:      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
    [     (cont)     ] Main:      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
    [     (cont)     ] Main:      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
    [     (cont)     ] Main:      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
    [     (cont)     ] Main:      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
    [     (cont)     ] Main:      at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
    [     (cont)     ] Main:      at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
    [     (cont)     ] Main:      at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
    [     (cont)     ] Main:      at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
    [     (cont)     ] Main:      at java.lang.Thread.run(Thread.java:595)
    [     (cont)     ] Main:
    [<D> 0705 13:31:25.752] Main (<7> http-8686-Processor16): Context->contextcom.sun.faces.context.FacesContextImpl@117064c
    [<D> 0705 13:31:25.753] Main (<7> http-8686-Processor16): clientId = PublishForm:uploadedFile

    Hi
    PFB the details from the log file...If i migrate the same via jdeveloper, i don't get any errors..
    SEVERE: Upgrade failed. Check the logs for any exceptions. Ensure that the WSDL URLs specified in the project are reachable and a valid 10.1.3.x project is used for upgrade. Before re-attempting upgrade, restore the original project code source from the backup directory.
    java.lang.NullPointerException
    *     at oracle.viewgen.plugin.bpel.BPELPlugin.getReferenceProperties(BPELPlugin.java:403)*
    *     at oracle.viewgen.composite.CompositeUtil.setupCompositeRefs(CompositeUtil.java:586)*
    *     at oracle.viewgen.composite.CompositeUtil.createComposite(CompositeUtil.java:320)*
    *     at oracle.viewgen.ViewGenerator.main(ViewGenerator.java:316)*
    Caused by: java.lang.NullPointerException
    *     at oracle.viewgen.plugin.bpel.BPELPlugin.getReferenceProperties(BPELPlugin.java:352)*
    *     ... 3 more*

  • How to import jar & exp file into the eclipse 3.1 + jcop

    hi, I am new to the javacard technology.
    I have implementing applet by using eclipse 3.1 + jcop plugin.
    recentlly, i got jar and exp file from someone. and I have to import given two files in the my applet.
    Q1. but i don't know how to use(import) two files into the elipse.
    and...
    I have tried to put the export file structure in the build path, but I am still getting the same error:
    Q2. "resolving constant-pool of clazz cash/ccash; failed: no such clazz cash/ccash;", what means?
    anyone help me~plz!
    many thanks..
    lsh.
    Message was edited by:
    neonoble

    1) In the Package explorer right-click the project you want to import the jar files into.
    2) Click import
    3) Select Archive file in the Import dialog box and click next
    4) Browse to the jar file and select it
    Socx

  • Need .exp file for Dynamic Subprocess project

    Dan ,
    I'm looking in to you project Dynamic Subprocess in 4 shared.com (http://www.4shared.com/get/G4DmkQ8G/Dynamic_Subprocess_Lesson_10gR.html) , can you please let me know the link , where i can download the .exp file for Dynamic Subprocess

    You'll need to spend some money to convert the WMP file to a format iMovie can use:
    http://www.telestream.net/flip4mac/overview.htm
    The $29 version will do what you need.

  • EXP File Corrupt

    i am using Oracle 8.1.7 with Windows 2000 server, everything was working fine but some invisible thing occured and now when i tries to use "EXP" utility it doesnt function just shows EXPORT HELP. Also i have noticed that the size of EXP.EXE in normal conditions is 267 KB but after that corrupt situation it raise to 272 KB... this really made me tense.. kindly guide me! Also tell me some refrences of how i can take backups in other ways.

    Hi,
    I am having the same problem, What i have seen is that if i just uninstall the enterprise manager and reinstall it then exp works fine , untili i restart the server.
    But after one restart it is again the same. And also if i just overwrite the exp utility even then problem remain same. So i think it is not because exp file is corrupt but some other problem.
    anyways still looking for solution.

  • Generating the .CAP, .JCA and .EXP files.

    Hello;
    I have downloaded the java_card_kit-2_1_2 to &lsquo;C:\java_card_kit-2_2_1", and I tried to compile HelloWorld application that shipped with its distribution. I was successfully able to compile the file HelloWorld.java, but I am having lots of problems in generating the .CAP, .JCA and .EXP files.
    I tried to follow the instructions in jcdk2.2.1 user guide, but of no use.
    This is what I am basically doing:
    _Step1) Setting my Environment Variables as follows:_
    *set JC_HOME=C:\java_card_kit-2_2_1*
    *set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_16*
    *set PATH=.;%JC_HOME%\bin;%JAVA_HOME%\bin;%PATH%*
    _Step2) Compile the java file_
    The package of HelloWorld.java is : src.com.sun.javacard.samples.HelloWorld, so to compile I use the following command line:
    *javac -g -target 1.1 -source 1.3 -classpath .\classes;..\lib\api.jar;..\lib\installer.jar src\com\sun\javacard\samples\HelloWorld\*.java*
    _Step3) Converting_
    I have the class file generated in the package folder: src.com.sun.javacard.samples.HelloWorld, I generated an .opt file as follows:
    +-out EXP JCA CAP+
    +-exportpath .+
    +-debug+
    +-applet 0xa0:0x0:0x0:0x0:0x62:0x3:0x1:0xc:0x1:0x1 src.com.sun.javacard.samples.HelloWorld.HelloWorld+
    +src.com.sun.javacard.samples.HelloWorld 0xa0:0x0:0x0:0x0:0x62:0x3:0x1:0xc:0x1 1.0+
    Finally, the command line for conversion is:
    *set _CLASSES=%JC_HOME%\lib\apduio.jar;%JC_HOME%\lib\apdutool.jar;%JC_HOME%\lib\jcwde.jar;%JC_HOME%\lib\converter.jar;%JC_HOME%\lib\scriptgen.jar;%JC_HOME%\lib\offcardverifier.jar;%JC_HOME%\lib\api.jar;%JC_HOME%\lib\installer.jar;%JC_HOME%\lib\capdump.jar;%JC_HOME%\samples\classes;%CLASSPATH%;*
    *"%JAVA_HOME%\bin\java" -classpath %_CLASSES% com.sun.javacard.converter.Converter -config src\com\sun\javacard\samples\HelloWorld\HelloWorld.opt*
    After successfully executing all these lines, I get the following error:
    Java Card 2.2.1 Class File Converter, Version 1.3
    Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
    *+error: class HelloWorld does not belong to package src.com.sun.javacard.samples.HelloWorld.+*
    conversion completed with 1 errors and 0 warnings.
    PLEASE HELP! I also tried adding -classdir to the opt file, but still did not work.
    The whole point behind this exercise is to import a javacard framework of version 1.0
    Really appreciate anyone's help! Thanks in advance.

    Thank you Shane, but my claSs file is indeed saved in "C:\java_card_kit-2_2_1\samples\src\com\sun\javacard\samples\HelloWorld"
    Now since I am running my command lines from C:\java_card_kit-2_2_1\samples, so I guess that the class directory is:
    src.com.sun.javacard.samples.HelloWorld
    Right?

  • Exp File from Oracle 8i  and  Imp into Oracle 10G

    Dear Friends
    I have two servers one using oracle 8i and the other 10G. Firstly i have exported the file from oracle 8i using exp command. Im trying to import the file into 10G , Although this takes place successfully the character set conversion takes place please see the output below
    Import: Release 10.2.0.1.0 - Production on Sat Apr 30 13:00:41 2011
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Username: cane_bill
    Password:
    Connected to: Oracle Database 10g Release 10.2.0.1.0 - Production
    Import file: EXPDAT.DMP > C:\cbbkp_mun_06042011.DMP
    Enter insert buffer size (minimum is 8192) 30720>
    Export file created by EXPORT:V08.01.07 via conventional path
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    import server uses WE8ISO8859P1 character set (possible charset conversion)
    export client uses WE8ISO8859P1 character set (possible charset conversion)
    export server uses WE8ISO8859P1 NCHAR character set (possible ncharset conversio
    n)
    List contents of import file only (yes/no): no >These are the NLS_DATABASE_PARAMETERS for *8i*
    SQL> SELECT * FROM NLS_DATABASE_PARAMETERS;
    PARAMETER                      VALUE
    NLS_LANGUAGE                   AMERICAN
    NLS_TERRITORY                  AMERICA
    NLS_CURRENCY                   $
    NLS_ISO_CURRENCY               AMERICA
    NLS_NUMERIC_CHARACTERS         .,
    NLS_CHARACTERSET               WE8ISO8859P1
    NLS_CALENDAR                   GREGORIAN
    NLS_DATE_FORMAT                DD-MON-RR
    NLS_DATE_LANGUAGE              AMERICAN
    NLS_SORT                       BINARY
    NLS_TIME_FORMAT                HH.MI.SSXFF AM
    PARAMETER                      VALUE
    NLS_TIMESTAMP_FORMAT           DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT             HH.MI.SSXFF AM TZH:TZM
    NLS_TIMESTAMP_TZ_FORMAT        DD-MON-RR HH.MI.SSXFF AM TZH:TZM
    NLS_DUAL_CURRENCY              $
    NLS_COMP                       BINARY
    NLS_NCHAR_CHARACTERSET         WE8ISO8859P1
    NLS_RDBMS_VERSION              8.1.7.0.0
    18 rows selected.These are the NLS_DATABASE_PARAMETERS for *10G*
    SQL> SELECT * FROM NLS_DATABASE_PARAMETERS;
    PARAMETER                      VALUE
    NLS_LANGUAGE                   AMERICAN
    NLS_TERRITORY                  AMERICA
    NLS_CURRENCY                   $
    NLS_ISO_CURRENCY               AMERICA
    NLS_NUMERIC_CHARACTERS         .,
    NLS_CHARACTERSET               WE8ISO8859P1
    NLS_CALENDAR                   GREGORIAN
    NLS_DATE_FORMAT                DD-MON-RR
    NLS_DATE_LANGUAGE              AMERICAN
    NLS_SORT                       BINARY
    NLS_TIME_FORMAT                HH.MI.SSXFF AM
    PARAMETER                      VALUE
    NLS_TIMESTAMP_FORMAT           DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT             HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT        DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY              $
    NLS_COMP                       BINARY
    NLS_LENGTH_SEMANTICS           BYTE
    NLS_NCHAR_CONV_EXCP            FALSE
    NLS_NCHAR_CHARACTERSET         AL16UTF16
    NLS_RDBMS_VERSION              10.2.0.1.0
    I'm not able figure out why a conversion is taking place even though the same character set is used in 10G.
    I would be greatful to you guys if can suggest a way to avoid this conversion as i fear data will be affected kindly need your suggestions for the same and thank you.
    Regards
    Parikshit

    based on your nsl parameter settings, we can see that both databases use the same characterset. so, characterset conversion should not take place. the reason why you are facing these warnings is due to environment variables.
    you should set NLS_LANG environment variables both before exporting and importing. Then warnings should disappear. For example, in your case you can set NLS_LANG=.WE8ISO8859P1 (please note that I have omitted language and territory parts here)
    Try setting enviroment variables and then perform export and import again.

  • How to import an .exp file in Essbase 7.1 version

    Guys, Please help me.. I'm working on Essbase 7.1 version and I have to finish this asap..
    We are working on migrating the Legacy system to Strategic and moving the apps from Unix platform to Windows.
    I asked the Legacy team to exp the data load and all the essbase objects.
    I received all the essabase objects and I created cubes accordingly and time to load data.
    I tried loading the data using right click on Database and load data ,and used the option load from file with no rul file..
    I'm getting error, I think I uses Maxl script earlier to do some of the cubes for testing and I lost the script, I'm not currently working on Essbase from last 3 years and Lost my mind in Essbase.. .
    Please help me in this.. I have to finish these loads and give access to users to finish the historical backups.. .

    Hi..
    Error I'm getting as Database Outline is Empty.
    I created a cube, copied the OTL from backup file and loaded the data.

  • How to import exp file?

    Hi,
    I have EXP + CAP file. How can I import them to my project?
    I am using JBuilder IDE - should I set it there or in the java file?
    Yariv

    If you are using Oracle XE, then it's most likely a data pump dump file.
    The extension doesn't matter, it can be anything. Most important is to find out if it's a data pump dump file.
    For example, you could
    MKDIR c:\oraclexe\app\tmp
    --copy the file into this directory
    SQL>CREATE OR REPLACE DIRECTORY dmpdir AS 'c:\oraclexe\app\tmp';
    then
    impdp SYSTEM/password SQLFILE=test.sql DIRECTORY=dmpdir DUMPFILE=your.expIf it's fail then try original imp as well.

  • Large exp file direct to tsm

    How we can direct exp to go directly on tsm, so that dont filled up disk....
    Any example on metalink notes will help...

    probably suggest to get with sys admins or backup team on that...usually what i have done in past is...took the dmp file on the file system and then asked the backup team or sys admin to push to it tapes (tsm)....thats the best pet...if you have disk space issue ...trying compressing your export dmp file...

  • Exp file default location?

    hi, I did an interactive export on main server (oracle 7 on Open server) it was the first screen with $ sign I don't know which directory I was in.
    Now I am searching /u/oracle7/ for exp.dmp file with my FTP client to move file but it is not here, I remember last time it was here.
    So can someone tell me what should i do locate that successfully terminated export file?

    The file would have been created in the "current" directory where you were when you ran exp.
    That should be the home directory for that account. (unless the login .profile for the account did an explicit "cd " to some other directory !!!)
    You could use the "find" command on Unix.
    cd $HOME
    find . -name 'exp.dmp' -print
    or
    cd /
    find . -name 'exp.dmp' -print

  • What is the maximum size of the dmp(exp) file?

    Friends,
    OS: RHEL AS 3.0
    DB: Oracle 9iR2
    Daily i am taking the dmp file backup using exp utility.
    Now the file size is 777MB.
    What should be the maximum size of the dmp file.?
    if it crosses 1GB, is it possible to copy the dmp file from production server to test server using putty?
    In future we are planning to upgrade our 9iR2 db to 10gR2 db.
    if i use the export dmp file of 1GB file size for upgrading from 9iR2 to 10gR2, will there be any problem
    Note: I am also taking user managed backup.
    thanks

    Regarding your question about using exp/imp for 9iR2 to 10gR1/2 upgrade, I've used it a lot for the same purpose without any problems, BUT I'm talking about application schemas with only tables/indexes and views. Don't know what would happen with more complex objects...
    If you have concerns about your export dump file size, there is always compression
    Regards
    http://oracledisect.blogspot.com

  • Under support I was told to uninstall and reinstall.  When I try to reinstall it keeps stopping when trying to install the exp file.

    Itunes was not recognizing my iphone.  The support function said to uninstall and reinstall ITunes.  I was able to uninstall, however when I was reinstalling it kept having a problem intalling the .exe file. Is there another way or help to reinstall?
    Thanks
    Stacy

    iTunes64Setup.exe download has paused.  I hit the resume button then it the messege that it cannot continuing downloading the iTunes64Setup.exe file.
    I was thinking it was my internet.  I reset my internet and it seemed to download iTunes.  It came up, but when I click on the iTunes store button I get the following message:
    iTunes has stopped working
    A problem caused the program to stop working correctly.  Windows will close the program and notify you if a solution is available.
    Close Program button.
    That is the only option it gives me, do you know what that is about?

  • Playlist GONE, can't import .itl file cause not appear 2 b a valid exp file

    For some unknown reason my playlists totally disappeared--I am so SAD. I want to import my library from my music folder but I keep getting the message "The file itunes library 1/08/2008.itl cannot be imported because it does not appear to be a valid exported file". Huh? What can I do so that I can have my music back. I literally just sold most of my CD's and had over 600 songs in my library. THANKS for ANY HELP

    the exact same thing happened to me! i have over 13,000 songs. Not only does it not allow me to import my previous playlist, but it also won't let me add the folders that contain the music, so i'm missing half of my music... My computer alerts me that I do know have write capabilities, but I apparently had them this morning because it was all there then... I don't get it.

  • Import one tablespace  out of exp file

    Hello,
    I 'd would like to know how to import only one tablespace out of an export file. The import went wrong for one TS and I'd like to only retry that particular TS.
    Tyia,
    Cheers,
    A.R

    Tablespace clause is applicable only if you are working with transportable tablespaces and not otherwise.
    The following keywords only apply to transportable tablespaces
    TRANSPORT_TABLESPACE import transportable tablespace metadata (N)
    TABLESPACES tablespaces to be transported into database
    DATAFILES datafiles to be transported into database
    TTS_OWNERS users that own data in the transportable tablespace set
    Import terminated successfully without warnings.

Maybe you are looking for

  • BW Transport Error

    Hi All, I get the following Transport error when trying to transport 0Customer from BW Dev. to Quality. Number range interval for characteristic 0CITY is missing Message no. BRAIN049 Diagnosis The interval for number range object BIM0000093 of charac

  • Creation of EMCS Document

    Dear all, i have not found a clear instruction how to create a customs document for EMCS. I know that there is a function call "/SAPSLL/API_6800_EMC_CREATE". But i don't know how and where it is triggered in ECC? Must i call this function call  on my

  • Sorting an array of filenames by filetype?

    I have an array of filenames read from a directory list. I can parse the file type from each filename using a function. How would I then sort the array by their respective file type, so that all PDF files sort together in the array, for example? Or w

  • CONFIG of KE30 report

    Hi, SAP FICO EXPERTS, We have configured the report KE30, and we want a new field to added as SALES GROUPS in it. We created 3 sales groups, and raised sales order using a particular sales grp, and invoiced it. now we want to view the value in KE30 r

  • Missing Tool, Format and Formula Bars

    I am new to Numbers and cannot figure out how to bring up the Tool Bar, the Format bar and the Formula bar also the Sheets pane on a spreadsheet. Is it because I cannot find the "View" button?