Our java (redirects) which worked with 4.1sp9; don't work with 6.0sp3... why?

 

Sharmin,
When I changed the Start script from
PRODUCT_BIN=uxwdog to
PRODUCT_BIN=ns-httpd
The server instance won't start. It gives the following error:
start failed. (2: unknown early startup error)
./ns-httpd: illegal option - - e
Usage: ./ns-httpd [-v] [-f conf_file] [-d conf_dir]
Does this look familiar?
Thanks,
Steve

Similar Messages

  • Our Java application is built with java 1.4 version and oracle 10g

    Our Java application is built with java 1.4 version and oracle 10g version database, is it possible to upgrade oracle database to 11g?

    is it possible to upgrade
    Yes. SE and the other editions have a migration/upgrade utility, not seeing any mention of that program in the XE license docs. To upgrade to 11gR2 from 10g, the 10g instance must be at patch 10.2.0.2 or higher.
    So if you're a GUI dba, might be out of luck. But the the XE install has the catalog upgrade scripts that need to be run, there is a MOS note explaining the manual upgrade steps.
    Or set up a brand new 11g database instance and datapump your user schema(s) from the 10g instance to the new 11g instance. The database doesn't care what java version you're using, it just does what its told with the data. DDL, DCL, DML ... its not much different. Quite a few new features in 11g.
    But if you're after JVMs that piece is not supported with XE.

  • Help! Java no longer works with IE or Firefox

    This all started when I downloaded JRE ...whatever the latest version is. Java was working fine in both browsers. Then I installed JRE so I could run some Java program (which works fine), but now, it doesn't work in the Internet browsers. I tried uninstalling and reinstalling but still it doesn't work.
    Help is appreciated! A lot of basic websites are useless without it. Thanks

    Open the Windows Control Panel, there should be a Java entry. Open it and click the Java tab | Applet Runtime Settings | View, and verify that it shows the 1.5.0_01 JRE.
    Then click the Advanced tab | "<APPLET> tag support"; Internet Explorer should be checked. If it's not, check it.
    Open the IE Tools menu, there should be a Sun Java Console entry. If it's there, click it - it should open the Java Console, showing version 1.5.0_01.
    At this point, IE should work. FF problems are a matter of FF settings, I can't help.
    If after this IE isn't working, then Java is trashed, removal of Java and reinstall is probably needed. It may be necessary to manually clean the Registry. If there are multiple versions, remove them all. Reinstall 1.5.0_01 last.

  • MS-SQL + JDBCAdapter.java Error (Not working after reinstall)

    Hi,
    I searched for this, but never found a message that really matched.
    My development computer's HD crashed, and the backup that worked the week before failed too. I reinstalled MS-SQL using default or logical values, re-attached the DBs I had been using, reinstalled JCreator V3.50 and reinstalled JDK, but this time instead of 1.40 I installed 1.50 (version 5). I'm not sure if that is the source of the problem or not.
    I run an IBM laptop T-42 with Windows XP Pro. I am just working locally, so there is no network, which means there is no Domain to add to the user name. This appeared somewhere in what follows (I forget at 2:15am), but I couldn't find a way to add a placeholder domain...
    The java files (which worked just fine before) now fail to execute (compile works), and the error message I see follows:
    java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Unable to connect. Invalid URL.
    at com.microsoft.jdbc.base.BaseExceptions.createException(Unknown Source)
    at com.microsoft.jdbc.base.BaseExceptions.getException(Unknown Source)
    at com.microsoft.jdbc.base.BaseDriver.connect(Unknown Source)
    at java.sql.DriverManager.getConnection(DriverManager.java:525)
    at java.sql.DriverManager.getConnection(DriverManager.java:171)
    at edu.washington.fammed.quest.wedgConnect.getConnection(wedgConnect.java:262)
    at edu.washington.fammed.quest.wedgConnect.openDB(wedgConnect.java:206)
    at edu.washington.fammed.quest.mmtxClassifier.initConn(mmtxClassifier.java:267)
    at mqafQuestionClassifier.main(mqafQuestionClassifier.java:1053)
    Class mqafQuestionClassifier creates a wedgConnect object which is based on the class Connect, which is a copy of the JDBCAdapter class.
    Class wedgConnect uses the same code as JDBCAdapter, with changes to use local vars so I can see them with the dump command when I am debugging.
    I've tried debugging to step through the code, but it won't let me "Step Into" deep enough to find out what happens. I get into DriverManager, but cannot get any meaningful data once I get there.
    I cannot find a way to get an error number/message that is meaningful. (I am a self-taught Java programmer, took classes, but admit I lack good debugging skills.)
    It looked to me to be a userName/password problem, so that is what I focused on.
    I tried opening the SQL Server Enterprise Manager, right-clicking on the (local) (Windows NT) server to bring up the Properties dialog, going to Security tab and changing the Authentication to SQL Server AND Windows, as opposed to Windows only. >> FAILED.
    I tried using the SQL Server Enterprise Manager "Security" >> Logins by creating a new one so I knew the password >> FAILED>
    I tried using name="sa", pw=[known pw] >> FAILED.
    All other known SQL Login names/pws >> FAILED.
    I tried creating a User in the DB I want to use, with known name/pw >> FAILED. (That name/pw should have been irrelevant, but I was getting desperate.)
    I tried using name=[Windows Login User Name], pw=[Windows Login User PW] >> FAILED.
    I have tried just about everything I could think of, nothing works.
    Does anyone have any suggestions?
    Thanks,
    Jeff
    P.S. As always I am facing a deadline that makes me nervous (and working at after 2 am). Please help me.

    Hi,
    I searched for this, but never found a message that really matched.
    My development computer's HD crashed, and the backup that worked the week before failed too. I reinstalled MS-SQL using default or logical values, re-attached the DBs I had been using, reinstalled JCreator V3.50 and reinstalled JDK, but this time instead of 1.40 I installed 1.50 (version 5). I'm not sure if that is the source of the problem or not.
    I run an IBM laptop T-42 with Windows XP Pro. I am just working locally, so there is no network, which means there is no Domain to add to the user name. This appeared somewhere in what follows (I forget at 2:15am), but I couldn't find a way to add a placeholder domain...
    The java files (which worked just fine before) now fail to execute (compile works), and the error message I see follows:
    java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Unable to connect. Invalid URL.
    at com.microsoft.jdbc.base.BaseExceptions.createException(Unknown Source)
    at com.microsoft.jdbc.base.BaseExceptions.getException(Unknown Source)
    at com.microsoft.jdbc.base.BaseDriver.connect(Unknown Source)
    at java.sql.DriverManager.getConnection(DriverManager.java:525)
    at java.sql.DriverManager.getConnection(DriverManager.java:171)
    at edu.washington.fammed.quest.wedgConnect.getConnection(wedgConnect.java:262)
    at edu.washington.fammed.quest.wedgConnect.openDB(wedgConnect.java:206)
    at edu.washington.fammed.quest.mmtxClassifier.initConn(mmtxClassifier.java:267)
    at mqafQuestionClassifier.main(mqafQuestionClassifier.java:1053)
    Class mqafQuestionClassifier creates a wedgConnect object which is based on the class Connect, which is a copy of the JDBCAdapter class.
    Class wedgConnect uses the same code as JDBCAdapter, with changes to use local vars so I can see them with the dump command when I am debugging.
    I've tried debugging to step through the code, but it won't let me "Step Into" deep enough to find out what happens. I get into DriverManager, but cannot get any meaningful data once I get there.
    I cannot find a way to get an error number/message that is meaningful. (I am a self-taught Java programmer, took classes, but admit I lack good debugging skills.)
    It looked to me to be a userName/password problem, so that is what I focused on.
    I tried opening the SQL Server Enterprise Manager, right-clicking on the (local) (Windows NT) server to bring up the Properties dialog, going to Security tab and changing the Authentication to SQL Server AND Windows, as opposed to Windows only. >> FAILED.
    I tried using the SQL Server Enterprise Manager "Security" >> Logins by creating a new one so I knew the password >> FAILED>
    I tried using name="sa", pw=[known pw] >> FAILED.
    All other known SQL Login names/pws >> FAILED.
    I tried creating a User in the DB I want to use, with known name/pw >> FAILED. (That name/pw should have been irrelevant, but I was getting desperate.)
    I tried using name=[Windows Login User Name], pw=[Windows Login User PW] >> FAILED.
    I have tried just about everything I could think of, nothing works.
    Does anyone have any suggestions?
    Thanks,
    Jeff
    P.S. As always I am facing a deadline that makes me nervous (and working at after 2 am). Please help me.

  • Cannot get Java UFL to work on Vista

    <p>Hi,</p><p>we are having trouble getting our Java UFL to work in CR Designer on a machine running Vista. The same UFL works fine on a XP system. Doing the same setup on the Vista machine simple does not show the "Java UFLs" node in Formula Workshop&#39;s function tree. Additional functions is just empty...</p><p>Are there any special configurations to be done on Vista? Is there any chance to get a detailed error message? (no log4j output is generated) </p><p>Thanks for any ideas</p><p>Stefan</p><p>&#160;</p><p>&#160;</p>

    Sorry. My advice stands.
    Troubleshooting an unsupported system is an exercise in futility. You may or may not succeed but you'll always have the risk of something else going wrong at the worst possible time.
    Bob

  • Our school is having problems with Java.

    Our school is having problems with Java.  We cannot open our gradebooks which require jnlp or java to open.  They worked until January 31 and then quit.  I uploaded the Java from oracle but it doesn't open anything it just keeps running.  Any ideas?

    See  Java for OS X 2012-006: How to re-enable the Apple-provided Java SE 6 applet plug-in and Web Start functionality. That might be what you need, not Java 7.

  • X4200M2 Java Redirection doesn't work

    We recently received 4 servers. 1 server came with ILOM 1.0.1 (I think) and it was the first I set up. The Java redirection worked great! Ever since I upgraded to ILOM 1.1.1 the Java redirection has not worked. On shipping ILOM, when I chose 8 or 16 bit color, Safari had me download a jnlp file which when double-clicked, opened Java and prompted me for my ILOM password, etc. Since the upgrade to the newest version, when I click "Launch Redirection" (regardless of 8 or 16 bit) the ILOM's webserver hangs and it unresponsive. The only way I know how to get it to come back up is by pulling out the power plugs. How can I get Java redirection working again? Should I downgrade my ILOM and firmware?
    Edit: I see that this is a known issue. Guess I'll wait for the next release...
    Message was edited by:
    aivey06

    Hi,
    I have the same issue with a X4100 M2 server, the only way to access the remote console is by writing directly the URL.
    Where did you see is a known issue? I have some other problem like, for some reason, the letter 'b' is sent continuously

  • I have set up a Netgear dual band modem which works well with the iPhone and an older MacBook, but with this brand new MacBook it asks for a password every time I reopen the computer and open safari. Is it Lion?

    I have set up a Netgear dual band modem which works well with the iPhone and an older MacBook, but with this brand new MacBook it asks for a password every time I reopen the computer and open safari. As you can imagine this is very annoying. It says I am not connected to the internet and offers me a choice of nearby networks including mine and then asks for a password when I select it. Why does it do this with our new MacBooks (also with my son's brand new one) and not with the iPhone, iPad and older MacBook? They happily automatically connect to our network after entering the password just the once.

    Sig, I appreciate you trying to be helpful. I have no idea what issues you were having or what issue exactly pgrounds has been having. Your assumption that everyone's set up is the same as yours is false however. There are many many documented WiFi issues that are a result of Lion installs. Many have been solved by 10.7.1 and 10.7.2. Others have been solved by a large variety of work arounds. Others have not had their issues solved yet.
    I am one of those. I have an IT background, and I spent the better of five hours digging up workarounds and attempting all of them. For the benefit oh anyone who is having similar issues, I have posted links to all of those workarounds here. None of them worked in my case, but hopefully they will help pgrounds or others.
    So, once again, if you have a new idea, I'd love to here it. But if it has already been posted in one of these links, it's not helpful, let it go.
    http://osxdaily.com/2011/07/22/wifi-dropping-in-os-x-lion-fixes/
    http://osxdaily.com/2011/11/06/lion-wi-fi-problems-solution-mac/
    http://blog.chron.com/techblog/2011/09/want-to-really-repair-permissions-on-your -mac-try-this/

  • We are trying to implement a process so that any document that needs to be printed through our Java application will be printed as PDF using Adobe Reader. For which, We created and execute the below command line to call Adobe Reader and print the PDF on a

    We are trying to implement a process so that any document that needs to be printed through our Java application will be printed as PDF using Adobe Reader. For which, We created and execute the below command line to call Adobe Reader and print the PDF on a printer."C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe" /T "\\<Application Server>\Report\<TEST.PDF>" "<Printer Name>". Current Situation: The above command line parameter when executed is working as expected in a User's Workspace. When executed in a command line on the Application Server is working as expected. But, the same is not working while executing it from Deployed environment.Software being used: 1. Adobe 11.0 enterprise version. 2. Webshpere Application Server 8.5.5.2. Please let us know if there is a way to enable trace logs in Adobe Reader to further diagnose this issue.

    This is the Acrobat.com forum.  Your question will have a much better chance being addressed in the Acrobat SDK forum.

  • Fusion Order Demo zip file which works with JDeveloper 11.1.1.3.0

    Hi,
    Please can anyone tell me where to find the Fusion Order Demo zip file that will work with JDeveloper 11.1.1.3.0 (latest version 13/5/10).
    I have downloade OracleXE 10g for Windows on my laptop and now want to create the Fusion Schemas (Tables/Schemas/Procedures etc) for the Demos.
    I have downloaded FOD_11.zip, FusionOrderDemo_R1.zip and tryed the instructiion for running Fusion Order Demo here http://www.oracle.com/technology/documentation/jdev.html but each time I get the error
    "oracle.javacache_11.1.1 not found"
    How can I fix this?
    I want to learn Jdeveloper works and use it for Logical and Physical Schema mapping....
    Thanks
    BP

    Hey John,
    Thanks for the quick reply, and yes sir, I did follow those instructions.
    Let me describe what all I have done so far, maybe someone can figure out where I need to fix anything:
    I installed JDeveloper version 11.1.1.3.0, which came with its own WebLogic server, on my windows xp professional OS on my laptop.
    I then downloaded the zip file, FusionOrderDemo_R1PS2.zip.
    I encountered a problem while unzipping the file, where it was asking me some password for a few files, but Lynn from Oracle helped me figure that out....i had to use 7-zip utility to uninstall....windows default built-in unzip utility does not work.
    After unzipping all files, I followed the instructions given on http://www.oracle.com/technetwork/developer-tools/jdev/index-095536.html to import, build and run the application....
    And now when it runs....it just open my browser window (IE 7), and shows a "loading..." image in the center of the page....nothing happens after that.
    Any idea what might be missing?
    a few major errors I see in the wls log window of jdeveloper are:
    1) <DCBindingContainer><reportException> [3952] oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.sql.SQLDataException, msg=ORA-01882: timezone region not found
    2) <DCBindingContainer><reportException> [3958] oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.NullPointerException, msg=null
    3) <UIXInclude><tearDownVisitingContext> Tear down of include component context failed due to an unhandled exception.java.util.NoSuchElementException
    Please help!
    Regards,
    Hemant

  • [svn] 4610: Commit Josh's patch for 3. x to fix bug SDK-17367 which works around an issue with Dictionary that stops ObjectUtil .toString() working with QNames.

    Revision: 4610
    Author: [email protected]
    Date: 2009-01-21 12:48:01 -0800 (Wed, 21 Jan 2009)
    Log Message:
    Commit Josh's patch for 3.x to fix bug SDK-17367 which works around an issue with Dictionary that stops ObjectUtil.toString() working with QNames.
    QE: Yes, please add a test case to ObjectUtil tests for this scenario.
    Doc: No
    Checkintests: Pass
    Bugs:
    SDK-17367 ObjectUtil.toString(QName) causes RTE
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17367
    http://bugs.adobe.com/jira/browse/SDK-17367
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/utils/ObjectUtil.as

    VPN-User,
    Ok - I see the list of issues and will ensure our X300 specialist takes a look at it.   
    Please do understand that while you have put together a very coherent list, I try to ensure priority to threads in which multiple customers are focused on a single issue, as we deliver the most benefit to the community in working on those.   This forum is primarly a peer to peer discussion forum rather than a Lenovo chat / tech support where we try to solve each and every issue put forth.
    Individuals with a long list of issues on a particular machine may find benefit from either contacting technical support and working through their list, or publishing it as you have done and wait for other users of the same system to share their experiences.
    Thanks for your patience
    Mark
    ThinkPads: S30, T43, X60t, X1, W700ds, IdeaPad Y710, IdeaCentre: A300, IdeaPad K1
    Mark Hopkins
    Program Manager, Lenovo Social Media (Services)
    twitter @lenovoforums
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Making exe of application which work fine with Web start.

    Hello guys,
    i am working on on-line casino gaming.First thing i want to explain to you is about my current mechanism for downloading game.
    I have used JNLP and web start to download all necessary files at client side and it works fine..At every time it checks new jars are there or not...
    Now i want to make the exe of my java application which i can give to client on movable device like compact disk..so client can install the application from anywhere and play casino games..
    Now I want to know how to make on-line application as executable (exe) and every time it checks for updates which is supported right now by jnlp file..
    which thing i have to consider,which tool is easy to use,which mechanism can solve my query....
    please help me out...
    thank you in advance...

    Hi
    Chris RENAUD 768,
    First of all the PDF files should be set to be read by the application you developed by default.
    To set the default program:
    Control panel \Programs \Default Programs \Associate a file or protocol with a program
    In IE8 There used to be a key called HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\AttachmentExecute\{0002DF01-0000-0000-C000-000000000046}  which stored the File Types that could either
    Auto-Open or not. We can create a .bat file to automatically add a value here to achieve the goal.
    The code is as following:
    @ECHO OFF
    reg query HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\AttachmentExecute\{0002DF01-0000-0000-C000-000000000046}
    if "%ERRORLEVEL%" EQU "1" (
    reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\AttachmentExecute\{0002DF01-0000-0000-C000-000000000046}" /f /v "PDF.File" /t REG_NONE
    Note: Please Back up the registry before you modified the registry and delete the key  {0002DF01-0000-0000-C000-000000000046} if it has existed in the registry before you ran the .bat file.
    Best regards

  • How do I connect to Net Flix? I put in my user name and password which work fine with my iMac but not on my Apple TV?

    How do I connect to Net Flix? I put in my user name and password which work fine with my iMac but not on my Apple TV?

    Can you give me a screenshot of the User Accounts window in Control Panel?
    Please create a screenshot by following the guide mentioned at [[How do I create a screenshot of my problem?]].
    Once you've done this, attach the saved screenshot file to your forum post by clicking the '''Browse...''' button below the ''Post your reply'' box. You really help us to visualize the problem.

  • Firefox 3.6.10 will not open Snapfish which runs with Firefox 3.6.9 so how do I get it to work.

    Every time I open Firefox, it insists on upgrading itself to 3.6.10. Yesterday, I gave in and let it upgrade. To get my photo storage site to work, I had to "restore" my system before the download. Now it is still there wanting to upgrade itself, and I want to use Snapfish.
    I admit that HP's Snapfish is always behind the times, but Snapfish remains an easy to use site. And too, I prefer to use Firefox than Explorer which works with Snapfish.

    Looks that you need to open an iMacros sidebar.
    Anything in View > Sidebar about iMacros?

  • I have set up my airprint wifi printer which works perfectly with the HP eprint app. However, when i view an email and click on the top right arrow button and select "PRINT" on my ipad nothing happens????...

    I have set up my airprint wifi printer which works perfectly with the HP eprint app. However, when i view an email and click on the top right arrow button and select "PRINT" on my ipad nothing happens????...
    Also, when im viewing websites and i find something i wish to print, same again, if i simply click on the print option at the top right of the screen nothing happens... the only way I can print is if i copy the weblink of the site page then click on my HP eprint app and paste the web link, then select print, it prints off fine.. but its it such a pain to keep copying and pasting links or screen dumping emails just to print...

    Just to recap, this is a collection of ports I have collected over time for people who needed this information when setting up the HP ePrint app so that they could view their email from within the app.  I am certain other applications also need this information.  Although lengthy, I could not find a more comprehensive place to retrieve this information.  Feel free to post additional information, faulty information, or other related topics below as this is simply a collection of data and it would be practically impossible to test all of them. Thank you!
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

Maybe you are looking for

  • Game Center + 2 iPhones + 2 iPods + 1 Apple ID = ??

    OK, have two iPhones and two iPods in the house all using the same Apple ID*. How will I be able to use the Game Center using the same Apple ID? Possible? All 4.1 compatible devices. *Obvious why I do this - share Apps/purchases across Apple hardware

  • How to update table styles in the new Pages?

    Anyone found out how to update table styles in the new Pages? I see it's done in some of the templates that Apple provided, but I can't find it. Also, the Copy table style command is gone, so I can't make my tables look in a uniform way, unless I use

  • NXSD is missing first element

    Hi , When I test the nxsd generated I see the first element is being used for differentiating the records and it is missing from the output xml.But I want that to appear in the output xml. I treid modifying the nxsd to include c1 element manually it

  • Axis1 webservice call from a webapp deployed in Weblogic10.3 using Axis1

    Hi Everyone, I have developed a Web-App which calls Axis1.1 webservices through Axis 1.1 client and deployed it in Weblogic 10.3. Everything works fine for the simple response(reply with out attachments). The problem comes when i try to call a webser

  • How to install gcc 4.4+ on open solaris ?

    Is it possible to get latest gcc on open solaris ? I installed gcc from repository but it is version 3.4.3.