Coherence not working on AIX

Hi,
Installed coherence, even the new 3.7.1.6 full distribution. but when it started, it raised an exception about socket:
bash-3.2# ./coherence.sh
./coherence.sh[11]: pushd: not found.
./coherence.sh[15]: popd: not found.
** Starting storage disabled console **
java version "1.6.0"
Java(TM) SE Runtime Environment (build pap6460sr10fp1-20120321_01(SR10 FP1))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 AIX ppc64-64 jvmap6460sr10fp1-20120202_101568 (JIT enabled, AOT enabled)
J9VM - 20120202_101568
JIT - r9_20111107_21307ifx1
GC - 20120202_AA)
JCL - 20120320_01
2013-05-02 15:39:29.755/1.990 Oracle Coherence 3.7.1.0 <Info> (thread=main, member=n/a): Loaded operational configuration from "jar:file:/u02/app/oracle/coherence_3.7.1/coherence/lib/coherence.jar!/tangosol-coherence.xml"
2013-05-02 15:39:29.948/2.182 Oracle Coherence 3.7.1.0 <Info> (thread=main, member=n/a): Loaded operational overrides from "jar:file:/u02/app/oracle/coherence_3.7.1/coherence/lib/coherence.jar!/tangosol-coherence-override-dev.xml"
2013-05-02 15:39:29.950/2.184 Oracle Coherence 3.7.1.0 <D5> (thread=main, member=n/a): Optional configuration override "/tangosol-coherence-override.xml" is not specified
2013-05-02 15:39:29.974/2.208 Oracle Coherence 3.7.1.0 <D5> (thread=main, member=n/a): Optional configuration override "/custom-mbeans.xml" is not specified
Oracle Coherence Version 3.7.1.0 Build 27797
Grid Edition: Development mode
Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
2013-05-02 15:39:31.987/4.221 Oracle Coherence GE 3.7.1.0 <Warning> (thread=main, member=n/a): PreferredUnicastUdpSocket failed to set receive buffer size to 1444 packets (1.99MB); actual size is 42%, 609 packets (863KB). Consult your OS documentation regarding increasing the maximum socket buffer size. Proceeding with the actual value may cause sub-optimal performance.
2013-05-02 15:39:31.987/4.221 Oracle Coherence GE 3.7.1.0 <D4> (thread=main, member=n/a): TCMP bound to /192.168.1.74:8088 using SystemSocketProvider
2013-05-02 15:39:31.991/4.225 Oracle Coherence GE 3.7.1.0 <Error> (thread=main, member=n/a): Error while starting cluster: (Wrapped) java.net.SocketException: The socket name is not available on this system.
at com.tangosol.util.Base.ensureRuntimeException(Base.java:288)
at com.tangosol.util.Base.ensureRuntimeException(Base.java:269)
at com.tangosol.coherence.component.net.Cluster.onStart(Cluster.CDB:40)
at com.tangosol.coherence.component.net.Cluster.start(Cluster.CDB:11)
at com.tangosol.coherence.component.util.SafeCluster.startCluster(SafeCluster.CDB:3)
at com.tangosol.coherence.component.util.SafeCluster.restartCluster(SafeCluster.CDB:10)
at com.tangosol.coherence.component.util.SafeCluster.ensureRunningCluster(SafeCluster.CDB:26)
at com.tangosol.coherence.component.util.SafeCluster.start(SafeCluster.CDB:2)
at com.tangosol.net.CacheFactory.ensureCluster(CacheFactory.java:427)
at com.tangosol.coherence.component.application.console.Coherence.run(Coherence.CDB:25)
at com.tangosol.coherence.component.application.console.Coherence.main(Coherence.CDB:3)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:600)
at com.tangosol.net.CacheFactory.main(CacheFactory.java:827)
Caused by: java.net.SocketException: The socket name is not available on this system.
at java.net.PlainDatagramSocketImpl.socketSetOption(Native Method)
at java.net.PlainDatagramSocketImpl.setOption(PlainDatagramSocketImpl.java:408)
at java.net.MulticastSocket.setInterface(MulticastSocket.java:424)
at com.tangosol.coherence.component.net.socket.udpSocket.MulticastUdpSocket.instantiateDatagramSocket(MulticastUdpSocket.CDB:33)
at com.tangosol.coherence.component.net.socket.UdpSocket.open(UdpSocket.CDB:12)
at com.tangosol.coherence.component.net.Cluster$SocketManager.bindSockets(Cluster.CDB:129)
at com.tangosol.coherence.component.net.Cluster.onStart(Cluster.CDB:36)
... 13 more
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:600)
at com.tangosol.net.CacheFactory.main(CacheFactory.java:827)
Caused by: (Wrapped) java.net.SocketException: The socket name is not available on this system.
at com.tangosol.util.Base.ensureRuntimeException(Base.java:288)
at com.tangosol.util.Base.ensureRuntimeException(Base.java:269)
at com.tangosol.coherence.component.net.Cluster.onStart(Cluster.CDB:40)
at com.tangosol.coherence.component.net.Cluster.start(Cluster.CDB:11)
at com.tangosol.coherence.component.util.SafeCluster.startCluster(SafeCluster.CDB:3)
at com.tangosol.coherence.component.util.SafeCluster.restartCluster(SafeCluster.CDB:10)
at com.tangosol.coherence.component.util.SafeCluster.ensureRunningCluster(SafeCluster.CDB:26)
at com.tangosol.coherence.component.util.SafeCluster.start(SafeCluster.CDB:2)
at com.tangosol.net.CacheFactory.ensureCluster(CacheFactory.java:427)
at com.tangosol.coherence.component.application.console.Coherence.run(Coherence.CDB:25)
at com.tangosol.coherence.component.application.console.Coherence.main(Coherence.CDB:3)
... 5 more
Caused by: java.net.SocketException: The socket name is not available on this system.
at java.net.PlainDatagramSocketImpl.socketSetOption(Native Method)
at java.net.PlainDatagramSocketImpl.setOption(PlainDatagramSocketImpl.java:408)
at java.net.MulticastSocket.setInterface(MulticastSocket.java:424)
at com.tangosol.coherence.component.net.socket.udpSocket.MulticastUdpSocket.instantiateDatagramSocket(MulticastUdpSocket.CDB:33)
at com.tangosol.coherence.component.net.socket.UdpSocket.open(UdpSocket.CDB:12)
at com.tangosol.coherence.component.net.Cluster$SocketManager.bindSockets(Cluster.CDB:129)
at com.tangosol.coherence.component.net.Cluster.onStart(Cluster.CDB:36)
... 13 more
Any help?
K.

Hi,
From your original post it looks like you are using the coherence.sh script file so to set JVM properties you need to edit this script. Specifically, towards the bottom of this file you will see a line like this...
JAVA_OPTS="-Xms$MEMORY -Xmx$MEMORY -Dtangosol.coherence.distributed.localstorage=$STORAGE_ENABLED $JMXPROPERTIES"...you need to edit this line to read...
JAVA_OPTS="-Djava.net.preferIPv4Stack=true -Xms$MEMORY -Xmx$MEMORY -Dtangosol.coherence.distributed.localstorage=$STORAGE_ENABLED $JMXPROPERTIES"JK

Similar Messages

  • Oratab not working in AIX 5.3

    Hi All,
    We changed the below entries in oratab in AIX server,
    orcl:/oracle/Ora10g:Y
    even after changing this above entries on oratab oracle DB and listener services are not starting in the AIX server, have any pupils come across this scenario, need your help on this...
    Hariharan .T

    The line was like
    orcl:/oracle/Ora10g:N
    we changed to
    orcl:/oracle/Ora10g:Y
    I am sure the Oracle SID and ORACLE HOME is correct...
    this works fine in sun solaris and Linux machine i don't know why this is not working in AIX,
    Hariharan.T

  • SAP ECC 6.0 SR3 Cluster failover not working in AIX with DB2 UDB V9.1 FP6

    Hi Gurus,
    We have installed the SAP ECC 6.0 SR3 High Availability  with DB2 UDB V9.1 FP6 in AIX cluster environment.
    After installation we are doing the cluster fail test.
    Node A
    Application Server
    Mount Points:
    /sapmnt/<SID>
    /usr/sap/<SID>
    /usr/sap/trans
    Node B
    Database Server
    Mount Points:
    /db2//<SID>
    The procedure followed to do the cluster failover:
    We have down the cluster on Node A and all the resources of the Node A has been moved to Node B.
    On Node B when we issued a command to start the SAP. It says u201Cno start profiles foundu201D
    WE have down the cluster on Node B and  moved the Resource from Node B to Node A .  There the db2 User IDu2019s are not available. We have crated the user Idu2019s manually on Node A. however it did not work.
    Please suggest the procedure to start the sap in cluster failover.
    Best Regards
    Sija

    Hi Sija,
    Can i have detailed scenario in your cluster configuration.
    Means you are saying that going to start cluster package manually, if it is right please make sure that you had the same copy of start, instance profiles of NodeA to Node B. Means you need to maintain two startup, two instance profiles for both nodes. In a normal situation it will picik the profile of node A to start databse from A node. But in a failover situation it will not pick node A profile to start, it should pick Node B s profiles.
    Just make a copy from node A and change the profile name accordingly to Node b. Then try to restart.
    Regards
    Nick Loy

  • Set DISPLAY environment variable -- in DBCA not working at AIX OS

    Hi,
    I want to create new database in AIX OS and database is oracle 10g:-
    When i say DBCA it is giving below error, what should i do?
    $ dbca
    DISPLAY not set.
    Set DISPLAY environment variable, then re-run.
    Please help...

    Pravin wrote:
    How to set the DISPLAY environment variable in AIX?Usual format is:
    +<host>:<display-number>+
    E.g.
    export DISPLAY=192.168.0.235:1
    Where the host is the hostname or IP address of the client platform running a X-Server. If the X-Server is running locally, then this entry can be omitted.
    The display-number is the display number of the X-Server to use. A single X-Server can have multiple displays. E.g. Unix server running a X-Server can have 10 users connected via X-Terminals and will this have 10 displays.
    Judging from X-Windows questions asked on OTN, it seems to be a tad complex to grasp for some - especially those from a MS Windows background as X-Windows is very different and also reverses the client-server concept, requiring the X-Server component to be running on the client platform (where the server platform runs the program that is the X-client).
    So it is a lot easier to rather use something like VNC instead - supported on most Unix platforms, Linux, Windows and Apple's OS/X.
    Simply run the VNC server on the server platform to create a virtual container for running the X-server display. Connect from a client using a VNC client.
    As it uses the RFB (Remote Frame Buffer) protocol, it is a lot faster than running the slower and larger X11 protocol required for X-Windows connectivity over TCP/IP.

  • OAM 11g BP02 with Kerberos is not working on AIX

    Hi,
    We are trying to configure OAM 11g with Kerberos on AIX with no success..
    Resource is protected according to OAM documentation guide but the oam logs shows the following:
    [2012-08-28T00:03:22.305-05:00] [oam_server1] [TRACE] [] [oracle.oam.engine.authn] [tid: [ACTIVE].ExecuteThread:
    '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000J_fbCuS9h^k5kzWByZ1GF532
    00000G,0] [APP: oam_server] [SRC_METHOD: log] [SRC_CLASS: oracle.security.am.engines.common.adapters.OAMLoggerImp
    l] Authentication Failed.[[
    javax.security.auth.login.LoginException: Bad JAAS configuration: bad URL /home/oracle/oam.keytab
    Error java.net.MalformedURLException: no protocol: /home/oracle/oam.keytab
    at com.ibm.security.jgss.i18n.I18NException.throwLoginException(I18NException.java:5)
    at com.ibm.security.auth.module.Krb5LoginModule.j(Krb5LoginModule.java:537)
    at com.ibm.security.auth.module.Krb5LoginModule.b(Krb5LoginModule.java:146)
    at com.ibm.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:274)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
    at java.lang.reflect.Method.invoke(Method.java:611)
    we are using OAM 11g BP 02.
    oam-config.xml is configured as follow:
    <Setting Name="KerberosModules" Type="htf:map">
    <Setting Name="6DBSE52C" Type="htf:map">
    <Setting Name="keytabfile" Type="xsd:string">/home/oracle/oam.keytab</Setting>
    <Setting Name="krbconfigfile" Type="xsd:string">/etc/krb5/krb5.conf</Setting>
    <Setting Name="name" Type="xsd:string">Kerberos</Setting>
    <Setting Name="principal" Type="xsd:string">HTTP/myssoserver@mydomain</Setting>
    </Setting>
    </Setting>
    Please let me know how to get this resolved. Thanks in advance.
    Regards.

    David,
    Your Principal name should be the SSO LB URL.(ie :sso.mycomany.com)
    ktpass -princ HTTP/sso.mycomany.com@DOMAIN -pass XXXXXXX mapuser DOMAIN\user -out oam.keytab.
    Also make sure sso.mycomany.com has a reverse DNS configured correctly.
    you can check using dig command
    ping sso.mycomany.com
    What ever the ip-address
    dig -x <IP-ADDRESS>
    Check in the reverse DNS section there should be 1 record.
    ;; ANSWER SECTION:
    1.1.1.1.in-addr.arpa. 3600 IN PTR sso.mycomany.com.
    Let me know if you have more questions.
    Thanks
    Saurabh

  • To run and work on AIX server installed ODI

    Hi all,
    As I was working on ODI till the date in window o/s of my desktop.
    But now I have to work on AIX server I need to know
    * Is there any difference to work on ODI while I am using AIX
    plz provide me necessary information..
    * Will working methodology of Desiner and Topology manager be same in AIX
    * is it console based or I'll have the same UI I've not worked on AIX before
    *Any other info, if you tech people have regarding basic differences between
    Window installed ODI and AIX installed ODI then plz provide me.
    thanx and regards
    Palash Chatterjee

    Hello,
    There should be no difference in behavior.
    - All Graphical UIs are in Java and work the same on AIX.
    - The installer works also on AIX.
    - The only differences will be that instead of having .bat script files, you'll have .sh (unix shell) files to start the components, and that you cannot use windows services.
    Just give it a try, and you'll see.
    Regards,
    -FX

  • Tutorial for Oracle Coherence Release 3.6 does not work

    I am new to Oracle Coherence and just download the newest release 3.6 of coherence together with JDveloper (Studio Edition Version 11.1.1.3.0, Build JDEVADF_11.1.1.3.PS2_GENERIC_100408.2356.5660) and started to go throught the tutorial step by step. Having completed chapter 1 and 2 and started to work on chapter 3: Accessing the Data Grid from Java and get stuck with the sampleas code related to classes "MyFirstSample" and "MyFirstSampleReader". According to the doc once the cahce-server is running (by running cache-server.cmd in dos) then
    run a) MyFirstSample which will put an "Name" entry to myCache and exit
    b) run MyFirstSampleReader which will retrieve the entry "Name" populated with "MyFirstSample". But i got null value back.
    The following are logs for cache-server (I), MyFirstSample (II) and MyFirstSampleReader (III) respectively:
    (I) cache-server console output:
    C:\Program Files\Java\coherence\bin>cache-server.cmd
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Server VM (build 16.0-b13, mixed mode)
    2010-12-01 13:49:24.349/0.266 Oracle Coherence 3.6.0.0 <Info> (thread=main, member=n/a): Loaded operational configuration from "jar:file:/C:
    /Program%20Files/Java/coherence/lib/coherence.jar!/tangosol-coherence.xml"
    2010-12-01 13:49:24.364/0.281 Oracle Coherence 3.6.0.0 <Info> (thread=main, member=n/a): Loaded operational overrides from "jar:file:/C:/Pro
    gram%20Files/Java/coherence/lib/coherence.jar!/tangosol-coherence-override-dev.xml"
    2010-12-01 13:49:24.364/0.281 Oracle Coherence 3.6.0.0 <D5> (thread=main, member=n/a): Optional configuration override "/tangosol-coherence-
    override.xml" is not specified
    2010-12-01 13:49:24.364/0.281 Oracle Coherence 3.6.0.0 <D5> (thread=main, member=n/a): Optional configuration override "/custom-mbeans.xml"
    is not specified
    Oracle Coherence Version 3.6.0.0 Build 17229
    Grid Edition: Development mode
    Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
    2010-12-01 13:49:24.614/0.531 Oracle Coherence GE 3.6.0.0 <Info> (thread=main, member=n/a): Loaded cache configuration from "jar:file:/C:/Pr
    ogram%20Files/Java/coherence/lib/coherence.jar!/coherence-cache-config.xml"
    2010-12-01 13:49:24.974/0.891 Oracle Coherence GE 3.6.0.0 <D4> (thread=main, member=n/a): TCMP bound to /169.59.39.31:8088 using SystemSocke
    tProvider
    2010-12-01 13:49:28.427/4.344 Oracle Coherence GE 3.6.0.0 <Info> (thread=Cluster, member=n/a): Created a new cluster "cluster:0xC4DB" with M
    ember(Id=1, Timestamp=2010-12-01 13:49:24.974, Address=169.59.39.31:8088, MachineId=46367, Location=site:eur.beluni.net,machine:CHMA5042975,
    process:7264, Role=CoherenceServer, Edition=Grid Edition, Mode=Development, CpuCount=2, SocketCount=2) UID=0xA93B271F0000012CA1FAEBEEB51F1F9
    8
    2010-12-01 13:49:28.427/4.344 Oracle Coherence GE 3.6.0.0 <Info> (thread=main, member=n/a): Started cluster Name=cluster:0xC4DB
    Group{Address=224.3.6.0, Port=36000, TTL=4}
    MasterMemberSet
    ThisMember=Member(Id=1, Timestamp=2010-12-01 13:49:24.974, Address=169.59.39.31:8088, MachineId=46367, Location=site:eur.beluni.net,machin
    e:CHMA5042975,process:7264, Role=CoherenceServer)
    OldestMember=Member(Id=1, Timestamp=2010-12-01 13:49:24.974, Address=169.59.39.31:8088, MachineId=46367, Location=site:eur.beluni.net,mach
    ine:CHMA5042975,process:7264, Role=CoherenceServer)
    ActualMemberSet=MemberSet(Size=1, BitSetCount=2
    Member(Id=1, Timestamp=2010-12-01 13:49:24.974, Address=169.59.39.31:8088, MachineId=46367, Location=site:eur.beluni.net,machine:CHMA504
    2975,process:7264, Role=CoherenceServer)
    RecycleMillis=1200000
    RecycleSet=MemberSet(Size=0, BitSetCount=0
    TcpRing{Connections=[]}
    IpMonitor{AddressListSize=0}
    2010-12-01 13:49:28.442/4.359 Oracle Coherence GE 3.6.0.0 <D5> (thread=Invocation:Management, member=1): Service Management joined the clust
    er with senior service member 1
    2010-12-01 13:49:28.630/4.547 Oracle Coherence GE 3.6.0.0 <D5> (thread=DistributedCache, member=1): Service DistributedCache joined the clus
    ter with senior service member 1
    2010-12-01 13:49:28.708/4.625 Oracle Coherence GE 3.6.0.0 <D5> (thread=ReplicatedCache, member=1): Service ReplicatedCache joined the cluste
    r with senior service member 1
    2010-12-01 13:49:28.708/4.625 Oracle Coherence GE 3.6.0.0 <D5> (thread=OptimisticCache, member=1): Service OptimisticCache joined the cluste
    r with senior service member 1
    2010-12-01 13:49:28.724/4.641 Oracle Coherence GE 3.6.0.0 <D5> (thread=Invocation:InvocationService, member=1): Service InvocationService jo
    ined the cluster with senior service member 1
    2010-12-01 13:49:28.724/4.641 Oracle Coherence GE 3.6.0.0 <Info> (thread=main, member=1):
    Services
    ClusterService{Name=Cluster, State=(SERVICE_STARTED, STATE_JOINED), Id=0, Version=3.6, OldestMemberId=1}
    InvocationService{Name=Management, State=(SERVICE_STARTED), Id=1, Version=3.1, OldestMemberId=1}
    PartitionedCache{Name=DistributedCache, State=(SERVICE_STARTED), LocalStorage=enabled, PartitionCount=257, BackupCount=1, AssignedPartitio
    ns=257, BackupPartitions=0}
    ReplicatedCache{Name=ReplicatedCache, State=(SERVICE_STARTED), Id=3, Version=3.0, OldestMemberId=1}
    Optimistic{Name=OptimisticCache, State=(SERVICE_STARTED), Id=4, Version=3.0, OldestMemberId=1}
    InvocationService{Name=InvocationService, State=(SERVICE_STARTED), Id=5, Version=3.1, OldestMemberId=1}
    Started DefaultCacheServer...
    (II) MyFirstSample console output:
    "C:\program files\Oracle\Middleware\jdk160_18\bin\javaw.exe" -client -classpath "C:\Data\oracle\CacheApplication\.adf;C:\Data\oracle\CacheApplication\InsertValue\classes;C:\Program Files\Java\coherence\lib\coherence.jar" "-Djavax.net.ssl.trustStore=C:\Program Files\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks" com.oracle.handson.MyFirstSample
    2010-12-01 14:50:15.533/0.250 Oracle Coherence 3.6.0.0 <Info> (thread=main, member=n/a): Loaded operational configuration from "jar:file:/C:/Program%20Files/Java/coherence/lib/coherence.jar!/tangosol-coherence.xml"
    2010-12-01 14:50:15.533/0.250 Oracle Coherence 3.6.0.0 <Info> (thread=main, member=n/a): Loaded operational overrides from "jar:file:/C:/Program%20Files/Java/coherence/lib/coherence.jar!/tangosol-coherence-override-dev.xml"
    2010-12-01 14:50:15.533/0.250 Oracle Coherence 3.6.0.0 <D5> (thread=main, member=n/a): Optional configuration override "/tangosol-coherence-override.xml" is not specified
    2010-12-01 14:50:15.548/0.265 Oracle Coherence 3.6.0.0 <D5> (thread=main, member=n/a): Optional configuration override "/custom-mbeans.xml" is not specified
    Oracle Coherence Version 3.6.0.0 Build 17229
    Grid Edition: Development mode
    Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
    2010-12-01 14:50:15.751/0.468 Oracle Coherence GE 3.6.0.0 <Info> (thread=main, member=n/a): Loaded cache configuration from "jar:file:/C:/Program%20Files/Java/coherence/lib/coherence.jar!/coherence-cache-config.xml"
    2010-12-01 14:50:16.126/0.843 Oracle Coherence GE 3.6.0.0 <D4> (thread=main, member=n/a): TCMP bound to /169.59.39.31:8088 using SystemSocketProvider
    2010-12-01 14:50:19.642/4.359 Oracle Coherence GE 3.6.0.0 <Info> (thread=Cluster, member=n/a): Created a new cluster "cluster:0xC4DB" with Member(Id=1, Timestamp=2010-12-01 14:50:16.126, Address=169.59.39.31:8088, MachineId=46367, Location=site:eur.beluni.net,machine:CHMA5042975,process:7976, Role=OracleHandsonMyFirstSample, Edition=Grid Edition, Mode=Development, CpuCount=2, SocketCount=2) UID=0xA93B271F0000012CA232A23EB51F1F98
    2010-12-01 14:50:19.642/4.359 Oracle Coherence GE 3.6.0.0 <Info> (thread=main, member=n/a): Started cluster Name=cluster:0xC4DB
    Group{Address=224.3.6.0, Port=36000, TTL=4}
    MasterMemberSet
    ThisMember=Member(Id=1, Timestamp=2010-12-01 14:50:16.126, Address=169.59.39.31:8088, MachineId=46367, Location=site:eur.beluni.net,machine:CHMA5042975,process:7976, Role=OracleHandsonMyFirstSample)
    OldestMember=Member(Id=1, Timestamp=2010-12-01 14:50:16.126, Address=169.59.39.31:8088, MachineId=46367, Location=site:eur.beluni.net,machine:CHMA5042975,process:7976, Role=OracleHandsonMyFirstSample)
    ActualMemberSet=MemberSet(Size=1, BitSetCount=2
    Member(Id=1, Timestamp=2010-12-01 14:50:16.126, Address=169.59.39.31:8088, MachineId=46367, Location=site:eur.beluni.net,machine:CHMA5042975,process:7976, Role=OracleHandsonMyFirstSample)
    RecycleMillis=1200000
    RecycleSet=MemberSet(Size=0, BitSetCount=0
    TcpRing{Connections=[]}
    IpMonitor{AddressListSize=0}
    2010-12-01 14:50:19.658/4.375 Oracle Coherence GE 3.6.0.0 <D5> (thread=Invocation:Management, member=1): Service Management joined the cluster with senior service member 1
    2010-12-01 14:50:19.845/4.562 Oracle Coherence GE 3.6.0.0 <D5> (thread=DistributedCache, member=1): Service DistributedCache joined the cluster with senior service member 1
    Value in cache is Gene Smith
    2010-12-01 14:50:19.923/4.640 Oracle Coherence GE 3.6.0.0 <D4> (thread=ShutdownHook, member=1): ShutdownHook: stopping cluster node
    2010-12-01 14:50:19.923/4.640 Oracle Coherence GE 3.6.0.0 <D5> (thread=Cluster, member=1): Service Cluster left the cluster
    2010-12-01 14:50:19.923/4.640 Oracle Coherence GE 3.6.0.0 <D5> (thread=DistributedCache, member=1): Service DistributedCache left the cluster
    2010-12-01 14:50:19.923/4.640 Oracle Coherence GE 3.6.0.0 <D5> (thread=Invocation:Management, member=1): Service Management left the cluster
    Process exited with exit code 0.
    (III) MyFirstSampleReader console output:
    "C:\program files\Oracle\Middleware\jdk160_18\bin\javaw.exe" -client -classpath "C:\Data\oracle\CacheApplication\.adf;C:\Data\oracle\CacheApplication\InsertValue\classes;C:\Program Files\Java\coherence\lib\coherence.jar" "-Djavax.net.ssl.trustStore=C:\Program Files\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks" com.oracle.handson.MyFirstSampleReader
    2010-12-01 13:50:15.176/0.250 Oracle Coherence 3.6.0.0 <Info> (thread=main, member=n/a): Loaded operational configuration from "jar:file:/C:/Program%20Files/Java/coherence/lib/coherence.jar!/tangosol-coherence.xml"
    2010-12-01 13:50:15.176/0.250 Oracle Coherence 3.6.0.0 <Info> (thread=main, member=n/a): Loaded operational overrides from "jar:file:/C:/Program%20Files/Java/coherence/lib/coherence.jar!/tangosol-coherence-override-dev.xml"
    2010-12-01 13:50:15.176/0.250 Oracle Coherence 3.6.0.0 <D5> (thread=main, member=n/a): Optional configuration override "/tangosol-coherence-override.xml" is not specified
    2010-12-01 13:50:15.191/0.265 Oracle Coherence 3.6.0.0 <D5> (thread=main, member=n/a): Optional configuration override "/custom-mbeans.xml" is not specified
    Oracle Coherence Version 3.6.0.0 Build 17229
    Grid Edition: Development mode
    Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
    2010-12-01 13:50:15.722/0.796 Oracle Coherence GE 3.6.0.0 <D4> (thread=main, member=n/a): TCMP bound to /169.59.39.31:8092 using SystemSocketProvider
    2010-12-01 13:50:19.238/4.312 Oracle Coherence GE 3.6.0.0 <Info> (thread=Cluster, member=n/a): Created a new cluster "cluster:0xC4DB" with Member(Id=1, Timestamp=2010-12-01 13:50:15.738, Address=169.59.39.31:8092, MachineId=46367, Location=site:eur.beluni.net,machine:CHMA5042975,process:7968, Role=OracleHandsonMyFirstSampleReader, Edition=Grid Edition, Mode=Development, CpuCount=2, SocketCount=2) UID=0xA93B271F0000012CA1FBB23AB51F1F9C
    2010-12-01 13:50:19.238/4.312 Oracle Coherence GE 3.6.0.0 <Info> (thread=main, member=n/a): Started cluster Name=cluster:0xC4DB
    Group{Address=224.3.6.0, Port=36000, TTL=4}
    MasterMemberSet
    ThisMember=Member(Id=1, Timestamp=2010-12-01 13:50:15.738, Address=169.59.39.31:8092, MachineId=46367, Location=site:eur.beluni.net,machine:CHMA5042975,process:7968, Role=OracleHandsonMyFirstSampleReader)
    OldestMember=Member(Id=1, Timestamp=2010-12-01 13:50:15.738, Address=169.59.39.31:8092, MachineId=46367, Location=site:eur.beluni.net,machine:CHMA5042975,process:7968, Role=OracleHandsonMyFirstSampleReader)
    ActualMemberSet=MemberSet(Size=1, BitSetCount=2
    Member(Id=1, Timestamp=2010-12-01 13:50:15.738, Address=169.59.39.31:8092, MachineId=46367, Location=site:eur.beluni.net,machine:CHMA5042975,process:7968, Role=OracleHandsonMyFirstSampleReader)
    RecycleMillis=1200000
    RecycleSet=MemberSet(Size=0, BitSetCount=0
    TcpRing{Connections=[]}
    IpMonitor{AddressListSize=0}
    2010-12-01 13:50:19.254/4.328 Oracle Coherence GE 3.6.0.0 <D5> (thread=Invocation:Management, member=1): Service Management joined the cluster with senior service member 1
    2010-12-01 13:50:19.300/4.374 Oracle Coherence GE 3.6.0.0 <Info> (thread=main, member=1): Loaded cache configuration from "jar:file:/C:/Program%20Files/Java/coherence/lib/coherence.jar!/coherence-cache-config.xml"
    2010-12-01 13:50:19.472/4.546 Oracle Coherence GE 3.6.0.0 <D5> (thread=DistributedCache, member=1): Service DistributedCache joined the cluster with senior service member 1
    Value in cache is null
    Process exited with exit code 0.
    Could someone kindly help? What I have done wrong?

    Sorry for reviving old thread but I've got something similar with Coherence 3.7.
    My OS is Windows 7 with win-firewall disabled.
    Eclipse is 3.6.2 with OEPE downloaded with plugins included.
    h3. Starting cache-server.cmd works ok:
    2011-07-08 10:43:42.049/5.305 Oracle Coherence GE 3.7.0.0 <D5> (thread=Invocation:Management, member=1): Service Management joined the cluster with senior service member 1
    2011-07-08 10:43:42.420/5.676 Oracle Coherence GE 3.7.0.0 <D5> (thread=DistributedCache, member=1): Service DistributedCache joined the cluster with senior service member 1
    2011-07-08 10:43:42.489/5.745 Oracle Coherence GE 3.7.0.0 <D5> (thread=ReplicatedCache, member=1): Service ReplicatedCache joined the cluster with senior service member 1
    2011-07-08 10:43:42.498/5.754 Oracle Coherence GE 3.7.0.0 <D5> (thread=OptimisticCache, member=1): Service OptimisticCache joined the cluster with senior service member 1
    2011-07-08 10:43:42.504/5.760 Oracle Coherence GE 3.7.0.0 <D5> (thread=Invocation:InvocationService, member=1): Service InvocationService joined the cluster with senior service member 1
    2011-07-08 10:43:42.505/5.762 Oracle Coherence GE 3.7.0.0 <Info> (thread=main, member=1):
    Services
    ClusterService{Name=Cluster, State=(SERVICE_STARTED, STATE_JOINED), Id=0, Version=3.7, OldestMemberId=1}
    InvocationService{Name=Management, State=(SERVICE_STARTED), Id=1, Version=3.1, OldestMemberId=1}
    PartitionedCache{Name=DistributedCache, State=(SERVICE_STARTED), LocalStorage=enabled, PartitionCount=257, BackupCount=1,AssignedPartitions=257, BackupPartitions=0}
    ReplicatedCache{Name=ReplicatedCache, State=(SERVICE_STARTED), Id=3, Version=3.0, OldestMemberId=1}
    Optimistic{Name=OptimisticCache, State=(SERVICE_STARTED), Id=4, Version=3.0, OldestMemberId=1}
    InvocationService{Name=InvocationService, State=(SERVICE_STARTED), Id=5, Version=3.1, OldestMemberId=1}
    Started DefaultCacheServer...
    h3. multicast-test.cmd -group 224.3.7.0:3155 is ok
    Starting test on ip=/10.17.16.61, group=/224.3.7.0:3155, ttl=4
    Configuring multicast socket...
    Starting listener...
    Fri Jul 08 10:46:15 EEST 2011: Sent packet 1 containing 1468 bytes.
    Fri Jul 08 10:46:15 EEST 2011: Received test packet 1 from self (sent 10ms ago).
    Fri Jul 08 10:46:15 EEST 2011: Received 129 bytes from a Coherence cluster node at 10.17.16.61: ???
    Fri Jul 08 10:46:16 EEST 2011: Received 129 bytes from a Coherence cluster node at 10.17.16.61: ???
    Fri Jul 08 10:46:17 EEST 2011: Sent packet 2 containing 1468 bytes.
    Fri Jul 08 10:46:17 EEST 2011: Received test packet 2 from self (sent 1ms ago).
    Fri Jul 08 10:46:18 EEST 2011: Received 129 bytes from a Coherence cluster node at 10.17.16.61: ???
    h1. Problem 1 - When I start DefaultCacheServer from Eclipse, output is not what I would expect:
    java version "1.6.0_26"
    Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
    Java HotSpot(TM) Client VM (build 20.1-b02, mixed mode)
    2011-07-08 10:42:15.345/0.543 Oracle Coherence 3.7.0.0 <Info> (thread=main, member=n/a): Loaded operational configuration from "jar:file:/D:/Repositories/Bin/coherence-java-3.7.0/coherence/lib/coherence.jar!/tangosol-coherence.xml"
    2011-07-08 10:42:15.387/0.585 Oracle Coherence 3.7.0.0 <Info> (thread=main, member=n/a): Loaded operational overrides from "jar:file:/D:/Repositories/Bin/coherence-java-3.7.0/coherence/lib/coherence.jar!/tangosol-coherence-override-dev.xml"
    2011-07-08 10:42:15.413/0.611 Oracle Coherence 3.7.0.0 <Info> (thread=main, member=n/a): Loaded operational overrides from "file:/D:/Repositories/Workspaces/eclipseDefault/Coherence/build/classes/tangosol-coherence-override.xml"
    2011-07-08 10:42:15.417/0.615 Oracle Coherence 3.7.0.0 <D5> (thread=main, member=n/a): Optional configuration override "/custom-mbeans.xml" is not specified
    Oracle Coherence Version 3.7.0.0 Build 23397
    Grid Edition: Development mode
    Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
    2011-07-08 10:42:15.697/0.895 Oracle Coherence GE 3.7.0.0 <Info> (thread=main, member=n/a): Loaded cache configuration from "file:/D:/Repositories/Workspaces/eclipseDefault/Coherence/build/classes/coherence-cache-config.xml"
    2011-07-08 10:42:15.702/0.900 Oracle Coherence GE 3.7.0.0 <Info> (thread=main, member=n/a):
    Services
    Started DefaultCacheServer...
    h1. Problem 2 - Can't store/read value from cache started by cache-server.cmd
    h2. Storing seems to be ok
    2011-07-08 10:48:11.957/0.416 Oracle Coherence 3.7.0.0 <Info> (thread=main, member=n/a): Loaded operational configuration from "jar:file:/D:/Repositories/Bin/coherence-java-3.7.0/coherence/lib/coherence.jar!/tangosol-coherence.xml"
    2011-07-08 10:48:11.999/0.458 Oracle Coherence 3.7.0.0 <Info> (thread=main, member=n/a): Loaded operational overrides from "jar:file:/D:/Repositories/Bin/coherence-java-3.7.0/coherence/lib/coherence.jar!/tangosol-coherence-override-dev.xml"
    2011-07-08 10:48:12.025/0.484 Oracle Coherence 3.7.0.0 <Info> (thread=main, member=n/a): Loaded operational overrides from "file:/D:/Repositories/Workspaces/eclipseDefault/InsertValue/build/classes/tangosol-coherence-override.xml"
    2011-07-08 10:48:12.029/0.488 Oracle Coherence 3.7.0.0 <D5> (thread=main, member=n/a): Optional configuration override "/custom-mbeans.xml" is not specified
    Oracle Coherence Version 3.7.0.0 Build 23397
    Grid Edition: Development mode
    Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
    2011-07-08 10:48:12.646/1.105 Oracle Coherence GE 3.7.0.0 <D4> (thread=main, member=n/a): TCMP bound to /10.17.16.61:8090 using SystemSocketProvider
    2011-07-08 10:48:13.663/2.122 Oracle Coherence GE 3.7.0.0 <Info> (thread=Cluster, member=n/a): This Member(Id=2, Timestamp=2011-07-08 10:48:13.463, Address=10.17.16.61:8090, MachineId=2877, Location=site:MyLocation,machine:MyPC,process:7536, Role=MyFirstSampleMyFirstSample, Edition=Grid Edition, Mode=Development, CpuCount=4, SocketCount=4) joined cluster "cluster:0x96AB" with senior Member(Id=1, Timestamp=2011-07-08 10:48:09.963, Address=10.17.16.61:8088, MachineId=2877, Location=site:MyLocation,machine:MyPC,process:7896, Role=CoherenceServer, Edition=Grid Edition, Mode=Development, CpuCount=4, SocketCount=4)
    2011-07-08 10:48:13.683/2.142 Oracle Coherence GE 3.7.0.0 <D5> (thread=Cluster, member=n/a): Member 1 joined Service Cluster with senior member 1
    2011-07-08 10:48:13.683/2.142 Oracle Coherence GE 3.7.0.0 <D5> (thread=Cluster, member=n/a): Member 1 joined Service Management with senior member 1
    2011-07-08 10:48:13.683/2.142 Oracle Coherence GE 3.7.0.0 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistributedCache with senior member 1
    2011-07-08 10:48:13.683/2.142 Oracle Coherence GE 3.7.0.0 <D5> (thread=Cluster, member=n/a): Member 1 joined Service ReplicatedCache with senior member 1
    2011-07-08 10:48:13.683/2.142 Oracle Coherence GE 3.7.0.0 <D5> (thread=Cluster, member=n/a): Member 1 joined Service OptimisticCache with senior member 1
    2011-07-08 10:48:13.683/2.142 Oracle Coherence GE 3.7.0.0 <D5> (thread=Cluster, member=n/a): Member 1 joined Service InvocationService with senior member 1
    2011-07-08 10:48:13.686/2.145 Oracle Coherence GE 3.7.0.0 <Info> (thread=main, member=n/a): Started cluster Name=cluster:0x96AB
    Group{Address=224.3.7.0, Port=3155, TTL=4}
    MasterMemberSet
    ThisMember=Member(Id=2, Timestamp=2011-07-08 10:48:13.463, Address=10.17.16.61:8090, MachineId=2877, Location=site:MyLocation,machine:MyPC,process:7536, Role=MyFirstSampleMyFirstSample)
    OldestMember=Member(Id=1, Timestamp=2011-07-08 10:48:09.963, Address=10.17.16.61:8088, MachineId=2877, Location=site:MyLocation,machine:MyPC,process:7896, Role=CoherenceServer)
    ActualMemberSet=MemberSet(Size=2, BitSetCount=2
    Member(Id=1, Timestamp=2011-07-08 10:48:09.963, Address=10.17.16.61:8088, MachineId=2877, Location=site:MyLocation,machine:MyPC,process:7896, Role=CoherenceServer)
    Member(Id=2, Timestamp=2011-07-08 10:48:13.463, Address=10.17.16.61:8090, MachineId=2877, Location=site:MyLocation,machine:MyPC,process:7536, Role=MyFirstSampleMyFirstSample)
    RecycleMillis=1200000
    RecycleSet=MemberSet(Size=0, BitSetCount=0
    TcpRing{Connections=[1]}
    IpMonitor{AddressListSize=0}
    2011-07-08 10:48:13.724/2.184 Oracle Coherence GE 3.7.0.0 <D5> (thread=Invocation:Management, member=2): Service Management joined the cluster with senior service member 1
    2011-07-08 10:48:13.809/2.268 Oracle Coherence GE 3.7.0.0 <Info> (thread=main, member=2): Loaded cache configuration from "file:/D:/Repositories/Workspaces/eclipseDefault/InsertValue/build/classes/coherence-cache-config.xml"
    Value in cache is Gene Smith
    2011-07-08 10:48:13.855/2.314 Oracle Coherence GE 3.7.0.0 <D4> (thread=ShutdownHook, member=2): ShutdownHook: stopping cluster node
    h2. Reading is not working
    2011-07-08 10:50:25.468/0.543 Oracle Coherence 3.7.0.0 <Info> (thread=main, member=n/a): Loaded operational configuration from "jar:file:/D:/Repositories/Bin/coherence-java-3.7.0/coherence/lib/coherence.jar!/tangosol-coherence.xml"
    2011-07-08 10:50:25.510/0.585 Oracle Coherence 3.7.0.0 <Info> (thread=main, member=n/a): Loaded operational overrides from "jar:file:/D:/Repositories/Bin/coherence-java-3.7.0/coherence/lib/coherence.jar!/tangosol-coherence-override-dev.xml"
    2011-07-08 10:50:25.537/0.612 Oracle Coherence 3.7.0.0 <Info> (thread=main, member=n/a): Loaded operational overrides from "file:/D:/Repositories/Workspaces/eclipseDefault/InsertValue/build/classes/tangosol-coherence-override.xml"
    2011-07-08 10:50:25.541/0.616 Oracle Coherence 3.7.0.0 <D5> (thread=main, member=n/a): Optional configuration override "/custom-mbeans.xml" is not specified
    Oracle Coherence Version 3.7.0.0 Build 23397
    Grid Edition: Development mode
    Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
    2011-07-08 10:50:26.136/1.211 Oracle Coherence GE 3.7.0.0 <D4> (thread=main, member=n/a): TCMP bound to /10.17.16.61:8090 using SystemSocketProvider
    2011-07-08 10:50:26.548/1.623 Oracle Coherence GE 3.7.0.0 <Info> (thread=Cluster, member=n/a): This Member(Id=3, Timestamp=2011-07-08 10:50:26.398, Address=10.17.16.61:8090, MachineId=2877, Location=site:MyLocation,machine:MyPC,process:2376, Role=MyFirstSampleReader, Edition=Grid Edition, Mode=Development, CpuCount=4, SocketCount=4) joined cluster "cluster:0x96AB" with senior Member(Id=1, Timestamp=2011-07-08 10:48:09.963, Address=10.17.16.61:8088, MachineId=2877, Location=site:MyLocation,machine:MyPC,process:7896, Role=CoherenceServer, Edition=Grid Edition, Mode=Development, CpuCount=4, SocketCount=4)
    2011-07-08 10:50:26.563/1.638 Oracle Coherence GE 3.7.0.0 <D5> (thread=Cluster, member=n/a): Member 1 joined Service Cluster with senior member 1
    2011-07-08 10:50:26.563/1.638 Oracle Coherence GE 3.7.0.0 <D5> (thread=Cluster, member=n/a): Member 1 joined Service Management with senior member 1
    2011-07-08 10:50:26.563/1.638 Oracle Coherence GE 3.7.0.0 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistributedCache with senior member 1
    2011-07-08 10:50:26.563/1.638 Oracle Coherence GE 3.7.0.0 <D5> (thread=Cluster, member=n/a): Member 1 joined Service ReplicatedCache with senior member 1
    2011-07-08 10:50:26.563/1.638 Oracle Coherence GE 3.7.0.0 <D5> (thread=Cluster, member=n/a): Member 1 joined Service OptimisticCache with senior member 1
    2011-07-08 10:50:26.563/1.638 Oracle Coherence GE 3.7.0.0 <D5> (thread=Cluster, member=n/a): Member 1 joined Service InvocationService with senior member 1
    2011-07-08 10:50:26.566/1.641 Oracle Coherence GE 3.7.0.0 <Info> (thread=main, member=n/a): Started cluster Name=cluster:0x96AB
    Group{Address=224.3.7.0, Port=3155, TTL=4}
    MasterMemberSet
    ThisMember=Member(Id=3, Timestamp=2011-07-08 10:50:26.398, Address=10.17.16.61:8090, MachineId=2877, Location=site:MyLocation,machine:MyPC,process:2376, Role=MyFirstSampleReader)
    OldestMember=Member(Id=1, Timestamp=2011-07-08 10:48:09.963, Address=10.17.16.61:8088, MachineId=2877, Location=site:MyLocation,machine:MyPC,process:7896, Role=CoherenceServer)
    ActualMemberSet=MemberSet(Size=2, BitSetCount=2
    Member(Id=1, Timestamp=2011-07-08 10:48:09.963, Address=10.17.16.61:8088, MachineId=2877, Location=site:MyLocation,machine:MyPC,process:7896, Role=CoherenceServer)
    Member(Id=3, Timestamp=2011-07-08 10:50:26.398, Address=10.17.16.61:8090, MachineId=2877, Location=site:MyLocation,machine:MyPC,process:2376, Role=MyFirstSampleReader)
    RecycleMillis=1200000
    RecycleSet=MemberSet(Size=0, BitSetCount=0
    TcpRing{Connections=[1]}
    IpMonitor{AddressListSize=0}
    2011-07-08 10:50:26.616/1.691 Oracle Coherence GE 3.7.0.0 <D5> (thread=Invocation:Management, member=3): Service Management joined the cluster with senior service member 1
    2011-07-08 10:50:26.700/1.775 Oracle Coherence GE 3.7.0.0 <Info> (thread=main, member=3): Loaded cache configuration from "file:/D:/Repositories/Workspaces/eclipseDefault/InsertValue/build/classes/coherence-cache-config.xml"
    Value in cache is null
    2011-07-08 10:50:26.745/1.820 Oracle Coherence GE 3.7.0.0 <D4> (thread=ShutdownHook, member=3): ShutdownHook: stopping cluster node
    h5. Does anyone has any thoughts about what I could have done wrong and are there any ways to get more debug info to investigate this further?

  • Application Diagnostics not working

    Hi,
    In our clone instance "Application Diagnostics" is not working. When I click on Application Diagnostics>Diagnose, then the page is coming but the tests are not visible. It was working fine couple of days ago.
    Earlier an apps DBA ran a concurrent request and bounced the application, but he doesn't remember it now.
    Kindly tell me the concurrent request to resolve the problem or please tell me if there are any workaround.
    ERP version: 12.1.2
    Database: 11.2.0.1
    Os: AIX 6.1
    Regards
    Garv

    Can you find any errors in Apache log files?
    Please bounce the application services and check then.
    Also, make sure you have no errors in the database log file.
    Please also review these docs.
    E-Business Suite Diagnostic Tools FAQ and Troubleshooting Guide for Release 11i and R12 [ID 235307.1]
    E-Business Suite Diagnostics Installation Guide [ID 167000.1]
    Thanks,
    Hussein

  • The Port : 6001 is not working in the system

    Hi Experts,
    OS   :  AIX 6.1
    SAP :  SAP Netweaver EHP1
    In the OS level the Port : 6001 is not working and giving the out put as...
    pb2adm> telnet abcprdpb2 6001
    Trying...
    telnet: connect: A remote host refused an attempted connect operation.
    Virtual host : abcprdpb2
    As it is the BI java stack system & I configured the SMD & wily in the system. From the BI java stack system the wily agent is not working and it uses the port : 6001.
    Now the issue is regarding to the port : 6001
    when telnet in the same system which is Virtual host : abcprdpb2 is not working and which I have given the output above. It is working when I telnet to the other systems. Please see the output  below...
    pb2adm>  telnet abcprd001 6001
    Trying...
    Connected to abcprd001.
    Escape character is '^]'.
    Connection closed.
    From other system  virtual host : abcprd001
    As I have checked with the firewall team and said it is fine in the system and same us AIX team also. But still port : 6001 issue is not resolved in the Virtual host : abcprdpb2
    Can you please let me know how to open the port : 6001 in the Virtual host : abcprdpb2 and also how we can confirm that port : 6001 is opened or blocked in the Virtual host : abcprdpb2.
    Thanks & Regards,
    Sandeep.

    Hi,
    The both mentioned virtual systems are in different LPAR's (Physical host).
    Already I have checked the /etc/services and looks every thing is fine in the file. I have also checked the file inetd.conf  and I didn't find any thing # on the Telnet.It seems every thing is fine in the both files.
    Can you please look in to it and provide some thing which I have to look in the OS level.
    Thanks & Regards,
    Sandeep

  • Hotkey (Ctrl+B) is not working after migration from Forms 6i to 10g

    Dear Gurus,
    Need your help regarding the following problem:
    After migrating from Forms 6i to 10g (Rel 2), Ctrl+B (used to list the blocks in a form) hotkey is not working anymore (all other hotkeys are working fine). I've checked my FMRWEB.RES and it contains an entry for Ctrl+B:
    66 : 2 : "Ctrl+B" : 70 : "Block Menu"
    Additional Information:
    OS: AIX
    NLS_LANG = UTF8
    fmrweb_utf8.res also contains the same text for Ctrl+B as above.
    I tried to reproduce it on my Windows Machine (with NLS_LANG set to AMERICAN_AMERICA.WE8ISO8859P1) and its not working as well. I don't have right to put move files on AIX server but i can try anything (on my local system) suggested by the Oracle gurus.
    Best Regards,

    Dear Gerd,
    "are you sure, that it is the hotkey"
    Yes, i am dead sure. Since:
    (1) It was working fine in forms 6i
    (2) If you run a form and select Help => Keys, you will see Ctrl+B on the top of list
    The problem is its not taking into account the keys which i am defining in the file (although i am following the same procedure detailed on metalink.oracle.com).
    Regards

  • Cron tab not working --- exp not found message

    Hai All
    My database is Oracle 9i in AIX
    We have a export backup. It works fine by manual execution but it not works in crontab ..An error displayed in mail...Details below
    Script
    ====
    export ORACLE_SID=HIL
    exp system/2007 file=/arch/export/hilexpbacktest.dmp log=/arch/export/hilex
    pback.log full=Y
    Crontab -Sheduling as oracle user
    ==========================
    32 11 * * * /oracle/oracle9i/script/dailybackup
    Error in mail
    =========
    From daemon Tue Apr 10 11:33:00 2007
    Received: (from daemon@localhost)
    by HIL1 (AIX5.3/8.13.4/8.11.0) id l3A6X0Nb729150
    for oracle; Tue, 10 Apr 2007 11:33:00 +0500
    Date: Tue, 10 Apr 2007 11:33:00 +0500
    From: daemon
    Message-Id: <200704100633.l3A6X0Nb729150@HIL1>
    To: oracle
    Subject: Output from cron job /oracle/oracle9i/script/dailybackup, oracle@HIL1,
    exit status 127
    Cron Environment:
    SHELL =
    PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java14/jre/bin:/u
    sr/java14/bin
    CRONDIR=/var/spool/cron/crontabs
    ATDIR=/var/spool/cron/atjobs
    LOGNAME=oracle
    HOME=/oracle/oracle9i
    Your "cron" job executed on HIL1 on Tue Apr 10 11:32:00 IST 2007
    /oracle/oracle9i/script/dailybackup
    produced the following output:
    /oracle/oracle9i/script/dailybackup[2]: exp: not found.
    /oracle/oracle9i/script/dailybackup[5]: exp: not found.
    =========
    Any Enviornment variable missing? Where this variable set?
    please give a solution...
    Please help..
    Shiju...

    I guess the path of exp is unable to find by unix. Also in path variable you did not set the bin folder of oracle.
    Suppose oracle is in file system /app/oracle/ora92
    try to use absolute path like below, or set the PATH variable.
    /app/oracle/ora92/bin/exp system/2007 file=/arch/export/hilexpbacktest.dmp log=/arch/export/hilex
    pback.log full=Y

  • Flashback Reclaimable Does Not Work Properly

    We saw the strange behavior of flashback reclaimable space as it does not work properly if the PERCENT_SPACE_USED of v$flash_recovery_area_usage is near to 100 (99.9x). As we are running Oracle 10gR2 (Cluster & RAC) to manage our production RAC database, it is a two node RAC. on IBM AIX 6.1
    Today at 9:00 AM, we observed that 97% reclaimable space was available. And db_recovery_file_dest_size is 460 GB out of 600 GB (mount point). No other process is being used this mount point for any IO, it is reserved for flashback only. We left 140 GB space free on mount point to over come any dynamic space requirement for flashback.
    At 10:00AM we received out of space message in alert log file and during 9:00 AM to 10:00 AM 10 to 15 archive logs were created and at 9:50AM some archive log were also deleted automatically by oracle server(default behavior). Please see the output below.
    FILE_TYPE PERCENT_SPACE_USED PERCENT_SPACE_RECLAIMABLE NUMBER_OF_FILES
    CONTROLFILE 0 0 0
    ONLINELOG 0 0 0
    ARCHIVELOG 99.9 98 1520
    BACKUPPIECE 0 0 0
    IMAGECOPY 0 0 0
    FLASHBACKLOG 0 0 0
    It is really a strange behavior, please is there any one who face the same issue or what may be the reason for this ?
    regards,
    Edited by: user13656883 on Jul 18, 2011 11:27 PM

    Dear CKPT,
    we daily have 3 times archive log backup and after every backup we do crosscheck. as is mentioned earlier, 99% space was shown as used and but on the other hand 97% space was also shown as reclaimable. so on these bases we are very confused , why oracle behaves like this and throw error in alert log as below
    ORACLE Instance rac1 - Archival Error
    Mon Jul 18 09:59:08 2011
    ORA-16014: log 1 sequence# 39143 not archived, no available destinations
    ORA-00312: online log 1 thread 1: '/u02/oradata/rac/redo01.log'
    Mon Jul 18 09:59:08 2011
    Errors in file /u01/oracle/product/1020/db/admin/rac/bdump/rac1_arc0_3212156.trc:
    ORA-16014: log 1 sequence# 39143 not archived, no available destinations
    ORA-00312: online log 1 thread 1: '/u02/oradata/rac/redo01.log'
    Mon Jul 18 10:04:13 2011
    Errors in file /u01/oracle/product/1020/db/admin/rac/bdump/rac1_arc1_3277694.trc:
    ORA-19815: WARNING: db_recovery_file_dest_size of 493921239040 bytes is 100.00% used, and has 0 remaining bytes available.
    Mon Jul 18 10:04:13 2011
    regards,

  • Periodics Oracle Alerts  not working

    Dear All,
    we are using Oracle11.5.10.2 on AIX 5.3 and Oracle Schedule Alerts are not working ,we need to schedule manually ,what will be the issue.
    we scheduled every day once but it is not running on schedule time.
    Thanks

    Please verify the Periodic Alert Scheduler is running: http://docs.oracle.com/cd/A60725_05/html/comnls/us/alr/chking01.htm
    HTH,
    --Johnnie                                                                                                                                                                                                                                                                                           

  • FORMS60_TIMEOUT is not working

    Hi All
    My paramter FORMS60_TIMEOUT is not working ,its set to 5
    The form processes are not getting terminated even after 5 minutes and its not getting terminated until the form server itself is not bounced.
    My ICX:session Time out value is 30
    FORMS60_CATCHTERM i s1
    <session_timeout oa_var="s_sesstimeout">1800000</session_timeout>
    jtf_inactive_session_timeout is 60
    My application version is 11.5.10.2
    DB is 10.2.0.4
    OS is AIX 5.3
    I am mainly monitoring one form which is 'Service Request' form .
    Its is one that is not at all getting terminated.
    Anyone having any idea regarding this issue
    Thanks in advance

    Hi;
    Please check:
    How To Fix The Forms Timeout Issue In Oracle Applications 11i [ID 269884.1]
    Oracle Forms in Applications FAQ [ID 177610.1]
    How To Manage Timeout at Responsibility Level [ID 412224.1] << it mention in Apache there is a setting, session.timeout, in $IAS_ORACLE_HOME/Apache/Jserv/etc/zone.properties which is the JServ timeout. Typically session.timeout and ICX:Session Timeout are set to the same value.
    also check:
    How to time out an applications' user based on idle time [ID 247403.1]
    Hope it helps
    Regard
    Helios

  • Server not starting on AIX

    Been using WLS for a long time (9.2.x, 10.3 etc. Multiple platforms)
    Servers are created by standard WLST scripts. And we moved from 10.3 to 10.3.3 very recently and everything worked on Windows. On AIX (64 bit java, 64 bit WLS) we are getting a port binding issue. Tried two separate AIX boxes. 7001 on one and 4199 on other. The error message when the server comes up is as follows. I tried giving a Listen Address of 127.0.0.1 and still did not work.
    Any thoughts?
    ####<Aug 18, 2010 10:25:24 PM EDT> <Emergency> <Security> <xxxxx.dev.corp.local> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.De
    fault (self-tuning)'> <<WLS Kernel>> <> <> <1282184724899> <BEA-090087> <Server failed to bind to the configured Admin port. The port may already be used by another process.>
    ####<Aug 18, 2010 10:25:24 PM EDT> <Error> <Server> <xxxxxx.dev.corp.local>
    <AdminServer> <DynamicListenThread[Default]> <<WLS Kernel>> <> <> <128218472490
    0> <BEA-002606> <Unable to create a server socket for listening on channel "Default". The address 10.0.9.142 might be incorrect or another process is using port 4199: java.net.BindException: The socket name is already in use..>
    ####<Aug 18, 2010 10:25:24 PM EDT> <Error> <Server> <xxxxxx.dev.corp.local>
    <AdminServer> <DynamicListenThread[Default[2]]> <<WLS Kernel>> <> <> <128218472
    4900> <BEA-002606> <Unable to create a server socket for listening on channel "Default[2]". The address 0:0:0:0:0:0:0:1 might be incorrect or another process is
    using port 4199: java.net.BindException: The socket name is already in use..>
    ####<Aug 18, 2010 10:25:24 PM EDT> <Critical> <WebLogicServer> <xxxxx.dev.corp.local> <AdminServer> <main> <<WLS Kernel>> <> <>
    <1282184724900> <BEA-000362>
    <Server failed. Reason: Server failed to bind to any usable port. See preceeding log message for details.>

    Yes. Lots of logging. Almost as if some one hardcoded verbose logging in the product. Sample text is cut/paste (only partial)
    =========
    2010-07-23 08:13:49,937 INFO [Main Thread] com.oracle.cie.domain.script.ScriptExecutor - read template from "c:/bea/wls1033/wlserver_10.3/common/templates/domains/wls.jar"
    2010-07-23 08:13:54,967 INFO [Main Thread] com.oracle.cie.domain.template.catalog.impl.ComponentsXMLConverter - C:\bea\wls1033\wlserver_10.3\common\lib\components.xml does not contain component elements and will be skipped
    2010-07-23 08:13:56,732 INFO [Main Thread] com.oracle.cie.domain.WLSTemplateBuilder - No config-groups.xml found in template
    2010-07-23 08:13:56,748 INFO [Main Thread] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2010-07-23 08:13:57,779 INFO [Main Thread] com.oracle.cie.domain.AbstractTemplate - Adding top-level component reference: WebLogic Server version 10.3.3.0
    2010-07-23 08:13:57,779 INFO [Main Thread] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component WebLogic Server version 10.3.3.0 to WebLogic_Server_10.3.3.0_wlserver_10.3_ORACLE_HOME
    2010-07-23 08:13:57,826 INFO [Main Thread] com.oracle.cie.domain.script.ScriptExecutor - succeed: read template from "c:/bea/wls1033/wlserver_10.3/common/templates/domains/wls.jar"
    2010-07-23 08:13:58,185 INFO [Main Thread] com.oracle.cie.domain.script.ScriptExecutor - find Server "AdminServer" as obj0
    2010-07-23 08:13:58,591 INFO [Main Thread] com.oracle.cie.domain.script.ScriptExecutor - succeed: find Server "AdminServer" as obj0
    2010-07-23 08:13:58,748 INFO [Main Thread] com.oracle.cie.domain.script.ScriptExecutor - set obj0 attribute ListenAddress to ""
    2010-07-23 08:13:58,794 INFO [Main Thread] com.oracle.cie.domain.script.ScriptExecutor - succeed: set obj0 attribute ListenAddress to ""
    2010-07-23 08:13:58,794 INFO [Main Thread] com.oracle.cie.domain.script.ScriptExecutor - set obj0 attribute ListenPort to "7001"
    2010-07-23 08:13:58,810 INFO [Main Thread] com.oracle.cie.domain.script.ScriptExecutor - succeed: set obj0 attribute ListenPort to "7001"
    2010-07-23 08:13:58,810 INFO [Main Thread] com.oracle.cie.domain.script.ScriptExecutor - create Server!SSL "AdminServer!AdminServer" as obj1
    2010-07-23 08:13:58,857 INFO [Main Thread] com.oracle.cie.domain.script.ScriptExecutor - succeed: create Server!SSL "AdminServer!AdminServer" as obj1
    2010-07-23 08:13:58,873 INFO [Main Thread] com.oracle.cie.domain.script.ScriptExecutor - set obj1 attribute Enabled to "false"
    2010-07-23 08:13:58,888 INFO [Main Thread] com.oracle.cie.domain.script.ScriptExecutor - succeed: set obj1 attribute Enabled to "false"
    2010-07-23 08:13:58,888 INFO [Main Thread] com.oracle.cie.domain.script.ScriptExecutor - set obj1 attribute ListenPort to "7002"
    2010-07-23 08:13:58,888 INFO [Main Thread] com.oracle.cie.domain.script.ScriptExecutor - succeed: set obj1 attribute ListenPort to "7002"
    2010-07-23 08:13:58,888 INFO [Main Thread] com.oracle.cie.domain.script.ScriptExecutor - find User "weblogic" as obj2
    2010-07-23 08:13:58,935 INFO [Main Thread] com.oracle.cie.domain.script.ScriptExecutor - succeed: find User "weblogic" as obj2
    2010-07-23 08:13:58,951 INFO [Main Thread] com.oracle.cie.domain.script.ScriptExecutor - set obj2 attribute Password to "********"
    2010-07-23 08:13:58,951 INFO [Main Thread] com.oracle.cie.domain.script.ScriptExecutor - succeed: set obj2 attribute Password to "********"
    2010-07-23 08:13:58,951 INFO [Main Thread] com.oracle.cie.domain.script.ScriptExecutor - create JMSServer "WebWORKSJMSServer" as obj3

Maybe you are looking for

  • I ipod classic 80 gb when I am connected pc connected after that is hanged just showing connected its not working any button

    I ipod classic 80 gb when I am connected pc connected after that is hanged just showing connected its not working any button .

  • 3D point plots in HiQ

    Hi all, I want to plot in a 3D cartesian graph a list of (x,y,z) points, in order to visualize clusters of data. Apparently, 3D graph in HiQ can plot just z data orginized in array, meaning that you have to assign z values for all the combinantions o

  • Checkpoint parameter -- issue

    Hi, Can you please explain me about checkpoint, I have the following parameters: log_checkpoint_timeout 36000 log_checkpoint_interval 100000 redolog size is 50mb, now I can understand the log_checkpoint_timeout 7200 which is 10 hours , so a checkpoin

  • How to use CALC ALL EXCEPT...

    I have some statistics that I don't want aggregated by product. The DBAG says you can do a CALC ALL EXCEPT command but the syntax is not explained very well. I need something like:CALC ALL EXCEPT the member statistics for the dimension All_ProductsI

  • Removing songs in manual mode

    About a year ago my computer crashed and I managed to switch ipod to manual mode until I could repopulate my itunes library. Now I've decided to put my Ipod back into manual mode and delete all my music off my PC to save space on my hard drive. I see