CBS WebUI hangs at application preprocessing

Hi,
when I want to open the CBS WebUI (CE 7.11) the HTTP worker Thread hangs at
"processing of sap.com/tc.CBS.WebUI/WebUI: application preprocessing"
I have already restarted the server without success. When I want to open the CBS WebUI, the application hangs.
Before this issue an import in a cms track has failed.
Hoping anybody can help me with this issue,
Thanks ahead
Bernd

Hi Bernd,
Please check the Default Trace log flle and check the URL of the CBS.
try to access with http://host:port/devinf with fully qualified name.
Hope it helps
Regards
Arun

Similar Messages

  • Crystal report close button hangs the application

    Dear All,
    I am working on 2005 B PL 46. we have developed an application to open a particular crystal report when a button is pressed in AR Invoice form. this works fine and the data is loaded properly. The problem is, when I close this report, this hangs the entire application and I have to kill the exe from the task manager then only I can go back to SAP. (one of the oldest problem we encountered with crystal report-SDK). this does not happen always. it does close the report 5 times out of 10 without hanging the application.one more thing is, if I debug the application with pressing F11, it never hangs the application and woks fine.
    The report is getting loaded in the Crystalreport Viewer control dragged on a windows form. any one has any idea? I have tried this on 2007 B version PL 08 and the same problem persists with lesser frequency.
    Thanks,
    Binita

    Yes Vasu. and on form close event of that windows's form, I am writing :
    System.Windows.Forms.Application.ExitThread()
    any idea?
    thanks,
    Binita

  • LOV retrieval hang the application on assignment window

    When i try to choose an organization using the LOV on the assignment window it hangs the application and i am force to close the application. I have done a trace on the form executed the sql statement directly from sqlplus i get the same effect.
    select distinct o.name, o.organization_id from
    per_organization_units o where o.business_group_id =361 order by o;name;
    When i run the above statement sqlplus hangs
    but when i do
    select distinct o.name, o.organization_id from
    per_organization_units o where o.business_group_id =361 order by o;name,oragnization_id;
    The records are retrieved
    I wanna why does it hangs when i do a sort only by the name which is the default statement executed from the assignment window.
    Is it because of a corrupted data block
    Any help would be greatly appreciated

    I have done a trace on the form executed the sql statement directly from sqlplus i get the same effect.What does the tkprof of the trace file show?
    Is it because of a corrupted data blockAny ORA-XXXXX errors in the alert_<SID>.log file?

  • JDev 10.1.2 - JSF 1.1_02 - error hangs entire application

    Hi,
    I'm building my first JSF application and an issue has arisen during testing which has us all stumped! Whenever an error occurs for a particular user, the entire application then falls over and all other users then see (different) error messages too.
    Let me try to describe the scenario in detail.
    1. 10 users are using the main page of the application quite happily.
    2. Another user logs in and visits a different page in the same application. This page contains a bug.
    3. The application serves the error page to this user as an unhandled exception was thrown when processing the request.
    4. The other 10 users also get the error page even though they have not visited the buggy page! The application has fallen over and requires the container to be restarted.
    Steps 1-3 are obvious, but I don't understand step 4 - why should the application fail to continue serving bug-free pages to all other users? Is this the expected behaviour for JSF applications? (Other platforms I've used don't behave this way.)
    I can easily replicate this issue by introducing a typo to a component's EL binding. The initial error message is
    javax.servlet.jsp.JspException: Error getting property 'thisisatypo' from bean of type com.mypackage.MyBeanAll other users then see a secondary error message:
    java.lang.IndexOutOfBoundsExceptionOther applications on the app server are not affected.
    Is there a way to configure or recode the application to better handle exceptions so that the application itself doesn't hang and other users can continue to use it? Is it a threading issue? Or is this an issue with the application server, which requires reconfiguration to fix it?
    A thread on Sun's JSF forum mentions a similar issue, but no-one has answered it: http://forums.sun.com/thread.jspa?forumID=881&threadID=5049367
    My environment:
    JSF: v1.1_02 (Sun JSF RI)
    IDE: JDeveloper 10.1.2.3.0
    Java: 1.4.2_06
    App Server: Oracle App Server 10g (OC4J 9.0.4.0.0)
    (Upgrading to more recent versions of JSF or application server are not options at the moment - my organisation has already scheduled upgrades sometime within the next 12 months or so, but I cannot bring them forward!)

    Hi Frank, thanks for your reply.
    I did indeed manually configure JSF for JDev 10.1.2 & Oracle App Server 10g (OC4J 9.0.4), following the instructions provided by Oracle at [http://www.oracle.com/technology/products/jdev/howtos/10g/jsf_howto/jsf.html|http://www.oracle.com/technology/products/jdev/howtos/10g/jsf_howto/jsf.html]
    I have just spent some time porting my application to JDev 10.1.3 & OC4J 10.1.3, as you suggest, and I can confirm that the issue does not appear using this platform.
    However, my organisation does not have this version of Oracle App Server in production. As I indicated in my first post, an upgrade from 9.0.4 to a newer version (tbc) should occur sometime in the next 12 months, but we undertook this project on the basis that JSF would work on Oracle App Server 10g (OC4J 9.0.4), as per the "how to" above.
    If this is not the correct forum to pursue this issue, where, or with whom, should I?
    Many thanks,

  • Mass storage removable devices hangs my application

    Hello everyone,
    starting from Windows 8.1 connecting a USB mass storage device that are read only but doesn't have read only flag set in the volume descriptor would cause the system to enumerate the volumes very slowly. This could be solved by turning the Search/Do not
    allow locations on removable drives to be added to libraries Group policy on.
    This however hangs Windows 10 at startup and if any application tries to access the volume it hangs too for several minutes. And the group policy settings doesn't seem to fix the problem anymore.
    Sure this is the device's problem but the driver should not block the system or any other application and if set so it should not attempt to write to the MSC device.
    Does anyone experience similar problems, is there some other switch that would help me?
    Regards
    Honza R.

    Quote from: frederick.dhont on Today at 02:43:46
    All drivers are already all up-to-date
    I also want to stress that USB mass storage devices are not detected in BIOS, NOR as bootable USB device. So I can't upgrade BIOS even if I wanted to.
    have you done >>Clear CMOS Guide<< with power cord removed?
    have you tested with mainboard out of PC case placed over wooden table?

  • Hanging dotnet application

    Hi all,
    I am using ODP.NET for database connectivity with oracle and ODBC.NET for SQL server. webservice build in C#.NET hangs up if I leave my application Idle for 5 secs only or minimizes for a while. Prior to this I was using ODBC api for both dbs which also giving same result. Oracle.Access is looking slower than System.Data.ODBC for oracle. How can I increase performance using ODP.NET. IS there any way to do this or ODP.NET is slower than ODBC.NET. Please give me suggestions.
    I am using base Interface to make connection and create command ----
    IDbConnection conn = new OracleConnection(strConnectionString);
    IDbCommand command = new OracleCommand(strQuery, conn);
    Thanks
    Dharmendra

    > webservice build in C#.NET hangs up if I leave my application
    Idle for 5 secs only or minimizes for a while
    I once developed desktop VB.NET app using ODP.NET which hang if we left it idle, the source of problem is not in ODP.NET, but because of bad network connection between client and databse server, and bad application code. No offense, I am not judging that your code is bad.
    you should get better performance when using ODP.NET. below is a test code,
    static void Main(string[] args)
        PerfTest("System.Data.OracleClient");    // first try
        PerfTest("System.Data.OracleClient");    // second try
        PerfTest("System.Data.OracleClient");    // third try
        PerfTest("System.Data.Odbc");    // first try
        PerfTest("System.Data.Odbc");    // second try
        PerfTest("System.Data.Odbc");    // third try
        PerfTest("Oracle.DataAccess.Client");    // first try
        PerfTest("Oracle.DataAccess.Client");    // second try
        PerfTest("Oracle.DataAccess.Client");    // third try
    private static void PerfTest(string provider)
        DateTime start, finish;
        DbProviderFactory factory = DbProviderFactories.GetFactory(provider);
        // get oracle start timestamp
        start = DateTime.Now;
        // run oracle command
        using (DbConnection cn = factory.CreateConnection())
            DbCommand cm;
            DbDataReader dr;
            string tempstr;
            if (provider == "System.Data.Odbc")
                cn.ConnectionString = "Dsn=XE;uid=hr;pwd=hr";
            else
                cn.ConnectionString = "Data Source=XE;user ID=hr;Password=hr";
            cn.Open();
            cm = cn.CreateCommand();
            cm.CommandText =
                "select a.employee_id, a.first_name, " +
                "       a.last_name, a.salary " +
                "from employees a, employees b";
            dr = cm.ExecuteReader();
            while (dr.Read())
                tempstr = dr.GetDecimal(0).ToString();
                tempstr = dr.GetString(1);
                tempstr = dr.GetString(2);
                tempstr = dr.GetDecimal(3).ToString();
            cn.Close();
        // get oracle end timestamp
        finish = DateTime.Now;
        // display oracle info
        Console.WriteLine("{0}: {1}", provider, finish - start);
    }tested using VS2005, ODP.NET 10.2 and remote OracleXE database accessed using wireless LAN. Output should similar to this,
    System.Data.OracleClient: 00:00:00.7343750
    System.Data.OracleClient: 00:00:00.4531250
    System.Data.OracleClient: 00:00:00.4531250
    System.Data.Odbc: 00:00:00.4218750
    System.Data.Odbc: 00:00:00.3906250
    System.Data.Odbc: 00:00:00.3437500
    Oracle.DataAccess.Client: 00:00:00.3437500
    Oracle.DataAccess.Client: 00:00:00.1406250
    Oracle.DataAccess.Client: 00:00:00.1406250NH

  • Measurements slow or even hangs the application. Acrobat Pro X and Reader X

    Products: Acrobat Professional X and Acrobat Reader 10.1.7 (and 10.1.5).
    During measurements in files (3 Mb large for instance) the application hangs. Tried on both Windows XP and Windows 7 (32+64bits). Using other freeware it works fine for the same pdf-files.

    Hi Rave, thanks for your reply.
    How do I go about posting the crash dump here?
    And to answer your questions; I just installed Reader 11 and its working fine. As for Acrobat 11, I must've used a trial last year before we got CS6 because it is asking me to license it, so I cant test that unfortunately.

  • JSF error hangs entire application

    Hi,
    I'm building my first JSF application and an issue has arisen during testing which has us all stumped! Whenever an error occurs for a particular user, the entire application then falls over and all other users then see (different) error messages too.
    I can easily replicate this issue by introducing a typo to a component's EL binding. The initial error message is
    javax.servlet.jsp.JspException: Error getting property 'thisisatypo' from bean of type com.mypackage.MyBeanOther users then see a secondary error message: java.lang.IndexOutOfBoundsExceptionOther applications on the app server are not affected.
    Is there a way to configure the application to better handle exceptions so that the application itself doesn't hang and other users can continue to use it? Would using an error page resolve this? (I'm currently catching exceptions in try...catch blocks and displaying the error messages using the <h:messages> component.)
    Or is this an issue with the application server, which requires reconfiguration to fix it?
    A previous thread mentions a similar issue, bit no-one has answered it: [http://forums.sun.com/thread.jspa?forumID=881&threadID=5049367|http://forums.sun.com/thread.jspa?forumID=881&threadID=5049367]
    My environment:
    JSF: v1.1_02 (Sun JSF RI)
    IDE: JDeveloper 10.1.2.3.0
    Java: 1.4.2_06
    App Server: Oracle App Server 10g (OC4J 9.0.4.0.0)
    (Upgrading to more recent versions of JSF or application server are not options at the moment - my organisation has already scheduled upgrades sometime within the next 12 months or so, but I cannot bring them forward!)

    Hi BalusC, thanks for your response!
    I am using try...catch blocks around my business & database code and I am already using an errorpage. My question is not so much "how to make errors more user friendly" as "how do I prevent the application producing errors for all users when a single user encounters a bug?"
    I'm having difficulty in clearly explaining my issue, probably as I don't understand the JSF architecture sufficiently!
    Let try to describe the scenario.
    1. 10 users are using the main page of the application quite happily.
    2. Another user logs in and visits a different page in the same application. This page contains a bug.
    3. The application serves the error page to this user as an unhandled exception was thrown when processing the request.
    4. The other 10 users also get the error page even though they have not visited the buggy page! The application has fallen over and requires the container to be restarted.
    Steps 1-3 are obvious, but I don't understand step 4 - why should the application fail to continue serving bug-free pages to all other users? Is this the expected behaviour for JSF applications? (Other platforms I've used don't behave this way.)
    When this app goes to production there will be 800+ users. Although I hope to have eliminated most bugs by then, I don't want the entire user base blocked from the app when a single error occurs for a single user.
    If you know what I might have done wrong or what I'm missing, please let me know!
    Thanks.

  • VPN Hang My Application

    Dear Gurus,
    Hope all will be fine.
    I have one issue which is now at my nerves.
    I have windows 7 Professional at my laptop. and Cisco VPN client 5.0.
    When i connect my VPN my application get hanged. And when i disconnect my VPN (means when i return to my office LAN) my application works fine.
    Thanks
    Malik Adeel Imtiaz

    Dear Jouni,
    Hope you are fine.
    Currently we have performed following tests for NetSol VPN issue.
    Scenario 1:- 
    •1)      Connected laptop on internet through USB Stick (Internet enabled).
    •2)      Connect VPN Cisco Systems VPN Client Version 5.0.07.0290 through laptop.
    •3)      Telnet on Application server (EA Server) and Database server is open.
    •4)      Connect NetSol application exe (production exe) with Netsol database and it connect successfully.
    Scenario 2:- 
    •1)      Connected laptop on internet through USB Stick (Internet enabled).
    •2)      Connect VPN Cisco Any Connect Secure Mobility Client Version 3.1.01065 through laptop.
    •3)      Telnet on Application server (EA Server) and Database server is open.
    •4)      Connect NetSol application exe (production exe) with Netsol database and it worked successfully.
    Please see that we have tested the NetSol application EXE on both tunneling mode in VPN (Full and Split) and it is working fine with the Netsol Application.
    But issue is our valuable client are facing connection issue with our application exe they are using Full Tunnling VPN.
    Please suggest what should we do.
    Regards
    Malik Adeel Imtiaz

  • My Ipod (4th gen) is hanging and applications are crashing what to do??

    Hanging a lot and the applications are crashing and not able to play subway surfers because of hanging...

    See:
    iOS: Troubleshooting applications purchased from the App Store
    Contact the developer/go to their support site if only one app.
    Restore from backup. See:
    iOS: How to back up              
    Restore to factory settings/new iPod

  • Application hangs for non existing value

    Hi,
    At the DB level I tried to query non existing value from the table, query came out with "no rows selected" . But when I try to do the same from front end, application hangs! I just checked in the statspack report it shows like query is taking more cpu time to execute. what could be the reason for this?
    when I join the v$session,v$sql to get the currently running query on database, it shows the query which try to execute from the application as active.
    why it is hanging in application and why not in DB?
    can any one brief me on this regard? why does application hangs for non exsting value?
    With Regards
    Boo

    Hi,
    At the DB level I tried to query non existing value from the table, query came out with "no rows selected" . But when I try to do the same from front end, application hangs! I just checked in the statspack report it shows like query is taking more cpu time to execute. what could be the reason for this?
    when I join the v$session,v$sql to get the currently running query on database, it shows the query which try to execute from the application as active.
    why it is hanging in application and why not in DB?
    can any one brief me on this regard? why does application hangs for non exsting value?
    With Regards
    Boo

  • Everything hangs? Can't open any application, nor watch any video online:(

    So basically, I can't open any of my applications eg. itunes, imovie, word, games, finder.... apart from Safari.
    Whenever i try to open anything, it just hangs and "application is not responding"
    Moreover, i can't watch any videos on youtube/dailymotion.
    It started on tuesday, when i downloaded this game from app store.
    I tried running a virus scan, but then the application basically hangs.
    I tried resetting the NVRAM/PRAM or whatever it is.
    I tried restarting; hangs again...
    Please help.
    I really don't know what is happening, and I have my coursework to handin in a week

    What application supplied this report,and do you have any anti-virus or third party maintenance utilities installed? Please answer both questions.

  • Open Attachment Application Hangs

    Open Attachment Application Hangs
    1.open item (all the Attachment)
    2.query record
    3.view(menu)->Attachment
    When user try to view the attachment that has been attached , Application hangs!
    application:EBS:11.5.10.2
    db:10.2.0.5
    Thanks!

    Does this happen in all forms or specific ones only?
    Any changes have been done recently?
    --Yes.This is new install ebs 11i,upgrade ATG7\sun JDK 1.6_20\other application (as:ar,ap,fa,gl,om,inv and so on)
    Please verify if you have any errors in the database log file.
    ---No errors (applications and database)
    I hava try the follow command
    Generate jar files
    Generate Applications Files menu
    Compile/Reload Applications Database Entities menu
    Reload JAR files to database
    but the issue still.
    Edited by: gavin on 2010-9-19 上午1:52

  • Recently bought i4 and it has hanging issues, automatically comes out from any open application

    hello Im Fatima from India, I've bought this I4 in september and since then im having issues, like hanging problem, application automatically exits, screen becomes blank, speaker is not working properly.

    hello Im Fatima from India, I've bought this I4 in september and since then im having issues, like hanging problem, application automatically exits, screen becomes blank, speaker is not working properly.

  • Problem with shell commands and scripts from an Applescript Application

    Hi-
    I am fairly new to OSX software development. I am trying to build an application that creates a reverse SSH tunnel to my computer and starts OSXvnc. The idea is that my Mom or anyone else who needs help can connect to me without having to tinker with their firewalls.
    There are plenty of resources on how to do this, and I have found them. What I have a problem with is the following.
    I am building this application in Xcode as an Applescript application, because Applescript and shell scripting are the only forms of programming I know. I use an expect script to connect through SSH, and a "do shell script" for the raw OSXvnc-server application to allow screen sharing.
    The problem is that when I click on the button to launch OSXvnc-server or the button to launch SSH, the application freezes until the process it spawns is killed or finishes. For example, I can set SSH to timeout after 60 seconds of no connection, and then the Applescript application responds again. I even tried using the ssh -f command to fork the process, but that doesn't seem to help.
    I am also using "try" around each of the items.
    What am I doing wrong? How can I make the buttons in my app launch SSH and OSXvnc-server without hanging the application while it waits for them to finish?
    Thanks so much!

    See here for an explanation of the syntax.
    (20960)

Maybe you are looking for

  • How do I separate the inboxes on my 2 email accounts.

    I have office and personal accounts on my Iphone. under the old version of the operating system, I could keep them completely separate. Now, my home emaill is merged in the inbox...the deleted items are separated into two accounts, however. If it isn

  • G4 450 MP won't boot after 10.4.8 update

    My main disk is a 160Go on a PCI IED card (acard) After Software update did its thing, the computer won't boot on this disk. It displays the apple logo, then nothing (no spinning thing). There are display artifacts (blanck line on top of screen, some

  • Can't find .dmg file Disk Utility shows is there

    I've been trying to clean up/gain space on my G4-12" PowerBook. In Disk Utility it shows a .dmg file that when mounted is an audio CD I received from a friend a couple of years ago. I imported the songs from it at the time, ejected, and that was that

  • After removing and replacing a hyperlink why is the old one still in the html code?

    I'm using a tool tip in a master page, the hyperlink is used on the base image and on the roll-over tip. See here: both elements have the new link but the old link, shown above overides the new one??? I can' seem to get rid of it!

  • How to read a Unicode text file in a non-unicode SAP system

    I'm currently has a text file which is saved as UTF-8 format. And inside this file has Thai characters. However, my SAP system is a non-unicode system. When I use the code open dataset DSN for output in TEXT MODE encoding UTF-8 the thai characters be