Creating an Application module not connected to any database

Hi,
In my application, we have only a custom VO, created as per http://download-west.oracle.com/docs/cd/B31017_01/web.1013/b25947/bcadvvo008.htm. In this VO, we are reading a CSV file.
My question is, as my application does not require any database as its source, I dont want to have any database associated with my ADF application. However, when I create the AM, it doesnt let me go ahead till I give it a database connection. Is there a way to circumvent this, or remove the database connection related code after creating the AM in this way.
Thanks,
Amit

Wow, beautiful...just what the doctor ordered !
Thanks John !
One note, for people who try this - in the link, Lucas is using http://127.0.0.1:8988 etc to specify the url to the csv...but i guess for that to work, you need to have some kind of web server running.. But if you just have a local file and right now, no web server to use 127.0.0.1, you can use file:///c:/test.csv, where the csv is sitting in c drive.
I got this idea from http://www.oracle.com/technology/products/jdev/howtos/urldatacontrol/urldatacontrol.html...this one is cool too, here they have used this url data control to read rss !

Similar Messages

  • Use 2 App modules with connection to 2 databases on 1 UIX page?

    Is it possible use 2 different Application modules with connection to different databases on one UIX page?
    Thank you.

    Yes.
    Use a <bc4j:registryDef> with two <bc4j:rootAppModule>'s inside. Everything else is the same as the single root application module case.
    More documentation is available in the UIX Developer's Guide available in the JDeveloper help system and online at:
    http://helponline.oracle.com/uix/help/
    Kind Regards.

  • Intermittent error in production server JBO-25200: Application module is not connected to a database.

    We've set 60 min as session timeout and AM pool parameters also high  (<AM-Pooling jbo.ampool.maxinactiveage="1200000" jbo.ampool.initpoolsize="25" jbo.ampool.maxpoolsize="1000" jbo.recyclethreshold="50" jbo.ampool.maxavailablesize="50" jbo.ampool.minavailablesize="25"/>) in our application due to requirements.  We are using jdev 11.1.1.7.0
    Intermittently The page is getting refreshed and unsaved data is lost when user leaves a page for 5 or 10 min and on return back to application and performing operations back. There is not much load also on the server. When we analyze the logs the below exception is thrown on the logs.
    Exception Class: oracle.jbo.NotConnectedException
    Message: JBO-25200: Application module is not connected to a database.
    Agent: APP_BSA_BPA[mnatest_soa2]@egw-bpm2-mnat.wfs.com:5508
    API: Exception
    Thread Name: [ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)' <562720362>
    Exception StackTrace
    Method Class Line        File Name
    handleRollback oracle.jbo.server.DefaultTxnHandlerImpl 145         <unknown>
    doRollback oracle.jbo.server.DBTransactionImpl 5174       <unknown>
    rollback oracle.jbo.server.DBTransactionImpl 2544       <unknown>
    resetState oracle.jbo.server.ApplicationModuleImpl 4860       <unknown>
    disconnect oracle.jbo.common.ampool.DefaultConnectionStrategy 343         <unknown>
    doPoolDisconnect oracle.jbo.server.ApplicationPoolMessageHandler 592         <unknown>
    doPoolMessage oracle.jbo.server.ApplicationPoolMessageHandler 430         <unknown>
    doPoolMessage oracle.jbo.server.ApplicationModuleImpl 9316       <unknown>
    sendPoolMessage oracle.jbo.common.ampool.ApplicationPoolImpl 4530       <unknown>
    prepareApplicationModule oracle.jbo.common.ampool.ApplicationPoolImpl 2460       <unknown>
    doCheckout oracle.jbo.common.ampool.ApplicationPoolImpl 2270       <unknown>
    useApplicationModule oracle.jbo.common.ampool.ApplicationPoolImpl 3169       <unknown>
    useApplicationModule oracle.jbo.common.ampool.SessionCookieImpl 592         <unknown>
    useApplicationModule oracle.jbo.http.HttpSessionCookieImpl 234         <unknown>
    useApplicationModule oracle.jbo.common.ampool.SessionCookieImpl 525         <unknown>
    useApplicationModule oracle.jbo.common.ampool.SessionCookieImpl 520         <unknown>
    initializeApplicationModule oracle.adf.model.bc4j.DCJboDataControl 523         <unknown>
    getApplicationModule oracle.adf.model.bc4j.DCJboDataControl 869         <unknown>
    internalGetBeanDataControl oracle.adf.model.bc4j.DCJboDataControl 969         <unknown>
    findOrCreateMethodRowSetIterator oracle.adf.model.bc4j.DCJboDataControl 1236       <unknown>
    initSourceRSI oracle.jbo.uicli.binding.JUMethodIteratorDef$JUMethodIteratorBinding 698         <unknown>
    callInitSourceRSI oracle.adf.model.binding.DCIteratorBinding 1679       <unknown>
    internalGetRowSetIterator oracle.adf.model.binding.DCIteratorBinding 1652       <unknown>
    refresh oracle.adf.model.binding.DCIteratorBinding 4506       <unknown>
    refreshIfNeeded oracle.adf.model.binding.DCExecutableBinding 341         <unknown>
    getRowSetIterator oracle.adf.model.binding.DCIteratorBinding 1612       <unknown>
    getViewObject oracle.jbo.uicli.binding.JUMethodIteratorDef$JUMethodIteratorBinding 473         <unknown>
    _loadCriterionList oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding$AdfConjunctionCriterion 3504 <unknown>
    getCriterionList oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding$AdfConjunctionCriterion 3417 <unknown>
    invoke sun.reflect.GeneratedMethodAccessor4821 - <unknown>
    invoke sun.reflect.DelegatingMethodAccessorImpl       25 <unknown>
    invoke java.lang.reflect.Method 597         <unknown>
    Any idea why this exception thrown ? Is this because of weblogic server connections cleanup or something to do with connections?  As per my understanding , JDBC connection will not be released when AM is active/managed mode.  Oracle Doc says
    " That application module instance holds onto the JDBC connection object that it acquired from the pool until the application module instance is removed from the application module pool."

    jbo.ampool.maxinactiveage is set to 20 min which means that If AM in the pool is inactive for 20 min then clean this AM in the next cycle (still that is not our case).  We also set jbo.recyclethreshold="50" means 50 AMs can exists in the pool with managed-state. We set these because of performance reasons.  As per my understanding, AM instance will be deleted (????) but in any action on the UI will pick up another instance of the AM because datacontrolframe is still valid in the session.  Do we have any best practice like jbo.ampool.maxinactiveage should be equal to session time out?. The error seems AM lost the underlying JDBC connection and somehow application is using that stale AM ?. what will be possible reason?.

  • JBO-25200: Application module is not connected to a database

    Using JDev 9.0.3.
    I am receiving the following error when running my app through JDevloper's embedded OC4J:
    JBO-25200: Application module is not connected to a database.
    The error is happening when I execute the following line(s) of code:
    // holds the ViewObject RowSet
    RowSet accessTypeRS = PersonalInfoForm.getAccessTypeRS();
    if (accessTypeRS != null) {
    if (accessTypeRS.getEstimatedRowCount() > 0) {
    accessTypeRS.setRangeSize(-1);
    I receive the error when trying to execute the setRangeSize method. However, several prior attempts caused the error at the line above (getEstimatedRowCount)
    I am using connection pooling with a datasource and I'm retrieving an application module through the app module pool.
    jbo.doconnectionpooling is set to true.
    Disconnect ApplicationModule upon release is checked.
    Any ideas on why and how this is happening?
    Thanks!
    -Teri Kemple
    <AppModuleConfig name="PersonalInfoBcModuleLocal">
    <DsName>jdbc/arcavisionCoreDS</DsName>
    <DeployPlatform>LOCAL</DeployPlatform>
    <DsPasswd>adw02_www</DsPasswd>
    <jbo.doconnectionpooling>true</jbo.doconnectionpooling>
    <DsUserName>adw02_www</DsUserName>
    <JDBCDataSource>jdbc/arcavisionCoreDS</JDBCDataSource>
    <jbo.project>PersonalInfoBC0</jbo.project>
    <AppModuleJndiName>com.arca.personalinfo.bc.PersonalInfoBcModule</AppModuleJndiName>
    <ApplicationName>com.arca.personalinfo.bc.PersonalInfoBcModule</ApplicationName>
    </AppModuleConfig>
    <ConnectionDefinition name="jdbc/arcavisionCoreDS">
    <ENTRY name="DsPasswd" value="adw02_www"/>
    <ENTRY name="DsName" value="jdbc/arcavisionCoreDS"/>
    <ENTRY name="DsUserName" value="adw02_www"/>
    </ConnectionDefinition>

    Hi,
    Please post test steps using the BC4J tester or a test script that illustrates the issue against a simple table. Otherwise, it is extremeley difficult to debug/diagnose the issue on this forum.
    I have not seen this issue in any of the automated unit test scripts that exercise the ApplicationModule pooling.
    Thanks,
    JR

  • Creating an application module in a Java class

    Hi everyone,
    I'm trying to create an application module from a normal Java class where I don't have access to any HttpSession objects.
    I tried to use the method in the documentation
    appMod = Configuration.createRootApplicationModule(
                        "full.class.Name",
                        "ConfigurationName");
    It's not working though, complaining that it can not find the configuration file which it's trying to locate at full/class/common/bc4j.xcfg.
    This file exists at the same path in the BC4J project which this project has a dependency on in the Project Settings dialog.
    Is this the right way to create an application module? Can someone please provide a reference to an example.
    Thanks

    Thanks Frank, but this example is about a stand-alone application, my problem occurs with an application hosted on the application server.
    I did more experiments and came up with some ideas but unfortunately, I hit a dead end.
    I thought that in order to work around the fact that I cannot set the class loader of the timer, I could change the class loader of the running thread before I create the timer as follows:
    Thread.currentThread().setContextClassLoader(
              this.getClass().getClassLoader());
    I thought this would give me a SecurityException for sure, but strangely enough it worked perfectly.
    Now, all I needed was to move this code from the JSP to my listener. Unfortunately, it didn't work in the listener, also a test that I did in the JSP to make sure that the classloader before and after the above statment is different, showed that in the listener, the classloader of the thread is the same as the one used to load the listener class:
    System.out.println(Thread.currentThread().getContextClassLoader()
              .equals(this.getClass().getClassLoader()));
    I thought, maybe this is a listener thing, but if I do it in the init() method of a servlet that I could specify to load on startup, it could work, but still, it didn't.
    I cannot understand, why is it that the only correct class loader is the one used to load the compiled JSP class?!
    Does anyone have any other ideas?
    Thanks

  • My MacBook Air 13' (2013) will occasionally start the fan at full blast, not connect to any wifi or detect any wifi, and will remove the battery icon from my menu bad as well as tell me there is no battery connected. How do I fix this?

    My MacBook Air 13' (2013) will occasionally start the fan at full blast, not connect to any wifi or detect any wifi, and will remove the battery icon from my menu bad as well as tell me there is no battery connected. How do I fix this? I have restarted my computer multiple times, **** it down, and ran a diagnostic test to tell me nothing is wrong and my computer is not running any applications. There is no reason for the fan to be on full blast! when I try to set the option to show my battery icon in the menu bar, it will automatically uncheck. How do I fix all of this?

    Have you tried SMC and PRAM resets?
    http://support.apple.com/kb/HT3964
    http://support.apple.com/kb/ht1379
    Ciao.

  • Camera not working in Photobooth-in use by other application or not connect

    Upon entering photobooth, the internal camera is reported to be either in use by another application or not connected. It doesn't appear to be working in other applications either. Any suggestions?

    Does the camera have a setting for plain old DV output. (and 4.3 three if you don't want it Letter-boxed)
    iChat tends not to see anything else from Firewire cameras.
    Have you tried Shutting down the Computer and restarting ?
    Do a full shut down and use the power Button to Restart (not the Restart Option)
    If that does not work, then try the second part of this FAQ by Gulliver
    http://discussions.apple.com/thread.jspa?messageID=607640&#607640
    It suggest running the CRon Scripts with OnyX or Cocktail (MacJanitor unfortunately does not work in Leopard) The others come as Trials and do other things.
    9:01 PM Monday; June 16, 2008

  • "Could not connect to any server in the specified cluster"

    Dear all,
    can anybody help me out? I tried to log on in HFM and get the error message as following:
    "Could not connect to any server in the specified cluster"
    Code: -2147217086
    Description: An error occurred processing the result from the server.
    Trace: Error Reference Number: {1205F141-A444-4750-B3CE-729E53F12279}<BR>Num: 0x80041142;Type: 1;DTime: 1/13/2012 2:00:57 PM;Svr: V-HOISTHYP1;File: CHsxClient.cpp;Line: 850;Ver: 11.1.2.1.000.3082;<BR>Num: 0x80041142;Type: 0;DTime: 1/13/2012 2:00:57 PM;Svr: V-HOISTHYP1;File: CHsxClient.cpp;Line: 3671;Ver: 11.1.2.1.000.3082;<BR>Num: 0x80041142;Type: 0;DTime: 1/13/2012 2:00:57 PM;Svr: V-HOISTHYP1;File: CHFMwManageApplications.cpp;Line: 2722;Ver: 11.1.2.1.000.3082;
    Any idea would be greatful!
    Thanks a lot in advance
    Hoi

    Hi Hoi,
         Financial Management Error "Could not connect to any server in the specified cluster" When Opening Application (Doc ID 742386.1)
         Sporadic "Access Denied" Error Messages Running Financial Reports Against Hyperion Financial Management (Doc ID 753013.1)
         Sporadic "Access Denied" Messages for Reports with Hyperion Financial Management (HFM) Data Source (Doc ID 760412.1)
    Hope this helps,
    Thank you,
    Charles Babu J

  • My application can not connect to FMS2

    My application can not connect to FMS2
    hi,all, Some things block me. Who can you help me? I
    appreciate your support.
    Server: FMS 2.0
    Client : Flash 8 ,Flex 2.0.1
    I find Flash 8 code is fine. It can connect to FMS2 with on
    error. I can find connect show in FMS console.
    But I find AS3 codes can not connect to FMS2. Why? I am very
    puzzle...:-(
    Error messages is nse.info.code:NetConnection.Connect.Failed
    nse.info.level:error...help me please..Thank you very much.
    My codes below.
    ==========Flash 8 code =========
    stop();
    // Open connection to FlashCom
    client_nc = new NetConnection();
    // Handle status message
    client_nc.onStatus = function(info) {
    trace("Level: " + info.level + newline + "Code: " +
    info.code);
    client_nc.connect("rtmp://127.0.0.1/tutorial_text");
    // Initialize the typing stage
    TypingStage.text = "";
    // Create a remote shared object. client_nc.uri is the URI of
    the
    // NetConnection the shared object will use to connect to the
    // server. I.e., the one just created.
    text_so = SharedObject.getRemote("sharedtext", client_nc.uri,
    false);
    // The following is very important, nothing happens otherwise
    text_so.connect(client_nc);
    // Each time something changes in the shared object, the
    server
    // sends out a synchronization message. This onSync handler
    // updates the movie based on the information.
    text_so.onSync = function(list) {
    // Update the textArea in the typing stage with the latest
    // text from the shared object. The 'for' loop condition
    searches
    // through the list of changes, and the 'if' condition
    ensures
    // that we apply the relevant change only if someone other
    than
    // this client has changed the value.
    for ( var i = 0; i < list.length; i++ )
    if ( list.name == "textValue" && list.code !=
    "success")
    TypingStage.text = text_so.data.textValue;
    break;
    // Update the shared object every time the user types in new
    text
    TypingStage.onChanged = function()
    text_so.data.textValue = TypingStage.text;
    ===============Flex2
    代码如下====================
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute" creati>
    <mx:Script>
    <![CDATA[
    import flash.net.*;
    import mx.controls.Alert;
    import flash.events.SyncEvent;
    private var client_nc:NetConnection;
    private var text_so:SharedObject;
    public function init():void
    flash.system.Security.allowDomain("
    http://127.0.0.1");
    rte.text = "";
    public function ioEvent(ioe:IOErrorEvent):void
    rte.text = rte.text+"/n"+" io:"+ioe.text;
    public function connectStatus(nse:NetStatusEvent):void
    //trace("Level: " + nse.info);
    rte.text = rte.text+"/n"+" nse.info.code:"+nse.info.code+"
    nse.info.level:"+nse.info.level;
    public function click():void
    client_nc = new NetConnection();
    client_nc.addEventListener(NetStatusEvent.NET_STATUS
    ,connectStatus);
    client_nc.addEventListener(IOErrorEvent.IO_ERROR,ioEvent);
    rte.text = "connect rtmp://127.0.0.1/tutorial_text ";
    client_nc.connect("rtmp://127.0.0.1/tutorial_text");
    ///tutorial_text
    text_so = SharedObject.getRemote("sharedtext",
    client_nc.uri, false);
    text_so.addEventListener(SyncEvent.SYNC,syncShareObject);
    text_so.connect(client_nc);
    public function syncShareObject(se:SyncEvent ):void
    var list:Array = se.changeList;
    var i:int;
    for (i = 0; i < list.length; i++ ){
    if ( list.name == "textValue" && list.code !=
    "success"){
    rte.text = text_so.data.textValue;
    break;
    public function changeRTE():void
    text_so.data.textValue = rte.text;
    public function disconnect():void{
    if (client_nc.connected){
    client_nc.close();
    ]]>
    </mx:Script>
    <mx:RichTextEditor id="rte" x="23" y="19" width="626"
    height="337" cornerRadius="20" change="changeRTE()">
    </mx:RichTextEditor>
    <mx:Button x="105" y="381" label="Start Connection"
    width="204" click="click()"/>
    <mx:Button x="317" y="381" label="Disconnect" width="209"
    click="disconnect()"/>
    </mx:Application>

    Action Script uses AMF3 format to communicate. However, Flash
    Media Server 2 only understands the AMF0 format.....
    Do the following:
    var client_nc:NetConnection = new NetConnection();
    client_nc.objectEncoding = flash.net.ObjectEncoding.AMF0;
    client_nc.connect("rtmp:/FLEX");
    This should connect .... however, you might run into other
    issues like me... I am having issues with NetStream after that ...
    however, let me know if this works ...

  • Cuva is not connected to any phone.

    I am getting started with Video Over IP, so there is a lot to learn from it.  I have Cisco IP communicator working on a laptop and I just installed CUVA software on it.  The cuva software is reporting not connection to any ip phone.  I created to problem report, thus I like to find out how to start troubleshooting the issue.  Any input will be helpful while learning process.
    thanks,

    the video capabilities was
    disable.  enable it and reset ip communicator and
    both CIPC and CUVA started to communicate.
    thanks,
    Now, I just need to test video capabilities on our voice gateway.
    Remember I just started to work with video over ip, so I am new
    on all configuration.  Also, I will need to find some one who have the same capabilites, so I can start testing it.  In the mean time I am going to test it on the local net. if you like to voluteer let me know and I will schedule some time for testing it.
    thanks,

  • My Ibooks application will not connect to the iBooks store

    my iBooks application will not connect to the iBooks store

    Launch the Keychain Access application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Keychain Access in the icon grid.
    In the upper left corner of the window, you should see a list headed Keychains. If not, click the button in the lower left corner that looks like a triangle inside a square.
    In the Keychains list, there should be items named System and System Roots. If not, select
              File ▹ Add Keychain
    from the menu bar and add the following items:
    /Library/Keychains/System.keychain /System/Library/Keychains/SystemRootCertificates.keychain
    Open the View menu in the menu bar. If one of the items in the menu is
              Show Expired Certificates
    select it. Otherwise it will show
              Hide Expired Certificates
    which is what you want.
    From the Category list in the lower left corner of the window, select Certificates. Look carefully at the list of certificates in the right side of the window. If any of them has a a blue-and-white plus sign or a red "X" in the icon, double-click it. An inspection window will open. Click the disclosure triangle labeled Trust to disclose the trust settings for the certificate. From the menu labeled
              Secure Sockets Layer (SSL)
    select
              no value specified
    Close the inspection window. You'll be prompted for your administrator password to update the settings.
    Now open the same inspection window again, and select
              When using this certificate: Use System Defaults
    Save the change in the same way as before.
    Revert all the certificates with non-default trust settings. Never again change any of those settings.

  • "The PowerPivot service application could not connect to the Analysis Services instance"

    Hi
    I am baffled by this one.  I have a PowerShell script I have built up to install PowerPivot, which I have put together by reading various blogs and by picking apart the scripts that come with the PowerPivot installer.
    However, once I have built the service app and installed/activated the solutions and features, I get the error "The PowerPivot service application could not connect to the Analysis Services instance" when trying to use it.  I can't find any
    more detailed messages, even with verbose logging turned on.  SSAS\PowerPivot is of course installed and connected to Excel as it should be.
    I have tried running the PowerPivot for SharePoint validation tool and it doesn't find anything.
    If I install PowerPivot using the PowerPivot for SharePoint installer, then delete the service app and rerun my scripts, everything then works fine.
    So there is something the installer is doing that I am not, but I cannot for the life of me figure out what it is.  I though it might be permission related, but the official installer installs the service under the farm account, not my BI service account. 
    Ahaa, I thought, but when I then reinstall the service myself with my scripts, using my BI service account, the service app then works, so I don't think it can be permission related.
    Doing a Google search on that message pulls up only one old post (repeated a few times), which talks about using a domain account for the SSAS instance instead of a Local System account - I am using the same domain service account for SSAS, Excel and
    PowerPivot already, so that doesn't help me much.
    Does anyone have any ideas for me or suggestions on how I might proceed?
    Andrew vR

    Did you run the "Run PowerPivot for SharePoint Configuration Tool" after installing PowerPivot and did that work okay?
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • My phone is not connecting to any wifi's what do I do?

    my phone is not connecting to any wifi's what do I do?

    http://support.apple.com/kb/TS1398

  • TS1717 Hi, my iTunes application is not connecting to the iTunes store. It is coming up with the following error message "we could not complete your itune store request. An unknown error occured (11222)" Can you please assist?

    Hi, my iTunes application is not connecting to the iTunes store. It is coming up with the following error message "we could not complete your itune store request. An unknown error occured (11222)" Can you please assist?

    Hi Laura-Wedders,
    Thanks for visiting Apple Support Communities.
    On August 7th, some users may have been unable to make purchases from the App Store, iTunes Store, Mac App Store, or iBookstore. Apple worked quickly to resolve these issues, however you may have experienced them.
    To check the current status of these systems please see:
    Apple - Support - System Status
    http://www.apple.com/support/systemstatus/
    If you are still experiencing issues, you may want to troubleshoot with the following articles:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/TS3297
    All the best,
    Jeremy

  • Could not connect to any JRun/ColdFusion servers on host localhost

    I am a new CF admin and I am trying to upgrade my Apache.  I am following the instructions in http://help.adobe.com/en_US/ColdFusion/9.0/Admin/WSc3ff6d0ea77859461172e0811cbf364104-7fd9 .html but am getting an error.  Could not connect to any JRun/ColdFusion servers on host localhost
    I am running CF8 on Linux Suse and trying to  upgrade apache to version 2.2.22.  I am running apache on server-1 and ColdFuson on server-2.
    I tried running the following on server1:
    /data/jrun4/bin/wsconfig -server cf8-2 -ws Apache -bin /data/web3/apache-2.2.22-general-cf/bin/httpd -script /data/web3/apache-2.2.22-general-cf/bin/apachectl -dir /data/web3/apache-2.2.22-general-cf/conf -coldfusion -v
    but got the error.
    So then I tried installing apache on server-2 and running:
    /data/cf8/bin/wsconfig -server cf8-2 -ws Apache -bin /data/web3/apache-2.2.22-general-cf/bin/httpd -script /data/web3/apache-2.2.22-general-cf/bin/apachectl -dir /data/web3/apache-2.2.22-general-cf/conf -coldfusion -v
    I got the exact same error.
    CF is definately up and running.
    What am I doing wrong?

    Hi Kiran,
    Yes, Coldfusion is running and I have root access. You need
    to be root just to get the installer to run and to execute the
    Apache connector to produce the error I pasted into my message. My
    firewall is disabled, as is SELinux. I'm not sure how to "Write
    small program to check socket creation..."
    I'm reading through some of the tortured things Steven Erat
    had to do to get CF7 running on FC6 here:
    http://www.talkingtree.com/blog/index.cfm/2006/12/6/Running-ColdFusion-MX-7-on-Fedora-Core -6-Linux
    I suspect I'm running into one of these snags. I was just
    wondering if anyone knew if RHEL5 was officially supported yet, or
    more concisely, Apache 2.2?

Maybe you are looking for

  • Color Management and Preview

    Hi All, Wonder if anyone can help me? I wasn't sure where to post this, so hope it is in the correct forum..... I have got a MacPro with the NVIDIA GeForce 8800GT graphics card, together with two displays - an EIZO ColorEdge CG222W, which I bought re

  • JasperReports - DB reporting Error

    Hi I am facing this this error while creating report Using JasperReport via database and java code. Am i missing anything in classpath etc.. or the issue is something else !! Report design not valid : 1. java.lang.ClassNotFoundException: java.lang.st

  • Advice on How to Change over to BT Broadband

    I am planning to change my Plusnet Broadband to BT Faster Unlimited Broadband Option 3. I am not very technically minded and when I originally set up my broadband about 8 years ago a friend did it all. Can anyone kindly let me know the procedure I ne

  • IMovie, iPhoto etc.

    I currently have an iBook G4 running 10.3.9. My computer came with iMovie, iPhoto, iDvd, and Garage Band. I know that Tiger doesn't come with these programs, but I would like to know if I can carry over my older versions when I upgrade, and how to do

  • Macbook w/ Vista 64 bit?

    I am wanting to install an upgrade to Vista 64 bit on my Macbook. I have looked in the install guide and it states to only install 32 bit versions, but I have found that later than early '08 versions of MBPs can install 64 bit Vista. To my knowledge,