• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

9i, cannot download from Server

 
Ranch Hand
Posts: 144
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

Experiencing a strange problem, in one PC we have Oracle 9i Application Server running on Windows XP. I copied pdf file or any other file for that matter inside Oracle_home-forms90, and we tried to call that file in the browser, the file is not getting downloaded. Eg: /form90/test.pdf]http://localhost:[port]/form90/test.pdf
the pdf is not getting downloaded.

I tried inside J2ee, still not possible!

What could be the problem?

Looking forward to hear from you.

Thanks

Cosmos

[edited to remove "urgent" from subject - i don't know how i missed this earlier]
[ March 16, 2005: Message edited by: Jeanne Boyarsky ]
 
author & internet detective
Posts: 42160
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Cosmos,
Is the other machine you mentioned running OAS? What error message do you get? 404, 500, ...
 
Pol Appan
Ranch Hand
Posts: 144
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am getting this error

"The page cannot be displayed"

I am running OAS installed in my pc, it works, but in another pc it doesn't work, where OAS is locally installed

Thanks

Cosmos
 
Jeanne Boyarsky
author & internet detective
Posts: 42160
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It sounds like the request is not even hitting the server. You can verify this by checking the OAS logs for activity.

Possible reasons: the port is not up, the app is not up, ...
 
Pol Appan
Ranch Hand
Posts: 144
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the reply.

When I run http://localhost:8889/j2ee the default page loads, so I guess
the server is up and running and in that case even the port is correct, I am giving the default port number.

Any help is highly appreciable.

Thanks
 
Jeanne Boyarsky
author & internet detective
Posts: 42160
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Cosmos,
You are correct - that means the port and OAS are fine. Next thing to check is that your specific app started up. This should be in the console or app specific log files.
 
Pol Appan
Ranch Hand
Posts: 144
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, my app is running, in the console it's showing initialized.

I am calling a pdf file which I deployed in the forms90 directory, that's all.

Thanks
 
Jeanne Boyarsky
author & internet detective
Posts: 42160
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Cosmos,
It looks like you are trying to use OAS as web server. In a J2EE app, forms90 is typically the context root for the app.
reply
    Bookmark Topic Watch Topic
  • New Topic