JarURL.openStream() throws *IOException: no entry name specified*

<pre>
I have some code (supplied below) which tries to read contents of a resource
referred by a URL.
public class URLTest {
public static void main(String... args) throws Exception {
URL u = new URL(args[0]);
InputStream is = u.openStream();
// more code goes here:
If you create a jar file in /tmp/b.jar and run this program as shown below:
(If your shell treats ! as a special char, then you need to use escape char \ before it)
java pkg.URLTest <b>jar:file:/tmp/b.jar!/</b>
it produces the following exception:
Exception in thread "main" java.io.IOException: no entry name specified
at sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:131)
at java.net.URL.openStream(URL.java:1007)
at pkg.URLTest.main(URLTest.java:20)
But, if you pass the argument as jar:file:/tmp/b.jar!/A.class then it opens a stream
that points to A.class which is embedded inside b.jar.
My question is, what is the motivation behind not allowing user to open a stream to
jar:file:/tmp/b.jar!/ which according to the javadocs of JarURLConnection
http://java.sun.com/j2se/1.5.0/docs/api/java/net/JarURLConnection.html
represents a JAR File?
Thanks,
Sahoo
</pre>

I just also came across this. I don't know the motivation behind it. But it is certainly deliberate.
This is the source code for JarURLConnection.getInputStream.
public InputStream getInputStream() throws IOException {
     connect();
     InputStream result = null;
     if (entryName == null) {
          throw new IOException("no entry name specified");
     } else {
          if (jarEntry == null) {
               throw new FileNotFoundException("JAR entry " + entryName +
                    " not found in " +
                    jarFile.getName());
          result = new JarURLInputStream (jarFile.getInputStream(jarEntry));
     return result;
}So it will only let you get an InputStream to a file inside the Jar file, not the Jar file itself.
If you want to do that, then rather than using InputStreams you want to use the JarURLConnection class. My example below shows you how to get at the JarFile and its contents, JarEntry objects,
URL u = new URL("/tmp/b.jar!/");
JarURLConnection juc = (JarURLConnection)u.openConnection();
JarFile jf = juc.getJarFile();
System.out.println("JarFile: " + jf.getName());
Enumeration<JarEntry> entries = jf.entries();
for(JarEntry je = entries.nextElement(); entries.hasMoreElements(); je = entries.nextElement())
     System.out.println("\tJarEntry: " + je.getName());
}

Similar Messages

  • Log API: StreamHandler.flush() throws IOException ?

    For some network error reason, my logging stopped working and i noticed this exception in the console:
    java.util.logging.ErrorManager: 2
    java.io.IOException: The specified network name is no longer available
            at java.io.FileOutputStream.writeBytes(Native Method)
            at java.io.FileOutputStream.write(Unknown Source)
            at sun.nio.cs.StreamEncoder$CharsetSE.writeBytes(Unknown Source)
            at sun.nio.cs.StreamEncoder$CharsetSE.implFlushBuffer(Unknown Source)
            at sun.nio.cs.StreamEncoder$CharsetSE.implFlush(Unknown Source)
            at sun.nio.cs.StreamEncoder.flush(Unknown Source)
            at java.io.OutputStreamWriter.flush(Unknown Source)
            at java.util.logging.StreamHandler.flush(Unknown Source)
            at de.icp.logging.RollingFileHandler.publish(Unknown Source)I looked into the javadoc of StreamHandler.flush() and can't find any documented Exception that is thrown. As IOException is not an unchecked exception, this seems to be a javadoc bug, right?
    My "RollingFileHandler extends StreamHandler and my publish() looks like this:
         * Overwrites super.
        public synchronized void publish(LogRecord record) {
            if (!isLoggable(record)) {
                return;
            //check if we need to rotate
            if (System.currentTimeMillis() >= nextCycle) { //next cycle?
                role();
            super.publish(record);
            flush(); //throws IOException ??????
        }//publish()

    Hm ... i think overwriting reportError() is useful:
         * Overwrites super.
         * Reopen log file in case of an error.
        protected void reportError(String msg, Exception ex, int code) {
            super.reportError(msg, ex, code); //standard behaviour of Handler
           //on logging error, try to reopen the logfile:
            openFile();
            LogRecord record = new LogRecord(Level.WARNING, "Log file re-opened due to error:");
            record.setThrown(ex);
            publish(record);
        }//reportError()

  • Error: java.util.zip.ZipException: missing entry name

    Does anybody know how to solve the following error? I got this error when I was trying to update files in my CVS.
    OracleJSP: oracle.jsp.parse.JspParseException: Line # 2, <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
    Error: java.util.zip.ZipException: missing entry name
    Thanks

    Hi,
    I get the same exception while reading a ZIP file. The size if the ZIP file is just 82KB but I am reading it over FTP not sure if it makes any difference. I am using JDK 1.4.2_05. Here is the code I am trying to execute.
    public class TestFTP {
    public static void main( String[] argv ) throws Exception {
    String inboundPath = "/transfer/inbound/";
    FTPClient ftp = new FTPClient();
    ftp.connect("123");
    ftp.login( "123", "123" );
    ftp.changeWorkingDirectory(inboundPath);
    FTPFile[] zipFiles = ftp.listFiles("*.zip");
    TelnetClient telnetClient;
    for(int i=0;i<zipFiles.length;i++){   
    System.out.println(zipFiles.getName());
    ZipInputStream zis = new ZipInputStream(ftp.retrieveFileStream(zipFiles[i].getName()));
    for (ZipEntry entry = zis.getNextEntry(); entry != null; entry = zis.getNextEntry()){           
    System.out.println(entry.getName());
    The error message is
    java.util.zip.ZipException: invalid entry size (expected 10291 but got 10233 bytes)
         at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:367)
         at java.util.zip.ZipInputStream.read(ZipInputStream.java:141)
         at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:91)
         at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:69)
         at test.TestFTP.main(TestFTP.java:41)
    Exception in thread "main"
    Please let me know if you were able to fix the problem.
    Thanks

  • Reversing XML getting The Directory Logical Schema Name specified in yo

    Hi,
    While trying to reverse the columns from XML, throws the following error,
    The Directory <<Logical Schema Name>> specified in your schema does not exist.
    what could be the problem. please help.
    Vivek

    It seems that you are using FILE technology instead of XML technology.
    The first one if for flat files, and the second one for XML files, and uses a specific driver for XML data.
    Search for "Creating an XML Data Server" in the user manual. It should help.
    Regards,
    -FX

  • Channel or repeated capability name specified is not valid for the instrument

    I am using the two SCXI-1193 rf switch configured as a Quad 8x1 Mux and I'm using NISE v2.0.1.  I have created a hardwire that connects from ch0 of rfSwitch_1 to com0 of rfSwitch_2.  So, for example, when I go to create a route from rfSwitch_1 com0 to ch3 of rfSwitch_2, I get the following error:
    "Channel or repeated capability name specified is not valid for the instrument."
    Why am I getting this error message.  It seems to me that since there is a hardwire created between the two rfSwitches there shouldn't be any problems connecting a path from rfSwitch1 to rfSwitch2 between the two quad mux's.
    I am using the two SCXI-1193 rf switch configured as a Quad 8x1 Mux and I'm using NISE v2.0.1.  I have created a hardwire that connects from ch0 of rfSwitch_1 to com0 of rfSwitch_2.  So, for example, when I go to create a route from rfSwitch_1 com0 to ch3 of rfSwitch_2, I get the following error:
    "Channel or repeated capability name specified is not valid for the instrument."
    Why am I getting this error message.  It seems to me that since there is a hardwire created between the two rfSwitches there shouldn't be any problems connecting a path from rfSwitch1 to rfSwitch2 between the two quad mux's.

    I am convinced that the IVI configuration is corrupted which prevent you from using the SCXI-1193. If you do not have any hardware you would have had to simulate both SCXI-1193. The fact that you are seing all the channels in NICE virtual device but are getting error when trying to use them tells me that somthing changed in the IV configuration and that you are not using the initial topology used to read all the available channels for the 1193.  
    If you do not have any hardware connected to your computer then you need to follow the procedure below to ensure that the SCXI-1193 will work as expected.
    First create (2) SCXI-1193 simulated in MAX:
    1) Right-click Devices and Interfaces and select Create New.
    2) A dialog box prompts you to select a device to add. Select NI-DAQmx Simulated Device and click Finish.
    3) In the Choose Device dialog box, select Switch>>NI PCI-4021 (the switch controller is not important but you need one to be able to si mulate a chassis).
    4) Create a SCXI-1000 Simulated device using the step 1) to 3)
    5) Select the device created in 3) as the communicator
    6) When the chassi dialog appear, select SCXI-1193 in slot 3 and 4
    7) In the chassis Tab select 3: SCXI-1193 as the Communicating SCXI Module Slot. By default the SCXI-1193 are configured as Quad 8x1
    Now you can create a NISE virtual device just like if you had (2)  SCXI-1193 connected to your computer. Note that logical names and driver sessions have been created for both SCXI-1193 (need to close MAX and reopen) with correct entries. If you follow this procedure you will not encounter any more issue working with simulated hardware.
    Guy Ferraro
    Switch Product Support Engineer
    NI - USA

  • IOException: Prohibited package name: java.lang

    Hi!
    I have problems when trying to call a method that throws an exception over RMI-iiop. Instead of the exceptions that should be thrown I get an IOException and a stackTrace is printed out in the console(even if the exception is caught) The server is WL8.1 SP3 with java 1.4.2 and the client runs under java 1.3.1_09-b03.
    It works when the client runs under java 1.4.2. I also wrote a small testapplication outside of WL and it works fine too(using RMI-iiop, tnameserv and suns ORB, server under java 1.4.2 and client under java 1.3.1_09-b03).
    But when trying to call the method in WL i get the exception below instead of the one that is thrown.
    java.io.IOException: Prohibited package name: java.lang
         at com.sun.corba.se.internal.io.IIOPInputStream.throwExceptionType(Native Method)
         at com.sun.corba.se.internal.io.IIOPInputStream.simpleReadObject(IIOPInputStream.java:272)
         at com.sun.corba.se.internal.io.ValueHandlerImpl.readValueInternal(ValueHandlerImpl.java:245)     at com.sun.corba.se.internal.io.ValueHandlerImpl.readValue(ValueHandlerImpl.java:207)
         at com.sun.corba.se.internal.iiop.CDRInputStream.read_value(CDRInputStream.java:1058)
    I have also tried to use suns ORB in WL but still get the same problem. Everything works fine except when an exception is thrown by the remote method.
    Any ideas what the problem could be?

    Hi, thank you for the answer.
    But I still think it can be a WL-problem. I can get an application outside of WL to work between java 1.4.2 and java 1.3.1. Even when sending a new exception created and compiled under 1.4.2 and sent to the 1.3.1-JVM, it is recieved correctly by the 1.3.1-JVM and thrown.
    I also tried to change WL to use SUNs ORB which I use in my test but still get the same problem so it feels like the problem is with WL's JNDI..
    /Jonas
    Jonas Mohlin <[email protected]> writes:
    Well the problem is because of the change in format
    java.lang.Throwable in
    J2SE 1.4. There are known bugs in the Sun 1.3.1 ORBs
    that prevent this
    working with a vanilla 1.3.1 client - and we can only
    support a WLS IIOP
    client running with 1.3.1 in this scenario (e.g. WLS
    7.0).
    andy
    Hi!
    I have problems when trying to call a method thatthrows an exception over RMI-iiop. Instead of the
    exceptions that should be thrown I get an IOException
    and a stackTrace is printed out in the console(even
    if the exception is caught) The server is WL8.1 SP3
    with java 1.4.2 and the client runs under java
    1.3.1_09-b03.
    It works when the client runs under java 1.4.2. Ialso wrote a small testapplication outside of WL and
    it works fine too(using RMI-iiop, tnameserv and suns
    ORB, server under java 1.4.2 and client under java
    1.3.1_09-b03).
    But when trying to call the method in WL i get theexception below instead of the one that is thrown.
    java.io.IOException: Prohibited package name:java.lang
         atcom.sun.corba.se.internal.io.IIOPInputStream.throwExce
    ptionType(Native Method)
         atcom.sun.corba.se.internal.io.IIOPInputStream.simpleRea
    dObject(IIOPInputStream.java:272)
         atcom.sun.corba.se.internal.io.ValueHandlerImpl.readValu
    eInternal(ValueHandlerImpl.java:245)     at
    com.sun.corba.se.internal.io.ValueHandlerImpl.readValu
    e(ValueHandlerImpl.java:207)
         atcom.sun.corba.se.internal.iiop.CDRInputStream.read_val
    ue(CDRInputStream.java:1058)
    I have also tried to use suns ORB in WL but stillget the same problem. Everything works fine except
    when an exception is thrown by the remote method.
    Any ideas what the problem could be?--

  • On Windows 7 HttpURLConnection.openConnection() throws IOException

    Hi Team,
    In our application we have a to create httpURLCOnnection (url.openConnection())which works fine on Windows XP but throws IOException on Windows7. Does anybody know which settings need to be enabled on windows 7 to resolve this issue?
    Any response would be appreciated. Thanks in Advance.

    Hello Team,
    I have a specific exception which I get when trying to open a url on Windows 7 with IIS authentication enabled. We get exception when trying to get response code of HTTP Connection
    java.io.IOException: Authentication failure
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    at java.net.HttpURLConnection.getResponseCode(Unknown Source)
    Same code works find on windows XP. Do I need to do any specific settings on Windows7 to work this?
    Thanks in Advance.

  • HT201262 i keep getting an error message when trying to sync my iphone in itunes, "duplicate file name specified." Anyone have any help?  Please??

    i keep getting an error message when trying to sync my iphone in itunes, "duplicate file name specified." Anyone have any help?  Please??

    You can try going to iTunes with your device connected, select your device, then click view, show duplicate items

  • DOMparser throws IOException when encounters Hungarian Characters

    Hoi!
    I wrote a piece of code that extracts some
    information from an XML document into a vector of Java classes, using the oracle.xml.parser.v2.DOMParser.
    And it worked. Or seemed to work...
    But when I put some articles in the XML file
    in Hungarian, the parser threw IOException.
    If I remplace the Hungarian characters to
    English "equivalents" a -> a etc., it works.
    I don't know. If XML is made up of Unicode characters, what's the problem with it?
    (The hex code of a was E1 in my text editor,
    as I'm using Win NT :(. )
    can I modify the xml prolog somehow?
    I'd rather not write a conversion program
    from a text file to another.
    Any ideas?
    and here's the code:
    DOMParser theParser = new DOMParser();
    XMLStreamToParse = XMLes.class.getResourceAsStream(xmlDocPath);
    theParser.setValidationMode(false);
    try{
    theParser.parse( XMLStreamToParse );
    //this throws IOException
    null

    What are you using as your test client?The test client is WebStone 1.0. WebStone always downloads the whole response, and reports the size of the response in bytes. From this I can see that when the IO exception occurs, webstone is unable to read the whole response, as it reports a smaller size.
    So, I do not think the problem is that the client has prematurely aborted its download. WebStone doesn't work that way. I think something has gone awry on the server side, and this worries me.

  • Punchout Catalog - "No Service Name Specified"

    I'm trying to create an OCI connection for a punch-out catalog and run into an error every time I try to bring the items back to my SRM server from the supplier's website.
    The error says...
    No Service Name Specified
    Your request did not contain a service name. Please provide a service name as part of the URL.
    Example URL:
    http://.../scripts/wgate/CreateSO/!
    or...
    Session Already Terminated
    There is currently no session running that might accept this request.
    This situation usually occurs if your session has been closed by the Internet Transaction Server and you tried to navigate to a previously requested page by selecting BACK in your browser. To proceed you must first restart the session as described above. 
    © 1996-2005, SAP AG 
    Does anyone know what service name it's referring to? Or what's the cause of this error?
    Thanks.
    SN

    http://www.groupe-rg-webshop.com/steelcase?sap-client=310&sap-user=steelconnect&sap-password=safety     URL
    shop / client     310     Fixed Value
    USERNAME     steelconnect     Fixed Value
    PASSWORD     safety     Fixed Value
    SRC     SAP     Fixed Value
    ACTION     Anmelden     Fixed Value
    LANGUAGE     FR     Fixed Value
    HOOK_URL                                                                                Return URL
    ~OkCode     ADDI     Fixed Value
    ~Target     _top     Fixed Value
    ~caller     CTLG     Fixed Value
    Sorry that I cannot format it to make it easier to read/follow, but each line (except the first line) has a paramter NAME, followed by parameter Value and Type.
    Thanks.
    SN

  • Member acces profile error(A table name, specified in an sql command)

    Hi friends,
    In my bpc application(A) below 3 dims are secure dims.
    1. entiiy  (std)
    2. category (std)
    3. location (custom dim)
    while defining one member access profile,
    Read Only      : CATEGORY 100
    Read & Write      : CATEGORY 200,500
    for whatever combinatio i use, for other secure dims (eg: category,location where base member,or parent members ) i'm getting below error  message
    A table name, specified in an sql command, is unknown.
    We are on bpc75nw sp04.
    Pls suggest us .
    dump(st22):
    Short text
        A table name, specified in an SQL command, is unknown.
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "CL_UJE_MEMACCESS_CACHE========CP" had to be
         terminated because it has
        come across a statement that unfortunately cannot be executed.
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_DYNAMIC_OSQL_SEMANTICS', was
         not caught in
        procedure "REMOVE_MEMACCESS" "(METHOD)", nor was it propagated by a RAISING
         clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        An invalid table name "/1CPMB/RDWCSUMAS" was specified in an Open SQL command:
        Due to one of the following reasons, the error occurs only at runtime:
        - the table name was specified dynamically, or
        - the SELECT clause, WHERE clause, GROUP-BY clause, HAVING clause, or
          ORDER-BY clause was specified dynamically.
    Thanks,
    naresh
    Edited by: Naresh P on Feb 19, 2011 10:40 AM

    Hi Naresh,
    As far as I know You have specify Explicit Access to all the dimensions mentioned as Secured in your Application.
    You can't skip the secured Dimesions.
    In your case if you want to restrict only one dimension for 1 Member Access Profile then give Read & Write access to other 2 Dimensions and select ALL members.
    This might solve your problem.
    Hope it helps.
    Chaithanya

  • Log file full of: No Control Name specified

    my oidldapd**.log full of these message every second.
    2002/06/15:01:26:17 No Control Name specified
    2002/06/15:01:26:17 No Control Name specified
    2002/06/15:01:26:17 No Control Name specified
    2002/06/15:01:26:27 No Control Name specified
    2002/06/15:01:26:27 No Control Name specified
    2002/06/15:01:26:27 No Control Name specified
    2002/06/15:01:26:28 No Control Name specified
    2002/06/15:01:26:28 No Control Name specified
    2002/06/15:01:26:30 No Control Name specified
    2002/06/15:01:26:30 No Control Name specified
    Is these normal or not? and what mean by Control Name?
    I cannot find these term in any document.
    OID version is install with oralce 8.1.7
    Thanks

    Hmm... dunno what I did but I no longer suffer from this.
    # cat lxdm.log
    ** Message: find greeter (nil)
    ** Message: find idle (nil)
    ** Message: add xserver watch
    X.Org X Server 1.12.2
    Release Date: 2012-05-29
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.0.32-1-lts x86_64
    Current Operating System: Linux simplicity 3.4.2-3-ck #1 SMP PREEMPT Wed Jun 13 04:12:07 EDT 2012 x86_64
    Kernel command line: BOOT_IMAGE=/vmlinuz-linux-ck root=UUID=ae7fd835-eb80-3a45-9cf8-aab9d51bdad5 ro quiet init=/usr/lib/systemd/systemd
    Build Date: 30 May 2012 07:24:13PM
    Current version of pixman: 0.26.0
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun 15 05:24:16 2012
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    ** Message: add 0x80d3b0
    ** Message: prepare greeter on :0
    ** Message: start greeter on :0
    ** Message: greeter 121 session 0x80d3b0
    ** Message: user 121 session 0x80d3b0 cmd USER_LIST
    /usr/bin/startxfce4: X server already running on display :0
    xfce4-session: GNOME compatibility is enabled and gnome-keyring-daemon is found on the system. Skipping gpg/ssh-agent startup.
    Error: No such tab mode: chat
    -- Exception object --
    + fileName (string) 'chrome://messenger/content/tabmail.xml'
    + lineNumber (number) 465
    -- Stack Trace --
    openTab("chat",[object Object])@chrome://messenger/content/tabmail.xml:465
    get_selected()@chrome://messenger/content/chat/imconv.xml:121
    ()@chrome://global/content/bindings/richlistbox.xml:576

  • I got Invalid name specified for BUFFER_POOL while importing data

    Hi
    i got an error : ORA-25126: Invalid name specified for BUFFER_POOL while i was importing data (impdp)
    there are 2 instances on 2 servers
    1st instance is a single instance ,running on AIX ,oracle version 10.2
    and 2nd instance is RAC running on Solaris ,oracle version 11.2
    i want to import from 2nd instance (11.2) to 1st instance (10.2)
    here's my script
    impdp username/password tables=schema1.main,schema1.address table_exists_action=replace remap_schema=schema1:test remap_tablespace=schema:test_space nologfile=y network_link=db_sourcei got an error above only schema1.main table but schema1.address was able to import
    here's my log
    ORA-39083: Object type TABLE failed to create with error:
    ORA-25126: Invalid name specified for BUFFER_POOL
    Failing sql is:
    CREATE TABLE "TEST"."MAIN" ("Col1" VARCHAR2(1) NOT NULL ENABLE, "Col2" VARCHAR2(15) NOT NULL ENABLE, "Col3" VARCHAR2(13), "Col4" VARCHAR2(100), "Col5" NUMBER(2,0), "Col6" DATE, "Col7" VARCHAR2(1), "Col8" VARCHAR2(1), "Col9" DATE, "Col10" NUMBER(16,2)
    . . imported "TEST"."ADDRESS"                            317 rowshow can i solve this problem ?
    thanks in advance.. :)

    I believe this is a known bug - see MOS Doc 9160088.8 (Bug 9160088 - 11.2 EXPDP to lower version errors on import (ORA-25126)) - open an SR with Support
    HTH
    Srini

  • What does 'ipod cannot be synced. duplicate file name specified' mean?

    what does 'ipod cannot be synced. duplicate file name specified' mean?

    I'm having the same issue. Old ipod 160 gig worked for years; it crashed. I bought a new "used" ipod. It starts reading all my music and syncs a few songs then crashes. I get the same screen you do about duplicate, etc. Very frustrating. I'm downloaded the new iTunes (not impressed). I've tried unchecking most of my music to see if that would help but it didn't. Any suggestions? Thanks

  • SocketChannel.write() throws IOException instead of returning 0

    I would like your opinion.
    When a send buffer is full in the OS, should a channel's write()
    return 0, or throw an exception? If an exception, should it be the
    same exception (IOException) thrown when truly exceptional events
    happen (e.g, a connection drop)?
    On Win32, SocketChannel.write() internally calls WSASend(). When
    WSASend() returns WSAEWOULDBLOCK, write() throws IOException. I
    think it should return zero instead, or at least throw an exception
    that can be distinguished easily (by other than parsing the
    IOException.getMessage())
    Should I submit a bug?
    Thanks,
    Juan

    The java doc for write() says it should return zero. If you have a simple test case that demonstrates the behavior you describe and it is not already in the bug database, then yes. You should file the bug report.

Maybe you are looking for

  • I can not reinstall itunes ,

    I have sw mcafee off and still cannot recover itunes ,which is now 6 .I had previously bought 100 songs aprox. how can I recover my songs , please help me . thks Manuel

  • 7.6.4 error

    I updated to 7.6.4 and now the iphones cannot connect - while the ipads and macbook can connect.  I reinstalled 7.6.3 and the problem continues.  Powered up and down the iphones and airport did not help.  Any fixes?

  • DB Transaction problem in 9.0.2i

    The problem is in Oracle 9iAS version 9.0.2. Windows 2000 Oracle 8.1.7i R3 DB When I shutdown (manualy) the server in the midle of some DB transaction, some of data are commited in the database. Everything is OK when the my application throws some Ex

  • Sharp stroke effects

    I don't know if there have been a thread like this in this forum but please just allow me to ask this question. I've been using photoshop and I always utilize the power of its blending options (effects). For almost all of my edits that I use the stok

  • Cin node and c++ code

    Hi. I need to make a LabVIEW program to call and use c++ code. Not only calculate numbers using the c++ code, the LabVIEW program needs to send boolian signals and be able to talk to the c++ code. Such things possible? Any good article or information