Standalone server not functioning

I have just installed Coldfusion for the first time.
The Coldfusion MX 7 application server service is running,
but does not function. For instance, when requesting '
http://localhost/' or '
http://localhost:8500/' in a
browser the page cannot be displayed.
This also means that I can't add any Dreamweaver extensions
since that utility is a .cfm file.

> The Coldfusion MX 7 application server service is
running, but does not
> function. For instance, when requesting '
http://localhost/' or
> '
http://localhost:8500/' in a
browser the page cannot be displayed.
>
> This also means that I can't add any Dreamweaver
extensions since that
> utility
> is a .cfm file.
Do you have any other services installed?
For example, I left CF MX7 on when I installed CF8 (just to
make sure
everything is working. I also have WAMP installed. So my CF8
administrator
is at
http://localhost:8501/cfide/administrator.cfm

Similar Messages

  • WebToGo Standalone : server not found

    I have installed oracle 9iLite (v5) on my computer (Mobile server and SDK) in standalone mode, but I can't access to the server.
    The start-up of wetgogo.exe is successful and I am able to verify the service is available by accessing "http://mobileserver/webtogo/startup", however, each time I try to access "http://mobileserver" (workspace or wtgpack) I have an error 'WTG10109 : URL not found'. I don't understand because wtgdebug is running fine and also my proxy is configured fine (I hope). Is anybody able to help me?
    Thanks Guillaume
    null

    Are you using the correct machine name? Go to the Network neighborhood icon and right-click it and then click properties, there you should find your machine name. Make sure that the machine name that you are putting in your URL destination is the same as the machine name listed in the properties portion of your network neighborhood on your desktop.
    Have you applied the two most recent patches to your Oracle9i Lite installation?
    There have a couple of bugs (which are posted on metalink) that Oracle TAR support was unaware of.
    good luck.

  • SQL Server not functional after Windows Sysprep

    Hello!
    I sysprep generalized a full configured Windows Server 2012 Standard copy with SQL Server 2012 configured on it but not set up using the sysprep prepare method. I only want to generalize the windows copy but have the SQL install work as previously configured.
     After i boot back into the server after the generalize finishes i am unable to access the SQL server using windows authentication even after i changed the computer name and use the same user accounts as before. I have seen the sysprep prepare for imaging
    documentation for syspreping an SQL instance however i already have SQL installed and i just want to migrate this install to newer hardware. Does anyone have any advice for this? Thank you.  

    Hello Kabitokaii,
    It seems that sql server is not recognizing your new computer name. Since your new name is different from the name when SQL Server has been installed, you have to change the also in sys.servers.... 
    you can query the name by submitting the following statement: (once you´re told you can´t connect only with windows autentication, i`m assumin that you can connect with SQL Server autentication.)
    SELECT * FROM SYS.SERVERS.
    If the names are different (from SYS.SERVERS to current machine name), you have to change is, following the bellow steps:
    http://www.mssqltips.com/sqlservertip/2525/steps-to-change-the-server-name-for-a-sql-server-machine/
    Steps to rename SQL Server
     Execute the below commands for each instance on the machine.
    -- for a Default Instance
    sp_dropserver <old_physical_server_name>
    GO
    sp_addserver <new_name>, local
    GO
    --for a Named Instance
    sp_dropserver <'old_physical_server_name\instancename'>
    GO
    sp_addserver <'new_name\instancename'>, local
    GO
    </new_name></old_physical_server_name>
     Restart the SQL Server services.
     Execute the below query in each instance to verify the updated system metadata.
    SELECT @@SERVERNAME
    Edvaldo Castro http://edvaldocastro.com MCITP Database Administrator on SQL Server® 2008 MCITP Database Administrator on SQL Server® 2005 MCTS: SQL Server® 2008 MCTS: SQL Server® 2005 MCT: Microsoft Certified Trainer MTA: Microsoft Technology Associate
    MTAC – Microsoft Technical Audience Contributor CCSQLA – Cambridge Certified SQL Associate TOEIC – Test of English for International Communication

  • Report server not functioning.

    HI,
    All the services of Oracle 9iAS are working except the report
    server. when I start it through services it says application
    cannot start, and stopped due to application error 186. I cant'
    understand.
    othere thin my management server is also functioning. it gives
    me error the path is wrong , how can I change it.
    Thanx in advance.
    Sreekant

    Yes, could you also specify the version of 9iAS you are using,
    the version number of reports?
    HI,
    All the services of Oracle 9iAS are working except the report
    server. when I start it through services it says application
    cannot start, and stopped due to application error 186. I cant'
    understand.
    othere thin my management server is also functioning. it gives
    me error the path is wrong , how can I change it.
    Thanx in advance.
    Sreekant

  • Server side function not get called after dispatching cairngorm event second time on same page

    Hi All,
    I am facing a urgent issue regarding cairngorm event. Actually my page contain 3 button add,delete,save
    and  clicking of any button I do the respected functionality. For ex:
    I click the add button & on clicking of add button I fire a cairngorm evnt & after getting response from server side that the record is added
    I displayed a message that the record is added & update the data source.
    After addition of the record , with out going to other page if I perform the same functionaly(Like adding another record) on same page the cairngorm
    event not call the server side function  -  after debugging I find out that cairngorm event  reach to the corresponding excutecommand function & called that function  but it is not calling my server side function & I also din't get any error message .
    I dont know why  the server side function not get called?. similarly if I try for delete or update case the same things happend. Only for the first time it works properly but not for the second  time.
    Could any of  you please tell me why the cairngorm event not calling the server side function.
    Thank you for your kind assistance.
    Regards,
    Ujjwal

    Okay, well I think I've worked out the problem.
    In ASP.NET we would typically bind repeating controls such as DataLists and Repeaters manually using <i>Control</i>.DataBind(), because we're usually using a separate class library containing collections for our objects. Seems the SAP Table control doesn't like this approach.
    I changed the code so that the databinding is specified on the control, and call the Page's DataBind() method and it all worked fine.
    One tip: because the collection I used to bind to is in a separate class library, I receieved a <i>BC306523: Reference required to assembly MyAssemblyName...</i> message, even though I had a reference to the assembly in my project and the DLL is being properly deployed. To fix this, you must include the following directive at the top of the component's ASCX file:
    <%@ Assembly Name="AssemblyName" %>

  • Application does not load correctly when deploying to standalone server

    All,
    I have created simple application implementing fusion theme. Applicaiton works fine when I run on integrated server but when deployed on standalone server it does not load any images or the theme itself. afrloop keep incrementing in status bar and ends up with java script error while later.
    I deployed another test application on standalone server and that works fine i.e. theme gets loaded correctly. Also, how should I include images on the page? I have a images folder in web content folder but they dont get loaded.
    Any help will be appreciated.
    Thanks,
    Dipal

    LabVIEW now uses the Microsoft installer. It's possible that you need to upgrade the version that's on the Win2K box. I think the latest service packs from Microsoft include it.

  • Grid on a standalone server Cluster daemons not starting during server boot

    Hi!I have installed Oracle Grid on a standalone server and setup Oracle db 11.2.0.2 on Oracle Linux 6.2 64 bit server.When I reoot the server and run crs_stat -t,several daemons havent started thus the ASM and db instances are also down as below
    Name Type Target State Host
    ora.DATA.dg ora....up.type OFFLINE OFFLINE
    ora.FRADG.dg ora....up.type OFFLINE OFFLINE
    ora....ER.lsnr ora....er.type ONLINE ONLINE amldb01dc
    ora.amldb.db ora....se.type OFFLINE OFFLINE
    ora.asm ora.asm.type OFFLINE OFFLINE
    ora.cssd ora.cssd.type ONLINE OFFLINE
    ora.diskmon ora....on.type ONLINE OFFLINE
    ora.evmd ora.evm.type ONLINE ONLINE amldb01dc
    ora.ons ora.ons.type OFFLINE OFFLINE
    I am forced to manually start the daemons via command crsctl start resource -all then I manually start the ASM and db instances.
    Yet when I run the commands
    crsctl config has
    CRS-4622: Oracle High Availability Services autostart is enabled.
    crsctl check has
    CRS-4638: Oracle High Availability Services is online.
    Thus I would assume the daemons would start automatically during boot.
    How can I resolve this?

    crstcl check crs seems not to be applicable to single instance but for RAC,since I have a single instance db,the output of the command is as below
    crsctl check crs
    Parse error:
    'crs' is an invalid argument
    Brief usage:
    crsctl check has
    Check status of OHAS.
    There is no crsd.log in path /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/crsd.The output of crs_stat -t is already posted in initial post and output of entire alert log is as below
    2012-07-03 16:18:35.975
    [client(8182)]CRS-2101:The OLR was formatted using version 3.
    2012-07-03 16:18:36.471
    [client(8218)]CRS-1001:The OCR was formatted using version 3.
    [client(8293)]CRS-10001:CRS-6021: No msg for has:crs-6021 [l][unlimited]
    [client(8294)]CRS-10001:CRS-6021: No msg for has:crs-6021 [n][65536]
    2012-07-03 16:18:42.528
    [ohasd(8291)]CRS-2112:The OLR service started on node amldb01dc.
    2012-07-03 16:18:42.538
    [ohasd(8291)]CRS-1301:Oracle High Availability Service started on node amldb01dc.
    2012-07-03 16:18:51.271
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(8465)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:1:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-03 16:18:52.299
    [evmd(8479)]CRS-1401:EVMD started on node amldb01dc.
    [client(8520)]CRS-10001:03-Jul-12 16:18 ACFS-9459: ADVM/ACFS is not supported on this OS version: 'error: file /etc/SuSE-release: No such file or directory
    [client(8889)]CRS-10001:03-Jul-12 16:19 ACFS-9459: ADVM/ACFS is not supported on this OS version: 'error: file /etc/SuSE-release: No such file or directory
    2012-07-03 16:19:22.600
    [cssd(9014)]CRS-1713:CSSD daemon is started in local-only mode
    2012-07-03 16:19:31.128
    [cssd(9014)]CRS-1601:CSSD Reconfiguration complete. Active nodes are amldb01dc .
    [client(10038)]CRS-10001:03-Jul-12 16:25 ACFS-9459: ADVM/ACFS is not supported on this OS version: 'error: file /etc/SuSE-release: No such file or directory
    2012-07-03 16:34:13.791
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(8465)]CRS-5010:Update of configuration file "/u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/oratab.bak.amldb01dc" failed: details at "(:CLSN00011:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-03 16:37:39.674
    [ohasd(8291)]CRS-2765:Resource 'ora.DATA.dg' has failed on server 'amldb01dc'.
    2012-07-03 16:37:43.636
    [ohasd(8291)]CRS-2767:Resource state recovery not attempted for 'ora.asm' as its target state is OFFLINE
    2012-07-03 16:38:06.905
    [cssd(9014)]CRS-1603:CSSD on node amldb01dc shutdown by user.
    2012-07-03 16:38:07.006
    [cssd(9014)]CRS-1660:The CSS daemon shutdown has completed
    2012-07-03 16:38:10.118
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(8465)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-03 16:42:09.578
    [ohasd(4827)]CRS-2112:The OLR service started on node amldb01dc.
    2012-07-03 16:42:09.649
    [ohasd(4827)]CRS-1301:Oracle High Availability Service started on node amldb01dc.
    2012-07-03 16:42:10.437
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:2:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-03 16:42:10.667
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-03 16:42:40.463
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5818:Aborted command 'check for resource: ora.DATA.dg amldb01dc 1' for resource 'ora.DATA.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-03 16:42:40.464
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5818:Aborted command 'check for resource: ora.FRADG.dg amldb01dc 1' for resource 'ora.FRADG.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-03 16:42:54.641
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5046)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:4:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-03 16:42:55.675
    [evmd(5060)]CRS-1401:EVMD started on node amldb01dc.
    2012-07-03 16:54:35.840
    [cssd(5256)]CRS-1713:CSSD daemon is started in local-only mode
    2012-07-03 16:54:44.396
    [cssd(5256)]CRS-1601:CSSD Reconfiguration complete. Active nodes are amldb01dc .
    2012-07-03 16:54:56.832
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5046)]CRS-5010:Update of configuration file "/u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/oratab.bak.amldb01dc" failed: details at "(:CLSN00011:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-04 10:03:53.530
    [ohasd(4827)]CRS-2767:Resource state recovery not attempted for 'ora.asm' as its target state is OFFLINE
    2012-07-04 10:04:02.701
    [cssd(5256)]CRS-1603:CSSD on node amldb01dc shutdown by user.
    2012-07-04 10:04:02.809
    [cssd(5256)]CRS-1660:The CSS daemon shutdown has completed
    2012-07-04 10:04:03.008
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5046)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-04 10:07:48.492
    [ohasd(4698)]CRS-2112:The OLR service started on node amldb01dc.
    2012-07-04 10:07:48.534
    [ohasd(4698)]CRS-1301:Oracle High Availability Service started on node amldb01dc.
    2012-07-04 10:07:49.059
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4946)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:1:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:07:49.192
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4946)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-04 10:08:19.085
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4946)]CRS-5818:Aborted command 'check for resource: ora.DATA.dg amldb01dc 1' for resource 'ora.DATA.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:08:19.093
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4946)]CRS-5818:Aborted command 'check for resource: ora.FRADG.dg amldb01dc 1' for resource 'ora.FRADG.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:08:33.278
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5053)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:4:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:08:34.319
    [evmd(5069)]CRS-1401:EVMD started on node amldb01dc.
    2012-07-04 10:27:13.716
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5053)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-04 10:30:57.260
    [ohasd(4619)]CRS-2112:The OLR service started on node amldb01dc.
    2012-07-04 10:30:57.280
    [ohasd(4619)]CRS-1301:Oracle High Availability Service started on node amldb01dc.
    2012-07-04 10:30:57.660
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:1:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:30:57.784
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-04 10:31:27.685
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5818:Aborted command 'check for resource: ora.FRADG.dg amldb01dc 1' for resource 'ora.FRADG.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:31:27.685
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4992)]CRS-5818:Aborted command 'check for resource: ora.DATA.dg amldb01dc 1' for resource 'ora.DATA.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:31:41.868
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5168)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:4:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:31:42.916
    [evmd(5184)]CRS-1401:EVMD started on node amldb01dc.
    2012-07-04 10:39:17.166
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5168)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-04 10:43:01.219
    [ohasd(4575)]CRS-2112:The OLR service started on node amldb01dc.
    2012-07-04 10:43:01.240
    [ohasd(4575)]CRS-1301:Oracle High Availability Service started on node amldb01dc.
    2012-07-04 10:43:01.643
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4971)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:1:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:43:01.781
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4971)]CRS-5016:Process "/u01/app/oracle/product/11.2.0/grid/bin/lsnrctl" spawned by agent "/u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin" for action "check" failed: details at "(:CLSN00010:)" in "/u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2012-07-04 10:43:31.680
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4971)]CRS-5818:Aborted command 'check for resource: ora.FRADG.dg amldb01dc 1' for resource 'ora.FRADG.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:43:31.680
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(4971)]CRS-5818:Aborted command 'check for resource: ora.DATA.dg amldb01dc 1' for resource 'ora.DATA.dg'. Details at (:CRSAGF00113:) {0:0:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:43:45.864
    [u01/app/oracle/product/11.2.0/grid/bin/oraagent.bin(5120)]CRS-5815:Agent '/u01/app/oracle/product/11.2.0/grid/bin/oraagent_grid' could not find any base type entry points for type 'ora.daemon.type'. Details at (:CRSAGF00108:) {0:4:2} in /u01/app/oracle/product/11.2.0/grid/log/amldb01dc/agent/ohasd/oraagent_grid/oraagent_grid.log.
    2012-07-04 10:43:46.915
    [evmd(5136)]CRS-1401:EVMD started on node amldb01dc.

  • Remove Server function in the Netscape Console does not function

    Remove Server Instance does not function or not accessible. Am trying to remove a server from the console (Netscape Console 4.1) unfortunately i cannot access this specific functionality. Already tried re-installing but it does'nt function

    It is probably because the server you're trying to remove is the Directory Server containing the Configuration Information for the Admin (ie suffix o=NetscapeRoot).
    Trying to remove this specific instance of the Directory Server is like cutting the branch where you're sitting.
    Ludovic.

  • Safari says "i cannot open the page because the server cannot be found" I get this on Safari and Mail does not function. Apps work like a dream. All Windows OS are screaming. Any thoughts?

    Safari says "i cannot open the page because the server cannot be found" I get this on Safari and Mail does not function. Apps work like a dream. All Windows OS are screaming. Any thoughts?

    You can check this thread for the answer you are looking for.
    https://discussions.apple.com/thread/3685247?start=0&tstart=0

  • Need assistance how to configure RDS on a standalone Server 2012 R2 not joined to a domain

    Hi,
    I need help on how to configure RDS on my standalone server 2012 R2 that is not joined to a domain.  I would also like to see the counterpart of Terminal Services Manager.
    I am familiar with Terminal Services on my old Server 2003 which I migrating.
    Thank you for your assistance.
    Sincerely,
    Ramon

    Hi,
    the dedicated RDS/TS forum is here:
    http://social.technet.microsoft.com/Forums/en-US/home?forum=winserverTS
    Some useful articles, which seem to answer your questions:
    http://support.microsoft.com/kb/2833839
    http://ryanmangansitblog.com/2013/10/30/deploying-a-rdsh-server-in-a-workgroup-rds-2012-r2/
    http://support.risualblogs.com/blog/2014/03/10/setting-up-a-2012-r2-rds-gateway-for-a-workgroup/
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • SmartCard Login not function Server 2012

    I try to login with the SmartCard on a server 2012 rdp-session. It looks like all function, i can select the SmartCard at the login and enter my pin. But after the rdp-window open and i see the login with user and password.
    For a test i setup a new terminal-server 2012 with the same config in the same ad. On this server the login with the SmartCard function without any problems.
    SmartCard driver is installed on both server.
    What can be the problem that the first server not accept the SmartCard?

    Hi,
    Which version of RDP client you are using for RDP connection?
    I suggest you to try latest version RDP client 8.0 or 8.1, and check whether the same issue persist. Kindly double check the .RDP file & the configuration for RDP client for checking “Local Resources” which will show checkboxes for enabling redirection.
    Also try to check the issue with different client on the effected server. 
    Smart Card redirection is dependent on the installation of required software support. Certain infrastructures require Cryptographic Service Provider (CSP). In order for Smart Cards in the environment to work via RDP Smart Card redirection, CSP must be installed
    on the server. 
    The smart card modules for the cryptographic service provider (CSP) maintain a smart card handle cache. When a terminal session is created by using a smart card, the server queries the cache to validate the smart card handle. However, the cache does not support
    multiuser session environments very well. Therefore, if a user runs a smart card transaction, all other users who use a smart card in the logon process are blocked. (Quoted form below KB article). If you have not specify CSP then please try to specify CSP
    with below link for try.
    Specify a Cryptographic Service Provider (Server 2012)
    Apart from this, there is Hotfix available (KB 2521923 \
    KB 949538) for
    server 2008 R2 which may be the issue might causing to stop responding the smart card for RDP connection. (Here providing you only for reference.)
    Hope it helps!
    Thanks.

  • Server Side Include not functioning the same across website

    digitaldealershipsystem.com
    <!--#include file="/includes/navigation.php" -->
    ** this is the navigation pulldown.
    This works on most of the main pages
    When you go to
    digitaldealershipsystem.com/live.html
    digitaldealershipsystem.com/live2.html
    digitaldealershipsystem.com/live3.html
    The same is included but does not work on Chrome, but does work on Firefox
    To restate, the naming is the same on all web pages, and it works on Chrome -- except for these "live" pages
    On Firefox, they work on all pages, included live pages
    For testing purposes on the following page, I tried 'virtual' file and that did not change the results in either browser
    digitaldealershipsystem.com/live4.html
    My thoughts:
    If there is a conflict on the page, then why only is Chrome being effected
    Any ideas?

    If clearing the cache does not help, then check your code validation - you have several errors. Server side includes are browser independant - because they are assembled on the server, not the client. If there's a difference in rendering between browsers, it has to do with your html/css and has nothing to do with SSI.

  • Lock server read in standalone server

    Hello Gurus ,
    I would like to ask a difficult question .
    We have a custom created function module which enqueues and dequeues the BI IP Planning locks during a planning function implementation in Input queries. In our custom program we are using standart SAP class ( cl_rspls_enq ) with methods (  cl_rspls_enq=>get_lock_method  or   cl_rspls_enq=>read_locks etc. ) to read locks .
    Our function was working fine with the default RSPLSE Lock table setting  , which was defined as
    `Shared Object Memory of Server` .
    But now we moved to standalone server , which is not possible to select `Shared Object Memory of Server` in the RSPLSE . Instead we must select Lock Server .
    But with this selection custom created function is not working any more .
    So we need to change our custom created function in order to enqueue and dequeue lock .
    Do you know which other classes and modules can we use for changed Lock Server selection ?
    Thanks in advance for the help .
    Regards,
    Erkan

    Hi Erkan,
    usage of cl_rspls_enq=>dequeue_loc indicates completely wrong usage of the the SAP internal API; anyway, as I mentioned, to use this is at your own risk.
    To set locks one has to call ENQUEUE and to release locks DEQUEUE. Nothing else is needed.
    Also cl_rspls_enq=>read_locks is not needed; this is an API for RSPLSE. To use this method also indicates wrong usage or a very strange design.
    Since at lot of wrong methods are called (the ones you mentioned) I expect that there might be more. Maybe (since you mentioned cl_rspls_enq=>get_lock_method) your code only considers one storage of the lock table (hard coded 'lock method'?), so the others might not work.
    Remark:
    To call DEQUEUE for unsaved data would be simply wrong design.
    It is unclear for me why you are using SAP internal methods. If you just want to run planning functions
    there are other ways. All the low level stuff like enqueue is handled there automatically.
    Regards,
    Gregor

  • ICal Server not accepting more or two subscriptions

    Hi there, I managed to install the SN server 10.6.4, DNS is running and hostname fully revesersible resolved, OD is standalone and fully functioning. After reading some other posts I found out why my users, set up with capital letters as shortname, were not able to send notifications. Never do that, don't ever use any capital letters for your users for short names. I mean, why isn't any manual and any book you can buy mentioning anything like that, why isn't Apple telling us how short names have to be designed ? Don't they know ? Ok, that took me quite some of my nerves. But what really gets me is that I'm not able to subscribe to more than one, after a restart of a client mac, at least two of my cliens calendars. The calendar of each user is fully accessible through the web and I can place any date. It's also possible to set the account as caldav under iCals preferences. That way too dates are fully manageable. But my users just want to look at a fellow calendar but not modify anything, so subscribing is legitimate. But not with iCal Server, it produces an unknown error -1. Tracing actions with fseventer shows nothing. Logs I observe don't give me any clues what's going on.
    Subscribing to icalx or 30Boxes is totally possible, so it must be a server fault. Has anyone come across this phenomenon ? Any ideas are welcome.

    Hi there, I managed to install the SN server 10.6.4, DNS is running and hostname fully revesersible resolved, OD is standalone and fully functioning. After reading some other posts I found out why my users, set up with capital letters as shortname, were not able to send notifications. Never do that, don't ever use any capital letters for your users for short names. I mean, why isn't any manual and any book you can buy mentioning anything like that, why isn't Apple telling us how short names have to be designed ? Don't they know ? Ok, that took me quite some of my nerves. But what really gets me is that I'm not able to subscribe to more than one, after a restart of a client mac, at least two of my cliens calendars. The calendar of each user is fully accessible through the web and I can place any date. It's also possible to set the account as caldav under iCals preferences. That way too dates are fully manageable. But my users just want to look at a fellow calendar but not modify anything, so subscribing is legitimate. But not with iCal Server, it produces an unknown error -1. Tracing actions with fseventer shows nothing. Logs I observe don't give me any clues what's going on.
    Subscribing to icalx or 30Boxes is totally possible, so it must be a server fault. Has anyone come across this phenomenon ? Any ideas are welcome.

  • External DNS server not replicating records to secondary after migration from 2003 to 2012

    Hi
    I have a query relating to 2012 Server and DNS.
    Last week we de-commissioned our primary external DNS server (Windows 2003 Server) and moved the role over to a new Windows 2012 server.
    Since this point replication to our secondary server (3rd party hosted) does not seem to occur and our DNS records seem to have expired on the secondary server as we cannot look these up via nslookup.
    I cannot see any failures in the event log of the server; I have checked our external firewall logs and nothing is being blocked inbound/ outbound as far as I can see. And the server’s local firewall has been disabled.
    The server is a standalone server in a workgroup with a standard filebased primary zone, with no AD integration and recursion disabled.
    When I created the zone I copied the .dns file from the old server and selected this in the interface during the creation of the zone on the new server.  The new server has the same internal and external IP as the old server and the old server is off-line.
    I have also manually increased the serial number of the zone and still no joy.
    One thing that I have noticed is when I open the zones properties/Name Servers and click edit on the external nameserver I get the infamous "The server with this IP address is not authoritative for the required zone" error.
    Any help Would be appreciated, thanks in advance

    Nice to hear that you are close in finding the problem. So in short:
    You have enabled Zone transfers in DNS management console for the applicable zone
    You have verified that your DNS is listening to the correct interfaces
    You have enabled firewall rules to accept TCP and UDP traffic to port 53
    You have checked if "BIND secondaries" option is applicable to your case
    You have initiated a zone transfer from the secondary server
    Lefteris Karafilis 
    MCSE, MCTS, SEC+ 
    LinkedIn: http://www.linkedin.com/in/lkarafilis 
    Mail: [email protected] 
    Blog: http://www.karafilis.net 

Maybe you are looking for

  • Advance Reporting Technique from Calendar Link

    I have created a calendar with a namelink, and am trying to link the namelink from a certain date to a dynamic page that displays further information about the event on the date. I have a description column in info table which has the information. Wh

  • Failuare to read space on DVD

    Hi, I am Vivian. Recently I bought some blank DVDs to burn some of my downloaded movies. I inserted a brand new DVD, and it reads 0 bytes. Then I inserted another one, and it reads 4.7 GB. And I burned this one successfully. One day later, I tried se

  • RMI OC4J 10.1.2.0.2 -- OC4J 9.0.3.0.0

    Hi there, my EJB client runs in an OC4J 10.1.2.0.2 instance. The EJB server runs in an OC4J 9.0.3.0.0 instance. The client can invoke the remote method and pass arguments. The client receives exceptions from the server, BUT no return values. I always

  • Illustrator is stating that my Kular file is in an unknown ase format; How do I change formats?

        Kular formatting ase file problems into Illustrator.

  • Does "reset and erase all content" update iOS?

    Hi guys, My girlfriend has an iPhone 4 that has been giving her a lot of problems lately. I want to restore it but I don't want to update it to iOS 6 just yet. Instead of restoring through iTunes, if I restore via settings>general>"reset settings and