Cannot run sqldeveloper on linux

I am on Linux x86 fedora core 7
I installed Java Development Kit 5.0 Update 12 at:
https://sdlc2b.sun.com/ECom/EComActionServlet/DownloadPage:~:com.sun.sunit.sdlc.content.DownloadPageInfo;jsessionid=46BE88B677330F91675D2A9362F40A7B;jsessionid=46BE88B677330F91675D2A9362F40A7B
It is installed in the following directory:
/usr/java/jre1.5.0_12
[root@db-xp-bisst jre1.5.0_12]# ll
total 132
drwxr-xr-x 2 root root 4096 2007-07-20 09:01 bin
-r--r--r-- 1 root root 969 2007-05-02 08:03 CHANGES
-r--r--r-- 1 root root 2487 2007-05-02 08:03 COPYRIGHT
drwxr-xr-x 2 root root 4096 2007-07-20 09:01 javaws
drwxr-xr-x 17 root root 4096 2007-07-20 09:01 lib
-r--r--r-- 1 root root 12285 2007-05-02 08:03 LICENSE
drwxr-xr-x 4 root root 4096 2007-07-20 09:01 man
drwxr-xr-x 4 root root 4096 2007-07-20 09:01 plugin
-r--r--r-- 1 root root 13936 2007-05-02 08:03 README
-r--r--r-- 1 root root 66673 2007-05-02 08:03 THIRDPARTYLICENSEREADME.txt
-r--r--r-- 1 root root 969 2007-05-02 08:03 Welcome.html
I have installed sqldeveloper using the software installer .
sqldeveloper-1.2.29.98-1.noarch.rpm
sql developer resides in the following directory:
/opt/sqldeveloper/sqldeveloper/bin
[root@db-xp-bisst sqldeveloper]# ll
total 152
-rw-r--r-- 1 root root 1404 2007-06-06 22:14 icon.png
drwxr-xr-x 8 root root 4096 2007-07-20 10:25 ide
drwxr-xr-x 3 root root 4096 2007-07-20 10:25 j2ee
drwxr-xr-x 3 root root 4096 2007-07-20 10:25 jdbc
drwxr-xr-x 6 root root 4096 2007-07-20 10:25 jdev
drwxr-xr-x 2 root root 4096 2007-07-20 10:25 jlib
drwxr-xr-x 3 root root 4096 2007-07-20 10:25 lib
drwxr-xr-x 3 root root 4096 2007-07-20 10:25 rdbms
-rw-r--r-- 1 root root 10988 2007-06-06 22:18 readme.html
-rw-r--r-- 1 root root 489 2007-06-06 22:14 sqlcli
-rw-r--r-- 1 root root 577 2007-06-06 22:14 sqlcli.bat
drwxr-xr-x 7 root root 4096 2007-07-20 10:25 sqldeveloper
-rw-r--r-- 1 root root 161 2007-06-06 22:19 sqldeveloper.desktop
-rw-r--r-- 1 root root 84432 2007-06-06 22:15 sqldeveloper.exe
-rwxr-xr-x 1 root root 71 2007-06-06 22:14 sqldeveloper.sh
Now when i start sql developer i have the following error:
[root@db-xp-bisst sqldeveloper]# sh sqldeveloper.sh
Oracle SQL Developer
Copyright (c) 2006, 2007, Oracle. All rights reserved.
/opt/sqldeveloper/sqldeveloper/bin/../../ide/bin/launcher.sh: line 478: 10564 Aborted ${JAVA} ${APP_VM_OPTS} ${APP_SCRIPT_USER_HOME} ${APP_ENV_VARS} -classpath ${APP_CLASSPATH} ${APP_MAIN_CLASS} ${APP_APP_OPTS}
I am a Linux newbie. I have trouble with the oracle documentation.
http://download.oracle.com/docs/cd/E10405_01/doc/install.120/e10407/install.htm#CIHEDDJE
It says:
If you need to install this JDK, go to http://java.sun.com/j2se/1.5.0/download.jsp and click the link for downloading JDK 5.0 Update 6 (or the most recent available update).
But there is like 5 jdk version on that link.
--JDK 5.0 Update 12 with NetBeans IDE 5.5.1
--JDK 5.0 Update 9 with Java EE
--JDK 5.0 Update 12
--Java Runtime Environment (JRE) 5.0 Update 12
--J2SE 5.0 JDK Source Code
Which one to install?
Is the following: JDK 5.0 Update 12 : jdk-1_5_0_12-linux-i586-rpm.bin 45.58 MB the right one?
Once JDK is installed, do i have to set up path or something.
Is there a command that would validate wich java version is now in use and all?

I did the following:
export PATH=/usr/java/jre1.5.0_12/bin:$PATH
The re-executed sqldev:
[steeve@db-xp-bisst sqldeveloper]$ sh sqldeveloper.sh
Oracle SQL Developer
Copyright (c) 2006, 2007, Oracle. All rights reserved.
Using oracle.home=/opt/sqldeveloper
Using ide.user.dir=/home/steeve/.sqldeveloper
oracle.classloader.util.AnnotatedNoClassDefFoundError:
Missing class: com.sun.jdi.Bootstrap
Dependent class: oracle.jdevimpl.debugger.jdi.DebugJDIConnector
Loader: main:11.0
Code-Source: /opt/sqldeveloper/jdev/extensions/oracle.javacore.jar
Configuration: system property /opt/sqldeveloper/jdev/extensions/oracle.javacore.jar
The missing class is not available from any code-source or loader in the system.
at oracle.classloader.PolicyClassLoader.handleClassNotFound (PolicyClassLoader.java:2100) [opt/sqldeveloper/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@27634497]
at oracle.classloader.PolicyClassLoader.internalLoadClass (PolicyClassLoader.java:1698) [opt/sqldeveloper/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@27634497]
at oracle.classloader.PolicyClassLoader.access$000 (PolicyClassLoader.java:141) [opt/sqldeveloper/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@27634497]
at oracle.classloader.PolicyClassLoader$LoadClassAction.run (PolicyClassLoader.java:297) [opt/sqldeveloper/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@27634497]
at java.security.AccessController.doPrivileged (Native method) [unknown, by unknown]
at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1657) [opt/sqldeveloper/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@27634497]
at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1639) [opt/sqldeveloper/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@27634497]
at java.lang.ClassLoader.loadClassInternal (Unknown source file) [jre bootstrap, by jre.bootstrap:1.5.0_12]
at oracle.jdevimpl.debugger.jdi.DebugJDIConnector.getVersion (DebugJDIConnector.java:30) [opt/sqldeveloper/jdev/extensions/oracle.javacore.jar (from system property /opt/sqldeveloper/jdev/extensions/oracle.javacore.jar), by main:11.0]
at oracle.jdevimpl.debugger.support.DebugFactory.<clinit> (DebugFactory.java:83) [opt/sqldeveloper/jdev/extensions/oracle.javacore.jar (from system property /opt/sqldeveloper/jdev/extensions/oracle.javacore.jar), by main:11.0]
at oracle.jdevimpl.cm.dt.DatabaseAddin._initialisePLSQLDebugger (DatabaseAddin.java:232) [opt/sqldeveloper/jdev/extensions/oracle.onlinedb.jar (from system property /opt/sqldeveloper/jdev/extensions/oracle.onlinedb.jar), by main:11.0]
at oracle.jdevimpl.cm.dt.DatabaseAddin.initialize (DatabaseAddin.java:218) [opt/sqldeveloper/jdev/extensions/oracle.onlinedb.jar (from system property /opt/sqldeveloper/jdev/extensions/oracle.onlinedb.jar), by main:11.0]
at oracle.ideimpl.extension.AddinManagerImpl.initializeAddin (AddinManagerImpl.java:433) [opt/sqldeveloper/ide/lib/ideimpl.jar (from manifest of /opt/sqldeveloper/ide/lib/ide.jar), by main:11.0]
at oracle.ideimpl.extension.AddinManagerImpl.initializeAddins (AddinManagerImpl.java:244) [opt/sqldeveloper/ide/lib/ideimpl.jar (from manifest of /opt/sqldeveloper/ide/lib/ide.jar), by main:11.0]
at oracle.ideimpl.extension.AddinManagerImpl.initProductAndUserAddins (AddinManagerImpl.java:157) [opt/sqldeveloper/ide/lib/ideimpl.jar (from manifest of /opt/sqldeveloper/ide/lib/ide.jar), by main:11.0]
at oracle.ide.IdeCore.initProductAndUserAddins (IdeCore.java:1517) [opt/sqldeveloper/ide/extensions/oracle.ide.jar (from manifest of /opt/sqldeveloper/ide/lib/ide.jar), by main:11.0]
at oracle.ide.IdeCore.startupImpl (IdeCore.java:1280) [opt/sqldeveloper/ide/extensions/oracle.ide.jar (from manifest of /opt/sqldeveloper/ide/lib/ide.jar), by main:11.0]
at oracle.ide.Ide.startup (Ide.java:642) [opt/sqldeveloper/ide/extensions/oracle.ide.jar (from manifest of /opt/sqldeveloper/ide/lib/ide.jar), by main:11.0]
at oracle.ideimpl.DefaultIdeStarter.startIde (DefaultIdeStarter.java:35) [opt/sqldeveloper/ide/lib/ideimpl.jar (from manifest of /opt/sqldeveloper/ide/lib/ide.jar), by main:11.0]
at oracle.ideimpl.Main.start (Main.java:90) [opt/sqldeveloper/ide/lib/ideimpl.jar (from manifest of /opt/sqldeveloper/ide/lib/ide.jar), by main:11.0]
at oracle.ideimpl.Main.main (Main.java:51) [opt/sqldeveloper/ide/lib/ideimpl.jar (from manifest of /opt/sqldeveloper/ide/lib/ide.jar), by main:11.0]
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native method) [unknown, by unknown]
at sun.reflect.NativeMethodAccessorImpl.invoke (Unknown source file) [unknown, by unknown]
at sun.reflect.DelegatingMethodAccessorImpl.invoke (Unknown source file) [unknown, by unknown]
at java.lang.reflect.Method.invoke (Unknown source file) [unknown, by unknown]
at oracle.ide.boot.PCLMain.callMain (PCLMain.java:45) [opt/sqldeveloper/ide/lib/ide-boot.jar (from manifest of /opt/sqldeveloper/ide/lib/ide.jar), by sun.misc.Launcher$AppClassLoader@27634497]
at oracle.ide.boot.PCLMain.main (PCLMain.java:37) [opt/sqldeveloper/ide/lib/ide-boot.jar (from manifest of /opt/sqldeveloper/ide/lib/ide.jar), by sun.misc.Launcher$AppClassLoader@27634497]
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native method) [unknown, by unknown]
at sun.reflect.NativeMethodAccessorImpl.invoke (Unknown source file) [unknown, by unknown]
at sun.reflect.DelegatingMethodAccessorImpl.invoke (Unknown source file) [unknown, by unknown]
at java.lang.reflect.Method.invoke (Unknown source file) [unknown, by unknown]
at oracle.classloader.util.MainClass.invoke (MainClass.java:89) [opt/sqldeveloper/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@27634497]
at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain (IdeLauncher.java:218) [opt/sqldeveloper/ide/lib/ide-boot.jar (from manifest of /opt/sqldeveloper/ide/lib/ide.jar), by sun.misc.Launcher$AppClassLoader@27634497]
at oracle.ide.boot.IdeLauncher.launchImpl (IdeLauncher.java:90) [opt/sqldeveloper/ide/lib/ide-boot.jar (from manifest of /opt/sqldeveloper/ide/lib/ide.jar), by sun.misc.Launcher$AppClassLoader@27634497]
at oracle.ide.boot.IdeLauncher.launch (IdeLauncher.java:66) [opt/sqldeveloper/ide/lib/ide-boot.jar (from manifest of /opt/sqldeveloper/ide/lib/ide.jar), by sun.misc.Launcher$AppClassLoader@27634497]
at oracle.ide.boot.IdeLauncher.main (IdeLauncher.java:55) [opt/sqldeveloper/ide/lib/ide-boot.jar (from manifest of /opt/sqldeveloper/ide/lib/ide.jar), by sun.misc.Launcher$AppClassLoader@27634497]
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native method) [unknown, by unknown]
at sun.reflect.NativeMethodAccessorImpl.invoke (Unknown source file) [unknown, by unknown]
at sun.reflect.DelegatingMethodAccessorImpl.invoke (Unknown source file) [unknown, by unknown]
at java.lang.reflect.Method.invoke (Unknown source file) [unknown, by unknown]
at oracle.ide.boot.Launcher.invokeMain (Launcher.java:508) [opt/sqldeveloper/ide/lib/ide-boot.jar (from manifest of /opt/sqldeveloper/ide/lib/ide.jar), by sun.misc.Launcher$AppClassLoader@27634497]
at oracle.ide.boot.Launcher.launchImpl (Launcher.java:106) [opt/sqldeveloper/ide/lib/ide-boot.jar (from manifest of /opt/sqldeveloper/ide/lib/ide.jar), by sun.misc.Launcher$AppClassLoader@27634497]
at oracle.ide.boot.Launcher.launch (Launcher.java:60) [opt/sqldeveloper/ide/lib/ide-boot.jar (from manifest of /opt/sqldeveloper/ide/lib/ide.jar), by sun.misc.Launcher$AppClassLoader@27634497]
at oracle.ide.boot.Launcher.main (Launcher.java:49) [opt/sqldeveloper/ide/lib/ide-boot.jar (from manifest of /opt/sqldeveloper/ide/lib/ide.jar), by sun.misc.Launcher$AppClassLoader@27634497]
Addin: Translator PlSql is trying to register a input type (.plsql) which conflicts with translator PlSql who already using this input type
sqldeveloper open, but i get a blank screen. I am close, can someone help me?

Similar Messages

  • Problem Running SqlDeveloper RedHat Linux AS4

    hi
    I have downloaded latest sqldeveloper release rpm for linux it installs successfully in /opt/sqldeveloper folder but when i try to run sqldeveloper it did not run and shows messages as
    # sh sqldeveloper.sh
    Oracle SQL Developer
    Copyright (c) 2006, 2007, Oracle. All rights reserved.
    Warning: -Xmx512M not understood. Ignoring.
    Warning: -Xverify:none not understood. Ignoring.
    Warning: -XX:JavaPriority10_To_OSPriority=10 not understood. Ignoring.
    Warning: -XX:JavaPriority9_To_OSPriority=9 not understood. Ignoring.
    Exception in thread "main" java.lang.NoClassDefFoundError: while resolving class: oracle.ide.boot.Launcher
    at java.lang.VMClassLoader.resolveClass(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)
    at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.5.0.0)
    at java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (/usr/lib/libgcj.so.5.0.0)
    at java.lang.Class.forName(java.lang.String) (/usr/lib/libgcj.so.5.0.0)
    at gnu.gcj.runtime.FirstThread.run() (/usr/lib/libgcj.so.5.0.0)
    at JvThreadRun(java.lang.Thread) (/usr/lib/libgcj.so.5.0.0)
    at JvRunMain(java.lang.Class, byte const, int, byte const, boolean) (/usr/lib/libgcj.so.5.0.0)
    at __gcj_personality_v0 (/opt/sqldeveloper/sqldeveloper/bin/java.version=1.4.2)
    at __libc_start_main (/lib/tls/libc-2.3.4.so)
    at JvRegisterClasses (/opt/sqldeveloper/sqldeveloper/bin/java.version=1.4.2)
    Caused by: java.lang.ClassNotFoundException: java.lang.StringBuilder not found in [file:../../ide/lib/ide-boot.jar, file:../../jdev/lib/xmleditor.jar, file:../../ide/lib/oicons.jar, file:../../jlib/jewt4.jar, file:../../jlib/share.jar, file:../../sqldeveloper/lib/jle2.jar, file:../../sqldeveloper/lib/oracle.dbtools.logging.jar, file:/usr/share/java/libgcj-3.4.3.jar, file:./, core:/]
    at java.net.URLClassLoader.findClass(java.lang.String) (/usr/lib/libgcj.so.5.0.0)
    at gnu.gcj.runtime.VMClassLoader.findClass(java.lang.String) (/usr/lib/libgcj.so.5.0.0)
    at java.lang.ClassLoader.loadClass(java.lang.String, boolean) (/usr/lib/libgcj.so.5.0.0)
    at JvFindClass(_Jv_Utf8Const, java.lang.ClassLoader) (/usr/lib/libgcj.so.5.0.0)
    at java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (/usr/lib/libgcj.so.5.0.0)
    at JvBytecodeVerifier.verify_instructions_0() (/usr/lib/libgcj.so.5.0.0)
    at JvVerifyMethod(_Jv_InterpMethod) (/usr/lib/libgcj.so.5.0.0)
    at JvPrepareClass(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)
    at JvWaitForState(java.lang.Class, int) (/usr/lib/libgcj.so.5.0.0)
    at java.lang.VMClassLoader.linkClass0(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)
    at java.lang.VMClassLoader.resolveClass(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)
    ...9 more
    ===
    Can any body guide me about this problem.
    Thanks in advance
    Ryasat Ali

    It looks as if you are picking up the wrong java version. Most linux distributions come with an out of date gnu implementation of java in /usr/bin.
    what does java -version show?
    what does which java show?
    You need to download a jdk (1.5_006 at least, but 1.6 would do), install it and put it at the beginning of PATH before running sqldeveloper

  • Cannot run linux commands since Snow Leopard upgrade

    Hi,
    I recently upgraded to Snow Leopard (10.6) from Leopard . . . The issue is that I can no longer run some of linux commands in the same directories where I have run them before. Two cases, chmod and rm
    chmod a+x or chmod 777, I get prompts that indicate that I am not running the command properly? What's that all about?
    The other example is a recursive remove that I use all the time to get rid of backup files . . .
    rm -rf .bak or rm-rf ./bak Neither works anymore and I'm starting to doubt myself . . . when I actually found this issue I was not retyping, just reopening the command shell, and using the arrow to get back to the command(s).
    Help! I am a professional developer, but this is really slowing me down. I can't even sudo anymore.
    Also, what is wheel? When I ls-al, I see the owner is user, but the next column appears to be a group, wheel.

    I suspect, from the examples cited, you just ran them incorrectly. For instance, you have given here
    rm-rf ./bak
    which won't work as there is no space between the command "rm" and the options "-rf" (which are for "recursive" and "force"), so the shell sees the command as being "rm-rf" and there ain't no sech thing. The other remove command is for a file named ".bak" and again I suspect you have no such file, so the command won't work. If you want to remove a particular file the easy way is to just type rm, a space, and then drag the file into the Terminal. You should not need the option to force for a file created by yourself, nor do you need recursive for a single file.
    The chmod commands need something to work on, for instance
    chmod 777 /Users/francine/Desktop/misc/driveicons
    changes the permissions of the folder "driveicons" from drwxr-xr-x to drwxrwxrwx and works just fine. If you have used a command incorrectly, using the arrow keys to move back thru the history won't help, you'll just get your incorrectly used command repeated.
    I think you just don't really understand what it is you have done and are doing. My guess is that you copied some commands you found or someone gave you, without knowing much about what the Terminal is, what a shell is, how the shell works, and so on. That is all more than a little risky, especially if you are using chmod and remove commands.
    And yes, there is a group wheel. However, generally the wheel group has root (system) as the user.
    Francine
    Francine
    Schwieder

  • Cannot run application HRSystem due to error deploying to DefaultServer.

    I am new to java and jdeveloper. I am tring my hands on the tutorial on HRSystem. Below is the error message recieved while deploying the application. Dont know what to do please help.
    The plaform is linux. Thanks
    DefaultServer startup time: 12661 ms.
    DefaultServer started.
    [Running application HRSystem on Server Instance DefaultServer...]
    Uploading credentials.
    ---- Deployment started. ---- Jun 2, 2009 3:10:10 PM
    Target platform is (Weblogic 10.3).
    Running dependency analysis...
    2009-06-02 15:10:10.73: Writing WAR file to /home/oracle/.jdeveloper/system11.1.1.0.31.52.05/o.j2ee/drs/HRSystem/HRSystem-ViewController-webapp
    2009-06-02 15:10:10.973: Wrote WAR file to /home/oracle/.jdeveloper/system11.1.1.0.31.52.05/o.j2ee/drs/HRSystem/HRSystem-ViewController-webapp
    2009-06-02 15:10:57.397: Writing EAR file to /home/oracle/.jdeveloper/system11.1.1.0.31.52.05/o.j2ee/drs/HRSystem
    2009-06-02 15:10:57.404: Wrote EAR file to /home/oracle/.jdeveloper/system11.1.1.0.31.52.05/o.j2ee/drs/HRSystem
    Deploying Application...
    <Jun 2, 2009 3:10:59 PM CET> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application HRSystem is not versioned.>
    Jun 2, 2009 3:10:59 PM oracle.adf.share.config.ADFConfigFactory cleanUpApplicationState
    INFO: Cleaning up application state
    Jun 2, 2009 3:10:59 PM oracle.as.jmx.framework.PortableMBeanFactory setJMXFrameworkProviderClass
    INFO: JMX Portable Framework initialized with platform SPI "class oracle.as.jmx.framework.wls.spi.JMXFrameworkProviderImpl"
    <Jun 2, 2009 3:11:22 PM CET> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application /home/oracle/.jdeveloper/system11.1.1.0.31.52.05/o.j2ee/drs/HRSystem/HRSystem-ViewController-webapp. Please make sure that the annotations are valid. The error is javax.faces.webapp.FacesServlet>
    Jun 2, 2009 3:11:22 PM oracle.adf.share.config.ADFConfigFactory cleanUpApplicationState
    INFO: Cleaning up application state
    <Jun 2, 2009 3:11:22 PM CET> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1243951858599' for task '0'. Error is: 'weblogic.application.ModuleException: Failed to load webapp: 'HRSystem-ViewController-context-root''
    weblogic.application.ModuleException: Failed to load webapp: 'HRSystem-ViewController-context-root'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:387)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         Truncated. see log file for complete stacktrace
    >
    <Jun 2, 2009 3:11:22 PM CET> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'HRSystem'.>
    <Jun 2, 2009 3:11:22 PM CET> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: Failed to load webapp: 'HRSystem-ViewController-context-root'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:387)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         Truncated. see log file for complete stacktrace
    >
    [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application HRSystem on DefaultServer.: Failed to load webapp: 'HRSystem-ViewController-context-root'.
    weblogic.application.ModuleException: Failed to load webapp: 'HRSystem-ViewController-context-root'
    #### Deployment incomplete. #### Jun 2, 2009 3:11:22 PM
    oracle.jdeveloper.deploy.DeployException
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:247)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.deployImpl(Jsr88RemoteDeployer.java:157)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdeveloper.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:436)
         at oracle.jdeveloper.deploy.DeploymentManager.deploy(DeploymentManager.java:209)
         at oracle.jdevimpl.runner.adrs.AdrsStarter$5$1.run(AdrsStarter.java:1365)
    Caused by: oracle.jdeveloper.deploy.DeployException
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.deployApplication(Jsr88DeploymentHelper.java:413)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:238)
         ... 11 more
    Caused by: oracle.jdeveloper.deploy.DeployException: Deployment Failed
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.deployApplication(Jsr88DeploymentHelper.java:395)
         ... 12 more
    #### Cannot run application HRSystem due to error deploying to DefaultServer.
    [Application HRSystem stopped and undeployed from Server Instance DefaultServer]
    Edited by: user1423903 on Jun 2, 2009 8:11 AM

    Try removing this directory: /home/oracle/.jdeveloper/system11.1.1.0.31.52.05/ and restarting JDeveloper.

  • [SOLVED] configure: error: cannot run C compiled programs

    I'm trying to build lib32-libxkbcommon 0.5.0-1 from AUR with makepkg. I already tried installing pacman (setting the default makepkg.conf) and multilib-devel with no luck.
    makepkg messages:
    ==> Making package: lib32-libxkbcommon 0.5.0-1 (Mon May 11 00:17:05 EEST 2015)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Found libxkbcommon-0.5.0.tar.xz
    ==> Validating source files with sha256sums...
    libxkbcommon-0.5.0.tar.xz ... Passed
    ==> Extracting sources...
    -> Extracting libxkbcommon-0.5.0.tar.xz with bsdtar
    bsdtar: Failed to set default locale
    ==> Starting prepare()...
    ==> Removing existing $pkgdir/ directory...
    ==> Starting build()...
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether make supports nested variables... yes
    checking whether to enable maintainer-specific portions of Makefiles... yes
    checking for style of include used by make... GNU
    checking for gcc... gcc -m32
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... configure: error: in `/mnt/tmp/yaourt-tmp-tsester/aur-lib32-libxkbcommon/src/libxkbcommon-0.5.0':
    configure: error: cannot run C compiled programs.
    If you meant to cross compile, use `--host'.
    See `config.log' for more details
    ==> ERROR: A failure occurred in build().
    Aborting...
    makepkg.conf:
    # /etc/makepkg.conf
    # SOURCE ACQUISITION
    #-- The download utilities that makepkg should use to acquire sources
    # Format: 'protocol::agent'
    DLAGENTS=('ftp::/usr/bin/curl -fC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %u'
    'http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'
    'https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'
    'rsync::/usr/bin/rsync --no-motd -z %u %o'
    'scp::/usr/bin/scp -C %u %o')
    # Other common tools:
    # /usr/bin/snarf
    # /usr/bin/lftpget -c
    # /usr/bin/wget
    #-- The package required by makepkg to download VCS sources
    # Format: 'protocol::package'
    VCSCLIENTS=('bzr::bzr'
    'git::git'
    'hg::mercurial'
    'svn::subversion')
    # ARCHITECTURE, COMPILE FLAGS
    CARCH="x86_64"
    CHOST="x86_64-unknown-linux-gnu"
    #-- Compiler and Linker Flags
    # -march (or -mcpu) builds exclusively for an architecture
    # -mtune optimizes for an architecture, but builds for whole processor family
    CPPFLAGS="-D_FORTIFY_SOURCE=2"
    CFLAGS="-march=core2 -m64 -mfpmath=sse -O2 -fomit-frame-pointer -pipe -fstack-protector --param=ssp-buffer-size=4"
    CXXFLAGS="${CFLAGS}"
    LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
    #-- Make Flags: change this for DistCC/SMP systems
    MAKEFLAGS="-j5"
    #-- Debugging flags
    DEBUG_CFLAGS="-g -fvar-tracking-assignments"
    DEBUG_CXXFLAGS="-g -fvar-tracking-assignments"
    # BUILD ENVIRONMENT
    # Defaults: BUILDENV=(!distcc color !ccache check !sign)
    # A negated environment option will do the opposite of the comments below.
    #-- distcc: Use the Distributed C/C++/ObjC compiler
    #-- color: Colorize output messages
    #-- ccache: Use ccache to cache compilation
    #-- check: Run the check() function if present in the PKGBUILD
    #-- sign: Generate PGP signature file
    BUILDENV=(!distcc color !ccache check !sign)
    #-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
    #-- specify a space-delimited list of hosts running in the DistCC cluster.
    #DISTCC_HOSTS=""
    #-- Specify a directory for package building.
    #BUILDDIR=/tmp/makepkg
    # GLOBAL PACKAGE OPTIONS
    # These are default values for the options=() settings
    # Default: OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx !debug)
    # A negated option will do the opposite of the comments below.
    #-- strip: Strip symbols from binaries/libraries
    #-- docs: Save doc directories specified by DOC_DIRS
    #-- libtool: Leave libtool (.la) files in packages
    #-- staticlibs: Leave static library (.a) files in packages
    #-- emptydirs: Leave empty directories in packages
    #-- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip
    #-- purge: Remove files specified by PURGE_TARGETS
    #-- upx: Compress binary executable files using UPX
    #-- debug: Add debugging flags as specified in DEBUG_* variables
    OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx !debug)
    #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
    INTEGRITY_CHECK=(md5)
    #-- Options to be used when stripping binaries. See `man strip' for details.
    STRIP_BINARIES="--strip-all"
    #-- Options to be used when stripping shared libraries. See `man strip' for details.
    STRIP_SHARED="--strip-unneeded"
    #-- Options to be used when stripping static libraries. See `man strip' for details.
    STRIP_STATIC="--strip-debug"
    #-- Manual (man and info) directories to compress (if zipman is specified)
    MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info})
    #-- Doc directories to remove (if !docs is specified)
    DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
    #-- Files to be removed from all packages (if purge is specified)
    PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
    # PACKAGE OUTPUT
    # Default: put built package and cached source in build directory
    #-- Destination: specify a fixed directory where all packages will be placed
    #PKGDEST=/home/packages
    #-- Source cache: specify a fixed directory where source files will be cached
    #SRCDEST=/home/sources
    #-- Source packages: specify a fixed directory where all src packages will be placed
    #SRCPKGDEST=/home/srcpackages
    #-- Log files: specify a fixed directory where all log files will be placed
    #LOGDEST=/home/makepkglogs
    #-- Packager: name/email of the person or organization building packages
    #PACKAGER="John Doe <[email protected]>"
    #-- Specify a key to use for package signing
    #GPGKEY=""
    # COMPRESSION DEFAULTS
    COMPRESSGZ=(gzip -c -f -n)
    COMPRESSBZ2=(bzip2 -c -f)
    COMPRESSXZ=(xz -c -z -)
    COMPRESSLRZ=(lrzip -q)
    COMPRESSLZO=(lzop -q)
    COMPRESSZ=(compress -c -f)
    # EXTENSION DEFAULTS
    # WARNING: Do NOT modify these variables unless you know what you are
    # doing.
    PKGEXT='.pkg.tar.xz'
    SRCEXT='.src.tar.gz'
    # vim: set ft=sh ts=2 sw=2 et:
    config.log:
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
    It was created by libxkbcommon configure 0.5.0, which was
    generated by GNU Autoconf 2.69. Invocation command line was
    $ ./configure --prefix=/usr --libdir=/usr/lib32 --disable-docs --disable-static
    ## Platform. ##
    hostname = Arch
    uname -m = x86_64
    uname -r = 4.0.1-1-ARCH
    uname -s = Linux
    uname -v = #1 SMP PREEMPT Wed Apr 29 12:00:26 CEST 2015
    /usr/bin/uname -p = unknown
    /bin/uname -X = unknown
    /bin/arch = unknown
    /usr/bin/arch -k = unknown
    /usr/convex/getsysinfo = unknown
    /usr/bin/hostinfo = unknown
    /bin/machine = unknown
    /usr/bin/oslevel = unknown
    /bin/universe = unknown
    PATH: /usr/local/sbin
    PATH: /usr/local/bin
    PATH: /usr/bin
    PATH: /usr/lib/jvm/default/bin
    PATH: /usr/bin/site_perl
    PATH: /usr/bin/vendor_perl
    PATH: /usr/bin/core_perl
    ## Core tests. ##
    configure:2424: checking for a BSD-compatible install
    configure:2492: result: /usr/bin/install -c
    configure:2503: checking whether build environment is sane
    configure:2558: result: yes
    configure:2709: checking for a thread-safe mkdir -p
    configure:2748: result: /usr/bin/mkdir -p
    configure:2755: checking for gawk
    configure:2771: found /usr/bin/gawk
    configure:2782: result: gawk
    configure:2793: checking whether make sets $(MAKE)
    configure:2815: result: yes
    configure:2844: checking whether make supports nested variables
    configure:2861: result: yes
    configure:2987: checking whether to enable maintainer-specific portions of Makefiles
    configure:2996: result: yes
    configure:3023: checking for style of include used by make
    configure:3051: result: GNU
    configure:3122: checking for gcc
    configure:3149: result: gcc -m32
    configure:3378: checking for C compiler version
    configure:3387: gcc -m32 --version >&5
    gcc (GCC) 5.1.0
    Copyright (C) 2015 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    configure:3398: $? = 0
    configure:3387: gcc -m32 -v >&5
    Using built-in specs.
    COLLECT_GCC=gcc
    COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/lto-wrapper
    Target: x86_64-unknown-linux-gnu
    Configured with: /build/gcc-multilib/src/gcc-5-20150505/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --with-default-libstdcxx-abi=c++98
    Thread model: posix
    gcc version 5.1.0 (GCC)
    configure:3398: $? = 0
    configure:3387: gcc -m32 -V >&5
    gcc: error: unrecognized command line option '-V'
    gcc: fatal error: no input files
    compilation terminated.
    configure:3398: $? = 1
    configure:3387: gcc -m32 -qversion >&5
    gcc: error: unrecognized command line option '-qversion'
    gcc: fatal error: no input files
    compilation terminated.
    configure:3398: $? = 1
    configure:3418: checking whether the C compiler works
    configure:3440: gcc -m32 -march=core2 -m64 -mfpmath=sse -O2 -fomit-frame-pointer -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
    configure:3444: $? = 0
    configure:3492: result: yes
    configure:3495: checking for C compiler default output file name
    configure:3497: result: a.out
    configure:3503: checking for suffix of executables
    configure:3510: gcc -m32 -o conftest -march=core2 -m64 -mfpmath=sse -O2 -fomit-frame-pointer -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
    configure:3514: $? = 0
    configure:3536: result:
    configure:3558: checking whether we are cross compiling
    configure:3566: gcc -m32 -o conftest -march=core2 -m64 -mfpmath=sse -O2 -fomit-frame-pointer -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
    In file included from /usr/include/stdio.h:27:0,
    from conftest.c:11:
    /usr/include/features.h:365:25: fatal error: sys/cdefs.h: No such file or directory
    compilation terminated.
    configure:3570: $? = 1
    configure:3577: ./conftest
    ./configure: line 3579: ./conftest: No such file or directory
    configure:3581: $? = 127
    configure:3588: error: in `/mnt/tmp/yaourt-tmp-tsester/aur-lib32-libxkbcommon/src/libxkbcommon-0.5.0':
    configure:3590: error: cannot run C compiled programs.
    If you meant to cross compile, use `--host'.
    See `config.log' for more details
    ## Cache variables. ##
    ac_cv_env_CC_set=set
    ac_cv_env_CC_value='gcc -m32'
    ac_cv_env_CFLAGS_set=set
    ac_cv_env_CFLAGS_value='-march=core2 -m64 -mfpmath=sse -O2 -fomit-frame-pointer -pipe -fstack-protector --param=ssp-buffer-size=4'
    ac_cv_env_CPPFLAGS_set=set
    ac_cv_env_CPPFLAGS_value=-D_FORTIFY_SOURCE=2
    ac_cv_env_CPP_set=
    ac_cv_env_CPP_value=
    ac_cv_env_DOT_set=
    ac_cv_env_DOT_value=
    ac_cv_env_DOXYGEN_set=
    ac_cv_env_DOXYGEN_value=
    ac_cv_env_LDFLAGS_set=set
    ac_cv_env_LDFLAGS_value=-Wl,-O1,--sort-common,--as-needed,-z,relro
    ac_cv_env_LIBS_set=
    ac_cv_env_LIBS_value=
    ac_cv_env_PKG_CONFIG_LIBDIR_set=
    ac_cv_env_PKG_CONFIG_LIBDIR_value=
    ac_cv_env_PKG_CONFIG_PATH_set=set
    ac_cv_env_PKG_CONFIG_PATH_value=/usr/lib32/pkgconfig
    ac_cv_env_PKG_CONFIG_set=
    ac_cv_env_PKG_CONFIG_value=
    ac_cv_env_XCB_XKB_CFLAGS_set=
    ac_cv_env_XCB_XKB_CFLAGS_value=
    ac_cv_env_XCB_XKB_LIBS_set=
    ac_cv_env_XCB_XKB_LIBS_value=
    ac_cv_env_XORG_MALLOC_DEBUG_ENV_set=
    ac_cv_env_XORG_MALLOC_DEBUG_ENV_value=
    ac_cv_env_YACC_set=
    ac_cv_env_YACC_value=
    ac_cv_env_YFLAGS_set=
    ac_cv_env_YFLAGS_value=
    ac_cv_env_build_alias_set=
    ac_cv_env_build_alias_value=
    ac_cv_env_host_alias_set=
    ac_cv_env_host_alias_value=
    ac_cv_env_target_alias_set=
    ac_cv_env_target_alias_value=
    ac_cv_path_install='/usr/bin/install -c'
    ac_cv_path_mkdir=/usr/bin/mkdir
    ac_cv_prog_AWK=gawk
    ac_cv_prog_ac_ct_CC='gcc -m32'
    ac_cv_prog_make_make_set=yes
    am_cv_make_support_nested_variables=yes
    ## Output variables. ##
    ACLOCAL='${SHELL} /mnt/tmp/yaourt-tmp-tsester/aur-lib32-libxkbcommon/src/libxkbcommon-0.5.0/build-aux/missing aclocal-1.14'
    ADMIN_MAN_DIR=''
    ADMIN_MAN_SUFFIX=''
    AMDEPBACKSLASH='\'
    AMDEP_FALSE='#'
    AMDEP_TRUE=''
    AMTAR='$${TAR-tar}'
    AM_BACKSLASH='\'
    AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
    AM_DEFAULT_VERBOSITY='1'
    AM_V='$(V)'
    APP_MAN_DIR=''
    APP_MAN_SUFFIX=''
    AR=''
    AUTOCONF='${SHELL} /mnt/tmp/yaourt-tmp-tsester/aur-lib32-libxkbcommon/src/libxkbcommon-0.5.0/build-aux/missing autoconf'
    AUTOHEADER='${SHELL} /mnt/tmp/yaourt-tmp-tsester/aur-lib32-libxkbcommon/src/libxkbcommon-0.5.0/build-aux/missing autoheader'
    AUTOMAKE='${SHELL} /mnt/tmp/yaourt-tmp-tsester/aur-lib32-libxkbcommon/src/libxkbcommon-0.5.0/build-aux/missing automake-1.14'
    AWK='gawk'
    BASE_CFLAGS=''
    BUILD_LINUX_TESTS_FALSE=''
    BUILD_LINUX_TESTS_TRUE=''
    CC='gcc -m32'
    CCDEPMODE=''
    CFLAGS='-march=core2 -m64 -mfpmath=sse -O2 -fomit-frame-pointer -pipe -fstack-protector --param=ssp-buffer-size=4'
    CHANGELOG_CMD=''
    CPP=''
    CPPFLAGS='-D_FORTIFY_SOURCE=2'
    CWARNFLAGS=''
    CYGPATH_W='echo'
    DEFS=''
    DEPDIR='.deps'
    DLLTOOL=''
    DOT=''
    DOXYGEN=''
    DRIVER_MAN_DIR=''
    DRIVER_MAN_SUFFIX=''
    DSYMUTIL=''
    DUMPBIN=''
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP=''
    ENABLE_DOCS_FALSE=''
    ENABLE_DOCS_TRUE=''
    ENABLE_X11_FALSE=''
    ENABLE_X11_TRUE=''
    EXEEXT=''
    FGREP=''
    FILE_MAN_DIR=''
    FILE_MAN_SUFFIX=''
    GREP=''
    HAVE_DOT=''
    HAVE_DOT_FALSE=''
    HAVE_DOT_TRUE=''
    HAVE_DOXYGEN_FALSE=''
    HAVE_DOXYGEN_TRUE=''
    HAVE_NO_UNDEFINED_FALSE=''
    HAVE_NO_UNDEFINED_TRUE=''
    INSTALL_CMD=''
    INSTALL_DATA='${INSTALL} -m 644'
    INSTALL_PROGRAM='${INSTALL}'
    INSTALL_SCRIPT='${INSTALL}'
    INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
    LD=''
    LDFLAGS='-Wl,-O1,--sort-common,--as-needed,-z,relro'
    LIBOBJS=''
    LIBS=''
    LIBTOOL=''
    LIB_MAN_DIR=''
    LIB_MAN_SUFFIX=''
    LIPO=''
    LN_S=''
    LTLIBOBJS=''
    MAINT=''
    MAINTAINER_MODE_FALSE='#'
    MAINTAINER_MODE_TRUE=''
    MAKEINFO='${SHELL} /mnt/tmp/yaourt-tmp-tsester/aur-lib32-libxkbcommon/src/libxkbcommon-0.5.0/build-aux/missing makeinfo'
    MANIFEST_TOOL=''
    MAN_SUBSTS=''
    MISC_MAN_DIR=''
    MISC_MAN_SUFFIX=''
    MKDIR_P='/usr/bin/mkdir -p'
    NM=''
    NMEDIT=''
    OBJDUMP=''
    OBJEXT=''
    OTOOL64=''
    OTOOL=''
    PACKAGE='libxkbcommon'
    PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=libxkbcommon'
    PACKAGE_NAME='libxkbcommon'
    PACKAGE_STRING='libxkbcommon 0.5.0'
    PACKAGE_TARNAME='libxkbcommon'
    PACKAGE_URL='http://xkbcommon.org'
    PACKAGE_VERSION='0.5.0'
    PATH_SEPARATOR=':'
    PKG_CONFIG=''
    PKG_CONFIG_LIBDIR=''
    PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
    RANLIB=''
    RT_LIBS=''
    SED=''
    SET_MAKE=''
    SHELL='/bin/sh'
    STRICT_CFLAGS=''
    STRIP=''
    VERSION='0.5.0'
    XCB_XKB_CFLAGS=''
    XCB_XKB_LIBS=''
    XKBCONFIGROOT=''
    XLOCALEDIR=''
    XORG_MALLOC_DEBUG_ENV=''
    XORG_MAN_PAGE=''
    YACC=''
    YACC_INST=''
    YFLAGS=''
    ac_ct_AR=''
    ac_ct_CC='gcc -m32'
    ac_ct_DUMPBIN=''
    am__EXEEXT_FALSE=''
    am__EXEEXT_TRUE=''
    am__fastdepCC_FALSE=''
    am__fastdepCC_TRUE=''
    am__include='include'
    am__isrc=''
    am__leading_dot='.'
    am__nodep='_no'
    am__quote=''
    am__tar='$${TAR-tar} chof - "$$tardir"'
    am__untar='$${TAR-tar} xf -'
    bindir='${exec_prefix}/bin'
    build=''
    build_alias=''
    build_cpu=''
    build_os=''
    build_vendor=''
    datadir='${datarootdir}'
    datarootdir='${prefix}/share'
    docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
    dvidir='${docdir}'
    exec_prefix='NONE'
    host=''
    host_alias=''
    host_cpu=''
    host_os=''
    host_vendor=''
    htmldir='${docdir}'
    includedir='${prefix}/include'
    infodir='${datarootdir}/info'
    install_sh='${SHELL} /mnt/tmp/yaourt-tmp-tsester/aur-lib32-libxkbcommon/src/libxkbcommon-0.5.0/build-aux/install-sh'
    libdir='/usr/lib32'
    libexecdir='${exec_prefix}/libexec'
    localedir='${datarootdir}/locale'
    localstatedir='${prefix}/var'
    mandir='${datarootdir}/man'
    mkdir_p='$(MKDIR_P)'
    oldincludedir='/usr/include'
    pdfdir='${docdir}'
    prefix='/usr'
    program_transform_name='s,x,x,'
    psdir='${docdir}'
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    sysconfdir='${prefix}/etc'
    target_alias=''
    ## confdefs.h. ##
    /* confdefs.h */
    #define PACKAGE_NAME "libxkbcommon"
    #define PACKAGE_TARNAME "libxkbcommon"
    #define PACKAGE_VERSION "0.5.0"
    #define PACKAGE_STRING "libxkbcommon 0.5.0"
    #define PACKAGE_BUGREPORT "[url]https://bugs.freedesktop.org/enter_bug.cgi?product=libxkbcommon[/url]"
    #define PACKAGE_URL "[url]http://xkbcommon.org[/url]"
    #define PACKAGE "libxkbcommon"
    #define VERSION "0.5.0"
    configure: exit 1
    other info:
    core/pacman 4.2.1-1
    multilib/gcc-multilib 4.9.2-4 (multilib-devel) [installed]
        The GNU Compiler Collection - C and C++ frontends for multilib
    multilib/lib32-fakeroot 1.20.2-1 (multilib-devel) [installed]
        Tool for simulating superuser privileges (32-bit)
    multilib/lib32-libltdl 2.4.5-1 (multilib-devel) [installed]
        A generic library support script (32-bit)
    Last edited by tsester (2015-05-10 22:10:28)

    tsester wrote:P.S.: I recently transfered the linux system between failing disks
    In that case you should probably check that no other packages are missing files with
    pacman -Qkk 2>&1 | grep "No such file or directory"
    Any packages that report that they're missing files, you should reinstall.

  • Cannot run 'exec dbms_xdb.setlistenerlocalaccess(false)' in sqlplus for XE

    Cannot run 'exec dbms_xdb.setlistenerlocalaccess(false)' from within sqlplus.
    Apparently it does not exist, because when i do
    sql> describe dbms_xdb
    it shows sethttpport... but not the setlistenerlocalaccess.

    Do you get any error messages?
    It works correctly for me:
    C:\WINDOWS\system32>sqlplus system/<pwd>@xe
    SQL*Plus: Release 10.2.0.1.0 - Production on Sa Feb 25 20:47:16 2006
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Verbunden mit:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    SQL> exec dbms_xdb.setListenerLocalAccess(true);
    PL/SQL-Prozedur erfolgreich abgeschlossen.
    SQL> exec dbms_xdb.setListenerLocalAccess(false);
    PL/SQL-Prozedur erfolgreich abgeschlossen.###
    1) As which user do you connect?
    2) What version do you use (e.g. Windows Universal or Linux Western European)?
    3) Please post your error sqlplus protocol
    ~Dietmar.

  • Run Oracle on Linux VMware kit in runlevel 3

    Hi,
    Anyone has managed to run Oracle on Linux VMware kit in runlevel 3 instead of 5, i.e. no GUI.

    I have managed to run Redhat linux in run level 3, by editing /etc/inittab and change the run level to 3.
    However, the RAC services didn't managed to start up. When I run crsstat, it gets cannot connect to CRS.

  • Cannot run speedtest or speakeasy

    I cannot run any of the speedtests (speedtest.net or speakeasy.net) from Firefox (newest version), IE or Google Chrome. I have update flash player and Java. The computer has been tested for infections and none are found. The Hosts file looks fine. Temp files have been removed. The speedtest.net works in IE10 in safe mode. Windows 7 Home Premium SP1, 64 bit, 8 GB RAM, etc.

    What occurs when you try to run the above sites?<br>
    Any error messages or crashes?
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * On Windows you can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac you can open Firefox 4.0+ in Safe Mode by holding the '''option''' key while starting Firefox.
    * On Linux you can open Firefox 4.0+ in Safe Mode by quitting Firefox and then going to your Terminal and running: firefox -safe-mode (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    [[Image:FirefoxSafeMode|width=520]]
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    Please report back soon.

  • Cannot run in framebuffer mode

    I have just installed Arch on my ThinkPad x220 and configured X to support both my internal LCD as well as my external USB monitor that uses Displaylink.
    I have (From memory) installed the following graphics drivers: xf86-video-intel, xf86-video-displaylink and xf86-video-fbdev.
    When I try to start x with the USB monitor disconnected, everything works fine but as soon as I try to start x with it plugged in, I get an error in the log stating that "Cannot run in framebuffer mode, please specifiy BusIDs for all framebuffer devices" as can be seen below I have specified BusIDs for both devices.
    If I comment out the last two lines in the ServerLayout and try to start x with the USB monitor connected it works fine.
    What I want is to be able to use the USB monitor to extend my desktop but be able to use the laptop's internal LCD on its own when I don't have the USB monitor connected.
    My xorg.conf:
    Section "Device"
    Identifier "intel"
    driver "intel"
    BusID "PCI:0:2:0"
    EndSection
    Section "Device"
    Identifier "dl1"
    driver "fbdev"
    Option "fbdev" "/dev/fb1"
    BusID "USB"
    EndSection
    Section "Monitor"
    Identifier "monitor0"
    EndSection
    Section "Monitor"
    Identifier "monitor1"
    EndSection
    Section "Screen"
    Identifier "screen0"
    Device "dl1"
    Monitor "monitor0"
    DefaultDepth 16
    EndSection
    Section "Screen"
    Identifier "screen1"
    Device "intel"
    Monitor "monitor1"
    DefaultDepth 16
    EndSection
    Section "ServerLayout"
    Identifier "multihead"
    Screen 0 "screen0"
    Screen 1 "screen1" LeftOf "screen0"
    Option "Xinerama" "off"
    EndSection
    My error log from when I try to start x with the USB monitor connected:
    [ 1519.870]
    X.Org X Server 1.14.0
    Release Date: 2013-03-05
    [ 1519.873] X Protocol Version 11, Revision 0
    [ 1519.875] Build Operating System: Linux 3.8.2-1-ARCH x86_64
    [ 1519.876] Current Operating System: Linux localhost 3.8.4-1-ARCH #1 SMP PREEMPT Wed Mar 20 22:10:25 CET 2013 x86_64
    [ 1519.876] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=07d0daf8-43f7-4294-a552-48d5f0521ae3 ro
    [ 1519.877] Build Date: 09 March 2013 11:43:05AM
    [ 1519.877]
    [ 1519.878] Current version of pixman: 0.28.2
    [ 1519.879] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 1519.879] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 1519.881] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Mar 23 00:43:24 2013
    [ 1519.881] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 1519.881] (==) ServerLayout "multihead"
    [ 1519.881] (**) |-->Screen "screen0" (0)
    [ 1519.881] (**) | |-->Monitor "monitor0"
    [ 1519.881] (**) | |-->Device "dl1"
    [ 1519.881] (**) |-->Screen "screen1" (1)
    [ 1519.881] (**) | |-->Monitor "monitor1"
    [ 1519.881] (**) | |-->Device "intel"
    [ 1519.881] (**) Option "Xinerama" "off"
    [ 1519.881] (==) Automatically adding devices
    [ 1519.881] (==) Automatically enabling devices
    [ 1519.881] (==) Automatically adding GPU devices
    [ 1519.881] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 1519.881] Entry deleted from font path.
    [ 1519.881] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 1519.881] Entry deleted from font path.
    [ 1519.881] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 1519.881] Entry deleted from font path.
    [ 1519.881] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 1519.881] Entry deleted from font path.
    [ 1519.881] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 1519.881] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 1519.881] Entry deleted from font path.
    [ 1519.881] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 1519.881] (==) FontPath set to:
    /usr/share/fonts/misc/
    [ 1519.881] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 1519.881] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 1519.881] (II) Loader magic: 0x7fdc20
    [ 1519.881] (II) Module ABI versions:
    [ 1519.881] X.Org ANSI C Emulation: 0.4
    [ 1519.881] X.Org Video Driver: 14.1
    [ 1519.881] X.Org XInput driver : 19.1
    [ 1519.881] X.Org Server Extension : 7.0
    [ 1519.882] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 1519.883] (--) PCI:*(0:0:2:0) 8086:0126:17aa:21da rev 9, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00005000/64
    [ 1519.884] Initializing built-in extension Generic Event Extension
    [ 1519.884] Initializing built-in extension SHAPE
    [ 1519.885] Initializing built-in extension MIT-SHM
    [ 1519.885] Initializing built-in extension XInputExtension
    [ 1519.886] Initializing built-in extension XTEST
    [ 1519.886] Initializing built-in extension BIG-REQUESTS
    [ 1519.887] Initializing built-in extension SYNC
    [ 1519.887] Initializing built-in extension XKEYBOARD
    [ 1519.887] Initializing built-in extension XC-MISC
    [ 1519.888] Initializing built-in extension SECURITY
    [ 1519.888] Initializing built-in extension XINERAMA
    [ 1519.889] Initializing built-in extension XFIXES
    [ 1519.889] Initializing built-in extension RENDER
    [ 1519.890] Initializing built-in extension RANDR
    [ 1519.890] Initializing built-in extension COMPOSITE
    [ 1519.891] Initializing built-in extension DAMAGE
    [ 1519.891] Initializing built-in extension MIT-SCREEN-SAVER
    [ 1519.892] Initializing built-in extension DOUBLE-BUFFER
    [ 1519.892] Initializing built-in extension RECORD
    [ 1519.893] Initializing built-in extension DPMS
    [ 1519.893] Initializing built-in extension X-Resource
    [ 1519.893] Initializing built-in extension XVideo
    [ 1519.894] Initializing built-in extension XVideo-MotionCompensation
    [ 1519.894] Initializing built-in extension XFree86-VidModeExtension
    [ 1519.895] Initializing built-in extension XFree86-DGA
    [ 1519.895] Initializing built-in extension XFree86-DRI
    [ 1519.896] Initializing built-in extension DRI2
    [ 1519.896] (II) LoadModule: "glx"
    [ 1519.896] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 1519.896] (II) Module glx: vendor="X.Org Foundation"
    [ 1519.896] compiled for 1.14.0, module version = 1.0.0
    [ 1519.896] ABI class: X.Org Server Extension, version 7.0
    [ 1519.896] (==) AIGLX enabled
    [ 1519.896] Loading extension GLX
    [ 1519.896] (II) LoadModule: "fbdev"
    [ 1519.896] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 1519.896] (II) Module fbdev: vendor="X.Org Foundation"
    [ 1519.897] compiled for 1.14.0, module version = 0.4.3
    [ 1519.897] Module class: X.Org Video Driver
    [ 1519.897] ABI class: X.Org Video Driver, version 14.1
    [ 1519.897] (II) LoadModule: "intel"
    [ 1519.897] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 1519.897] (II) Module intel: vendor="X.Org Foundation"
    [ 1519.897] compiled for 1.14.0, module version = 2.21.5
    [ 1519.897] Module class: X.Org Video Driver
    [ 1519.897] ABI class: X.Org Video Driver, version 14.1
    [ 1519.897] (II) FBDEV: driver for framebuffer: fbdev
    [ 1519.897] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
    Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
    Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
    Haswell Server (GT2+), Haswell SDV Desktop (GT1),
    Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
    Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
    Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
    Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
    Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
    Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
    Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
    Haswell ULT Server (GT1), Haswell ULT Server (GT2),
    Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
    Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
    Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
    Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
    Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
    ValleyView PO board
    [ 1519.897] (++) using VT number 1
    [ 1519.897] (WW) Falling back to old probe method for fbdev
    [ 1519.897] (II) Loading sub module "fbdevhw"
    [ 1519.897] (II) LoadModule: "fbdevhw"
    [ 1519.897] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 1519.897] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 1519.897] compiled for 1.14.0, module version = 0.0.2
    [ 1519.897] ABI class: X.Org Video Driver, version 14.1
    [ 1519.897] (II) FBDEV(0): using /dev/fb1
    [ 1519.897]
    Fatal server error:
    [ 1519.897] Cannot run in framebuffer mode. Please specify busIDs for all framebuffer devices
    [ 1519.897]
    [ 1519.897] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 1519.897] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 1519.897] (EE)
    [ 1519.901] Server terminated with error (1). Closing log file.
    Any help is greatly appreciated,
    Cameron

    I managed to get xf86-video-fbdev-for-displaylink installed. Had to move the modules to the correct location in /usr/lib/xorg/modules/driver/ and change the bitdepth to 16 in order for it to work. But I still get the module unload of whichever module is next. Whether intel or fbdev.
    [ 14.539]
    X.Org X Server 1.14.0
    Release Date: 2013-03-05
    [ 14.540] X Protocol Version 11, Revision 0
    [ 14.540] Build Operating System: Linux 3.8.2-1-ARCH x86_64
    [ 14.540] Current Operating System: Linux arch.agioit.com 3.8.7-1-ARCH #1 SMP PREEMPT Sat Apr 13 09:01:47 CEST 2013 x86_64
    [ 14.540] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b6ac9907-e07a-4c63-b4be-6660e0c85139 ro quiet
    [ 14.540] Build Date: 09 March 2013 11:43:05AM
    [ 14.540]
    [ 14.540] Current version of pixman: 0.28.2
    [ 14.540] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 14.540] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 14.540] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr 16 12:56:35 2013
    [ 14.705] (==) Using config file: "/etc/X11/xorg.conf"
    [ 14.705] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 14.705] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 14.862] (==) ServerLayout "Layout0"
    [ 14.862] (**) |-->Screen "Screen0" (0)
    [ 14.862] (**) | |-->Monitor "DisplayLinkMonitor"
    [ 14.862] (**) | |-->Device "DisplayLinkDevice"
    [ 14.862] (**) |-->Screen "Screen1" (1)
    [ 14.862] (**) | |-->Monitor "Monitor0"
    [ 14.862] (**) | |-->Device "Card0"
    [ 14.862] (**) |-->Screen "Screen2" (2)
    [ 14.862] (**) | |-->Monitor "Monitor1"
    [ 14.862] (**) | |-->Device "Card1"
    [ 14.862] (**) |-->Input Device "Keyboard0"
    [ 14.862] (**) |-->Input Device "Mouse0"
    [ 14.862] (**) Option "Xinerama" "On"
    [ 14.862] (==) Automatically adding devices
    [ 14.862] (==) Automatically enabling devices
    [ 14.862] (==) Automatically adding GPU devices
    [ 14.863] (**) Xinerama: enabled
    [ 15.083] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 15.084] Entry deleted from font path.
    [ 15.084] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 15.084] Entry deleted from font path.
    [ 15.122] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 15.122] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 15.122] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 15.122] (WW) Disabling Keyboard0
    [ 15.122] (WW) Disabling Mouse0
    [ 15.122] (II) Loader magic: 0x7fdc20
    [ 15.122] (II) Module ABI versions:
    [ 15.122] X.Org ANSI C Emulation: 0.4
    [ 15.122] X.Org Video Driver: 14.1
    [ 15.122] X.Org XInput driver : 19.1
    [ 15.122] X.Org Server Extension : 7.0
    [ 15.122] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 15.124] (--) PCI:*(0:0:2:0) 8086:0126:106b:00e6 rev 9, Mem @ 0xa0000000/4194304, 0x90000000/268435456, I/O @ 0x00002000/64
    [ 15.137] Initializing built-in extension Generic Event Extension
    [ 15.137] Initializing built-in extension SHAPE
    [ 15.137] Initializing built-in extension MIT-SHM
    [ 15.137] Initializing built-in extension XInputExtension
    [ 15.137] Initializing built-in extension XTEST
    [ 15.137] Initializing built-in extension BIG-REQUESTS
    [ 15.137] Initializing built-in extension SYNC
    [ 15.137] Initializing built-in extension XKEYBOARD
    [ 15.137] Initializing built-in extension XC-MISC
    [ 15.137] Initializing built-in extension SECURITY
    [ 15.137] Initializing built-in extension XINERAMA
    [ 15.137] Initializing built-in extension XFIXES
    [ 15.137] Initializing built-in extension RENDER
    [ 15.137] Initializing built-in extension RANDR
    [ 15.137] Initializing built-in extension COMPOSITE
    [ 15.137] Initializing built-in extension DAMAGE
    [ 15.137] Initializing built-in extension MIT-SCREEN-SAVER
    [ 15.137] Initializing built-in extension DOUBLE-BUFFER
    [ 15.137] Initializing built-in extension RECORD
    [ 15.137] Initializing built-in extension DPMS
    [ 15.137] Initializing built-in extension X-Resource
    [ 15.137] Initializing built-in extension XVideo
    [ 15.138] Initializing built-in extension XVideo-MotionCompensation
    [ 15.138] Initializing built-in extension XFree86-VidModeExtension
    [ 15.138] Initializing built-in extension XFree86-DGA
    [ 15.138] Initializing built-in extension XFree86-DRI
    [ 15.138] Initializing built-in extension DRI2
    [ 15.138] (II) "glx" will be loaded by default.
    [ 15.138] (II) LoadModule: "dri2"
    [ 15.138] (II) Module "dri2" already built-in
    [ 15.138] (II) LoadModule: "glamoregl"
    [ 15.144] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 15.389] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 15.389] compiled for 1.14.0, module version = 0.5.0
    [ 15.389] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 15.389] (II) LoadModule: "glx"
    [ 15.426] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 15.436] (II) Module glx: vendor="X.Org Foundation"
    [ 15.436] compiled for 1.14.0, module version = 1.0.0
    [ 15.436] ABI class: X.Org Server Extension, version 7.0
    [ 15.436] (==) AIGLX enabled
    [ 15.437] Loading extension GLX
    [ 15.437] (II) LoadModule: "fbdev"
    [ 15.437] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 15.444] (II) Module fbdev: vendor="X.Org Foundation"
    [ 15.445] compiled for 1.14.0, module version = 0.4.3
    [ 15.445] Module class: X.Org Video Driver
    [ 15.445] ABI class: X.Org Video Driver, version 14.1
    [ 15.445] (II) LoadModule: "intel"
    [ 15.445] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 15.481] (II) Module intel: vendor="X.Org Foundation"
    [ 15.481] compiled for 1.14.0, module version = 2.21.6
    [ 15.481] Module class: X.Org Video Driver
    [ 15.481] ABI class: X.Org Video Driver, version 14.1
    [ 15.481] (II) FBDEV: driver for framebuffer: fbdev
    [ 15.481] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
    Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
    Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
    Haswell Server (GT2+), Haswell SDV Desktop (GT1),
    Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
    Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
    Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
    Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
    Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
    Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
    Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
    Haswell ULT Server (GT1), Haswell ULT Server (GT2),
    Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
    Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
    Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
    Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
    Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
    ValleyView PO board
    [ 15.482] (++) using VT number 7
    [ 15.494] (II) Loading sub module "fbdevhw"
    [ 15.494] (II) LoadModule: "fbdevhw"
    [ 15.494] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 15.510] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 15.510] compiled for 1.14.0, module version = 0.0.2
    [ 15.510] ABI class: X.Org Video Driver, version 14.1
    [ 15.510] (**) FBDEV(0): claimed PCI slot 0@0:2:0
    [ 15.510] (II) FBDEV(0): using /dev/fb1
    [ 15.511] (II) FBDEV(0): Creating default Display subsection in Screen section
    "Screen0" for depth/fbbpp 16/16
    [ 15.511] (**) FBDEV(0): Depth 16, (--) framebuffer bpp 16
    [ 15.511] (==) FBDEV(0): RGB weight 565
    [ 15.511] (==) FBDEV(0): Default visual is TrueColor
    [ 15.511] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 15.511] (II) FBDEV(0): hardware: udlfb (video memory: 4052kB)
    [ 15.511] (**) FBDEV(0): Option "fbdev" "/dev/fb1"
    [ 15.511] (II) FBDEV(0): checking modes against framebuffer device...
    [ 15.511] (II) FBDEV(0): checking modes against monitor...
    [ 15.511] (--) FBDEV(0): Virtual size is 1920x1080 (pitch 1920)
    [ 15.511] (**) FBDEV(0): Built-in mode "current": 138.5 MHz, 66.6 kHz, 59.9 Hz
    [ 15.511] (II) FBDEV(0): Modeline "current"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1111 -hsync +vsync -csync (66.6 kHz b)
    [ 15.511] (==) FBDEV(0): DPI set to (96, 96)
    [ 15.511] (II) Loading sub module "fb"
    [ 15.511] (II) LoadModule: "fb"
    [ 15.511] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 15.513] (II) Module fb: vendor="X.Org Foundation"
    [ 15.513] compiled for 1.14.0, module version = 1.0.0
    [ 15.513] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 15.513] (**) FBDEV(0): using shadow framebuffer
    [ 15.513] (II) Loading sub module "shadow"
    [ 15.513] (II) LoadModule: "shadow"
    [ 15.513] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 15.520] (II) Module shadow: vendor="X.Org Foundation"
    [ 15.520] compiled for 1.14.0, module version = 1.1.0
    [ 15.520] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 15.520] (II) UnloadModule: "intel"
    [ 15.520] (II) Unloading intel
    [ 15.546] (==) FBDEV(0): Backing store disabled
    [ 15.546] (==) FBDEV(0): DPMS enabled
    [ 15.546] (==) RandR enabled
    [ 15.554] (II) AIGLX: Screen 0 is not DRI2 capable
    [ 15.554] (II) AIGLX: Screen 0 is not DRI capable
    [ 16.124] (II) AIGLX: Loaded and initialized swrast
    [ 16.124] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [ 16.464] (II) config/udev: Adding input device Power Button (/dev/input/event8)
    [ 16.464] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 16.464] (II) LoadModule: "evdev"
    [ 16.465] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 16.487] (II) Module evdev: vendor="X.Org Foundation"
    [ 16.487] compiled for 1.14.0, module version = 2.8.0
    [ 16.487] Module class: X.Org XInput Driver
    [ 16.487] ABI class: X.Org XInput driver, version 19.1
    [ 16.487] (II) Using input driver 'evdev' for 'Power Button'
    [ 16.487] (**) Power Button: always reports core events
    [ 16.487] (**) evdev: Power Button: Device: "/dev/input/event8"
    [ 16.487] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 16.488] (--) evdev: Power Button: Found keys
    [ 16.488] (II) evdev: Power Button: Configuring as keyboard
    [ 16.488] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input8/event8"
    [ 16.488] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 16.488] (**) Option "xkb_rules" "evdev"
    [ 16.488] (**) Option "xkb_model" "evdev"
    [ 16.488] (**) Option "xkb_layout" "us"
    [ 16.518] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
    [ 16.518] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 16.518] (II) Using input driver 'evdev' for 'Video Bus'
    [ 16.518] (**) Video Bus: always reports core events
    [ 16.518] (**) evdev: Video Bus: Device: "/dev/input/event9"
    [ 16.518] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 16.518] (--) evdev: Video Bus: Found keys
    [ 16.518] (II) evdev: Video Bus: Configuring as keyboard
    [ 16.518] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9/event9"
    [ 16.518] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 16.518] (**) Option "xkb_rules" "evdev"
    [ 16.518] (**) Option "xkb_model" "evdev"
    [ 16.518] (**) Option "xkb_layout" "us"
    [ 16.519] (II) config/udev: Adding input device Power Button (/dev/input/event6)
    [ 16.519] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 16.519] (II) Using input driver 'evdev' for 'Power Button'
    [ 16.519] (**) Power Button: always reports core events
    [ 16.519] (**) evdev: Power Button: Device: "/dev/input/event6"
    [ 16.519] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 16.519] (--) evdev: Power Button: Found keys
    [ 16.519] (II) evdev: Power Button: Configuring as keyboard
    [ 16.519] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6/event6"
    [ 16.519] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 16.519] (**) Option "xkb_rules" "evdev"
    [ 16.519] (**) Option "xkb_model" "evdev"
    [ 16.519] (**) Option "xkb_layout" "us"
    [ 16.521] (II) config/udev: Adding input device Sleep Button (/dev/input/event7)
    [ 16.521] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 16.521] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 16.521] (**) Sleep Button: always reports core events
    [ 16.521] (**) evdev: Sleep Button: Device: "/dev/input/event7"
    [ 16.521] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 16.521] (--) evdev: Sleep Button: Found keys
    [ 16.521] (II) evdev: Sleep Button: Configuring as keyboard
    [ 16.521] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7/event7"
    [ 16.521] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 16.521] (**) Option "xkb_rules" "evdev"
    [ 16.521] (**) Option "xkb_model" "evdev"
    [ 16.521] (**) Option "xkb_layout" "us"
    [ 16.522] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 16.523] (II) config/udev: Adding input device Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) (/dev/input/event0)
    [ 16.523] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Applying InputClass "evdev pointer catchall"
    [ 16.523] (II) Using input driver 'evdev' for 'Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)'
    [ 16.523] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): always reports core events
    [ 16.523] (**) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Device: "/dev/input/event0"
    [ 16.523] (--) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Vendor 0x45e Product 0x39
    [ 16.523] (--) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found 9 mouse buttons
    [ 16.523] (--) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found scroll wheel(s)
    [ 16.523] (--) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found relative axes
    [ 16.523] (--) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found x and y relative axes
    [ 16.523] (II) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Configuring as mouse
    [ 16.523] (II) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Adding scrollwheel support
    [ 16.523] (**) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): YAxisMapping: buttons 4 and 5
    [ 16.523] (**) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 16.523] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.2/1-1.2:1.0/input/input0/event0"
    [ 16.523] (II) XINPUT: Adding extended input device "Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)" (type: MOUSE, id 10)
    [ 16.523] (II) evdev: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): initialized for relative axes.
    [ 16.524] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) keeping acceleration scheme 1
    [ 16.524] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) acceleration profile 0
    [ 16.524] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) acceleration factor: 2.000
    [ 16.524] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) acceleration threshold: 4
    [ 16.524] (II) config/udev: Adding input device Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) (/dev/input/mouse0)
    [ 16.524] (II) No input driver specified, ignoring this device.
    [ 16.524] (II) This device may have been added with another device file.
    [ 16.525] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event3)
    [ 16.525] (II) No input driver specified, ignoring this device.
    [ 16.525] (II) This device may have been added with another device file.
    [ 16.525] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event4)
    [ 16.526] (II) No input driver specified, ignoring this device.
    [ 16.526] (II) This device may have been added with another device file.
    [ 16.526] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
    [ 16.526] (II) No input driver specified, ignoring this device.
    [ 16.526] (II) This device may have been added with another device file.
    [ 16.526] (II) config/udev: Adding input device HDA Intel PCH SPDIF In (/dev/input/event11)
    [ 16.526] (II) No input driver specified, ignoring this device.
    [ 16.526] (II) This device may have been added with another device file.
    [ 16.527] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
    [ 16.527] (II) No input driver specified, ignoring this device.
    [ 16.527] (II) This device may have been added with another device file.
    [ 16.527] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
    [ 16.527] (II) No input driver specified, ignoring this device.
    [ 16.527] (II) This device may have been added with another device file.
    [ 16.527] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event1)
    [ 16.527] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
    [ 16.527] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
    [ 16.527] (**) Microsoft Wired Keyboard 600: always reports core events
    [ 16.527] (**) evdev: Microsoft Wired Keyboard 600: Device: "/dev/input/event1"
    [ 16.527] (--) evdev: Microsoft Wired Keyboard 600: Vendor 0x45e Product 0x750
    [ 16.527] (--) evdev: Microsoft Wired Keyboard 600: Found keys
    [ 16.527] (II) evdev: Microsoft Wired Keyboard 600: Configuring as keyboard
    [ 16.527] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.2/2-1.2:1.0/input/input1/event1"
    [ 16.527] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD, id 11)
    [ 16.527] (**) Option "xkb_rules" "evdev"
    [ 16.527] (**) Option "xkb_model" "evdev"
    [ 16.527] (**) Option "xkb_layout" "us"
    [ 16.527] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event2)
    [ 16.527] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
    [ 16.527] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
    [ 16.527] (**) Microsoft Wired Keyboard 600: always reports core events
    [ 16.527] (**) evdev: Microsoft Wired Keyboard 600: Device: "/dev/input/event2"
    [ 16.527] (II) evdev: Microsoft Wired Keyboard 600: Using mtdev for this device
    [ 16.528] (--) evdev: Microsoft Wired Keyboard 600: Vendor 0x45e Product 0x750
    [ 16.528] (--) evdev: Microsoft Wired Keyboard 600: Found 1 mouse buttons
    [ 16.528] (--) evdev: Microsoft Wired Keyboard 600: Found scroll wheel(s)
    [ 16.528] (--) evdev: Microsoft Wired Keyboard 600: Found relative axes
    [ 16.528] (--) evdev: Microsoft Wired Keyboard 600: Found absolute axes
    [ 16.528] (--) evdev: Microsoft Wired Keyboard 600: Found absolute multitouch axes
    [ 16.528] (--) evdev: Microsoft Wired Keyboard 600: Found x and y absolute axes
    [ 16.528] (--) evdev: Microsoft Wired Keyboard 600: Found keys
    [ 16.528] (II) evdev: Microsoft Wired Keyboard 600: Forcing relative x/y axes to exist.
    [ 16.528] (II) evdev: Microsoft Wired Keyboard 600: Configuring as mouse
    [ 16.528] (II) evdev: Microsoft Wired Keyboard 600: Configuring as keyboard
    [ 16.528] (II) evdev: Microsoft Wired Keyboard 600: Adding scrollwheel support
    [ 16.528] (**) evdev: Microsoft Wired Keyboard 600: YAxisMapping: buttons 4 and 5
    [ 16.528] (**) evdev: Microsoft Wired Keyboard 600: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 16.528] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.2/2-1.2:1.1/input/input2/event2"
    [ 16.528] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD, id 12)
    [ 16.528] (**) Option "xkb_rules" "evdev"
    [ 16.528] (**) Option "xkb_model" "evdev"
    [ 16.528] (**) Option "xkb_layout" "us"
    [ 16.528] (II) evdev: Microsoft Wired Keyboard 600: initialized for relative axes.
    [ 16.528] (WW) evdev: Microsoft Wired Keyboard 600: ignoring absolute axes.
    [ 16.528] (**) Microsoft Wired Keyboard 600: (accel) keeping acceleration scheme 1
    [ 16.528] (**) Microsoft Wired Keyboard 600: (accel) acceleration profile 0
    [ 16.528] (**) Microsoft Wired Keyboard 600: (accel) acceleration factor: 2.000
    [ 16.528] (**) Microsoft Wired Keyboard 600: (accel) acceleration threshold: 4
    [ 16.528] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/js0)
    [ 16.528] (II) No input driver specified, ignoring this device.
    [ 16.528] (II) This device may have been added with another device file.
    [ 16.528] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 16.528] (II) No input driver specified, ignoring this device.
    [ 16.528] (II) This device may have been added with another device file.

  • Is there a guide to running headless on Linux?

    When I run the following build:
    <target name="compile.client.test" depends="setup.test">
         <mxmlc file="${client.test.src.file}" output="${client.test.bin.file}"
                   fork="true" maxmemory="256m" debug="true" optimize="true"
                   incremental="true">
              <default-size width="800" height="600"/>
              <load-config filename="${FLEX_HOME}/frameworks/flex-config.xml"/>
              <source-path path-element="${client.main.src.dir}"/>
              <source-path path-element="${client.test.src.dir}"/>
              <library-path dir="${client.main.lib.dir}" append="true" includes="*.swc"/>
              <library-path dir="${client.test.lib.dir}" append="true" includes="*.swc"/>
              <compiler.verbose-stacktraces>true</compiler.verbose-stacktraces>
              <compiler.headless-server>true</compiler.headless-server>
              <static-link-runtime-shared-libraries>true</static-link-runtime-shared-libraries>
         </mxmlc>
    </target>
    <target name="test.client" depends="compile.client.test">
         <flexunit swf="${client.test.bin.file}"
              haltonfailure="true" verbose="false" localtrusted="true"
              headless="true" todir="${client.flexunit.bin.dir}"/>
    </target>
    I get the following error:
    Buildfile: /home/rfkrocktk/Documents/Helios/activeinterview/build.xml
    setup:
    setup.main:
    setup.test:
    compile.client.test:
        [mxmlc] Loading configuration file /opt/adobe/flex/4.1.0.16076/frameworks/flex-config.xml
        [mxmlc] /home/rfkrocktk/Documents/Helios/activeinterview/activeinterview-client/build/test/test.application.swf is up-to-date and does not have to be rebuilt.
    test.client:
    [flexunit] Starting xvnc
    BUILD FAILED
    /home/rfkrocktk/Documents/Helios/activeinterview/build.xml:84: java.io.IOException: Cannot run program "vncserver": java.io.IOException: error=2, No such file or directory
    Total time: 3 seconds
    I assumed that this means that I don't have a VNC server implementation installed, so I installed one:
    sudo apt-get install vnc4server
    Now the error I'm getting is this:
    Buildfile: /home/rfkrocktk/Documents/Helios/activeinterview/build.xml
    setup:
    setup.main:
    setup.test:
    compile.client.test:
        [mxmlc] Loading configuration file /opt/adobe/flex/4.1.0.16076/frameworks/flex-config.xml
        [mxmlc] /home/rfkrocktk/Documents/Helios/activeinterview/activeinterview-client/build/test/test.application.swf is up-to-date and does not have to be rebuilt.
    test.client:
    [flexunit] Starting xvnc
    [flexunit] You will require a password to access your desktops.
    [flexunit] Password:
    [flexunit] getpassword error: Invalid argument
    [flexunit] You will require a password to access your desktops.
    [flexunit] getpassword error: Invalid argument
    [flexunit] Password:
    [flexunit] You will require a password to access your desktops.
    [flexunit] getpassword error: Invalid argument
    [flexunit] Password:
    BUILD FAILED
    /home/rfkrocktk/Documents/Helios/activeinterview/build.xml:84: java.io.IOException: org.flexunit.ant.launcher.commands.headless.XvncException: Could not start xvnc using displays 99-101; Consider adding to your launch script: killall Xvnc Xrealvnc; rm -fv /tmp/.X*-lock /tmp/.X11-unix/X*
    Total time: 3 seconds
    What does this mean? Do I need my Linux user password in order to start a vnc screen?
    I have checked and the VNC server doesn't seem to be running, and I have run the scripts that it recommends. Any ideas? (I'm running Ubuntu 9.10 64bit if that helps any.)

    Thanks so much for your response, it completely solved my problem.
    Basically, for the future's sake, here is the whole process I went through on Ubuntu.
    First, install a VNC server:
    sudo apt-get install vnc4server
    Next, start and configure the server:
    vncserver
    At this point, it should ask you to create a password for VNC. Do so, then continue.
    Start a VNC screen on screen 99:
    vncserver :99
    If that goes through alright, then kill the screens created. (For me, when I ran vncserver for the first time, it created a screen at :1, so we'll kill both of the screens created)
    vncserver -kill :99
    vncserver -kill :1
    Done. Now, it "just works."

  • Cannot run xorg as non-root

    I have a fresh install of Arch Linux that is working great except I cannot run xorg as my normal login, only root.
    When I attempt to start X with either startxfce4 or startx, I get
    xf68openconsole: cannot open virtual console 1 (permission denied)
    XFCE is installed and works fine as root. I've done a lot of searching and I've found a lot of other people having this problem but none of their solutions have worked for me. I tried reinstalling xorg, checking my user permissions (I'm in the wheel group), and adding vt$XDG_VTNR to the end of my xserverrc file.
    I haven't used arch in a long time (before systemd) and I feel like a rank newbie! Nothing I have read suggests any need for permissions changes when installing X so I don't know why it's not working out of the box. I feel like it must be an obvious answer but I need someone to slap me in the face with it, obviously.
    Appreciate any help in advance-

    karol wrote:
    Post your ~/.xinitrc and the exact command you use e.g. 'startx' or 'startx -- :1 vt$XDG_VTNR -keeptty' etc. Make sure e.g. 'startx' is not aliased to something.
    Have you tried starting it from another tty? Do you run the stock linux console in the tty or e.g. tmux?
    Post the output of
    uname -a
    What's your hardware and graphics drivers?
    xinitrc here
    I am using startxfce4:
    [root@ninja-laptop /]# type startxfce4
    startxfce4 is /usr/bin/startxfce4
    I haven't made any changes to the console or tty so I'm assuming I'm running it in stock. I haven't tried starting from another tty.
    [root@ninja-laptop /]# uname -a
    Linux ninja-laptop 3.19.3-3-ARCH #1 SMP PREEMPT Wed Apr 8 14:10:00 CEST 2015 x86_64 GNU/Linux
    Thanks-

  • The newly-installed Fedora8 cannot run VCD,CD and DVD disks

    The newly-installed Fedora8 cannot run VCD,CD and DVD disks.Can not open a few kind of documents, such as PTF,WinRar,PPT.
    Can Windows' application software work under Linux OS?

    The newly-installed Fedora8 cannot run VCD,CD and DVD disks.Is your CD/DVD ROM SATA?
    such as PTF,WinRar,PPTFor PPT install openoffice (yum install openoffice.org-impress).
    RAR is not commonly used in Unix world but there exists RAR on Linux. You can download it here: http://werewolf.freshrpms.net/rpm.html?id=291
    http://werewolf.freshrpms.net/rpm.html?id=328
    PTF? Don't you mean PDF? If so then install KPDF or Kghostview (yum install kpdf or yum install kghostview)
    Can Windows' application software work under Linux OS? No without emulation. For running Windows application you may be interested in Wine (free of charge) product or (commercial) Crossoveroffice (based on Wine). More at: http://www.winehq.org/
    Message was edited by:
    Ivan Kartik
    For searching Linux equivalents of Windows application you can try "Linux App Finder" site: http://www.linuxappfinder.com/alternatives?page=1

  • Cannot run WebLogic Integration Samples from QuickStart

    I have installed the full WebLogic platform on an Intel box running Red Hat Linux
    8.0. From QuickStart I am unable to run the WebLogic Integration Samples. Everything
    else seems to work as expected.
    The error message that results when attempting to run the Integration samples
    is as follows:
    RunSamples execution failed: /usr/local/bea/weblogic700/samples/integration/samples/lib/RunSamples.xml:106:
    Cannot execute switchdb pointbase

    Dear Micha,
    Did you maintain the host file in Drivers\etc file:
    hope this will solve the problem
    If you did not add them plz add the hosts as follows:
          102.54.94.97     rhino.acme.com          # source server
           38.25.63.10     x.acme.com              # x client host
          (your PI server IP)   server Id name
    And also check your Java web start version.
    download the correct version for sun website.
    Best Regards
    Praveen K Kurni

  • Java.io.IOException: Cannot run program "ant"

    Hi all,
    I'm running a Job in Hudson.
    I build this job from a Hudson Master Server but the job is built in a Hudson Linux Node.
    This is the result:
    Started by user builder
    Building remotely on Linux-Node
    Updating http://150.200.20.200:8000/mvtv_all/DESCOS/MVTVc_D2ph1/branches revision: 17-may-2013 16:01:46 depth:infinity ignoreExternals: false
    At revision 529
    Updating http://150.200.200.200:8000/mvtv_all/DESCOS/KaluModules/branches revision: 17-may-2013 16:01:46 depth:infinity ignoreExternals: false
    At revision 529
    no change for http://159.200.300.20:8000/mvtv_all/DESCOS/MVTVc_D2ph1/branches since the previous build
    no change for http://159.230.300.20:8000/mvtv_all/DESCOS/KaluModules/branches since the previous build
    No emails were triggered.
    [bt] $ ant -file build.xml -DSUBSYSTEM=ALL -DTARGET=makeBuild -DCRLIST= -DOWNER= -DbuildTool.patch.release=$RELEASE -DbuildTool.system=$SYSTEM -DbuildTool.patch.type=$PATCH_TYPE -DbuildTool.subsystem=ALL -DbuildTool.buildRules=pkgBuild -DbuildTool.dynamicView=$WORKSPACE/ALL -DbuildTool.compilationRules=compile -DbuildTool.patch.name=$PATCH_NAME makeBuild
    FATAL: command execution failed.Maybe you need to configure the job to choose one of your Ant installations?
    java.io.IOException: Cannot run program "ant" (in directory "/hudson/buildTool/src/bt"): error=2, No existe el fichero o el directorio
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
    at hudson.Proc$LocalProc.<init>(Proc.java:192)
    at hudson.Proc$LocalProc.<init>(Proc.java:164)
    at hudson.Launcher$LocalLauncher.launch(Launcher.java:639)
    at hudson.Launcher$ProcStarter.start(Launcher.java:274)
    at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:794)
    at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:768)
    at hudson.remoting.UserRequest.perform(UserRequest.java:114)
    at hudson.remoting.UserRequest.perform(UserRequest.java:48)
    at hudson.remoting.Request$2.run(Request.java:283)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:722)
    Caused by: java.io.IOException: error=2, No existe el fichero o el directorio
    at java.lang.UNIXProcess.forkAndExec(Native Method)
    at java.lang.UNIXProcess.<init>(UNIXProcess.java:135)
    at java.lang.ProcessImpl.start(ProcessImpl.java:130)
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:1021)
    ... 15 more
    Do you know something about this issue?
    Thanks and Regards

    No, and this is not the Hudson forums either. But see this error?
    FATAL: command execution failed.Maybe you need to configure the job to choose one of your Ant installations?Try posting that in Google and see what you get. That's basic misery solution research 101. Post the error in Google. 999/1000 times someone has already run into it before. Please learn from their experiences by reading through them.

  • SQLDEVELOPER en LINUX UBUNTU

    ok,I need to install Oracle SQLDEVELOPER en linux, then I went to the oracle page and was download the package for linux, but this is a .RPM file for Red Hat distribution, so I did the next: I installed "alien" package and then this was transformed in .DEB of Debian, to apply "dpkg -i install .deb" packaged this completed but I don't see for to run the aplication, someone to tell me what can I do? or another form to install this aplication, thanks in advance.

    Jankko wrote:
    ok,I need to install Oracle SQLDEVELOPER en linux, then I went to the oracle page and was download the package for linux, but this is a .RPM file for Red Hat distribution, so I did the next: I installed "alien" package and then this was transformed in .DEB of Debian, to apply "dpkg -i install .deb" packaged this completed but I don't see for to run the aplication, someone to tell me what can I do? or another form to install this aplication, thanks in advance.You need to find where it has been installed. You can do a system wide search using:
    find / -name sqldeveloper 2>/dev/nullRedirecting stderr to null makes the output cleaner (access to certain directories, like /proc and /root, will result in errors).

Maybe you are looking for

  • Data Reconciliation b/w SAP and BW

    Hi Experts, We have some BW reports for FI-CA  for cleared items and the values on BW are less than what we have in the SAP Table.I tried reloading the data but it didn't helped.How can I resolve this data inconsistency b/w SAP and BW? Please advice

  • Administering Express basestations across subnets

    Hi all Should I be able to administer an Express base station sitting on a different subnet on a different physical LAN within our building (originating from a different port on the router)? I can see and administer the Express base station while it

  • EBS - Auto posting not working  if text behind the document number

    Hi, When the document number is at the end of the payment reference, there is no problem.     However, when there is text behind the document number, the posting rule doesn't work anymore.     The autoposting also fails when there is a seperator (lik

  • Color in ALV grid output based on condition

    Hi, I have generated a ALV Grid output. I have a internal table ITAB1. It has 2 fields - field1 and field2. Now, my requirement is if field1 is 'X', the row should be colored in RED, else if field1 is 'Y', the row should be colored in GREEN. How can

  • Workbook Text Elements are missing After Upgrade to BI7.0

    Hi All I am unable to see "Text Elements" in Workbook which is migrated from BW3.x to BI 7.0. I am using Windows XP, MS-office 2007, GUI 710 FEP5. workbook is working fine with Bex 3.0 I had checked all the pre- requisite for BI 7.0 and BEx . Please