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

Similar Messages

  • I am having problems when i have minimized windows and try to open a new window it will open all minimized windows along with the new window. It just changed when mozzilla updated. It did not do this before the update.

    I am having problems when i have minimized windows and try to open a new window it will open all minimized windows along with the new window. It just changed when mozzilla updated. It did not do this before the update. Before the update if i had minimized windows they would stay minimized when i opened a new window. Please help ,I would guess it is just a setting somewhere but i cannot figure out where the setting is. Thanks jason

    This issue can be caused by the ASK.com Toolbar.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • For printer LaserJet Profession​al CM1410 any chance to set printing password for windows and MAC

    Dear All
    for printer  LaserJet Professional CM1410 any chance to set printing password for windows and MAC?please help?

    What Windows OS are you using?  Are you networked?
    If you are networked, you have to setup your file and print sharing options in order to require password assess.  If you are just trying to control specific files from being printed, you can do that, too.
    If you are just trying to control the amount of printing off of a single PC with a printer, you could setup different accounts for each user and limit their access. 
    Some of the commercial printers can have password options, but I do not find any password options for the CM 1410, other than what I provided earlier.
    If I have been helpful, a Kudo is always appreciated.

  • 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

  • Setting Cursor - For a window and application wide

    Hi,
    Can somebody please help with a cursor problem ? I am not able to set the busy cursor for a frame when the application is doing some work. I have tried many methods of doing this (some of them from these forums...) but still I am not able to make this work.
    1) setting the cursor before doing the work and resetting after the
    work doesnt work.
    2) setting the cursor for the window by calling
    Window window = SwingUtilities.windowForComponent(getRootPane().getGlassPane());
    window.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
    This works but the events are not blocked by the frame i.e if i
    click on any part of the window like a button or something, that
    event is fired after the work is done. So this is not good.
    3) created a glass pane for the window and blocked all the events. Then
    set the cursor for the the glass pane. This does not work either
    since the event thread is doing the work. So had to create another
    thread to do the work. This works but when the cursor is reset back,
    it doesnt reset. I have to move the mouse a bit to reset it. So this
    is not good either.
    4) created a work around for the cursor by creating a modal dialog box
    saying "Processing..." in the event thread and doing the work in the
    worker thread. The worker thread posts an event to dispose the
    dialog box after the work is done. This works perfectly though it is
    still not good because the cursor is not showing busy. Because of
    the modal dialog box, the user cant do anything in the application
    which is exactly what i want. Is this ok ? Can somebody provide any
    other work around for this ?
    5) Also I have another question for you guys. In the worker thread if i
    do something like updating the gui etc., it takes a lot of time
    almost 10 times more than when the work is done in a single threaded
    environment. Is this because of the communication between the worker
    thread and the event thread ? If I do only data related work not gui
    work in the worker thread, this is fine.
    I am new to Swing, so somebody please explain to me if they can.
    My environment is JDK 1.1.7, Swing 1.1 on Sun Solaris 2.5.1. Is this because I am using old versions. Is this resolved in the newer versions like 1.3 etc ?
    -Vijay

    moetunes wrote:I thought a
    chmod u+rw /path/to/.conf
    chmod go-rw /path/to/.conf
    would set the file to be read only by the user that owns it.
    That is all true.  The problem is the need to give a user the ability to run a program that has secrets that should only be visible by root.  If you give the user ownership, they cab see the keys to the kingdom.
    For example, you may want to allow a user to connect to an arbitrary wireless access point.  Generally, this is a privileged operation -- you want to give them permission to do it, but don't want to give them ownership.  You may also not want them to be able to see or modify the pass phrases.

  • Problem refreshing canvas when multiple windows and canvasses.

    Ok I Have a form that has 2 windows and 2 canvases.
    They both get populated on When new Forms instance trigger with a parameter i pass in from teh previous form.
    On entering the form if the parameter is set (passed in by the form before) it should query the blocks on canvas 1 and display the second canvas/window via a seperate package of "canvas.open" which is a package to open and populate the second canvas which is a tree.
    If this code is fired on a key next item or a button press its fine. but not where it is on when new form instance trigger. The canvas.open simply stops on a synchronize early on. If i remove a sync then the second canvas never appears.
    You can see a commented out pause. If this is included then it all works fine. If i use a synchronize instead of the pause it doesnt even reach the canvas.open (i used messages on status to work this out)
    So my question is how can i get a synchronize to work as i assume this is whats missing?
    Any help much appreciated, Im sorry if i have not explained very well.
    IF :PARAMETER.I IS NOT NULL THEN                    
                   Go_Block('B1');               
                   Execute_Query(no_validate);
                   Go_Block('B2');
                   Execute_Query(no_validate);
    --PAUSE;
                   canvas.Open(:PARAMETER.I);                    
    END IF;          

    What happens if you do a
    IF :PARAMETER.I IS NOT NULL THEN                    
                   Go_Block('B1');               
                   Execute_Query(no_validate);
    SYNCHRONIZE;
                   Go_Block('B2');
                   Execute_Query(no_validate);
    SYNCHRONIZE;
                   canvas.Open(:PARAMETER.I);                    
    END IF;

  • I deleted over 200 self taken videos and over 500 pictures in the Moments window in my photo tab.  They deleted but still show in my setting in the About window and I haven't gained any additional storage capacity.  What do I do now?

    I deleted over 200 self taken videos and over 500 pictures in the Moments window in my photo tab.  They deleted but still show in my setting in the Setting/About window and I haven't gained any additional storage capacity.  What do I do now? Please help!  Thanks in advance for any assistance!!!

    Check the Recently Deleted album. Deleted photos will reside there for up to 30 days. This allows all those people who accidently delete photos to recover them, something they couldn't do before. To actually free up the space you might have to delete the photos in the Recently Deleted album.

  • I installed Identity Finder, and I have to enter a password to get into Firefox, which I like. However, even though my settings are set to "Show my windows and tabs from last time," I have to manually click on each one to add in a new tab each time. An

    I installed a security program called Identity Finder whick requires a master password for Firefox on my laptop, which I like. However, even though my settings are to "Show my windows and tabs from last time," I have to manually add each link in a new tab each time. Any suggestions? Thanks in advance.

    Pure speculation, but maybe that Identity Finder program is deleting your browsing history which is how Firefox restores tabs and windows from the previous session. Check with technical support for that program or look at the manual.

  • Problem with JOGL applet on Windows and Linux

    I made a simple test applet using JOGL involving a simple animation and a KeyListener. It put it on a web site, and it loads and runs correctly on my Mac, but it gives a blank box with a red x in it on Windows and Linux. Here is the code that I used to deploy the applet. I based it off the sample from https://jogl-demos.dev.java.net/applettest.html
    <applet code="TestApplet"
    width=300
    height=300
    archive="http://download.java.net/media/applet-launcher/applet-launcher.jar,
    http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jar,
    http://download.java.net/media/gluegen/webstart/gluegen-rt.jar,
    http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl-demos.jar">
    <param name="codebase_lookup" value="false">
    <param name="subapplet.classname" value="TestApplet">
    <param name="subapplet.displayname" value="JOGL Applet">
    <param name="noddraw.check" value="true">
    <param name="progressbar" value="true">
    <param name="jnlpNumExtensions" value="1">
    <param name="jnlpExtension1"
    value="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jnlp">
    </applet>
    Does anyone know what I'm doing wrong? Thanks for your help.

    never mind. i figured it out.

  • 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.

  • Problems setting up Verizon DSL (DHCP) and AirPort Extreme

    I have Verizon DSL with DHCP and old router (Linksys WRT54G). I've bought iMac and new router (AirPort Extreme) to connect to iMac wirelessly. I have a Windows computer connected to the Linksys WRT54G. Now here is the story. I can connect verizon DSL modem (it's in bridge mode) to PC directly and connect to the Internet. When I plug AirPort between the DSL modem and PC, auto-configuration doesn't work, AirPort utility says there is problem with internet connection. Router simply can't obtain IP address from verizon's DHCP server. I've tried to copy DNS server addressed from the IP configuration in Windows, the AirPort light went green and Windows indicated connection as successful, however I still cound't browse the Internet because gateway is not set. Any ideas how to make AirPort connect to the internet using DHCP instead of manual settings? I can try to do it from the mac if needed, I don't think it would make any difference though.

    Welcome to the discussions!
    Sorry, I can't quite track exactly what you are trying to do.
    What would the network that you are trying to set up look like?
    Modem>AirPort Extreme>Computers? Are you saying that you won't be using the Linksys in the new setup?
    Sounds like you need to set the Airport Extreme up to supply PPPoE service (which the Linksys is doing now-if the modem is in bridge mode), but I will wait for your response before offering specific info.
    If you've been fiddling with settings, we may need to do a hard-reset on the AX to start over. You should not be fiddling with DNS, etc. Almost always, these settings are done automatically when you have the device set up correctly.

  • Firefox suddenly began asking if I wanted to close all tabs when I closed it, and although my setting is set to "Show my Windows and Tabs from last time" I open up to Google instead of my old tabs. Any solutions?

    I can still recover my old tabs by going History> Recently Closed Windows but I'm worried about when I restart my computer.
    Edit: While trying a reinstall I found out there was another firefox "running" even though it didn't show up in my taskbar. I went into task manager and ended the process. When I next opened firefox three windows opened up to the start page but froze (nothing but a white screen). After closing those from the task manager and trying again I got the "Well this is embarrassing" message and could no longer restore my old tabs. (I'd bookmarked them expecting this to happen eventually) For now everything seems to be back to normal, but this is still a pretty worrisome problem.

    Make sure that you do not run Firefox in permanent Private Browsing mode.
    *https://support.mozilla.com/kb/Private+Browsing
    *You enter Private Browsing mode if you select: Tools > Options > Privacy > History: Firefox will: "Never Remember History"
    *To see all History and Cookie settings, choose: Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    * Deselect: [ ] "Permanent Private Browsing mode"
    * http://kb.mozillazine.org/Session_Restore
    * https://support.mozilla.com/kb/Session+Restore

  • Problems setting duration for still photos and transitions in iMovie '11

    I downloaded iMovie 11 from the Apps Store last night and am trying to make my first movie with it today. I use still photos exclusively.
    For most - but not all - I like 5 seconds for photos and for transitions 2 seconds. I do vary this on occasion and so do not check "for all photos' or "for all transitions".
    I can't get these settings to work with this version of iMovie. For example, I added a photo (5 sec) then a transition (2 sec) which changed the duration time of the photo - as it should. But when I double clicked the photo, to bring up the inspector window to change the duration of the photo, nothing happened. Then I added another photo. The duration of the first photo increased to 7 seconds and nothing I do seemed to change that.
    The time increases seem random: for example, sometimes the time on the still photo increases to 6:29 sec, sometimes to 7 sec.
    The duration for the transitions always remains the same - 2 sec; it's the time for the photos that jumps around. And I haven't been able to find a way to get back to 5 sec.
    Before posting this, I researched and found an number of earlier posts detailing the same issues.
    However, none of these posts had stars to indicate the problem was solved.
    Has anyone found a solution or is this a bug that should be reported to Apple?

    Interesting!!
    I've spent a lot of hours on this too, but I have come up with a different solution perhaps because I like to vary both the image duration and the transition duration in my movies.
    Here's my process:
    -> Knowing that (a) I want most of the photos to be visible for 5 seconds and most transitions for 2 seconds and (b) that a transition takes half from the photo before and half from the photo after, under File>Project Properties>Photo Duration I chose 7 seconds - each photo will 'lose' a total of 2 seconds from the transitions in front and behind. I did not check either "Applies to all transitions." or "Applies to all photos." - See below for why.
    -> I discovered, as you have, that all the photos have to go in before I add any transitions. This was new to me. With all previous versions of iMovie I simply added a photo then a transition then another photo one at a time. I had to fiddle with the timing adjustments, but at least I could fiddle. With this new version of iMovie I can't. Once the transition is in place, I cannot change the duration of the photo.
    -> Sometimes, I want a longer or shorter duration for a photo. For example, on photos to which I apply the Ken Burns effect, I often want the image on the screen for a slightly longer time. In this case, I have to use the inspector to change the duration before I add the transitions. So I might set the time for 8 seconds; when both transitions are added, the time for this photo becomes 6 seconds, which is what I want.
    -> The same applies if I want a transition to be shorter or longer than 2 seconds. If, for example, I want the duration for a transition to be 1 second, then I have to change the duration on the two linked photos to 5 1/2 seconds.
    All of this requires much more prior planning than I am used to with iMovie. Right now, I working with batches of 5 or 6 photos at a time. I don't put a transition on the last photo in the batch until I have added the next group of photos. And things get really tricky if I don't like my original design. If I want to change anything, I have to take out all of the transitions linking the photos I want to work on, do the math, make the changes in the photo durations, then put the transitions back.
    Perhaps I am trying to make iMovie do more than it was intended to do, I don't know. Perhaps this problem stems from the fact that I bought just iMovie 11 from the Mac Apps Store and not the entire iLife 11. Don't know that either. But at least I have found a way to make the movie look the way I want it to look.
    Thanks for sharing your process. I will use it when the circumstances are right.

  • Problems setting up email + understanding Pin and BB internet service

    Hi,
    I've been browsing for answers about my new black berry 9700.
    When I try to set up my email on the phone it says. "Your email account is already activated for enterprise use."
    I have no idea what that means.
    I brought the Blackberry pretty much brand new, it was used for like a day.
    the problem with that is I've never had a blackberry before and I don't know anything about setting up the email, blackberry internet service, enterprise, and the pin system.
    Also, the other problem is that there are two icons for internet; Browser and WAP. I just want to connect to the internet via my wireless internet and not get charged, and want to know if I am getting charged.
     Please help.

    Shoulda done some reasearch first:
    Using your WiFi router to connect to your 9700, you can use the WiFi hotspot browser ONLY to connect to the internet. You will NOT be able to use the RIM push email, Facebook app, BlackBerry Messenger, Maps, etc.
    You MUST have the BlackBerry Data Plan on your service provider account for that.
    Go to Options > Advanced > Browser and save that to HotSpot Browser.
    Meanwhile, at Manage Connections, search for and connect to your WiFi router and you're set to go for the limited use you'll have.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Problem setting up wrt54g with windows 7

    Upgraded Vista to Window 7 and I cant connect to internet through the wrt54g.  I have cable internet service. I think this is the problem: I access the router settings, under the STATUS tab the IP is 0.0.0.0  The bottom of the page does NOT have an IP RELEASE button as the manual says it should.  It says H### something RELEASE (I forgot to write down exactly what it says)  In summary I CAN access the router wireless but it wont let me access the internet.  Any Help?

    You are able to connect to the wireless network.
    The Internet IP address on the status page is 0.0.0.0.  That means the router is not getting IP address from the modem.
    Connect the computer directly to the modem with the Ethernet cable. Make sure that you can access the Internet through the modem.
    If you are able to access the Internet through the modem then Internet is working fine on the modem.
    Connect the modem to the Internet port and computer to Ethernet port 1 on the router.
    Open the setup page of the router. Click on MAC address Clone sub tab. Enable it and click on Clone my PC's MAC. Save the settings.
    Unplug the power to the router and modem. First plug in the power to the modem. Wait for 1 minute and then plug in the power to the router. Wait for a minute and then try to access the Internet on your computer.
    Once you are able to access the Internet with the wired connection to the router, try to connect to the wireless network. See if that works.

Maybe you are looking for

  • #550 5.2.0 STOREDRV.Deliver: The Microsoft Exchange Information Store service reported an error.

    Hi,  I created a mailbox few days before, everythign was working fine and suddenly when some one tried to send email on that mailbox it bounced back with following error: There's a problem with the recipient's mailbox. Microsoft Exchange will not try

  • How-to? Reimport photos that were not copied to iPhoto Library

    Help? Please! When I imported hundreds of photos from my external USB drive I had unchecked the Advanced preference option for coping files to the iPhoto Library. Now when I try to import from my iPhone any file, iPhoto comes up and tells me the it c

  • Problem in displaying second page in smartform

    hi, I m trying to display two pages (page 1 and page 2) in the smartform. I m using command (of flow logic) in the main window of first page to achieve this. While i m able to see the output by running the Smartform FM stand-alone, i cant see the sam

  • Can I create a slide that when updated, updates all my projects?

    I have a ending page to about 100 project software videos that is the same.  Currently if I need to change something on this slide, I have to do it 100 times.  Can I set up a slide that can be updated onve but updates all the projects it is used in? 

  • Jrun closed connection errors

    The application.log file shows repeated 404 errors for files that have been off the server for ages. Also 404 errors for files that are right were they are supposed to be. It's almost like a script is running somewhere to search for these pages, but