Activity creation failed in DTR

In our project we are working on NW04 SP14 and we have JDI installation on the same WAS server. We are experiencing problem while creating the activity in DTR. We get the following error message in the DTR console when we try to create an activity:
"FAILED: Creating activity failed: act_w_XSSMOD14_sap_c2e_com_SAP_ESS_dev_inactive_u_gulatip_t_2007...-Internal server error."
Please assist us in resolving this issue.
Regards
Pavan

Hi,
Did you already have a look at SAP note 774339?
Please share some log traces.
Regards,
Bhuwan

Similar Messages

  • Portmap translation creation failed for udp src inside dst inside

    Hi!
    I have a problem with allowing traffic to UC500 subnets on ASA 5505 inside interface.
    My asa is a main router with addres 192.168.1.1
    UC500 voip box is connected to ASA's inside interface through UC500 WAN port with UC500 with 192.168.1.2 address.
    Firewall and NAT on UC500 is disable
    UC500 sip traffic works fine. voipbox creates its subnets for data and voip - 192.168.10.0 and 10.1.1.0. another important address is 10.1.10.1 which is UC500 CUE.
    My problem is that from within ASA local network (192.168.1.0) i cannot reach UC500 subnets, neither can I reach ASA's local network from the UC subnets.
    the log says
    3
    Sep 07 2013
    00:21:49
    DC
    53
    PBXCUE
    32901
    portmap translation creation failed for udp src inside:DC/53 dst inside:PBXCUE/32901
    I tried exempting uc500 subnets on ASA but that didn;t work.
    Funny thing is that I CAN reach the UC500 subnets when connecting with VPN to ASA...
    Please help! I am not familiar with CLI.
    I configured static route to 10.1.10.0 and since then I was able to ping 10.1.10.1 thorugh ASA;s VPN.
    I would be grateful for ideas.
    Lukasz
    global (inside) 1 interface
    global (outside) 101 interface
    nat (inside) 0 access-list inside_nat0_outbound
    nat (inside) 101 0.0.0.0 0.0.0.0
    static (inside,outside) tcp interface https IIS https netmask 255.255.255.255  dns tcp 200 200 udp 200
    static (inside,outside) tcp interface www IIS www netmask 255.255.255.255  dns tcp 200 200 udp 200
    static (inside,outside) tcp interface smtp IIS smtp netmask 255.255.255.255  dns
    static (inside,outside) tcp interface pop3 IIS pop3 netmask 255.255.255.255  dns
    static (inside,outside) udp interface domain RenBetPBX domain netmask 255.255.255.255  dns
    static (inside,outside) udp interface 5061 RenBetPBX 5061 netmask 255.255.255.255  dns
    static (inside,outside) udp interface sip RenBetPBX sip netmask 255.255.255.255  dns
    static (inside,outside) tcp interface 13000 SQL 13000 netmask 255.255.255.255  dns
    access-group inside_access_in in interface inside
    access-group outside_access_in in interface outside
    route outside 0.0.0.0 0.0.0.0 x.x.x.x
    route inside PBXCUE-network 255.255.255.0 RenBetPBX 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    dynamic-access-policy-record DfltAccessPolicy

    Hello Julio!
    Thank you for your advice.
    I have managed to solve my main problem by reconfiguring my switches vlans - enabling trunk port configs for required ports and allowing them access to both vlans.
    Now I can see everything from all of my inside networks.
    I continue my ASA adventures - I have managed to configure L2TP client access for my windows users, RADIUS authentication for domain users and yesterday night I have managed to configure site to site VPN with my RV120W router.
    I am only an enthusiast but my recent successes have given me apetite for more...
    I keep reading forums and trying to solve most of my problems myself but I have faced another one now and thought that maybe you could give me another tip on where to look for the issue:
    I still have one problem with my L2TP VPN config - I have configured split tunnel on the group policy to tunnel only 192.168.1.0 network requests.
    access-list DefaultRAGroup_splitTunnelAcl standard permit 192.168.1.0 255.255.255.0
    My network at home is 192.168.2.0 but it still tunnels everything (when I check my ip after connecting to VPN my home laptop still identifies with ASA gateway(!) address .
    access-list outside_access_in extended permit icmp any interface outside object-group DM_INLINE_ICMP_1
    access-list outside_access_in extended permit tcp any interface outside object-group DM_INLINE_TCP_1
    access-list outside_access_in extended permit tcp any interface outside eq smtp
    access-list outside_access_in extended permit tcp any interface outside eq 8080
    access-list outside_access_in extended permit tcp any interface outside eq 23456
    access-list outside_access_in extended permit object-group DM_INLINE_SERVICE_1 object-group DM_INLINE_NETWORK_1 any
    access-list outside_access_in extended permit tcp any interface outside eq 13000
    access-list outside_access_in extended permit tcp any interface outside range 8001 8016
    access-list outside_access_in extended permit tcp x.x.x.x 255.255.255.0 interface outside eq ssh
    access-list inside_nat0_outbound extended permit ip any 192.168.1.240 255.255.255.240
    access-list inside_nat0_outbound extended permit ip any PBXVOIP-network 255.255.255.0
    access-list inside_nat0_outbound extended permit ip any PBXCUE-network 255.255.255.0
    access-list inside_nat0_outbound extended permit ip 192.168.1.0 255.255.255.0 igolomska-network 255.255.255.0
    access-list inside_access_in extended permit udp object-group DM_INLINE_NETWORK_2 any object-group DM_INLINE_UDP_1
    access-list inside_access_in extended permit ip host IIS any
    access-list inside_access_in extended permit ip any any
    access-list inside_access_in extended permit ip host RBSTORE_NAS any
    access-list inside_access_in extended deny udp any any object-group DM_INLINE_UDP_2
    access-list inside_access_in extended permit tcp any any eq 5432
    access-list inside_access_in extended permit tcp any host PBXCUE eq www
    access-list inside_access_in extended permit tcp host PBXCUE any eq www
    access-list inside_access_in extended permit tcp host RBCAMSTORE_NAS host EXCH-MBX eq smtp
    access-list inside_access_in extended permit tcp host RBSTORE_NAS host EXCH-MBX eq smtp
    access-list inside_access_in extended permit tcp host RENBETUPS host EXCH-MBX eq smtp
    access-list inside_access_in extended permit tcp host RenBetPBX host EXCH-MBX eq smtp
    access-list DefaultRAGroup_splitTunnelAcl standard permit 192.168.1.0 255.255.255.0
    access-list outside_1_cryptomap extended permit ip 192.168.1.0 255.255.255.0 igolomska-network 255.255.255.0
    route print shows:
    and 192.168.1.240 is my VPN IP - its metric has higher priority than the local gateway.
    How do I change it?
    Active Routes:
    Network Destination        Netmask          Gateway       Interface  Metric
              0.0.0.0          0.0.0.0      192.168.2.1    192.168.2.126   4250
              0.0.0.0          0.0.0.0         On-link     192.168.1.240     21
          80.51.24.22  255.255.255.255      192.168.2.1    192.168.2.126   4251
            127.0.0.0        255.0.0.0         On-link         127.0.0.1   4531
            127.0.0.1  255.255.255.255         On-link         127.0.0.1   4531
      127.255.255.255  255.255.255.255         On-link         127.0.0.1   4531
          169.254.0.0      255.255.0.0         On-link     192.168.2.126   4506
      169.254.104.126  255.255.255.255         On-link     192.168.2.126   4506
      169.254.255.255  255.255.255.255         On-link     192.168.2.126   4506
        192.168.1.240  255.255.255.255         On-link     192.168.1.240    276
          192.168.2.0    255.255.255.0         On-link     192.168.2.126   4506
        192.168.2.126  255.255.255.255         On-link     192.168.2.126   4506
        192.168.2.255  255.255.255.255         On-link     192.168.2.126   4506
            224.0.0.0        240.0.0.0         On-link         127.0.0.1   4531
            224.0.0.0        240.0.0.0         On-link     192.168.2.126   4506
            224.0.0.0        240.0.0.0         On-link     192.168.1.240     21
      255.255.255.255  255.255.255.255         On-link         127.0.0.1   4531
      255.255.255.255  255.255.255.255         On-link     192.168.2.126   4506
      255.255.255.255  255.255.255.255         On-link     192.168.1.240    276
    ===========================================================================
    I am starting to feel like I am using a bit too much of your friendliness ...
    Best Regards and have a great day!
    Lukasz

  • Ora-3136 then ksvcreate: Process(m000) creation failed and db hangs

    Recently upgraded a large database from 10.2.0.4.0 to 10.2.0.5.0.
    The database recevies many thousand short-lived connections per minute.
    Since the upgrade we're repeatedly running into this problem
    Symptoms are that the incoming sessions will start to time out with ora-3136, then the alert log will show
    ksvcreate: Process(m000) creation failed
    then finally existying connections will freeze and no more connections can be established. I can't even get in to shut the db down normally - i have to kill pmon to get to the point where i can restart it.
    Typical alert log pattern:
    Thu Feb 02 02:26:51 PST 2012
    WARNING: inbound connection timed out (ORA-3136)
    Thu Feb 02 02:31:21 PST 2012
    ksvcreate: Process(m000) creation failed
    Thu Feb 02 02:33:29 PST 2012
    ksvcreate: Process(m000) creation failed
    Thu Feb 02 02:35:36 PST 2012
    kkjcre1p: unable to spawn jobq slave process
    Thu Feb 02 02:35:36 PST 2012
    Errors in file /scratch/jdevadf/oracle/product/10.2.0/admin/srg102/bdump/srg102_cjq0_5920.trc:
    If i look in that file, i get this:
    /scratch/jdevadf/oracle/product/10.2.0/admin/srg102/bdump/srg102_cjq0_5920.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORACLE_HOME = /scratch/jdevadf/oracle/product/10.2.0
    System name: Linux
    Node name: dadvil0075
    Release: 2.6.32-100.26.2.el5
    Version: #1 SMP Tue Jan 18 20:11:49 EST 2011
    Machine: x86_64
    Instance name: srg102
    Redo thread mounted by this instance: 1
    Oracle process number: 10
    Unix process pid: 5920, image: oracle@dadvil0075 (CJQ0)
    *** 2012-02-01 21:34:08.175
    *** SERVICE NAME:(SYS$BACKGROUND) 2012-02-01 21:34:08.149
    *** SESSION ID:(3992.1) 2012-02-01 21:34:08.149
    ssd_unwind_bp: unhandled instruction at 0x2fb3962 instr=f
    *** 2012-02-02 02:34:29.355
    Waited for process J001 to initialize for 60 seconds
    *** 2012-02-02 02:34:29.362
    Process diagnostic dump for J001, OS id=25477
    loadavg : 5.22 3.75 3.36
    Memory (Avail / Total) = 755.21M / 11706.12M
    Swap (Avail / Total) = 1904.80M / 2047.34M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    0 S jdevadf 25477 1 0 80 0 - 680831 semtim 02:33 ? 00:00:00 ora_j001_srg102
    Stack:
    [Thread debugging using libthread_db enabled]
    0x00000038556d5497 in semop () from /lib64/libc.so.6
    #0 0x00000038556d5497 in semop () from /lib64/libc.so.6
    #1 0x0000000003d91322 in sskgpwwait ()
    #2 0x0000000003d73d7a in skgpwwait ()
    #3 0x00000000007acf87 in kslges ()
    #4 0x00000000007ac8f0 in kslgetl ()
    #5 0x0000000000777a37 in kstipg ()
    #6 0x0000000000813aaa in ksucrp ()
    #7 0x0000000002498644 in kkjrdp ()
    #8 0x00000000030b98c7 in opirip ()
    #9 0x00000000013a4a2b in opidrv ()
    #10 0x0000000001f9e66e in sou2o ()
    #11 0x000000000072d2c5 in opimai_real ()
    #12 0x000000000072d17c in main ()
    A debugging session is active.
    Inferior 1 [process 25477] will be detached.
    Quit anyway? (y or n) [answered Y; input not from terminal]
    Process diagnostic dump actual duration=1.190000 sec
    (max dump time=30.000000 sec)
    *** 2012-02-02 02:34:30.544
    *** 2012-02-02 02:34:40.555
    Waited for process J001 to initialize for 70 seconds
    *** 2012-02-02 02:34:40.555
    Process diagnostic dump for J001, OS id=25477
    loadavg : 4.80 3.71 3.35
    Memory (Avail / Total) = 728.61M / 11706.12M
    Swap (Avail / Total) = 1904.81M / 2047.34M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    0 S jdevadf 25477 1 0 80 0 - 680831 semtim 02:33 ? 00:00:00 ora_j001_srg102
    Stack:
    [Thread debugging using libthread_db enabled]
    0x00000038556d5497 in semop () from /lib64/libc.so.6
    #0 0x00000038556d5497 in semop () from /lib64/libc.so.6
    #1 0x0000000003d91322 in sskgpwwait ()
    #2 0x0000000003d73d7a in skgpwwait ()
    #3 0x00000000007acf87 in kslges ()
    #4 0x00000000007ac8f0 in kslgetl ()
    #5 0x0000000000777a37 in kstipg ()
    #6 0x0000000000813aaa in ksucrp ()
    #7 0x0000000002498644 in kkjrdp ()
    #8 0x00000000030b98c7 in opirip ()
    #9 0x00000000013a4a2b in opidrv ()
    #10 0x0000000001f9e66e in sou2o ()
    #11 0x000000000072d2c5 in opimai_real ()
    #12 0x000000000072d17c in main ()
    A debugging session is active.
    Inferior 1 [process 25477] will be detached.
    Quit anyway? (y or n) [answered Y; input not from terminal]
    [repeated for several processes]
    I can upload the files or they are available on the internal network.
    Initially i thought it was bug 8426816, but that's supposed to be included in the 10.2.0.5.0 patchset.

    Hi;
    Symptoms are that the incoming sessions will start to time out with ora-3136, then the alert log will show
    ksvcreate: Process(m000) creation failedDid you check note Troubleshooting Guide (TSG) - ksvcreate: Process(xxxx) creation failed [ID 1379200.1] ?
    Regard
    Helios

  • Activity report failed(Communication error)- while check-in Activity

    Hello SDN,
    I am getting following error while Checking in activity from open activities .currently we are using NWDS7.3
    CHECKIN      Finished24s.9Files scuceeded.
    ACTIVATE     Activation Performed.Build request ID : 166
              Internal Problem(Activity report failed(Communication error
    [cause: Unalble to open connection to host<host>:<port>][reason:Address already in use : connect]]))
    Check-in completed successfully but Activation is not completed and giving connectivity error described above. Again
    I activated activity from Activation view. Still I am getting following error description.Plesae provide me solution
    to resolve this issue.
    GET_STATUS      could not retrieve activation status of request '166' (Unable to connect to
    host:port-Address already in use:connect(Service call exception; nested exception java.io.
    IOException: Unable to connect to host:port-Address already in use:connect))
    regards,
    Sree.

    Just check the full hostname of your DTR server, should be like
    hostname.company.com
    and check if somewhere only
    hostname
    is being used.and both are getting successfully pinged. DO not try the NWDS ping. Use command prompt and
    ping hostname
    and
    ping hostname.company.com
    Also this happens due to some clash with some other developer. Please check after some time, may be after a desktop restart. things should start working.
    Edited by: Varun Biswas on Nov 29, 2011 11:53 PM
    Edited by: Varun Biswas on Nov 29, 2011 11:53 PM

  • Ksvcreate: Process(q000) creation failed

    My 10.2.0.3 database is hosted on AIX 5.3 server LPAR.
    suddenly after refreshing the instance with production data i have started receiving the following errors and wornings. some time the database response is real slow.
    some sqls are also getting timed out.
    Please let me know if you have any previous experience with this type of problem.
    Completed checkpoint up to RBA [0x149.2.10], SCN: 9288805
    Mon Jun 16 14:46:14 2008
    WARNING: inbound connection timed out (ORA-3136)
    Mon Jun 16 17:27:58 2008
    ksvcreate: Process(q000) creation failed
    Mon Jun 16 17:29:38 2008
    Starting ORACLE instance (normal)
    Mon Jun 16 17:30:25 2008
    ksvcreate: Process(q000) creation failed
    Mon Jun 16 17:32:54 2008
    ksvcreate: Process(q000) creation failed
    Mon Jun 16 17:34:35 2008
    Starting ORACLE instance (normal)
    Mon Jun 16 17:35:19 2008
    ksvcreate: Process(q000) creation failed
    Mon Jun 16 17:37:46 2008
    ksvcreate: Process(q000) creation failed
    Mon Jun 16 17:40:13 2008
    ksvcreate: Process(q000) creation failed
    Mon Jun 16 17:42:11 2008
    WARNING: inbound connection timed out (ORA-3136)
    Mon Jun 16 17:42:12 2008

    processes     = 400
    number of active sessions were below 50 when i got the error.
    Here are my Init.ora parameters:
    db_name                         = DCFICN89
    control_files                    = ("/defddcg3/oracle/u01/oradata/DCFICN89/control01.ctl", "/defddcg3/oracle/u01/oradata/DCFICN89/control02.ctl", "/defddcg3/oracle/u01/oradata/DCFICN89/control03.ctl")
    db_files                    = 1024
    db_file_multiblock_read_count          = 8
    db_block_size                    = 8192
    sga_target                    = 2048M
    sga_max_size                    = 2048M
    control_file_record_keep_time          = 10
    cursor_space_for_time               = true
    log_checkpoints_to_alert          = true
    log_checkpoint_interval               = 102400
    log_checkpoint_timeout               = 0
    processes                    = 500
    parallel_max_servers               = 40
    log_buffer                    = 786432
    max_dump_file_size               = unlimited
    db_writer_processes               = 3
    job_queue_processes               = 1
    open_cursors                    = 500
    log_archive_dest               = "/defddcg3/oracle/backup/DCFICN89/archive/"
    log_archive_format               = "DCFICN89_%S_%t_%r.log"
    compatible                    = 10.2.0.3
    audit_file_dest                    = /defddcg3/apps/oracle/admin/DCFICN89/adump
    background_dump_dest               = /defddcg3/apps/oracle/admin/DCFICN89/bdump
    core_dump_dest                    = /defddcg3/apps/oracle/admin/DCFICN89/cdump
    user_dump_dest                    = /defddcg3/apps/oracle/admin/DCFICN89/udump
    undo_management                    = AUTO
    undo_tablespace                    = UNDO01
    undo_retention                    = 1800
    remote_login_passwordfile          = exclusive
    backup_tape_io_slaves               = false
    timed_statistics               = true
    # This can be "basic", "typical", or "all"
    statistics_level               = all
    #oracle_trace_enable               = true
    audit_trail                    = false
    session_cached_cursors               = 100
    #utl_file_dir                    = /oracle/backup/logminer
    noor_expansion               = true
    costequality_semi_join          = false
    #hash_join_enabled               = false
    timed_statistics               = true

  • Service activity creation in SAP from MSP (Microsoft Project)

    Dear All,
    As we are planning to integrate  SAP & MSP, I have one query regarding service activity creation in SAP from MSP.
    In case of service activity in SAP we have to assign respective services also otherwise it does not get saved.So when we transfer service activity from MSP (after maintaining the respective control key in MSP ) how we will manage with all services because we can not define these service in MSP.
    Apart from that we have some procurement parameters also like material group, purchasing org, price, outline agreement....we have nothing in MSP for these...so how we will  manage with this.....
    Please just share your valuable input to deal with this....Thanks..
    Regards
    Ashok Sangal

    Hi Harsh
    Thanks for your quick reply......
    I agree with you that by flexible field mapping we can do but my concern is that service activity should have services also defined in MSP  because when this will come to SAP , it will ask for services & if services are not available then this will fail.
    Please suggest your opinion ..
    Regards,
    Ashok Sangal

  • Process creation failed.

    Hi,
    We are using Sun ONE 7 mu2 to deploy our EAR. While deploying it gives following exception.
    [04/Dec/2003:20:44:56] FINE ( 1944): JDK Directory: C:\Sun\AppServer7\jdk
    [04/Dec/2003:20:44:56] FINE ( 1944): DPL5302:Process creation failed.
    java.io.IOException: CreateProcess: C:\Sun\AppServer7\jdk\bin\java.exe -classpath C:/Sun/AppServer7/lib/appserv-rt.jar;C:/Sun/AppServer7/jdk/lib/tools.jar;C:/Sun/AppServer7/lib/appserv-ext.jar;C:/Sun/AppServer7/lib/appserv-cmp.jar;C:\Sun\AppServer7\share\lib/mail.jar;C:\Sun\AppServer7\imq\lib/imq.jar;C:\Sun\AppServer7\imq\lib/jaxm-api.jar;C:\Sun\AppServer7\imq\lib/imqadmin.jar;C:\Sun\AppServer7\imq\lib/imqutil.jar;C:/Sun/AppServer7/lib/appserv-admin.jar;C:\Sun\AppServer7\share\lib/jaxrpc-impl.jar;C:\Sun\AppServer7\share\lib/jaxrpc-api.jar;C:\Sun\AppServer7\share\lib/jaxr-impl.jar;C:\Sun\AppServer7\share\lib/jaxr-api.jar;C:\Sun\AppServer7\share\lib/activation.jar;C:\Sun\AppServer7\share\lib/saaj-api.jar;C:\Sun\AppServer7\share\lib/saaj-impl.jar;C:\Sun\AppServer7\share\lib/commons-logging.jar;C:\Sun\AppServer7\imq\lib/fscontext.jar;C:\Sun\AppServer7\imq\lib/providerutil.jar;C:/Sun/AppServer7/lib/appserv-jstl.jar;;C:\Sun\dataPackage.jar;C:\Sun\meterCentral.jar;C:\Sun\AppServer7\domains\domain1\MeterCentralServer\applications\j2ee-ap?
         at java.lang.Win32Process.create(Native Method)
         at java.lang.Win32Process.<init>(Win32Process.java:67)
         at java.lang.Runtime.execInternal(Native Method)
         at java.lang.Runtime.exec(Runtime.java:566)
         at java.lang.Runtime.exec(Runtime.java:491)
         at java.lang.Runtime.exec(Runtime.java:457)
         at com.iplanet.ias.ejb.codegen.ProcessRunner.run(ProcessExecutor.java:257)
         at java.lang.Thread.run(Thread.java:536)
    [04/Dec/2003:20:45:01] FINE ( 1944): service-j2ee: name = "org.omg.CORBA.portable.IDLEntityHelper", codebase = ""
    [04/Dec/2003:20:45:01] FINER ( 1944): service-j2ee: (thread context class loader: EJB CL:
    [com.iplanet.ias.loader.EJBClassLoader$URLEntry@1e081c5, com.iplanet.ias.loader.EJBClassLoader$URLEntry@67ad79, com.iplanet.ias.loader.EJBClassLoader$URLEntry@ae00e3, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1bc6ed3, com.iplanet.ias.loader.EJBClassLoader$URLEntry@fe8c4, com.iplanet.ias.loader.EJBClassLoader$URLEntry@7ab89d, com.iplanet.ias.loader.EJBClassLoader$URLEntry@ee5a06, com.iplanet.ias.loader.EJBClassLoader$URLEntry@585f2a, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1cfe174, com.iplanet.ias.loader.EJBClassLoader$URLEntry@da89a7, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1833c9c, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1004b78, com.iplanet.ias.loader.EJBClassLoader$URLEntry@5ad7b2, com.iplanet.ias.loader.EJBClassLoader$URLEntry@71a97, com.iplanet.ias.loader.EJBClassLoader$URLEntry@62b39f, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1fe910c, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1e4d6ef, com.iplanet.ias.loader.EJBClassLoader$URLEntry@db03a1, com.iplanet.ias.loader.EJBClassLoader$URLEntry@cb5608, com.iplanet.ias.loader.EJBClassLoader$URLEntry@17d57d6, com.iplanet.ias.loader.EJBClassLoader$URLEntry@11dfe3, com.iplanet.ias.loader.EJBClassLoader$URLEntry@181d405, com.iplanet.ias.loader.EJBClassLoader$URLEntry@86b4d5, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1ca3f82, com.iplanet.ias.loader.EJBClassLoader$URLEntry@10f94a0, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1e6ac83, com.iplanet.ias.loader.EJBClassLoader$URLEntry@147e0ec, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1ffb2eb, com.iplanet.ias.loader.EJBClassLoader$URLEntry@3b8219, com.iplanet.ias.loader.EJBClassLoader$URLEntry@da67a4, com.iplanet.ias.loader.EJBClassLoader$URLEntry@ca4aae, com.iplanet.ias.loader.EJBClassLoader$URLEntry@eced18, com.iplanet.ias.loader.EJBClassLoader$URLEntry@c1c428, com.iplanet.ias.loader.EJBClassLoader$URLEntry@13526b0, com.iplanet.ias.loader.EJBClassLoader$URLEntry@7efdd8, com.iplanet.ias.loader.EJBClassLoader$URLEntry@14b84ad, com.iplanet.ias.loader.EJBClassLoader$URLEntry@f38f09, com.iplanet.ias.loader.EJBClassLoader$URLEntry@33a6b8, com.iplanet.ias.loader.EJBClassLoader$URLEntry@10697e2, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1dd8136, com.iplanet.ias.loader.EJBClassLoader$URLEntry@14e3372, com.iplanet.ias.loader.EJBClassLoader$URLEntry@113b44d, com.iplanet.ias.loader.EJBClassLoader$URLEntry@a23d38, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1615a1f, com.iplanet.ias.loader.EJBClassLoader$URLEntry@63ae08, com.iplanet.ias.loader.EJBClassLoader$URLEntry@36bb87, com.iplanet.ias.loader.EJBClassLoader$URLEntry@151b1b7, com.iplanet.ias.loader.EJBClassLoader$URLEntry@6a9e79, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1ca4955, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1949a87, com.iplanet.ias.loader.EJBClassLoader$URLEntry@12d34a6, com.iplanet.ias.loader.EJBClassLoader$URLEntry@dbb335, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1d281f1, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1511e28, com.iplanet.ias.loader.EJBClassLoader$URLEntry@92d6d2, com.iplanet.ias.loader.EJBClassLoader$URLEntry@557d7e, com.iplanet.ias.loader.EJBClassLoader$URLEntry@a1e7ad, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1711970, com.iplanet.ias.loader.EJBClassLoader$URLEntry@3d1102, com.iplanet.ias.loader.EJBClassLoader$URLEntry@127a6bc, com.iplanet.ias.loader.EJBClassLoader$URLEntry@33aa44, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1ef577d, com.ipl
    [04/Dec/2003:20:45:01] FINER ( 1944): anet.ias.loader.EJBClassLoader$URLEntry@58d6b0, com.iplanet.ias.loader.EJBClassLoader$URLEntry@76ec2d, com.iplanet.ias.loader.EJBClassLoader$URLEntry@18ba593, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1235feb, com.iplanet.ias.loader.EJBClassLoader$URLEntry@16e588e, com.iplanet.ias.loader.EJBClassLoader$URLEntry@177e5d4, com.iplanet.ias.loader.EJBClassLoader$URLEntry@91fa78, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1d2f117, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1d22104, com.iplanet.ias.loader.EJBClassLoader$URLEntry@75a30f, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1243f75, com.iplanet.ias.loader.EJBClassLoader$URLEntry@c2480b, com.iplanet.ias.loader.EJBClassLoader$URLEntry@107f8ba, com.iplanet.ias.loader.EJBClassLoader$URLEntry@5a7ff7, com.iplanet.ias.loader.EJBClassLoader$URLEntry@18767ad, com.iplanet.ias.loader.EJBClassLoader$URLEntry@a7bdcd, com.iplanet.ias.loader.EJBClassLoader$URLEntry@9de959, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1430296, com.iplanet.ias.loader.EJBClassLoader$URLEntry@5eef88, com.iplanet.ias.loader.EJBClassLoader$URLEntry@bfccfc, com.iplanet.ias.loader.EJBClassLoader$URLEntry@2ad6a0, com.iplanet.ias.loader.EJBClassLoader$URLEntry@70c242, com.iplanet.ias.loader.EJBClassLoader$URLEntry@e1b3b3, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1dcc3ca, com.iplanet.ias.loader.EJBClassLoader$URLEntry@ba0dfc, com.iplanet.ias.loader.EJBClassLoader$URLEntry@ec44cb, com.iplanet.ias.loader.EJBClassLoader$URLEntry@198a037, com.iplanet.ias.loader.EJBClassLoader$URLEntry@13e8c1c, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1609872, com.iplanet.ias.loader.EJBClassLoader$URLEntry@b8705b, com.iplanet.ias.loader.EJBClassLoader$URLEntry@d88aa2, com.iplanet.ias.loader.EJBClassLoader$URLEntry@75cea3, com.iplanet.ias.loader.EJBClassLoader$URLEntry@513098, com.iplanet.ias.loader.EJBClassLoader$URLEntry@4d4d5e, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1128ee5, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1636731, com.iplanet.ias.loader.EJBClassLoader$URLEntry@10bfe2c, com.iplanet.ias.loader.EJBClassLoader$URLEntry@5c2445, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1516490, com.iplanet.ias.loader.EJBClassLoader$URLEntry@a14e84, com.iplanet.ias.loader.EJBClassLoader$URLEntry@29d50d, com.iplanet.ias.loader.EJBClassLoader$URLEntry@626028, com.iplanet.ias.loader.EJBClassLoader$URLEntry@970110, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1c6f1f4, com.iplanet.ias.loader.EJBClassLoader$URLEntry@36d036, com.iplanet.ias.loader.EJBClassLoader$URLEntry@9fa2fb, com.iplanet.ias.loader.EJBClassLoader$URLEntry@8523a0, com.iplanet.ias.loader.EJBClassLoader$URLEntry@e5f01b, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1f68d7c, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1c2f501, com.iplanet.ias.loader.EJBClassLoader$URLEntry@635421, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1286180, com.iplanet.ias.loader.EJBClassLoader$URLEntry@192974, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1f0a2a0, com.iplanet.ias.loader.EJBClassLoader$URLEntry@144c5bb, com.iplanet.ias.loader.EJBClassLoader$URLEntry@11890d, com.iplanet.ias.loader.EJBClassLoader$URLEntry@13cca0e, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1f5910e, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1066caf, com.iplanet.ias.loader.EJBClassLoader$URLEntry@c98b07, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1c68b6f, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1ec3adc, com.iplanet.ias.loader.EJBClassLoader$URLEntry@c7f06, com.iplanet.ia
    [04/Dec/2003:20:45:01] FINER ( 1944): s.loader.EJBClassLoader$URLEntry@677ea2, com.iplanet.ias.loader.EJBClassLoader$URLEntry@aaf64e, com.iplanet.ias.loader.EJBClassLoader$URLEntry@10a234, com.iplanet.ias.loader.EJBClassLoader$URLEntry@93b59, com.iplanet.ias.loader.EJBClassLoader$URLEntry@176ccc, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1e7f971, com.iplanet.ias.loader.EJBClassLoader$URLEntry@a96fd2, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1ec59df, com.iplanet.ias.loader.EJBClassLoader$URLEntry@6d98, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1b2cb9, com.iplanet.ias.loader.EJBClassLoader$URLEntry@154ec5, com.iplanet.ias.loader.EJBClassLoader$URLEntry@e67c12, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1db8962, com.iplanet.ias.loader.EJBClassLoader$URLEntry@18a0a8, com.iplanet.ias.loader.EJBClassLoader$URLEntry@db81f3, com.iplanet.ias.loader.EJBClassLoader$URLEntry@130b682, com.iplanet.ias.loader.EJBClassLoader$URLEntry@11e1aa5, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1677979, com.iplanet.ias.loader.EJBClassLoader$URLEntry@581ea2, com.iplanet.ias.loader.EJBClassLoader$URLEntry@14340bb, com.iplanet.ias.loader.EJBClassLoader$URLEntry@4ef122, com.iplanet.ias.loader.EJBClassLoader$URLEntry@b8f891, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1c7378f, com.iplanet.ias.loader.EJBClassLoader$URLEntry@10b841, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1b0d235, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1b8cdd5, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1d1964d, com.iplanet.ias.loader.EJBClassLoader$URLEntry@e2cf81, com.iplanet.ias.loader.EJBClassLoader$URLEntry@a53e68, com.iplanet.ias.loader.EJBClassLoader$URLEntry@a42c89, com.iplanet.ias.loader.EJBClassLoader$URLEntry@67e92a, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1fccfe3, com.iplanet.ias.loader.EJBClassLoader$URLEntry@b481ba, com.iplanet.ias.loader.EJBClassLoader$URLEntry@b0f24a, com.iplanet.ias.loader.EJBClassLoader$URLEntry@f2ff9b, com.iplanet.ias.loader.EJBClassLoader$URLEntry@16b5518, com.iplanet.ias.loader.EJBClassLoader$URLEntry@19fdafc, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1e1df6e, com.iplanet.ias.loader.EJBClassLoader$URLEntry@13b9fb, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1171e30, com.iplanet.ias.loader.EJBClassLoader$URLEntry@bf1a4a, com.iplanet.ias.loader.EJBClassLoader$URLEntry@571cc4, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1219665, com.iplanet.ias.loader.EJBClassLoader$URLEntry@18cecd, com.iplanet.ias.loader.EJBClassLoader$URLEntry@b11287, com.iplanet.ias.loader.EJBClassLoader$URLEntry@1377711, com.iplanet.ias.loader.EJBClassLoader$URLEntry@6a00ca, com.iplanet.ias.loader.EJBClassLoader$URLEntry@159f3f0, com.iplanet.ias.loader.EJBClassLoader$URLEntry@9e4dc0, com.iplanet.ias.loader.EJBClassLoader$URLEntry@102abdb, com.iplanet.ias.loader.EJBClassLoader$URLEntry@60e277, com.iplanet.ias.loader.EJBClassLoader$URLEntry@b40443, com.iplanet.ias.loader.EJBClassLoader$URLEntry@83ce25, com.iplanet.ias.loader.EJBClassLoader$URLEntry@152e9a8]
    [04/Dec/2003:20:45:01] FINE ( 1944): service-j2ee: class "org.omg.CORBA.portable.IDLEntityHelper" not found via codebase
    java.lang.ClassNotFoundException: org.omg.CORBA.portable.IDLEntityHelper
         at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:217)
         at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:427)
         at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:161)
         at java.rmi.server.RMIClassLoader$2.loadClass(RMIClassLoader.java:631)
         at java.rmi.server.RMIClassLoader.loadClass(RMIClassLoader.java:207)
         at java.rmi.server.RMIClassLoader.loadClass(RMIClassLoader.java:135)
         at com.sun.corba.se.internal.util.JDKBridge.loadClassM(JDKBridge.java:184)
         at com.sun.corba.se.internal.util.JDKBridge.loadClass(JDKBridge.java:80)
         at com.sun.corba.ee.internal.javax.rmi.CORBA.Util.loadClass(Util.java:321)
         at javax.rmi.CORBA.Util.loadClass(Util.java:233)
         at com.sun.corba.se.internal.util.Utility.loadClassForClass(Utility.java:386)
         at com.sun.corba.se.internal.util.RepositoryId.getIdFromHelper(RepositoryId.java:774)
         at com.sun.corba.se.internal.util.RepositoryId.createForAnyType(RepositoryId.java:810)
         at sun.rmi.rmic.iiop.Type.setRepositoryID(Type.java:982)
         at sun.rmi.rmic.iiop.CompoundType.initialize(CompoundType.java:772)
         at sun.rmi.rmic.iiop.SpecialInterfaceType.initialize(SpecialInterfaceType.java:214)
         at sun.rmi.rmic.iiop.SpecialInterfaceType.forSpecial(SpecialInterfaceType.java:84)
         at sun.rmi.rmic.iiop.CompoundType.addNonRemoteInterfaces(CompoundType.java:1467)
         at sun.rmi.rmic.iiop.ValueType.initialize(ValueType.java:231)
         at sun.rmi.rmic.iiop.ValueType.forValue(ValueType.java:106)
         at sun.rmi.rmic.iiop.CompoundType.makeType(CompoundType.java:919)
         at sun.rmi.rmic.iiop.CompoundType$Method.<init>(CompoundType.java:2311)
         at sun.rmi.rmic.iiop.CompoundType.addAllMethods(CompoundType.java:1318)
         at sun.rmi.rmic.iiop.ValueType.initialize(ValueType.java:235)
         at sun.rmi.rmic.iiop.ValueType.forValue(ValueType.java:106)
         at sun.rmi.rmic.iiop.CompoundType.getMethodExceptions(CompoundType.java:1645)
         at sun.rmi.rmic.iiop.CompoundType$Method.<init>(CompoundType.java:2341)
         at sun.rmi.rmic.iiop.CompoundType.addAllMethods(CompoundType.java:1318)
         at sun.rmi.rmic.iiop.CompoundType.addAllMethods(CompoundType.java:1295)
         at sun.rmi.rmic.iiop.AbstractType.initialize(AbstractType.java:157)
         at sun.rmi.rmic.iiop.AbstractType.forAbstract(AbstractType.java:79)
         at sun.rmi.rmic.iiop.CompoundType.makeType(CompoundType.java:874)
         at sun.rmi.rmic.iiop.CompoundType$Method.<init>(CompoundType.java:2311)
         at sun.rmi.rmic.iiop.CompoundType.addAllMethods(CompoundType.java:1318)
         at sun.rmi.rmic.iiop.AbstractType.initialize(AbstractType.java:157)
         at sun.rmi.rmic.iiop.AbstractType.forAbstract(AbstractType.java:79)
         at sun.rmi.rmic.iiop.CompoundType.addRemoteInterfaces(CompoundType.java:1426)
         at sun.rmi.rmic.iiop.ImplementationType.initialize(ImplementationType.java:155)
         at sun.rmi.rmic.iiop.ImplementationType.forImplementation(ImplementationType.java:81)
         at sun.rmi.rmic.iiop.CompoundType.makeType(CompoundType.java:902)
         at sun.rmi.rmic.iiop.C
    EAR that we are trying to deploy for quite sometime is having 117 session & entity bean. We noticed here that CLASSPATH is getting truncated. But not sure whether above exception is due to CLASSPATH or for some other reason.
    Can anyone plz help me out to solve this problem.
    Your help will be really appreaciated.
    Thanks in advance.
    Regards,
    Siddhartha Roy

    Hello,
    I am seeing the same behaviour with an EAR that contains one entity bean. The entity bean has no finder/select methods apart from findByPrimaryKey, and the dbschema has been captured using the command line capture-schema utility and included in the bean's jar. I'm receiving the following stack trace from the admin server at deployment time:
    [05/Jan/2004:14:37:39] FINE ( 5848): DPL5302:Process creation failed.
    java.io.IOException: CreateProcess: C:\j2sdk1.4.1_03\bin\javac.exe -g -d C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\generated\ejb\j2ee-apps\Curam -classpath C:/Sun/AppServer7/lib/appserv-rt.jar;C:/j2sdk1.4.1_03/lib/tools.jar;C:/Sun/AppServer7/lib/appserv-ext.jar;C:/Sun/AppServer7/lib/appserv-cmp.jar;C:/Sun/AppServer7/imq/lib/imq.jar;C:/Sun/AppServer7/imq/lib/imqadmin.jar;C:/Sun/AppServer7/imq/lib/imqutil.jar;C:/Sun/AppServer7/lib/appserv-admin.jar;C:/Sun/AppServer7/lib/appserv-ideplugin.jar;;C:/Sun/AppServer7/pointbase/client_tools/lib/pbclient42RE.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\TestQueueing_jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\patch.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\appinf.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\appinf_internal.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee��
         at java.lang.Win32Process.create(Native Method)
         at java.lang.Win32Process.<init>(Win32Process.java:67)
         at java.lang.Runtime.execInternal(Native Method)
         at java.lang.Runtime.exec(Runtime.java:566)
         at java.lang.Runtime.exec(Runtime.java:491)
         at java.lang.Runtime.exec(Runtime.java:457)
         at com.iplanet.ias.ejb.codegen.ProcessRunner.run(ProcessExecutor.java:257)
         at java.lang.Thread.run(Thread.java:536)
    [05/Jan/2004:14:37:39] SEVERE ( 5848): DPL5103: EJBC - compilation failed
    com.iplanet.ias.ejb.codegen.JavaCompilerException: com.iplanet.ias.ejb.codegen.ProcessExecutorException: Abnormal process termination -- process threw an Exception.
    Attempted command: C:\j2sdk1.4.1_03\bin\javac.exe -g -d C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\generated\ejb\j2ee-apps\Curam -classpath C:/Sun/AppServer7/lib/appserv-rt.jar;C:/j2sdk1.4.1_03/lib/tools.jar;C:/Sun/AppServer7/lib/appserv-ext.jar;C:/Sun/AppServer7/lib/appserv-cmp.jar;C:/Sun/AppServer7/imq/lib/imq.jar;C:/Sun/AppServer7/imq/lib/imqadmin.jar;C:/Sun/AppServer7/imq/lib/imqutil.jar;C:/Sun/AppServer7/lib/appserv-admin.jar;C:/Sun/AppServer7/lib/appserv-ideplugin.jar;;C:/Sun/AppServer7/pointbase/client_tools/lib/pbclient42RE.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\TestQueueing_jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\patch.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\appinf.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\appinf_internal.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\rules.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\coreinf.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\tools.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\log4j-1.2.8.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\application.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\implementation.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\struct.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\commons-pool-1.0.1.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\jakarta-oro-2.0.7.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\CodePackageProcess_jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\patch.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\appinf.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\appinf_internal.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\rules.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\coreinf.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\tools.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\log4j-1.2.8.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\application.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\implementation.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\struct.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\commons-pool-1.0.1.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\jakarta-oro-2.0.7.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\Login_jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\patch.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\appinf.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\appinf_internal.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\coreinf.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-apps\Curam_3\rules.jar;C:\Sun\AppServer7\domains\CuramSoftware\CuramAppServer\applications\j2ee-a
    [05/Jan/2004:14:37:39] WARNING ( 5848): DPL5035:Error while running ejbc
    com.iplanet.ias.deployment.backend.IASDeploymentException: Fatal Error from EJB Compiler -- -- Error while processing CMP beans.
         at com.iplanet.ias.deployment.backend.EJBCompiler.wrapException(EJBCompiler.java:589)
         at com.iplanet.ias.deployment.backend.EJBCompiler.compile(EJBCompiler.java:186)
         at com.iplanet.ias.deployment.backend.AppDeployer.runEJBC(AppDeployer.java:215)
         at com.iplanet.ias.deployment.backend.AppDeployer.deploy(AppDeployer.java:98)
         at com.iplanet.ias.deployment.backend.AppDeployer.doRequest(AppDeployer.java:50)
         at com.iplanet.ias.admin.server.core.mbean.config.ManagedServerInstance.deployJ2EEApplicationArchiveOrDirectory(ManagedServerInstance.java:745)
         at com.iplanet.ias.admin.server.core.mbean.config.ManagedServerInstance.deployJ2EEApplication(ManagedServerInstance.java:667)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.iplanet.ias.admin.server.core.jmx.Introspector.invokeMethodOn(Introspector.java:188)
         at com.iplanet.ias.admin.server.core.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:137)
         at com.iplanet.ias.admin.server.core.jmx.ASMBeanServerImpl.invoke(ASMBeanServerImpl.java:222)
         at com.iplanet.ias.admin.servermodel.controllers.SOMRequestDispatcher.invoke(SOMRequestDispatcher.java:88)
         at com.iplanet.ias.admin.servermodel.controllers.AppServerInstanceController.doDeploy(AppServerInstanceController.java:2244)
         at com.iplanet.ias.admin.servermodel.controllers.AppServerInstanceController.deployApplication(AppServerInstanceController.java:1099)
         at com.iplanet.ias.admin.servermodel.AppServerInstance.deployApplication(AppServerInstance.java:249)
         at com.iplanet.ias.admin.server.gui.jato.DeployEARApplicationViewBean.add(DeployEARApplicationViewBean.java:111)
         at com.iplanet.ias.admin.server.gui.jato.IASViewBean.handleOkRequest(IASViewBean.java:235)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.iplanet.jato.view.command.DefaultRequestHandlingCommand.execute(DefaultRequestHandlingCommand.java:183)
         at com.iplanet.jato.view.RequestHandlingViewBase.handleRequest(RequestHandlingViewBase.java:299)
         at com.iplanet.jato.view.ViewBeanBase.dispatchInvocation(ViewBeanBase.java:811)
         at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandlerInternal(ViewBeanBase.java:749)
         at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandler(ViewBeanBase.java:596)
         at com.iplanet.jato.ApplicationServletBase.dispatchRequest(ApplicationServletBase.java:772)
         at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:446)
         at com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:324)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:720)
         at org.apache.catalina.core.StandardWrapperValve.access$000(StandardWrapperValve.java:118)
         at org.apache.catalina.core.StandardWrapperValve$1.run(StandardWrapperValve.java:278)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:274)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:203)
         at
    [05/Jan/2004:14:37:43] WARNING ( 5848): Deployment Error
    com.iplanet.ias.deployment.backend.IASDeploymentException: Error while running ejbc -- Fatal Error from EJB Compiler -- -- Error while processing CMP beans.
         at com.iplanet.ias.deployment.backend.AppDeployer.runEJBC(AppDeployer.java:227)
         at com.iplanet.ias.deployment.backend.AppDeployer.deploy(AppDeployer.java:98)
         at com.iplanet.ias.deployment.backend.AppDeployer.doRequest(AppDeployer.java:50)
         at com.iplanet.ias.admin.server.core.mbean.config.ManagedServerInstance.deployJ2EEApplicationArchiveOrDirectory(ManagedServerInstance.java:745)
         at com.iplanet.ias.admin.server.core.mbean.config.ManagedServerInstance.deployJ2EEApplication(ManagedServerInstance.java:667)
    Has anyone any ideas? Many thanks in advance,
    E.

  • MeetingPlace/WebEx: AutoAccount Creation Failed

    We have a new MeetingPlace/WebEx node integration that went live yesterday. Most users are OK, however, this morning we have several users that are receiving an error message when trying to log in (for the first time: "Auto Account Creation Failed" message when trying to sign on for the first time. I see their account exists in the WebEx node and in MeetingPlace, and accounts are active in both. MeetingPlace users are synced from CUCM which are synced from AD. My first thought would be to delete them from WebEx and try to let the account creation process between MeetingPlace and WebEx happen again. Could anyone provide any input on this?
    Thanks!
    Mike,

    Hey Mike,
    Based on your description, I would assume you're on MeetingPlace 8.0 with MP owned user profiles.
    The creation of user profiles in this deployment should only be done on MeetingPlace. The user profiles will not exist on WebEx until the first time that the end user logs onto the system using his/her credentials. If you seperately created the user profiles on the WebEx site as well as integrating from LDAP, you may encounter this sort of error. In this situation, erasing the user profile and letting it regenerate will likely resolve your issue.
    If this doesnt work, you may want to check the status of your TSP connections to WebEx. This can be done by logging onto the CLI of the MP application server and entering the following command:
    tspp.py -t
    If your TSP connections show as disconnected, you will want to review the following document:
    http://docwiki.cisco.com/wiki/Cisco_Unified_MeetingPlace_Release_8.0_--_System_Requirements_for_Cisco_Unified_MeetingPlace_Release_8.0#TCP.2FUDP_Ports_Used_in_Cisco_Unified_MeetingPlace_Scheduling_Deployment_Options
    Hope this helps,

  • Backendstore database creation fails lync 2013

    Backendstore database creation fails at step 2 installing lync components. I can physically watch the database appear then disappear in the csdata/backendstore/rtc/dbpath. File rtcxds.mdf. I'm running server 2012 and SQL 2012 express. Installing standard
    edition. I have uninstalled everything 3x and keep erroring out at this point. Firewall is also off. My topology also publishes without error. Here is the error Feature: BackendStore 1/27/2013 3:38:52 PM └ SQL Instance: zeus.athena.local\rtc 1/27/2013 3:38:52
    PM └ Collocated: True 1/27/2013 3:38:52 PM └ Found "RTCHSUniversalServices": True 1/27/2013 3:38:52 PM └ Found "RTCUniversalServerAdmins": True 1/27/2013 3:38:52 PM └ Found "RTCHSUniversalServices": True 1/27/2013 3:38:52 PM └
    Found "RTCHSUniversalServices": True 1/27/2013 3:38:52 PM └ Found "RTCUniversalReadOnlyAdmins": True 1/27/2013 3:38:52 PM └ InstallDatabaseInternalFailure: An internal error has occurred while trying to create or update the database. 1/27/2013
    3:48:53 PM Error └ Error: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ▼ Details └ Type: SqlException └ ▼ Stack Trace └ at Microsoft.SqlServer.Management.Common.ConnectionManager.ExecuteTSql(ExecuteTSqlAction
    action, Object execObject, DataSet fillDataSet, Boolean catchException) at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(String sqlCommand, ExecutionTypes executionType) └ ▼ Additional Details └ Error: The wait operation timed out
    ▼ Details └ Type: Win32Exception └ ► Stack Trace └ Any suggestions?

    I am seeing exactly the same issue when I tried to setup lync server 2013 in Azure, here is what I did:
    1. Created a domain controller (Active Direcotry Forest) on Windows Server 2008 R2 following instructions at
    https://www.windowsazure.com/en-us/manage/services/networking/active-directory-forest/
    3. Created another Virtual machine  from Azure management portal using Windows 2012 Data Center and joined it to the local  domain
    4. Logged into the 2012 server as domain administrator and tried to setup a standalone front end Lync Server following step to step instructions at
    http://windowspbx.blogspot.com/2012/07/step-by-step-installing-lync-server.html
    5. Everything goes on very well before "Step2 Setup Lync Server components (will install Speechfiles, etc) "
    The error messages are:
    =================================================================
    Attaching database failed because one of the files not found. The database will be created.
    State of database rtcxds is DbState_DoesNotExist.
    Creating database rtcxds from scratch. Data File Path = c:\CsData\BackendStore\rtc\DbPath, Log File Path= c:\CsData\BackendStore\rtc\LogPath.
    Clean installing database rtcxds.
    Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    =================================================================
    I have read all of the suggestions in the following pages and many other sites, tried most of them but no luck:
    http://social.technet.microsoft.com/Forums/en-US/lyncserverpreview/thread/90343e69-9f43-4f11-8763-b60c12ba0c21
    http://social.technet.microsoft.com/Forums/en-US/lyncdeploy/thread/f8d960d3-eaea-442a-8a03-da8b38ca7e1a
    Thanks in advance!

  • The timesheet creation failed, because of problems with the project I server or with data validation

    Hi,
    One of my user is facing issue in creating new time sheet,
    "The time sheet creation failed, because of problems with the project server or with data validations".
    This issue is coming to only few members out of 10000 members.
    Note: For the same user, can able to do in other machines. only the problem in his machine. Have ran the office diagnostics, but still the problem persists.
    Is any add-on's/any settings need to update in IE. Could any one please help me on how to fix this issue?
    Many thanks in advance.

    I would check the compatibility settings in IE etc, or try another browser (chrome, safari etc.)
    Ben Howard [MVP] | web |
    blog | book

  • VPN problem behind ASA5505 -regular translation creation failed for protocol 50

    Dear All,
    I have to connect behind my ASA5505 with an VPN klient to an other site.
    First time i got this failure.
    "Deny protocol 50 src inside:192.168.50.X dst  outside:x.x.x.x by access-group "acl_in" [0x0, 0x0]"
    Than I opened our inside (src 192.168.50.0) network  the UDP 500,4500 TCP 500,4500,10000 and ESP (dest x.x.x.x remote firewall ip).
    access-list acl_in extended permit esp host 192.168.50.0  host x.x.x.x eq isakmp
    access-list acl_in extended permit udp host 192.168.50.0  host x.x.x.x eq 500
    access-list acl_in extended permit eudp host 192.168.50.0  host x.x.x.x eq 4500
    etc.
    After that i could connect for the remote firewall with vpn client but i couldn't reach any PC1s on there side and ping gives back no anwser.
    Deny protocol 50 was solved but i got an other problem:
    "regular translation creation failed for protocol 50 src  inside:192.168.50.X dst outside:x.x.x.x"
    I found somewhere thet lines can help:
    crypto isakmp nat-traversal
    inspect ipsec-pass-thru
    But this wasn't usefull.
    I tried a many thing but i'm stuck.
    Could somebody help me what can i do to solve this problem?
    Thanks for all anwsers!

    The solution was the following for one IP!
    object network x.x.x.x                      (inside IP)
       host x.x.x.x                                  (inside IP)
       nat (inside,outside) static y.y.y.y     (remote IP)

  • TCP active open: Failed connect()    Error: Connection timed out SMTP

    Hi,
    Messaging server version is,
    ./imsimta version
    Sun Java(tm) System Messaging Server 6.2-6.01 (built Apr 3 2006)
    libimta.so 6.2-6.01 (built 11:20:35, Apr 3 2006)
    SunOS bglbbmr1-a-fixed 5.9 Generic_118558-28 sun4u sparc SUNW,Sun-Fire-V440
    17-Dec-2008 10:47:40.08 1730.8e.741
    tcp_local Q 4 [email protected] rfc822;[email protected] [email protected] /mta/queue/queue/tcp_local/013/ZUg0i1t9I0ZG~.00 <[email protected]>; TCP active open: Failed connect() Error: Connection timed out SMTP/xyz.my-domain.in
    I have been getting this above error on my mail server from last
    4-5 days. I am getting complaints from end users that the users can't
    send any mails using Outlook but I did check with my test user I can
    send mail by using webmail.
    The Failed MX lookup Errors also getting in my logs the error detail given bellow.
    17-Dec-2008 10:47:39.65 1730.91.737
    tcp_local - Y TCP|0.0.0.0||209.85.143.114|25 SMTP/airtelmail.in/aspmx.l.google.com
    17-Dec-2008 10:47:39.92 1754.41.255
    tcp_notify - Y SMTP/infomedia18.in/infomedia18.in
    17-Dec-2008 10:47:39.92 1754.41.256
    tcp_notify Q 7 rfc822;[email protected] [email protected] /mta/queue/queue/tcp_notify/017/ZXg0i1t3U_ZoD.00 <[email protected]>; Failed MX lookup; try again later
    17-Dec-2008 10:47:39.94 1754.41.257
    tcp_notify Q 6 rfc822;[email protected] [email protected] /mta/queue/queue/tcp_notify/010/ZXg0i1t3U_ZoF.00 <0KBZ003MRGU7MQ30@my-domain> Failed MX lookup; try again later
    I tried stopping and starting msg service using stop-msg and start-msg to sort out this above problem but no result. :(
    When I do check the tcp_local queue it has been growing every day as well the tcp_notification queue also.
    /opt/SUNWmsgsr/sbin/imsimta qm su
    Messages
    Channel Queued Size (Kb) Oldest
    tcp_notify 10741 1080610.61 16 Dec, 00:59:24
    tcp_local 8334 733849.31 15 Dec, 00:19:00
    tcp_lmtpcn 0 0.00
    tcp_be 0 0.00
    reprocess 0 0.00
    process 0 0.00
    conversion 0 0.00
    Totals 19075 1814459.92
    This queues are increasing day by day.
    One more thing is that I cant see a service/channel called CONVERSION running on my server when i do use this command.
    ps -aef | grep conversion
    root 6144 6000 0 11:14:28 pts/1 0:00 grep conversion
    When i try to start it using imsimta qm utility, output shows as
    qm.maint>; start conversion
    QM-I-STARTED, channel was not stopped
    qm.maint>;
    Later I stopped and started conversion channel
    qm.maint>; stop conversion
    QM-I-STOPPED, channel stopped
    qm.maint>; start conversion
    QM-I-STARTED, channel started
    qm.maint>;
    I can see that on other servers the conversion channel is running and few msges are in queue. I do have other servers which running the same messaging server. But I am not getting why don't on this server. Where both servers having the same configuration.
    Please, help me to sort out this issue.
    Thanks in advance....
    BSK

    Thanks Mr. Shane,
    The server which is running conversion channel.
    ps -eaf|grep conversion
    mailserv 16824 8472 3 17:08:11 ? 0:48 /opt/SUNWmsgsr/lib/conversion
    mailserv 28728 8472 0 17:17:30 ? 0:00 /opt/SUNWmsgsr/lib/conversion
    root 1057 26387 0 17:18:12 pts/1 0:00 grep conversion
    more /opt/SUNWmsgsr/config/conversions
    in-channel=*; in-type=application; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    in-channel=*; in-type=x-zip-compressed; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    in-channel=*; in-type=image; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    in-channel=*; in-type=audio; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    in-channel=*; in-type=video; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    Following entry from /opt/SUNWmsgsr/lib/config-templates/imta_tailor
    IMTA_CONVERSION_FILE=<msg.RootPathUNIX>/config/conversions
    The server which doesnt show running conversion channel
    #more /opt/SUNWmsgsr/config/conversions
    !in-channel=*; in-type=*; in-subtype=*; in-disposition=*;
    ! parameter-symbol-0=NAME; parameter-copy-0=*;
    ! dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    ! message-header-file=2; original-header-file=1;
    ! override-header-file=1; override-option-file=1;
    ! command="/opt/SUNWmsgsr/private/virusscan.sh"
    in-channel=*; in-type=application; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    in-channel=*; in-type=x-zip-compressed; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    in-channel=*; in-type=image; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    in-channel=*; in-type=audio; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    in-channel=*; in-type=video; in-subtype=*; in-disposition=*;
    parameter-symbol-0=NAME; parameter-copy-0=*;
    dparameter-symbol-0=FILENAME; dparameter-copy-0=*;
    message-header-file=2; original-header-file=1;
    override-header-file=1; override-option-file=1;
    command="/opt/SUNWmsgsr/private/virusscan.sh"
    Following entry from /opt/SUNWmsgsr/lib/config-templates/imta_tailor
    IMTA_CONVERSION_FILE=<msg.RootPathUNIX>/config/conversions
    Is this above information u r asking?
    As u wrote erlier, the conversion channel works some times and some times doesn't work.
    Thanks lot...
    BSKADAM

  • RC-50004: Fatal: Error occurred in ApplyDatabase:Control file creation fail

    Hi,
    During the clone of R12.1 instance, while running the post clone on the DB tier, i am getting the following error
    RC-50004: Fatal: Error occurred in ApplyDatabase:Control file creation failed.
    when i looked into the log file, i can find this
    Creating the control file for hr12at1_jsrc-cn6 database ...
    SQL*Plus: Release 11.1.0.7.0 - Production on Tue Nov 17 04:41:58 2009
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    Connected to an idle instance.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1071333376 bytes
    Fixed Size 1318172 bytes
    Variable Size 427819748 bytes
    Database Buffers 629145600 bytes
    Redo Buffers 13049856 bytes
    Control file created.
    alter database open resetlogs
    ERROR at line 1:
    ORA-01152: file 2 was not restored from a sufficiently old backup
    ORA-01110: data file 2:
    '/u01/app/oracle11/db/apps_st/u32/oradata/R12HRM/tx_data11.dbf'
    Please help
    thanks a lot
    Sasikala

    Hi,
    Sorry, my mistake, I did not pay attention to the cloning part.
    For this error, looks like the database was not cleanly shutdown before copying the files or that preclone was not run successfully. You will have to run preclone again, and shutdown the database normally, then copy the file again.
    Regards,
    Hussein

  • "24427 Access to Active Directory failed" error in ACS 5.1

    Hello,
    I'm working on implementing a RADIUS authentication for wireless access with the following :
    - PCs running Windows 7, protocol used is PEAP (without validating the server certificate to make it simple at first),
    - AP 1252  configured to use a RADIUS server to authenticate (it's working good with an ACS server 4.2),
    - ACS Server 5.1.0.44.5 running as VM connected to an AD domain and working good with VPN connections,
    - AD domain running on Windows 2003 Server.
    My ACS VM is working good since a couple of months for VPN (RADIUS) and administration (TACACS) remote access, both using Active Directory. Now, I'd like to use it to authenticate people connecting to a 1252 Cisco access point but I'm getting this error "24427 Access to Active Directory failed". I switched from PEAP to LEAP but this is the same.
    All I can get running the expert troubleshoot
    Investigating failure code: 24427 Access to Active Directory failed
    Checking if Active Directory is configured
    Active Directory is configured
    Attempting connection to Active Directory
    Connection to Active Directory was successful.
    Troubleshooting completed.
    Click on Show Results Summary to view results.
    I followed this guide, at least for the ACS certificate section :
    http://www.cisco.com/en/US/products/ps10315/products_configuration_example09186a0080b4cdb9.shtml
    Anyone has an idea where the problem may come from?
    Thanks in advance,
    Vincent

    hey there, I ran into the same issue with 5.3 and it turned out being this bug. i came across your post looking for instructions on retrieving the logs. thanks mate.
    link
    Problem: Error "24495 Active Directory servers are not available"
    Authentication starts failing with this error: 24495 Active Directory servers are not available. in the ACS 5.3 logs.
    Solution
    Check the ACSADAgent.log file through the CLI of the ACS 5.x for messages such as:Mar 11 00:06:06 xlpacs01 adclient[30401]: INFO base.bind.healing Lost connection to xxxxxxxx. Running in disconnected mode: unlatch. If you see the Running in disconnected mode: unlatch error message, this means the ACS 5.3 cannot maintain a stable connection with Active Directory. The workaround is to either switch to LDAP or downgrade the ACS to 5.2 version. Refer to Cisco bug ID CSCtx71254 (registered customers only) for more information.

  • Automatic Partner Determination Std Contact Person during Activity Creation

    Hi ,
    There is a requirement in my project where the Standard Contact Person of the Sold to Party  should be automatically determined during Activity Creation .I have completed the Partner Function configurations and now the Standard Contact Person is  being successfully determined as the Partner.
    However, there is a problem in a scenario where in another Contact Person other than the Standard Contact Person is to be determined during Activity Creation . In that case, the option to select the other Person is not being offered through a pop up window, but the System automatically populates the next Contact Person based on the BP Id ( Next on the Number Range )
    Is there any way , so that the normal procedure of selecting one Contact Person from a list in the Pop Window can be incorporated , once the standard Contact Person is being removed from the Contact Person field in the Business Transaction .
    << Moderator message - Please do not promise points >>
    Regards,
    Maroof
    Edited by: Rob Burbank on Jan 5, 2011 5:06 PM

    Hello Maroof,
    you should check first the standard relationship flag of the account. Means check the account and go to the
    relationship contact person.
    There you will find the standard Relationship Flag, which is relevant for the system to determine the main CP.
    Furthermore please check the partner procedure:
    For each partner function you can enter a value in field Maximum and Selection Limit. Please consider the F1 help
    for the field Selection Limit where you can find the explanation when and how the selection popup is triggered:
    Example 1
    You enter 3 in this field.
    When the system finds three or more partners who could fulfill this partner function, it displays a selection list.
    You choose from the list which partners to enter in the transaction.
    Example 2
    You do not mark this field, but enter 5 as the Maximum for this partner function.
    When the system finds six or more appropriate partners it displays a selection list.
    Hopefully this information helps you.
    Regards
    Rene

Maybe you are looking for

  • Help with a database design for community housing project

    Talking database design Hi all, I have been wondering about the design of tables for a big block of residential units. There are 100 + rooms. there are about 25 houses in this complex but the 100 + rooms are all rented out separately. Its just like a

  • 2 weeks no changes?

    well after chatting and talking on the phone I have no more IDEAS on how to get the vzaccess manager VL600 to work again I lost my 4g on march 29th and cannot get it to where it was before... I had 4g on my deasktop for almost a year and a half . now

  • Error: help requested resource is not available

    hi all, i am novice to servlets. i have Apache Tomcat 5.0 installed. i have created a folder named Greeting in webapps. This folder contains index.html, src folder (containing GreetingServlet.java),WEB-INF ( (containing classes folder having Greeting

  • What is the maximum number of Active Connection in SSG 7206VXR?

    Hi, What is the maximum number of SSG Host or active connection (show ssg service package) for Cisco 7206VXR which running with NPE-G1? The SSG is deploying with Web-login and the TCP-Redirect, Port-bundle and Pass-through is enabling. The SSG is to

  • Zoom map with Safari 6.0.5 in Openstreetmap

    The map dissappears when zooming in Openstreetmap. The same operation works well in Firefox.