SQLException accessing CD-ROM in Win 98

I've created a Java application that connects to a PointBase database stored on a CD-ROM. On Windows NT, 2000, XP, I have no problem running my application. However, on Windows 9x, I get the following error message, and my application exits:
java.sql.SQLException: Cache manager I/O error. Access is denied.
Can anyone think of a reason why I'm getting this error? I beleive it has something to do with the way Windows 9x machines access CD-ROM drives.

Something like [url http://search.java.sun.com/search/java/index.jsp?qp=&nh=10&qt=jad+jode%2C+%2Btitle%3Adecompile&col=javaforums]this. Just so you can find out where to download it, instructions,...
Here's the steps
1. Get the stacktrace
2. Find a likely class where the problem might be
....lets say the class is com.pointbase.OpenDB (initialize() method)
3. Extract the classfile from the jar
....jar -xf pb.jar com/pointbase/OpenDB.class
4. Decompile the class
....jad OpenDB.class
5. Look at the file
....notepad OpenDb.jad
6. Find the method (initialize())
7. Rinse, repeat until you find the problem
It's probably calling some system function in a DLL somewhere, but you need to get some clue what that is.

Similar Messages

  • Error...java.sql.SQLException:Access denied for user

    Hi,
    I am getting the following error message while connecting with the MySQL .(O/S :Sun OS 5.6)
    Error.....java.sql.SQLException: Invalid authorization specification: Access denied for user: 'some_user&password@localhost' (Using password: NO)
    Note that i have given all permission to the user using,
    GRANT ALL PRIVILEGES .......................
    The code i have used to connect with the database is,
    import java.io.*;
    import java.sql.*;
    class test
    public static void main(String a[])
    try
    Connection con;
    Statement stmt;
    ResultSet rs;
    Class.forName("org.gjt.mm.mysql.Driver");
    con=DriverManager.getConnection(jdbc:mysql://localhost/db_name?user=some_user&password=some_pass");
    stmt=con.createStatement();
    //do something with resultset
    catch(Exception e)
    System.out.println("Exception in second try.."+e);
    plese guide me on this problem to solve.
    Thankz,
    Bala.

    Hi friends...
    I've read the last post...
    The problem that I have is as follow....
    1. I have installed on my machine MySQL 5.0 Server running
    1.1 I have a database called "base1"
    1.2 User "root", password "works"
    1.3 I have the following sentence to connect it using JDBC
    Connection con = DriverManager.getConnection("jdbc:mysql://localhost/base1", "root", "works");
    More notes:
    - I use the JDBC 5.0
    - My Machine is a Windows XP SP2 Pentium 3.0 512Mb
    and it connects����
    but I have this environment to develop applications, now that I want to connect to Production Environment happens the following:
    2 The Production database is mounted on a Linux Server with MySQL 3.2.
    2.1 I change the sentences as follow:
    Connection con = DriverManager.getConnection("jdbc:mysql://192.168.0.7/base1", "user", "password");
    2.3 But a message appears when I run the Java Program:
    java.sql.SQLException:Access denied for user: '[email protected]' (Using password: YES)
    2.4 As you can see it changes the IP Address...
    More notes:- I have the MySQL Query Browser and I got connection.
    - The IP that display the Error Message is my Second IP configurated on my Network Properties.
    - Server is a Pentium 4 3.0 GHz 2Gb Linux Red Hat 3.0
    I leave this case for the spider... I hope that somebady has the solution.
    What is the problem? Why the JDBC doesn't respect the IP that I wrote.

  • : Could not create connection; - nested throwable: (java.sql.SQLException: Access denied for user 'adobe'@'localhost' (using password: YES))

    hi all can anyone help me i am geting Exception while starting LCES server
    : Could not create connection; - nested throwable: (java.sql.SQLException: Access denied for user 'adobe'@'localhost' (using password: YES))

    hi all can anyone help me i am geting Exception while starting LCES server
    : Could not create connection; - nested throwable: (java.sql.SQLException: Access denied for user 'adobe'@'localhost' (using password: YES))

  • Access USB Disk from Win XP connected to Router

    Hello,
    My Airport express is plugged into cable modem router and so is a desktop running Win XP.
    Another 2 machines Macbook and Winxp laptop can access AE router, internet and the USB disk connected to AE.
    I am having trouble accessing the USB disk from desktop which does not have wifi and is hooked directly to cable modem router. I tried assigning a static IP to Airport Express and that didnt help either.
    Any ideas?
    hhol

    Welcome to the discussions!
    You posted in the AirPort Extreme forum, but your post indicates that you have an AirPort Express.
    If you have an AirPort Express, this device does not support hard drives at the USB port. Only compatible printers are supported.

  • Problem in accessing CD-ROM in LINUX?

    Hello All,
    I have installed VMware on my laptop and installed Oracle Enterprise Linux on a virtual machine.Now i want to install oracle 10g.How i can access the CDROM in linux so that i can copy the oracle 10g software from CD to a directort in linux.
    I issued the following command but i am getting the error.
    $mount /dev/hdc -t iso9660 -r /cdrom
    error is
    mount:mount point /cdrom does not exist
    Thank You All...

    After Restarting the virtual machine i foud two icons
    CD-ROM Drive and CD_RW/DVD+-RW Drive .
    If i double click CD-ROM Drive i am getting the following error.
    ubable to mount media.
    there is probably no media in the drive(But i already insterted the CD)
    If i double click CD_RW/DVD+-RW Drive .following error is coming
    ubale to moun the volume UDF Volume.

  • SQLException: Access not allowed (problem with ACL)

    Hi, I'm getting the following error when I start my Weblogic (7.0) server.
    java.sql.SQLException: weblogic.common.ResourceException: Access not allowed
    I followed these steps to Provide the necessary ACl permisiions:
    1.     Compatibility Security => ACLs
    Create a new ACL:
    name : weblogic.jdbc.connectionPool.yourPoolname
    permission : admin
    group : Administrators
    2. Create a new Connection Pool:
    ACL Name : weblogic.jdbc.connectionPool.yourPoolname
    In 'Target' tab, choose server and click the Apply button.
    I even checked fileRealm.properties, the user admin123 (the user name with which I start the server), is included in all the connectionpool ACL lists. I restarted the server to pick the new changes but it still gives the same errors.
    Please help,
    Thanks

    You need to create the correct ACL for the DataSource following this procedure in the Administration Console:
    1. Compatibility Security => ACLs
    Create a new ACL:
    name : weblogic.jdbc.connectionPool.yourPoolname
    permission : admin
    group : Administrators
    2. Compatibility => click Refresh button
    3. Services => JDBC => Connection Pool
    Create a new Connection Pool:
    ACL Name : weblogic.jdbc.connectionPool.yourPoolname
    In 'Target' tab, choose server and click the Apply button.
    4. Services => JDBC => Data Sources
    You can create a new Data Source using this connection pool successfully
    Regards,
    Prasanna Yalam

  • Limiting access to internet on Win machine w/ Airport Expres

    I have a G5 & Airport Express. I have a Win2000 (Dell) machine with wireless card - connects fine to the network. But I have many Win programs & files that I need to recapture & print so I need to boot up the Dell on occasion. I use the Mac printers to print - don't want to print from the Dell.
    I want to limit the Dell machine to my local network & not connect to the internet. With all the "upgrades" and dohickies that need to be on a Win machine (anti-virus, firewalls, etc) it takes forever to boot, upgrade, pay for new versions, etc, etc when I just want to print out a document. (not to mention the aggravation)
    I don't need this Win machine to be connected to the world, only to my network. I have Virtual PC on the G5 but don't want to bog it down with programs I only need to access older docs & graphics projects.
    So.... what do I have to do to stay connected to my network but block the Win machine from having internet access?
    Thanks in advance for the help!
    PWP

    You could manually configure your PC with a static IP address on the same IP subnet as the rest of the computers on your LAN, but just don't configure it with router or DNS server IP addresses. If you are using an Airport Express as a base station, I suggest you use an IP address of 10.0.1.201, subnet mask 255.255.255.0.

  • Network Access Protection -DHCP on Win 10 9926

    Is there a way to add the Network Access Protection DHCP components to the Win 10 Tech Preview (build9926) ?

    Hi,
    Yes, NAP support was introduced to the DHCP Server role with Windows Server 2008 and is supported in Windows client and server operating systems prior to Windows 10 Technical Preview and Windows Server Technical Preview. We can refer to the link provided
    by Paul for the reasons, if you have some advices, please feel free submit feedback to us via Windows FeedBack App.
    Thanks for your support.
    Yolanda Zhu
    TechNet Community Support

  • Can two users access the same bootcamp (win os) instance?

    We are two users who are using our imac and we both have own user names in mac os. I created a bootcamp partition with windows xp on it. Can both users access the same partition and create their own user spaces within xp?
    Will that work also if we use Parallel or virtual box? (access the same user data as in boot camp?)
    I would like to have the option for each user to access their windows data either through bootcamp or through the virtual tool.
    Message was edited by: gss2
    Message was edited by: gss2

    gss2 wrote:
    What do you mean Virtual box it will not run on its own partition? I have a virtual box running on my desktop and it runs just fine ...own partition?? I don't understand.
    Running on its own partition means that the installed OS has its own formatted portion (partition) of the hard drive. A virtual machine does not have its own partition. It creates a virtual partition (a file on the computer) that simulates a file system (partition). So Virtual Box, or any other virtualization software, does not run Windows, or any other OS in its own partition.

  • Share CD ROM with Win 2000 across network

    Using iMac 800 Mhz with 1024 MB RAM and OS X 10.4.3
    I want to share the CD ROM to allow my Windows 2000 machine to read the Windows 2000 install CD to add Windows Programs...
    1) I can't seem to share the drive directly.
    2) OS X won't let me see inside the folders on the CD ROM
    3) OS X says I have insufficient rights to COPY the CD ROM to my public folder.
    Available connections include Belkin Wireless and 100 baseT
    any help much appreciated.

    Using iMac 800 Mhz with 1024 MB RAM and OS X 10.4.3
    I want to share the CD ROM to allow my Windows 2000
    machine to read the Windows 2000 install CD to add
    Windows Programs...
    1) I can't seem to share the drive directly.
    2) OS X won't let me see inside the folders on the CD
    ROM
    3) OS X says I have insufficient rights to COPY the
    CD ROM to my public folder.
    Available connections include Belkin Wireless and 100
    baseT
    any help much appreciated.
    The way to setup windows sharepoints other than your home folder can be done using an easy to use shareware app called Sharepoints.
    Set up your mounted CD as a sharepoint and your windows PC should be able to log into your mac and see the whole volume.

  • Accessing Drive on a Win Computer

    Brand new to Mac/OS X.
    The Imac is the only Mac in the house, and I'm trying to keep a sustained connection with an external drive connected to a Win computer elsewhere on my network. I'm able to connect to the drive, but then I lose the connection...perhaps when the Imac goes to sleep? Not sure...I know this is ABCs of Mac, but can someone give me the quick tutorial on how to create a connection to this drive, and keep it!
    Thanks much.

    It certainly won't do any damage. OS X is based on UNIX, which is more than happy running servers 24-7 for years at a time.
    Letting it sleep won't hurt, but consider using the built in power management features to let the display sleep and spin down the hard drive when you're not using the machine.
    Rich

  • Can't access shared printers x64 win 7

    Hello:
    I have a Windows 2008 R2 print server. I have installed both 64 bit and 32 bit drivers. I recently just started to deploy Win7x64 bit systems. When I try to connect to the printer I get this error. (printers are HP lasterjet 4015p) (other copiers and even
    HP laserjet 4350 I can connect to w/the x64 bit machines)
    "Windows cannot connect to the printer. Some driver files are missing or incorrect. Reinstall the driver or try using the latest version."
    The 32 bit clients have not problems connecting to the printers.
    I can't even manually install the drivers on the PCs first. I get the same error.
    I have tried:
    1. UNC'ing to server and double clicking on printer
    2. deleting printer driver and reinstall, but can't install driver
    3. grabbed original cd that came with printer and try to install
    4. tried the add printer wizard

    Sorry, it took so long to get back to everyone. I was able to fix this but just changing the drive to a different one on the print server and then changing it back to the original driver that was on the server. Now my x64 bit clients can connect to the
    printers just fine. Why I had to switch out the drivers in the first place is beyond me. Thanks for the help people.

  • CD ROM not recognized satellite A505-S6980 Win 7 home sp1

    have laptop where cant access cd rom.  ran all updates you put a cd in and get a hour glass then see cdbeing accessed. drive seems to have power will open and close.  Any thoughts?  WIN 7 Home addition sp1
    Solved!
    Go to Solution.

    Hello,
    Do the upper and lower filter troubleshooting.
    Click on start, type REGEDIT on seach programs and files then hit enter.
    It will go directly to registry editor.
    Look for HKEY_LOCAL_MACHINE click on + sign or the arrow then look for SYSTEM click on + sign or the arrow then look for CurrentControlSet click on + sign or the arrow then look for Control click on + sign or the arrow then look for Class click on + sign or the arrow then look for {4D36E965-E325-11CE-BFC1-08002BE10318} click on + sign or the arrow then look on the right part of the window, look for LowerFilter and upper filter. Delete them or even if you can only find one of them, just delete it then restart the laptop.
    Hope this work

  • Win 8.1 Preview and IE 11 break MyRouter.local access

    I am unable to access my router with Win 8.1 and IE 11. I get a browser not supported error.  I am able to use Firefox.
    Just FYI.

    What is the model number of your router? Are you using the Classic Firmware or the Linksys Smart Wifi firmware? You can try lowering down the browser’s security settings and try accessing the router page again.

  • Can't access internet in Win XP (Boot Camp) since switching to Time Capsule

    I have been able to easily connect to the Internet using my Airport Extreme (801.11g) when in Win XP through Boot Camp on my MacBook Pro laptop. I switched to a Time Capsule (801.11n) and can access the network in Win XP but can no longer get an Internet connection. Internet works fine when in Leopard. When I try to run a network repair program in Windows, it tells me that it cannot get a valid IP address. Not sure what to try or do next??

    Brian,
    Welcome to the Apple Discussions!
    *Using Time Capsule via Ethernet ONLY / With Internet Access*
    First verify that the ethernet cable from your ISPs modem is attached to the WAN port of the Time Capsule (little wheel icon).
    Next, connect one end of another Cat-5 Ethernet cable into one of the LAN ports of the TC (<•••>). Connect the other end to your Macs ethernet port.
    Go to System preferences --> Network Preferences.
    At the top change "Location:" to "Ethernet Connection".
    In the list on the left "Ethernet" should be at the top of the list. (If not use the Action Menu (gear button) at the bottom to "Set Service Order".)
    Verify that “Configure” says “Using DHCP”.
    Click "Apply" in the lower right.
    Give it a moment to acquire an IP address from the TC.
    “Status” should now read “Connected”.
    If you wish, you can select “Airport” from the list on the left and then click “Turn Airport Off”.
    Now launch Airport Utility.
    Select the Time Capsule on the left and click “Manual Setup”.
    Select “Airport” from the toolbar at the top.
    Click “Wireless” tab.
    For “Wireless Mode” choose “OFF”.
    Now select “Internet” from the toolbar.
    Click “Internet Connection”.
    For “Connect Using” verify that it says “Ethernet”.
    For “Connection Sharing” choose “Share a public IP address”.
    Click “Update” and close Airport Utility.
    You should now be connected to the Time Capsule by ethernet only and should have full internet access.
    Let us know if this resolved your issue.
    Cheers!

Maybe you are looking for

  • Content jittering in Safari when using linked anchors to scroll.

    I recently launched a preview version of the website I've been designing in Adobe Muse CC 2014.2: http://spudniksavannah.com/beta-0.1.html A ton of the feedback that I've been getting from Safari users is that content appearing on screen is very "sha

  • IPhoto App not working

    It appears my Libray is still in tact....hopefully, but my I Photo App does not work within the OSX Mavericks..that I had just downloaded.   Eveything else seems to be okay....Where do I go and which App do I get to be able to see all my photos and p

  • I can't upgrade to Yosemite public release from Public Beta 2

    I'm currently running Yosemite public beta 2. When I try to upgrade to Yosemite public release, The app store is saying the following We could not complete your purchase. A newer version of OS X is already installed on this computer. Are you sure you

  • Windows XP 64bit SP2 will not recognise additional memory.

    Hi, Hope Im posting this in the correct forum. I have a XP PRO 64bit  SP2 (latest version support till April 2014) It has 4GB of ram and I have upgraded it to 8GB. The bios see the extra ram but the OS will not. Running crucial memory tool also sees

  • Is this legal? if so, is it difficult?

    I recently bought a new iMac w/OS X 10.5.5. Am I allowed to install that OS on my MacBook Pro running 10.4.11 or would I need to buy an upgrade? I know some software applications have allowed me to install apps on both computers. At age 60, I'm not g