The first article (common error solutions) accumulated by Puyuan EOS development is continuously updated

Source: Internet
Author: User
Solution to Service Startup failure: when multiple users use a database at the same time, the startup of the Apsara stack console will remain in rcall, and a timeout warning will be displayed, in this way, you need to modify a timer configuration item of Puyuan. In the installation directory, change true in the highlighted field of the following code to false in an user-config.xml file in \ primeton \ platform \ cmd_config \ Default \ config to <Module name = "Schedule"> <group name = "default"> <! -- Isschedulerstart [optional, default to "true"], whether to start timer when application starts up --> <configvalue key = "isschedulerstart"> true </configvalue> <! -- Datasoucename [optional, default to "default"], datasouce name (must be the same as datasource's group name)-> <! -- Configvalue key = "datasoucename"> default </configvalue --> </group> </module> when EOS starts the debugging service, the console does not respond after rcall, generally, the table of the scheduled task is locked. You can run the following statement in plsqldeveloper: Select 'alter system kill session ''' | B. session_id | ',' | C. serial # | ''' immediate; 'from V $ locked_object B, V $ session cwhere B. session_id = C. sid copies the query results to the new SQL window for execution, start the service after execution. solve the problem that the EOS connection fails and cannot be started. Check whether the lock object exists. Select * from V $ locked_object. Check which table S is the locked object. Elect * From dba_objects where object_id in (select T. object_id from V $ locked_object t) -- select * From dba_objects where object_id = 73713 -- enter tools/sessions from the menu bar and set status = 'active' and SID = the record of the locked object ID, right-click kill in the menu, which is related to the operating system compatibility. We recommend that you check org In the IDE \ eclipse \ plugins directory. eclipse. SWT. win32.win32. x86_3.2.0. and Org. eclipse. replace swt_3.2.0 jar with a higher version.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.