WCS error COMMON-1 after login completed

Hi Expert,
I found WCS Sytem Error Page was displayed after login completed for while. How can i fix about this? Thanks
WCS System Error Page
Error(s): You must correct following error(s) before proceeding: Error:COMMON-1: Some unexpected internal error has occured. If the problem presist please report to the Tech Support. Error:Detail: Cannot open connection

Just a heads up to anyone else that might do this... it took about 5 to 10 minutes for the 'StopWCS' process to complete.
We run Version 7.0.172.0 on a Windows Server 2003 VM.
We initially tried restarting the service from Windows Services (services.msc) - made no difference - had to run the stopWCS and startWCS programs in the installation folder.
NOTE: after launching the exe from the program files\WCSxxx\bin\ folder - it took a few moments and a Java console window appeared. It then spewed out the following over the space of 5 to 10 minutes...
"Stopping Health Monitor...
Waiting for shutdown to complete.
Health Monitor successfully shutdown.
Stopping WCS server
WCS server successfully shutdown.
Waiting for shutdown to complete.
Shutting down database server ...
Database server successfully shutdown.
Apache server is stopped.
WCS successfully shutdown."
The startup process was much quicker... taking no more than 5 minutes if that.
Again, after launching the exe from windows explorer - it took a little while for the java window to appear - it then quite quickly (compared with shutdown) produced the following output.
"Starting WCS
This may take a few minutes...
Starting Apache...
Starting Apache server ...
Apache server is running.
WCS started successfully."
And yeah - it resolved the issue for us too - many thanks.

Similar Messages

  • After login UI is not loaded completely

    Hi Team,
    I have done a publishing (real time publishing) from one of the instance however there are few page attribue i am not able to publish due to some error, but when i login to destination server i am just not getting complete UI(only admin and other app i visible except that everything is blank) this happen oly after publishing and there is nothin in sites log except connecion refused error...
    [2015-04-23 12:11:56,451 UTC] [ERROR] [temBasedClusteredEventExecutor] [com.fatwire.logging.cs] Exception reading url from http://ussbcs02:7003/cs/ContentServer?pagename=OpenMarket%2FXcelerate%2FSearch%2FEvent
    com.fatwire.cs.core.http.HttpAccessException: org.apache.http.conn.HttpHostConnectException: Connection to http://ussbcs02:7003 refused
      at com.fatwire.cs.core.http.HttpAccess.execute(HttpAccess.java:393)
      at COM.FutureTense.Util.ftUtil._readUsingHttpAccess(ftUtil.java:817)
      at COM.FutureTense.Util.ftUtil.readByteURL(ftUtil.java:738)
      at COM.FutureTense.Util.ftUtil.readURL(ftUtil.java:703)
      at COM.FutureTense.Platform.SystemEvents.RequestEventItem.execute(RequestEventItem.java:58)
      at COM.FutureTense.Platform.SystemEvents.AbstractEventItem.run(AbstractEventItem.java:170)
      at COM.FutureTense.Platform.SystemEvents.FileSystemBasedClusteredEventExecutor$LockingCallable.call(FileSystemBasedClusteredEventExecutor.java:234)
      at COM.FutureTense.Platform.SystemEvents.FileSystemBasedClusteredEventExecutor$LockingCallable.call(FileSystemBasedClusteredEventExecutor.java:199)
      at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
      at java.util.concurrent.FutureTask.run(FutureTask.java:139)
      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:909)
      at java.lang.Thread.run(Thread.java:662)
    Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://ussbcs02:7003 refused
      at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:158)
      at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:149)
      at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:121)
      at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:573)
      at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:425)
      at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
      at com.fatwire.cs.core.http.HttpAccess.execute(HttpAccess.java:578)
      at com.fatwire.cs.core.http.HttpAccess.execute(HttpAccess.java:369)
      ... 12 more
    Caused by: java.net.ConnectException: Connection refused
      at java.net.PlainSocketImpl.socketConnect(Native Method)
      at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
      at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
      at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
      at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
      at java.net.Socket.connect(Socket.java:529)
      at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:123)
      at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:148)
      at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:149)
      at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:121)
      at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:573)
      at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:425)
      at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
      at com.fatwire.cs.core.http.HttpAccess.execute(HttpAccess.java:578)
      at com.fatwire.cs.core.http.HttpAccess.execute(HttpAccess.java:369)
      at COM.FutureTense.Util.ftUtil._readUsingHttpAccess(ftUtil.java:817)
      at COM.FutureTense.Util.ftUtil.readByteURL(ftUtil.java:738)
      at COM.FutureTense.Util.ftUtil.readURL(ftUtil.java:703)
      at COM.FutureTense.Platform.SystemEvents.RequestEventItem.execute(RequestEventItem.java:58)
      at COM.FutureTense.Platform.SystemEvents.AbstractEventItem.run(AbstractEventItem.java:170)
      at COM.FutureTense.Platform.SystemEvents.FileSystemBasedClusteredEventExecutor$LockingCallable.call(FileSystemBasedClusteredEventExecutor.java:233)
      at COM.FutureTense.Platform.SystemEvents.FileSystemBasedClusteredEventExecutor$LockingCallable.call(FileSystemBasedClusteredEventExecutor.java:199)
      at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
      at java.util.concurrent.FutureTask.run(FutureTask.java:138)
      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
      ... 1 more
    [2015-04-23 12:15:33,417 UTC] [INFO ] [.kernel.Default (self-tuning)'] [beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [BeanConfiguration.xml]
    [2015-04-23 12:15:34,844 UTC] [INFO ] [.kernel.Default (self-tuning)'] [beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [UIServices.xml]
    [2015-04-23 12:15:45,321 UTC] [WARN ] [.kernel.Default (self-tuning)'] [com.fatwire.assetapi] com.fatwire.assetapi.common.AssetAccessException: Association views does not exist for this asset type FW_Application
    [2015-04-23 12:15:45,328 UTC] [WARN ] [.kernel.Default (self-tuning)'] [com.fatwire.assetapi] com.fatwire.assetapi.common.AssetAccessException: Association views does not exist for this asset type FW_Application
    [2015-04-23 12:15:45,331 UTC] [WARN ] [.kernel.Default (self-tuning)'] [com.fatwire.assetapi] com.fatwire.assetapi.common.AssetAccessException: Association views does not exist for this asset type FW_Application
    [2015-04-23 12:15:45,335 UTC] [WARN ] [.kernel.Default (self-tuning)'] [com.fatwire.assetapi] com.fatwire.assetapi.common.AssetAccessException: Association views does not exist for this asset type FW_Application
    [2015-04-23 12:15:45,339 UTC] [WARN ] [.kernel.Default (self-tuning)'] [com.fatwire.assetapi] com.fatwire.assetapi.common.AssetAccessException: Association views does not exist for this asset type FW_Application
    [2015-04-23 12:15:45,344 UTC] [WARN ] [.kernel.Default (self-tuning)'] [com.fatwire.assetapi] com.fatwire.assetapi.common.AssetAccessException: Association views does not exist for this asset type FW_Application
    [2015-04-23 12:15:46,745 UTC] [INFO ] [.kernel.Default (self-tuning)'] [logging.cs.cache.page] EHCache-based page cache loaded.
    [2015-04-23 12:15:46,829 UTC] [WARN ] [.kernel.Default (self-tuning)'] [com.fatwire.assetapi] com.fatwire.assetapi.common.AssetAccessException: Association views does not exist for this asset type FW_Application
    [2015-04-23 12:16:13,777 UTC] [WARN ] [.kernel.Default (self-tuning)'] [com.fatwire.assetapi] com.fatwire.assetapi.common.AssetAccessException: Association views does not exist for this asset type FW_Application
    [2015-04-23 12:16:13,778 UTC] [WARN ] [.kernel.Default (self-tuning)'] [com.fatwire.assetapi] com.fatwire.assetapi.common.AssetAccessException: Association views does not exist for this asset type FW_Application
    [2015-04-23 12:16:13,780 UTC] [WARN ] [.kernel.Default (self-tuning)'] [com.fatwire.assetapi] com.fatwire.assetapi.common.AssetAccessException: Association views does not exist for this asset type FW_Application
    [2015-04-23 12:16:13,781 UTC] [WARN ] [.kernel.Default (self-tuning)'] [com.fatwire.assetapi] com.fatwire.assetapi.common.AssetAccessException: Association views does not exist for this asset type FW_Application
    [2015-04-23 12:16:13,782 UTC] [WARN ] [.kernel.Default (self-tuning)'] [com.fatwire.assetapi] com.fatwire.assetapi.common.AssetAccessException: Association views does not exist for this asset type FW_Application
    [2015-04-23 12:16:13,783 UTC] [WARN ] [.kernel.Default (self-tuning)'] [com.fatwire.assetapi] com.fatwire.assetapi.common.AssetAccessException: Association views does not exist for this asset type FW_Application
    [2015-04-23 12:16:13,931 UTC] [WARN ] [.kernel.Default (self-tuning)'] [com.fatwire.assetapi] com.fatwire.assetapi.common.AssetAccessException: Association views does not exist for this asset type FW_Application
    [2015-04-23 12:17:25,099 UTC] [WARN ] [.kernel.Default (self-tuning)'] [com.fatwire.assetapi] com.fatwire.assetapi.common.AssetAccessException: Association views does not exist for this asset type FW_Application
    [2015-04-23 12:17:25,103 UTC] [WARN ] [.kernel.Default (self-tuning)'] [com.fatwire.assetapi] com.fatwire.assetapi.common.AssetAccessException: Association views does not exist for this asset type FW_Application
    [2015-04-23 12:17:25,105 UTC] [WARN ] [.kernel.Default (self-tuning)'] [com.fatwire.assetapi] com.fatwire.assetapi.common.AssetAccessException: Association views does not exist for this asset type FW_Application
    [2015-04-23 12:17:25,107 UTC] [WARN ] [.kernel.Default (self-tuning)'] [com.fatwire.assetapi] com.fatwire.assetapi.common.AssetAccessException: Association views does not exist for this asset type FW_Application
    [2015-04-23 12:17:25,109 UTC] [WARN ] [.kernel.Default (self-tuning)'] [com.fatwire.assetapi] com.fatwire.assetapi.common.AssetAccessException: Association views does not exist for this asset type FW_Application
    [2015-04-23 12:17:25,111 UTC] [WARN ] [.kernel.Default (self-tuning)'] [com.fatwire.assetapi] com.fatwire.assetapi.common.AssetAccessException: Association views does not exist for this asset type FW_Application
    [2015-04-23 12:17:26,376 UTC] [WARN ] [.kernel.Default (self-tuning)'] [com.fatwire.assetapi] com.fatwire.assetapi.common.AssetAccessException: Association views does not exist for this asset type FW_Application
    [2015-04-23 12:18:19,153 UTC] [WARN ] [.kernel.Default (self-tuning)'] [com.fatwire.assetapi] com.fatwire.assetapi.common.AssetAccessException: Association views does not exist for this asset type FW_Application
    [2015-04-23 12:18:19,154 UTC] [WARN ] [.kernel.Default (self-tuning)'] [com.fatwire.assetapi] com.fatwire.assetapi.common.AssetAccessException: Association views does not exist for this asset type FW_Application
    [2015-04-23 12:18:19,155 UTC] [WARN ] [.kernel.Default (self-tuning)'] [com.fatwire.assetapi] com.fatwire.assetapi.common.AssetAccessException: Association views does not exist for this asset type FW_Application
    [2015-04-23 12:18:19,156 UTC] [WARN ] [.kernel.Default (self-tuning)'] [com.fatwire.assetapi] com.fatwire.assetapi.common.AssetAccessException: Association views does not exist for this asset type FW_Application
    [2015-04-23 12:18:19,157 UTC] [WARN ] [.kernel.Default (self-tuning)'] [com.fatwire.assetapi] com.fatwire.assetapi.common.AssetAccessException: Association views does not exist for this asset type FW_Application
    [2015-04-23 12:18:19,157 UTC] [WARN ] [.kernel.Default (self-tuning)'] [com.fatwire.assetapi] com.fatwire.assetapi.common.AssetAccessException: Association views does not exist for this asset type FW_Application
    [2015-04-23 12:18:20,727 UTC] [WARN ] [.kernel.Default (self-tuning)'] [com.fatwire.assetapi] com.fatwire.assetapi.common.AssetAccessException: Association views does not exist for this asset type FW_Application
    let me try to upload screen sho of wat i am getting :-) thanks in advance
    Regards
    Kiran purohit

    Hello Kiran,
    It looks like there's something wrong with your FW_View assets. Those should not be published. It might be best to restore the environment from a back-up. You could try recreating the views association in the AssocNamed table, as it seems to be missing, but I don't know if that will solve it. If you want to try that, you need these records:
    AssocNamed:
    ID
    NAME
    DESCRIPTION
    ASSETTYPE
    DEPTYPE
    CHILDASSETTYPE
    MULTIVALUED
    {some id}
    views
    views
    FW_Application
    E
    FW_View
    T
    AssocNamed_Subtypes:
    ID
    OWNERID
    SUBTYPE
    REQUIRED
    {some other id}
    {id of AssocNamed}
    F
    You can use Sites-Explorer to create the records. Though first you may want to check if it's not a caching issue by deleting the cscache and linkedcache ehCache directories when the server is not running.
    Kind regards,
    Stephan.

  • Menu tabs disappear completely after login and appears if only i press on item node at hire level

    I'm using a Menu Model to Create a Page Hierarchy in my adf application on Jdeveloper 11.1.2.3.0
    it is in three levels level 1 have 2 item nods (home - Help) displayed as buttons
                                level 2   contains 5 item nods about the managements displayed as tabs
                                level 3   is about reports displayed as list
    the point I have apply security in the application using Adf security wizard and i assign roles and users and grants
    all works fine but level 2 tabs disappear completely after login and appears if only i press on Home item node at run time
    I create 2 users (admin) has all roles  and can view all  tabs in level 2 of my navigation and another user (emp)  which can view one Tab page in level 2
    Point 1 --the item nod are rendered according the #{securityContext.regionViewable['oracle.view.pageDefs.RentManagPageDef']}     (EL ) expression language 
    and other item nod render property are set as the same but in the page name definition
    it works fine
    _ Point 2 in my page template I set #{menuInfo.rendered} for renderd property of the command navigation item
    it works fine
    - point 3 I add a  go link in my template to explicit perform log in log out from the app  and redirect the user to the required page
    Destination is
    #{securityContext.authenticated ? "/adfAuthentication?logout=true&end_url=/faces/wearhouse.jsf"  : "/adfAuthentication?success_url=/faces/company.jsf"}
    and its also works fine
    the problem is in the level 2 navigation tabs which is diaper after explicit log in the app directs the user to the correct page successfully
    But the tabs are not rendered till I press on home button on Level 1 navigation it appears and it appears  correctly cording the logged in user validation
    in another words i log in as user (admin) i get directed to the successful log in page  in the link go but  level 2 tabs are invisible or not rendered at all    I click on Home button in level1 navigation the tabs
    become rendered or viewable and i navigate normally
    I log out as admin the level 2 tabs becomes invisible again
    then I log in as (emp)  i get directed to the successful log in page and  level 2 tabs are still  invisible or not rendered
    I click on Home button in level1 navigation the only one tab the user emp authorized to it  gets rendered (appears)
    and its semi correct behavior because this is what I want him to see only
    my tries to find solution
    I tride to use
    #{securityContext.userInRole['division']}
    on the menu node item   I found same behavior level 2 tabs gets hidden till i click on home link at run time
    I tride to use #{securityContext.authenticated} to control item nods rending
    all tabs remains visible and i dont want that ain adition if user clicks on a tab of page he has no authority on it i recive server error
    I read 30.7 Creating a Login Page in the  Fusion Developer's Guide for Oracle Application Development Framework to finde about redirecting user
    and it is using the same as i did from adf tutorials
    I tried to make new navigation app on fast
    maybe i made incorrect change in any stage of my original app
    but I found same behavior
    I tried to set disabled property instead of rendered property the tabs are always rendered   but I got server error when I click on a tab which a user does not authorized
    So I doubt maybe problem in the El or the way I use to control rendering item node
    or there additional step to stop all  the tabs disappear after login
    I hope please some one Help or tell me what i have to read about in the developer guide  or interface developer guide or article on the web
    I'll be gratfule
    I know maybe it is small issue but help me please

    Hi,
    have a look at the sample that comes with this article: Oracle ADF: Security for Everyone It uses resource remissions to authorize panel tabs.
    One test to run is to print the outcome of the security evaluation (e.g. output text) to see what it returns.
    Frank

  • After login to the e-bank on line of the Eurobank EFG in Serbia error message: "Keyboard Navigation Disabled." appear and furthur work is not possible.

    This problem started about 10-20 days ago.
    After login to the e-bank on line service of the Eurobank EFG Serbia further work is not possible because the screen became gray and an error message appear: Keyboard Navigation Disabled.
    I run the laptop on Win 7 Professional - 64 bit Service Pack 1.
    My default web browser is Mozilla Firefox 21.0.
    Alternative is:
    - Internet Explorer 10
    Version: 10.0.9200.16576
    Update Versions: 10.0.5 (KB2829530)
    I have scanned my laptop and cleaned few fond viruses. Have uninstalled and installed again Java so now I have:
    - Java 7 Update 21
    - Java 7 Update 21 (64-bit)
    I have uninstall and reinstall Firefox.
    Result is that now I can run e-bank online in IE but not in Firefox.
    Customer support service from the bank told me that the problem is related to the browser...

    Problem still exist - looking for a solution.
    You may see how this appears on the screen at the attached picture.

  • Error when starting the JC00 after the completion of the WEB AS 640 instal.

    Hi,
    After successful completion of the Web As 640 Installation on HP-UX, I am not able to start the JC00 and getting the following error.
    sapweb:ep1adm 36> startsap
    Checking db Database
    ABAP Database is not available via R3trans
    Checking db Database
    J2EE Database is not available via  test
    See logfile JdbcCon.log
    Starting SAP-Collector Daemon
    12:19:32 09.08.2005   LOG: Effective User Id is root
    This is Saposcol Version COLL 20.87 640 - hpxOscol 07/2003
    Usage:  saposcol -l: Start OS Collector
            saposcol -k: Stop  OS Collector
            saposcol -d: OS Collector Dialog Mode
            saposcol -s: OS Collector Status
    The OS Collector (PID 1087) is already running .....
    saposcol already running
    Running /usr/sap/EP1/SYS/exe/run/startj2eedb
    Trying to start EP1 database ...
    Log file: /home/ep1adm/startdb.log
    /usr/sap/EP1/SYS/exe/run/startj2eedb completed successfully
    Starting SAP Instance SCS01
    Startup-Log is written to /home/ep1adm/startsap_SCS01.log
    Instance on host sapweb started
    Starting SAP Instance JC00
    Startup-Log is written to /home/ep1adm/startsap_JC00.log
    Startup of Instance failed
    See /home/ep1adm/startsap_JC00.log for details
    startsap_JC00.log is
    Trace of system startup/check of SAP System EP1 on Tue Aug  9 13:30:24 EDT 2005
    Called command: /usr/sap/EP1/SYS/exe/run/startsap
    Starting SAP Instance JC00
    SAP-R/3-Startup Program Rel 640 V1.8 (2003/04/24)
    Starting at 2005/08/09 13:30:25
    Startup Profile: "/usr/sap/EP1/SYS/profile/START_JC00_sapweb"
    (4439) SETENV LD_LIBRARY_PATH=/usr/sap/EP1/JC00/j2ee/os_libs:
    Setup Environment Variables
    (4439) SETENV SHLIB_PATH=/usr/sap/EP1/JC00/j2ee/os_libs:/usr/sap/EP1/SYS/exe/run:/usr/sap/EP1/SYS/exe/runU:/usr/sap/EP1/JC00/j2ee/os_libs:/oracle/EP1/920_64/lib:/oracle/EP1/920_64/lib32:/oracle/EP1/920_64/lib:/oracle/EP1/920_64/lib32
    (4439) SETENV LIBPATH=/usr/sap/EP1/JC00/j2ee/os_libs:
    Execute Pre-Startup Commands
    (4439) Local: rm -f jc.sapEP1_JC00
    (4439) Local: ln -s -f /usr/sap/EP1/JC00/j2ee/os_libs/jcontrol jc.sapEP1_JC00
    Starting Programs
    (4446) Starting: local jc.sapEP1_JC00 pf=/usr/sap/EP1/SYS/profile/EP1_JC00_sapweb
    (4439) Waiting for Child Processes to terminate.
    (4439) **** 2005/08/09 13:30:31 Child 4446 terminated with Status 66 . ****
    (4439) **** No more Child Processes to wait for.
    (4439) Parent Shutdown at 2005/08/09 13:30:31
    Execute Post-Shutdown Commands
    (4439) Exiting with Return-Code 3. (No more child processes)
    Startup of Instance failed
    I was able to start and stop the SAP before i took the backup but after the backup i am not able to start the SAP.
    Thanks,
    Sandeep

    J2EE Database is not available via  test
    See logfile JdbcCon.log
    Please see the log file.If it says password expired .Please change the password for the schema user of J2ee database.In my case the user is sapdbqx1 and after resetiing the apssword it worked fine.
    Also onetime for annother system in XI Landscpe I had same issue.
    Solution: The listener file should have both logical hostname as well as physical host name entry.Then its worked.
    Sudhakar

  • WSM ccore after login gets 500 Internal Server Error

    Having issues with wsm ccore console . After login I get 500 internal error, Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.
    Letf hand side Menu is available. Also the ccore appliction log shows some class exceptions. I am not sure what is wrong here, i have tried to compare server.xml and other configuration files with a working environment but still no luck. Appreciate any pointers.
    Thanks,
    10/02/04 22:45:20.840 ccore: Servlet error
    oracle.classloader.util.AnnotatedNoClassDefFoundError:
    Missing class: org.apache.taglibs.standard.tag.el.core.IfTag
    Dependent class: com.cfluent._coresv._policymgmt._policyserver._ListAgents
    Loader: ccore.web.ccore:0.0.0
    Code-Source: /vol01/local/oracle/OracleAS_1/j2ee/OC4J_WSM/applications/ccore/ccore/WEB-INF/lib/coresv-4.0-jsp-ccore.jar
    Configuration: WEB-INF/lib/ directory in /vol01/local/oracle/OracleAS_1/j2ee/OC4J_WSM/applications/ccore/ccore/WEB-INF/lib
    The missing class is not available from any code-source or loader in the system.
    at oracle.classloader.PolicyClassLoader.handleClassNotFound (PolicyClassLoader.java:2194) [vol01/local/oracle/OracleAS_1/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@1726192190]
    at oracle.classloader.PolicyClassLoader.internalLoadClass (PolicyClassLoader.java:1726) [vol01/local/oracle/OracleAS_1/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@1726192190]
    at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1682) [vol01/local/oracle/OracleAS_1/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@1726192190]
    at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1667) [vol01/local/oracle/OracleAS_1/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@1726192190]
    at java.lang.ClassLoader.loadClassInternal (ClassLoader.java:319) [jre bootstrap, by jre.bootstrap:1.5.0_18]
    at com.cfluent._coresv._policymgmt._policyserver._ListAgents._jspService (_ListAgents.java:245) [vol01/local/oracle/OracleAS_1/j2ee/OC4J_WSM/applications/ccore/ccore/WEB-INF/lib/coresv-4.0-jsp-ccore.jar (from WEB-INF/lib/ directory in /vol01/local/oracle/OracleAS_1/j2ee/OC4J_WSM/applications/ccore/ccore/WEB-INF/lib), by ccore.web.ccore:0.0.0]
    at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.5.0) ].http.OrionHttpJspPage.service (OrionHttpJspPage.java:59) [vol01/local/oracle/OracleAS_1/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /vol01/local/oracle/OracleAS_1/j2ee/home/oc4j.jar), by oc4j:10.1.3]
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ResourceFilterChain.doFilter (ResourceFilterChain.java:64) [vol01/local/oracle/OracleAS_1/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /vol01/local/oracle/OracleAS_1/j2ee/home/oc4j.jar), by oc4j:10.1.3]
    at oracle.i18n.servlet.filter.ServletFilter.doFilter (ServletFilter.java:130) [vol01/local/oracle/OracleAS_1/jdbc/lib/orai18n.jar (from <code-source> in META-INF/boot.xml in /vol01/local/oracle/OracleAS_1/j2ee/home/oc4j.jar), by oracle.wsm.ccore:1.0]
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.invoke (ServletRequestDispatcher.java:644) [vol01/local/oracle/OracleAS_1/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /vol01/local/oracle/OracleAS_1/j2ee/home/oc4j.jar), by oc4j:10.1.3]
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.forwardInternal (ServletRequestDispatcher.java:391) [vol01/local/oracle/OracleAS_1/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /vol01/local/oracle/OracleAS_1/j2ee/home/oc4j.jar), by oc4j:10.1.3]
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.doProcessRequest (HttpRequestHandler.java:908) [vol01/local/oracle/OracleAS_1/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /vol01/local/oracle/OracleAS_1/j2ee/home/oc4j.jar), by oc4j:10.1.3]
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.processRequest (HttpRequestHandler.java:458) [vol01/local/oracle/OracleAS_1/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /vol01/local/oracle/OracleAS_1/j2ee/home/oc4j.jar), by oc4j:10.1.3]
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.AJPRequestHandler.run (AJPRequestHandler.java:313) [vol01/local/oracle/OracleAS_1/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /vol01/local/oracle/OracleAS_1/j2ee/home/oc4j.jar), by oc4j:10.1.3]
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.AJPRequestHandler.run (AJPRequestHandler.java:199) [vol01/local/oracle/OracleAS_1/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /vol01/local/oracle/OracleAS_1/j2ee/home/oc4j.jar), by oc4j:10.1.3]
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run (ServerSocketReadHandler.java:260) [vol01/local/oracle/OracleAS_1/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /vol01/local/oracle/OracleAS_1/j2ee/home/oc4j.jar), by oc4j:10.1.3]
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run (ReleasableResourcePooledExecutor.java:303) [vol01/local/oracle/OracleAS_1/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /vol01/local/oracle/OracleAS_1/j2ee/home/oc4j.jar), by oc4j:10.1.3]
    at java.lang.Thread.run (Thread.java:595) [jre bootstrap, by jre.bootstrap:1.5.0_18]

    I'm facing the same issue on a 10.1.3.4 installation.

  • How to run 3 job(a,b,c) parallel in unix shells script and after will complete d will start  and we have to handle the error also

    how to run 3 job(a,b,c) parallel in unix shells script and after will complete d will start  and we have to handle the error also

    032ee1bf-8007-4d76-930e-f77ec0dc7e54 wrote:
    how to run 3 job(a,b,c) parallel in unix shells script and after will complete d will start  and we have to handle the error also
    Please don't overwhelm us with so many details!  
    Just off the top of my head ... as a general approach ... something like
    nohup proca
    nohup procb
    nohup procc
    while (some condition checking that all three procs are still running ... maybe a ps -ef |grep  )
    do
    sleep 2
    done
    procd
    But, we'd really need to know what it is you are really trying to accomplish, instead of your pre-conceived solution.

  • I am receiving an error message "Error: 150:30" after having my computer serviced. Repair shop completely stripped down my machine and reloaded Operating system, Yosemite 10.10.1. tried to download a Licensing update, but can't get that to open.????

    Adobe Photoshop CS4
    I am receiving an error message "Error: 150:30" after having my computer serviced.
    Repair shop completely stripped down my machine and reloaded Operating system, Yosemite 10.10.1.
    I tried to download a Licensing update, but can't get that to open.????
    My machine had originally been a clone of another Mac. Not it looks like a brand new computer.
    Possibly there is something in system preferences to change? I turned off Firewall and allow downloads from all parties.
    Thank You for you help!
    joe

    150:30 means the licensing failed. Photoshop can't be moved like other programs from another drive or from backup.
    I would suggest a reinstall to fix it. Anytime you move Photoshop from from drive to another, it breaks licensing. A install is the quickest way. to fix it.
    When you are done with the install, apply all CS4 updates.  Product updates
    Gene
    (Remember to mark the answer that solved your issue by clicking on “correct”. This indicates the question is answered and credits those who took time to help you or followup if there are further questions)

  • HT4972 Hi! I have tried to update OS from 4.3.5 to latest on Ipod touch but every time after 70% completing an error is prompted and say update cannot be completed. Please check the setting. Please guide in this respect to be updated.

    Hi!
    I have tried to update OS from 4.3.5 to latest on Ipod touch but every time after 70% completing an error is prompted and say update cannot be completed. Please check the setting. Please guide in this respect to be updated.

    Disable the computer's firewall and antivirus during the download and update.

  • [Solved] KDE4 won´t finish loading after login-in with KDM

    I have been trying to solve this for a while but I'm still struggling to solve it. The problem is that I can't successfully start KDE4; after trying to log as a normal user with a password the loading screen that shows the KDE icons (a harddrive, some tools and a globe) it gets stuck on the desktop icon.
    I could load KDE once, but I had to start X first and then use the xterm to call startkde, nevertheless it didn't asked for a user/pass and there was no menu visible only the desktop with the computer icon. (Not to mention I had to start it manually.)
    This are the points that are currently apply to my machine:
    KDE was installed as the normal user with sudo.
    It was installed using the minimal install command:  pacman -S kdebase kde-l10n-es phonon-vlc kdebase-workspace.
    Right now I'm trying to start KDE at boot by using the inittab method. As suggested in here.
    Because of it, if I try to run startx it will load kdm which will then try to load KDE without success.
    This is the .xinitrc file in my user folder.
    exec ck-launch-session startkde
    and the /etc/X11/xinit/xinitrc file
    #!/bin/sh
    userresources=$HOME/.Xresources
    usermodmap=$HOME/.Xmodmap
    sysresources=/etc/X11/xinit/.Xresources
    sysmodmap=/etc/X11/xinit/.Xmodmap
    # merge in defaults and keymaps
    if [ -f $sysresources ]; then
    xrdb -merge $sysresources
    fi
    if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
    fi
    if [ -f "$userresources" ]; then
    xrdb -merge "$userresources"
    fi
    if [ -f "$usermodmap" ]; then
    xmodmap "$usermodmap"
    fi
    # start some nice programs
    if [ -d /etc/X11/xinit/xinitrc.d ] ; then
    for f in /etc/X11/xinit/xinitrc.d/* ; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    twm &
    xclock -geometry 50x50-1+1 &
    xterm -geometry 80x50+494+51 &
    xterm -geometry 80x20+494-0 &
    exec xterm -geometry 80x66+0+0 -name login
    The /etc/inittab file
    # /etc/inittab
    # Runlevels:
    # 0 Halt
    # 1(S) Single-user
    # 2 Not used
    # 3 Multi-user
    # 4 Not used
    # 5 X11
    # 6 Reboot
    ## Only one of the following two lines can be uncommented!
    # Boot to console
    #id:3:initdefault: #Manual comment
    # Boot to X11
    id:5:initdefault:
    rc::sysinit:/etc/rc.sysinit
    rs:S1:wait:/etc/rc.single
    rm:2345:wait:/etc/rc.multi
    rh:06:wait:/etc/rc.shutdown
    su:S:wait:/sbin/sulogin -p
    # -8 options fixes umlauts problem on login
    c1:2345:respawn:/sbin/agetty -8 38400 tty1 linux
    c2:2345:respawn:/sbin/agetty -8 38400 tty2 linux
    c3:2345:respawn:/sbin/agetty -8 38400 tty3 linux
    c4:2345:respawn:/sbin/agetty -8 38400 tty4 linux
    c5:2345:respawn:/sbin/agetty -8 38400 tty5 linux
    c6:2345:respawn:/sbin/agetty -8 38400 tty6 linux
    # Serial Virtual Console for KVM and others VMs
    #s0:2345:respawn:/sbin/agetty -8 9600 ttyS0 linux
    # Hypervisor Virtual Console for Xen and KVM
    #h0:2345:respawn:/sbin/agetty -8 38400 hvc0 linux
    ca::ctrlaltdel:/sbin/shutdown -t3 -r now
    # Example lines for starting a login manager
    #x:5:respawn:/usr/bin/xdm -nodaemon #Manual comment
    #x:5:respawn:/usr/sbin/gdm -nodaemon
    x:5:respawn:/usr/bin/kdm -nodaemon
    #x:5:respawn:/usr/bin/slim >/dev/null 2>&1
    # End of file
    And this is the .xsession-errors file, which after the last line I killed.
    startkde: Starting up...
    Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
    kbuildsycoca4 running...
    kded(3809)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
    No outputs have backlight property
    QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.5'
    Object::connect: No such signal QDBusAbstractInterface::Changed()
    Invalid D-BUS member name 'idle-hint' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'is-local' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'x11-display-device' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'x11-display' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'display-device' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'remote-host-name' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'session-type' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'unix-user' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    OpenGL vendor string: NVIDIA Corporation
    OpenGL renderer string: GeForce Go 7200/PCI/SSE2
    OpenGL version string: 2.1.2 NVIDIA 270.41.06
    OpenGL shading language version string: 1.20 NVIDIA via Cg compiler
    Driver: NVIDIA
    Driver version: 270.41.6
    GPU class: NV40/G70
    OpenGL version: 2.1.2
    GLSL version: 1.20
    X server version: 1.10.1
    Linux kernel version: 2.6.38
    Direct rendering: yes
    Requires strict binding: no
    GLSL shaders: limited
    Texture NPOT support: yes
    QDBusObjectPath: invalid path ""
    QDBusObjectPath: invalid path ""
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(-18, -11)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(-18, -11)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(-18, -11)
    Object::connect: No such signal KWindowSystem::windowChanged(WId,unsigned long*)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(-18, -11)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(-18, -11)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(-18, -11)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    link XMLID_34_ hasn't been detected!
    link XMLID_34_ hasn't been detected!
    link XMLID_36_ hasn't been detected!
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    Object::connect: No such signal QDBusAbstractInterface::Changed()
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    Object::connect: No such slot AbstractItemView::iconSettingsChanged()
    "/usr/bin/kactivitymanagerd(3890)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
    "/usr/bin/kactivitymanagerd(3890)" Soprano: "QLocalSocket::connectToServer: Invalid name"
    "/usr/bin/kactivitymanagerd(3890)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
    "/usr/bin/kactivitymanagerd(3890)" Soprano: "QLocalSocket::connectToServer: Invalid name"
    "/usr/bin/kactivitymanagerd(3890)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
    "/usr/bin/kactivitymanagerd(3890)" Soprano: "QLocalSocket::connectToServer: Invalid name"
    Invalid D-BUS interface name 'org.kde.plasma-desktop.PlasmaApp' found while parsing introspection
    plasma-desktop(3897)/libakonadi Akonadi::AgentManagerPrivate::createDBusInterface: AgentManager failed to get a valid AgentManager DBus interface. Error is: 1 "org.freedesktop.DBus.Error.NameHasNoOwner" "Could not get owner of name 'org.freedesktop.Akonadi.Control': no such name"
    plasma-desktop(3897)/libakonadi Akonadi::SessionPrivate::socketError: Socket error occurred: "QLocalSocket::connectToServer: Invalid name"
    plasma-desktop(3897)/libakonadi Akonadi::SessionPrivate::socketError: Socket error occurred: "QLocalSocket::connectToServer: Invalid name"
    Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
    search paths: ("/usr/local/bin", "/usr/bin", "/bin", "/usr/local/sbin", "/usr/sbin", "/sbin", "/usr/bin/core_perl", "/usr/sbin", "/usr/local/sbin", "/usr/local/libexec", "/usr/libexec", "/opt/mysql/libexec", "/opt/local/lib/mysql5/bin", "/opt/mysql/sbin")
    Found mysql_install_db: "/usr/bin/mysql_install_db"
    Found mysqlcheck: "/usr/bin/mysqlcheck"
    plasma-desktop(3897)/libakonadi Akonadi::SessionPrivate::socketError: Socket error occurred: "QLocalSocket::connectToServer: Invalid name"
    akonadi.collectionattributetable OK
    akonadi.collectionmimetyperelation OK
    akonadi.collectionpimitemrelation OK
    akonadi.collectiontable OK
    akonadi.flagtable OK
    akonadi.mimetypetable OK
    akonadi.parttable OK
    akonadi.pimitemflagrelation OK
    akonadi.pimitemtable OK
    akonadi.resourcetable OK
    akonadi.schemaversiontable OK
    Database "akonadi" opened using driver "QMYSQL"
    DbInitializer::run()
    checking table "SchemaVersionTable"
    checking table "ResourceTable"
    checking table "CollectionTable"
    checking table "MimeTypeTable"
    checking table "PimItemTable"
    checking table "FlagTable"
    checking table "PartTable"
    checking table "CollectionAttributeTable"
    checking relation "PimItemFlagRelation"
    checking relation "CollectionMimeTypeRelation"
    checking relation "CollectionPimItemRelation"
    DbInitializer::run() done
    skipping update 2
    skipping update 3
    skipping update 4
    skipping update 8
    skipping update 10
    skipping update 12
    skipping update 13
    skipping update 14
    skipping update 15
    skipping update 16
    skipping update 17
    skipping update 18
    skipping update 19
    Database "akonadi" opened using driver "QMYSQL"
    Nepomuk Query Server not available
    DataStore::unhideAllPimItems()
    Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
    Database "akonadi" opened using driver "QMYSQL"
    PLUGINS: "/usr/share/akonadi/agents"
    PLUGINS: ("birthdaysresource.desktop", "contactsresource.desktop", "icalresource.desktop", "imapresource.desktop", "kabcresource.desktop", "kcalresource.desktop", "knutresource.desktop", "kolabproxyresource.desktop", "localbookmarksresource.desktop", "maildirresource.desktop", "maildispatcheragent.desktop", "mboxresource.desktop", "microblog.desktop", "mtdummyresource.desktop", "nepomukcalendarfeeder.desktop", "nepomukcontactfeeder.desktop", "nepomuktagresource.desktop", "nntpresource.desktop", "notesresource.desktop", "pop3resource.desktop", "vcarddirresource.desktop", "vcardresource.desktop")
    search paths: ("/usr/local/bin", "/usr/bin", "/bin", "/usr/local/sbin", "/usr/sbin", "/sbin", "/usr/bin/core_perl")
    PLUGINS inserting: "akonadi_birthdays_resource" 0 ("Resource")
    PLUGINS inserting: "akonadi_contacts_resource" 15 ("Resource")
    PLUGINS inserting: "akonadi_ical_resource" 1 ("Resource")
    PLUGINS inserting: "akonadi_imap_resource" 0 ("Resource")
    PLUGINS inserting: "akonadi_kabc_resource" 0 ("Resource")
    PLUGINS inserting: "akonadi_kcal_resource" 0 ("Resource")
    PLUGINS inserting: "akonadi_knut_resource" 0 ("Resource")
    PLUGINS inserting: "akonadi_kolabproxy_resource" 0 ("Resource", "Unique", "NoConfig")
    PLUGINS inserting: "akonadi_localbookmarks_resource" 0 ("Resource")
    PLUGINS inserting: "akonadi_maildir_resource" 1 ("Resource")
    PLUGINS inserting: "akonadi_maildispatcher_agent" 0 ("Unique", "Autostart", "NoConfig")
    PLUGINS inserting: "akonadi_mbox_resource" 0 ("Resource")
    PLUGINS inserting: "akonadi_microblog_resource" 0 ("Resource")
    PLUGINS inserting: "akonadi_mailtransport_dummy_resource" 0 ("Resource", "MailTransport")
    PLUGINS inserting: "akonadi_nepomuk_calendar_feeder" 0 ("Unique", "NoConfig")
    PLUGINS inserting: "akonadi_nepomuk_contact_feeder" 0 ("Unique", "Autostart", "NoConfig")
    PLUGINS inserting: "akonadi_nepomuktag_resource" 0 ("Resource", "Virtual", "Unique", "NoConfig")
    PLUGINS inserting: "akonadi_nntp_resource" 0 ("Resource")
    PLUGINS inserting: "akonadi_notes_resource" 0 ("Resource")
    PLUGINS inserting: "akonadi_pop3_resource" 0 ("Resource")
    PLUGINS inserting: "akonadi_vcarddir_resource" 0 ("Resource")
    PLUGINS inserting: "akonadi_vcard_resource" 0 ("Resource")
    Akonadi server is now operational.
    krunner(3941)/libplasma Plasma::Package::isValid: Could not find required file mainscript
    plasma-desktop(3897)/libakonadi: Unable to obtain the KConfigXT D-Bus interface of "akonadi_contacts_resource_15"
    "AgentManager::setAgentInstanceName" Agent instance "akonadi_contacts_resource_15" has no resource interface!
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    New PolkitAgentListener 0x199f700
    Adding new listener PolkitQt1::Agent::Listener(0x1991fc0) for 0x199f700
    Database "akonadi" opened using driver "QMYSQL"
    plasma-desktop(3897)/plasma StatusNotifierItemSource::refreshCallback: DBusMenu disabled for this application
    I/O warning : failed to load external entity "/home/rodolfo/.qalculate/eurofxref-daily.xml"
    I/O warning : failed to load external entity "/home/rodolfo/.qalculate/eurofxref-daily.xml"
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    Known subscriber "akonadi_maildispatcher_agent" subscribes again
    Database "akonadi" opened using driver "QMYSQL"
    Known subscriber "akonadi_maildispatcher_agent" subscribes again
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    Database "akonadi" opened using driver "QMYSQL"
    [/usr/bin/nepomukservicestub] Using Virtuoso Version: "6.1.3.3127-pthreads"
    Using Virtuoso Version: "6.1.3.3127-pthreads"
    void Soprano::VirtuosoController::writeConfigFile(const QString&, const BackendSettings&) "/tmp/virtuoso_hX3946.ini"
    Starting Virtuoso server: "/usr/bin/virtuoso-t" ("+foreground", "+configfile", "/tmp/virtuoso_hX3946.ini", "+wait")
    "/usr/bin/akonadi_nepomuk_contact_feeder(3980)" Soprano: "org.freedesktop.DBus.Error.UnknownObject - No such object path '/org/soprano/Server'"
    "/usr/bin/akonadi_nepomuk_contact_feeder(3980)" Soprano: "QLocalSocket::connectToServer: Invalid name"
    "/usr/bin/akonadi_nepomuk_contact_feeder(3980)" Soprano: "org.freedesktop.DBus.Error.UnknownObject - No such object path '/org/soprano/Server'"
    "/usr/bin/akonadi_nepomuk_contact_feeder(3980)" Soprano: "QLocalSocket::connectToServer: Invalid name"
    "/usr/bin/akonadi_nepomuk_contact_feeder(3980)" Soprano: "org.freedesktop.DBus.Error.UnknownObject - No such object path '/org/soprano/Server'"
    "/usr/bin/akonadi_nepomuk_contact_feeder(3980)" Soprano: "QLocalSocket::connectToServer: Invalid name"
    Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
    Database "akonadi" opened using driver "QMYSQL"
    [/usr/bin/nepomukservicestub] "
    " Wed May 11 2011
    "11:36:43 OpenLink Virtuoso Universal Server
    [/usr/bin/nepomukservicestub] "11:36:43 Version 06.01.3127-pthreads for Linux as of Apr 12 2011
    "11:36:43 uses parts of OpenSSL, PCRE, Html Tidy
    [/usr/bin/nepomukservicestub] "11:36:44 Database version 3126
    [/usr/bin/nepomukservicestub] "11:36:44 Entering Lite Mode
    [/usr/bin/nepomukservicestub] "11:36:44 SQL Optimizer enabled (max 1000 layouts)
    [/usr/bin/nepomukservicestub] "11:36:46 Compiler unit is timed at 0.001209 msec
    [/usr/bin/nepomukservicestub] "11:36:46 Roll forward started
    [/usr/bin/nepomukservicestub] "11:36:46 100 transactions, 54467 bytes replayed (100 %)
    [/usr/bin/nepomukservicestub] "11:36:46 Roll forward complete
    [/usr/bin/nepomukservicestub] "11:36:46 Checkpoint started
    [/usr/bin/nepomukservicestub] "11:36:47 Checkpoint finished, log reused
    [/usr/bin/nepomukservicestub] "11:36:49 Server online at 1111 (pid 4038)
    [/usr/bin/nepomukservicestub] Virtuoso started: 4038
    [/usr/bin/nepomukservicestub] Soprano::ODBC::ConnectionPool::ConnectionPool(const QString&, const QStringList&, QObject*) "host=localhost:1111;uid=dba;pwd=dba;driver=/usr/lib/virtodbc_r.so"
    [/usr/bin/nepomukservicestub] Soprano::ODBC::Connection::Connection() QThread(0x1bb9a10)
    [/usr/bin/nepomukservicestub] "/usr/bin/nepomukservicestub(3946)" Soprano: "SQLGetData for data length failed (iODBC Error: [OpenLink][Virtuoso iODBC Driver]CL056: Bookmarks not enable for statement)"
    [/usr/bin/nepomukservicestub] bool Soprano::Virtuoso::DatabaseConfigurator::updateFulltextIndexRules(bool) empty rule name!
    [/usr/bin/nepomukservicestub] virtual Soprano::ODBC::Connection::~Connection() QThread(0x1bb9a10)
    [/usr/bin/nepomukservicestub] Soprano::ODBC::Connection::Connection() QThread(0x1bb9a10)
    [/usr/bin/nepomukservicestub] Soprano::ODBC::Connection::Connection() QThread(0x1d743a0)
    virtual void Soprano::Server::LocalServer::incomingConnection(quintptr)
    void Soprano::Server::ServerCorePrivate::addConnection(Soprano::Server::ServerConnection*) New connection. New count: 1
    virtual void Soprano::Server::LocalServer::incomingConnection(quintptr)
    void Soprano::Server::ServerCorePrivate::addConnection(Soprano::Server::ServerConnection*) New connection. New count: 2
    Akonadi::NepomukSearchEngine(0x22344e0) QDBusServiceWatcher(0x2293460)
    [/usr/bin/nepomukservicestub] Soprano::ODBC::Connection::Connection() Soprano::Server::ServerConnection(0x1d53ef0)
    virtual void Soprano::Server::LocalServer::incomingConnection(quintptr)
    void Soprano::Server::ServerCorePrivate::addConnection(Soprano::Server::ServerConnection*) New connection. New count: 3
    [/usr/bin/nepomukservicestub] virtual void Soprano::Server::LocalServer::incomingConnection(quintptr)
    void Soprano::Server::ServerCorePrivate::addConnection(Soprano::Server::ServerConnection*) New connection. New count: 4
    virtual void Soprano::Server::LocalServer::incomingConnection(quintptr)
    void Soprano::Server::ServerCorePrivate::addConnection(Soprano::Server::ServerConnection*) New connection. New count: 5
    Soprano::ODBC::Connection::Connection() Soprano::Server::ServerConnection(0x1d928b0)
    Soprano::ODBC::Connection::Connection() Soprano::Server::ServerConnection(0x1d53c70)
    virtual void Soprano::Server::ServerConnection::run() thread done.
    virtual Soprano::ODBC::Connection::~Connection() Soprano::Server::ServerConnection(0x1d928b0)
    void Soprano::Server::ServerCore::serverConnectionFinished()
    virtual Soprano::Server::ServerConnection::~ServerConnection() Removing connection
    void Soprano::Server::ServerCore::serverConnectionFinished() Connection removed. Current count: 4
    virtual void Soprano::Server::LocalServer::incomingConnection(quintptr)
    void Soprano::Server::ServerCorePrivate::addConnection(Soprano::Server::ServerConnection*) New connection. New count: 5
    [/usr/bin/nepomukservicestub] virtual void Soprano::Server::LocalServer::incomingConnection(quintptr)
    [/usr/bin/nepomukservicestub] void Soprano::Server::ServerCorePrivate::addConnection(Soprano::Server::ServerConnection*) New connection. New count: 6
    [/usr/bin/nepomukservicestub] Soprano::ODBC::Connection::Connection() Soprano::Server::ServerConnection(0x7f65680015e0)
    [/usr/bin/nepomukservicestub] virtual Soprano::ODBC::Connection::~Connection() QThread(0x1d743a0)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(127, 0)
    QGraphicsLinearLayout::removeAt: invalid index 1
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    [/usr/bin/nepomukservicestub] virtual void Soprano::Server::LocalServer::incomingConnection(quintptr)
    [/usr/bin/nepomukservicestub] void Soprano::Server::ServerCorePrivate::addConnection(Soprano::Server::ServerConnection*) New connection. New count: 7
    [/usr/bin/nepomukservicestub] Soprano::ODBC::Connection::Connection() Soprano::Server::ServerConnection(0x7f6570006a20)
    plasma-desktop(3897)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
    I believe that the most important file here is the xsession-error, and as I have said the file is cut at last line that appeared before the KDE got stuck, in case it is not enough info just tell me how much should I let it run.
    Any suggestions?
    Last edited by r_dlfo (2011-05-12 02:14:35)

    Compositing is needed for the desktop effects, everything from shadows under windows to things like the desktop cube. Its difficult to say whether its a nvidia or kde bug since I was just going on guesswork; I know that compositing is started at about the point you mention the freezes. I don't know how far KDE loaded when you started it manually since I don't really recognise your description of what it was like but I'd guess that some other window manager (twm perhaps if you've been following the wiki) was already running, in which case kwin (which does the compositing) would not have started.
    Since desktop effects really improve the look and feel of kde (things like shadows and improved window switchers, desktop cube and the like are pure eye-candy) you may wish to debug further. Your graphics card should be able to run desktop effects as I have a laptop with a previous generation nvidia chip which runs fine after a bit of tweaking.
    If you load the desktop effects section of system settings you should see a checkbox "Enable desktop effects" if you check that you'll be able to switch to the "All effects" tab. Try disabling the Blur effect and clicking "Apply". If kwin still can enable compositing you'll see a box with a countdown that will automatically disable desktop effects again if you don't choose to keep the new settings. You might also want to try changing the scale method from "Accurate" to "Smooth" in the advanced tab.

  • Error:COMMON-1: Some unexpected internal error has occured.

    Error:COMMON-1: Some unexpected internal error has occured. If the problem persists please report to the Tech Support.
    Error: No response from the device "a.b.c.d/161". Check SNMP communities, version or network for issues.
    Above errors are seen on accessing WLC for config purpose from WCS. Seen after migrating WCS 4.2.62 to a new hardware and restoring the backed config.
    OS and software versions remain the same, only new hardware is an upgraded one.
    The original server is now put back in place and works .. just fine.

    In this migration, everything is absolutely same except the hardware.
    Same WLCs, same WCS version. IP/hostname/configs all same.

  • The adapter "SQL" raised an error message. Details "Login timeout expired".

    Hi All
    Please help me to understand "Login timeout". All feedback is welcome.
    BizTalk Server 2009 on Windows Server 2008 R2 64 bit
    SQL Server 2008 SP1 64 bit
    BizTalk Adapter Pack 2.0
    Event Viewer -> Windows Logs -> Application
    The adapter "SQL" raised an error message. Details "Login timeout expired".
    The adapter failed to transmit message going to send port "ALL.Exceptions" with URL "SQL://xxxxxxxxx/EsbExceptionDb/". It will be retransmitted after the retry interval specified for this Send Port. Details:"Login timeout expired".
    Regards
    Steve

    Hi Abhishek,
    Thank you for your input.
    I found errors in the Table [EsbExceptionDb].[dbo].[Fault] relating to the write to the target Oracle database
    Microsoft.ServiceModel.Channels.Common.MetadataException: Metadata resolution failed for OperationId:ATHENA/Table/WO_ADDITIONAL/Delete ---> System.TimeoutException: Timeout Expired     at
    The BizTalk send port timeout has been increased from 1 minute to 30 minute and all is well
    Regards
    Steve

  • HT201364 I have a 2013 iMac, with OS X version 10.8.5.  Have been trying to download OS X Mavericks without success; error message "we could not complete your purchase, the product distribution file could not be verified, etc".  Please help; TQ

    I have a 2013 iMac, with OS X version 10.8.5.  Have been trying to download OS X version 10.9 (OS X Mavericks) without success; error message "we could not complete your purchase, the product distribution file could not be verified, etc".  Please help; TQ

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you boot, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Mavericks white screen after login

    After upgrading to Mavericks my MacBook now goes to a white screen after login screen. Anybody having same issue? Any solutions?

    Reinstalling Mavericks, Lion/Mountain Lion Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion, Mavericks: Select Reinstall Lion/Mountain Lion, Mavericks and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.

  • HT203421 When selecting "Updates" on App Store I get error message: "Couldn't be completed. (NSURLErrordomain error 1012"

    When selecting "Updates I get error message "Operation couldn't be completed. (NSURLErrordomain error-1012".

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, or by corruption of certain system caches. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and  Wi-Fi on certain iMacs. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

Maybe you are looking for

  • Fill out a pdf form from ADF application

    Hi I need to fill out a PDF form, from my ADF application and i want to know if exist a component or libarary to do this. i hope you can help me Regards.

  • Problem of   jce  with oracle9 jvm

    i have loaded my java class which use the Sun JCE 1.2.2 to Oracle9i, but it can be run. the exception is: java.lang.ExceptionInInitializerError: java.lang.SecurityException: Cannot set up certs for trusted CAs: java.net.MalformedURLException: no prot

  • Which mini should I purchase?

    Okay. Maybe I'm doing things backwards, but I just ordered an Apple 20-inch cinema display yesterday (even though its discontinued) because I like the non-glossy screen and the size. I work at my computer everyday for teaching online... in both the M

  • List selectedItem inside GridItemEditor

    I have a List inside a GridItemEditor.  To make it reusable for many columns, I make the dataProvider and labelField variables, since they are different for each column. The labelField of the List typically matches the column.dataField . [Bindable] p

  • Trying to open a forum in Russian automatically re-directs to 'My Threads' instead

    Hi everybody, I've been missing the original combined view of all my forums. Many of forums I used to read I don't see anymore. So, I decided to check them from 'My Forums' link. I tried to open this forum SQL Server для администраторов However, afte