Problems running asp pages on windows 7 IIS local host

Hi,
I've just put DW CS5 onto my new Windows 7 machine, and am having problems trying to run asp pages on the IIS local host. With DWmx and windows XP I had no problems, but with the new DW and the new operating system - W7 - it's impossible!
I fill in the all the basics, and am able to set up a remote local site in the wwwroot folder under a new file I have created called "websites". However I keep getting an error 401.3 Unauthorized message in IE9 when trying to view the site I'm working on locally.
It suggests that I check the ACLs for the file that is being requested, which I have done and have given all the files full permissions - but I still get the same message.
I'm going to a trade fair where I can't connect the interet, so I have to find a way of showing my site on my local machine.
Has anyone had this problem with the new version of IIS for W7 and asp pages - and can anyone help? I'm desperate!!
Cheers,
Seb

Hi Mooreski,
No, I don't have Skype - but I did what you suggested, and now I get the following:
I have given all the files in the IIS folder - including the website folder all the permissions necessary, but I still get this!
This is the IIS app and what I have set up...
Am I doing the right thing here?
I will set up a skype account - and contact you
Cheers,
Seb

Similar Messages

  • Provider problem in .asp page

    Hi,
    The actual provider in my ".asp" page on Windows Server 2003 + Oracle 9i client is :
    conn.open "Provider=_MSDAORA_;Data Source=xxx;User ID=yyy;Password=zzz;"
    I've installed a Windows Server 2008, with Oracle 10g client and this provider doesn't work...
    I've replaced with the following :
    conn.open "Provider=_OraOleDB.Oracle_;Data Source=xxx;User ID=yyy;Password=zzz;"
    It works fine... But all the queries return only ONE ROW !
    If i replace with
    *conn.open "Provider=_{Oracle in Ora10G}_;Data Source=xxx;User ID=yyy;Password=zzz;"* It works fine...
    What's the problem with _OraOleDB.Oracle_ ????
    Best Regards
    Edited by: user8824402 on 16-déc.-2010 7:26
    Edited by: user8824402 on 16-déc.-2010 7:26

    Hi,
    It could be happen because after BAPI call from legacy system you need give a commit work. Try do that with .Bapi call inside loop.
    Hope it helps.
    Paulo Afonso Cordeiro

  • Having some problems running my pages, out of memory?

    I'm trying to put together a very simple demo which will consist of 3 JSP pages. I've already been using version 10.1.3 but find the adf table and tab components better on this version. However, when I run my first page from faces_config.xml, it works to begin with but by the 3rd or 4th time (after some minor modifications ) I start getting problems. Either the browser hangs on 'Loading', or I get a message 'faces_config.xml is not runnable', or an out of memory error. My PC is fairly new, runs windows XP and has 3GB RAM.
    I am fairly new to Jdev!

    Hello Tracey,
    I guess this is a PermGen issue that also exists in 10.1.3.x. Simply stop the embedded OC4J instance rather than just redoing a "Run" on the page. Btw, you don't have to re "Run" the page at all if the modification was made to a JSPX, you can just hit ENTER in your browser's location bar (assuming you're using Firefox for development, and I sure hope you are).
    Regards,
    ~ Simon

  • Are there any problems running Firefox 4 on Windows XP?

    I was unable to run a football match on VIPStand.net yesterday with Firefox 4 on Windows XP.

    I would not expect a problem under normal circumstances.
    Oracle's listener is set for a default port 1521 for database requests, port 8080 for HTMLDB requests. The database connections generally find an empty port above 1024 when establishing a connection.
    So, if IIS does not want to use 1521 or 8080, you will generally see no challenges. Even then it is fairly easy to move ORacle's port requirements elsewhere.
    Using port 8080 seems reasonably common, but that is easily changed - search for sethttpport in this forum. IIS tromping on 1521 would be rare as it has been a well known Oracle service port since, roughly, forever.

  • Psexec - problem run regedit.exe under windows 8.1

    i just made some stupid things with a registry key under CLSID (win 8.1 32bit):
    - remove all permission for that key
    - set owner to "system"
    .=>result when open that key:
    "an error preventing this key being opened.
    Details: Access is denied."  and then i can not change owner back admin any more.
    troubleshoot:
    i try using psexec to run regedit as system accont: 
    psexec -i -d -s c:\windows\regedit.exe
    and then change owner/ permission back to default but get error: "unable to save permissions on key..access is denied "
    I try test same things on windows 7, then using psexec and change owner from "system" back "admin", grant permission successfully
    i am not sure this is psexec or win 8.1 problems . some one can help me?. sory for my bad english

    Hi HTK91,
    This forum is to discuss problems of C# development. Your question is out of our support. I will move your thread to
    Where is the forum for forum. As moderators of this forum will help you move to the right forum. Thanks for your understanding.
    Best regards,
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Problem running AIR app on windows server 2003

    Hello,
    I have an AIR app that I am trying to run from a Java program under Windows 2003. (It runs perfect on XP and Vista.)
    The problem is whenever I try to run the AIR app, it runs "Adobe AIR Updater.exe" which causes the app to not run. And both the process stop responding. I can see them both in Task Manager. I disabled the AIR automatic updates using the Settings Manager application but it still runs the Adobe AIR Updater.exe file.
    Any help to resolve this problem would be highly appreciated.

    Not sure about  copying eulaAccepted file from one location to another - that would really depend on which user account your service is running under.
    A better approach (IMHO), is to open the services window (My Computer | <right-click> | Manage, then navigate to Services and expand the tree) so you can see your service on the RHS.
    Stop your service, then inspect it's properties, select the 'Log on' tab, then check the checkbox which says "Allow system to interact with desktop". Apply the change, then restart your service.
    next time the AIR runtime prompts you to accept the EULA, the window will appear on the screen, so you can click "I accept".
    After accepting, reverse the procedure which allowed the service to interact with the desktop, and make sure that you have modified the registry to prevent AIR from updating as mentioned in:
    http://help.adobe.com/en_US/AIR/1.5/air_admin/WS5b3ccc516d4fbf351e63e3 d11c0f59823a-7ff0.html
    You should be all set.

  • Problem Running ADF page in Tomcat 6 (AdfPage is not defined error)

    I'm using JDEV 11.1.1.5
    Tomcat 6.0.24
    I have the JSPX page below deployed on Tomcat.
    At runtime I get an error: AdfPage is not defined
    On this line of code:
    var passwordTextField = AdfPage.PAGE.findComponentByAbsoluteId('password');
    Any suggestion on why it does not recognize AdfPage in the javascript function?
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:h="http://java.sun.com/jsf/html"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
              xmlns:c="http://java.sun.com/jsp/jstl/core"
              xmlns:trh="http://myfaces.apache.org/trinidad/html">
      <c:set var="bundle"
             value="#{adfBundle['oracle.apps.grc.ui.landing.GRCLandingPFBundle']}"/>
      <jsp:directive.page contentType="text/html;charset=UTF-8"/>
      <f:view>
      <af:document id="loginPage">
            <af:group>
            <af:resource type="javascript" source="/oracle.apps.grc.ui.cryptoclient.CryptoClient.nocache.js"/>          
            <af:resource type="javascript">
                function login(event) {
                    try {
                        var grcCrypto = new window.grc.Crypto();
                        var passwordTextField = AdfPage.PAGE.findComponentByAbsoluteId('password');
                        passwordTextField.setValue(grcCrypto.encrypt(passwordTextField.getValue()));
                        var submitLoginButton = AdfPage.PAGE.findComponentByAbsoluteId('submit_login');
                  AdfActionEvent.queue(submitLoginButton, submitLoginButton.getPartialSubmit());
                        event.cancel();
                    catch (e) {
                        alert(e.message);
            </af:resource>
            </af:group>

    Hi.
    as Raphael says, check your libraries.
    I think that adfpage is in adf-richclient-api-11.jar, check if this library is in your %CATALINA_HOME%/lib folder.
    Anyway I will inform you that Tomcat is not a certificate server,http://www.oracle.com/technetwork/developer-tools/jdev/index-091111.html#Application_Servers

  • ASP page on OC4J

    Hello,
    Is posible to run ASP page on OC4J standalone server?

    ASP is Windows technology and only runs on their application server (IIS).
    Cheers,
    Andy

  • Can FMS coexist on a Windows IIS webserver?

    I'm new to video streaming and to FMS. I have a client that
    has been streaming VOD on a MS Server 2003 box but is not satisfied
    with the performance, in particular the substantial delay in the
    delivery while Windows Media Services buffers to the end user. This
    delay is apparent even with Advanced Fast Start. More particularly
    although enabling AFS does shorten the lag, it seems to do so by
    serving up a smaller image.
    Looking around for a way to improve their delivery I
    encountered FMS. Without giving it too much thought (always a bad
    thing) I downloaded and installed FMS to give it a try. Surprise.
    Apache stopped all of their websites! Very dumb of me! Promptly
    diagnosed. Stopped Apache & restarted the websites. Now the
    question.
    Is it possible to have FMS running concurrently on a Windows
    IIS server, or would I need to install a completely separate box
    for them to do this? And, if it is possible, what's the best
    practice to accomplish the task?
    Thanks for reading.
    Larry

    >>The problem is that both FMS and IIS want to bind to
    port 80.
    I am hitting a similar problem as well using a FMS and IIS on
    XP pro during development. But until FMS 3.5 I have never had a
    conflict between IIS and FMS with both on the localhost. I've used
    2.0 and 3.0 without problems. (And since it is localhost, FMS
    should be connecting on port 1935 instead of 80 ).
    But as of FMS 3.5 I am seeing there is a conflict for port
    80. I need to shut down FMS to start IIS, and *up until now* I
    could then start FMS without killing IIS (up until I rebooted). I
    was passing through the forums when I saw this thread. I'm thinking
    this is being introduced by Apache, although *supposedly* it is
    turned off by the default install. Or could this be FMS listening
    on 80? It seems odd to me that previous versions worked without
    this snag. Anyone else hit this problem?

  • Can I able to view ASP pages in iplanet web server

    can iplanet web server handle the ASP pages in Windows NT server. i tried but i might be wrong configuring it in content manager, anybodys help will be appreciated.

    There is a plug-in for iWS that allows iWS to process ASP pages.You can read about this plug-in at the URL below.
    http://www.chilisoft.com/

  • Problem setting up ColdFusion on Windows 7 and IIS

    Using Windows 7 version 6.1 Build 7601 Service Pack 1 on a Dell N5110 Laptop running an Intel Core i5-2430M CPU @ 2.4 GHz and 6 GB RAM, 64-bit OS.
    Under Control Panel > Programs > Turn Windows Features On and Off > Internet Information Services I have turned on all the features and subfeatures EXCEPT for FTP Server.  Internet Information Services Hostable Web Core is also turned ON though it's unclear whether it's necessary or not.
    Installed ColdFusion version 10 after enabling IIS as described above.
    Used instructions at http://learn.iis.net/page.aspx/266/troubleshooting-failed-requests-using-tracing-in-iis/ to set up and test tracing, working around all the ambiguities and errors there until tracing actually worked as described for a 404.2 error on a .asp file. THEN reset the trace to work on all 500 errors for ISAPI Extension and WWW Server. 
    Ran the Web Server Configuration Tool for ColdFusion as described at http://help.adobe.com/en_US/ColdFusion/10.0/Installing/WSc3ff6d0ea77859461172e0811cdec18a1 5-7ffb.html to configure IIS for ColdFusion in Windows. Then these parts of the configuration were possible to verify at C:\ColdFusion10\config\wsconfig :
    Verify your IIS configuration
    Verify that the following folder was created: cf_root/config/wsconfig/number.
    To set the <samp class="codeph">connectionpooltimeout</samp> and <samp class="codeph">reuseconnectioncount</samp> click on Advanced Setting tab. The option to enable buffering and verbose debugging is available on the same page.
    Configuring IIS:
    Creates a folder <samp class="codeph">1</samp> in <samp class="codeph">cfroot\config\wsconfig</samp>, that contains all connector-related files. 
    Creates a virtual directory <samp class="codeph">Jakarta</samp> in <samp class="codeph">cfroot\config\wsconfig</samp> (in IIS). 
    Adds an entry, <samp class="codeph">tomcat</samp>, under the<samp class="codeph"> ISAPI FILTERS</samp>. This points to <samp class="codeph">cfroot\config\wsconfig\1\isapi_redirect.dll</samp>.
    Some of the parts of the verification process were skipped, for the reasons described :
    Adds an entry, <samp class="codeph">tomcat</samp>, to  <samp class="codeph">cfroot\config\wsconfig\1\isapi_redirect.dll</samp> with permission <samp class="codeph">allowed</samp> under ISAPI and CGI Restrictions. It is applicable for global sites in IIS manager.
    No kind of 'entry' is possible for the specified .dll at that location under its Properties, nor can permissions be allowed under Properties for anything remotely resembling 'ISAPI and CGI Restrictions'.  There is nothing resembling "Global Sites" in IIS manager either where this information might be found.
    Adds the following <samp class="codeph">isapi</samp> handlers: <samp class="codeph">cfcHandler</samp>, <samp class="codeph">cfmHandler</samp>, <samp class="codeph">cfmlHandler</samp>, <samp class="codeph">cfrHandler</samp>, and <samp class="codeph">cfswfHandler</samp>.
    The logical place for these "handlers" would be in IIS but there is no description provided for where they might be found and searching around provides no clues so this is impossible to verify as well.
    For debugging issues, set the log level to <samp class="codeph">debug</samp>, in the <samp class="codeph">isapi_redirect.properties</samp> file present in the <samp class="codeph">cfroot\config\wsconfig\1\ </samp>directory.
    This was done and these are the contents of that file:
    extension_uri= /jakarta/isapi_redirect.dll
    log_file= C:\ColdFusion10\config\wsconfig\1\isapi_redirect.log
    log_level= debug
    worker_file= C:\ColdFusion10\config\wsconfig\1\workers.properties
    worker_mount_file= C:\ColdFusion10\config\wsconfig\1\uriworkermap.properties
    iis_buffer_enable= true
    To disable webserver buffer, change the <samp class="codeph">is_buffer_enable</samp> to <samp class="codeph">false</samp> in the <samp class="codeph">cfroot\config\wsconfig\1\isapi_redirect.properties</samp> file. Disable webserver buffer if you want <samp class="codeph">cfflush</samp> to work over an IIS connector. If your application does not use <samp class="codeph">cfflush</samp>, set it to <samp class="codeph">true</samp> for increase in the performance.
    This was left on 'true' as shown in the file contents above.
    THIS IS THE ERROR NOW OBTAINED at http://127.0.0.1/CFIDE/administrator/index.cfm:
    Server Error in Application "DEFAULT WEB SITE"
    Internet Information Services 7.5
    <fieldset><legend>Error Summary</legend>
    HTTP Error 500.0 - Internal Server Error
    The page cannot be displayed because an internal server error has occurred.
    </fieldset>
    <fieldset><legend>Detailed Error Information</legend>
    Module
    IsapiModule
    Notification
    ExecuteRequestHandler
    Handler
    cfmHandler
    Error Code
    0x800700c1
    Requested URL
    http://127.0.0.1:80/CFIDE/administrator/index.cfm
    Physical Path
    C:\ColdFusion10\cfusion\wwwroot\CFIDE\administrator\index.cfm
    Logon Method
    Anonymous
    Logon User
    Anonymous
    Failed Request Tracing Log Directory
    C:\inetpub\logs\FailedReqLogFiles
    </fieldset>
    The supplied path C:\inetpub\logs\FailedReqLogFiles is a nonresponsive link but there are .xml files created in that subdirectory such as C:\inetpub\logs\FailedReqLogFiles\W3SVC1\fr000015.xml which contains this information:
    Request Diagnostics for http://127.0.0.1:80/CFIDE/administrator/index.cfm
    STATUS_CODE 500, 46 ms, GET (2012-8-16, 16:59:5:778)
    Request
    Summary
    Request
    Details
    Compact
    View
    Complete
    Request Trace
    Filter
    Notifications
    Module
    Notifications
    Performance
    View
    Authentication
    Authorization
    ASP.Net
    Page Traces
    Custom
    Module Traces
    FastCGI
    Module
    <fieldset>
    <legend>-Request Summary</legend>
    Site
    1
    Process
    8472
    Failure Reason
    STATUS_CODE
    Trigger Status
    500
    Final Status
    500
    Time Taken
    46 msec
    Url
    http://127.0.0.1:80/CFIDE/administrator/index.cfm
    App Pool
    DefaultAppPool
    Authentication
    anonymous
    User from token
    NT AUTHORITY\IUSR
    Activity ID
    {00000000-0000-0000-6F00-0080000000FB}
      </fieldset>
    No.
    EventName
    Details
    Time
    1.
    i
    GENERAL_REQUEST_START
    SiteId="1", AppPoolId="DefaultAppPool", ConnId="1610612845", RawConnId="0", RequestURL="http://127.0.0.1:80/CFIDE/administrator/index.cfm", RequestVerb="GET"
    16:59:05.778
    2.
    GENERAL_SET_REQUEST_HEADER
    HeaderName="AspFilterSessionId", HeaderValue="", Replace="true"
    16:59:05.778
    3.
    i
    GENERAL_ENDPOINT_INFORMATION
    RemoteAddress="127.0.0.1", RemotePort="50289", LocalAddress="127.0.0.1", LocalPort="80"
    16:59:05.778
    4.
    i
    GENERAL_REQUEST_HEADERS
    Headers="Cache-Control: max-age=0 Connection: keep-alive Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Encoding: gzip, deflate Accept-Language: en-us,en;q=0.5 Host: 127.0.0.1 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0.1 DNT: 1 "
    16:59:05.778
    5.
    i
    GENERAL_GET_URL_METADATA
    PhysicalPath="", AccessPerms="517"
    16:59:05.778
    6.
    i
    HANDLER_CHANGED
    OldHandlerName="", NewHandlerName="cfmHandler", NewHandlerModules="IsapiModule", NewHandlerScriptProcessor="C:\ColdFusion10\config\wsconfig\1\isapi_redirect.dll", NewHandlerType=""
    16:59:05.778
    7.
    i
    USER_SET
    AuthType="", UserName="", SupportsIsInRole="true"
    16:59:05.778
    8.
    i
    GENERAL_SEND_CUSTOM_ERROR
    HttpStatus="500", HttpSubStatus="0", FileNameOrURL="500.htm"
    16:59:05.824
    9.
    i
    GENERAL_FLUSH_RESPONSE_START
    16:59:05.824
    10.
    i
    GENERAL_RESPONSE_HEADERS
    Headers="Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-Powered-By: ASP.NET "
    16:59:05.824
    11.
    GENERAL_RESPONSE_ENTITY_BUFFER
    Buffer="<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>IIS 7.5 Detailed Error - 500.0 - Internal Server Error</title> <style type="text/css"> <!-- body{margin:0;font-size:.7em;font-family:Verdana,Arial,Helvetica,sans-serif;background:#CBE1EF;} code{margin:0;color:#006600;font-size:1.1em;font-weight:bold;} .config_source code{font-size:.8em;color:#000000;} pre{margin:0;font-size:1.4em;word-wrap:break-word;} ul,ol{margin:10px 0 10px 40px;} ul.first,ol.first{margin-} fieldset{padding:0 15px 10px 15px;} .summary-container fieldset{padding-bottom:5px;margin-} legend.no-expand-all{padding:2px 15px 4px 10px;margin:0 0 0 -12px;} legend{color:#333333;padding:4px 15px 4px 10px;margin:4px 0 8px -12px;_margin- border-border-border-right:1px solid #969696; border-bottom:1px solid #969696;background:#E7ECF0;font-weight:bold;font-size:1em;} a:link,a:visited{color:#007EFF;font-weight:bold;} a:hover{text-decoration:none;} h1{font-size:2.4em;margin:0;color:#FFF;} h2{font-size:1.7em;margin:0;color:#CC0000;} h3{font-size:1.4em;margin:10px 0 0 0;color:#CC0000;} h4{font-size:1.2em;margin:10px 0 5px 0; }#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS",Verdana,sans-serif; color:#FFF;background-color:#5C87B2; }#content{margin:0 0 0 2%;} .summary-container,.content-container{background:#FFF;width:96%;margin-padding:10px;} .config_source{background:#fff5c4;} .content-container p{margin:0 0 10px 0; }#details-left{width:35%;float:left;margin-right:2%; }#details-right{width:63%;float:left; }#server_version{width:96%;_height:1px;min-height:1px;margin:0 0 5px 0;padding:11px 2% 8px 2%;color:#FFFFFF; background-color:#5A7FA5;border-bottom:1px solid #C1CFDD;border-font-weight:normal; font-size:1em;color:#FFF;text-align:right; }#server_version p{margin:5px 0;} table{margin:4px 0 4px 0;width:100%;border:none;} td,th{vertical-align:top;padding:3px 0;text-align:left;font-weight:bold;border:none;} th{width:30%;text-align:right;padding-right:2%;font-weight:normal;} thead th{background-color:#ebebeb;width:25%; }#details-right th{width:20%;} table tr.alt td,table tr.alt th{background-color:#ebebeb;} .highlight-code{color:#CC0000;font-weight:bold;font-style:italic;} .clear{clear:both;} .preferred{padding:0 5px 2px 5px;font-weight:normal;background:#006633;color:#FFF;font-size:.8em;} --> </style>  </head> <body> <div id="header"><h1>Server Error in Application "DEFAULT WEB SITE"</h1></div> <div id="server_version"><p>Internet Information Services 7.5</p></div> <div id="content"> <div class="content-container"> <fieldset><legend>Error Summary</legend> <h2>HTTP Error 500.0 - Internal Server Error</h2> <h3>The page cannot be displayed because an internal server error has occurred.</h3> </fieldset> </div> <div class="content-container"> <fieldset><legend>Detailed Error Information</legend> <div id="details-left"> <table border="0" cellpadding="0" cellspacing="0"> <tr class="alt"><th>Module</th><td>IsapiModule</td></tr> <tr><th>Notification</th><td>ExecuteRequestHandler</td></tr> <tr class="alt"><th>Handler</th><td>cfmHandler</td></tr> <tr><th>Error Code</th><td>0x800700c1</td></tr>  </table> </div> <div id="details-right"> <table border="0" cellpadding="0" cellspacing="0"> <tr class="alt"><th>Requested URL</th><td>http://127.0.0.1:80/CFIDE/administrator/index.cfm</td></tr> <tr><th>Physical Path</th><td>C:\ColdFusion10\cfusion\wwwroot\CFIDE\administrator\index.cfm</td></tr> <tr class="alt"><th>Logon Method</th><td>Anonymous</td></tr> <tr><th>Logon User</th><td>Anonymous</td></tr> <tr class="alt"><th>Failed Request Tracing Log Directory</th><td><a href="file://C:\inetpub\logs\FailedReqLogFiles">C:\inetpub\logs\FailedReqLogFiles</a></td></tr> </table> <div class="clear"></div> </div> </fieldset> </div> <div class="content-container"> <fieldset><legend>Most likely causes:</legend> <ul> %09<li>IIS received the request; however, an internal error occurred during the processing of the request. The root cause of this error depends on which module handles the request and what was happening in the worker process when this error occurred.</li> %09<li>IIS was not able to access the web.config file for the Web site or application. This can occur if the NTFS permissions are set incorrectly.</li> %09<li>IIS was not able to process configuration for the Web site or application.</li> %09<li>The authenticated user does not have permission to use this DLL.</li> %09<li>The request is mapped to a managed handler but the .NET Extensibility Feature is not installed.</li> </ul> </fieldset> </div> <div class="content-container"> <fieldset><legend>Things you can try:</legend> <ul> %09<li>Ensure that the NTFS permissions for the web.config file are correct and allow access to the Web server's machine account.</li> %09<li>Check the event logs to see if any additional information was logged.</li> %09<li>Verify the permissions for the DLL.</li> %09<li>Install the .NET Extensibility feature if the request is mapped to a managed handler.</li> %09<li>Create a tracing rule to track failed requests for this HTTP status code. For more information about creating a tracing rule for failed requests, click <a href="http://go.microsoft.com/fwlink/?LinkID=66439">here</a>. </li> </ul> </fieldset> </div>   <div class="content-container"> <fieldset><legend>Links and More Information</legend> This error means that there was a problem while processing the request. The request was received by the Web server, but during processing a fatal error occurred, causing the 500 error. <p><a href="http://go.microsoft.com/fwlink/?LinkID=62293&IIS70Error=500,0,0x800700c1,7601">View more information &raquo;</a></p> <p>Microsoft Knowledge Base Articles:</p> <ul><li>294807</li></ul>  </fieldset>  </div> </div> </body> </html> "
    16:59:05.824
    12.
    i
    GENERAL_FLUSH_RESPONSE_END
    BytesSent="6414", ErrorCode="The operation completed successfully. (0x0)"
    16:59:05.824
    13.
    i
    GENERAL_REQUEST_END
    BytesSent="6414", BytesReceived="348", HttpStatus="500", HttpSubStatus="0"
    16:59:05.824
    +Expand All  <fieldset> <legend>Errors & Warnings</legend>
    </fieldset>
    There is nothing under Errors & Warnings.  Dead Stop.  Nothing Else To Do except Ask For Help.  Hoping someone here can provide some guidance.
    TIA

    Hi
    Can you please try setting up full persmission in the security properties for everyone on the wsconfig folder C:\ColdFusion10\config\wsconfig  and restart ColdFusion Server.
    Swaraj

  • Running a java program from a .asp page

    i'm looking for someone in the community that knows how to run a java program
    on a web server ( not an applet) from a asp page. The server as IIS 5 and the jre1.3.1
    any help or tips would be welcomed

    The following site explains in detail how you have to do it. I have done it and it works fine.
    If u still have problems, contact me at [email protected]
    http://support.microsoft.com/default.aspx?scid=kb;EN-US;q167941

  • Workstation cann't run .asp on IIS after installed ZEN agent

    Hello,
    I have Windows XP sp2 on workstation. I run .asp application on IIS. When i
    installed Zenwork Desktop Agent (6.5). I cann't run .asp file. I reinstall IIS on
    workstation. It's not work.
    thank you
    moo

    Chanthep,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Are there any problems running oracle database express 10g and iis together

    Are there any problems running oracle database express 10g on an windows 2000 server or advanced server running iis 5?
    Does oracle database express cause any conflicts with iis (because of used ports etc)
    Could an server have running on it, both an website using iis and an oracle database express website without conflicts?

    I would not expect a problem under normal circumstances.
    Oracle's listener is set for a default port 1521 for database requests, port 8080 for HTMLDB requests. The database connections generally find an empty port above 1024 when establishing a connection.
    So, if IIS does not want to use 1521 or 8080, you will generally see no challenges. Even then it is fairly easy to move ORacle's port requirements elsewhere.
    Using port 8080 seems reasonably common, but that is easily changed - search for sethttpport in this forum. IIS tromping on 1521 would be rare as it has been a well known Oracle service port since, roughly, forever.

  • Trying to run seeded page on local machine - CompPlanSummaryPG.xml

    Hi,
    I am getting the following strange exception while trying to run the seeded page from my local machine. Kindly have a look and let me know what you think could be the problem.
    Thanks,
    Amit
    Error Page
    Exception Details.
    oracle.apps.fnd.framework.OAException: Could not load application module 'oracle.apps.cn.oa.setup.compplan.server.CompPlansAM'.
         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:75)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: ORA-20001: SQL_PLSQL_ERROR: N, ROUTINE, MO_GLOBAL.INIT, N, ERRNO, -20001, N, REASON, ORA-20001: SQL_PLSQL_ERROR: N, ROUTINE, MO_GLOBAL.SET_ORG_ACCESS, N, ERRNO, -20001, N, REASON, ORA-20001: APP-FND-02938: Multi-organization routine failed to initialize a session for the product: &PRODUCT. Please inform your support representative.
    ORA-06512: at "APPS.FND_MESSAGE", line 346
    ORA-06512: at "APPS.MO_GLOBAL", line 36
    ORA-06512: at "APPS.MO_GLOBAL", line 757
    ORA-06512: at "APPS.MO_GLOBAL", line 700
    ORA-06512: at line 1
         at oracle.apps.fnd.framework.OAException.wrapperException(Unknown Source)
         at oracle.apps.fnd.framework.server.OADBTransactionImpl.initializeMultiOrg(Unknown Source)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.handleMultiOrgInit(Unknown Source)
         at oracle.apps.fnd.framework.server.OADBTransactionImpl.setCookie(Unknown Source)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.setCookie(Unknown Source)
         at oracle.apps.cn.oa.framework.server.CNApplicationModuleImpl.setCookie(CNApplicationModuleImpl.java:44)
         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:75)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    ## Detail 0 ##
    java.sql.SQLException: ORA-20001: SQL_PLSQL_ERROR: N, ROUTINE, MO_GLOBAL.INIT, N, ERRNO, -20001, N, REASON, ORA-20001: SQL_PLSQL_ERROR: N, ROUTINE, MO_GLOBAL.SET_ORG_ACCESS, N, ERRNO, -20001, N, REASON, ORA-20001: APP-FND-02938: Multi-organization routine failed to initialize a session for the product: &PRODUCT. Please inform your support representative.
    ORA-06512: at "APPS.FND_MESSAGE", line 346
    ORA-06512: at "APPS.MO_GLOBAL", line 36
    ORA-06512: at "APPS.MO_GLOBAL", line 757
    ORA-06512: at "APPS.MO_GLOBAL", line 700
    ORA-06512: at line 1
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639)
         at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:184)
         at oracle.jdbc.driver.T4CCallableStatement.execute_for_rows(T4CCallableStatement.java:873)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1161)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3001)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3093)
         at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4286)
         at oracle.apps.fnd.framework.server.OADBTransactionImpl.initializeMultiOrg(Unknown Source)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.handleMultiOrgInit(Unknown Source)
         at oracle.apps.fnd.framework.server.OADBTransactionImpl.setCookie(Unknown Source)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.setCookie(Unknown Source)
         at oracle.apps.cn.oa.framework.server.CNApplicationModuleImpl.setCookie(CNApplicationModuleImpl.java:44)
         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:75)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: ORA-20001: SQL_PLSQL_ERROR: N, ROUTINE, MO_GLOBAL.INIT, N, ERRNO, -20001, N, REASON, ORA-20001: SQL_PLSQL_ERROR: N, ROUTINE, MO_GLOBAL.SET_ORG_ACCESS, N, ERRNO, -20001, N, REASON, ORA-20001: APP-FND-02938: Multi-organization routine failed to initialize a session for the product: &PRODUCT. Please inform your support representative.
    ORA-06512: at "APPS.FND_MESSAGE", line 346
    ORA-06512: at "APPS.MO_GLOBAL", line 36
    ORA-06512: at "APPS.MO_GLOBAL", line 757
    ORA-06512: at "APPS.MO_GLOBAL", line 700
    ORA-06512: at line 1
         at oracle.apps.fnd.framework.OAException.wrapperException(Unknown Source)
         at oracle.apps.fnd.framework.server.OADBTransactionImpl.initializeMultiOrg(Unknown Source)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.handleMultiOrgInit(Unknown Source)
         at oracle.apps.fnd.framework.server.OADBTransactionImpl.setCookie(Unknown Source)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.setCookie(Unknown Source)
         at oracle.apps.cn.oa.framework.server.CNApplicationModuleImpl.setCookie(CNApplicationModuleImpl.java:44)
         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:75)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    ## Detail 0 ##
    java.sql.SQLException: ORA-20001: SQL_PLSQL_ERROR: N, ROUTINE, MO_GLOBAL.INIT, N, ERRNO, -20001, N, REASON, ORA-20001: SQL_PLSQL_ERROR: N, ROUTINE, MO_GLOBAL.SET_ORG_ACCESS, N, ERRNO, -20001, N, REASON, ORA-20001: APP-FND-02938: Multi-organization routine failed to initialize a session for the product: &PRODUCT. Please inform your support representative.
    ORA-06512: at "APPS.FND_MESSAGE", line 346
    ORA-06512: at "APPS.MO_GLOBAL", line 36
    ORA-06512: at "APPS.MO_GLOBAL", line 757
    ORA-06512: at "APPS.MO_GLOBAL", line 700
    ORA-06512: at line 1
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639)
         at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:184)
         at oracle.jdbc.driver.T4CCallableStatement.execute_for_rows(T4CCallableStatement.java:873)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1161)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3001)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3093)
         at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4286)
         at oracle.apps.fnd.framework.server.OADBTransactionImpl.initializeMultiOrg(Unknown Source)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.handleMultiOrgInit(Unknown Source)
         at oracle.apps.fnd.framework.server.OADBTransactionImpl.setCookie(Unknown Source)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.setCookie(Unknown Source)
         at oracle.apps.cn.oa.framework.server.CNApplicationModuleImpl.setCookie(CNApplicationModuleImpl.java:44)
         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:75)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)

    Took all the classes required to run the page from the server and then ran the page.
    That's too much of info. Check the page function and see if there is any parameter attached to it?
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                           

Maybe you are looking for