IP Protocol not running

I am setting up 2 aironet 1310's. I am connecting them to my NIC to configure instead of placing them ont he network. I am able to assign an IP address, however, when I ping, I get a "Protocol not running" error. If I type ping <enter><enter> i get "unknown protocol."
I have never encountered this befor...???

Hi
It means you don't have a proper IP address configured I guess - have you put the iP address on the ethernet interface?
It's normally put on the Int BVI1... try that.
Regards
Aaron
Please rate helpful posts...

Similar Messages

  • Failover to redundant box shows Redundancy Protocol: Not Running on CSS

    After failover to redundant (backup) BOX, the backup BOX becomes Master but output of “sh redundancy” shows Redundancy Protocol: Not Running and shows intermittent packet drops.

    Here is the URL for the configuration for the Configuring VIP and Virtual IP Interface Redundancy follow the configuration guide which may help you http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/css11500series/v7.10/configuration/advanced/guide/VIPRedun.html

  • Oracle XE 11g x64 does not run. No *DBF files inside of the XE folder. Windows 7 Pro x64.

    Hello everyone!
    I hope you are doing well all. In my case I have some troubles by installing Oracle XE 11g on my PC. My OS is Windows 7 Pro x64.
    1. I activated the Administrator mode on my PC (net user Administrator /active:yes)
    2. Started the setup as Administrator. The setup process was finished successfully with no errors showed.
    3. Started the Database, OracleServiceXE, OracleXETNListener and other services.
    4. Tried to connect using sqlplus-> connect system ->password, what in result gave me ORA-01034 Oracle not available and ORA-27101 Shared memory realm does not exist errors.
    5. Then I recognized that my C:\oraclexe\app\oracle\oradata\XE folder is empty when it should be usually full with 6 DBF file.
    6. I opened the cloneDBCreation.log and it contains these data:
    SQL> Create controlfile reuse set database "XE"
      2  MAXINSTANCES 8
      3  MAXLOGHISTORY 1
      4  MAXLOGFILES 16
      5  MAXLOGMEMBERS 3
      6  MAXDATAFILES 100
      7  Datafile
      8  'C:\oraclexe\app\oracle\oradata\XE\system.dbf',
      9  'C:\oraclexe\app\oracle\oradata\XE\undotbs1.dbf',
    10  'C:\oraclexe\app\oracle\oradata\XE\sysaux.dbf',
    11  'C:\oraclexe\app\oracle\oradata\XE\users.dbf'
    12  LOGFILE
    13  GROUP 1 SIZE 51200K,
    14  GROUP 2 SIZE 51200K,
    15  RESETLOGS;
    SP2-0640: Not connected
    SQL> exec dbms_backup_restore.zerodbid(0);
    SP2-0640: Not connected
    SP2-0641: "EXECUTE" requires connection to server
    SQL> shutdown immediate;
    ORA-12560: TNS:protocol adapter error
    SQL> startup nomount pfile="C:\oraclexe\app\oracle\product\11.2.0\server\config\scripts\initXETemp.ora";
    ORA-12560: TNS:protocol adapter error
    SQL> Create controlfile reuse set database "XE"
      2  MAXINSTANCES 8
      3  MAXLOGHISTORY 1
      4  MAXLOGFILES 16
      5  MAXLOGMEMBERS 3
      6  MAXDATAFILES 100
      7  Datafile
      8  'C:\oraclexe\app\oracle\oradata\XE\system.dbf',
      9  'C:\oraclexe\app\oracle\oradata\XE\undotbs1.dbf',
    10  'C:\oraclexe\app\oracle\oradata\XE\sysaux.dbf',
    11  'C:\oraclexe\app\oracle\oradata\XE\users.dbf'
    12  LOGFILE
    13  GROUP 1 SIZE 51200K,
    14  GROUP 2 SIZE 51200K,
    15  RESETLOGS;
    SP2-0640: Not connected
    SQL> alter system enable restricted session;
    SP2-0640: Not connected
    SQL> alter database "XE" open resetlogs;
    SP2-0640: Not connected
    SQL> alter database rename global_name to "XE";
    SP2-0640: Not connected
    SQL> alter system switch logfile;
    SP2-0640: Not connected
    SQL> alter system checkpoint;
    SP2-0640: Not connected
    SQL> alter database drop logfile group 3;
    SP2-0640: Not connected
    SQL> ALTER TABLESPACE TEMP ADD TEMPFILE 'C:\oraclexe\app\oracle\oradata\XE\temp.dbf' SIZE 20480K REUSE AUTOEXTEND ON NEXT 640K MAXSIZE UNLIMITED;
    SP2-0640: Not connected
    SQL> select tablespace_name from dba_tablespaces where tablespace_name='USERS';
    SP2-0640: Not connected
    SQL> select sid, program, serial#, username from v$session;
    SP2-0640: Not connected
    SQL> alter user sys identified by "&&sysPassword";
    SP2-0640: Not connected
    SQL> alter user system identified by "&&systemPassword";
    SP2-0640: Not connected
    SQL> alter system disable restricted session;
    SP2-0640: Not connected
    SQL> @C:\oraclexe\app\oracle\product\11.2.0\server\config\scripts\postScripts.sql
    SQL> connect "SYS"/"&&sysPassword" as SYSDBA
    ERROR:
    ORA-12560: TNS:protocol adapter error
    SQL> set echo on
    SQL> spool C:\oraclexe\app\oracle\product\11.2.0\server\config\log\postScripts.log
    I spent around 2 days to come to this reason and now I do not know what to do next.
    My actions to resolve this problem:
    1. Checked if my user has administrative rights and belongs to ora_dba. It does!
    2. Turned Microsoft UAC off.
    3. Set the system and local variables of ORACLE_BASE, ORACLE_HOME, ORACLE_SID, PATH, TNS-ADMIN to the appropriate values in Enivornment Variables:
         - ORACLE_BASE -> C:\oraclexe
         - ORACLE_HOME -> %ORACLE_BASE%\app\oracle\product\11.2.0\server
         - ORACLE_SID -> XE
         - Added to PATH -> C:\oraclexe\app\oracle\product\11.2.0\server\bin;
         - TNS_ADMIN -> %ORACLE_HOME%\network\admin
    4. Removed Oracle XE 11g and reinstalled to another drive. No sense!
    Some more errors:
    1. C:\oraclexe\app\oracle\product\11.2.0\server\config\log\XE.bat.log
    Instance created.
    DIM-00019: create service error
    O/S-Error: (OS 1387) Ein Mitglied konnte in der lokalen Gruppe nicht hinzugefugt oder entfernt werden, da das Mitglied nicht vorhanden ist.
    It means -> O/S-Error: (OS 1387) Unable to add or remove a member from the local group because this member does not exist.
    I understand that I need to logon as batch job. I added me to this policy in User Rights Assignments, but still I get these "DIM-00019: create service error" and "O/S-Error: (OS 1387)". And I guess just therefore my database is not starting well.
    2. 127.0.0.1:8080/apex/f?p=4950 is not starting in browser. It is probably because the database is not running appropriately. For this issue have already seen one topic in Google that the HTTP Properties inside the Listener Status must be set to 8080 to make this link work. But in my case I do not see this line in my Listener Status:
    Some other information relevant to the issue:
    1)  echo %USERNAME% - Administrator
         echo %USERDOMAIN% - ildar-PC
    2) Listener.log:
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
          (PROGRAM = extproc)
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
          (PROGRAM = extproc)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
          (ADDRESS = (PROTOCOL = TCP)(HOST = ildar-PC)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    3) Tnsnames.log
    XE =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = ildar-PC)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
    4) Sqlnet.log:
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    5) While connecting by sqlplus, I get this errors/messages:
    6) Confirmation that I've got admin rights and I am in ORA_DBA:
    If u need some more information from me, please let me know!!
    Guys please help me to solve this issue, 'cause I've almost got frustrated to find out the solution of this problem. Thank you beforehand!!
    Kind regards,
    ildar

    I have tried to install both of them lots of times but in each case I receive the same in my XE.bat file:
    Instance created.
    DIM-00019: create service error
    O/S-Error: (OS 1387) Unable to add or remove a member from the local group because this member does not exist.
    Have checked OS 1387 error at Microsoft Support and as possible cause of the problem they give as follows:
    This issue can occur if the environment has a disjointed namespace (i.e. the domain has different NetBIOS and DNS names). For example, assume that the domain has a NetBIOS name of "domain.com" and a DNS name of "domain-old.com." When users are added in the Windows UI, they are displayed in the format of domain\ComputerName. However, you notice in the error log that there was an attempt to add a computer account in the format of domain-old\ComputerName. (System Center 2012 R2 Data Protection Manager install fails and generates ID: 4323: "A member could not be added")
    Tried to find out my DNS name, but it is impossible because I don't have any domain installed and my machine is not connected to it. Some other blog (Install Oracle 11gR2 on Windows) advices to work with adding my computer account to some non-real windows domain (just for the purpose of resolving the network) as well and reinstall the database then. If I undestand it right I need minimum 2 machines for this. But I own just one, where the server is based and thought that is enough to run the database... no idea ..

  • Report Subscription by email error - The SQL Agent service is not running

    Hello All,
    This may be an easy answer, so please excuse my ignorance if I am overlooking something simple. I a simply trying to setup Report Subscriptions to be emailed to me. We currently have essentially 3 servers in use in our environment - a CAS, a Site server
    and a SQL 2012.
    I have configured the email settings in Reporting Services Configuration Manager on the Site server and was finally able to see the email option in the Create Subscription Wizard, but it errors out with:
    System.Web.Services.Protocols.SoapException: The SQL Agent service is not running. This operation requires the SQL Agent service. ---> Microsoft.ReportingServices.Diagnostics.Utilities.SchedulerNotRespondingException: The SQL Agent service is not running.
    This operation requires the SQL Agent service.   at Microsoft.ReportingServices.Library.ReportingService2005Impl.CreateSubscription(String Report, ExtensionSettings ExtensionSettings, Boolean isDataDriven, DataRetrievalPlan DataRetrievalPlan, String
    Description, String EventType, String MatchData, ParameterValueOrFieldReference[] Parameters, Guid batchId, String& SubscriptionID)   at Microsoft.ReportingServices.WebServer.ReportingService2005.CreateSubscription(String Report, ExtensionSettings
    ExtensionSettings, String Description, String EventType, String MatchData, ParameterValue[] Parameters, String& SubscriptionID)
    We do not have SQL installed locally, therefore it makes sense that the Agent service is not running. How do I subscribe to alerts in SCCM without a local installation of SQL?
    -Brad

    I am positive - see screenshots below of services on the SQL server:
    Yes, reports work perfectly otherwise... Just cannot subscribe.
    -Brad

  • Oracle 10g :: APEX not running

    Hi,
    I have installed Oracle 10g in my pc with the default configuration.
    First day of installation APEX client was running but now its not running.
    Server is running correctly as I saw server processes in the Process Manager (Task Manager).
    I am using a debian flavor of Linux.
    Can anyone help me, How to find out why it's not running?
    Thanks

    Hi,
    I tried to run those commands but none of them is working here. I am providing all the logs which generated while starting the Server.
    Thanks
    LOGS:
    Mon Jun 4 19:52:28 2007
    Starting ORACLE instance (normal)
    Cannot determine all dependent dynamic libraries for /proc/self/exe
    The open() system call failed for the file /proc/self/exe
    Linux Error: 13: Permission denied
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    sessions = 49
    __shared_pool_size = 83886080
    __large_pool_size = 4194304
    __java_pool_size = 4194304
    __streams_pool_size = 0
    sga_target = 285212672
    control_files = /usr/lib/oracle/xe/oradata/XE/control.dbf
    __db_cache_size = 188743680
    compatible = 10.2.0.1.0
    db_recovery_file_dest = /usr/lib/oracle/xe/app/oracle/flash_recovery_area
    db_recovery_file_dest_size= 10737418240
    undo_management = AUTO
    undo_tablespace = UNDO
    remote_login_passwordfile= EXCLUSIVE
    dispatchers = (PROTOCOL=TCP) (SERVICE=XEXDB)
    shared_servers = 4
    job_queue_processes = 4
    background_dump_dest = /usr/lib/oracle/xe/app/oracle/admin/XE/bdump
    user_dump_dest = /usr/lib/oracle/xe/app/oracle/admin/XE/udump
    core_dump_dest = /usr/lib/oracle/xe/app/oracle/admin/XE/cdump
    audit_file_dest = /usr/lib/oracle/xe/app/oracle/admin/XE/adump
    db_name = XE
    open_cursors = 300
    os_authent_prefix =
    pga_aggregate_target = 94371840
    PMON started with pid=2, OS id=9688
    PSP0 started with pid=3, OS id=9690
    MMAN started with pid=4, OS id=9692
    DBW0 started with pid=5, OS id=9694
    LGWR started with pid=6, OS id=9696
    CKPT started with pid=7, OS id=9698
    SMON started with pid=8, OS id=9700
    RECO started with pid=9, OS id=9702
    CJQ0 started with pid=10, OS id=9704
    MMON started with pid=11, OS id=9706
    MMNL started with pid=12, OS id=9708
    Mon Jun 4 19:52:29 2007
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 4 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Mon Jun 4 19:52:29 2007
    ALTER DATABASE MOUNT
    Mon Jun 4 19:52:33 2007
    Setting recovery target incarnation to 2
    Mon Jun 4 19:52:33 2007
    Successful mount of redo thread 1, with mount id 2505516605
    Mon Jun 4 19:52:33 2007
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE MOUNT
    Mon Jun 4 19:52:33 2007
    ALTER DATABASE OPEN
    Mon Jun 4 19:52:33 2007
    Thread 1 opened at log sequence 5
    Current log# 2 seq# 5 mem# 0: /usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/onlinelog/o1_mf_2_35gv5kcp_.log
    Successful open of redo thread 1
    Mon Jun 4 19:52:33 2007
    SMON: enabling cache recovery
    Mon Jun 4 19:52:34 2007
    Successfully onlined Undo Tablespace 1.
    Mon Jun 4 19:52:34 2007
    SMON: enabling tx recovery
    Mon Jun 4 19:52:34 2007
    Database Characterset is WE8MSWIN1252
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=19, OS id=9724
    Mon Jun 4 19:52:35 2007
    db_recovery_file_dest_size of 10240 MB is 0.98% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Mon Jun 4 19:52:36 2007
    Completed: ALTER DATABASE OPEN

  • Vnc console not running on Oracle VM 3.1.1

    Dear All,
    I try to lunch ovm console with a new Virtual Machine but not work.
    I installed Oracle VM Manager on Oracle Linux 5.
    - Installed tightvnc package on VM Manager host: tightvnc-java-1.3.9-4.noarch.rpm
    - Window 7 as computer client using Java 1.6 with browser version 16.0.2
    Window guest (2008R2) is shown status running fine but the its Lunch Console is not running and view.
    Problem: When file "ovm_rasproxy-ws.jnlp" pop-up, I click OK then type password console password, click OK button, vnc not running and disappear forever.
    Please kindly give advice for this.
    Thanks and regards,
    Vandy

    Now I have installed java jdk 1.6u37 and Java Control Panel to see message when pop-ups.
    Now I have 2 virtual machines:
    1. virtual machine created from template that converted from physical machine (window 2008R2)
    2. virtual machine create isofile (Window 2008R2 iso)
    After I edit java setting and now can see all message as below:
    Note: both virtual machines have 2 java console pop-up messages
    1. Java Console - Oracle VM Remote Access Service
    2. Java Console - Vnc Viewer
    1. virtual machine created from template that converted from physical machine (window 2008R2)
    + Java Console - Oracle VM Remote Access Service message
    Java Web Start 1.6.0_37
    Using JRE version 1.6.0_37-b06 Java HotSpot(TM) Client VM
    User home directory = C:\Users\Heng
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    0-5: set trace level to <n>
    Exception in thread "HandshakeCompletedNotify-Thread" java.util.ConcurrentModificationException
    at java.util.HashMap$HashIterator.nextEntry(Unknown Source)
    at java.util.HashMap$EntryIterator.next(Unknown Source)
    at java.util.HashMap$EntryIterator.next(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl$NotifyHandshakeThread.run(Unknown Source)
    Nov 12, 2012 5:10:08 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: Server : 192.168.0.101
    Nov 12, 2012 5:10:08 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: service id : 003600010004fb0000060000e8bc028487c2f2ab
    Nov 12, 2012 5:10:08 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: SessionID : f5739ba9-3cdd-4c75-b4a1-bb0177f30d34
    Nov 12, 2012 5:10:12 PM com.oracle.ovm.ras.proxy.RasProxyApplet startListening
    INFO: RAS proxy listening on /127.0.0.1:52794
    Nov 12, 2012 5:10:12 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: ServiceType : VNC
    Nov 12, 2012 5:10:12 PM com.oracle.ovm.ras.proxy.external.ViewerLauncherFactory getViewerLauncher
    INFO: Os is : windows 7
    Nov 12, 2012 5:10:16 PM com.oracle.ovm.ras.proxy.ProxyThread setupSSL
    INFO: DONE SSL Handshaking
    + Java Console - Vnc Viewer
    Java Web Start 1.6.0_37
    Using JRE version 1.6.0_37-b06 Java HotSpot(TM) Client VM
    User home directory = C:\Users\Heng
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    0-5: set trace level to <n>
    Initializing...
    Connecting to 127.0.0.1, port 52794...
    Connected to server
    RFB server supports protocol version 3.8
    Using RFB protocol version 3.8
    Performing standard VNC authentication
    Now VNC Authentication page pop-up to type console password, after I type console and click OK button, the Java Console - Vnc Viewer disappear forever and see Oracle Ovm Ras Proxy pop-up appears but vnc console not view OS of virtual machine. Especially, the Java Console - Oracle VM Remote Access Service message change message as below:
    Java Web Start 1.6.0_37
    Using JRE version 1.6.0_37-b06 Java HotSpot(TM) Client VM
    User home directory = C:\Users\Heng
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    0-5: set trace level to <n>
    Exception in thread "HandshakeCompletedNotify-Thread" java.util.ConcurrentModificationException
    at java.util.HashMap$HashIterator.nextEntry(Unknown Source)
    at java.util.HashMap$EntryIterator.next(Unknown Source)
    at java.util.HashMap$EntryIterator.next(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl$NotifyHandshakeThread.run(Unknown Source)
    Nov 12, 2012 5:10:08 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: Server : 192.168.0.101
    Nov 12, 2012 5:10:08 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: service id : 003600010004fb0000060000e8bc028487c2f2ab
    Nov 12, 2012 5:10:08 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: SessionID : f5739ba9-3cdd-4c75-b4a1-bb0177f30d34
    Nov 12, 2012 5:10:12 PM com.oracle.ovm.ras.proxy.RasProxyApplet startListening
    INFO: RAS proxy listening on /127.0.0.1:52794
    Nov 12, 2012 5:10:12 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: ServiceType : VNC
    Nov 12, 2012 5:10:12 PM com.oracle.ovm.ras.proxy.external.ViewerLauncherFactory getViewerLauncher
    INFO: Os is : windows 7
    Nov 12, 2012 5:10:16 PM com.oracle.ovm.ras.proxy.ProxyThread setupSSL
    INFO: DONE SSL Handshaking
    Nov 12, 2012 5:16:01 PM com.oracle.ovm.ras.proxy.ChannelThread run
    INFO: Server closed connection
    Nov 12, 2012 5:16:01 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: Vncviewer stopped, closing proxy
    2. virtual machine create isofile (Window 2008R2 iso)
    1. Java Console - Oracle VM Remote Access Service
    Java Web Start 1.6.0_37
    Using JRE version 1.6.0_37-b06 Java HotSpot(TM) Client VM
    User home directory = C:\Users\Heng
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    0-5: set trace level to <n>
    Exception in thread "HandshakeCompletedNotify-Thread" java.util.ConcurrentModificationException
    at java.util.HashMap$HashIterator.nextEntry(Unknown Source)
    at java.util.HashMap$EntryIterator.next(Unknown Source)
    at java.util.HashMap$EntryIterator.next(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl$NotifyHandshakeThread.run(Unknown Source)
    Nov 12, 2012 5:23:47 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: Server : 192.168.0.101
    Nov 12, 2012 5:23:47 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: service id : 003600010004fb0000060000811dce8e630704d1
    Nov 12, 2012 5:23:47 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: SessionID : 84282504-8234-46f7-8b2f-4f7e5e9209e2
    Nov 12, 2012 5:23:52 PM com.oracle.ovm.ras.proxy.RasProxyApplet startListening
    INFO: RAS proxy listening on /127.0.0.1:52838
    Nov 12, 2012 5:23:52 PM com.oracle.ovm.ras.proxy.RasProxyApplet main
    INFO: ServiceType : VNC
    Nov 12, 2012 5:23:52 PM com.oracle.ovm.ras.proxy.external.ViewerLauncherFactory getViewerLauncher
    INFO: Os is : windows 7
    Nov 12, 2012 5:23:56 PM com.oracle.ovm.ras.proxy.ProxyThread setupSSL
    INFO: DONE SSL Handshaking
    2. Java Console - Vnc Viewer
    Java Web Start 1.6.0_37
    Using JRE version 1.6.0_37-b06 Java HotSpot(TM) Client VM
    User home directory = C:\Users\Heng
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    0-5: set trace level to <n>
    Initializing...
    Connecting to 127.0.0.1, port 52838...
    Connected to server
    RFB server supports protocol version 3.8
    Using RFB protocol version 3.8
    No authentication needed
    No authentication: success
    Desktop name is MS2008R2(iso)
    Desktop size is 800 x 600
    Using Tight/ZRLE encodings
    Throughput 17980 kbit/s - changing to Hextile encoding
    The Oracle Ovm Ras Proxy pop-up appears and vnc console view OS of virtual machine.
    Please kindly give advice for this.
    Thanks and regards,
    Vandy

  • Javaee6 sample does not run on remote GF 3.1

    I installed javaee6 with samples:
    java_ee_sdk-6u2-jdk-linux-x64-ml.sh
    I can run "automatic-timer" sample properly, when GF 3.1 runs on localhost.
    If GF 3.1 runs on a remte host.
    I set the remote GF 3.1 in bp-project/build.properties:
    javaee.server.name=192.168.1.101
    Now automatic-timer sample does not run:
    [java] Waiting for the timer to expire
    [java] Logged timeouts :
    [java] org.omg.CORBA.COMM_FAILURE: FINE: IOP00410001: Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: localhost; port: 3700 vmcid: OMG minor code: 1 completed: No
    [java]      at sun.reflect.GeneratedConstructorAccessor30.newInstance(Unknown Source)
    [java]      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [java]      at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.corba.CorbaExtension.makeException(CorbaExtension.java:248)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.corba.CorbaExtension.makeException(CorbaExtension.java:95)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator.handleFullLogging(WrapperGenerator.java:387)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator.access$400(WrapperGenerator.java:107)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator$2.invoke(WrapperGenerator.java:511)
    [java]      at com.sun.corba.ee.spi.orbutil.proxy.CompositeInvocationHandlerImpl.invoke(CompositeInvocationHandlerImpl.java:99)
    [java]      at $Proxy26.connectFailure(Unknown Source)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:257)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:270)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelContactInfoImpl.createConnection(SocketOrChannelContactInfoImpl.java:129)
    [java]      at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:223)
    [java]      at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:228)
    [java]      at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:393)
    [java]      at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
    [java]      at org.omg.CosNaming.NamingContextHelper.narrow(NamingContextHelper.java:69)
    [java]      at com.sun.enterprise.naming.impl.SerialContext$ProviderCacheKey.getNameService(SerialContext.java:1241)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.getRemoteProvider(SerialContext.java:411)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.getProvider(SerialContext.java:347)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:504)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:455)
    [java]      at javax.naming.InitialContext.lookup(InitialContext.java:392)
    [java]      at enterprise.automatic_timer_client.AutomaticTimerJavaClient.getRecords(AutomaticTimerJavaClient.java:64)
    [java]      at enterprise.automatic_timer_client.AutomaticTimerJavaClient.main(AutomaticTimerJavaClient.java:53)
    [java] Caused by: java.lang.RuntimeException: java.net.ConnectException: Connection refused
    [java]      at org.glassfish.enterprise.iiop.impl.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:340)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:242)
    [java]      ... 15 more
    [java] Caused by: java.net.ConnectException: Connection refused
    [java]      at sun.nio.ch.Net.connect(Native Method)
    [java]      at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:500)
    [java]      at com.sun.corba.ee.impl.orbutil.ORBUtility.openSocketChannel(ORBUtility.java:110)
    [java]      at org.glassfish.enterprise.iiop.impl.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:325)
    [java]      ... 16 more
    [java] javax.naming.NamingException: Lookup failed for 'java:global/automatic-timer-ejb/StatelessSessionBean' in SerialContext[myEnv={java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, java.naming.factory.url.pkgs=com.sun.enterprise.naming, java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl} [Root exception is javax.naming.NamingException: Unable to acquire SerialContextProvider for SerialContext[myEnv={java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, java.naming.factory.url.pkgs=com.sun.enterprise.naming, java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl} [Root exception is org.omg.CORBA.COMM_FAILURE: FINE: IOP00410001: Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: localhost; port: 3700  vmcid: OMG  minor code: 1  completed: No]]
    [java]      at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:518)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:455)
    [java]      at javax.naming.InitialContext.lookup(InitialContext.java:392)
    [java]      at enterprise.automatic_timer_client.AutomaticTimerJavaClient.getRecords(AutomaticTimerJavaClient.java:64)
    [java]      at enterprise.automatic_timer_client.AutomaticTimerJavaClient.main(AutomaticTimerJavaClient.java:53)
    [java] Caused by: javax.naming.NamingException: Unable to acquire SerialContextProvider for SerialContext[myEnv={java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, java.naming.factory.url.pkgs=com.sun.enterprise.naming, java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl} [Root exception is org.omg.CORBA.COMM_FAILURE: FINE: IOP00410001: Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: localhost; port: 3700  vmcid: OMG  minor code: 1  completed: No]
    [java]      at com.sun.enterprise.naming.impl.SerialContext.getProvider(SerialContext.java:352)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:504)
    [java]      ... 4 more
    [java] Caused by: org.omg.CORBA.COMM_FAILURE: FINE: IOP00410001: Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: localhost; port: 3700 vmcid: OMG minor code: 1 completed: No
    [java]      at sun.reflect.GeneratedConstructorAccessor30.newInstance(Unknown Source)
    [java]      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [java]      at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.corba.CorbaExtension.makeException(CorbaExtension.java:248)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.corba.CorbaExtension.makeException(CorbaExtension.java:95)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator.handleFullLogging(WrapperGenerator.java:387)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator.access$400(WrapperGenerator.java:107)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator$2.invoke(WrapperGenerator.java:511)
    [java]      at com.sun.corba.ee.spi.orbutil.proxy.CompositeInvocationHandlerImpl.invoke(CompositeInvocationHandlerImpl.java:99)
    [java]      at $Proxy26.connectFailure(Unknown Source)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:257)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:270)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelContactInfoImpl.createConnection(SocketOrChannelContactInfoImpl.java:129)
    [java]      at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:223)
    [java]      at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:228)
    [java]      at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:393)
    [java]      at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
    [java]      at org.omg.CosNaming.NamingContextHelper.narrow(NamingContextHelper.java:69)
    [java]      at com.sun.enterprise.naming.impl.SerialContext$ProviderCacheKey.getNameService(SerialContext.java:1241)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.getRemoteProvider(SerialContext.java:411)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.getProvider(SerialContext.java:347)
    [java]      ... 5 more
    [java] Caused by: java.lang.RuntimeException: java.net.ConnectException: Connection refused
    [java]      at org.glassfish.enterprise.iiop.impl.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:340)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:242)
    [java]      ... 15 more
    [java] Caused by: java.net.ConnectException: Connection refused
    [java]      at sun.nio.ch.Net.connect(Native Method)
    [java]      at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:500)
    [java]      at com.sun.corba.ee.impl.orbutil.ORBUtility.openSocketChannel(ORBUtility.java:110)
    [java]      at org.glassfish.enterprise.iiop.impl.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:325)
    [java]      ... 16 more
    [java] Exception in thread "main" java.lang.NullPointerException
    [java]      at enterprise.automatic_timer_client.AutomaticTimerJavaClient.main(AutomaticTimerJavaClient.java:54)
    Why does it use localhost instead of 192.168.1.106 ?
    How can I run the sample against a remote GF 3.1 ?
    Thank you

    I got solution:
    Re: Can't access remote EJBs (GF3.1)
    I followed the instructions from http://www.java.net/node/676636
    and changed "/etc/hosts" file:
    1) commented out the "internal" IP addresses in the first two lines
    2) and added a the external IP address
    #127.0.0.1 localhost
    #127.0.1.1 lennyserver
    192.168.0.202 lennyserver
    The following lines are desirable for IPv6 capable hosts
    ::1 localhost ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts
    Now the InitialContext.lookup() can find the bean.

  • Firstly Agent running and ready   but 1 minutes later is not running

    firat:/oracle/product/10.2.0.4/agent10g/bin > ./emctl status agent
    Oracle Enterprise Manager 10g Release 4 Grid Control 10.2.0.4.0.
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Agent is Not Running
    firat:/oracle/product/10.2.0.4/agent10g/bin > ./emctl stop agent
    Oracle Enterprise Manager 10g Release 4 Grid Control 10.2.0.4.0.
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Agent is Not Running
    firat:/oracle/product/10.2.0.4/agent10g/bin > ./emctl start agent
    Oracle Enterprise Manager 10g Release 4 Grid Control 10.2.0.4.0.
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Starting agent ................................. started but not ready.
    firat:/oracle/product/10.2.0.4/agent10g/bin > ./emctl status agent
    Oracle Enterprise Manager 10g Release 4 Grid Control 10.2.0.4.0.
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Agent Version : 10.2.0.4.0
    OMS Version : 10.2.0.4.0
    Protocol Version : 10.2.0.4.0
    Agent Home : /oracle/product/10.2.0.4/agent10g/firat
    Agent binaries : /oracle/product/10.2.0.4/agent10g
    Agent Process ID : 23977
    Parent Process ID : 23646
    Agent URL : https://firat:3872/emd/main
    Repository URL : https://muhtar.turktelekom.com.tr:1159/em/upload
    Started at : 2008-09-11 11:29:58
    Started by user : oracle
    Last Reload : 2008-09-11 11:32:48
    Last successful upload : (none)
    Last attempted upload : (none)
    Total Megabytes of XML files uploaded so far : 0.00
    Number of XML files pending upload : 11
    Size of XML files pending upload(MB) : 8.37
    Available disk space on upload filesystem : 21.78%
    Last successful heartbeat to OMS : 2008-09-11 11:32:09
    Agent is Running and Ready
    ooooooooooooooooooooooooooooooooooooo
    1 minute later
    ooooooooooooooooooooooooooooooooooooo
    firat:/oracle/product/10.2.0.4/agent10g/bin > ./emctl status agent
    Oracle Enterprise Manager 10g Release 4 Grid Control 10.2.0.4.0.
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Agent is Not Running
    t:/oracle/product/10.2.0.4/agent10g/firat/sysman/log > vi emagent.log
    2008-09-11 10:43:08,118 Thread-1 [Siebel Server] InstanceProperty (filesystem:logdir) is marked
    OPTIONAL but is being used (00506)
    2008-09-11 10:43:08,222 Thread-1 [Load Balancer Switch] InstanceProperty (snmpTimeout) is marked OPTIONAL but is being used (00506)
    2008-09-11 10:43:08,295 Thread-1 [E-Mail SMTP Inbound Server] InstanceProperty smtp_host) is marked OPTIONAL but is being used (00506)
    2008-09-11 10:43:08,561 Thread-1 Undefined column name interval in expression active.requests
    0) ? active.requests/(interval*60) : 0 (00104)2008-09-11 10:43:08,638 Thread-1 [BEA WebLogic Managed Server] InstanceProperty (version) is marked OPTIONAL but is being used (00506)
    Thread-1 EMAgent abnormal terminating
    please can u help me
    thank you.

    "emagent.trc" 1075 lines, 136000 characters
    2008-09-12 14:51:52,104 Thread-1 WARN main: clear collection state due to OMS_version difference
    2008-09-12 14:51:52,152 Thread-1 WARN command: Job Subsystem Timeout set at 600 seconds
    2008-09-12 14:51:52,180 Thread-1 WARN upload: Upload manager has no Failure script: disabled
    2008-09-12 14:51:53,111 Thread-1 WARN metadata: Metric VirtualHosts does not have any data columns
    2008-09-12 14:51:53,259 Thread-1 WARN metadata: TABLE metric umsg_imap_user_count can't define table_name: mail_imap_usercount
    2008-09-12 14:51:53,259 Thread-1 WARN metadata: Metric umsg_imap_user_count does not have any data columns
    2008-09-12 14:51:53,260 Thread-1 WARN metadata: TABLE metric umsg_imap_db_session_count can't define table_name: umsg_imap_dbconnec
    tions
    2008-09-12 14:51:53,260 Thread-1 WARN metadata: Metric umsg_imap_db_session_count does not have any data columns
    2008-09-12 14:51:53,260 Thread-1 WARN metadata: TABLE metric umsg_imap_socket_count can't define table_name: umsg_imap_socketcount
    2008-09-12 14:51:53,261 Thread-1 WARN metadata: Metric umsg_imap_socket_count does not have any data columns
    2008-09-12 14:51:53,261 Thread-1 WARN metadata: TABLE metric umsg_imap_connections can't define table_name: mail_imap_connections
    2008-09-12 14:51:53,262 Thread-1 WARN metadata: TABLE metric umsg_imap_connections_lost can't define table_name: umsg_imap_connecti
    ons_lost
    2008-09-12 14:51:53,262 Thread-1 WARN metadata: Metric umsg_imap_connections_lost does not have any data columns
    2008-09-12 14:51:53,262 Thread-1 WARN metadata: TABLE metric umsg_imap_connections_timeout can't define table_name: umsg_imap_conne
    ctions_timeout
    2008-09-12 14:51:53,263 Thread-1 WARN metadata: Metric umsg_imap_connections_timeout does not have any data columns
    2008-09-12 14:51:53,263 Thread-1 WARN metadata: TABLE metric umsg_imap_connections_total can't define table_name: umsg_imap_connect
    ions_count
    2008-09-12 14:51:53,263 Thread-1 WARN metadata: Metric umsg_imap_connections_total does not have any data columns
    2008-09-12 14:51:53,263 Thread-1 WARN metadata: TABLE metric umsg_imap_debug_user_list can't define table_name: mail_pop_users_list
    2008-09-12 14:51:53,264 Thread-1 WARN metadata: TABLE metric umsg_imap_ds_metrics can't define table_name: mail_imap_functions
    2008-09-12 14:51:53,266 Thread-1 WARN metadata: TABLE metric umsg_imap_network can't define table_name: mail_imap_network
    2008-09-12 14:51:53,267 Thread-1 WARN metadata: TABLE metric umsg_imap_network_receive_bytes can't define table_name: umsg_imap_net
    work_receive
    2008-09-12 14:51:53,267 Thread-1 WARN metadata: Metric umsg_imap_network_receive_bytes does not have any data columns
    2008-09-12 14:51:53,267 Thread-1 WARN metadata: TABLE metric umsg_imap_network_transmit_bytes can't define table_name: umsg_imap_ne
    twork_transmit
    2008-09-12 14:51:53,268 Thread-1 WARN metadata: Metric umsg_imap_network_transmit_bytes does not have any data columns
    2008-09-12 14:51:53,269 Thread-1 WARN metadata: TABLE metric umsg_imap_command_counts can't define table_name: mail_imap_commandcou
    nt
    2008-09-12 14:51:53,269 Thread-1 WARN metadata: TABLE metric umsg_imap_protocol_metrics can't define table_name: umsg_imap_frequenc
    ytimes
    2008-09-12 14:51:53,270 Thread-1 WARN metadata: TABLE metric umsg_sps_metrics can't define table_name: mail_imap_sps
    2008-09-12 14:51:53,270 Thread-1 WARN metadata: TABLE metric umsg_uptime can't define table_name: mail_imap_uptime
    2008-09-12 14:51:53,539 Thread-1 WARN metadata: Name FileSystems has already been used
    2008-09-12 14:51:53,539 Thread-1 WARN metadata: Name FileSystems has already been used
    2008-09-12 14:51:53,896 Thread-1 WARN metadata: Metric RoutingIds does not have any data columns
    2008-09-12 14:51:54,553 Thread-1 WARN metadata: Metric waiting_sessions does not have any data columns
    2008-09-12 14:51:54,555 Thread-1 WARN metadata: Metric session_wait_chains does not have any data columns
    2008-09-12 14:51:55,330 Thread-1 WARN engine: File=file:/oracle/product/10.2.0.4/agent10g/sysman/admin/metadata/oracle_integrationb
    pm.xml,line=8: <AssocTargetInstance> is not valid element, will be ignored
    2008-09-12 14:51:55,648 Thread-1 WARN engine: File=file:/oracle/product/10.2.0.4/agent10g/sysman/admin/metadata/oracle_ovf_ivr.xml,
    line=398: <InstanceProperty> is not valid element, will be ignored
    2008-09-12 14:51:56,539 Thread-1 WARN metadata: Metric osm_diskGroupPolicies does not have any data columns
    2008-09-12 14:51:56,643 Thread-1 WARN metadata: TABLE metric uptime can't define table_name: mail_pop_uptime
    2008-09-12 14:51:56,644 Thread-1 WARN metadata: TABLE metric debug_usercount can't define table_name: mail_pop_users_list
    2008-09-12 14:51:56,644 Thread-1 WARN metadata: TABLE metric connections can't define table_name: mail_pop_connections
    2008-09-12 14:51:56,645 Thread-1 WARN metadata: TABLE metric commandcount can't define table_name: mail_pop_commandcount
    2008-09-12 14:51:56,646 Thread-1 WARN metadata: TABLE metric spsstats can't define table_name: mail_pop_sps
    2008-09-12 14:51:56,647 Thread-1 WARN metadata: TABLE metric usercount can't define table_name: mail_pop_usercount
    2008-09-12 14:51:56,647 Thread-1 WARN metadata: Metric usercount does not have any data columns
    2008-09-12 14:51:56,647 Thread-1 WARN metadata: TABLE metric socketcount can't define table_name: umsg_pop_socketcount

  • CMS is not running

    Hallo everybody,
    The CMS is not running. How can I make it run?.
    I have it in a VM, running under Win XP.
    I have this messages:
    In the SIA in properties/Configuration
    Failed to retrieve cluster name from the database. Reason: BusinessObjects Enterprise CMS: Unable to connect to the CMS system database "BOE120:localhost:3306". Reason: Database access error. Reason Can´t create table "c:windows     emp#sql4d8_b_3.frm" (erno: 121)...
    When I pretend to run any BOE application appers:
    The system pbe917w can be contacted, but there is no Central Management Server running at port 6400.
    And these are my parameters I have in SIA in properties/properties/Command:
    -boot "C:ProgrammeBusiness ObjectsBusinessObjects Enterprise 12.0win32_x86_boe_PBE917W.bootstrap" -cmspath "C:ProgrammeBusiness ObjectsBusinessObjects Enterprise 12.0win32_x86cms.exe" -cmsdir "C:ProgrammeBusiness ObjectsBusinessObjects Enterprise 12.0win32_x86" -port "6410" -dbinfo "C:ProgrammeBusiness ObjectsBusinessObjects Enterprise 12.0win32_x86_boe_PBE917W.dbinfo" -loggingPath "C:ProgrammeBusiness ObjectsBusinessObjects Enterprise 12.0Logging" -name "PBE917W" -piddir "C:ProgrammeBusiness ObjectsBusinessObjects Enterprise 12.0serverpids" -protocol "default"
    Thanks

    Hi  Gokul_sapgeek,
    Yes, every setting is alright, because after a (long) while and several intents, it works.
    What I don´t understand what is wrong and doesn´t work.
    What changes and make it run.
    When I refered to intents is:
    In the Central Configuration Manager, I try several times to Log on to Manage Servers, it gives me the previous messages, but suddenly it WORKS.
    I do not change any setting, just try and try, and it works.
    Thanks

  • WebDAV protocol not supported

    Running 10.6.6 server with several websites running on the server.  Have used WebDAV to access the documents directory succesfully.  Just added another site and enabled WebDAV but when trying to connect to the server from client I get an error.
    Connection failed - There was an error connecting to the server "www.mydomain.org" Check the server name or IP and try again.
    In console I find:
    5/9/11 11:17:22 AM          webdavfs_agent[4510]          network_mount: WebDAV protocol not supported; file: /SourceCache/webdavfs/webdavfs-293.2/mount.tproj/webdav_network.c; line: 2844
    All the other sites with WebDav work fine, it's just this one website. 
    Any advice for troubleshooting?

    Solved.  This is an intranet development site with an active internet site.  Had Windows 7 running in Parallels VM and was connected to a corporate secure site which was evidently directing requests to the public internet site.  Wasn't aware that the virtual machine connecting to a corporate secure site would affect the host mac dns resolution.

  • Webdav not running with Iexplorer 7

    Hello.
    I try connect to my portal using the webdav protocol. I using the PortalDrive utility or directly with iexplorer.
    when I try on a computer with explorer 6.0 all running correctly. (very well)
    but, If I try on a computer with explorer 7.0 all not running. It´s impossible.
          1. The portalDrive never connect
          2. The iexplorer never connect.
    I use the next url 
    http://xxxxxx:50000/irj/go/km/docs/folder1/?login_submit=on&j_user=uuuuuuu&j_password=ppppppp
    How can I do?
    Thanks.
    Paco

    Hello:
    1. The http.0.log is:
    [RECONNECT]
    ==== Request ==================================================================
    OPTIONS /irj/go/km/docs/km_dti/DTI/Politicas%20Horizontales/ HTTP/1.1
    X-Features: 1
    User-Agent: SAP NetWeaver Portal Drive 4.4 (build 6317)
    Host: www.navantia.es:80
    Connection: Keep-Alive
    Content-Length: 0
    Response -
    HTTP/1.1 403 Forbidden
    Date: Tue, 09 Dec 2008 09:16:25 GMT
    Server: SAP J2EE Engine/7.00
    content-type: text/xml
    x-features: 25, ctxmnu
    cache-control: no-cache
    vary: accept-encoding,accept-language,cookie,translate
    set-cookie: saplb_*=(J2EE11258200)11258250; Version=1; Path=/
    set-cookie: JSESSIONID=(J2EE11258200)ID0395734150DB02415238523481741825End; Version=1; Domain=.navantia.es; Path=/
    Via: 1.1 www.navantia.es
    Keep-Alive: timeout=5, max=100
    Connection: Keep-Alive
    Transfer-Encoding: chunked
    ec
    <D:error xmlns:D="DAV:"><D:need-privileges><resource xmlns="http://sapportals.com/xmlns/cm/webdav" perm="node_read_properties"><D:href>/irj/go/km/docs/km_dti/DTI/Politicas%20Horizontales</D:href></resource></D:need-privileges></D:error>
    0
    Initial response 0.021s, Transfer 0.000s, Total 0.021s
    ===============================================================================
    [RECONNECT]
    ==== Request ==================================================================
    OPTIONS /irj/go/km/docs/km_dti/DTI/Politicas%20Horizontales/ HTTP/1.1
    X-Features: 1
    User-Agent: SAP NetWeaver Portal Drive 4.4 (build 6317)
    Host: www.navantia.es:80
    Connection: Keep-Alive
    Content-Length: 0
    Response -
    HTTP/1.1 403 Forbidden
    Date: Tue, 09 Dec 2008 09:16:30 GMT
    Server: SAP J2EE Engine/7.00
    content-type: text/xml
    x-features: 25, ctxmnu
    cache-control: no-cache
    vary: accept-encoding,accept-language,cookie,translate
    set-cookie: saplb_*=(J2EE3414500)3414550; Version=1; Path=/
    set-cookie: JSESSIONID=(J2EE3414500)ID0746367950DB00455630574432957320End; Version=1; Domain=.navantia.es; Path=/
    Via: 1.1 www.navantia.es
    Keep-Alive: timeout=5, max=100
    Connection: Keep-Alive
    Transfer-Encoding: chunked
    ec
    <D:error xmlns:D="DAV:"><D:need-privileges><resource xmlns="http://sapportals.com/xmlns/cm/webdav" perm="node_read_properties"><D:href>/irj/go/km/docs/km_dti/DTI/Politicas%20Horizontales</D:href></resource></D:need-privileges></D:error>
    0
    Initial response 0.038s, Transfer 0.000s, Total 0.039s
    ===============================================================================
    [RECONNECT]
    ==== Request ==================================================================
    OPTIONS /irj/go/km/docs/km_dti/DTI/Politicas%20Horizontales/ HTTP/1.1
    X-Features: 1
    User-Agent: SAP NetWeaver Portal Drive 4.4 (build 6317)
    Host: www.navantia.es:80
    Connection: Keep-Alive
    Content-Length: 0
    Response -
    HTTP/1.1 403 Forbidden
    Date: Tue, 09 Dec 2008 09:16:36 GMT
    Server: SAP J2EE Engine/7.00
    content-type: text/xml
    x-features: 25, ctxmnu
    cache-control: no-cache
    vary: accept-encoding,accept-language,cookie,translate
    set-cookie: saplb_*=(J2EE3414500)3414550; Version=1; Path=/
    set-cookie: JSESSIONID=(J2EE3414500)ID0956288650DB00425136564290512025End; Version=1; Domain=.navantia.es; Path=/
    Via: 1.1 www.navantia.es
    Keep-Alive: timeout=5, max=100
    Connection: Keep-Alive
    Transfer-Encoding: chunked
    ec
    <D:error xmlns:D="DAV:"><D:need-privileges><resource xmlns="http://sapportals.com/xmlns/cm/webdav" perm="node_read_properties"><D:href>/irj/go/km/docs/km_dti/DTI/Politicas%20Horizontales</D:href></resource></D:need-privileges></D:error>
    0
    Initial response 0.016s, Transfer 0.000s, Total 0.017s
    ===============================================================================
    [RECONNECT]
    ==== Request ==================================================================
    OPTIONS /irj/go/km/docs/km_dti/DTI/Politicas%20Horizontales/ HTTP/1.1
    X-Features: 1
    User-Agent: SAP NetWeaver Portal Drive 4.4 (build 6317)
    Host: www.navantia.es:80
    Connection: Keep-Alive
    Content-Length: 0
    Response -
    HTTP/1.1 403 Forbidden
    Date: Tue, 09 Dec 2008 09:19:09 GMT
    Server: SAP J2EE Engine/7.00
    content-type: text/xml
    x-features: 25, ctxmnu
    cache-control: no-cache
    vary: accept-encoding,accept-language,cookie,translate
    set-cookie: saplb_*=(J2EE11258200)11258250; Version=1; Path=/
    set-cookie: JSESSIONID=(J2EE11258200)ID2080813750DB00485132790527406367End; Version=1; Domain=.navantia.es; Path=/
    Via: 1.1 www.navantia.es
    Keep-Alive: timeout=5, max=100
    Connection: Keep-Alive
    Transfer-Encoding: chunked
    ec
    <D:error xmlns:D="DAV:"><D:need-privileges><resource xmlns="http://sapportals.com/xmlns/cm/webdav" perm="node_read_properties"><D:href>/irj/go/km/docs/km_dti/DTI/Politicas%20Horizontales</D:href></resource></D:need-privileges></D:error>
    0
    Initial response 0.020s, Transfer 0.000s, Total 0.021s
    ===============================================================================
    [RECONNECT]
    ==== Request ==================================================================
    OPTIONS /irj/go/km/docs/km_dti/DTI/Politicas%20Horizontales/ HTTP/1.1
    X-Features: 1
    User-Agent: SAP NetWeaver Portal Drive 4.4 (build 6317)
    Host: www.navantia.es:80
    Connection: Keep-Alive
    Content-Length: 0
    Response -
    HTTP/1.1 403 Forbidden
    Date: Tue, 09 Dec 2008 09:19:14 GMT
    Server: SAP J2EE Engine/7.00
    content-type: text/xml
    x-features: 25, ctxmnu
    cache-control: no-cache
    vary: accept-encoding,accept-language,cookie,translate
    set-cookie: saplb_*=(J2EE11258200)11258251; Version=1; Path=/
    set-cookie: JSESSIONID=(J2EE11258200)ID1916988051DB00405133740172310754End; Version=1; Domain=.navantia.es; Path=/
    Via: 1.1 www.navantia.es
    Keep-Alive: timeout=5, max=100
    Connection: Keep-Alive
    Transfer-Encoding: chunked
    ec
    <D:error xmlns:D="DAV:"><D:need-privileges><resource xmlns="http://sapportals.com/xmlns/cm/webdav" perm="node_read_properties"><D:href>/irj/go/km/docs/km_dti/DTI/Politicas%20Horizontales</D:href></resource></D:need-privileges></D:error>
    0
    Initial response 0.125s, Transfer 0.001s, Total 0.126s
    ===============================================================================
    2. the  dti.log is:
    SAP NetWeaver Portal Drive 4.4 (build 6317) on WXP
    Service: WebDAV:
    www.navantia.es\irj\go\km\docs\km_dti\DTI\Politicas Horizontales
    Proxy: none
    Sharing Level: 2
    Secure connection: No
    10:19:17 2008/12/09 Failed to connect
      Error 000004C7.
    10:19:17 2008/12/09 dirlist timeout=300, flags=4
    3. I review the logs from the server and I read the next entrie:
    anonymous_es     | ACCESS.ERROR     | /km_dti/DTI/Politicas Horizontales     | node_read_properties
    this line exits anytime for each time  when I try connect with portaldrivre.
    Gracias.
    Paco del Campo

  • Oracle XE not running on CentOS machine

    Hi,
    I have installed Oracle-XE on a CentOS machine few months back and it was running fine since then, however for the past 2 days it is not running after I rebooted the machine.
    When I checked the status of /etc/init.d/oracle-xe the output was
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 21-AUG-2012 12:32:42
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date                21-AUG-2012 12:32:35
    Uptime                    0 days 0 hr. 0 min. 7 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Default Service           XE
    Listener Parameter File   /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Listener Log File         /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=pcrf.open-ims.test)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfullyI am not able to connect any user with sql*plus command window, it just gives
    conn techm
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directoryHere are my tnsnames.ora and listener.ora
    tnsnames.ora
    # tnsnames.ora Network Configuration File:
    XE =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = pcrf.open-ims.test)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
      )listener.ora
    # listener.ora Network Configuration File:
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = /usr/lib/oracle/xe/app/oracle/product/10.2.0/server)
          (PROGRAM = extproc)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
          (ADDRESS = (PROTOCOL = TCP)(HOST = pcrf.open-ims.test)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)Edited by: Peeyush on Aug 21, 2012 12:18 AM

    This is the Oracle Apex Listener forum.
    Please post on {forum:id=251}.
    Hint: You perhaps need to START your DB.
    Edited by: Prabodh on Aug 21, 2012 1:26 PM

  • Eth* dhcpcd not running, kdm_greet cannot open default user face

    hai all :>
    got 2 questions concering the errors.log:
    tail /var/log/errors.log
    May 3 10:48:17 midgard dhcpcd[7751]: eth0: dhcpcd not running
    May 3 10:53:25 midgard dhcpcd[8160]: eth0: dhcpcd not running
    May 3 10:58:05 midgard dhcpcd[8439]: eth0: dhcpcd not running
    May 3 11:08:16 midgard dhcpcd[8469]: eth1: timed out
    May 3 11:08:17 midgard dhcpcd[9383]: eth0: dhcpcd not running
    May 3 13:28:04 midgard kdm_greet[5977]: Cannot open default user face
    May 3 13:28:04 midgard dhcpcd[5994]: eth1: dhcpcd not running
    May 3 13:28:04 midgard dhcpcd[5995]: eth0: dhcpcd not running
    May 3 13:29:55 midgard dhcpcd[6090]: eth1: timed out
    May 3 13:29:56 midgard dhcpcd[6249]: eth0: dhcpcd not running
    i would like to solve this "errors" or rather strip off this dhcpcd thingy (in a config file) which is obviously started at boot. the network is completely managed by wicd.
    i have no clue what "cannot open default user face" means. already googled without any good results :<
    best regards,
    arch0r

    Don't worry about 'default user face', it's nothing... you can set it in:
    SystemSettings -> Advanced -> Login Manager -> Users
    under 'User Images' [ bottom-right ].
    I expect when installing you elected to install dhcp [ Dynamic Host Configuration Protocol ] when configuring the network ?
    Dhcpcd is its' daemon. You could uninstall dhcp... pacman -R dhcp
    I presume you have onboard ethernet and a pci network card ?
    Could you disable your onboard ethernet in the systems BIOS ? Then you can concentrate on configuring your card. I've
    never used 'wicd' so I can't help you there.
    Not much help, I know but better than nothing
    Deej

  • SAPOSCOL not running in MS Cluster

    Hi, gurus:
    We have a problem with SAPOSCOL in a SAP ECC 6.0 system (SAP ECC 6.0 + NetWeaver 7.00 + Oracle 10.2 + Windows Server 2003 R2 Enterprise x64 Edition) running over a MS cluster:
    Transactions OS06/ST06 shows no data, and they show an info message wich states: SAPOSCOL not running ? (shared memory not available ). When we checked this issue, we noticed that, in fact, there is no sapcoscol.exe task running in any node.
    But when we try to start the service (both using microsoft services console and cmd commands) although we can see the process running in the node which owns all the resources, SAP seems not notice that. The information system shows in ST06>Operating System Collector>Status is the following:
    iinterval             0             sec.
    Collector Version:
    Date/time             05.09.2008 16:55:01
    Start of Collector
    Status report
    Collector Versions                         
      running                                   COLL 20.95     700     - 20.64     NT 07/10/17
      dialog                                   COLL 20.95     700     - 20.65     NT 08/02/06
    Shared Memory                              attached
    Number of records                         575
    Active Flag                              active     (01)
    Operating System                         Windows NT     5.2.3790 SP     2 BL-SAP2 4x AMD64 Level 1
    Collector PID                              0 (00000000)
    Collector                                   not running (process ID not found).
    Start time coll.                              Thu Jan 01     01:00:00 1970
    Current     Time                              Fri Sep 05     16:55:01 2008
    Last write access                         Mon Sep 01     11:28:23 2008
    Last Read  Access                         Fri Sep 05     15:54:00 2008
    Collection Interval                         10     sec     (next delay).
    Collection Interval                         10     sec     (last ).
    Status                                   read
    Collect     Details                         required
    Refresh                                   required
    Header Extention Structure                    
    Number of x-header          Records          1
    Number of Communication     Records          60
    Number of free Com.          Records          60
    Resulting offset to     1.data rec.               61
    Trace level                                   3
    Collector in IDLE -     mode ?               NO
      become idle after     300     sec     without     read access.|
      Length of     Idle Interval                    60     sec
      Length of     norm.Interval                    10     sec
    But saposcol.exe is running with a certain PID in the same note than SAP and Oracle under user sapservice<sid>
    We have tried to run saposcol in several ways (as, I have noted before: from microsoft service console, from cmd line using "net start saposcol", using the saposcol under C:\WINDOWS\SapCluster and the one under
    F:\usr\sap\PRD\sys\exe\run, fom the two nodes, accessing the cluster through several IPs...) and tried the commands saposcol -c and saposcol -k but we cannot get the saposcoll run. Moreover, we haven't found any log information. The only log we (and SAP) could find is the one located in C:\WINDOWS\SapCluster\dev_coll.
    This log remain frozen at September 1st:
          SAPOSCOL version  COLL 20.95 700 - 20.64 NT 07/10/17, 64 bit, multithreaded, Non-Unicode
          compiled at   Feb  3 2008
          systemid      562 (PC with Windows NT)
          relno         7000
          patch text    COLL 20.95 700 - 20.64 NT 07/10/17
          patchno       146
          intno         20050900
          running on    BL-SAP2 Windows NT 5.2 3790 Service Pack 2 4x AMD64 Level 15 (Mod 65 Step 3)
    12:04:16 01.09.2008   LOG: Profile          : no profile used
    12:04:16 01.09.2008   LOG: Saposcol Version  : [COLL 20.95 700 - 20.64 NT 07/10/17]
    12:04:16 01.09.2008   LOG: Working directory : C:\WINDOWS\SAPCLU~1
    12:04:16 01.09.2008   LOG: Allocate Counter Buffer [10000 Bytes]
    12:04:16 01.09.2008   LOG: Allocate Instance Buffer [10000 Bytes]
    12:04:17 01.09.2008   LOG: Shared Memory Size: 71898.
    12:04:17 01.09.2008   LOG: Connected to existing shared memory.
    12:04:17 01.09.2008   LOG: MaxRecords = 575 <> RecordCnt + Dta_offset = 614 + 61
    12:04:22 01.09.2008 WARNING: WaitFree: could not set new shared memory status after 5 sec
    12:04:22 01.09.2008 WARNING: Cannot create Shared Memory
    Kernel Info:
    Kernel release    700
    Compilation        NT 5.2 3790 Service Pack 1 x86 MS VC++ 14.00
    Sup.Pkg lvl.       146
    ABAP Load       1563
    CUA load           30
    Mode                opt
    Can anyone shed some light on the subject?
    Thank you very much and kind regards
    Edited by: Jose Enrique Sepulveda on Sep 6, 2008 2:10 AM

    Dear bhaskar:
    Thanks for your reply. We have considered balancing the system to the other node or reboot the system to free resources, in order to re-create the shared memory, but in the past, the balancing process (move resources from one node to the other) has caused problems. Since this is a critical system, stopping (or balancing) is not an option right now, and updating the kernel requires an ABAP stack reboot plus the kernel change : any changes in system configuration requires a longer approval/planning process than a reboot.
    Moreover, the OS collecting system and its display in OS06/ST06 has worked fine until now.
    Does anyone knows if a reboot has solved this kind of problem in a similar situation?
    Thanks in advance
    José Enrique

  • HT1349 I can not run the scanner in my main user, but only the second user and the same thing with updating apps! Why is this happening???

    I can not run the scanner in my main user, but only the second user and the same thing with updating apps! Why is this happening???

    Welcome to the Apple Community.
    Enter the details of her second account at system preferences> mail, contacts & calendars.

Maybe you are looking for

  • How to hide the preview section in the crystal report viewer activex cntrl.

    Dear All, I am using the Crystal report viewer ActiveX to display the Crystal report. When the report opens in the Crystal report viewer ActiveX control, a preview section comes at the left hand side of the panel. How can I hide the preview section f

  • Mail is in Spanish !?!?  how do i get it back to english?

    hi there, my Mac Mail is appearing in Spanish and not English - how can I change it back?

  • Query manager View issue in PIA

    Hi, When i navigate through reporting tools,Query,querymanager i am not able to see options like records,query,expressions,prompts.Fields,Criteria,Having,Viewsql,Run in Query manager window. When i go to the Application designer and tried to run Quer

  • To create follow up : Service Confirmation document

    Hi Experts, My requirement is to create a Service Confirmation document as a follow up document of an existing service order. Kindly let me know about the procedure and information regarding mandatory fields that i need to pass from Serivce Order to

  • How to use drools in NWDS Environment

    Hi,    I have downloaded Drools 4.0.4 version.It contains only jar files in it.I would like to use drools in NWDS Environment.How can i achieve this?     Or is there any other link through which i can get a proper download file for drools? Regards, N