Home » Fusion Middleware & Colab Suite » WebCenter Suite & Portal » mod_plsql gives error
mod_plsql gives error [message #121979] Thu, 02 June 2005 03:43 Go to next message
vaishalikadam
Messages: 1
Registered: June 2005
Junior Member
hello
i have gone through the mod_plsql configuration steps after creating HelloWorld package and ssodad
i have given this url to call the package
http://sfl3/pls/ssodad/HelloWorld

this is throwing an error:
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
----------------------------------------------------------

Oracle HTTP Server Powered by Apache/1.3.12 Server at 10.1.3.243 Port 80

please help
thanks in advance
Re: mod_plsql gives error [message #123786 is a reply to message #121979] Tue, 14 June 2005 16:39 Go to previous message
andrew again
Messages: 2577
Registered: March 2000
Senior Member
If your Apache isn't using the default port, then you'll need to include it e.g. http://sfl3:1234/pls/ssodad/HelloWorld

Check for error messages in ...\Apache\Apache\logs\*.log

You can edit your DADs file to include debug messages which will show the stuff going to your log file onto your browser. The name of the file may be different for your version of 9iAS. This is for 9.0.2

...\Apache\modplsql\conf\dads.conf

something like this
<Location /pls/ssodad>
    SetHandler pls_handler
    ...
    PlsqlErrorStyle DebugStyle
</Location>
Previous Topic: mod_owa - newbie question
Next Topic: Portal default/return page
Goto Forum:
  


Current Time: Thu Mar 28 16:27:56 CDT 2024