Coldfusion 10 will not start

I am running CF 10 on Redhat Linux 6 and everything was working fine until recently, but now I cannot get CF to start up.  I had created a datasource to connect to a unidata database and it was not working, so I needed a newer version of the database driver.  I got the new version of the driver (the 2 files needed for the driver are unijdbc.jar and asjava.zip).  I placed the files in the location where I've always placed them while using CF 8:
/opt/coldfusion10/cfusion/wwwroot/WEB-INF/classes/unijdbc.jar,/opt/coldfusion10/cfusion/ww wroot/WEB-INF/classes/asjava.zip,"%CLASSPATH%"
and set the class path in the CF Administrator accordingly, then stopped and started CF, and it came up fine, but the datasource to unidata would not verify (see my other recent forum post) -- in reply to that post, someone had recommended I put the drivers in a different location, so I did that, and set the classpath accordingly:
/opt/coldfusion10/cfusion/runtime/lib/unijdbc.jar,/opt/coldfusion10/cfusion/runtime/lib/as java.zip,"%CLASSPATH%"
then stopped and started CF, and it came up without problem, but datasource still would not connect. 
So, I made one more change to the classpath and took the "" off the end so it looks like this:
/opt/coldfusion10/cfusion/runtime/lib/unijdbc.jar,/opt/coldfusion10/cfusion/runtime/lib/as java.zip,%CLASSPATH%
and then instead of doing "service coldfusion_10 stop" and "service coldfusion_10 start" as I had been doing, I decided to try "service coldfusion_10 restart".  It said it was stopping CF but then could not start it.  I don't have the exact error but it did end with this:
The ColdFusion 10 server instance named cfusion is starting up and will be available shortly.
There has been an error starting ColdFusion 10 server instance named cfusion, please check the logs.
So I thought perhaps the "restart" left a pid or something hanging and it did not completely shut down, so it could not restart, although it would not let me do the stop command either, nor were there any coldfusion processes running on the server.  So I decided to reboot the server to see if that would help, it did not -- after the server came back up, I tried starting coldfusion again, and keep getting this error: 
[root@ctc3650z selinux]# service coldfusion_10 start
Starting ColdFusion 10 server instance named cfusion ...
nohup: ignoring input and appending output to `nohup.out'
sh: /opt/coldfusion10/cfusion/runtime/lib/asjava.zip: cannot execute binary file
sh: line 0: bg: no job control
The ColdFusion 10 server instance named cfusion is starting up and will be available shortly.
There has been an error starting ColdFusion 10 server instance named cfusion, please check the logs.
[root@ctc3650z selinux]#
I cannot get into the coldfusion administrator to change the classpath, but it does not appear to like the asjava.zip file, which it had no problem wtih before (is same file).  I do not understand this error:
sh: /opt/coldfusion10/cfusion/runtime/lib/asjava.zip: cannot execute binary file
Also it says "please check the logs" ... I have looked at all the logs under /opt/coldfusion10/cfusion/logs and nothing in them references this error.
Here is the entry in the /opt/coldfusion10/cfusion/bin/nohup.out:
Usage: java [-options] class [args...]
           (to execute a class)
   or  java [-options] -jar jarfile [args...]
           (to execute a jar file)
where options include:
    -d32          use a 32-bit data model if available
    -d64          use a 64-bit data model if available
    -server       to select the "server" VM
                  The default VM is server.
    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
                  A : separated list of directories, JAR archives,
                  and ZIP archives to search for class files.
    -D<name>=<value>
                  set a system property
    -verbose[:class|gc|jni]
                  enable verbose output
    -version      print product version and exit
    -version:<value>
                  require the specified version to run
    -showversion  print product version and continue
    -jre-restrict-search | -jre-no-restrict-search
                  include/exclude user private JREs in the version search
    -? -help      print this help message
    -X            print help on non-standard options
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
                  enable assertions
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
                  disable assertions
    -esa | -enablesystemassertions
                  enable system assertions
    -dsa | -disablesystemassertions
                  disable system assertions
    -agentlib:<libname>[=<options>]
                  load native agent library <libname>, e.g. -agentlib:hprof
                    see also, -agentlib:jdwp=help and -agentlib:hprof=help
    -agentpath:<pathname>[=<options>]
                  load native agent library by full pathname
    -javaagent:<jarpath>[=<options>]
                  load Java programming language agent, see java.lang.instrument
    -splash:<imagepath>
                  show splash screen with specified image
[root@ctc3650z logs]#
Can anyone help?  Thank you very much, and sorry so wordy...
Julie

I fixed it myself!!  I could not get back into the CF Admin to undo the syntax change on the classpath on the Java/JVM page, since CF was down, so I dug around on the server and found this file:  /opt/coldfusion10/cfusion/bin/jvm.config  which is the contents of that screen.  I edited it with vi and undid the syntax change I did, then I was able to start up coldfusion.  Still can't get my unidata datasource to connect, but that's another issue...

Similar Messages

  • Coldfusion 8 service will not start.  Server log is ending with "Starting license..." (Emergency)

    Our server has gone down and the Coldfusion 8 service will not start.  There is no information in any of the logs for anything today since its gone down.  Ive checked the root logs directory as well as the runtime logs directory.
    The server.log is the only file being updated and it shows "Starting logging..." and then "Starting license..." and hangs.  The service does not start and the log gets nothing more after this point.  Memory continues to go up slowly, we've increased the start timeout tremendously with no effect.  There is little to no CPU usage.
    Our server is licensed and has never had this problem before.  It is the standard version.
    Our server is completely down and we are losing clients.  From what we can tell a windows update occurred, which we have since removed in case it was the issue, and when the server restarted CF did not come back.  We have been working on this for hours with no results.
    Please help and let me know anything you may need which will help diagnose our issue.
    Thanks

    So that others who see this know the solution.
    I started Coldfusion from the command line: c:\Coldfusion8\runtime\bin\jrun -start coldfusion.  This brought up all the commands as it worked through them.  From that we found that CF was looking for license.properties in the C:\Coldfusion8\runtime\lib folder.  We found a copy in the C:\Coldfusion8\lib folder.  For now we've left it running under my account and then after hours are going to try and see if the service will run now that we've copied that properties file to the other direcory.
    Probably simple to everyone on here but was new and odd to us.  Wanted to put what we found out here in case it happens to anyone else.

  • Vista SP1 - CF Service will not start

    Running Vista Business. Life was good, I was productive! (CF 8 btw).
    After installing Vista SP1, CF service will not start. Digging a little deeper, turns out JRUN can't fire off "coldfusion", one of the servers listed. Here is the error:
    04/06 11:49:20 error Failed to create new connection
    java.net.SocketException: select failed
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384)
    at java.net.ServerSocket.implAccept(ServerSocket.java:453)
    at java.net.ServerSocket.accept(ServerSocket.java:421)
    at jrun.jms.core.kernel.mipc.MultiplexConnectionServer.run(MultiplexConnectionServer.java:15 4)
    Some digging turned up the possiblity that the jndi.properties file isn't being read. Changed permissions on it to let everyone in. Heck, you guys can probably get at it right now form where you are its so open!
    More digging, turns out Windows Firewall like to block port 2930, which is apparently used for internal communication with jndi settings or some such. Opened that up. Found evidence of further internal communication on port 900, opened that up to.
    Found this very useful and a bit scary info about missing DLLs and so forth:
    http://www.communitymx.com/content/article.cfm?page=6&cid=224AA
    Found reference to the updated Vista TCP/IP stack being a culprit in some cases, which often seemed to come down to, get this, a new host file entry for localhost: ::1  localhost. Commented that out, still no joy.
    Tried reinstalling. Still no go.
    Pretty much exhausted all possibilities I was able to think of or find info about.
    Any ideas or similar experiences? Or, failing that, the address of a tall building to jump off? Thanks!

    Read the manual?!?! No way, never! That would be like... stopping at a gas station to ask for directions!
    But seriously, I did poke around there a bit. I do tend to forget that there is more to there is more there than the language reference.
    Never been stuck like this though. Probably done over 100 installs dating back to CF4 on just about all windows flavors but have never had to dig in to the guts of the underlying Java like this.
    Thinking it has to be something unique to this machine; I have done other Vista installs of CF8 with only minimal issues (typically having to set the service to run under an account that has permissions, maybe even set jrun.exe and jrunsvc.exe to execute under an admin account, but thats about it). Unfortunately, partially because of the environment we operate in, a fresh workstation install is a good day and half to two day ordeal.
    Help me Obi Wan, you're my only hope!

  • CF8 Application Server Service Will NOT Start

    I ran into this error:
         java.lang.OutOfMemoryError: Java heap space
    and after researching it it seemed that I should up the max heap size on the Java/JVM page, so I increased my max heap size to 1044MB from 512, via the CF Administrator, I also added maxPermSize= 256m.  Then I restarted the server, but the Application Server service will not start.
    I opened home/runtim/bin/jvm.config and set the heap size to 1024, restart, service still wont start.
    Set the max heap size to 512 and removed maxPermSize, restarted server, service still won't start.
    Set the entire java.args equal to: -server -Xmx256m -Dsun.io.useCanonCaches=false -xx:MaxPermsize=128m -XX:+UseParallelGC -Dcoldfusion.rootDir={application.home}/../ -Dcoldfusion.libPath={application.home}/../lib -Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/../lib,{appli cation.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-INF/flex/jars,{application. home}/../wwwroot/WEB-INF/cfform/jars
    Restarted, still the services will not start.
    Does anyone have any ideas?
    The error I get when trying to start the services is:
    Windows could not start the ColdFusion 8 Application Server on Local Computer.  For more information, review the System Even Log.  If this is a non-Microsoft service, contact the service vendor, and refore to service-specific error code 2.
    Thanks!

    Once you have ColdFusion running again this will bring you back to your initial problem:
    java.lang.OutOfMemoryError: Java heap space
    Suggest take a copy of your working JVM.CONFIG (so you have a backup) then add some debugging to the JVM Arguments eg:
    # Arguments to VM
    java.args=-server  -Xmx512m -Dsun.io.useCanonCaches=false -XX:MaxPermSize=192m -XX:+UseParallelGC -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintHeapAtGC -verbose:gc -Xloggc:cfjvmGC.log -Dcoldfusion.rootDir={application.home}/../ -Dcoldfusion.libPath={application.home}/../lib -Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/../lib,{appli cation.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-INF/flex/jars,{application. home}/../wwwroot/WEB-INF/cfform/jars
    Once ColdFusion is restarted again a log file will be created called \ColdFusion8\runtime\bin\cfjvmgc.log. Open the log file and you will be able to see how the New, Tenure and Permanent memory spaces are working. Given you now know which buffer is filling (excluding New made up of Eden and a couple Survivor spaces - because those fill and empty all the time) you can make adjustments to JVM.CONFIG knowing which value you intend to alter. Likely you want to alter either Xmx or MaxPermSize. When you think the Java heap space is resolved turn logging off by removing the bolded details.
    HTH, Carl.

  • System PI 7.11 will not start because of R3INLPGM error

    Dear experts,
    our PI 7.11 sap system will not start on the backup machine. We have two AS/400 machines using IBM iCluster.
    On the source node the PI system starts without any problems. If we switch over to the target node,
    the PI system will not start. Only the two subsystems R3_<instance> were started and the SAPSTRSVR jobs
    ran under QUSRWRK.
    In the pool files from SAPSTART we found the following errors:
    QPRINT:
    R3<SID>400/R3INLPGM: Error occured setting gid to R3GROUP.
    QPJOBLOG:
    *NONE      Information                 XXXXXXX  SAPINLPGM    XXXXXXX *STMT    SAPINLPGM   XXXXXXX *STMT
                                         From module . . . . . . . . :   O4TMKLIBIX                                                                               
    From procedure  . . . . . . :   prtjoblA                                                                               
    Statement . . . . . . . . . :   15                                                                               
    To module . . . . . . . . . :   O4TMKLIBIX                                                                               
    To procedure  . . . . . . . :   prtjoblA                                                                               
    Statement . . . . . . . . . :   15                                                                               
    Message . . . . :   SAPINLPGM: Error in ChangeGidToR3GROUP - check whether              
                                         R3<SID>400/R3INLPGM is owned by QSECOFR using adopted authority         
    But the authority from all libs and objects are same as on the source machine.
    Any idea?
    Best regards,
    Matthias

    Hello Matthias,
    Please log on as QSECOFR (or a user with SECOFR authority),
    ADDLIBLE SAPXIP71
    and run command
    FIXSAPOWN SID(*NONE) DIR('/QSYS.LIB/R3XIP400.LIB/R3INLPGM.PGM')
    Best regards,
    B. Wolf

  • My ipad will not start.  It is 1 year old...I have tried holding the two buttons and nothing..I have it connected to my desktop and it will make a ding noise but nothing comes up on the screen.

    My ipad will not start.  It is 1 year old...I have tried holding the two buttons and nothing..I have it connected to my desktop and it will make a ding noise but nothing comes up on the screen.

    Frozen or unresponsive iPad
    Resolve these most common issues:
        •    Display remains black or blank
        •    Touch screen not responding
        •    Application unexpectedly closes or freezes
    http://www.apple.com/support/ipad/assistant/ipad/
    iPad Frozen, not responding, how to fix
    http://appletoolbox.com/2012/07/ipad-frozen-not-responding-how-to-fix/
    iPad Frozen? How to Force Quit an App, Reset or Restart Your iPad
    http://ipadacademy.com/2010/11/ipad-frozen-how-to-force-quit-an-app-reset-or-res tart-your-ipad
    Black or Blank Screen on iPad or iPhone
    http://appletoolbox.com/2012/10/black-or-blank-screen-on-ipad-or-iphone/
    What to Do When Your iPad Won't Turn On
    http://ipad.about.com/od/iPad_Troubleshooting/ss/What-To-Do-When-Your-Ipad-Wo-No t-Turn-On.htm
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
     Cheers, Tom

  • Settings (and other Apps) Will Not Start (Metro)

    This morning most Modern Apps will not start on my system, including the Settings app. It seems to be a DCOM failure and seems directly related to this old thread.
    http://social.msdn.microsoft.com/Forums/en-US/7e6fe520-af09-4a38-b333-30ed5978f70c/control-panel-will-not-start-metro?forum=windowsdeveloperpreviewgeneral
    This is a current Windows 8.1 installation, full up to date on patches, and the problem still occurs after rebooting. I checked for newly installed patches, etc. and the only thing recent was the Windows Defender definitions update.
    It's an i7 with 32 GB of RAM, fast SSD's etc. I don't believe this is a hardware problem in any way.
    Here's the details from the System event log:
    Log Name:      System
    Source:        Microsoft-Windows-DistributedCOM
    Date:          19-Jun-2014 09:21:53
    Event ID:      10001
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          SARSYS9\Michael Sargent
    Computer:      SarSys9
    Description:
    Unable to start a DCOM Server: microsoft.windows.immersivecontrolpanel as Unavailable/Unavailable. The error:
    "15612"
    Happened while starting this command:
    "C:\WINDOWS\ImmersiveControlPanel\SystemSettings.exe" -ServerName:microsoft.windows.immersivecontrolpanel
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-DistributedCOM" Guid="{1B562E86-B7AA-4131-BADC-B6F3A001407E}" EventSourceName="DCOM" />
        <EventID Qualifiers="0">10001</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8080000000000000</Keywords>
        <TimeCreated SystemTime="2014-06-19T13:21:53.648625200Z" />
        <EventRecordID>546613</EventRecordID>
        <Correlation />
        <Execution ProcessID="972" ThreadID="4068" />
        <Channel>System</Channel>
        <Computer>SarSys9</Computer>
        <Security UserID="S-1-5-21-802678348-186571299-231467638-1001" />
      </System>
      <EventData>
        <Data Name="param1">"C:\WINDOWS\ImmersiveControlPanel\SystemSettings.exe" -ServerName:microsoft.windows.immersivecontrolpanel</Data>
        <Data Name="param2">15612</Data>
        <Data Name="param3">microsoft.windows.immersivecontrolpanel</Data>
        <Data Name="param4">Unavailable</Data>
        <Data Name="param5">Unavailable</Data>
      </EventData>
    </Event>
    That matches almost exactly with the referenced thread. But that thread never seemed to give a set of steps to resolve the issue (other than doing a Refresh which would be a catastrophic waste of time, reinstalling my whole development environment).
    I really would appreciate some help resolving this issue. If I'm in the wrong forum, please move or suggest a more appropriate place.
    Thanks,
        Mike

    Please post questions and problems about using Windows in the Windows forums on
    http://answers.microsoft.com
    The MSDN Windows Store apps forums are for developers to discuss writing their own Windows Store apps.
    --Rob

  • HT5654 Just tried 3 times to update iTunes on my PC running Vista.  There was an error.  It stopped the installation.  Now iTunes will not start at all.  The error message tells me to reinstall which I tried but did not work.  What should I do?

    Just tried 3 times to update iTunes on my PC running Vista.  There was an error.  It stopped the installation.  Now iTunes will not start at all.  The error message tells me to reinstall which I tried but did not work.  What should I do?

    Hello, Jdragone. 
    Thanks for the question.  Start with completely uninstalling iTunes and all of it's components in the order specified in the article below.  Once this is done, download and install iTunes.
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/HT1923
    If you receive any errors when uninstalling any components of iTunes, try the steps in the article below for each component that gives you an error.
    "The feature you are trying to use is on a network resource that is unavailable" alert appears when removing Apple software in Windows
    http://support.apple.com/kb/TS3704
    Cheers,
    Jason H.

  • HP TouchSmart application will not start

    We purchased an HP IQ 526 TouchSmart desktop with Windows Vista Home Premium 64-bit machine approximately two months ago. We use Clearwire to connect to the internet. About a month ago the HP TouchSmart applilcation stopped working. It will not start. Every time we try to start it we get the following error message:
    HP TouchSmart Calendar has stopped working
    A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available.
    Sometimes it says it's the HP TouchSmart Notes has stopped working or one of the other TouchSmart applications. I went to hp.com and updated all of the software for the TouchSmart application and Windows Vista. And I reguarly use Windows Update to ensure my OS is current with Microsoft security updates. I also updated the firmware. After these actions and rebooting many times the application would still not start. At this point I contacted HP customer support. We uninstalled HP TouchSmart, then reinstalled. This didn't work. I continue to see information events in the Windows Application Log almost every minute regarding HPTouchSmartCalendarNotes. They are typically the following messages over and over:
    Reminder clock elapsed event is successfully fired.
    CheckReminder() is executed successfully.
    ShowReminder() is executed successfully.
    After Fetching the XML nodes, checking for each node is done successfully in ShowReminder()
    Events in Events.xml Before Showing Reminder<DataRoot></DataRoot>
    I still have a case open with HP support and they said uinstalling the OS and reinstalling is likely the next step but I have to believe someone else has run into this issue or HP has a QFE for this issue. I really do not want to uninstall the OS and reinstall it. This has become very frustrating as the HP TouchSmart application is the primary reason we purchased the computer so my wife can manage our photos and music collection via the touch screen.
    If anyone has seen this before or has a solution I would love to hear about it. We are considering taking the computer back if we can not resolve this issue.
    On a related note and this might be a separate issue I continuously get HPTCS stopped working messages. I've searched the internet for what HPTCS.exe is and what is does but there is little to no information available.
    Please let me know or if there is additional information I could provide that would be useful for troubleshooting.
    Cheers,
    G

    Our machine was sent back to HP and they reformatted our hard drive and sent it back. Wow. Fantastic service. NOT!!!! I could have done that. Without debugging their own software to figure out why this was happening they reformatted the hard drive. I can only expect this problem will happen again since there must be a software update, etc... that is causing this behavior. I honestly do not know how to voice my disgust in their customer service. I have been a long time fan of HP and we basically only buy HP at work but this was the poorest display of customer service I have ever encountered. If your TouchSmart application stops working and the TouchSmart software updates do not resolve the problem you might as well pretend like you bought a normal computer without touch capabilities. Like buying an iPhone without it behaving like an iPhone.

  • Firefox will not start on limited account. Reports firefox already running but doesn't show in task manager. Adminstrator account work fine

    Firefox will not start on limited accounts. It reports firefox already running. This happens even if no other users are logged on. Administrator accounts have no problems accessing firefox

    Create a new profile as a test to check if your current profile is causing the problems.
    See Basic Troubleshooting: Make a new profile:
    *https://support.mozilla.com/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    If that new profile works then you can transfer some files from the old profile to that new profile (be careful not to copy corrupted files)
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Oracle 10G Non-Network install - OEM will not start when on the LAN.

    Greetings,
    Got through a non-networked 10G Enterprise installation OK; I chose to create the orcl schema, connected to it through various utilities, added new tablespace, and all was well. I also checked my Host Name by pinging it in DOS, it showed me the IP address of the MS loopback adapter which is what I was expecting.
    Once I connected the same machine to the LAN (and internet) and re-booted, for some reason the Host Name was now assigned the dynamic IP address of the LAN and not LAN2 (which is the loopback adapter that is assigned a static local IP address). It did this even though I had already added an entry in the /etc/hosts file that explicitly assigns a static IP address to the Host Name (as recommended in the Oracle 10G pre-installation instructions). I also could not get the OEM to launch a webpage, run and connect to the orcl database after the re-boot; I am wondering if this is related to the IP address assigned to Host Name changing; maybe the Oracle agent can no longer resolve the URL for some reason?
    In the end I find that the only way to insure I can have a working Oracle environment and be on an active network at the same time, is to bring up the Oracle environment on a standalone system first, and once Oracle is running connect the system to the network. Is there no way to automate this process?
    The format of the hosts file entry recommended by the Oracle 10G pre-installation instructions is as follows:
    ===========================================================
    IP_address hostname.domainname hostname
    where:
    IP_address is the non-routable IP address you entered for the loopback adapter.
    hostname is the name of the computer.
    domainname is the name of the domain.
    For example:
    10.10.10.10 mycomputer.mydomain.com mycomputer
    ==========================================================
    In my case since I am not part of a Windows domain (but am part of a Windows Workgroup), I added an entry in the /etc/host file that looks like the following:
    # Copyright (c) 1993-1999 Microsoft Corp.
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    # For example:
    # 102.54.94.97 rhino.acme.com # source server
    # 38.25.63.10 x.acme.com # x client host
    127.0.0.1 localhost
    192.168.110.250 IBM-6AB1330E158
    ==> Note that I did not add the domain name to the entry I created since I am not part of a domain, I also used the format I found in the etc/hosts file which is:
    IP_address hostname.domainname
    - not -
    IP_address hostname.domainname hostname
    Which is the format recommended in the Oracle 10G pre-installation instructions; this does leave me wondering which format is correct...
    Thanks in Advance for any help,
    ADG13

    I have not. I am hoping someone (maybe even from Oracle support) will step up and officially tell us we are either right or wrong in the way we are approaching this. From the research I have done on the internet it sounds like this should work, you should be able to have Oracle starting and running fine whether you boot connected to the LAN or not, assuming you have created the MS loopback adapter, assigned it a static IP, and changed the hostname entry in etc/hosts file as part of the 10G WinXP recommended pre-installation instructions.
    And yet I find I have to start Oracle when I am not connected to the LAN or the services will not start correctly. If this is a "feature" then hopefully someone will tell us and maybe give us a workaround or give us an idea if this will be addressed in a future release. Having said that and in fairness to the Oracle product; being a developer I have other products installed on my machine that have special networking setup needs also, and in my case this could be exasperating or even possibly causing this Oracle problem I am having. To be specific I have software for 2 different VPNs installed so I can tunnel into 2 private networks. One of these VPNs require me to make use of a DNS Suffix (as shown below) which might be contributing to my problems, not sure. I also have VMWare installed which uses it own network adapters when it is running, so you can see how things could get a little hairy... at any rate, there is my 2 cents worth (or is that 5 cents? : )
    fwiw,
    ADG13
    C:\Documents and Settings\Administrator>ipconfig/all
    Windows IP Configuration
    Host Name . . . . . . . . . . . . : IBM-6AB1330E158
    Primary Dns Suffix . . . . . . . :
    Node Type . . . . . . . . . . . . : Hybrid
    IP Routing Enabled. . . . . . . . : No
    WINS Proxy Enabled. . . . . . . . : No
    DNS Suffix Search List. . . . . . : ibm.com
    Ethernet adapter Local Area Connection 2:
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Microsoft Loopback Adapter
    Physical Address. . . . . . . . . : 02-00-4C-4F-4F-50
    Dhcp Enabled. . . . . . . . . . . : No
    IP Address. . . . . . . . . . . . : 192.168.110.250
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . :
    Ethernet adapter Local Area Connection:
    Connection-specific DNS Suffix . : ibm.com
    Description . . . . . . . . . . . . . : Intel(R) PRO/1000 MT Mobile Connection
    Physical Address. . . . . . . . . : 00-11-25-13-96-AF
    Dhcp Enabled. . . . . . . . . . . : Yes
    Autoconfiguration Enabled . . . . : Yes
    IP Address. . . . . . . . . . . . : 192.168.1.102
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . : 192.168.1.1
    DHCP Server . . . . . . . . . . . : 192.168.1.1
    DNS Servers . . . . . . . . . . . : 65.24.7.3
    Lease Obtained. . . . . . . . . . : Wednesday, January 11, 2006 3:40:08 AM
    Lease Expires . . . . . . . . . . : Thursday, January 12, 2006 3:40:08 AM
    Ethernet adapter AGN Virtual Network Adapter:
    Connection-specific DNS Suffix . : ibm.com
    Description . . . . . . . . . . . : AGN Virtual Network Adapter
    Physical Address. . . . . . . . . : 00-00-00-00-00-01
    Dhcp Enabled. . . . . . . . . . . : Yes
    Autoconfiguration Enabled . . . . : Yes
    IP Address. . . . . . . . . . . . : 9.49.217.159
    Subnet Mask . . . . . . . . . . . : 255.255.255.255
    Default Gateway . . . . . . . . . :
    DHCP Server . . . . . . . . . . . : 9.49.217.159
    DNS Servers . . . . . . . . . . . : 9.0.2.1
    9.0.3.1
    Lease Obtained. . . . . . . . . . : Wednesday, January 11, 2006 8:06:20 AM
    Lease Expires . . . . . . . . . . : Monday, January 18, 2038 10:14:07 PM

  • Lightroom 5 on a Mac os 10.8.5 will not start. It fails to open. And it worked fine the other day.

    lightroom 5 on a Mac os 10.8.5 will not start. It fails to open. And it worked fine the other day.

    Reh... Doesn't work on my 2012 Mac mini. A function key set in Sys Prefs worked in Leopard and Lion on my MB but I cannot get any key to work using SysPref Dictation & Speech. It is befuddling and now I have to go to Edit-Speech to turn on and turn off speech to selected text.
    I have used Macs and Apple 2es since cave man days and Apple is becoming so befuddling I am wondering if there is even an advantage to it over Windows XP. I spent a lot on this little box, it looks good (the first one had to be exchanged as it wouldn't link to my keyboard ???) but Apple intuitive does no longer seem meaningful.
    If speech to text no longer is accessible by short cuts using Fkeys, why bother to have it in Syst Prefs?
    Apple is losing its way. The pleasure is gone and no one at Apple seems to care.

  • HT4972 my ipad will not start it has an apple in the center and no matter what I do it will not dispeasr, erase or open

    MY ipad will not start. I can only see an apple in the center.

    Have you tried this?
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • Just installed Firefox 3.6. Firefox will not start and Firefox safemode does not start either. Using Task manager I do not see if started either. If I create a new profile and start from that window, Firefox starts up. I see no error windows/messages. I d

    Just installed Firefox 3.6. Firefox will not start and Firefox safemode does not start either. Using Task manager I do not see if started either. If I create a new profile and start from that window, Firefox starts up. I see no error windows/messages. I do have it listed in my Firewall as an exception program with Permit All. What is happening?
    == This happened ==
    Every time Firefox opened
    == After removing Firefox and Reinstalling it. ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.4; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; MS-RTC LM 8)

    If that new profile works then you can transfer some files from the old profile to that new profile (be careful not to copy corrupted files)
    See http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    See also [[Basic Troubleshooting|#Make_a_new_profile|Basic Troubleshooting: Make a new profile]]

  • I have a version Adobe pro 7, my old computer hard drive failed tried to install on my Windows 8.1, will not start up error message

    I have a version Adobe pro 7.1, my old computer hard drive failed, tried to install on my Windows 8.1, will not start up get error message? any solutions?  It worked perfectly fine on my old computer which was windows 7.0

    Hey,
    I am sorry but Acrobat 7 is not at all compatible with Windows 8. For this, you will need to upgrade your Adobe Acrobat version.
    For better understanding, please refer this kb file:
    Compatible web browsers and PDFMaker applications
    Regards,
    Anubha

  • After removing system fonts and reinstalling fonts, FireFox will not start

    After removing system fonts and reinstalling fonts, FireFox will not start! When I start FireFox the "Mozilla Crash Reporter" opens as if FF just crashed??? I don't see any records in event viewer. I am using FF v3.6.3 on a Windows 7 box. I tried uninstalling 3.6.3 and installing 3.0.18 and had the same problem!
    == This happened ==
    Every time Firefox opened
    == After a uninstalled all fonts including system fonts and then reinstalling system fonts. ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; AskTB5.5)

    The files with submitted crash report ids are inside the ''submitted '' directory, from the directory you found the LastCrash.txt timestamp file.
    The file names will begin with '''bp-'''
    There might be more information from the crash report, but it might just tell us you are crashing the first time Firefox tries to use a font.
    One thing I suppose you could do is select only those fonts you've got in Tools -> Options -> Content -> Fonts and Colors -> Advanced and then uncheck the '''Allow pages to use their own fonts''' option.
    See http://support.mozilla.com/en-US/kb/Options+window+-+Content+panel#Fonts_Dialog
    To be honest, I can't find anything on this Netscape Font Navigator and it sounds highly dubious.

Maybe you are looking for

  • How to take back up of messages from iphone

    Hello, I tried taking a back up from my iphone 3g to iphone 5s, but however on doing that only my contacts and my photographs got transferred but not my messages. Can anyone please let me know how I can take backup of my messages from my previous old

  • AMD Graphics Card Issue

    This past year I switched to CC.  I then discovered the 2014 version of Adobe Premiere Pro required me to upgrade my video card.  I have Intel i7 920 running at 2.67 with 4 core with 16 GB installed and 32 GB total virtual memory on a board.  My comp

  • No longer able to message photos on iPad3.

    When trying to share a photo from my photo albums on ipad3, I no longer get the green message option to send photos.  Only Facebook or email etc.  please help!  Previously,I have had no problem sharing photos by this option.  I have tried send just o

  • Can i use a 60 watts  mac charger for an i.book G4

    can i use a 60 watts mac charger for an i.book G4    

  • How to chang the row's color in the Jtable?

    I have a table and many rows,I want chang the rows color,like row one's color is red,row tow's color is write,row three's color is green.How can do it? And if i want chang row 3,coloum 2's color.How can do it? thanks.