Personal Oracle9i and Tomcat

Hey Guys,
I have Tomcat 1.4 on my machine and it was working fine. But then I installed Personal Oracle 9i and Tomcat stopped working. When I attempt to start it, the startup window appears for a second and then shuts itself down without displaying any error. Nothing in logs as well.
I understand that Oracle installs it's own JDK and there maybe some variable conflict but JAVA_HOME is still pointing to c:\jdk where I had installed JDK earlier.
Any help will be greatly appreciated.

Thanks for the reply but that wasn't the cause. Oracle HTTP server was using 7788, not 8080.I had JDK already installed and Oracle was installing it again. When I deinstalled my JDK and installed Tomcat using the JDK installed by Oracle, the problem was solved.
Thanks anyway

Similar Messages

  • Oracle9i and Tomcat 4.03

    dear all, currently, I've installed Oracle 9i and Tomcat4.03, as well as JSDK1.4.0. However, I've found that after installing Oracle 9i, Tomcat 4.03 (start.sh) seems couldn't run. Is Oracle 9i JVM has overwritten the existing JVM? On the other hands, as I stop the Oracle service in admin. tools(note that i'm using windowsXP), Tomcat is able to start but can't access to Oracle Database that I've created. Following is the error that returned to me as I attempt to start Tomcat (Notice that Oracle database services are started):
    Catalina.start: LifecycleException: null.open: java.net.BindException: Address already in use: JVM_Bind:8080
    LifecycleException: null.open: java.net.BindException: Address already in use: JVM_Bind:8080
         at org.apache.catalina.connector.http.HttpConnector.initialize<HttpConnector.java:1130>
    and I've set the environment as followed:
    CATALINA_HOME = E:\Apache Tomcat 4.0
    CLASSPATH = .;E:\oracle\ora90\jdbc\lib\classes12.zip
    JAVA_HOME = C:\j2sdk1.4.0
    Path = E:\oracle\ora90\bin;E:\oracle\ora90\Apache\Perl\5.00503\bin\mswin32-x86;C:\Program Files\Oracle\jre\1.1.8\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem
    Your help is much appreciated...:) Pls help... it's urgent.
    Thanks in advance.
    regards,
    Wiwi.

    dear Saifuddin,
    Thanks for your help. In fact, when Iast time I installed the Oracle 8i, it came with Apache server services, however, it did not require me to change anything on server.xml under Tomcat folder. But why this time when installing Oracle 9i did require on change of port. By the way, instead of allocate localhost:8080 on Tomcat, can I allocate Tomcat port on "localhost: 8000"?
    Actually, I've stopped the Oracle database service and Oracle HTTP Server in Administrative Tools, but why I still have the returned error like; "... address already been used, JVM Bind: 8080" ?
    By the way, are you using Oracle 9i and Tomcat 4.0.3? Pls give me advice on how to setting the Oracle 9i and Tomcat 4.0.3. I highly appreciate your help.
    Thanks in adv.
    best regards.
    Patrick

  • Communication problem between NetBeans and Tomcat

    hi!
    i got a quite mysterious problem. here is what happens:
    - i start NetBeans 5.5.1 (the first time)
    - i want to debug my JSF-Project, the Debugger starts
    - After a few seconds the debugger waits for tomcat (it sais: "Waiting for Tomcat...") and tomcat starts
    - Again after a few seconds the tomcat-debugger-output sais "Tomcat startet in 3333 ms".
    okay.
    when i enter http://localhost:8084/ in my browser i get the tomcat homepage, so the server has definitely started! But nothing happens in NetBeans and nothing happens with my project....
    In the lower-right corner i see this blue working-bar that sais "deploying project" but nothing happens. The Project-Debugger-Output still sais "Waiting for Tomcat..." but nothing happens...
    And after something around 3 minutes (i guess it's a timeout) i get the error "Starting of Tomcat failed." But is HAS started, i can login to the Administration-Area in my browser!
    so i guess there is a communication problem between netbeans an tomcat. Netbeans waits for a message from tomcat but tomcat doesn't send it..or netbeans doesn't understand it.
    But the story goes on:
    When i press the debug-button a second time it takes only a few seconds till i get the message: "Tomcat server port 8084 already in use". OF COURSE! Because Tomcat has already startet and can't be stoped by NetBeans.
    i'm trying to solve this problem for 4 days now, so i would be very happy if anyone has an idea where to start/continue the search...
    thanks,
    flo.
    some system-info:
    - windows vista business 32-bit
    - no firewall is running
    - AntiVir Personal Edition IS running
    - Yahoo Widgets Engine IS running
    - no other software is running
    and finally the tomcat-log:
    Using CATALINA_BASE: C:\Users\Administrator\.netbeans\5.5.1\apache-tomcat-5.5.17_base
    Using CATALINA_HOME: C:\Program Files\NetBeans\enterprise3\apache-tomcat-5.5.17
    Using CATALINA_TMPDIR: C:\Users\Administrator\.netbeans\5.5.1\apache-tomcat-5.5.17_base\temp
    Using JRE_HOME: C:\Program Files\Java\jdk1.5.0_12
    Listening for transport dt_shmem at address: tomcat_shared_memory_id
    21.09.2007 18:27:50 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
    INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.5.0_12\bin;.;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\ThinkPad\ConnectUtilities;C:\Program Files\Common Files\Teleca Shared;C:\Program Files\Common Files\Adobe\AGL;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\cvsnt;
    21.09.2007 18:27:50 org.apache.coyote.http11.Http11BaseProtocol init
    INFO: Initializing Coyote HTTP/1.1 on http-8084
    21.09.2007 18:27:50 org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 1862 ms
    21.09.2007 18:27:50 org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    21.09.2007 18:27:50 org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/5.5.17
    21.09.2007 18:27:50 org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    21.09.2007 18:27:53 org.apache.coyote.http11.Http11BaseProtocol start
    INFO: Starting Coyote HTTP/1.1 on http-8084
    21.09.2007 18:27:54 org.apache.jk.common.ChannelSocket init
    INFO: JK: ajp13 listening on /0.0.0.0:8009
    21.09.2007 18:27:54 org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/31 config=null
    21.09.2007 18:27:54 org.apache.catalina.storeconfig.StoreLoader load
    INFO: Find registry server-registry.xml at classpath resource
    21.09.2007 18:27:54 org.apache.catalina.startup.Catalina start
    INFO: Server startup in 3626 ms

    As i wrote before, the same problem occured for me. I have found a solution which is : Go to tools menu and then select options . In the proxy info, select No Proxy.
    I hope this help you

  • Identity of the conversion about lunix and tomcat

    I lunix mainframe systems to open a certain account privileges cloud
    In the account to install tomcat 6.0 and the deployment of the WEB project
    Function mainly through the network tasks can be directly delivered to the mainframe servers,
    And the results of the implementation of the return of the mandate.
    But when ordinary users the task of delivery, and then view the task in the circumstances under lunix (with qstat command)
    USER is the task of cloud,
    What we need now is the cloud into the names of ordinary users to run (for each delivery task of landing the person's name)
    TOMCAT heard seems to be solved, but I did not find a solution, or the entrance!
    Edited by: duzhiming on 2009-4-15 ??8:21

    Sorry but you have the wrong forum.
    Regards,
    ka

  • Apache HTTP server and Tomcat integration using mod_jk

    Hi, I'm trying to get Apache version 2 Server running with Tomcat 7 as the Java Servlet container (I'll be using Solr as the webapp next). Followed the instructions in the wiki articles Tomcat and Apache and Tomcat.
    The applications work fine separately. It's only when I modify the httpd.conf files as instructed that I get this error when I restart httpd and tomcat. This problem seems identical to this topic although the user that posted it does't know how he fixed the problem.
    Terminal wrote::: Starting Apache Web Server                                                                        [BUSY]
                               /usr/sbin/apachectl: line 84:  8640 Bus error               $HTTPD -k $ARGV       [FAIL]
    The only bit that I didn't follow to the letter is the part where it says to set TOMCAT_JAVA_HOME=/opt/java \. I have it as
    TOMCAT_JAVA_HOME=/usr/lib/jvm/java-7-openjdk. No idea why it repeats that the java home is in the /opt directory.
    I installed mod_jk from the AUR version 1.2.37-1.
    Any idea what the problem is?

    download the binary version of TomCat from
    http://jakarta.apache.org/
    and install it. but your need to set the environment variable...pls refer to
    http://www.amazon.com/exec/obidos/tg/stores/detail/-/books/1861002092/reader/18/ref=lib_dp_TT01/103-9996294-0061449#reader-link
    JSP hava some similarity of ASP. ASP is using Personal Web Server.
    heng

  • Problem launching a jsp page with eclipse and tomcat

    Hi,
    I have just started using eclipse and tomcat for creating dynamic web pages. I tried to launch a jsp page after starting the tomcat server with the URL: http://locahost:8080/HelloWorld/, an error page was displayed as below:
    HTTP Status 404 -/
    type Status report
    message /_
    description The requested resource (-) is not available
    Apache Tomcat/5.5.17
    I didn't get any error at the console and when i just typed http://localhost, a pop up menu saying that the connection was refused when attempting to contact localhost.
    I'm not sure what is the problem here. Could it be the permssion to the localhost is not granted by the system as the eclipse IDE is running using linux?
    Hope someone can help.
    Thanks.

    http://www-128.ibm.com/developerworks/library/os-ectom/

  • Right problem with apache and tomcat

    Bonjour;
    I use a user login "apache" to stop/start Apache and tomcat. Because never launching apache et tomcat as root.
    But I have the following problem with apache (file error.log) :
    [Tue May  6 17:26:22 2003] [error] Connection "warpConnection" cannot connect
    [Tue May  6 17:26:22 2003] [error] Cannot open connection "warpConnection"
    [Tue May  6 17:27:01 2003] [error] Re-Trying to deploy connections
    As root the error msg does'nt exists (lost)
    Best regards;
    A+;

    Run it from the shell to see whats wrong:
    # httpd

  • Authentication problem with JWS and TOMCAT

    Hi everyone !
    I have a problem with Java Web Start (1.0.1) and Tomcat (4.0.4).
    I'm trying to call my application via Web server Tomcat with restricting access.
    My configuration is the following :
    The deployment descriptor web.xml is:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    <mime-mapping>
    <extension>jar</extension>
    <mime-type>application/java-archive</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>java</extension>
    <mime-type>text/plain</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>jnlp</extension>
    <mime-type>application/x-java-jnlp-file</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>JNLP</extension>
    <mime-type>application/x-java-jnlp-file</mime-type>
    </mime-mapping>
    <!-- Define a Security Constraint on this Application -->
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>Entire Application</web-resource-name>
    <url-pattern>/*</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <!-- NOTE: This role is not present in the default users file -->
    <role-name>standard</role-name>
    </auth-constraint>
    </security-constraint>
    <!-- Define the Login Configuration for this Application -->
    <login-config>
    <auth-method>BASIC</auth-method>
    <realm-name>MY APPL</realm-name>
    </login-config>
    </web-app>
    And jnlp File is:
    <jnlp
    spec="1.0+"
    codebase="http://host:8080/Official/"
    href="Application.jnlp">
    <information>
    <title>Application release 0.10</title>
    <vendor> XXXX </vendor>
    <homepage href="/"/>
    <description>Application</description>
    <description kind="short">My Application</description>
    <icon href="Icon.gif"/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.3"/>
    <jar href="Jar1.jar"/>
    <jar href="Jar2.jar"/>
    <jar href="Jar3.jar"/>
    <jar href="Jar4.jar"/>
    <jar href="Jar5.jar"/>
    <jar href="Jar6.jar"/>
    <jar href="Jar7.jar"/>
    <jar href="Jar8.jar"/>
    <jar href="Jar9.jar"/>
    <jar href="Jar10.jar"/>
    <jar href="MyApplication.jar"/>
    </resources>
    <application-desc main-class="com.xxxx.tool.cm.MyApplication"/>
    </jnlp>
    With the above configuration the Java Web Start not work.
    I'm expecting the message box for insert username and password instead it returns the messagge error :
    An error occurred while launching/running the application.
    Vendor: XXXX
    Category: Download Error
    Unable to load resource: http://host:8080/Official/Application.jnlp
    The Exception error is:
    JNLPException[category: Download Error : Exception: java.lang.NullPointerException : LaunchDesc: null ]
         at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
         at com.sun.javaws.cache.DownloadProtocol.isLaunchFileUpdateAvailable(Unknown Source)
         at com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc(Unknown Source)
         at com.sun.javaws.Launcher.downloadResources(Unknown Source)
         at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    I have tried to remove the restrict access in the deployment descriptor (web.xml) and java Web Start WORKS !!!!!!
    I'll appreciate any idea or hint!
    Thanks in advance

    Check this out
    http://forum.java.sun.com/thread.jsp?forum=38&thread=456250
    Mad Einstein

  • I have 2 iPhone 4S's, one is personal, one purchased by work for me. Can I use the same iTunes account to sync both phones while keeping the contacts that are synced as separate lists for personal phone and work phone, but also allow same apps for both?

    I'm hoping someone out there knows if I can use 1 apple ID and 1 iTunes account to sync 2 different iPhone 4S's  - one for personal use, and one for work use. I would like to be able to sync with the same music and app's on both, but need to keep the contacts and calendars completely separate between the 2 phones since I don't want personal data on the work phone or work data on the personal phone. Can you help me figure this out?

    Yes!
    Luckily, if you be very careful and pay attention to what you have selected in itunes, you can separate these things
    Basically, in iTunes, there are tabs at the top for Summary, info, apps, etc..
    These tabs control PER DEVICE what syncs between itunes and the device.
    Therefore, you can plug iPhone 4S #1 in, and select to sync contacts with address book, then do so.  Then plug iPhone 4S #2 in, and not choose to sync with address book.  iTunes will keep these settings separate. However, in that situation for music and apps, you would check to sync both on both, in order to get all music and apps on each.
    The only thing to watch out for, each computer 'user' has only one set of address book and ical, meaning that if you want to sync both phones to the computer, but dont want to mix contacts, only one phone will be able to sync contacts and/or calendars.  Basically, each category in the Info tab will only hold one device's information, so you CAN do contacts with iPhone 4S #1, and calendars with #2.

  • I have an iPad mini in my classroom and a personal iPad at home; I am trying to set up folders on my personal iPad and also add my personal icloud account to the icloud email management on my pc at school; how do I do these tasks at work or home

    How do I set up folders on icloud from my personal ipad and add my personal icloud e-mail to the icloud management on my pc at work to manage email for work and personal iPads

    I have 5 different e-mail accounts I access from school now
    I have folders to store emails from gmail and for icloud emails accessed from my pc
    I need to use folders when accessing emails from my ipad
    I have folders when I access and use gmail from my ipad
    I also don't know why you need to know why, just what

  • I have 2 iPhones - one for personal use and one for work. They are currently connected with the same Apple ID. I would like to separate the two accounts. Does anybody know how to do this?

    I have 2 iPhones - one for personal use and one for work. They are currently connected with the same Apple ID. I would like to separate the two accounts. Does anybody know how to do this?

    Just create a new AppleID for your work.
    As Allan suggested, items purchased on one iTunes account cannot be moved to the other account.
    However, you can put items purchased on on account onto the other iPhone.

  • How do I use Numbers to develop personal finance and budget spreadsheets?

    I recently purchased an IMac and would appreciate advice on how best to use IWork (Numbers) to set up a personal budget and finance spreadsheet program. Please bear in mind that I am not a computer expert and only have average understanding of spreadsheets.
    By way of background, I have poor eyesight and use a screen resolution of 1344 x 840.
    I currently use Quicken for Mac 2007 for my personal finance and budget. The problem is that fonts are far too small for me to see clearly and cannot be changed.
    Hence my interest in using IWork (Numbers).
    My budget and finance requirements are reasonably straightforward
    1. create income and expenditure categories and sub-categories
    2. Create 3 accounts (cheque, savings, credit) in which I can manually record debit and credit transactions by description, category and sub-category
    3. Create annual budgets with specified monthly amounts for categories and sub-categories
    4. Compare actual income and expenditure for categories and sub-categories (for all accounts) against budget each month and for year to date.
    I am confident most of my requirements can be met by using the Checking Register and Budget Templates in IWork (Numbers).
    However, I don’t know how to link and further develop these two Templates to enable me to use the same categories and sub-categories for all accounts and budget.
    I also want to be able to compare actual income and expenditure for categories and sub-categories (for all accounts) against budget each month and for year to date (ie. point 4 above).
    I should be grateful if someone with a better knowledge than I have of IWork (Numbers) and spreadsheets could steer me in the right direction.
    With thanks in anticipation.

    ww,
    You can begin your orientation by reading the Numbers 09 User Guide, available for download free of charge from the Numbers Help menu. This will give you a lot of insight into how spreadsheets can be used and how to build them.
    Then download the, also free, iWork Formulas and Functions User Guide and page through it to see what's there. It would be about as interesting as reading a dictionary to read it straight through, but it's good to get to know what functions are available.
    I find that using the iMac's full resolution and wearing strong reading glasses is better than using reduced resolution. If that's not enough, you can go to System Preferences, Universal Access, Zoom. There are different zoom behaviors that you can choose from depending on your personal preference. Some users here have expressed a dislike for the zoom feature, but I suspect that if they needed it really badly, they would come to appreciate it.
    Regarding the finance spreadsheet development, it's a big job. You are off on the right foot because you already have formulated a clear picture of what you want the final result to look like, or perhaps nearly so. My first tip is to take advantage of the Numbers ability to use many separate tables per sheet. Then it is easy to rearrange your sections if you don't like the look of your first efforts.
    Make a dummy layout, with notes and/or fictitious values in cells where you eventually want links or complicated formulas. I suggest that you not consider using the Categories feature of Numbers Tables. The feature is limiting and at some point will stop you dead in your tracks and you will have to go back and start over with that particular element of your design.
    Then, seek help here on one technical hurdle at a time. You can study the way the Check Register and Budget templates work by clicking on the interesting cells and looking at the expressions that appear in the formula bar.
    Good luck,
    Jerry

  • I am clearing through my phone for more memory. I want to delete some personal photos and videos of family forever, how can i do this ?. I do not want the photos or videos to be found anywhere.

    I am using a Iphone 5c device on software update IOS 7.1.2. I want to delete some personal videos and photos of my family and friends and myself. I am worried that if i delete them they may still be on my itunes account or icloud account. I do not want them on any of my accounts or files anywhere, I would like them gone off of everything. How can i do this?
    Thanks in advance.

    The answer is not simple. First, are these images in the Camera Roll or the Photos app? Next, do you have Photo Stream enabled? Also, do you back up your phone to your computer or to iCloud, or to both?
    If you have Photo Stream enabled then the images have already been distributed to anyone who is subscribed. Nothing that I can think of that you can do about that. The rest of this post assumes that Photo Stream was never turned on.
    If the images are in your Camera Roll you can delete them from the Camera app. The won't go anywhere, however, they will still be in your backups.
    If you back up to your computer using iTunes you can go to iTunes Preferences, Devices tab, and delete your backups. After deleting all of them, and also after you have deleted the images from the Camera Roll, do a new backup.
    After deleting the backups do a Secure Delete of deleted files on your computer. On a Mac you can do this with Disk Utility; have it erase deleted files. On Windows you need to get a 3rd party "shredder" app.
    If you back up to iCloud on the phone go to Settings/iCloud - Storage & backup - Manage Storage. Tap on each backup and delete it.
    If you have photos in the Photos app that are NOT in the Camera Roll album you need to connect your phone to iTunes, click on the Photos tab, uncheck all of them that you don't want (or uncheck Sync Photos if you want all of them gone), then sync.
    Then repeat all of the steps above.

  • I changed companies and had icloud with my old company - now i want to just use my personal id and can't change any icloud info to match my personal ipad id - i can't delete the icloud without the old company id and password which is not available to me

    i changed companies and had icloud with my old company - now i want to just use my personal id and can't change any icloud info to match my personal ipad id - i can't delete the icloud without the old company id and password which is not available to me - it probably doesn't even exist anymore!
    Because I can't delete the icloud account, I keep getting view terms to accept and it wants to go to the old company account.  I can't do anything to get rid of this - when I try to delete the icloud it wants me to delete find my ipad and asks for the old co. id and password - it's a vicious circle and i just want to get rid of it and start fresh with my regular personal email id and password!!!  Help!

    You will need that old Apple ID and password, which does indeed still exist. Apple doesn't delete Apple IDs, though if this ID was in the control of your company they may have changed the password. If so, you will need your former company to log into the iCloud account using that ID and password and erase the iPad or remove it from iCloud:
    http://support.apple.com/kb/TS4515?viewlocale=en_US
    Until that's done you cannot change those settings, and if you try to restore the iPad will have it locked with Activation Lock and thereafter be unusable.
    Regars.

  • I have five iPads, four for my classroom and one that is personal. How can I change my Apple ID on the personal iPad and still keep the apps?  Thank you!

    I have five ipad ii products. Four of them I use in my classroom and one is for personal use.  How can I change my apple ID on my personal iPad and keep all of the apps (i.e. Kindle).  I do not want it connected to my school iPads. 

    All app purchases are permanently tied to their Apple ID. You will have to delete and repurchase the apps with a new ID. I would recommend wiping that iPad and setting it up with another ID.
    ~Lyssa

Maybe you are looking for

  • Can't name Sequences or Clips - Seem to be in constant "Timeline" Edit Mode

    I'm having a strange problem. I can't name sequences or clips in the Browser. When I click the sequence to name it I get the standard box with the words Sequence 1 highlighted in Light Blue. My cursor is there. This is normally where you can backspac

  • Home Sharing Limitations

    Are there any plans on lifting the 5 device limitation for Home Sharing?  Even by means of a licence purchase? Seeing as Apple products "Just Work" - I have come to a cross roads with running iTunes Home Sharing. Everyone has their own music/video/ap

  • How do see my photos in Dropbox from Iphoto on my iPad?

    I store all our family photos on Dropbox so we can access them from everywhere (8Gb in total).  I have iPhoto on my iPad but it doesn't let me choose a folder in Dropbox as my default library?  You can do it from an iMac but I can see the choice from

  • Samsung SSD is no longer available in the MBA?

    I was told by Apple today that the Samsung SSD is no longer being installed in the MBA.  Now the only SSD in the Toshiba.  Can anyone else confirm this?

  • JEditorPane ,MyHTMLEditorKit and HTML

    hi java folks i want to display html in JEditorPane that is set to the MyHTMLEditorKit , the problem is when ever i encounter <body background= "..."> tag i should display background image that is created using Toolkit.getDefaultToolkit().createImage