Opening IE from application with give url parameters

Hello,
I have an application which needs to open IE and send it to a particular URL with cergain URL parameters. I use the exec() method of Runtime, IE opens up, BUT the url is truncated. Everything after and including the first '&' is cut off, thus causing errors in the jsp page it is trying to get.
Here is the code:
String parameter = " http://192.168.10.202/reports/reportgenman.jsp?S=" +
Integer.toString(TradeIDGenerator.getClientID()) +
          "&cn=snoopy&cp=1252&lan=eng&acctount=" + account +
          "&from=" + getStartTime() +
          "&till=" + getEndTime();
Runtime newsRuntime = Runtime.getRuntime();
try{
String osName = System.getProperty("os.name");
Process ieProcess = null;
if( osName.equalsIgnoreCase("WINDOWS 2000") || osName.equalsIgnoreCase("WINDOWS NT") )
ieProcess = newsRuntime.exec("cmd /c start " + parameter);
else if( osName.equalsIgnoreCase("WINDOWS 95") || osName.equalsIgnoreCase("WINDOWS 98") || osName.equalsIgnoreCase("WINDOWS ME") )
ieProcess = newsRuntime.exec("start " + parameter);
}catch(IOException ie){e.printStackTrace()}
This code opens the Explorer with the following URL
http://192.168.10.202/reports/reportgenman.jsp?S=6598745
Where did the rest go?
Please help.
Thank you,
Elana

HI
Place the parameter between quotes as shown below
ieProcess = newsRuntime.exec("cmd /c start iexplore.exe " +
"\"" + parameter + "\"");
If you do not place double quotes, the URL will be truncated because of the presence of ampersand. Try the same command in command prompt it will not work.
This will work.
Regards
Balasubramaniyan Krithivasan
Hello,
I have an application which needs to open IE and
d send it to a particular URL with cergain URL
parameters. I use the exec() method of Runtime, IE
opens up, BUT the url is truncated. Everything after
and including the first '&' is cut off, thus causing
errors in the jsp page it is trying to get.
Here is the code:
String parameter = "
http://192.168.10.202/reports/reportgenman.jsp?S=" +
Integer.toString(TradeIDGenerator.getClientID())
D()) +
          "&cn=snoopy&cp=1252&lan=eng&acctount=" + account +
          "&from=" + getStartTime() +
          "&till=" + getEndTime();
Runtime newsRuntime = Runtime.getRuntime();
try{
String osName =
ring osName = System.getProperty("os.name");
Process ieProcess = null;
if( osName.equalsIgnoreCase("WINDOWS
Case("WINDOWS 2000") ||
osName.equalsIgnoreCase("WINDOWS NT") )
ieProcess = newsRuntime.exec("cmd /c> time.exec("cmd /c start " + parameter);
else if(
else if( osName.equalsIgnoreCase("WINDOWS 95") ||
) || osName.equalsIgnoreCase("WINDOWS 98") ||
osName.equalsIgnoreCase("WINDOWS ME") )
ieProcess = newsRuntime.exec("start> ntime.exec("start " + parameter);
}catch(IOException ie){e.printStackTrace()}
This code opens the Explorer with the following URL
http://192.168.10.202/reports/reportgenman.jsp?S=65987
5
Where did the rest go?
Please help.
Thank you,
Elana

Similar Messages

  • How to enable private mode from commandline, with an URL. I am a software dev and I wish to have my application open links in Firefox. Using ShellExecute(), i c

    How to enable private mode from commandline, with an URL.
    I am a software dev and I wish to have my application open links in Firefox.
    Using ShellExecute(), i can do with with commandlines like:
    firefox.exe http://support.mozilla.org
    But I also want the option to open the link in private mode.
    I am able to start firefox in private mode by doing this:
    firefox.exe -private
    However, if I add a link to the command line
    firefox.exe -private http://support.mozilla.org
    I get strange results.
    If firefox is not running, it launches 2 copies of the application.
    One that opens in private mode and the other opens in normal mode and goes to the URL specified.
    If firefox is already running, it just opens the URL in a new tab.
    No private mode instance is launched.
    Am I using the command-line syntax incorrectly?

    It will never work if Firefox is already running as Firefox will use the already opened Firefox instance.<br />
    In that case only using a separate profile will work.
    You can try to specify the -url switch as well.
    *firefox.exe -private -url http://support.mozilla<i></i>.org
    You can also look at the -new-tab switch.
    *firefox.exe -private -new-tab http://support.mozilla<i></i>.org
    *https://developer.mozilla.org/en/Command_Line_Options

  • How to start Flash Media Encoder 3.2 from Flex application with run time parameters?

    Hello ,
    I'm developing the application to stream High Quality video.While streming by default camera/microphone settings the qulaity of streaming is not upto my expected level.I want to stream through Flash Media Encoder.My aim is the user login to the application.Video/audio qulaity details are retrived from shared object stored in the client machine.The login user name only gathered at run time & it will be the streaming profile name to Encoder.Once the the Encoder started the outgoing video will be come into screen to client.Please guide me How to start Flash Media Encoder 3.2 from Flex application with run time parameters(User name as  streaming name) without manually start the FME?
    Thanks in advance.
    Regards
    Sasharyuva

    Hi MarcSaphiron,
    Could you please send the samples?It will be much helpful to complete my
    job within the deadline.
    Thanks in advance.
    Regards,
    Sasharyuva

  • "Open links from applications" in Safari 5

    Preferences > General > "Open links from applications"
    This has been removed in Safari 5, so when I open, say, 10 weblocs I keep in a folder in the Finder, I now get 10 separate windows.
    1) ***, Apple?!?
    2) Any suggestions for a hack to fix this stupid oversight?
    I could probably change Preferences > Tabs > Open pages in tabs instead of windows (which I currently have set to "Never" because it overrides keystroke+click for telling Safari how to open a link) and see what that does, but I like that preference the way it is.

    Hi,
         Is there any workaround for this issue. Because when multiple window gets spanned we are getting confused. Or let us know if there is any way to open the download prompt alone instead of opening up with the new window. One more thing to note is once the download is complete the new window also doesn't closes automatically which needs to be closed manually. This makes very annoying. Kindly let us know how to prevent the new empty window from opening.
    Vijay.

  • Can't open nautilus from applications menu

    I find that I can't open nautilus from applications menu any more.
    In the terminal, it won't open nautilus when running 'nautilus' without specifying a location or --new-window option.
    I've checked and tried to modify /usr/share/applications/org.gnome.Nautilus.desktop and /usr/share/applications/nautilus-classic.desktop, but it didn't work.
    The values of Exec option in the two files are as follows:
    /usr/share/applications/org.gnome.Nautilus.desktop: Exec=nautilus --new-window %U
    /usr/share/applications/nautilus-classic.desktop:  Exec=nautilus --no-default-window --force-desktop
    Also, I have tried to reinstall nautilus. I didn't work, either.
    Any one can help?

    ooo wrote:
    Are you using gnome classic session? Or have you enabled desktop icons?
    Sounds like the nautilus-classic.desktop could be getting launched  during gnome-session startup, which should happen in both of the cases above.
    According to my testing, starting nautilus with 'nautilus --no-default-window --force-desktop' causes the exact behavior you're describing.
    I'm using standard gnome without desktop icons, and I don't have any issues with nautilus, so disabling them would probably help, although that could be a drag if you really want desktop icons.
    I still don't understand why the org.gnome.Nautilus.desktop wouldn't work though, since it has the --new-window flag. Apparently you can't even launch a new window via the right click menu item.
    This could happen if gnome-shell recognizes the nautilus-classic.desktop as nautilus, and starts using it's .desktop file instead when you try to launch a new window.
    If so you could probably fix this from the .desktop file somehow. I might be able to look into it later..
    I'm also using standard gnome, and I have enabled desktop icons.
    Disabling desktop icons makes it work.
    Thanks!
    I once tried to modify nautilus-classic.desktop to Exec=natilus --new-window, but it didn't help.

  • I want to create home page for my application with short URL

    I want to create home page for my application with short URL
    as when I want user to use my application user must go to URL like this
    http://127.0.0.1:7101/My-Project/faces/app/empModule/allEmployees/viewMyEmployees.jspxI want the user to use short URL , How can I use shorter URL not all this one.
    I want shorter URL for my application not to write full path .
    thanks in advance.
    Edited by: user611775 on Oct 31, 2010 10:21 PM

    Well,
    it's up to you. The first part (Mcit-Project-ViewController-context-root) is the context root which you define in the view controller project. 'faces' is the name the servlet filter reacts on. You can't omit it but shorten it in web.xml. The rest is your directory structure. I'm not sure how to shorten this other as to move the jspx files back into the web root folder.
    By the way an ADF faces app never uses the .jspx at the end of the url. If you specify '.jspx', you only render the page but don't start the work flow.
    Timo

  • Is it possible to dwnload a file from web with given URL into our local sap

    Hi every Body!
    Is it possible to download a file from web with given URL into local PC with abap.
    thanks
    vikram.c

    hi
    good
    go through this link, i hope this ll help you solve your problem
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f5d3c40a-0801-0010-55b7-9e3b01745a40
    thanks
    mrutyun^

  • Is there any app to quit from application with out pressing home button every time

    is there any app to quit from application with out pressing home button every time?

    Months ago my home button was screwed up, and I was worried. I'd have to wait atleast for a week to get it repaired as I was busy with my exams. So I found a solution. Goto Settings->General->Accessibility.
    Scroll down, and under "Physics & Motor", select "Assistive Touch". Toggle it on, and you get lots of options. You don't need to click the home button all the time. It is a very simple widget like stuff, that stays no matter what app you're using and you can do various functions with it. Initially, it's irritating as you see it everywhere. But it fades itself out and appears when needed. After you get used to it, it's really helpful.

  • Diferent application with same URL.

    Hi
    I have two applications with following URL :
    http://hostname/a/b/c/initial
    Application First has a/b as context root
    Application second has a/b/c as context root
    Now, if I access above URL which application will be accessed.
    Thanks

    Hi
    I have a URL
    http://hostname/a/b/initial
    where initial is servlet name
    Now, what i know are the following ways to define context root along with servlet mapping in web.xml are :
    Application.xml (context root): a
    Web.xml (URL mapping) : /b/initial
    Application.xml (context root): a/b
    Web.xml (URL mapping) : /initial
    Application.xml (context root): a/b/initial
    Web.xml (URL mapping) : /*
    Are there any other ways to do this.
    We need to have same URL.
    Cannot change that.
    Edited by: money321 on Apr 17, 2009 9:06 AM

  • Opening An External Application With Using An iWeb Link

    How do i open an application with an iWeb link so that when people click the link it opens an application on the computer? e.g. Link called play now and it opens Gameranger straight from the browser when the link is clicked.
    Thanks

    For security concerns I, for one, would not want a Web page to load or launch other applications based on links or downloads.
    Only a handful of files are considered "safe" and even then the end user can turn that feature "off".

  • Open browser from application

    please tell me how to open browser from an application.i want to give links in my application.

    http://search.java.sun.com/search/java/index.jsp?qp=&nh=10&qt=%2Btitle%3Abrowser+%2Btitle%3Aapplication+%2Btitle%3Aopen&col=javaforums

  • How to open a internet browser with specified url in java

    hai all
    i am naveen and i was working in a project in whihc i need to open an webbrowser with specified url when i click a button
    please help me
    i want to do it in core java with in swings not with applet
    waiting for reply

    http://forum.java.sun.com/thread.jspa?forumID=31&threadID=530774

  • Won't Open link from email it gives me the option to open but does nothing when I click that open box. This is a new problem my phone never had trouble with this before.

    When I try to open a link from an email it gives me a choice to open but when I choose open it won't! I used to be able to click right on a store or anything and it  would open connect to the store.  Very strange

    Hi
    It shows just 4 always as an option in the "open with" lsit. Also I haven't downloaded any apps for a while so why would it start now?
    Do you know how I can estabilsh how many apps are counting toward this 10 and what they are?

  • Cannot open files from Application Navigator without JDeveloper freezing

    Completely bewildered by this... please help.
    Been using JDeveloper 11.1.1.0.1 Build JDEVADF_MAIN.BOXER_GENERIC_081203.1854.5188 (pointing to Java 1.6.0.16) for a few months now. Every week or so I take a copy of my project (just take the whole project directory out of the JDeveloper/mywork directory) on my workstation and place on another identically configured workstation. This week, when I tried to do that and open JDeveloper on that 2nd workstation, JDeveloper froze. After reboots and retries, as far as I can get is to be able to open JDeveloper, single click on files in the Application Navigator (their properties show up in the Structure window), but if I try to open any of the source files (either by double clicking on them or right click -> open), JDeveloper freezes.
    What's weird is that I tried uninstalling Java and Jdeveloper on that 2nd workstation and reinstalling a fresh Java and Jdeveloper instance - with none of my code or projects -- just a clean off the oracle.com version of JDeveloper -- and I still had the same problem. I created a brand new application, project, and new class and I still cant click on the Class1.java to edit or view it without JDeveloper freezing.

    Arun,
    Thank you for the response.
    Many apologies - please ignore the exception I posted. The C:\Program Files\JDeveloper\modules was missing because on the last time I re-installed JDeveloper I forgot to copy that directory.
    Nonetheless, I reinstalled JDeveloper (again - this time correctly!) and I am still having the same symptoms (but no exception). I run jdev.exe from the command prompt, JDeveloper opens, I can create a new application, project, and class/.java file, but I cannot double click on the .java file to view or edit it. JDeveloper freezes and there is no exception in the command window.
    I tried running Process Monitor when I double click on the .java file to see if there are any obvious errors. (See the log below.) However, I'm not sure if these are "normal"/expected errors or not.
    I don't know what else to do at this point. Any other suggestions you can give are welcome.
    Thanks.
    (PS - I tried Puthanampatti's suggestion of modifying the ide.conf and jdev.conf, but received an error, "Unable to create an instance of the Java Virtual Machine. Located at path: C:\Program Files\Java\jdk1.6.0_16\jre\bin\client\jvm.dll", so I just restored the original ide.conf and jdev.confs to get rid of that error.)
    "Time of Day","Process Name","PID","Operation","Path","Result","Detail"
    "7:55:45.6616246 AM","jdeveloper.exe","732","QueryOpen","C:\Program Files\JDeveloper\jdeveloper\system\system11.1.1.0.31.51.88\o.ide.externaltools\tools.xml","NAME NOT FOUND",""
    "7:55:48.2424071 AM","jdeveloper.exe","732","QueryOpen","C:\Program Files\JDeveloper\jdeveloper\system\system11.1.1.0.31.51.88\o.ide\diagnostics\JDEVELOPER-ACTIONS-20091111-075548.txt","NAME NOT FOUND",""
    "7:55:48.2471507 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\src\project1\.svn","NAME NOT FOUND",""
    "7:55:48.2472873 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\src\.svn","NAME NOT FOUND",""
    "7:55:48.2474172 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\.svn","NAME NOT FOUND",""
    "7:55:48.2475125 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\.svn","NAME NOT FOUND",""
    "7:55:48.2476021 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\.svn","NAME NOT FOUND",""
    "7:55:48.2476753 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\.svn","NAME NOT FOUND",""
    "7:55:48.2477485 AM","jdeveloper.exe","732","QueryOpen","C:\.svn","NAME NOT FOUND",""
    "7:55:48.2480117 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\src\CVS\Root","PATH NOT FOUND",""
    "7:55:48.2480885 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\CVS\Root","PATH NOT FOUND",""
    "7:55:48.2481751 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\CVS\Root","PATH NOT FOUND",""
    "7:55:48.2482539 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\CVS\Root","PATH NOT FOUND",""
    "7:55:48.2483548 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\CVS\Root","PATH NOT FOUND",""
    "7:55:48.2484257 AM","jdeveloper.exe","732","QueryOpen","C:\CVS\Root","PATH NOT FOUND",""
    "7:55:48.2488171 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\src\project1\.svn","NAME NOT FOUND",""
    "7:55:48.2489462 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\src\.svn","NAME NOT FOUND",""
    "7:55:48.2490610 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\.svn","NAME NOT FOUND",""
    "7:55:48.2491479 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\.svn","NAME NOT FOUND",""
    "7:55:48.2492317 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\.svn","NAME NOT FOUND",""
    "7:55:48.2493046 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\.svn","NAME NOT FOUND",""
    "7:55:48.2493767 AM","jdeveloper.exe","732","QueryOpen","C:\.svn","NAME NOT FOUND",""
    "7:55:48.2499533 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\src\project1\.svn","NAME NOT FOUND",""
    "7:55:48.2500851 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\src\.svn","NAME NOT FOUND",""
    "7:55:48.2501927 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\.svn","NAME NOT FOUND",""
    "7:55:48.2502829 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\.svn","NAME NOT FOUND",""
    "7:55:48.2503704 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\.svn","NAME NOT FOUND",""
    "7:55:48.2504436 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\.svn","NAME NOT FOUND",""
    "7:55:48.2505168 AM","jdeveloper.exe","732","QueryOpen","C:\.svn","NAME NOT FOUND",""
    "7:55:48.4373422 AM","jdeveloper.exe","732","ReadFile","C:\Program Files\JDeveloper\jdeveloper\system\system11.1.1.0.31.51.88\o.jdeveloper\ToDoItems.xml","END OF FILE","Offset: 146, Length: 16,284"
    "7:55:48.4594115 AM","jdeveloper.exe","732","QueryDirectory","C:\Program Files\JDeveloper\jdeveloper\system\system11.1.1.0.31.51.88\o.jdeveloper\audit\profiles","NO MORE FILES",""
    "7:55:48.5261286 AM","jdeveloper.exe","732","NotifyChangeDirectory","C:\JDeveloper\mywork\Application1\Project1\src\project1","NOTIFY CLEANUP","Filter: FILE_NOTIFY_CHANGE_FILE_NAME, FILE_NOTIFY_CHANGE_DIR_NAME, FILE_NOTIFY_CHANGE_LAST_WRITE"
    "7:55:48.5270483 AM","jdeveloper.exe","732","NotifyChangeDirectory","C:\JDeveloper\mywork\Application1\Project1\src\project1","NOTIFY CLEANUP","Filter: FILE_NOTIFY_CHANGE_FILE_NAME, FILE_NOTIFY_CHANGE_DIR_NAME, FILE_NOTIFY_CHANGE_LAST_WRITE"
    "7:55:48.5763939 AM","jdeveloper.exe","732","NotifyChangeDirectory","C:\JDeveloper\mywork\Application1\Project1\src\project1","","Filter: FILE_NOTIFY_CHANGE_FILE_NAME, FILE_NOTIFY_CHANGE_DIR_NAME, FILE_NOTIFY_CHANGE_LAST_WRITE"
    "7:55:49.2833148 AM","jdeveloper.exe","732","ReadFile","C:\Program Files\JDeveloper\jdeveloper\system\system11.1.1.0.31.51.88\o.jdeveloper\audit\profiles\code-assist-rules.xml","END OF FILE","Offset: 27,798, Length: 5,016"
    "7:55:49.3666653 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\classes\java.class","NAME NOT FOUND",""
    "7:55:49.3670078 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\src\java.java","NAME NOT FOUND",""
    "7:55:49.3674403 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\src\java.sqlj","NAME NOT FOUND",""
    "7:55:49.3677512 AM","jdeveloper.exe","732","QueryOpen","C:\Program Files\Java\jdk1.6.0_16\jre\lib\sunrsasign.jar\java.class","PATH NOT FOUND",""
    "7:55:49.3707901 AM","jdeveloper.exe","732","QueryOpen","C:\Program Files\Java\jdk1.6.0_16\jre\classes\java.class","PATH NOT FOUND",""
    "7:55:49.3714458 AM","jdeveloper.exe","732","CreateFile","C:\Program Files\Java\jdk1.6.0_16\jre\lib\sunrsasign.jar","NAME NOT FOUND","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a"
    "7:55:49.3718358 AM","jdeveloper.exe","732","CreateFile","C:\Program Files\Java\jdk1.6.0_16\jre\classes","NAME NOT FOUND","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a"
    "7:55:49.3888637 AM","jdeveloper.exe","732","CreateFile","C:\Program Files\Java\jdk1.6.0_16\jre\lib\sunrsasign.jar","NAME NOT FOUND","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a"
    "7:55:49.3892489 AM","jdeveloper.exe","732","CreateFile","C:\Program Files\Java\jdk1.6.0_16\jre\classes","NAME NOT FOUND","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a"
    "7:55:49.4202677 AM","jdeveloper.exe","732","CreateFile","C:\Program Files\Java\jdk1.6.0_16\jre\lib\sunrsasign.jar","NAME NOT FOUND","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a"
    "7:55:49.4205085 AM","jdeveloper.exe","732","CreateFile","C:\Program Files\Java\jdk1.6.0_16\jre\classes","NAME NOT FOUND","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a"
    "7:55:49.4331182 AM","jdeveloper.exe","732","CreateFile","C:\Program Files\Java\jdk1.6.0_16\jre\lib\sunrsasign.jar","NAME NOT FOUND","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a"
    "7:55:49.4333241 AM","jdeveloper.exe","732","CreateFile","C:\Program Files\Java\jdk1.6.0_16\jre\classes","NAME NOT FOUND","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a"
    "7:55:49.4404331 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\classes\oracle.class","NAME NOT FOUND",""
    "7:55:49.4408477 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\src\oracle.java","NAME NOT FOUND",""
    "7:55:49.4410449 AM","jdeveloper.exe","732","QueryOpen","C:\JDeveloper\mywork\Application1\Project1\src\oracle.sqlj","NAME NOT FOUND",""
    "7:55:49.4413860 AM","jdeveloper.exe","732","QueryOpen","C:\Program Files\Java\jdk1.6.0_16\jre\lib\sunrsasign.jar\oracle.class","PATH NOT FOUND",""
    "7:55:49.4416464 AM","jdeveloper.exe","732","QueryOpen","C:\Program Files\Java\jdk1.6.0_16\jre\classes\oracle.class","PATH NOT FOUND",""
    "7:55:49.4421182 AM","jdeveloper.exe","732","CreateFile","C:\Program Files\Java\jdk1.6.0_16\jre\lib\sunrsasign.jar","NAME NOT FOUND","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a"
    "7:55:49.4425062 AM","jdeveloper.exe","732","CreateFile","C:\Program Files\Java\jdk1.6.0_16\jre\classes","NAME NOT FOUND","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a"
    "7:55:49.4430267 AM","jdeveloper.exe","732","CreateFile","C:\Program Files\Java\jdk1.6.0_16\jre\lib\sunrsasign.jar","NAME NOT FOUND","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a"
    "7:55:49.4434318 AM","jdeveloper.exe","732","CreateFile","C:\Program Files\Java\jdk1.6.0_16\jre\classes","NAME NOT FOUND","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a"
    "7:55:49.4438176 AM","jdeveloper.exe","732","CreateFile","C:\Program Files\Java\jdk1.6.0_16\jre\lib\sunrsasign.jar","NAME NOT FOUND","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a"
    "7:55:49.4441746 AM","jdeveloper.exe","732","CreateFile","C:\Program Files\Java\jdk1.6.0_16\jre\classes","NAME NOT FOUND","Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a"

  • File open error from Application Server

    Hello friends,
    I am able to open a file from the foreground mode.
    However when i run the program in background am unable to open it.
        OPEN DATASET fp_asfile FOR INPUT IN TEXT MODE ENCODING DEFAULT.
    I have alos tried to change the user with the back groung user ID. but it again failed.
    Can any one tell me why.
    Ster

    Hi,
    Ok..go to SM51 in your system...and then check how many application servers are there..
    if there are more than one..do the following..
    In the background mode...the program might be running in a different application server....than the one which you used in the your foreground session..
    check this..
    1)
    In your foreground session...go to system -> status...get the application server..
    2)
    when you define the job in SM36...there is a field in the initial screen.."Exec. Target"...which says in which application server you want to run this job...Give the application server that you got from step 1...Then release the job...now your program should work fine..
    Thanks,
    Naren

Maybe you are looking for

  • Can't unlock ipod touch after i have tried to restore it

    I had set a password for my ipod but what it was ment to be wasnt what the password is. So i cant get into my ipod. I tried to restore it 3 times with it failing half way. So i tired to conect to another computer and of course i cant because the ipod

  • Save flat file in bdc

    in bdc we have to save the flat file in desktop or c drive?plz tell Edited by: Alvaro Tejada Galindo on Feb 7, 2008 10:15 AM

  • Configuration check error: The SMD Agent is not able to connect the Satellite System (J2EE stack)

    Hi friends, Getting the below error in step 10 (configuration check) in managed system configuration. The SMD Agent is not able to connect the Satellite System (J2EE stack). Please check the JAVA Connect Parameters provided in the Managed System Setu

  • Blue line running through screen (T400 1440 x 900)

    Hey guys, So  my monitor has this blue line running straight through my monitor vertically. When I first got it, if I tapped my monitor on the side a bit, it would go away but then the line was permanent! I thought my screen was busted and started lo

  • Ipod wont update or restore or load in itunes

    Help - i have a 3rd generation 20gb ipod. It started going to a new song halfway through another song & i thought i'd let the battery run down. I've done that & i've come to my ipod & it's totally blank - there's no songs at all. When i try to connec