Can't get Web Server 7 listener to run on port 80

I'm replacing our older web server v6 servers with newer servers running web server 7u8. I can't get the listener to run on port 80 as a non-root user. I've run the usermod -K basic,net_privaddr command, and verified it in /etc/user_attr. When I try to start the instance, however, I get the following error "HTTP3127: http-listener-1: http://sun197d1z2.pseg.com:80: Error creating socket (No access rights)". If I change the listener to run on port 8080 the instance starts. Any ideas, what am I missing.
Thanks

Is it necessary to run as a non-root user. If you start up webserver as root, the core processes will run as root, but the virtual server will run as a different user for security. Usually on Linux, that would be the user "nobody". You can also specify the user each virtual server should run as.
Hope that helps.
Tony Z

Similar Messages

  • Apache Web Server Listener is not running

    Hi,
    when starting E_BUSINESS issuing this
    adstrtal.sh apps/apps
    , I have this error message :
    Apache Web Server Listener is not running.
    Starting Apache Web Server Listener (dedicated HTTP) ...
    Apache Web Server Listener (PLSQL) is not running.
    Starting Apache Web Server Listener (dedicated PLSQL) ...
    What might be the problem ? How can I launch Apache Web Server Listener to see why it can not start and where to see it's log file ?
    Many thanks

    hsawwan,
    I stopped all services, and killed process that were using port 8103. Then restarted all. In jserv.log we have
    [09/11/2007 15:36:27:798 CET] Host os02ebsx.ourdomain.net not found and not allowed to connect
    [09/11/2007 15:37:29:146 CET] Repository /Data/oracle/d03/prdacomn/java/apps.zip doesn't exist!
    [09/11/2007 15:37:29:178 CET] oracle.apps.icx.common.InitSystemProperties: init
    [09/11/2007 15:37:29:233 CET] oracle.apps.fnd.tcf.SocketServer: init
    [09/11/2007 15:37:29:247 CET] weboamLocal/oracle.apps.fnd.oam.servlet.ui.OAMServlet: init
    [09/11/2007 15:37:30:005 CET] weboamLocal/oracle.apps.fnd.oam.servlet.ui.OAMServlet: Sucessfully initialize oaosu.OAMServlet
    [09/11/2007 15:37:30:156 CET] oracle.apps.mwa.wap.engine.WapServlet: init
    [09/11/2007 15:37:30:156 CET] oracle.apps.mwa = /Data/oracle/d03/prdaappl/mwa/11.5.0
    [09/11/2007 15:37:33:271 CET] Fatal error in parsing device registration file. See system log file for de-tails.
    but in Context.xml file we do not have os02ebsx.ourdomain.net. Where does java server pick up this host ?
    Thanks and regards.

  • How i can change port that oracle web server listen on in 10gEx

    Hi
    Thank you for reading my psot
    How i can change the port 8080 that oracle web server listen on it ?
    I have other server listening on this port and i can not change that port.
    I have oracle 10g Express edition

    This question has been asked and answered several times in the XE forum. Feel free to join us in the XE forum at Oracle Database Express Edition (XE)
    If you're not registered there, do so using http://www.oracle.com/technology/xe/registration
    The answer is to use dbms_xdb's sethttpport procedure.

  • Apache Web Server Listener (PLSQL) is not running!!!

    adapcctl erroring out with message "Apache Web Server Listener (PLSQL) is not running." after a simple apache bounce
    EBS 11.5.10.2
    [applmgr@naoes04 naprod]$ adapcctl.sh start
    adapcctl.sh version 115.55
    Apache Web Server Listener is not running.
    Starting Apache Web Server Listener (dedicated HTTP) ...
    Apache Web Server Listener (PLSQL) is not running.
    Starting Apache Web Server Listener (dedicated PLSQL) ...
    adapcctl.sh: exiting with status 0
    [applmgr@naoes04 naprod]$ adapcctl.sh status
    adapcctl.sh version 115.55
    Apache Web Server Listener :httpd ( pid 19447 ) is running.
    Apache Web Server Listener (PLSQL) is not running.
    adapcctl.sh: exiting with status 1

    1. Check adapcctl.sh log file
    2. It was working before? If yes what changed?
    3. Did you change apps password?1. No noticeable entry in adapcctl log except this
    +05/24/12-06:46:02 :: adapcctl.sh version 115.55+
    +05/24/12-06:46:02 :: Apache Web Server Listener :httpd ( pid 30453 ) is running.+
    +05/24/12-06:46:02 :: Apache Web Server Listener (PLSQL) is not running.+
    +05/24/12-06:46:02 :: adapcctl.sh: exiting with status 1+
    +================================================================================+
    +05/24/12-06:46:17 :: adapcctl.sh version 115.55+
    +05/24/12-06:46:17 :: Apache Web Server Listener :httpd ( pid 30453 ) is running.+
    +05/24/12-06:46:17 :: Apache Web Server Listener (PLSQL) is not running.+
    +05/24/12-06:46:17 :: adapcctl.sh: exiting with status 1+
    +===============================================================================+
    2. It was working before, nothing was changed
    3. Nope, I did not change the apps password
    I have already tried those steps
    Apache Web Server Listener (PLSQL) is not running.
    adapcctl.sh: exiting with status 1
    Edited by: 928983 on 24-May-2012 05:23

  • Unable to get SQL Server Agent to run after installing SQL 2012 Standard with SP1

    I am unable to get SQL Server Agent to run after installing SQL 2012 Standard with SP1. Log message is as follows:
    Attempting to load library 'xplog70.dll' into memory. This is an informational message only. No user action is required.
    Failed to verify Authenticode signature on DLL 'C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Binn\xplog70.dll'.
    Error: 17750, Severity: 16, State: 0.
    Could not load the DLL xplog70.dll, or one of the DLLs it references. Reason: (null).

    Hi JFriedley,
    According to your error message, there might three reasons for this issue.
    xplog70.dll is corrupt, you need to check if you have any SQL Server running on same file version and same production
     edition. If xplog70.dll is corrupt, you can copy it from the new server where agent is running fine to your problematic server.
    Native client not installed properly. If you try applying any latest Service Pack or Cumulative Update then check if the SQL Server Agent can start, if that also doesn’t solve issue then try to reinstalling SQL Server Native client from SQL Server setup
    files.
    There is a similar issue about error 17750, you can review the following article.
    http://blogs.lostincreativity.com/sqldba/sqlserver-error-17750-could-not-load-the-dll-xpstar90-dll/
    Regards,
    Sofiya Li
    If you have any feedback on our support, please click here.
    Sofiya Li
    TechNet Community Support

  • Apache Web Server Listener is not working

    Hi All
    We are running 11.5.9 on linux 2.4.9. recently my root was 100% full. after freeing space I tried starting database and application.
    every thing looks ok except Apache Web Server Listener . when i try starting maually using command
    ./adapcctl.sh start apps/apps it starts and stops again.
    Regards
    Musaddaq

    Hi Hussein
    Apache Error log is showing following errors
    Sun Jun 20 14:36:02 2010] [error] [client 192.168.6.102] File does not exist: /apps/oracle/prodcomn/java/oracle/forms/engine/MainBeanInfo.class
    [Sun Jun 20 14:36:02 2010] [error] [client 192.168.6.102] File does not exist: /apps/oracle/prodcomn/java/sun/beans/infos/MainBeanInfo.class
    [Sun Jun 20 14:36:02 2010] [error] [client 192.168.6.102] File does not exist: /apps/oracle/prodcomn/java/oracle/ewt/swing/JBufferedAppletBeanInfo.class
    [Sun Jun 20 14:36:02 2010] [error] [client 192.168.6.102] File does not exist: /apps/oracle/prodcomn/java/sun/beans/infos/JBufferedAppletBeanInfo.class
    [Sun Jun 20 14:36:02 2010] [error] [client 192.168.6.102] File does not exist: /apps/oracle/prodcomn/java/oracle/ewt/lwAWT/BufferedAppletBeanInfo.class
    [Sun Jun 20 14:36:02 2010] [error] [client 192.168.6.102] File does not exist: /apps/oracle/prodcomn/java/sun/beans/infos/BufferedAppletBeanInfo.class
    [Sun Jun 20 14:36:02 2010] [error] [client 192.168.6.102] File does not exist: /apps/oracle/prodcomn/java/oracle/ewt/popup/PopupAppletBeanInfo.class
    [Sun Jun 20 14:36:02 2010] [error] [client 192.168.6.102] File does not exist: /apps/oracle/prodcomn/java/sun/beans/infos/PopupAppletBeanInfo.class
    [Sun Jun 20 14:36:03 2010] [error] [client 192.168.6.102] File does not exist: /apps/oracle/prodcomn/java/oracle/forms/icons/oracle_logo_light.gif
    [Sun Jun 20 14:37:28 2010] [error] [client 192.168.6.119] File does not exist: /apps/oracle/prodcomn/java/java/awt/KeyboardFocusManager.class
    [Sun Jun 20 14:37:28 2010] [error] [client 192.168.6.119] File does not exist: /apps/oracle/prodcomn/java/oracle/forms/engine/MainBeanInfo.class
    [Sun Jun 20 14:37:28 2010] [error] [client 192.168.6.119] File does not exist: /apps/oracle/prodcomn/java/sun/beans/infos/MainBeanInfo.class
    [Sun Jun 20 14:37:28 2010] [error] [client 192.168.6.119] File does not exist: /apps/oracle/prodcomn/java/oracle/ewt/swing/JBufferedAppletBeanInfo.class
    [Sun Jun 20 14:37:28 2010] [error] [client 192.168.6.119] File does not exist: /apps/oracle/prodcomn/java/sun/beans/infos/JBufferedAppletBeanInfo.class
    [Sun Jun 20 14:37:28 2010] [error] [client 192.168.6.119] File does not exist: /apps/oracle/prodcomn/java/oracle/ewt/lwAWT/BufferedAppletBeanInfo.class
    [Sun Jun 20 14:37:28 2010] [error] [client 192.168.6.119] File does not exist: /apps/oracle/prodcomn/java/sun/beans/infos/BufferedAppletBeanInfo.class
    [Sun Jun 20 14:37:28 2010] [error] [client 192.168.6.119] File does not exist: /apps/oracle/prodcomn/java/oracle/ewt/popup/PopupAppletBeanInfo.class
    [Sun Jun 20 14:37:28 2010] [error] [client 192.168.6.119] File does not exist: /apps/oracle/prodcomn/java/sun/beans/infos/PopupAppletBeanInfo.class
    [Sun Jun 20 14:37:28 2010] [error] [client 192.168.6.119] File does not exist: /apps/oracle/prodcomn/java/oracle/forms/icons/oracle_logo_light.gif
    [Sun Jun 20 14:37:39 2010] [error] [client 192.168.6.102] File does not exist: /apps/oracle/prodcomn/java/oracle/apps/media/oracle/apps/media/splash.gif
    [Sun Jun 20 14:43:05 2010] [error] [client 192.168.6.27] File does not exist: /apps/oracle/prodora/iAS/Apache/Apache/htdocs/discwb4/applet/dummyToClearIE404Error
    [Sun Jun 20 14:43:39 2010] [error] [client 192.168.6.119] File does not exist: /apps/oracle/prodcomn/java/oracle/ewt/alert/resource/AlertBundle_en_US.class
    [Sun Jun 20 14:43:39 2010] [error] [client 192.168.6.119] File does not exist: /apps/oracle/prodcomn/java/oracle/ewt/alert/resource/AlertBundle_en_US.properties
    I will run AutoConfig and will update you the results.
    Regards
    Musaddaq

  • Getting Web Server Path

    I am trying to get web server path (currently it has been hard coded)
    in ASP we have something like,
    Server.Mappath()
    do we have any command in Java to do that?
    Thanks in advance

    thanks.
    but getRealPath() will work only with servlets.
    i have a case where i shud get the path in applets,
    and individual classes.
    i know, we can pass params from Servlet to this individual classes, but
    is there any other way to get the server path directly?

  • Please I can not get a .jar file to run on XP SP3 start/run/cmd/

    I can not get a .jar file to run on XP SP3 start/run/cmd/
    Please help if can figure this out. I'm convinced it is a Windows XP SP3 problem from searching on google and seeing other ppl on XP SP3 with same problem (but no working solution for myself). I'll try to be complete-listing all I've done.
    I had installed: Java SE Runtime Environment v6u14 for Windows Multi-language
    I had checked here it was working properly: http://www.java.com/en/download/manual.jsp
    I'm trying to run this jar file (soht-client-0.6.2.jar):
    http://prdownloads.sourceforge.net/telnetoverhttp/soht-java-client-0.6.2.zip?download
    http://www.ericdaugherty.com/dev/soht/javaclient.html < this is the information for the program.
    (yes the file can be executed and should open the program's window
    I wanted to post screenshot of it but friend that it's working for isn't here)
    _(Please find log of all cmds I did in this post here: http://pastebin.com/f792983df )_
    _I have extracted +'all' the files to: C:\062\+_ (I have tried using other directories, same problem)
    ++I then start/open/run/cmd+
    then I: cd C:\062\+
    then I try various commands - all+ of these do absolutely nothing- meaning no errors, no reply, no window opens, nothing except enters that directoy again:
    java -jar soht-client-0.6.2.jar
    java -jar -client soht-client-0.6.2.jar
    java -client -jar soht-client-0.6.2.jar
    java -jar soht-client-0.6.2.jar soht.properties
    soht-client-0.6.2.jar
    So I try this cmd: java soht-client-0.6.2.jar
    Reply:
    C:\062>java soht-client-0.6.2.jar
    Exception in thread "main" java.lang.NoClassDefFoundError: soht-client-0/6/2/jar
    Caused by: java.lang.ClassNotFoundException: soht-client-0.6.2.jar
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    Could not find the main class: soht-client-0.6.2.jar. Program will exit.
    I try this cmd:
    java -jar soht-client-0.6.2.jar -client
    Reply:
    C:\062>java -jar soht-client-0.6.2.jar -client
    Unable to load configuration file: -client - java.io.FileNotFoundException: -cli
    ent (The system cannot find the file specified)
    SOHT Java Client
    The SOHT Java Client requires a properties file. Either start
    the application in the same directory as the soht.properties
    file, or specify the file name on the command line:
    java -jar soht-cleint-<version>.jar c:\soht.properties
    So then I do these cmds which produce the exact same error/reply just above; Unable to load..:
    j_ava -jar soht-client-0.6.2.jar -client soht.properties_
    java -jar soht-client-0.6.2.jar -client C:\062\soht.properties
    So then I copy soht.properties to C root and do:
    java -jar soht-client-0.6.2.jar -client C:\soht.properties <same error as above
    Then from other information I have read I right click on the .jar file, select open with Always open with:
    _"C:\Program Files\Java\jre6\bin\javaw.exe"_
    Try again.. same problem.
    Then I do cmd:
    _"C:\Program Files\Java\jre6\bin\javaw.exe" -jar "C:\062\soht-client-0.6.2.jar"_
    does nothing, retry the other commands same thing (either nothing or those same replies)
    Then I read (http://forums.sun.com/thread.jspa?threadID=5384879) someone had the same problem as I and they solved it by uninstalling all Java/reboot/ then install JDK 6 Update 14 with NetBeans 6.5.1 start NetBeans and then it worked for them.
    So I unistalled all Java, rebooted and gave the cmd another try (before re-installing), now a new error, of course:
    C:\062>java -jar soht-client-0.6.2.jar
    'java' is not recognized as an internal or external command, operable program or batch file.
    Then I install  Java SE and NetBeans Cobundle (JDK 6u14 and NB 6.5.1) Final Release/ reboot/ open Netbeans/
    go to test java page; all is good, run cmds again -and still nothing..
    C:\062>java -version
    java version "1.6.0_14"
    Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
    Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode, sharing)
    I reassociate program with: C:\Program Files\Java\jre1.6.007\bin\javaw.exe_
    same thing.. nothing
    Thank you very much for your time :D_
    PS. My computer has been newly reformatted so needing another reformat I'm sure is not the solution.

    Thank you very much for your replies Taggert_77 & swmtgoet_x :D
    Taggert77_: I have never used NetBeans. I only installed it in the bundle as I had read on another post that somehow installing the bundle magically helped another user with the same problem (he didn't know why it worked after that either).
    Before XP SP3 I was able to execute .jar file through cmd prompt. Now I am not.
    This file is executable, grab it and you will see. Here is a screen shot (program in front is FlashFXP, behind is the cmd prompt and what should happen):http://www.freeimagehosting.net/uploads/53273b4ddf.jpg
    swmtgoetx_: I only did the other cmd's to try to make it spit out something, anything lol :D
    The proper cmd is simply: java -jar soht-client-0.6.2.jar
    I did give your cmd a try, and it produced nothing :( (just like the other correct cmds)
    java -client -jar soht-client-0.6.2.jar soht.properties
    Thank you again...the mystery remains
    PS. If you do a search for this you'll find an amazing amount of XP SP3 users with the same problem and no solution posted that I could find except one chap that did the unistall install order that I did above).

  • HT1947 Remote app requirements are stated as "software version 3.1.3 or later". I am running 4.2.1 and when I try to download it says 4.3 required. Where can I get the (old) version that runs on my IOS?

    'Remote' app requirements are stated as "software version 3.1.3 or later". I am running 4.2.1 and when I try to download it says 4.3 required.
    OK, I understand that new versions make use of facilities that come with new versions of IOS, but there is/was a version that runs on 3.1.3 and therefore, I assume 4.2.1. Where can I get the (old) version that runs on my IOS?
    The app store seems to ignore all legacy equipment owners, and want me to spend loadsa money to get the latest shiny toy. It probably makes business sense, but I dislike companies that take that approach. This is my first venture into smart phones, and I like the IOS interface, but I'm not sure I can afford the maintenance.

    The app store seems to ignore all legacy equipment owners, and want me to spend loadsa money to get the latest shiny toy. It probably makes business sense, but I dislike companies that take that approach.
    This is standard for Apple.  While there is little official mention of the software support lifespan for equipment, typical support has been about 4-5 years for computers.  It strikes me that newer items, especially mobile devices, are not built as sturdily nor do they have the hardware upgrade capabilities required to keep up with newer systems.  When we bought an iPhone 4S we were told by the person in the store we'd probably be looking at a newer model in two years.  The iPhone 3G could be anywhere from 2 to 4 years old, putting it well into.
    As for app availability, Apple typically pulls old software versions from its site when new versions appear.  If it is a non-Apple app then I guess it is up to the vendor. It is indeed tiresome but it is not at all unusual.  Since I only ever run used Macs, I download current versions even though my computer won't run them, stick them on a hard drive, then I have them when I upgrade to a newer used computer.  If you run older equipment you have to learn a different mode of operation to exist with the Apple 'new and innovative' but 'forget about the old' philosophy.

  • Can't get Lion Server to work

    Hi
    As written above. I can't get Lion server to work.
    I have succesfully installed the program, and turn on some of the services. Then I have bought a domain, to connect to my server. But if I try to connect to my IP, from another computer, it doesn't connect. I have tried to "port forwarding" port 80 on my router, and given my Mac a static IP. I have checked with a "Check port opener" if the port 80 was in reach, it was.
    So my question is, what is the next I can do to make it work. First with the IP and then with my domain?

    Yes, SMTP used to work but stopped after new cert applied. IMAP works fine. Removed SSL and still doesn't work (although should it be restarted or is save for changes okay).
    Log:
    Nov 10 12:30:39 colquhoun postfix/postscreen[29668]: CONNECT from [168.144.32.45]:54598
    Nov 10 12:30:39 colquhoun postfix/postscreen[29668]: PREGREET 29 after 0.07 from [168.144.32.45]:54598: HELO www.unlocktheinbox.com\r\n
    Nov 10 12:30:39 colquhoun postfix/smtpd[29669]: connect from unlocktheinbox.com[168.144.32.45]
    Nov 10 12:30:42 colquhoun postfix/smtpd[29669]: lost connection after HELO from unlocktheinbox.com[168.144.32.45]
    Nov 10 12:30:42 colquhoun postfix/smtpd[29669]: disconnect from unlocktheinbox.com[168.144.32.45]

  • Can I get a trial version that runs on OSX 10.6.8 32 bit

    Can I get a trial version that runs on OSX 10.6.8 32 bit?  If so where?   If not what should I do?

    Hello,
    Please use the below link and download the CS6 application from the list.
    http://helpx.adobe.com/x-productkb/policy-pricing/cs6-product-downloads.html
    Flash professional CS6 is compatible for Mac 10.6.8
    http://helpx.adobe.com/x-productkb/policy-pricing/cs6-system-requirements.html

  • How can I get a display of all running programs in lion like I used to get when I did a 4 finger swipe in snow leopard?

    how can I get a display of all running programs in lion like I used to get when I did a 4 finger swipe in snow leopard?
    I liked to turn off running programs without a window that I was no longer using
    thanks.
    Best I can do now is to open the "force quit" window and click on programs I want to stop and then send each one a "command-Q" and then repeat as necessary
    Jeff

    Command + Tab is what you are after i think

  • Where can I get Messaging Server 3.5 with 128-bit encryption?

    Where can I get Messaging Server 3.5 with 128-bit encryption?
    <P>
    Messaging Server 3.5 is available for export (40-bit encryption)
    and domestic (128-bit encryption). The domestic version includes
    support for Fortezza.

    It can be updated from any computer with an Internet connection but is best done from the computer which it normally syncs with. The update itself is free; if you have someone do it for you, you may be charged.
    Click here for installation instructions.
    (88299)

  • Can't get adobe digital editions to run

    I downloaded adobe.com/products/ digital editions but my  computers says windows can't run it?? help - I have the lastest flash... ?  (I have windows vista )

    Here is what computer (Windows Vista) says when I try to run the program.  "Adobe digital editions has stopped working. A problem caused the program to stop working correctly. windows will close the program and notify you if a solution is available"
    Date: Sat, 9 Feb 2013 20:59:06 -0800
    From: [email protected]
    To: [email protected]
    Subject: can't get adobe digital editions to run
        Re: can't get adobe digital editions to run
        created by Pat Willener in Adobe Reader - View the full discussion
    1daisy wrote: windows can't run itThat does not sound like an error message Windows would issue; please provide the exact error message you are getting. 
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5061535#5061535
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5061535#5061535
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5061535#5061535. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Reader by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • I have an Imac running snow leopard and have recently installed a cannon i-sensys lbp7750Cdn printer since then I can't get the printer working and the air port has lost the DNS servers; if it ever had them!!! but it dose not look happy. Can any one help

    I have an Imac running snow leopard and have recently installed a cannon i-sensys lbp7750Cdn printer since then I can't get the printer working and the air port has lost the DNS servers; if it ever had them!!! but it dose not look happy and it is telling me so. Can any one help please?

    Snow Leopard breaks quite a few drivers - my Canon exhibited the same problem.
    I eventually found updated drivers on the Canon website. You can try that with the HP, but if the all-in-one is more than a year or so old, don't hold your breath.
    You can also try Software Update to see if it will offer new drivers, or failing that go to the Support Downloads site and search for HP updates.
    In fact there's a new one for HP at the top of the list just now.
    You may not necessarily want the latest one, though - check the specs to see if your model is covered; if not, search for the previous update etc.

Maybe you are looking for

  • FAQ: How do I organize my photos by criteria other than date?

    Adobe Revel sorts the photos that you upload  in your photo library by date. However, you can create an unlimited number of albums in your library. So, you could set up different categories (albums) to sort the photos by theme or event, for example.

  • Using Visual Studio as an HTML editor with SharePoint's Design Manager

    I'm building a master page using Design Manager. I've mapped a network drive so that I can access the MasterPage.html file with an HTML editor. I'd like to use Visual Studio 2012 as my HTML editor.  But, when I modify MasterPage.html in VS, it create

  • ADF 11g : Calling PL Sql Function

    Hi there.. I am trying to call a PL/SQL Function from my application module in ADF 11g. The code looks something like this     public void getName(int relationNumber) {         DBTransaction tc = getDBTransaction();         StringBuffer statement = n

  • DWM prosess crash on Windows 7 VM's

    Very often my VM (Win 7 x64  ) goes black for a while as if something crashes and then recovers . I see the position of the open Ions in Taskbar change as well. It somehow readjusts the things. As far as i have seen during this time an event is logge

  • AIRSDK update mxmlc Unable to access jarfile /../lib/mxmlc-cli.jar

    I have just updated the Flash Builder AIRSDK to 17, and now when I try to compile from the command line I get this error. usage: dirname path Unable to access jarfile /../lib/mxmlc-cli.jar Instead if I use the previous versions of the AIRSDK which I