BUG: "Error: javac: invalid flag: path/file.sqlj"

I sometimes get this type of error when I make a file or a project in JDev 10g EA1, when all of the following conditions apply:
- I use make (using rebuild it never happens)
- I use javac (using ojc it never happens)
- I make a file/projects that somehow depends on a SQLJ file (with java-only scope it never happens)
- I use either JDK1.4.2_02 or JDK1.5.0_05
- My JDev, the JDKs, and my project data are all on paths without any spaces.
- Project size is ~1000 source files, source root path length is 25 chars.
Perhaps JDev tries to send SQLJ files by mistake to javac for compilation?
Regards,
Yaniv

I've tried to prepare a test case, but before I barely started I narrowed it down to the simplest possible case:
1) Create a new empty project
2) Set the project to use jdk1.5.0_05
3) Set compiler options to use javac
4) Create a new class, use defaults
5) File/Rename Class1.java to Class1.sqlj
6) Right-click the file and choose Make
This reproduces everytime I modify the file and make it or the project.
Could not reproduce it using ojc, or using 142_02 (with javac or ojc).
I believe this bug can be traced to either command-line formatting by JDev or jdk1.5.0_05's low-tolerance for passing non-java files to javac.

Similar Messages

  • "Error: javac: invalid flag: Program" in 10.3.1

    Howdy All,
    A very strange error is suddenly occuring when I try to build my Swing project. I think I am missing some quotes somewhere and the compiler is choking on the 'Program' bit when it should be 'Program Files/....', but I am clueless as to where this error is happenning.
    Does anyone know where I can start to pinpoint the problem? The message below is from JDeveloper.
    Cheers.
    Compiling
    C:\j2sdk1.4.2_06\bin\javac.exe -verbose -deprecation -source 1.4 -target 1.4 -encoding Cp1252 -g -classpath "C:\j2sdk1.4.2_06\jre\lib\rt.jar;C:\j2sdk1.4.2_06\jre\lib\i18n.jar;C:\j2sdk1.4.2_06\jre\lib\sunrsasign.jar;C:\j2sdk1.4.2_06\jre\lib\jsse.jar;C:\j2sdk1.4.2_06\jre\lib\jce.jar;C:\j2sdk1.4.2_06\jre\lib\charsets.jar;C:\j2sdk1.4.2_06\jre\classes;C:\Program Files\jdeveloper10.3\jdev\mywork\EndoSwing\classes;C:\Program Files\jdeveloper10.3\j2ee\home\lib\ojsp.jar;C:\Program Files\jdeveloper10.3\j2ee\home\jsp\lib\taglib\ojsputil.jar;C:\Program Files\jdeveloper10.3\j2ee\home\oc4j.jar;C:\Program Files\jdeveloper10.3\j2ee\home\lib\oc4j-internal.jar;C:\Program Files\jdeveloper10.3\j2ee\home\lib\servlet.jar;C:\Program Files\jdeveloper10.3\jdev\lib\ojc.jar;C:\Program Files\jdeveloper10.3\jsf-ri\jsf-api.jar;C:\Program Files\jdeveloper10.3\jsf-ri\jsf-impl.jar;C:\Program Files\jdeveloper10.3\jakarta-taglibs\commons-beanutils-1.6.1\commons-beanutils.jar;C:\Program Files\jdeveloper10.3\jakarta-taglibs\commons-digester-1.5\commons-digester.jar;C:\Program Files\jdeveloper10.3\jakarta-taglibs\commons-logging-1.0.3\commons-logging-api.jar;C:\Program Files\jdeveloper10.3\jakarta-taglibs\commons-logging-1.0.3\commons-logging.jar;C:\Program Files\jdeveloper10.3\jakarta-taglibs\commons-collections-2.1\commons-collections.jar;C:\Program Files\jdeveloper10.3\jakarta-taglibs\jstl-1.1\lib\jstl.jar;C:\Program Files\jdeveloper10.3\jakarta-taglibs\jstl-1.1\lib\standard.jar;C:\Program Files\jdeveloper10.3\jlib\adf-faces-impl-ea16.jar;C:\Program Files\jdeveloper10.3\jlib\adf-faces-api-ea16.jar;C:\Program Files\jdeveloper10.3\jlib\share.jar;C:\Program Files\jdeveloper10.3\jlib\jewt4.jar;C:\Program Files\jdeveloper10.3\jlib\inspect4.jar;C:\Program Files\jdeveloper10.3\jlib\help4.jar;C:\Program Files\jdeveloper10.3\jdev\lib\jdev-rt.jar" -sourcepath "C:\Program Files\jdeveloper10.3\jdev\mywork\EndoSwing\src" -d "C:\Program Files\jdeveloper10.3\jdev\mywork\EndoSwing\classes" @C:\DOCUME~1\elam\LOCALS~1\Temp\javac1056.tmp

    Elam,
    it looks about right except for the list of source files to be compiled where it shows a file name which doesn't make any sense at all:
    @C:\DOCUME~1\elam\LOCALS~1\Temp\javac1056.tmp
    Can you please check if this is a real file which happens to be part of your project?
    Another thing to try:
    + compile a single file of your project; does this work?
    or
    + use Run|Clean <project name> and then recompile project
    Georg
    JDev Team

  • Javac: invalid flag: C:\XML\web.xml

    Hi,
    I created a file web.xml in JCreator. When I tried to compile the file, it showed:
    javac: invalid flag: C:\XML\web.xml.
    Does any know how to solve the problem?
    Thanks in advance.
    Dan

    The following is the full message showed after the compiling. It also happened to *.jsp files.
    --------------------Configuration: <Default>--------------------
    javac: invalid flag: C:\XML\web.xml
    Usage: javac <options> <source files>
    where possible options include:
    -g Generate all debugging info
    -g:none Generate no debugging info
    -g:{lines,vars,source} Generate only some debugging info
    -nowarn Generate no warnings
    -verbose Output messages about what the compiler is doing
    -deprecation Output source locations where deprecated APIs are used
    -classpath <path> Specify where to find user class files
    -cp <path> Specify where to find user class files
    -sourcepath <path> Specify where to find input source files
    -bootclasspath <path> Override location of bootstrap class files
    -extdirs <dirs> Override location of installed extensions
    -endorseddirs <dirs> Override location of endorsed standards path
    -d <directory> Specify where to place generated class files
    -encoding <encoding> Specify character encoding used by source files
    -source <release> Provide source compatibility with specified release
    -target <release> Generate class files for specific VM version
    -version Version information
    -help Print a synopsis of standard options
    -X Print a synopsis of nonstandard options
    -J<flag> Pass <flag> directly to the runtime system
    Process completed.

  • RUL-01014 (Root Cause: javac: invalid flag)

    Hello,
    I am trying to create XML fact but I am getting the error bellow. Can someone help?
    Cannot perform operation. 'RUL-01014: Unable to add XML schema path D:\My Documents\download\Application1\Project1\event.xsd into data model. Please see the base exception for resolution. Root Cause: javac: invalid flag: Documents\download\Application1\Project1
    j
    ava.lang.Exception: javac: invalid flag: Documents\download\Application1\Project1 at oracle.rules.sdk.datamodel.impl.DataModelUtil.compileJavaFile(DataModelUtil.java:497) at oracle.rules.sdk.datamodel.DataModelManager.addXMLSchemaPath(DataModelManager.java:984) at oracle.rules.sdk.mapper.RuleObjectHelper.addSchemapath(RuleObjectHelper.java:2759) at oracle.rules.ra.uix.mvc.SchemaSelectorEH.addSchema(SchemaSelectorEH.java:138) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at oracle.rules.ra.uix.mvc.BeanEH.genericHandleEvent(BeanEH.java:869) at oracle.rules.ra.uix.mvc.BeanEH.handleEvent(BeanEH.java:838) at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source) at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source) at oracle.cabo.servlet.event.BasePageFlowEngine.handleRequest(Unknown Source) at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source) at oracle.cabo.servlet.ui.BaseUIPageBroker.handleRequest(Unknown Source) at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source) at oracle.cabo.servlet.UIXServlet.doGet(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:743) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64) at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:436) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448) at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239) at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34) at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:595)

    Hi Everyone,
    I am also facing same problem. My error is as fallows
    Cannot perform operation. 'RUL-01014: Unable to add XML schema path E:\Jdeveloper\Conditional_BPELProcess.xsd into data model. Root Cause: collision in class name mapping at node "{0}". '
    java.lang.Exception: collision in class name mapping at node "{0}". at oracle.xml.jaxb.JaxbSchemaCompiler.putBindingSchema
    Please help me.
    Thanks in Advance.
    Regards

  • \cintools\cin.obj : fatal error LNK1136: invalid or corrupt file

    Hi all;
    I am using winXP labView 7.0 and MVC++ 6.0
    I am trying to do a very simple CIN to get started I followed all the necessary stepes in the NI help manual
    http://digital.ni.com/public.nsf/websearch/01bd203de97aeba986256800007546bb
    I can compile it no problem but when I try to build the dll it sais
    \...\cintools\cin.obj : fatal error LNK1136: invalid or corrupt file Error executing link.exe.
    any ideas
    p.s. Its not the same problem where people are getting the Error with cmd.exe
    thanks in advance
    mushi
    Message Edited by mushi on 07-12-2005 09:49 AM

    Hi,
    Are you trying to build a CIN or a DLL? If you are buildinga  DLL, be aware that "a few of the steps necessary to create a CIN are not necessary in creating a DLL. Notably, the DLL does not need to link against cin.obj or lvsb.lib. Also, the build does not need to include the execution of lvsbutil.exe. However, be aware that functions specific to CINs (such as SetCINArraySize) will not work in a DLL."
    Hope this helps.
    Ankita

  • UTL_file Procedure- some error on invalid directory path

    Hi,
    I Created a file procedure...but while executing a procedure its showing directory Error....
    Find the solution and post it...
    Heading 2: h2. ERROR -29280ORA-29280: invalid directory path
    create or replace
    PROCEDURE HELLOFLE IS
    v_MyFileHandle UTL_FILE.FILE_TYPE;
    BEGIN
    v_MyFileHandle := UTL_FILE.FOPEN('C:\','HELLO.TXT','a');
    UTL_FILE.PUT_LINE(v_MyFileHandle,'Hello World! ' || TO_CHAR(SYSDATE,'MM-DD-YY HH:MI:SS AM'));
    UTL_FILE.FCLOSE(v_MyFileHandle);
    EXCEPTION
    WHEN OTHERS THEN
    DBMS_OUTPUT.PUT_LINE('ERROR ' || TO_CHAR(SQLCODE) || SQLERRM);
    NULL;
    END;

    This is the spec of fopen:
    UTL_FILE.FOPEN (
       location     IN VARCHAR2,
       filename     IN VARCHAR2,
       open_mode    IN VARCHAR2,
       max_linesize IN BINARY_INTEGER)
      RETURN file_type;
    Location is not "c:\" but a directory object name. See the pl/sql manual:
    http://docs.oracle.com/cd/B19306_01/appdev.102/b14258/u_file.htm

  • OIncomingPayment + BillOfExchange = error -5002 - Invalid dll path or name

    Hi for all,
       I´m having a problem when I try to pay a incoming payment from a invoice with BillOfExchange, I´ve been search all this forum for many hours, with all possibile combinations of subject, but any past topic could explain this problem.
       When I try to add a BillOfExchange of one invoice, I´m getting the error -5002 called 'Invalid dll path or name'. I know that the PaymentMethod that I use references the BankOfBrazil.dll library, but how can I handle this error? I´ve tried to put this file on my projects folder, but It wasn´t works...
       Here´s the code, I´m using the SAP B1 2005B PL36:
       Thanks
                'oIP = oIncomingPayments
                oIP = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oIncomingPayments)
                chave = oIP.DocEntry
                oIP.CardCode = oBP.CardCode
                oIP.CardName = oBP.CardName
                oIP.DocDate = Now
                oIP.DueDate = Now
                oIP.TaxDate = Now
                oIP.Invoices.AppliedFC = 0
                oIP.Invoices.DocEntry = oInvoiceIn.DocEntry
                oIP.Invoices.InvoiceType = 13
                oIP.Invoices.SumApplied = 5.85
                oIP.Invoices.InstallmentId = 1
                oIP.Invoices.Add()
                 oIP.BillOfExchange.PaymentMethodCode = oInvoiceIn.PaymentMethod
                oIP.BoeAccount = "1121110"
                oIP.BillOfExchangeAmount = 5.85
                '**** Commita ****
                lErrCode = oIP.Add 'Occours error -5002
                connmatriz.getConn().GetLastError(lErrCode, sErrMsg)
                If lErrCode <> 0 Then
                    connmatriz.getConn().EndTransaction(SAPbobsCOM.BoWfTransOpt.wf_RollBack)
                    GoTo FALHA
                End If

    HI
    I have also got several times same message:
    1. Disconnect with development environment
    2. Clear the SM_OB_DLL directory from the TEMP directory.
    3. Start it again, and try
    In the BankofBrazil stuffs i am so perfect....
    Regards,
    J.

  • Install iTunes 10.4.1 install error - The Folder Path "File Name" contains an invalid character

    Upgraded computer from XP Prof 32-Bit to Windows 7 Ultimate 64-Bit (Upgrade package, performed Custom Install).
    Attempt to install iTunes 10.4.1 for 64-Bit.  Receiving the following error/problem:
    The Folder Path "File Name on my external drive" contains an invalid character
    I click ok and then get this:
    The Installer encountered errors before iTunes could be configured.  Errors occurred during installation.  Your system could not be modified,  Please run the installer again, or click Finish to exit.
    Any fixes for this?

    Sorry, one of us is not managing to be clear enough.
    Does the message read The Folder Path "File Name on my external drive" contains an invalid character or perhaps The Folder Path "<some path name here>" contains an invalid character?
    If so, then the problem might be just what it says it is with the path name in question... Either way if you list the path given in the error message in a reply to this thread it might provide a clue for anyone tying to help with the problem.
    You could try downloading the installer to C:\iTunesSetup.exe in case that helps.
    tt2

  • Invalid flag error

    i'm trying to use JFreechart for my application.i tried installing it and tried setting classpath using the command
    prompt and it shows the following errors
    C:\Documents and Settings\Administrator>javac -classpath C:\Documents and Settin
    gs\Administrator\jfreechart-1.0.13\lib\jfreechart-1.0.13.jar;C:\Documents and Se
    ttings\Administrator\jfreechart-1.0.13\lib\jcommon-1.0.16.jar polardemo.java
    javac: invalid flag: Settings\Administrator\jfreechart-1.0.13\lib\jfreechart-1.0
    .13.jar;C:\Documents
    Usage: javac <options> <source files>
    use -help for a list of possible options
    where am i going wrong.i need my compiler to recognise the jfree class libraries.

    You're missing double quotes in your classpath value; if you don't use any, then the compiler will see these as multiple command arguments.
    Vincent

  • Invalid Directory Path Error

    Hi Guys i am executing the following commands to create a directory and to put a file in the newly created directory, it is givig error of invalid directory path.
    create directory dir_output as 'D:\Ora_Applications\'
    grant read, write on directory dir_output to public
    create or replace procedure Write_to_File
    IS
    f utl_file.file_type;
    begin
    f := utl_file.fopen('dir_output', 'something.txt', 'w');
    utl_file.put_line(f, 'line one: some text');
    utl_file.put_line(f, 'line two: more text');
    utl_file.fclose(f);
    end;
    when i execute the procedure it gives the following error:
    ERROR at line 1:
    ORA-29280: invalid directory path
    ORA-06512: at "SYS.UTL_FILE", line 18
    ORA-06512: at "SYS.UTL_FILE", line 424
    ORA-06512: at "SCOTT.WRITE_TO_FILE", line 5
    ORA-06512: at line 1
    Please help me out of it.
    Regards,
    Imran Baig

    f := utl_file.fopen('dir_output', 'something.txt', 'w');Directory name must be uppercase. Try
    f := utl_file.fopen('DIR_OUTPUT', 'something.txt', 'w');

  • Trying to compile tutorial gives invalid flag error

    C:\java\kodo-jdo-3.0.0b1\tutorial>javac -classpath ../lib/*.jar *.java
    javac: invalid flag: ../lib/jakarta-commons-lang-1.0.1.jar
    This in a windows cmd.exe prompt.
    Am I the first one ever to do this? Any suggestions?
    Karl.

    Ok, thanks. Silly error.
    I got the same for 2.5.2 and 3.0 so I just posted in developer.
    Stephen Kim wrote:
    Classpaths have to be full an explicit: e.g. javac -classpath
    c:javakodolibkodo-jdo.jar;c:javakodolibjdo1_0.jar
    and so forth.
    A good way to properly set up your environment is to use one of our GA
    level distributions (2.5.2 being the latest) and modifying jdocmd.bat or
    jdocommand.bat to 3.0's library dependencies.
    Also, until Kodo 3 goes into GA, the proper forum is solarmetric.kodo.beta
    as Kodo 3 is at a different tier of support for now.
    On Mon, 11 Aug 2003 22:26:55 +0000, Karl Nicholas wrote:>>
    C:javakodo-jdo-3.0.0b1tutorial>javac -classpath ../lib/*.jar *.java
    javac: invalid flag: ../lib/jakarta-commons-lang-1.0.1.jar
    This in a windows cmd.exe prompt.
    Am I the first one ever to do this? Any suggestions?
    Karl.
    Steve Kim
    [email protected]
    SolarMetric Inc.
    http://www.solarmetric.com

  • #ERR:75-Path/File access error

    Hi folks,
    Trying to build a report using the EVDRE data grid and upon dragging & dropping the object to the report display area, this error message  "#ERR:75-Path/File access error"  is showing up.  Please can anyone provide an explanation for this.
    Thanks,
    Ravi

    Hi Ravi,
    Please follow the Note # 1493992.
    Hope this helps.

  • SharePoint 2010, Visual Studio 2010, Packaging a solution - The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

    Hi,
    I have a solution that used to contain one SharePoint 2010 project. The project is named along the following lines:
    <Company>.<Product>.SharePoint - let's call it Project1 for future reference. It contains a number of features which have been named according
    to their purpose, some are reasonably long and the paths fairly deep. As far as I am concerned we are using sensible namespaces and these reflect our company policy of "doing things properly".
    I first encountered the following error message when packaging the aforementioned SharePoint project into a wsp:
    "The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters."
    I went through a great deal of pain in trying to rename the project, shorten feature names and namespaces etc... until I got it working. I then went about gradually
    renaming everything until eventually I had what I started with, and it all worked. So I was none the wiser...not ideal, but I needed to get on and had tight delivery timelines.
    Recently we wanted to add another SharePoint project so that we could move some of our core functinality out into a separate SharePoint solution - e.g. custom workflow
    error logging. So we created another project in Visual Studio called:
    <Company>.<Product>.SharePoint.<Subsystem> - let's call it Project2 for future reference
    And this is when the error has come back and bitten me! The scenario is now as follows:
    1. project1 packages and deploys successfully with long feature names and deep paths.
    2. project2 does not package and has no features in it at all. The project2 name is 13 characters longer than project1
    I am convinced this is a bug with Visual Studio and/or the Package MSBuild target. Why? Let me explain my findings so far:
    1. By doing the following I can get project2 to package
    In Visual Studio 2010 show all files of project2, delete the obj, bin, pkg, pkgobj folders.
    Clean the solution
    Shut down Visual Studio 2010
    Open Visual Studio 2010
    Rebuild the solution
    Package the project2
    et voila the package is generated!
    This demonstrates that the package error message is in fact inaccurate and that it can create the package, it just needs a little help, since Visual Studio seems to
    no longer be hanging onto something.
    Clearly this is fine for a small time project, but try doing this in an environment where we use Continuous Integration, Unit Testing and automatic deployment of SharePoint
    solutions on a Build Server using automated builds.
    2. I have created another project3 which has a ludicrously long name, this packages fine and also has no features contained within it.
    3. I have looked at the length of the path under the pkg folder for project1 and it is large in comparison to the one that is generated for project2, that is when it
    does successfully package using the method outlined in 1. above. This is strange since project1 packages and project2 does not.
    4. If I attempt to add project2 to my command line build using MSBuild then it fails to package and when I then open up Visual Studio and attempt to package project2
    from the Visual Studio UI then it fails with the path too long error message, until I go through the steps outlined in 1. above to get it to package.
    5. DebugView shows nothing useful during the build and packaging of the project.
    6. The error seems to occur in
    CreateSharePointProjectService target called at line 365 of
    Microsoft.VisualStudio.SharePoint.targetsCurrently I am at a loss to work out why this is happening? My next task is to delete
    project2 completely and recreate it and introduce it into my Visual Studio solution.
    Microsoft, can you confirm whether this is a known issue and whether others have encountered this issue? Is it resolved in a hotfix?
    Anybody else, can you confirm whether you have come up with a solution to this issue? When I mean a solution I mean one that does not mean that I have to rename my namespaces,
    project etc... and is actually workable in a meaningful Visual Studio solution.

    Hi
    Yes, I thought I had fixed this my moving my solution from the usual documents  to
    c:\v2010\projectsOverflow\DetailedProjectTimeline
    This builds ok, but when I come to package I get the lovely error:
    Error 2 The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. C:\VS2010\ProjectsOverflow\DetailedProjectTimeline\VisualDetailedProjectTimelineWebPart\Features\Feature1\Feature1.feature VisualDetailedProjectTimeline
    Now, the error seems to be related to 
    Can anyone suggest what might be causing this. Probably some path in an XML file somewhere. Here is my prime suspect!
    <metaData>
    <type name="VisualDetailedProjectTimelineWebPart.VisualProjectTimelineWebPart.VisualProjectTimeline, $SharePoint.Project.AssemblyFullName$" />
    <importErrorMessage>$Resources:core,ImportErrorMessage;</importErrorMessage>
    </metaData>
    <data>
    <properties>
    <property name="Title" type="string">VisualProjectTimelineWebPart</property>
    <property name="Description" type="string">My Visual WebPart</property>
    </properties>
    </data>
    </webPart>
    </webParts>
    .... Unless I can solve this I will have to remove the project and recreate but with simple paths. Tho I will be none the wiser if I come across this again.
    Daniel

  • Invalid Parent Path in Archive

    Secure Access V2.0 returned an error when I tried to open my vault. After I type in the password I get the error message, "Invalid Parent Path In Archive".  When I click 'OK' I get the standard "4 Ways To Protect Your Data" screen as usual when I open a vault. When I click the 'Next" button I get the error, "This vault could not be loaded, it may be located on another computer or the original vault file has been manually removed." After I click OK the main screen opens. It has the vault listed, but if I click on it I get the same error message.  Whats going on? How can I access my vault? It is my backup for important documents and archives. No, I haven't moved or deleted the vault. The vault is located on the memory stick.I only work from one computer running Windows 7. This particular Sandisk 32 Extreme is never used with any other computer. I haven't changed the password. Everything was working fine until I just couldn't sign in.

    Hello, There are some steps you can try in order to recover the vault files . 1) copy the vault and secure access application from the write protected drive over to the new drive2) run secure access on the new drive3) when it prompts to create a new vault go ahead and create a new vault with the exact same password as the old vault4) encrypt any file in the new vault (this will generate two new system files)5) close secure access6) open the vault folder on the new drive via windows explorer, navigate to the system files folder, you should see several files, among them are two sets of "USB Flash Drive-XXXXXXXXXXXXXXX.idx and .bak files7) Looking at the date stamps of the files, 2 will be older and 2 will be newer (you can also check on the old write protected drive to confirm the names of the older files, the older files contain the encryption information needed however the file name is associated with the previous drive we will need to rename the old files)8) copy the 2 newer files and paste them into any temporary location outside of the flash drive (i.e.. desktop)8) once you've copied the two new files to a temporary location delete the originals from the system files folder on the flash drive.9) go to the temporary location and copy only the file name from the .idx file (the file name, not the file itself)10) go to the vault / system files and rename the old .idx file with the name you copied from the new .idx file11) repeat the same for the idx.bak file12) now you should have renamed the old .idx and .idx.bak files with the names of the newly generated system files.  

  • Install 11gR2 RAC Database Problem: Invalid source path /.../Datafiles

    Folks,
    Hello. I am installing Oracle 11gR2 RAC using 2 VMs (rac1 and rac2) whose OS are Oracle Linux 5.6 in VMPlayer according to the website http://appsdbaworkshop.blogspot.com/2011/10/11gr2-rac-on-linux-56-using-vmware.html
    I have just finished installing Grid infrastructure and start to install RAC database 11gR2.
    I have downloaded 2 files from https://edelivery.oracle.com as below:
    V17530-01_1of2
    V17530-01_2of2
    When I start to install the RAC database using the above 2 files but get the error below:
    [ora11g@rac1 V17530-01_1of2]$ ls
    database
    [ora11g@rac1 V17530-01_1of2]$ cd database
    [ora11g@rac1 database]$ ls
    doc install response rpm runInstaller sshsetup stage welcome.html
    [ora11g@rac1 database]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 120 MB. Actual 5028 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 2224 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-03-06_11-08-23AM. Please wait ...
    Invalid source path '../stage/Components/oracle.jdk/1.5.0.17.0/1/DataFiles' specified for unzip. Unzip command failed. Please check oraparam.ini and specify a valid source path.
    : No such file or directory
    [ora11g@rac1 database]$
    As we see the output above, the error is Invalid source path /../stage/Components/oracle.jdk/1.5.0.17.0/1/DataFiles.
    My questions are:
    First, are the files V17530-01_1of2 and V17530-01_2of2 the correct files for 11gR2 RAC database ?
    Second, how to solve the issue "Invalid source path /../stage/Components/oracle.jdk/1.5.0.17.0/1/DataFiles" ?
    Thanks.

    Folks,
    Hello. thanks a lot for replying.
    I go up one level ( / ) and run the command again as below:
    [root@rac1 /]# du --max-depth=1 -h
    Its output:
    8.0K ./srv
    83M ./sbin
    9.0G ./tmp
    4.9G ./usr
    157M ./var
    20M ./boot
    8.4M ./bin
    3.3G ./u01
    252M ./lib
    8.0K ./selinux
    12K ./mnt
    16K ./lost+found
    164M ./dev
    0 ./misc
    29M ./lib64
    8.0K ./u02
    100K ./tftpboot
    12K ./media
    0 ./proc
    248K ./root
    0 ./sys
    117M ./etc
    3.3G ./home
    3.5M ./opt
    25G .
    [root@rac1 /]#
    As we see the output above, it seems that 25GB disk space is used and /tmp occupies 9GB.
    I have remove the files under /tmp but after reboot OS, the same files come up again under /tmp.
    Some folks use 12GB for each of their VMs and is enough to install Grid and RAC Database.
    My questions are:
    Why my VM with 30GB disk space does not have enough disk space to install RAC database ?
    Can any folk help to solve the issue ?
    Thanks.

Maybe you are looking for

  • I cant back up my mac with time capsule.

    While trying to back up my imac with time capsule it stops at the same point and says there is an error.  Techtool deluxe scan revealed I have errors in volume structure, surface scan, and directory scan. All 3 say i should reformat the media, replac

  • Are there known problems with mountain lion download?

    My iMac will not longer boot up after downloading Mountain Lion. I am also now unable to boot from the Snow Leopard disk. Has anyone any ideas?

  • Selections Screen Processing

    I have a selection screen with several select-options, most of which allow multiple selections and/or ranges. These selection crietera have to be used to retrieve data for a report.  I can generate a first SQL statement to retrieve all the records me

  • Failed to load resource: the server responded with a status of 404 (Dropped by firewall)

    We have never been able to contact www.aplcomp.com Apparentlly they have blacklisted our network, and chat support is unable to handle the problem. We are a registered user of CS6  (did it by mobile modem), and have never learned about beiing listed

  • Error encounter while doing IM Messaging

    I am trying to do an async messaging using IM, so when I reply to the using the <transaction id> <params> via my jabber client, this error will occur. I am working on a standalone. I have this error logged in the log file. <MESSAGE> <HEADER> <TSTZ_OR