Visual Administrator for XI hangs at 99%

Hi All,
My XI server was running fine. I was doing a SOAP to RFC scenario. Suddenly, it didnt respond(Donno the reason). So I restarted the server.
After I restarted the XI machine, the status in SAP Management console is Green. But when I try to access the XI page, it doesn't come up. But the page "http://<host>:<port>/index.html" comes up. I tried to open up the Visual Administrator. But it stops at 99% while connecting.
I looked at some of the log files. In the folder, \user\sap\SID\Instance\Work, I looked at std_server0.out file. Here I saw the error below:
Service monitor started. (23984 ms).
Mar 26, 2007 2:29:56 PM ...pl.j2ee.sapengine630.ServiceFrameImpl [SAPEngine_System_Thread[impl:5]_100] Fatal: Failed to initialize the CPA cache service. For more details please check the trace for location com.sap.aii.af.service.cpa.
service com.sap.aii.af.cpa.svc ================= ERROR =================
Cannot start service com.sap.aii.adapter.jms.svc; it has hard reference to service com.sap.aii.af.cpa.svc which is not started.
Cannot start service com.sap.aii.adapter.mail.svc; it has hard reference to service com.sap.aii.af.cpa.svc which is not started.
Cannot start service com.sap.aii.adapter.jdbc.svc; it has hard reference to service com.sap.aii.af.cpa.svc which is not started.
Service tc.monitoring.logviewer started. (22203 ms).
Cannot start service com.sap.aii.adapter.bc.svc; it has hard reference to service com.sap.aii.af.cpa.svc which is not started.
Service com.sap.aii.af.ms.svc started. (20406 ms).
Cannot start service com.sap.aii.adapter.rfc.svc; it has hard reference to service com.sap.aii.af.cpa.svc which is not started.
Cannot start service com.sap.aii.adapter.file.svc; it has hard reference to service com.sap.aii.af.cpa.svc which is not started.
Cannot start service com.sap.aii.af.security.service; it has hard reference to service com.sap.aii.af.cpa.svc which is not started.
Cannot start service com.sap.aii.adapter.xi.svc; it has hard reference to service com.sap.aii.af.cpa.svc which is not started.
Cannot start service com.sap.aii.af.ispeak.svc; it has hard reference to service com.sap.aii.af.cpa.svc which is not started.
Service rfcengine started. (47109 ms).
Timed out services:
Service webdynpro.
From the above error, it seems com.sap.aii.af.cpa.svc didn't start. But as the VIsual Admin is not, I am unable to start this service.
FYI, the JDK installed on my XI machine is JDK_1.4.2_07.
Someone please let me know, whats the problem behind this Visual Admin Start up?
Regards,
Vijay.

you can find some information at XI installation problem
Cheers,
-Sunil

Similar Messages

  • Unable to install Visual Administrator for CE 7.1 Preview....

    Hi All,
    I am trying to install Visual Administrator using go.bat located under ..usr\sap\CE1\J00\j2ee\JSPM.
    When I trying to install, its asking me the "Select a package type to apply"
    There are four options :
    1. Java Support package manager
    2. Single support package and paches(advance use)
    3. Hot fixes
    4. New software component.
    None of the option working for me to get the next level to install. Could you please help me to install the Visual Administrator and SDM for the CE7.1 SR5 preview additio.
    Thanks in Advance!
    Arun Jaiswal

    Hi Benny,
    Thank you so much for the information!
    Could you please let me know then how to deploy application without SDM password in the CE7.1 SR5 portal.
    Thanks in advance!
    Arun Jaiswal

  • SSL settings in visual administrator for sso

    Hi,
    I am using EP 7.0 and sp 10 and trying to establish an SSO connection between EP and SRM 5.0.
    I am aiming at EP issuing tickets and SRM accepting logon tickets.
    In the visual administrator currently i see the active socket connections listing "Do not request client certificate", do I need to change it to "Require client certificate",  and also we are using self signed certificates, in which case even after i selecting "Require client certificate" I cant add any CA's.
    Please advice, as to what other settings have to be made.
    All help is appreciated and rewarded.
    Thanks,
    Swetha

    SSL client certificates are unrelated to SSO. SSL is for secure socket connectivity (https), SSO is to support the SAP logon tickets.
    Cheers

  • Creating DataSource in Visual Administrator for Oracle DataBase

    Hi Experts,
    I want to connect to external Orcle Database from my application(EJbs,Web Dynpro) where i need to call some stored Procedures.for that one i want to create
    DataSource in Visual Administrator.
    i got some doubts for  creating DataSource in Visual Administrator
    1.which SQL engine i need to use(open SQL or Native SQL or Vendor SQL)
    2.shall i need to deploy any additional drivers(jars) in WAS
    any help will be appriciated
    thanks in Advance
    With Regards
    Naidu

    I can see you are still looking for answeres, I have included more explicit examples of how to connect to an Oracle DB via an SAP Visual Administrator Datasource.
    First the DB has to exist and you should be able to connect to it using some other application to test with like Toad for example.
    Secondly for installing the Data Source via Visual Administrator you will need to verify that you have a an Database Driver defined in the Visual Admin first, if not define one. Defining an oracle driver is as simple as providing an alias name for the driver and supplying the Oracle classses.jar, or ojdbc14.jar. Click Create Driver in the Visual Admin enter an alias name  and click Browse to find one of the jar files mentioned above. Once done click the diskette looking icon to save.
    After the above 2 steps you can either define the Datasource manually in the Visual Administrator or Import the datasource via an xml file as defined below.
    I have included a mock datasource.xml file which you can copy and paste and more or less use as  a reference.
    <b>Note</b>
    With Oracle I have always sected <b>Vender SQL</b> as I can not get any of the other selections to work properly when connecting to our Oracle DB. I have also used this approach to connect to Oracle 8 databases as well. We have been using these Datasources in production for many years without incident.
    Variables Defined
    <b> data-source-name </b> PORTFOLIODS is the name we use to look up the Datasource via JDBC.
    <b>driver-name </b>  The name that you have defined for the Oracle jar libary you added as a Database Driver via the Visual Administrator.
    <b> url </b>           The "Type 3" Network URL pathname to the Oracle DB.
    <b> user </b>        The account you want to log in as.
    <b> password </b> The account password for the DB.
    Cheers,
    Alex
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE data-sources SYSTEM 'data-sources.dtd'>
    <data-sources>
      <application-name>chep.com/JDBCConnectior_PORTFOLIODS.xml</application-name>
      <data-source>
        <data-source-name>PORTFOLIODS</data-source-name>
        <driver-name>Oracle9i</driver-name>
        <max-connections>25</max-connections>
        <max-time-to-wait-connection>60</max-time-to-wait-connection>
        <sql-engine>vendor_sql</sql-engine>
        <jdbc-2.0>
          <cpds-class-name>oracle.jdbc.pool.OracleConnectionPoolDataSource</cpds-class-name>
          <object-factory>oracle.jdbc.pool.OracleDataSourceFactory</object-factory>
          <properties>
            <property>
              <property-name>url</property-name>
              <property-value>jdbc:oracle:thin:@usdenedu169.cnn.com:1521:ORCL</property-value>
            </property>
            <property>
              <property-name>user</property-name>
              <property-value>LogisticsApplication</property-value>
            </property>
            <property>
              <property-name>password</property-name>
              <property-value>logisticsAppPwd</property-value>
            </property>
          </properties>
        </jdbc-2.0>
      </data-source>
    </data-sources>

  • Unable to connect visual administrator SP09 99% hangs up

    Hello:
       I have portal SP09, java 1.4.2_12, and when I try to enter to the visual administrator it hangs up in 99%, and in the console it shows a java.lang.nullpointerexception,
    at com.sap.engine.services.adminadapter.gui.clustereview... etc
    Anybody knows how to fix this?
    Thanks
    Mario G

    Hi,
    Add the parameter <b>-DP4ClassLoad=P4Connection</b>  to your Go.bat file.
    This is a fix from SAP. In SP 19 and so the parameter is already added in the Go.bat file. Restar your Portal cluster and check if the VA works.
    Hope this helps.
    Regards,
    Mani.

  • Setting TREX settings on Visual Administrator for nameserver

    Hi
    I filled in the TREX name server setting witht port abd clicked on saved
    When I click on the TREX Monitor I still see
    The name server is not running or no name server is configured in TREX Service Properties
    Do i restart the J2ee engine to take effect
    Also is my setting in the nameserver.address correct
    tcpip://hostname.africa.bmw.corp:30101
    I got the port number from sapprofile.ini file
    Regards
    Naziem Mahomed

    hi Naziem,
    There can be possibly only two mistakes possible. The entry of the hostname and the entry of port details from sapprofile file may be wrong. You can leave out the domain and just enter the hostname and check if it is connecting. Do restart after the change in entries are made. Also refresh the portal screen to check if it is connecting.
    Also check this documentation
    http://help.sap.com/saphelp_crm50/helpdata/en/c7/e0d13f7fb44c21e10000000a1550b0/content.htm
    Regards,
    Ganesh N

  • Visual administrator getting hanged

    HI all,
    I have given the login credentials for visual administrator but it hangs at 99%.I tried to follow the note 957355 but still the problem persists.Can anybody help me plz.

    Hi,
    I am requesting you to check the work arounds first in SDN, before posting the error messages.
    please have a look on the below links.
    Re: Login to Visual Administrator J2EE 6.30 SP 02 hangs on 99 %
    Re: Login to Visual Administrator J2EE 6.30 SP 02 hangs on 99 %
    -Srini

  • Single Sign ON - Visual Administrator not found!

    Hi Experts,
    I want to configure EP 7.00 with Composition Environment but there is no visual administrator for the CE.
    Why does this happen?
    There are a step by step to configure SSO between this SAP Systems?
    Regards

    Hi John,
    Thank you for the information, could you please tell me how I can export the CE certificate?
    Here http://host:port/sso2 I can just see it but not export it.
    Regards.

  • Configuring Visual administrator

    How can I configure visual administrator for connecting Oracle with web dynpro.What are the configurations required in Web dynpro?If anybody knows, please help me

    Fahad,
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/ab/082484173ae045ab8dad8a41d33da3/frameset.htm">This</a> might help you.
    Also,refer <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/83/565389b6ce4234b3633acb3f5b75f0/frameset.htm">Configuring a Database Connection</a>.
    Bala
    Message was edited by: Bala Krishnan

  • Forgot the pwd for J2ee Visual administrator

    Hi ,
    I forgot the pwd for the j2ee Visual administrator,can any one can help for the reset pwd.
    This is very urgent .
    useful solution will be rewarded.
    Thanks
    Ajay

    Hi Sudhir,Ashutosh
    Thanks for the response,it solved my problem,i have rewarded the points for both of u.
    Thanks a lot.
    do any one of u know any thing regarding the SSO with BW reports i am facing problem with the SSO with BW System,plz if any one of u worked on the SSO ,plz respond me i raised the query on this issue in the form with title "Ticket validation failed.
    Thanks again for ur quick response.
    Thanks
    Ajay

  • Where to find patches for Visual administrator

    Hello,
    Can anybody suggest me where can i get patches for visual administartor ?
    How to upgrade Visual administrator?
    our current Visual administartor patch level is SP9( NW2004s)
    We wnat to upgrade it to SP12
    Can anybody help
    Sumanth

    Hello Ranjith,
    Our colleagues had updated the complete java stack
    i am not able to see any update for Visual administrator
    all the components are at SP12 in system info but for visual admin engine it is
    sap.com  com.sap.engine.visualadmin  null (7.0009.20060817110540.0000)  SAP AG  SAP AG  20060921104138  null/null 
    is there a need to patch Visual admin if so how ?
    Sumanth

  • Visual Administrator hangs at 99 per cent

    Netweaver 2004s SR2 MS Sql Server Unicode Windows Server 2003 edition installed successfully with usage types As Java and DI. Visual Administrator does nangs at 99 per cent. First time I got ping connection lost. Now it hangs at 99 per cent. SAP MMC all nodes are green. Can connect to the server using the URLs and can run the Java examples.
    Visual Admin log says:
    P4RuntimeException:java.net.SocketException:No bufferspace available(maximum connections reached?): recv failed.
    Increased the number of jdbc connections to 50 and VA is not coming up.
    Any help appreciated

    Please check Re: visual administrator can connect to SAP j2EE engine Quite a long thread but you might find some useful clue from this. Long back I once faced this error and found some relevant note but could not check as the ServiceMarketPlace seems to be down now.
    Regards
    Nilay

  • Creating more administrator accounts for Visual Administrator

    Hi
    Is it possible to create more accounts for Visual Administrator besides the Admin account. So for example if I wanted to let the development team have access to Visual Admin but I don’t want them to use the Administrator account ???
    Regards,

    Boris,
    If you want to use the Visual Admin, use these instructions:
    http://help.sap.com/saphelp_nw04s/helpdata/en/23/355d87507141548c6f893f28aac7f5/frameset.htm
    If you want to use identity management (user administration console) use these instructions:
    http://help.sap.com/saphelp_nw04s/helpdata/en/4a/e06f429c789041e10000000a1550b0/frameset.htm
    Both UIs do more or less the same thing. With Visual Admin you can assign security roles. With identity management, you can assign UME roles and actions.
    The identity management UI has been updated in NW2004s if you are using NW2004 use the instructions here:
    http://help.sap.com/saphelp_nw04/helpdata/en/70/9be23d44d48e5be10000000a114084/frameset.htm
    Feel free to ask more questions if you have trouble. I maintain some of those help files so I would be interested to find out where you are having trouble.
    -Michael

  • Can't Log into J2EE Engine Visual Administrator

    I cannot get logged into our J2EE Engine Visual Administrator on our SAP Portal.  After I enter my userid and password (which I know are valid) I get a progress bar which progresses to approx 50%, then errors out with the message:  'Error while connecting. Cannot open connection on host: <IP-address> and port: <port>'
    I found this document to troubleshoot the problem:
    https://cw.sdn.sap.com/cw/docs/DOC-29070?treeid=DOC-7447
    It says the problem is likely that the P4 port is incorrect or the wrong transport layer is selected in my connection string.  It suggests using the config tool to find the P4 port and has a diagram showing the port in the local properties.  When I go to my config tool, I am missing the Local Properties box.  My screen only shows the Global Properties.  Is there somewhere else to check the port.  I am pretty sure I have the right port because if I try to connect using an incorrect port I get the error message instantly. 
    The transport layer in my connection string is 'default'. 
    Can anyone help?  Thanks.
    Our Visual Administrator version is 6.40 Support Pack 22.  The java version is 1.4.2_13.

    Hi Kathryn,
    P4 port is used for connecting to VA. P4 port will be 5<Inst no>04.
    Please check if you have this port while connecting to VA. You can check this port in the index page of your portal.
    Can you try restarting the portal instance ??
    Also you need not enter userID for logging into VA. By default it uses "administrator" user.
    You may also check if the administrator user is locked.
    Revert if the issue persists.
    Cheers.,
    Raghu

  • Ping time out, server connection is lost in visual administrator after java

    Dear all,
    Recently I have done system copy for XI system. I have imported the java import after importing  the abap stack into the target system as java add in abap.The import phase finished successfully and java engine is also working well.
    I have confirmed this by moving to the browser page  " http://hostname:50000/ and XI system  http://hostname:50000/rep ". Everything is working fine and in MMC console as well.
    But while trying to log in to visual administrator i am getting the error message as " ping time out,connection to server is lost "
    std_serverout.log
    unrecoverable stack overflow has occurred.
    An unexpected error has been detected by HotSpot Virtual Machine:
    EXCEPTION_STACK_OVERFLOW (0xc00000fd) at pc=0x00000000080e3c66, pid=2940, tid=928
    Java VM: Java HotSpot(TM) 64-Bit Server VM (1.4.2_16-b05 mixed mode)
    Problematic frame:
    V  [jvm.dll+0xe3c66]
    An error report file with more information is saved as hs_err_pid2940.log
    stdout/stderr redirect
    node name   : server0
    pid         : 3060
    system name : XIT
    system nr.  : 03
    started at  : Tue Feb 17 18:42:50 2009
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    SAP J2EE Engine Version 6.40   PatchLevel 100627.313 is starting...
    Loading: LogManager ... 453 ms.
    Loading: PoolManager ... 0 ms.
    Loading: ApplicationThreadManager ... 94 ms.
    Loading: ThreadManager ... 31 ms.
    Loading: IpVerificationManager ... 0 ms.
    Loading: ClassLoaderManager ... 16 ms.
    Loading: ClusterManager ... 219 ms.
    Loading: LockingManager ... 93 ms.
    Loading: ConfigurationManager ... 1502 ms.
    Loading: LicensingManager ... 31 ms.
    Loading: ServiceManager ...
    6.226: [GC 6.226: [ParNew: 87040K->8544K(130560K), 0.0628724 secs] 87040K->8544K(1005056K), 0.0629982 secs]
    Loading services.:
      Service memory started. (16 ms).
      Service cross started. (15 ms).
      Service file started. (78 ms).
      Service timeout started. (32 ms).
      Service runtimeinfo started. (15 ms).
      Service userstore started. (63 ms).
      Service trex.service started. (94 ms).
      Service jmx_notification started. (63 ms).
      Service p4 started. (235 ms).
      Service classpath_resolver started. (15 ms).
    10.537: [GC 10.537: [ParNew: 95584K->16246K(130560K), 0.0776272 secs] 95584K->16246K(1005056K), 0.0777727 secs]
      Service deploy started. (3926 ms).
      Service log_configurator started. (4363 ms).
      Service locking started. (0 ms).
      Service http started. (172 ms).
      Service naming started. (203 ms).
      Service failover started. (78 ms).
      Service appclient started. (110 ms).
      Service javamail started. (140 ms).
      Service jmsconnector started. (140 ms).
      Service ts started. (125 ms).
      Service licensing started. (16 ms).
      Service connector started. (188 ms).
      Service configuration started. (31 ms).
      service MobileSetupGeneration ================= ERROR =================
      Service MobileArchiveContainer started. (78 ms).
      Service webservices started. (470 ms).
      Service dbpool started. (1172 ms).
    13.195: [GC 13.196: [ParNew: 103286K->20423K(130560K), 0.0478316 secs] 103286K->20423K(1005056K), 0.0489244 secs]
      Service com.sap.security.core.ume.service started. (2596 ms).
      Service security started. (2471 ms).
      Service classload started. (78 ms).
      Service applocking started. (141 ms).
      Service shell started. (188 ms).
      Service tceCATTPingservice started. (32 ms).
      Service telnet started. (63 ms).
    18.218: [GC 18.218: [ParNew: 107463K->25937K(130560K), 0.0545612 secs] 107463K->25937K(1005056K), 0.0546428 secs]
      Service webdynpro started. (203 ms).
      Service ejb started. (532 ms).
      Service dsr started. (172 ms).
      Service keystore started. (485 ms).
      Service ssl started. (16 ms).
      Service servlet_jsp started. (704 ms).
      Service tcsecsecurestorage~service started. (63 ms).
      Service jmx started. (391 ms).
      Service tclmctcculculservice_sda started. (0 ms).
      Service rfcengine started. (656 ms).
      Service tcsecwssec~service started. (469 ms).
      Service apptracing started. (360 ms).
    19.355: [GC 19.355: [ParNew: 112977K->42681K(130560K), 0.0844669 secs] 112977K->47563K(1005056K), 0.0845476 secs]
      Service tcsecdestinations~service started. (907 ms).
      Service basicadmin started. (860 ms).
      Service adminadapter started. (297 ms).
      Service pmi started. (312 ms).
      Service tclmctcculservice_sda started. (1251 ms).
      Service tcsecvsi~service started. (438 ms).
      Service monitor started. (407 ms).
      Service sld started. (1721 ms).
    20.296: [GC 20.296: [ParNew: 129721K->39952K(130560K), 0.1028212 secs] 134603K->50894K(1005056K), 0.1028881 secs]
      Service tc.monitoring.logviewer started. (1704 ms).
    21.584: [GC 21.584: [ParNew: 126992K->40823K(130560K), 0.0664458 secs] 137934K->58110K(1005056K), 0.0665026 secs]
      Service jms_provider started. (3518 ms).
      Service com.sap.aii.af.cpa.svc started. (2033 ms).
      Service com.sap.aii.af.security.service started. (16 ms).
      Service com.sap.aii.af.svc started. (157 ms).
    22.873: [GC 22.873: [ParNew: 127863K->43238K(130560K), 0.0574693 secs] 145150K->65266K(1005056K), 0.0575210 secs]
      Service com.sap.aii.af.ms.svc started. (407 ms).
      Service com.sap.aii.adapter.marketplace.svc started. (47 ms).
      Service com.sap.aii.adapter.bc.svc started. (47 ms).
      Service com.sap.aii.adapter.xi.svc started. (47 ms).
      Service com.sap.aii.adapter.jms.svc started. (79 ms).
      Service com.sap.aii.adapter.mail.svc started. (63 ms).
      Service com.sap.aii.adapter.jdbc.svc started. (156 ms).
      Service com.sap.aii.adapter.rfc.svc started. (219 ms).
      Service com.sap.aii.af.ispeak.svc started. (313 ms).
      Service com.sap.aii.adapter.file.svc started. (2315 ms).
    ServiceManager started for 22082 ms.
    Framework started for 24772 ms.
    SAP J2EE Engine Version 6.40   PatchLevel 100627.313 is running!
    PatchLevel 100627.313 December 14, 2005 20:06 GMT
    >26.086: [GC 26.086: [ParNew: 130278K->23111K(130560K), 0.0693509 secs] 152306K->68371K(1005056K), 0.0694372 secs]
    32.059: [GC 32.059: [ParNew: 110151K->34716K(130560K), 0.0419854 secs] 155411K->79975K(1005056K), 0.0420301 secs]
    32.608: [GC 32.608: [ParNew: 121756K->43497K(130560K), 0.0827214 secs] 167015K->105659K(1005056K), 0.0827638 secs]
    38.688: [GC 38.688: [ParNew: 130537K->39986K(130560K), 0.0525517 secs] 192699K->106409K(1005056K), 0.0526114 secs]
    41.615: [GC 41.615: [ParNew: 127026K->32598K(130560K), 0.0467433 secs] 193449K->103188K(1005056K), 0.0467930 secs]
    44.298: [GC 44.298: [ParNew: 119638K->34820K(130560K), 0.0430069 secs] 190228K->105410K(1005056K), 0.0432422 secs]
    46.443: [GC 46.443: [ParNew: 121860K->39729K(130560K), 0.0498349 secs] 192450K->110319K(1005056K), 0.0499023 secs]
    48.656: [GC 48.656: [ParNew: 126769K->36669K(130560K), 0.0625983 secs] 197359K->112667K(1005056K), 0.0626567 secs]
    52.243: [GC 52.243: [ParNew: 123709K->39589K(130560K), 0.0477260 secs] 199707K->115587K(1005056K), 0.0477793 secs]
    115.241: [GC 115.241: [ParNew: 126629K->37429K(130560K), 0.0553704 secs] 202627K->118544K(1005056K), 0.0554346 secs]
    118.096: [GC 118.096: [ParNew: 124469K->40865K(130560K), 0.0504829 secs] 205584K->121980K(1005056K), 0.0505322 secs]
    120.589: [GC 120.589: [ParNew: 127905K->37247K(130560K), 0.0578313 secs] 209020K->123954K(1005056K), 0.0578734 secs]
    122.573: [GC 122.573: [ParNew: 124287K->39626K(130560K), 0.0534208 secs] 210994K->126333K(1005056K), 0.0534640 secs]
    124.070: [GC 124.077: [ParNew: 126666K->35377K(130560K), 0.0626490 secs] 213373K->128235K(1005056K), 0.0627628 secs]
    126.103: [GC 126.103: [ParNew: 122417K->37886K(130560K), 0.0485833 secs] 215275K->130744K(1005056K), 0.0486433 secs]
    128.251: [GC 128.251: [ParNew: 124926K->41258K(130560K), 0.0482213 secs] 217784K->134115K(1005056K), 0.0482675 secs]
    130.792: [GC 130.792: [ParNew:
    Due to this i am not able to log in visual adminsitrator.Kindly advice me for the same.
    Thanks in advance
    Vijay

    Hello vamshi,
    As you have suggeseted, I followed the notes and changed the following paramters.The system is 64bit and hence the values are adjusted according to the server.
    -Djco.jarm=1
    -Dsun.io.useCanonCaches=false
    -Djava.awt.headless=true
    -XX:SoftRefLRUPolicyMSPerMB=1
    -verbose:gc
    -XX:+PrintGCDetails
    -XX:+PrintGCTimeStamps
    -Xss2m
    -Xms2048M
    -Xmx2048M
    -XX:MaxNewSize=320M
    -XX:NewSize=320M
    -XX:MaxPermSize=512M
    -XX:PermSize=512M
    -XX:SurvivorRatio=2
    -XX:TargetSurvivorRatio=90
    -XX:+UseParNewGC
    -XX:+UseTLAB
    -XX:+HeapDumpOnCtrlBreak
    The heap size for java is 2048
    But still i am getting the ping time out. Connection to server is lost.
    Kindly let me know,
    Regards
    Vijay

Maybe you are looking for

  • IPhone 5s - Microphone During Calls

    I received my new iPhone 5s today and have encountered an issue. When in the phone app, no one is able to hear me during calls. If I switch to speaker mode however, my voice will be picked up. I've also tested with Siri, and my voice is being picked

  • WebAn: select filter value on 0plant gives error (but works fine for other)

    Hi all, have something strange in the web analyzer: i have a query with 0plant in the free characteristics when I do 'select filter value' when it's in the free characteristics -> dump when 0plant is in the rows and I do 'select filter value' -> dump

  • Sorry, something went wrong

    Hi All, I am using Power BI version, I have created a data model with all the relationships correct, when I am putting a question in Power BI Q&A it is showing me an error "Sorry Something went wrong There was a mismatch in the metadata. This usually

  • (PS5) Required Components are Disabled ? Who can help me?(install problem)

    I try to download 3 time PS5 for trial, but i can't select programlist on checkbox. and I try to download Creative Suit 5  and can't select ADOBE PHOTOSHOP CS5 for install too. My OS  Windows XP SP3 32Bit. Disk space 9GB Pls tell me,How i can to this

  • Failed Patch

    Hi all, Please tell me the proceduce to bring back the database from failed patch? ( from 10.2.0.1.0 to 10.2.0.3.0). Thanks...