Java.io.IOException: Cannot run program "ant"

Hi all,
I'm running a Job in Hudson.
I build this job from a Hudson Master Server but the job is built in a Hudson Linux Node.
This is the result:
Started by user builder
Building remotely on Linux-Node
Updating http://150.200.20.200:8000/mvtv_all/DESCOS/MVTVc_D2ph1/branches revision: 17-may-2013 16:01:46 depth:infinity ignoreExternals: false
At revision 529
Updating http://150.200.200.200:8000/mvtv_all/DESCOS/KaluModules/branches revision: 17-may-2013 16:01:46 depth:infinity ignoreExternals: false
At revision 529
no change for http://159.200.300.20:8000/mvtv_all/DESCOS/MVTVc_D2ph1/branches since the previous build
no change for http://159.230.300.20:8000/mvtv_all/DESCOS/KaluModules/branches since the previous build
No emails were triggered.
[bt] $ ant -file build.xml -DSUBSYSTEM=ALL -DTARGET=makeBuild -DCRLIST= -DOWNER= -DbuildTool.patch.release=$RELEASE -DbuildTool.system=$SYSTEM -DbuildTool.patch.type=$PATCH_TYPE -DbuildTool.subsystem=ALL -DbuildTool.buildRules=pkgBuild -DbuildTool.dynamicView=$WORKSPACE/ALL -DbuildTool.compilationRules=compile -DbuildTool.patch.name=$PATCH_NAME makeBuild
FATAL: command execution failed.Maybe you need to configure the job to choose one of your Ant installations?
java.io.IOException: Cannot run program "ant" (in directory "/hudson/buildTool/src/bt"): error=2, No existe el fichero o el directorio
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
at hudson.Proc$LocalProc.<init>(Proc.java:192)
at hudson.Proc$LocalProc.<init>(Proc.java:164)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:639)
at hudson.Launcher$ProcStarter.start(Launcher.java:274)
at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:794)
at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:768)
at hudson.remoting.UserRequest.perform(UserRequest.java:114)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:283)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.io.IOException: error=2, No existe el fichero o el directorio
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:135)
at java.lang.ProcessImpl.start(ProcessImpl.java:130)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1021)
... 15 more
Do you know something about this issue?
Thanks and Regards

No, and this is not the Hudson forums either. But see this error?
FATAL: command execution failed.Maybe you need to configure the job to choose one of your Ant installations?Try posting that in Google and see what you get. That's basic misery solution research 101. Post the error in Google. 999/1000 times someone has already run into it before. Please learn from their experiences by reading through them.

Similar Messages

  • ProcessBuilder: Cannot run program

    Hello,
    In my code I need to run a windows application. Through the Command Prompt I would type:
    C:\>"C:\Documents and Settings\Simpatico\My Documents\Woerter Speichern Files\changeBackgroud" "C:\\Documents and Settings\\Simpatico\\My Documents\\Woerter Speichern Files\\testimage.bmp"In Java I wrote:
    ProcessBuilder pb = new ProcessBuilder("C:\\Documents and Settings\\Simpatico\\My Documents\\Woerter Speichern Files\\changeBackground", C:\\Documents and Settings\\Simpatico\\My Documents\\Woerter Speichern Files\\testimage.bmp);
              pb.directory(new File("C:\\Documents and Settings\\Simpatico\\My Documents\\Woerter Speichern Files"));
              try {
                   pb.start();
              } catch (IOException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();And I get:
    java.io.IOException: Cannot run program "C:\Documents and Settings\Simpatico\My Documents\Woerter Speichern Files\changeBackground": CreateProcess error=2, The system cannot find the file specified
         at java.lang.ProcessBuilder.start(Unknown Source)The problem is with executing the application, changeBackground in the first place, and not the parameter passing.

    simpatico_gabriele wrote:
    1. They are not. Please qualify ur claim.All right, I will. Your code is like this:
    ProcessBuilder pb = new ProcessBuilder("C:\\Documents and Setting...{code}
    The string you pass as a parameter there starts with the letter C, not with a quote. You still don't believe it? Try this:
    {code}System.out.println("C:\\Documents and Setting");{code}
    Notice how what's printed out doesn't start with a quote?
    It's really annoying how you ask for help and then flatly reject it when it's given. This is the last help I will be giving you.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Cannot run program "keytool": java.io.IOException

    Hi,
    I would like to follow the procedure to change the master password
    of glassfish server hosting APEX listener
    using the change-master-password subcommand, but the utility keytool
    is not found:
    glassfish@ahost:/opt/glassfish3/glassfish/domains/mydom01/config> /opt/glassfish3/bin/asadmin
    /opt/glassfish3/bin/asadmin
    Use "exit" to exit and "help" for online help.
    asadmin> change-master-password mydom01
    Enter the current master password> changeit
    Enter the new master password> changedit
    Enter the new master password again> changedit
    Cannot run program "keytool": java.io.IOException: error=2, No such file or directory
    Command change-master-password failed.
    asadmin>
    Command multimode failed.
    glassfish@ahost:/opt/glassfish3/glassfish/domains/mydom01/config> which java
    /usr/bin/java
    glassfish@ahost:/opt/glassfish3/glassfish/domains/mydom01/config>
    All of glassfish is running fine apart from this.
    keytool could be found in /usr/java/latest/bin/keytool.
    Do we need to have this in the path? There is no requirement in the
    install guide for this, nor did the RPM installation adjust the system
    path accordingly.
    Hopefully someone can tell my how things ought to be regarding keytool?
    Thanks, Tom

    Hi Tom,
    the procedure to change the master password of glassfish server hosting APEX listener... sounds more like a GlassFish-related topic to me. I guess you'd get the best answers for such questions in a GlassFish-related forum...
    For what it's worth, I'll try my best anyway:
    Cannot run program "keytool": java.io.IOException: error=2, No such file or directoryThis seems to be a pretty clear error message: keytool , which is probably used to manage the keys for GlassFish users, wasn't found. This means, you're either running on an OS that is not officially certified for GlassFish, or you GlassFish hasn't been configured properly.
    You ran
    glassfish@ahost:/opt/glassfish3/glassfish/domains/mydom01/config> which java
    /usr/bin/java... which indicates you assume your GlassFish is running without JAVA_HOME being set. If that's true, I'd begin to setup you GlassFish properly starting with that parameter.
    Anyway, you also found out that
    keytool could be found in /usr/java/latest/bin/keytool.... which is not +/usr/bin+ and hence probably not in the global search path of the user on whose behalf your GlassFish is running. So, you could either create a link-set[*] for +/usr/bin/keytool+ to (finally) point to +/usr/java/latest/bin/keytool+, or you setup JAVA_HOME to be +/usr/java/latest+ .
    [*] Note that depending on your OS there might be more than one stage of indirection, e.g. my Ubuntu has +/usr/bin/java+ pointing to +/etc/alternatives/java+ which is pointing to +/usr/lib/jvm/java-6-sun/jre/bin/java+ where +/usr/lib/jvm/java-6-sun/+ is pointing to the directory containing the actual JDK to be used. You'll probably find something like that on your system as well. My Ubuntu box has a link for +/usr/bin/keytool+, so I get that when running "which keytool".
    Do we need to have this in the path? There is no requirement in the install guide for this, nor did the RPM installation adjust the system path accordingly.Again, this is not a GlassFish forum.
    I hope my hints help you solve your problem. If they don't, please choose the appropriate forum for your next post on that topic. And I guess, giving some more information on your OS and how you manage your JDK (and which version you use) will help people there to help you.
    Thanks,
    Udo

  • Exception "Cannot run program" while using ProcessBuilder class

    Hi Java-Folks,
    I try to start a program within a Java application using the ProcessBuilder class. This is the first time I use ProcessBuilder so I do not have any deep knowledge of it. Here is a snippet of my code:
    static void connectToHost(String Host) {
    ProcessBuilder pb = new ProcessBuilder("connect.exe"), Host);
    Map<String, String> env = pb.environment();
    env.put("SHELLWIDTH", "64");
    pb.directory(new File("C:\\MyProgram\\ExApp\\shell"));
    try (
    Process p = pb.start();
    } catch (IOException ex) {
    Logger.getLogger(ShellUtil.class.getName()).log(Level.SEVERE, null, ex);
    }Using this method I get an IOException which says *"Cannot run program "connect.exe" (in directory "C:\MyProgram\ExApp\shell"): CreateProcess error=2, The system couldn't find the specified file"*
    Does anybody have an idea why this is not working? I tried to start another application like "notepad.exe" and that works fine. So it seems related to the fact
    that the program I want to start is only available in a certain directory and not via the PATH env-variable.
    I would appreciate any help or hint :-)
    Regards,
    Lemmy

    Okay I guess I misinterpreted the JavaDocs regarding the directory method. The exception message is a little bit confusing too, because it seems like Java tries to find the Application within the specified
    working directory.
    I tried to use the full path with the ProcessBuilder constructor and it looks like this variant is working. I still have some trouble with the application itself but I was able to start another program which is
    not in the PATH var, using the full path to the executable.
    Thanks for the help so far.
    Bye
    Lemmy

  • Java.io.IOException: Cannot allocate memory

    Hi all,
    What is the root cause of java.io.IOException: Cannot allocate memory? the
    exception is throws every several days.
    the application is a web application that run in WLS 8.1 sp3.
    source code that throws the exception like bellow, in a http request, the
    method will be called not more than 4 times.
    public void doit() throws IOException {
    Process process = java.lang.Runtime.getRuntime().exec("chmod 777 -R
    /fileroot");
    setProcess(process);
    Error message:
    java.io.IOException: java.io.IOException: Cannot allocate memory
    at java.lang.UNIXProcess.<init>(UNIXProcess.java:143)
    at java.lang.Runtime.execInternal(Native Method)
    at java.lang.Runtime.exec(Runtime.java:566)
    at java.lang.Runtime.exec(Runtime.java:428)
    at java.lang.Runtime.exec(Runtime.java:364)
    at java.lang.Runtime.exec(Runtime.java:326)
    Runtime env overview
    1. WLS start commond
    /opt/bea/jdk142_04/bin/java -server -Xms2048m -Xmx2048m -XX:PermSize=512m -XX:MaxPermSize=512m
    -Dweblogic.Name=myserver -Dweblogic.management.username=wlsUser -Dweblogic.management.password=wlsPWD
    -Dweblogic.ProductionModeEnabled=true
    2. JVM version /opt/bea/jdk142_04/bin/java -version
    java version "1.4.2_04"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)
    Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode)
    3. OS version # uname -a
    Linux 2.4.21-9.0.1.ELsmp #1 SMP Mon Feb 9 22:26:51 EST 2004 i686 i686 i386
    GNU/Linux
    4. top command response
    20:29:04 up 5 days, 13:51, 1 user, load average: 0.03, 0.03, 0.00
    56 processes: 55 sleeping, 1 running, 0 zombie, 0 stopped
    CPU states: cpu user nice system irq softirq iowait idle
    total 6.6% 0.0% 0.0% 0.2% 0.0% 0.0% 93.0%
    cpu00 0.0% 0.0% 0.0% 0.9% 0.0% 0.0% 99.0%
    cpu01 12.8% 0.0% 0.0% 0.0% 0.0% 0.0% 87.1%
    cpu02 0.0% 0.0% 0.0% 0.0% 0.0% 0.0% 100.0%
    cpu03 13.8% 0.0% 0.0% 0.0% 0.0% 0.0% 86.1%
    Mem: 4124016k av, 2905472k used, 1218544k free, 0k shrd, 153952k
    buff
    1327256k active, 1262088k inactive
    Swap: 2097136k av, 0k used, 2097136k free 1686144k
    cached
    Many thanks for reading my post and any advice would be greatly appreciated
    Thanks,
    Steve

    Hi all,
    What is the root cause of java.io.IOException: Cannot allocate memory? the
    exception is throws every several days.
    the application is a web application that run in WLS 8.1 sp3.
    source code that throws the exception like bellow, in a http request, the
    method will be called not more than 4 times.
    public void doit() throws IOException {
    Process process = java.lang.Runtime.getRuntime().exec("chmod 777 -R
    /fileroot");
    setProcess(process);
    Error message:
    java.io.IOException: java.io.IOException: Cannot allocate memory
    at java.lang.UNIXProcess.<init>(UNIXProcess.java:143)
    at java.lang.Runtime.execInternal(Native Method)
    at java.lang.Runtime.exec(Runtime.java:566)
    at java.lang.Runtime.exec(Runtime.java:428)
    at java.lang.Runtime.exec(Runtime.java:364)
    at java.lang.Runtime.exec(Runtime.java:326)
    Runtime env overview
    1. WLS start commond
    /opt/bea/jdk142_04/bin/java -server -Xms2048m -Xmx2048m -XX:PermSize=512m -XX:MaxPermSize=512m
    -Dweblogic.Name=myserver -Dweblogic.management.username=wlsUser -Dweblogic.management.password=wlsPWD
    -Dweblogic.ProductionModeEnabled=true
    2. JVM version /opt/bea/jdk142_04/bin/java -version
    java version "1.4.2_04"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)
    Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode)
    3. OS version # uname -a
    Linux 2.4.21-9.0.1.ELsmp #1 SMP Mon Feb 9 22:26:51 EST 2004 i686 i686 i386
    GNU/Linux
    4. top command response
    20:29:04 up 5 days, 13:51, 1 user, load average: 0.03, 0.03, 0.00
    56 processes: 55 sleeping, 1 running, 0 zombie, 0 stopped
    CPU states: cpu user nice system irq softirq iowait idle
    total 6.6% 0.0% 0.0% 0.2% 0.0% 0.0% 93.0%
    cpu00 0.0% 0.0% 0.0% 0.9% 0.0% 0.0% 99.0%
    cpu01 12.8% 0.0% 0.0% 0.0% 0.0% 0.0% 87.1%
    cpu02 0.0% 0.0% 0.0% 0.0% 0.0% 0.0% 100.0%
    cpu03 13.8% 0.0% 0.0% 0.0% 0.0% 0.0% 86.1%
    Mem: 4124016k av, 2905472k used, 1218544k free, 0k shrd, 153952k
    buff
    1327256k active, 1262088k inactive
    Swap: 2097136k av, 0k used, 2097136k free 1686144k
    cached
    Many thanks for reading my post and any advice would be greatly appreciated
    Thanks,
    Steve

  • Java.io.IOException: cannot verify signature block file META-INF/MYKEY

    Hello,
    i have a serios problem in my company.
    I developed javaws aplication running since years and now we have starting problems with actual java, it brings security warnings. This warning says this application will be blocked in further releases.
    The app is signed with an old java 6 jarsigner.  If I sign the jar files of the app with java 7 u45 or u40, I receive the following exception by webstart :
    java.io.IOException: cannot verify signature block file META-INF/MYKEY
        at com.sun.deploy.cache.CacheEntry$10.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.deploy.cache.CacheEntry.writeFileToDisk(Unknown Source)
        at com.sun.deploy.cache.CacheEntry.writeFileToDisk(Unknown Source)
        at com.sun.deploy.cache.Cache.downloadResourceToTempFile(Unknown Source)
        at com.sun.deploy.cache.Cache.downloadResourceToCache(Unknown Source)
        at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
        at com.sun.deploy.net.DownloadEngine.downloadResource(Unknown Source)
        at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
        at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
        at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
    do somebody have an idea what I could try to do to solve this problem?
    I create the keystore  on the follwoing way: C:\Programme\Java\jdk1.7.0_45\bin>keytool -genkey -keyalg RSA -alias MYKEY -keystore fspKeys -storepass xxxxxxxx

    I have JRE 1.5.0_14 in the client machine.
    Once this exception comes, no matter how many times I tried to relaunch the application same exception (cannot verify signature block is shown. Once i restart the server, its working fine.
    Regarding jardiff, Yes. we use it.
    Also, this exception is not shown on every machine which are trying to download same update. Only on few..
    Any idea regarding this, please share it.
    Chakri
    Edited by: chakriv on Mar 22, 2010 9:02 PM

  • OWB - Workflow- Cannot run program "/usr/bin/perl": CreateProcess error=2,

    Hi All,
    I am using OWB 11gR2 and I am getting "perl" location error after start workflow for any dimension or fact.
    *Cannot run program "/usr/bin/perl": CreateProcess error=2, The system cannot find the file specified
    The log is below. I am using Windows 2008 R2 OS and 11gR2 DB. The perl path is set in the environment variables and I can run the perl.exe from command line.
    Why OWB is looking for the Unix base path "/usr/bin/perl": is a question for me.
    If anybody knows the issue please guide me.
    Thanks
    OUBIWF_D_DEVICE_ACTIVITY_TYPE                                        2012-07-04 16:57:37.0     4
    Parameters                                             
    OUBIWF_D_DEVICE_ACTIVITY_TYPE:FILEMGR_PRE                              1          2012-07-04 16:57:38.0     2
    Parameters                                             
    RPE-02229: The following debug information was collected:                                             
    RPE-02230: Debug Information: os.name = Windows Server 2008 R2                                             
    RPE-02230: Debug Information: os.version = 6.1                                             
    RPE-02230: Debug Information: os.arch = amd64                                             
    RPE-02230: Debug Information: user.name = INT-A-MDM-01$                                             
    RPE-02230: Debug Information: user.dir = C:\product\11.2.0\dbhome_3\owb\bin\win32                                             
    RPE-02230: Debug Information: argv.arg0 = /usr/bin/perl                                             
    RPE-02230: Debug Information: argv.arg1 = /spl/intbase/DB/tools/filemgr/splfilemgr.plx                                             
    RPE-02230: Debug Information: argv.arg2 = -l                                             
    RPE-02230: Debug Information: argv.arg3 = /spl/BIDevelopment/bi2400db                                             
    RPE-02230: Debug Information: argv.arg4 = -n                                             
    RPE-02230: Debug Information: argv.arg5 = D_DEVICE_ACTIVITY_TYPE_EXT.DAT                                             
    RPE-02230: Debug Information: argv.arg6 = -p                                             
    RPE-02230: Debug Information: argv.arg7 = 1                                             
    RPE-02230: Debug Information: argv.arg8 = -s                                             
    RPE-02230: Debug Information: argv.arg9 = S                                             
    RPE-02230: Debug Information: argv.stdin =                                             
    RPE-02230: Debug Information: USERPROFILE = C:\Windows\system32\config\systemprofile                                             
    RPE-02230: Debug Information: JAVAPATH = C:\product\11.2.0\dbhome_3\jdk6                                             
    RPE-02230: Debug Information: NODEID = 1                                             
    RPE-02230: Debug Information: IAS_HOME = C:\product\11.2.0\dbhome_3                                             
    RPE-02230: Debug Information: SystemDrive = C:                                             
    RPE-02230: Debug Information: RTHOME = C:\product\11.2.0\dbhome_3                                             
    RPE-02230: Debug Information: Path = C:\product\11.2.0\dbhome_3\bin;C:\product\11.2.0\dbhome_3\jdk6\jre\bin\client;C:\product\11.2.0\dbhome_3\jdk6\jre\bin;C:\product\11.2.0\dbhome_3\owb\bin\admin;C:\Windows\system32                                             
    RPE-02230: Debug Information: CONNECT_SPEC = 10.34.32.136:1521:MDM                                             
    RPE-02230: Debug Information: PROCESSOR_REVISION = 1a05                                             
    RPE-02230: Debug Information: OCM_ORACLE_HOME = C:\product\11.2.0\dbhome_3                                             
    RPE-02230: Debug Information: USERDOMAIN = WORKGROUP                                             
    RPE-02230: Debug Information: ALLUSERSPROFILE = C:\ProgramData                                             
    RPE-02230: Debug Information: TMP = C:\Windows\TEMP                                             
    RPE-02230: Debug Information: CommonProgramFiles = C:\Program Files\Common Files                                             
    RPE-02230: Debug Information: PROMPT = $P$G                                             
    RPE-02230: Debug Information: PROCESSOR_LEVEL = 6                                             
    RPE-02230: Debug Information: JVM_OPTIONS = -Xmx768M                                             
    RPE-02230: Debug Information: LOCALAPPDATA = C:\Windows\system32\config\systemprofile\AppData\Local                                             
    RPE-02230: Debug Information: COMPUTERNAME = INT-A-MDM-01                                             
    RPE-02230: Debug Information: SystemRoot = C:\Windows                                             
    RPE-02230: Debug Information: ORA_HOME = C:\product\11.2.0\dbhome_3                                             
    RPE-02230: Debug Information: USERNAME = INT-A-MDM-01$                                             
    RPE-02230: Debug Information: APPDATA = C:\Windows\system32\config\systemprofile\AppData\Roaming                                             
    RPE-02230: Debug Information: ProgramData = C:\ProgramData                                             
    RPE-02230: Debug Information: PATHEXT = .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC                                             
    RPE-02230: Debug Information: ORACLE_HOME = C:\product\11.2.0\dbhome_3                                             
    RPE-02230: Debug Information: RTUSER = OWBSYS                                             
    RPE-02230: Debug Information: ProgramFiles(x86) = C:\Program Files (x86)                                             
    RPE-02230: Debug Information: TEMP = C:\Windows\TEMP                                             
    RPE-02230: Debug Information: OEM_HOME = C:\product\11.2.0\dbhome_3                                             
    RPE-02230: Debug Information: ProgramFiles = C:\Program Files                                             
    RPE-02230: Debug Information: JDK_HOME = C:\product\11.2.0\dbhome_3\jdk6                                             
    RPE-02230: Debug Information: OCM_HOME = C:\product\11.2.0\dbhome_3                                             
    RPE-02230: Debug Information: ProgramW6432 = C:\Program Files                                             
    RPE-02230: Debug Information: PROCESSOR_IDENTIFIER = Intel64 Family 6 Model 26 Stepping 5, GenuineIntel                                             
    RPE-02230: Debug Information: STARTUP_TYPE = -manual                                             
    RPE-02230: Debug Information: PROCESSOR_ARCHITECTURE = AMD64                                             
    RPE-02230: Debug Information: OS = Windows_NT                                             
    RPE-02230: Debug Information: FP_NO_HOST_CHECK = NO                                             
    RPE-02230: Debug Information: CommonProgramW6432 = C:\Program Files\Common Files                                             
    RPE-02230: Debug Information: ORACLE_SID = mdm                                             
    RPE-02230: Debug Information: DISCOVERER_ALLOW_DB_CONNECT_STRING = YES                                             
    RPE-02230: Debug Information: OWB_HOME = C:\product\11.2.0\dbhome_3                                             
    RPE-02230: Debug Information: NUMBER_OF_PROCESSORS = 2                                             
    RPE-02230: Debug Information: PUBLIC = C:\Users\Public                                             
    RPE-02230: Debug Information: PSModulePath = C:\Windows\system32\WindowsPowerShell\v1.0\Modules\                                             
    RPE-02230: Debug Information: CommonProgramFiles(x86) = C:\Program Files (x86)\Common Files                                             
    RPE-02230: Debug Information: ComSpec = C:\Windows\system32\cmd.exe                                             
    RPE-02235: The operating system has reported that it cannot execute the requested command. This may be because the command or the parameters are invalid, or that the command is shell command. Any result code return is specific to the operating system. Debug information has been produced.                                             
    Cannot run program "/usr/bin/perl": CreateProcess error=2, The system cannot find the file specified                                             
    OUBIWF_D_DEVICE_ACTIVITY_TYPE:EMAIL_FILEMGR                              1          2012-07-04 16:57:40.0Parameters                                             
    ORA-24247: network access denied by access control list (ACL)
    ORA-06512: at "SYS.UTL_TCP", line 17
    ORA-06512: at "SYS.UTL_TCP", line 267
    ORA-06512: at "SYS.UTL_SMTP", line 161
    ORA-06512: at "SYS.UTL_SMTP", line 197
    ORA-06512: at line 8

    Hi There
    Am experiencing the same issue. Did you manage to resolve it, is so can you advice what the resolution is. Thanks
    Regards,
    Kayode

  • Error: Cannot run program "C:\Oracle\Middleware\jdk160_21\jre\bin\javaw.exe

    Hi
    I have created a sample Fusion Web Application(ADF) and created a test.jsp in viewcontroller with few components. I have started the integrated weblogic server and started successfully, but when I run test.jsp it is giving me the below error
    Error: Cannot run program "C:\Oracle\Middleware\jdk160_21\jre\bin\javaw.exe" (in directory "C:\Documents and Settings\chowdamr\Application Data\JDeveloper\system11.1.1.4.37.59.23\o.jdeveloper\DefaultWorkspace"): CreateProcess error=267, The directory name is invalid.
    Initially this page is working successfuly.
    Please tell me whats the problem.
    Edited by: 858782 on May 13, 2011 5:28 AM

    There are some problems when JDev's system directory (e.g. the \system11.1.1.4.37.59.23 directory) is in a path that contains spaces (as it is in your case - C:\Documents and Settings\...). Move the system directory to a path without spaces and try again. The simplest way to move it is to start JDeveloper in a "single user" mode (use <tt>jdeveloper.exe -singleuser</tt>) which will create the system directory within JDev's home directory. Of course, if your JDeveloper is installed in a path containing spaces, it will not work either (for example, if JDev is in C:\Program Files\...).
    Have a look here for a more sophisticated approach for moving the system directory to another location:
    http://technology.amis.nl/blog/8387/change-the-jdeveloper-system-directory
    Dimitar

  • WANTED: java.io.IOException: Cannot allocate memory

    hi all!
    anybody seen/knows about this stacktrace:
    java.io.IOException: Cannot allocate memory at
    java.net.PlainDatagramSocketImpl.send(Native Method) at
    java.net.DatagramSocket.send(DatagramSocket.java:581) at
    I have search the corr. PlainDatagramSocketImpl.c impl and didnt find anything about this message?
    Facts: It has nothing to do with max packet size (65k) or so..
    best regards
    michael

    Could it be that this is the call/place where the error occurs? (because the java/io/IOException is thrown here!)
    PlainDatagramSocketImpl send call's [Linux 2.4.21] socket.c sys_sendto (see below).
    java/net/PlainDatagramSocketImpl.c
    * Send the datagram.
    * If we are connected it's possible that sendto will return
    * ECONNREFUSED indicating that an ICMP port unreachable has
    * received.
    ret = NET_SendTo(fd, fullPacket, packetBufferLen, 0,
              (struct sockaddr *)rmtaddrP, len);
    if (ret < 0) {
         switch (ret) {
         case JVM_IO_ERR :
              if (errno == ECONNREFUSED) {
              JNU_ThrowByName(env, JNU_JAVANETPKG "PortUnreachableException",
    "ICMP Port Unreachable");
              } else {
              NET_ThrowByNameWithLastError(env, "java/io/IOException", "sendto failed");
              break;
         case JVM_IO_INTR:
         JNU_ThrowByName(env, "java/io/InterruptedIOException",
                   "operation interrupted");
              break;
    if (mallocedPacket) {
         free(fullPacket);
    return;
    Linux 2.4.21, socket.c:
    asmlinkage long sys_sendto(int fd, void * buff, size_t len, unsigned flags,
                   struct sockaddr *addr, int addr_len)
         struct socket *sock;
         char address[MAX_SOCK_ADDR];
         int err;
         struct msghdr msg;
         struct iovec iov;
         sock = sockfd_lookup(fd, &err);
         if (!sock)
              goto out;
         iov.iov_base=buff;
         iov.iov_len=len;
         msg.msg_name=NULL;
         msg.msg_iov=&iov;
         msg.msg_iovlen=1;
         msg.msg_control=NULL;
         msg.msg_controllen=0;
         msg.msg_namelen=0;
         if(addr)
              err = move_addr_to_kernel(addr, addr_len, address);
              if (err < 0)
                   goto out_put;
              msg.msg_name=address;
              msg.msg_namelen=addr_len;
         if (sock->file->f_flags & O_NONBLOCK)
              flags |= MSG_DONTWAIT;
         msg.msg_flags = flags;
         err = sock_sendmsg(sock, &msg, len);
    out_put:          
         sockfd_put(sock);
    out:
         return err;
    int sock_sendmsg(struct socket sock, struct msghdr msg, int size)
         int err;
         struct scm_cookie scm;
         err = scm_send(sock, msg, &scm);
         if (err >= 0) {
              err = sock->ops->sendmsg(sock, msg, size, &scm);
              scm_destroy(&scm);
         return err;

  • Avoiding java.io.IOException: Cannot allocate memory

    I am creating MappedByteBuffers using FileChannel.map(). If I try to map too large a section of a file, I get the following Exception:
    java.io.IOException: Cannot allocate memory
         at sun.nio.ch.FileChannelImpl.map0(Native Method)
         at sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:705)What this does not tell me is how much memory I can allocate. Is there some way to check?
    ++A

    The problem is, it would not be a few milliseconds at the start of the code. I should be making this decision within a loop, for each mapping. One iteration, I might be able to allocate 100kb. The next, I might be able to allocate 500mb.
    It would be a mistake to try to allocate either amount every iteration.
    The memory allocated by these MappedByteBuffers are being passed to another thread in the process, which will, in time, free them up. Meanwhile, this thread is trying to allocate room for another buffer. If the last buffer created used most of the system's resources, I probably cannot make another of the same size immediately. However, I would like to make one as soon as enough memory is available for it to be worth the effort. When that is the case, I would once again like to grab as much memory as possible in order to get the most time-benefit from the allocation.
    I will check into the Runtime.getRuntime.freeMemory() proposal and see how that works.

  • OAF 12.2.4 - 500 Internal Server Error java.io.IOException when running a page from Jdeveloper

    Hi All,
    I face the following error message in the web browser when I try to run a simple page from JDeveloper:
    500 Internal Server Error java.io.IOException
    The message is the same when I run the Hello World test from the Tutorials project.
    Here is the error stack:
    500 Internal Server Error
    java.io.IOException
            at oracle.apps.fnd.common.WebRequestUtil.validateContextPrivate(WebRequestUtil.java:559)
            at oracle.apps.fnd.common.WebRequestUtil.validateContext(WebRequestUtil.java:334)
            at oracle.apps.fnd.common.WebRequestUtil.validateContext(WebRequestUtil.java:237)
            at _OAErrorPage._jspService(_OAErrorPage.java:337)
            [/OAErrorPage.jsp]
            at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.5.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
            at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473)
            at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
            at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
            at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
            at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
            at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)
            at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:68)
            at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:214)
            at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
            at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)
            at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:871)
            at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:816)
            at _OA._jspService(_OA.java:130)
            [/OA.jsp]
            at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.5.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
            at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473)
            at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
            at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
            at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
            at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
            at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
            at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
            at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:226)
            at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:127)
            at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:116)
            at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
            at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
            at java.lang.Thread.run(Thread.java:662)
    This is JDeveloper 10.1.3.5.0 from patch p19170592_R12_GENERIC.zip
    The OAF release is 12.2.4
    JDEV_USER_HOME is set to C:\Olivier\R12\jdev1224\jdevhome\jdev
    The .dbc file looks fine.
    I connect successfully to database.
    I tried to reinstall JDeveloper.
    I performed many searches on MOS, OTN, Google, etc...
    I tried to change the Startup Settings (Host Name, IP Address settings) of the Embedded OC4J Server Preferences.
    I am stuck.
    Any ideas?
    Thanks,
    Olivier

    Hi Peddi,
    Thanks for your reply.
    I checked again the .dbc file.
    I downloaded again the file from $INST_TOP/appl/fnd/12.0.0/secure to <JDEV_USER_HOME>\dbc_files\secure
    This file worked fine for JDeveloper for 12.2.3.
    I went again through "Oracle Application Framework Developer's Guide Release 12.2.4 July 2014" but could not find any part related to .dbc file having changed from previous release.
    I tried to comment out the parameter APPS_JDBC_URL in .dbc as per MOS note "Troubleshooting JDeveloper setup for Oracle Applications (Doc ID 357218.1)"
    But I still face the issue.
    According to the note "Configuring JDeveloper For Use With Oracle Applications 11i and R12 (Doc ID 330236.1)", I have added the following debug parameters in the project properties:
    -Djbo.debugoutput=console -Djbo.logging.trace.threshold=9 -Djbo.jdbc.driver.verbose=true -Djbo.jdbc.trace=true
    It generated the following OC4J server detailed log showing more error messages (in red below):
    [extract]
    15/02/04 17:13:56 [553] Successfully logged in
    15/02/04 17:13:56 [554] JDBCDriverVersion: 11.2.0.2.0
    15/02/04 17:13:56 [555] DatabaseProductName: Oracle
    15/02/04 17:13:56 [556] DatabaseProductVersion: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options
    15/02/04 17:13:56 [557] Root application module, oracle.apps.fnd.framework.toolbox.tutorial.server.HelloWorldAM, was created at 2015-02-04 17:13:56.283
    15/02/04 17:13:56 [558] setConnectionReleaseLevel - Set connection release level to 0
    15/02/04 17:13:56 [559]
    <ICX_SessionValues_Diagnostics - ICX Cookie = 4tzlN3OR7BSoTLXf4grnQylQ4l>: WebRequestUtil.validateContext is called.
    15/02/04 17:13:56 [560] SQLState(42000) vendor code(2248)
    15/02/04 17:13:56 [561] java.sql.SQLSyntaxErrorException: ORA-02248: invalid option for ALTER SESSION
    ORA-06512: at "SYS.DBMS_SESSION", line 164
    ORA-06512: at line 6
    15/02/04 17:13:56 [562] at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:94)
    15/02/04 17:13:56 [563] at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:147)
    15/02/04 17:13:56 [564] at oracle.jdbc.driver.DatabaseError.createSqlException(DatabaseError.java:206)
    15/02/04 17:13:56 [565] at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:456)
    15/02/04 17:13:56 [566] at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
    15/02/04 17:13:56 [567] at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:889)
    15/02/04 17:13:56 [568] at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:476)
    15/02/04 17:13:56 [569] at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:204)
    15/02/04 17:13:56 [570] at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:540)
    15/02/04 17:13:56 [571] at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:213)
    15/02/04 17:13:56 [572] at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:1075)
    15/02/04 17:13:56 [573] at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1466)
    15/02/04 17:13:56 [574] at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3752)
    15/02/04 17:13:56 [575] at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3937)
    15/02/04 17:13:56 [576] at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:9259)
    15/02/04 17:13:56 [577] at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1535)
    15/02/04 17:13:56 [578] at oracle.apps.fnd.sso.SessionMgr.loadInstalledLanguages(SessionMgr.java:4119)
    15/02/04 17:13:56 [579] at oracle.apps.fnd.sso.SessionMgr.getInstalledLanguages(SessionMgr.java:3872)
    15/02/04 17:13:56 [580] at oracle.apps.fnd.sso.Utils.getBaseInstalledLangCode(Utils.java:1491)
    15/02/04 17:13:56 [581] at oracle.apps.fnd.sso.Authenticator.<clinit>(Authenticator.java:45)
    15/02/04 17:13:56 [582] at oracle.apps.fnd.sso.Utils.<clinit>(Utils.java:675)
    15/02/04 17:13:56 [583] at oracle.apps.fnd.sso.SSOManager.canUpgradeToUserSession(SSOManager.java:3000)
    15/02/04 17:13:56 [584] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    15/02/04 17:13:56 [585] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    15/02/04 17:13:56 [586] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    15/02/04 17:13:56 [587] at java.lang.reflect.Method.invoke(Method.java:597)
    15/02/04 17:13:56 [588] at oracle.apps.fnd.common.WebRequestUtil.validateContextPrivate(WebRequestUtil.java:557)
    15/02/04 17:13:56 [589] at oracle.apps.fnd.common.WebRequestUtil.validateContext(WebRequestUtil.java:369)
    15/02/04 17:13:56 [590] at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.validateIcxCookie(Unknown Source)
    15/02/04 17:13:56 [591] at oracle.apps.fnd.framework.OASessionCookieHelper.validateIcxSession(Unknown Source)
    15/02/04 17:13:56 [592] at oracle.apps.fnd.framework.OASessionCookieHelper.initializeApplicationModule(Unknown Source)
    15/02/04 17:13:56 [593] at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.initializeApplicationModule(Unknown Source)
    15/02/04 17:13:56 [594] at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(Unknown Source)
    15/02/04 17:13:56 [595] at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
    15/02/04 17:13:56 [596] at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(Unknown Source)
    15/02/04 17:13:56 [597] at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(Unknown Source)
    15/02/04 17:13:56 [598] at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
    15/02/04 17:13:56 [599] at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
    15/02/04 17:13:56 [600] at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
    15/02/04 17:13:56 [601] at _OA._jspService(_OA.java:72)
    15/02/04 17:13:56 [602] at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    15/02/04 17:13:56 [603] at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473)
    15/02/04 17:13:56 [604] at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    15/02/04 17:13:56 [605] at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    15/02/04 17:13:56 [606] at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    15/02/04 17:13:56 [607] at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
    15/02/04 17:13:56 [608] at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
    15/02/04 17:13:56 [609] at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)
    15/02/04 17:13:56 [610] at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:68)
    15/02/04 17:13:56 [611] at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:214)
    15/02/04 17:13:56 [612] at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
    15/02/04 17:13:56 [613] at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)
    15/02/04 17:13:56 [614] at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
    15/02/04 17:13:56 [615] at _OA._jspService(_OA.java:81)
    15/02/04 17:13:56 [616] at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    15/02/04 17:13:56 [617] at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473)
    15/02/04 17:13:56 [618] at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    15/02/04 17:13:56 [619] at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    15/02/04 17:13:56 [620] at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    15/02/04 17:13:56 [621] at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
    15/02/04 17:13:56 [622] at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
    15/02/04 17:13:56 [623] at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
    15/02/04 17:13:56 [624] at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
    15/02/04 17:13:56 [625] at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:226)
    15/02/04 17:13:56 [626] at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:127)
    15/02/04 17:13:56 [627] at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:116)
    15/02/04 17:13:56 [628] at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    15/02/04 17:13:56 [629] at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    15/02/04 17:13:56 [630] at java.lang.Thread.run(Thread.java:662)
    15/02/04 17:13:56 [631] Could not load application module 'oracle.apps.fnd.framework.toolbox.tutorial.server.HelloWorldAM'.
    15/02/04 17:13:56 [632] oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.io.IOException;
      at oracle.apps.fnd.framework.OAException.wrapperException(Unknown Source)
      at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.validateIcxCookie(Unknown Source)
      at oracle.apps.fnd.framework.OASessionCookieHelper.validateIcxSession(Unknown Source)
      at oracle.apps.fnd.framework.OASessionCookieHelper.initializeApplicationModule(Unknown Source)
      at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.initializeApplicationModule(Unknown Source)
      at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(Unknown Source)
      at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
      at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(Unknown Source)
      at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(Unknown Source)
      at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
      at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
      at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
      at _OA._jspService(_OA.java:72)
      at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
      at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473)
      at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
      at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
      at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)
      at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:68)
      at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:214)
      at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
      at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)
      at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
      at _OA._jspService(_OA.java:81)
      at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
      at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473)
      at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
      at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
      at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
      at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:226)
      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:127)
      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:116)
      at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
      at java.lang.Thread.run(Thread.java:662)
    ## Detail 0 ##
    java.io.IOException
      at oracle.apps.fnd.common.WebRequestUtil.validateContextPrivate(WebRequestUtil.java:559)
      at oracle.apps.fnd.common.WebRequestUtil.validateContext(WebRequestUtil.java:369)
      at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.validateIcxCookie(Unknown Source)
      at oracle.apps.fnd.framework.OASessionCookieHelper.validateIcxSession(Unknown Source)
      at oracle.apps.fnd.framework.OASessionCookieHelper.initializeApplicationModule(Unknown Source)
      at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.initializeApplicationModule(Unknown Source)
      at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(Unknown Source)
      at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
      at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(Unknown Source)
      at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(Unknown Source)
      at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
      at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
      at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
      at _OA._jspService(_OA.java:72)
      at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
      at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473)
      at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
      at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
      at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)
      at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:68)
      at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:214)
      at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
      at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)
      at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
      at _OA._jspService(_OA.java:81)
      at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
      at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473)
      at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
      at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
      at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
      at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:226)
      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:127)
      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:116)
      at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
      at java.lang.Thread.run(Thread.java:662)
    15/02/04 17:13:56 [633] In OADBTransactionImpl.rollback()
    15/02/04 17:13:56 [634]      conn.rollback();  // JBO-JDBC-INTERACT
    15/02/04 17:13:56 [635] Resetting AM=HelloWorldAM
    15/02/04 17:13:56 [636] OAApplicationPoolImpl.setConnectionReleaseLevel was called with isReleased = true, isReserved = false
    15/02/04 17:13:56 [637] setConnectionReleaseLevel - Set connection release level to 2
    Regards,
    Olivier

  • Java.io.IOException when running 1099

    We recently installed the updates for the 1099 forms and when we run it now we get the following message in the OPP:
    11/30/10 4:38:28 PM] [main] Starting GSF service with concurrent process id = 76279.
    [11/30/10 4:38:28 PM] [main] Initialization Parameters: oracle.apps.fnd.cp.opp.OPPServiceThread:2:0:max_threads=5
    [11/30/10 4:38:28 PM] [Thread-20] Service thread starting up.
    [11/30/10 4:38:28 PM] [Thread-21] Service thread starting up.
    [12/1/10 11:32:42 AM] [OPPServiceThread0] Post-processing request 13697194.
    [12/1/10 11:32:42 AM] [76279:RT13697194] Executing post-processing actions for request 13697194.
    [12/1/10 11:32:43 AM] [76279:RT13697194] Starting XML Publisher post-processing action.
    [12/1/10 11:32:43 AM] [76279:RT13697194]
    Template code: APXT7F99PXML
    Template app: SQLAP
    Language: en
    Territory: 00
    Output type: PDF
    [120110_113243836][][EXCEPTION] [DEBUG] ------- Preferences defined PreferenceStore -------
    [120110_113243836][][EXCEPTION] [DEBUG] ------- Environment variables stored in EnvironmentStore -------
    [120110_113243836][][EXCEPTION] [DEBUG] [FND_JDBC_IDLE_THRESHOLD.LOW]:[-1]
    [120110_113243836][][EXCEPTION] [DEBUG] [SECURITY_GROUP_ID]:[0]
    [120110_113243836][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_DECAY_INTERVAL]:[300]
    [120110_113243836][][EXCEPTION] [DEBUG] [NLS_CHARACTERSET]:[WE8ISO8859P1]
    [120110_113243836][][EXCEPTION] [DEBUG] [RESP_APPL_ID]:[-1]
    [120110_113243836][][EXCEPTION] [DEBUG] [NLS_LANGUAGE]:[AMERICAN]
    [120110_113243836][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MIN]:[1]
    [120110_113243836][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MAX]:[2]
    [120110_113243836][][EXCEPTION] [DEBUG] [NLS_NUMERIC_CHARACTERS]:[.,]
    [120110_113243836][][EXCEPTION] [DEBUG] [APPS_JDBC_URL]:[jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=dev64db.garlandisd.net)(PORT=1526)))(CONNECT_DATA=(SID=DEV64)))]
    [120110_113243836][][EXCEPTION] [DEBUG] [RESP_ID]:[-1]
    [120110_113243836][][EXCEPTION] [DEBUG] [FND_MAX_JDBC_CONNECTIONS]:[300]
    [120110_113243836][][EXCEPTION] [DEBUG] [FND_JDBC_USABLE_CHECK]:[false]
    [120110_113243836][][EXCEPTION] [DEBUG] [USER_ID]:[-1]
    [120110_113243836][][EXCEPTION] [DEBUG] [NLS_TERRITORY]:[AMERICA]
    [120110_113243836][][EXCEPTION] [DEBUG] [FND_JDBC_PLSQL_RESET]:[false]
    [120110_113243836][][EXCEPTION] [DEBUG] [FND_JDBC_CONTEXT_CHECK]:[true]
    [120110_113243836][][EXCEPTION] [DEBUG] [NLS_DATE_FORMAT]:[DD-MON-RR]
    [120110_113243836][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_DECAY_SIZE]:[5]
    [120110_113243836][][EXCEPTION] [DEBUG] [FND_JDBC_IDLE_THRESHOLD.HIGH]:[-1]
    [120110_113243836][][EXCEPTION] [DEBUG] [NLS_SORT]:[BINARY]
    [120110_113243836][][EXCEPTION] [DEBUG] [NLS_DATE_LANGUAGE]:[AMERICAN]
    [120110_113243836][][EXCEPTION] [DEBUG] [LOGIN_ID]:[-1]
    [120110_113243836][][EXCEPTION] [DEBUG] ------- Properties stored in Java System Properties -------
    [120110_113243836][][EXCEPTION] [DEBUG] [APPLTMP]:[E:\Dev64Apps\oracle\dev64comn\temp]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.runtime.name]:[Java(TM) SE Runtime Environment]
    [120110_113243836][][EXCEPTION] [DEBUG] [sun.boot.library.path]:[C:\jdk1617\java\jdk1.6.0_17\jre\bin]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.vm.version]:[14.3-b01]
    [120110_113243836][][EXCEPTION] [DEBUG] [OVERRIDE_DBC]:[true]
    [120110_113243836][][EXCEPTION] [DEBUG] [dbcfile]:[E:\Dev64Apps\oracle\dev64appl\fnd\11.5.0\secure\DEV64_web1vm\dev64.dbc]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.vm.vendor]:[Sun Microsystems Inc.]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.vendor.url]:[http://java.sun.com/]
    [120110_113243836][][EXCEPTION] [DEBUG] [path.separator]:[;]
    [120110_113243836][][EXCEPTION] [DEBUG] [APPLCSF]:[E:\Dev64Apps\oracle\dev64comn\admin]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.vm.name]:[Java HotSpot(TM) Client VM]
    [120110_113243836][][EXCEPTION] [DEBUG] [file.encoding.pkg]:[sun.io]
    [120110_113243836][][EXCEPTION] [DEBUG] [sun.java.launcher]:[SUN_STANDARD]
    [120110_113243836][][EXCEPTION] [DEBUG] [user.country]:[US]
    [120110_113243836][][EXCEPTION] [DEBUG] [sun.os.patch.level]:[Service Pack 2]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.vm.specification.name]:[Java Virtual Machine Specification]
    [120110_113243836][][EXCEPTION] [DEBUG] [user.dir]:[E:\Dev64Apps\oracle\dev64comn\admin\log\DEV64_web1vm]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.runtime.version]:[1.6.0_17-b04]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.awt.graphicsenv]:[sun.awt.Win32GraphicsEnvironment]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.endorsed.dirs]:[C:\jdk1617\java\jdk1.6.0_17\jre\lib\endorsed]
    [120110_113243836][][EXCEPTION] [DEBUG] [os.arch]:[x86]
    [120110_113243836][][EXCEPTION] [DEBUG] [JTFDBCFILE]:[E:\Dev64Apps\oracle\dev64appl\fnd\11.5.0\secure\DEV64_web1vm\dev64.dbc]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.io.tmpdir]:[C:\WINDOWS\TEMP\]
    [120110_113243836][][EXCEPTION] [DEBUG] [line.separator]:[
    [120110_113243836][][EXCEPTION] [DEBUG] [java.vm.specification.vendor]:[Sun Microsystems Inc.]
    [120110_113243836][][EXCEPTION] [DEBUG] [user.variant]:[]
    [120110_113243836][][EXCEPTION] [DEBUG] [os.name]:[Windows 2003]
    [120110_113243836][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MIN]:[1]
    [120110_113243836][][EXCEPTION] [DEBUG] [cpid]:[76279]
    [120110_113243836][][EXCEPTION] [DEBUG] [sun.jnu.encoding]:[Cp1252]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.library.path]:[C:\jdk1617\java\jdk1.6.0_17\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;E:\Dev64Apps\oracle\dev64ora\iAS\bin;E:\Dev64Apps\oracle\dev64ora\8.0.6\bin;E:\Dev64Apps\oracle\dev64appl\fnd\11.5.0\bin;E:\Dev64Apps\oracle\dev64appl\au\11.5.0\bin;C:\jdk1617\java\jdk1.6.0_17\bin;E:\Dev64Apps\oracle\dev64ora\8.0.6\bin;C:\MKS\bin;C:\MKS\bin\X11;C:\MKS\mksnt;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.specification.name]:[Java Platform API Specification]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.class.version]:[50.0]
    [120110_113243836][][EXCEPTION] [DEBUG] [sun.management.compiler]:[HotSpot Client Compiler]
    [120110_113243836][][EXCEPTION] [DEBUG] [os.version]:[5.2]
    [120110_113243836][][EXCEPTION] [DEBUG] [LONG_RUNNING_JVM]:[true]
    [120110_113243836][][EXCEPTION] [DEBUG] [user.home]:[C:\Documents and Settings\Default User]
    [120110_113243836][][EXCEPTION] [DEBUG] [user.timezone]:[America/Chicago]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.awt.printerjob]:[sun.awt.windows.WPrinterJob]
    [120110_113243836][][EXCEPTION] [DEBUG] [file.encoding]:[Cp1252]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.specification.version]:[1.6]
    [120110_113243836][][EXCEPTION] [DEBUG] [CACHEMODE]:[DISTRIBUTED]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.class.path]:[C:\jdk1617\java\jdk1.6.0_17\lib\dt.jar;C:\jdk1617\java\jdk1.6.0_17\lib\tools.jar;C:\jdk1617\java\jdk1.6.0_17\jre\lib\rt.jar;C:\jdk1617\java\jdk1.6.0_17\jre\lib\charsets.jar;E:\Dev64Apps\oracle\dev64comn\java\appsborg2.zip;E:\Dev64Apps\oracle\dev64comn\java\apps.zip;E:\Dev64Apps\oracle\dev64ora\8.0.6\forms60\java;E:\Dev64Apps\oracle\dev64comn\java]
    [120110_113243836][][EXCEPTION] [DEBUG] [user.name]:[SYSTEM]
    [120110_113243836][][EXCEPTION] [DEBUG] [DBCFILE]:[E:\Dev64Apps\oracle\dev64appl\fnd\11.5.0\secure\DEV64_web1vm\dev64.dbc]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.vm.specification.version]:[1.0]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.home]:[C:\jdk1617\java\jdk1.6.0_17\jre]
    [120110_113243836][][EXCEPTION] [DEBUG] [sun.arch.data.model]:[32]
    [120110_113243836][][EXCEPTION] [DEBUG] [user.language]:[en]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.specification.vendor]:[Sun Microsystems Inc.]
    [120110_113243836][][EXCEPTION] [DEBUG] [awt.toolkit]:[sun.awt.windows.WToolkit]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.vm.info]:[mixed mode, sharing]
    [120110_113243836][][EXCEPTION] [DEBUG] [logfile]:[E:\Dev64Apps\oracle\dev64comn\admin\log\DEV64_web1vm\FNDOPP76279.txt]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.version]:[1.6.0_17]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.ext.dirs]:[C:\jdk1617\java\jdk1.6.0_17\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext]
    [120110_113243836][][EXCEPTION] [DEBUG] [sun.boot.class.path]:[C:\jdk1617\java\jdk1.6.0_17\jre\lib\resources.jar;C:\jdk1617\java\jdk1.6.0_17\jre\lib\rt.jar;C:\jdk1617\java\jdk1.6.0_17\jre\lib\sunrsasign.jar;C:\jdk1617\java\jdk1.6.0_17\jre\lib\jsse.jar;C:\jdk1617\java\jdk1.6.0_17\jre\lib\jce.jar;C:\jdk1617\java\jdk1.6.0_17\jre\lib\charsets.jar;C:\jdk1617\java\jdk1.6.0_17\jre\classes]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.vendor]:[Sun Microsystems Inc.]
    [120110_113243836][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MAX]:[2]
    [120110_113243836][][EXCEPTION] [DEBUG] [file.separator]:[\]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.vendor.url.bug]:[http://java.sun.com/cgi-bin/bugreport.cgi]
    [120110_113243836][][EXCEPTION] [DEBUG] [sun.io.unicode.encoding]:[UnicodeLittle]
    [120110_113243836][][EXCEPTION] [DEBUG] [sun.cpu.endian]:[little]
    [120110_113243836][][EXCEPTION] [DEBUG] [APPLOUT]:[out\DEV64_web1vm]
    [120110_113243836][][EXCEPTION] [DEBUG] [sun.desktop]:[windows]
    [120110_113243836][][EXCEPTION] [DEBUG] [sun.cpu.isalist]:[pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86]
    java.io.IOException: The filename, directory name, or volume label syntax is incorrect
         at java.io.WinNTFileSystem.canonicalize0(Native Method)
         at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:396)
         at java.io.File.getCanonicalPath(File.java:559)
         at oracle.apps.xdo.oa.util.FontCacheManager.getFontFilePath(FontCacheManager.java:152)
         at oracle.apps.xdo.oa.util.FontHelper.createFontProperties(FontHelper.java:432)
         at oracle.apps.xdo.oa.util.ConfigHelper.getFontProperties(ConfigHelper.java:166)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5807)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3458)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3547)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:290)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    [12/1/10 11:32:44 AM] [UNEXPECTED] [76279:RT13697194] java.io.IOException: The filename, directory name, or volume label syntax is incorrect
         at java.io.WinNTFileSystem.canonicalize0(Native Method)
         at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:396)
         at java.io.File.getCanonicalPath(File.java:559)
         at oracle.apps.xdo.oa.util.FontCacheManager.getFontFilePath(FontCacheManager.java:152)
         at oracle.apps.xdo.oa.util.FontHelper.createFontProperties(FontHelper.java:432)
         at oracle.apps.xdo.oa.util.ConfigHelper.getFontProperties(ConfigHelper.java:166)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5807)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3458)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3547)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:290)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    [12/1/10 11:32:44 AM] [76279:RT13697194] Completed post-processing actions for request 13697194.
    I'm not sure what directory or volume this would be referring to?
    thanks in advance for any help!
    Rob

    We recently installed the updates for the 1099 forms and when we run it now we get the following message in the OPP:
    11/30/10 4:38:28 PM] [main] Starting GSF service with concurrent process id = 76279.
    [11/30/10 4:38:28 PM] [main] Initialization Parameters: oracle.apps.fnd.cp.opp.OPPServiceThread:2:0:max_threads=5
    [11/30/10 4:38:28 PM] [Thread-20] Service thread starting up.
    [11/30/10 4:38:28 PM] [Thread-21] Service thread starting up.
    [12/1/10 11:32:42 AM] [OPPServiceThread0] Post-processing request 13697194.
    [12/1/10 11:32:42 AM] [76279:RT13697194] Executing post-processing actions for request 13697194.
    [12/1/10 11:32:43 AM] [76279:RT13697194] Starting XML Publisher post-processing action.
    [12/1/10 11:32:43 AM] [76279:RT13697194]
    Template code: APXT7F99PXML
    Template app: SQLAP
    Language: en
    Territory: 00
    Output type: PDF
    [120110_113243836][][EXCEPTION] [DEBUG] ------- Preferences defined PreferenceStore -------
    [120110_113243836][][EXCEPTION] [DEBUG] ------- Environment variables stored in EnvironmentStore -------
    [120110_113243836][][EXCEPTION] [DEBUG] [FND_JDBC_IDLE_THRESHOLD.LOW]:[-1]
    [120110_113243836][][EXCEPTION] [DEBUG] [SECURITY_GROUP_ID]:[0]
    [120110_113243836][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_DECAY_INTERVAL]:[300]
    [120110_113243836][][EXCEPTION] [DEBUG] [NLS_CHARACTERSET]:[WE8ISO8859P1]
    [120110_113243836][][EXCEPTION] [DEBUG] [RESP_APPL_ID]:[-1]
    [120110_113243836][][EXCEPTION] [DEBUG] [NLS_LANGUAGE]:[AMERICAN]
    [120110_113243836][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MIN]:[1]
    [120110_113243836][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MAX]:[2]
    [120110_113243836][][EXCEPTION] [DEBUG] [NLS_NUMERIC_CHARACTERS]:[.,]
    [120110_113243836][][EXCEPTION] [DEBUG] [APPS_JDBC_URL]:[jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=dev64db.garlandisd.net)(PORT=1526)))(CONNECT_DATA=(SID=DEV64)))]
    [120110_113243836][][EXCEPTION] [DEBUG] [RESP_ID]:[-1]
    [120110_113243836][][EXCEPTION] [DEBUG] [FND_MAX_JDBC_CONNECTIONS]:[300]
    [120110_113243836][][EXCEPTION] [DEBUG] [FND_JDBC_USABLE_CHECK]:[false]
    [120110_113243836][][EXCEPTION] [DEBUG] [USER_ID]:[-1]
    [120110_113243836][][EXCEPTION] [DEBUG] [NLS_TERRITORY]:[AMERICA]
    [120110_113243836][][EXCEPTION] [DEBUG] [FND_JDBC_PLSQL_RESET]:[false]
    [120110_113243836][][EXCEPTION] [DEBUG] [FND_JDBC_CONTEXT_CHECK]:[true]
    [120110_113243836][][EXCEPTION] [DEBUG] [NLS_DATE_FORMAT]:[DD-MON-RR]
    [120110_113243836][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_DECAY_SIZE]:[5]
    [120110_113243836][][EXCEPTION] [DEBUG] [FND_JDBC_IDLE_THRESHOLD.HIGH]:[-1]
    [120110_113243836][][EXCEPTION] [DEBUG] [NLS_SORT]:[BINARY]
    [120110_113243836][][EXCEPTION] [DEBUG] [NLS_DATE_LANGUAGE]:[AMERICAN]
    [120110_113243836][][EXCEPTION] [DEBUG] [LOGIN_ID]:[-1]
    [120110_113243836][][EXCEPTION] [DEBUG] ------- Properties stored in Java System Properties -------
    [120110_113243836][][EXCEPTION] [DEBUG] [APPLTMP]:[E:\Dev64Apps\oracle\dev64comn\temp]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.runtime.name]:[Java(TM) SE Runtime Environment]
    [120110_113243836][][EXCEPTION] [DEBUG] [sun.boot.library.path]:[C:\jdk1617\java\jdk1.6.0_17\jre\bin]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.vm.version]:[14.3-b01]
    [120110_113243836][][EXCEPTION] [DEBUG] [OVERRIDE_DBC]:[true]
    [120110_113243836][][EXCEPTION] [DEBUG] [dbcfile]:[E:\Dev64Apps\oracle\dev64appl\fnd\11.5.0\secure\DEV64_web1vm\dev64.dbc]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.vm.vendor]:[Sun Microsystems Inc.]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.vendor.url]:[http://java.sun.com/]
    [120110_113243836][][EXCEPTION] [DEBUG] [path.separator]:[;]
    [120110_113243836][][EXCEPTION] [DEBUG] [APPLCSF]:[E:\Dev64Apps\oracle\dev64comn\admin]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.vm.name]:[Java HotSpot(TM) Client VM]
    [120110_113243836][][EXCEPTION] [DEBUG] [file.encoding.pkg]:[sun.io]
    [120110_113243836][][EXCEPTION] [DEBUG] [sun.java.launcher]:[SUN_STANDARD]
    [120110_113243836][][EXCEPTION] [DEBUG] [user.country]:[US]
    [120110_113243836][][EXCEPTION] [DEBUG] [sun.os.patch.level]:[Service Pack 2]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.vm.specification.name]:[Java Virtual Machine Specification]
    [120110_113243836][][EXCEPTION] [DEBUG] [user.dir]:[E:\Dev64Apps\oracle\dev64comn\admin\log\DEV64_web1vm]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.runtime.version]:[1.6.0_17-b04]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.awt.graphicsenv]:[sun.awt.Win32GraphicsEnvironment]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.endorsed.dirs]:[C:\jdk1617\java\jdk1.6.0_17\jre\lib\endorsed]
    [120110_113243836][][EXCEPTION] [DEBUG] [os.arch]:[x86]
    [120110_113243836][][EXCEPTION] [DEBUG] [JTFDBCFILE]:[E:\Dev64Apps\oracle\dev64appl\fnd\11.5.0\secure\DEV64_web1vm\dev64.dbc]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.io.tmpdir]:[C:\WINDOWS\TEMP\]
    [120110_113243836][][EXCEPTION] [DEBUG] [line.separator]:[
    [120110_113243836][][EXCEPTION] [DEBUG] [java.vm.specification.vendor]:[Sun Microsystems Inc.]
    [120110_113243836][][EXCEPTION] [DEBUG] [user.variant]:[]
    [120110_113243836][][EXCEPTION] [DEBUG] [os.name]:[Windows 2003]
    [120110_113243836][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MIN]:[1]
    [120110_113243836][][EXCEPTION] [DEBUG] [cpid]:[76279]
    [120110_113243836][][EXCEPTION] [DEBUG] [sun.jnu.encoding]:[Cp1252]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.library.path]:[C:\jdk1617\java\jdk1.6.0_17\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;E:\Dev64Apps\oracle\dev64ora\iAS\bin;E:\Dev64Apps\oracle\dev64ora\8.0.6\bin;E:\Dev64Apps\oracle\dev64appl\fnd\11.5.0\bin;E:\Dev64Apps\oracle\dev64appl\au\11.5.0\bin;C:\jdk1617\java\jdk1.6.0_17\bin;E:\Dev64Apps\oracle\dev64ora\8.0.6\bin;C:\MKS\bin;C:\MKS\bin\X11;C:\MKS\mksnt;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.specification.name]:[Java Platform API Specification]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.class.version]:[50.0]
    [120110_113243836][][EXCEPTION] [DEBUG] [sun.management.compiler]:[HotSpot Client Compiler]
    [120110_113243836][][EXCEPTION] [DEBUG] [os.version]:[5.2]
    [120110_113243836][][EXCEPTION] [DEBUG] [LONG_RUNNING_JVM]:[true]
    [120110_113243836][][EXCEPTION] [DEBUG] [user.home]:[C:\Documents and Settings\Default User]
    [120110_113243836][][EXCEPTION] [DEBUG] [user.timezone]:[America/Chicago]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.awt.printerjob]:[sun.awt.windows.WPrinterJob]
    [120110_113243836][][EXCEPTION] [DEBUG] [file.encoding]:[Cp1252]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.specification.version]:[1.6]
    [120110_113243836][][EXCEPTION] [DEBUG] [CACHEMODE]:[DISTRIBUTED]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.class.path]:[C:\jdk1617\java\jdk1.6.0_17\lib\dt.jar;C:\jdk1617\java\jdk1.6.0_17\lib\tools.jar;C:\jdk1617\java\jdk1.6.0_17\jre\lib\rt.jar;C:\jdk1617\java\jdk1.6.0_17\jre\lib\charsets.jar;E:\Dev64Apps\oracle\dev64comn\java\appsborg2.zip;E:\Dev64Apps\oracle\dev64comn\java\apps.zip;E:\Dev64Apps\oracle\dev64ora\8.0.6\forms60\java;E:\Dev64Apps\oracle\dev64comn\java]
    [120110_113243836][][EXCEPTION] [DEBUG] [user.name]:[SYSTEM]
    [120110_113243836][][EXCEPTION] [DEBUG] [DBCFILE]:[E:\Dev64Apps\oracle\dev64appl\fnd\11.5.0\secure\DEV64_web1vm\dev64.dbc]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.vm.specification.version]:[1.0]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.home]:[C:\jdk1617\java\jdk1.6.0_17\jre]
    [120110_113243836][][EXCEPTION] [DEBUG] [sun.arch.data.model]:[32]
    [120110_113243836][][EXCEPTION] [DEBUG] [user.language]:[en]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.specification.vendor]:[Sun Microsystems Inc.]
    [120110_113243836][][EXCEPTION] [DEBUG] [awt.toolkit]:[sun.awt.windows.WToolkit]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.vm.info]:[mixed mode, sharing]
    [120110_113243836][][EXCEPTION] [DEBUG] [logfile]:[E:\Dev64Apps\oracle\dev64comn\admin\log\DEV64_web1vm\FNDOPP76279.txt]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.version]:[1.6.0_17]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.ext.dirs]:[C:\jdk1617\java\jdk1.6.0_17\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext]
    [120110_113243836][][EXCEPTION] [DEBUG] [sun.boot.class.path]:[C:\jdk1617\java\jdk1.6.0_17\jre\lib\resources.jar;C:\jdk1617\java\jdk1.6.0_17\jre\lib\rt.jar;C:\jdk1617\java\jdk1.6.0_17\jre\lib\sunrsasign.jar;C:\jdk1617\java\jdk1.6.0_17\jre\lib\jsse.jar;C:\jdk1617\java\jdk1.6.0_17\jre\lib\jce.jar;C:\jdk1617\java\jdk1.6.0_17\jre\lib\charsets.jar;C:\jdk1617\java\jdk1.6.0_17\jre\classes]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.vendor]:[Sun Microsystems Inc.]
    [120110_113243836][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MAX]:[2]
    [120110_113243836][][EXCEPTION] [DEBUG] [file.separator]:[\]
    [120110_113243836][][EXCEPTION] [DEBUG] [java.vendor.url.bug]:[http://java.sun.com/cgi-bin/bugreport.cgi]
    [120110_113243836][][EXCEPTION] [DEBUG] [sun.io.unicode.encoding]:[UnicodeLittle]
    [120110_113243836][][EXCEPTION] [DEBUG] [sun.cpu.endian]:[little]
    [120110_113243836][][EXCEPTION] [DEBUG] [APPLOUT]:[out\DEV64_web1vm]
    [120110_113243836][][EXCEPTION] [DEBUG] [sun.desktop]:[windows]
    [120110_113243836][][EXCEPTION] [DEBUG] [sun.cpu.isalist]:[pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86]
    java.io.IOException: The filename, directory name, or volume label syntax is incorrect
         at java.io.WinNTFileSystem.canonicalize0(Native Method)
         at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:396)
         at java.io.File.getCanonicalPath(File.java:559)
         at oracle.apps.xdo.oa.util.FontCacheManager.getFontFilePath(FontCacheManager.java:152)
         at oracle.apps.xdo.oa.util.FontHelper.createFontProperties(FontHelper.java:432)
         at oracle.apps.xdo.oa.util.ConfigHelper.getFontProperties(ConfigHelper.java:166)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5807)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3458)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3547)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:290)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    [12/1/10 11:32:44 AM] [UNEXPECTED] [76279:RT13697194] java.io.IOException: The filename, directory name, or volume label syntax is incorrect
         at java.io.WinNTFileSystem.canonicalize0(Native Method)
         at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:396)
         at java.io.File.getCanonicalPath(File.java:559)
         at oracle.apps.xdo.oa.util.FontCacheManager.getFontFilePath(FontCacheManager.java:152)
         at oracle.apps.xdo.oa.util.FontHelper.createFontProperties(FontHelper.java:432)
         at oracle.apps.xdo.oa.util.ConfigHelper.getFontProperties(ConfigHelper.java:166)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5807)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3458)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3547)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:290)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    [12/1/10 11:32:44 AM] [76279:RT13697194] Completed post-processing actions for request 13697194.
    I'm not sure what directory or volume this would be referring to?
    thanks in advance for any help!
    Rob

  • CAN COMPILE BUT CANNOT RUN PROGRAM

    I am finally able to compile my program, I have the extensions .class, when I try to run the program I get an error message "main"java.lang.noclassdef
    after message appears after I type java Saluton or whatever program I am trying to run.
    Any suggestions, someone justed I use textpad, but I don't think this has anything to do with not being able to run programs, I am using windows 98 second edition.

    This is a CLASSPATH problem.
    For example, if your .class file is in the directory C:\javaclasses then you would set the CLASSPATH environment variable to that using:
    set CLASSPATH=C:\javaclasses
    Add this to your autoexec.bat and reboot so you don't have to type this every time you open a DOS prompt.
    You may want to add the current directory, ., to the list of directories (use ; to separate directories).
    set CLASSPATH=.;C:\javaclasses
    If your class is part of a package, you have to use the directory that is the parent of the packages' directories.

  • Java.io.IOException: Cannot close the same input stream twice

    I m writing a servlet that trigger by java URLConnection. Below is my code.
    When i use request.getParameter I encounter Exception but if i remove my request.getParameter. is run without Exception.
    Thank You
    public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
    String nnfileName = request.getParameter("FileName");
    try
    InputStream is = request.getInputStream();
    File thisFile = new File("../webapps/chunb/MonitorTool.zip");
    FileOutputStream fileOut = new FileOutputStream(thisFile);
    copy(is, fileOut);
    is.close();
    fileOut.flush();
    fileOut.close();
    catch (Exception e)
    System.out.println("Exception in reading Input :" + e.toString());
    }

    I m not sure which line that throws the Exception, but if i remove the request.getPArameter the code work fine.
    Anyone have this problem before???
    Thank.

  • Batch user cannot run program

    I have setup program RSWUWFML2 to run every 15 minutes through SM36 (Background Job Processing).  However, I cannot get our Batch user to run it.  When I assign any other user with proper authorization to run the program, it works.  But whenever I change the user to our Batch user, the program does not want to run.
    This is not an authorization issue because our Batch user has all the authorizations the other users have that are able to run the program.  Why would a Batch user not be able to run the program?
    All help is appreciated!

    Could it be that it's your own user that is not allowed to select batch user for the job. Use ST01 (trace authorization) to make sure.

Maybe you are looking for

  • Blank Values in Master Data

    Hi, We have observed that '#' and '-' as part of Netweaver 2007 i.e BI 7.0 but in BI 3.5 we can only see '#'. What is the difference between '#' and '-'. Can somebody illustrate this. Thanks Amit

  • URGENT : REP-0999 Unimplemented error

    I have a problem in reports when i generate the report to another format (for example PDF or HTML) using the generate option in the menu of report output from an application..i get an error "REP-0999 unimplemented error" but if i generate the report

  • Edit Original not working for PSD links

    Ok, so I just recently upgraded to CS3 from CS2 and am still getting used to some of the changes that were made. For some reason, I keep having this problem: In the links panel, you can click on a link and click "Edit Original" to open the file in wh

  • Do I need maintenance scripts ?

    I am using Macaroni which runs Unix maintenance script every time I start the computer. At night the cpmputer is shut off. Do I really need to run these scripts with Snow Leopard ?

  • Adsl2+ and 1721

    Hi, I?m using a 1721 adsl cisco router for my adsl 8mbps.Now, my Iinternet provider offers adsl2+ but new router/wic is necessary. My 1721 uses a 1wic adsl to connect. Which is the new wic model for adsl2+ and 1721 that I need to buy? Best regards