Policy write file issues

All
Can someone help me with this, i am trying to connect to a remote EJB and i am getting the following i setup have setup the security manager and the client.policy file but still i get
access denied (java.util.PropertyPermission java.security.policy write)
        System.setProperty("java.security.policy", "client.policy");
        if (System.getSecurityManager() == null)
        System.setSecurityManager(new RMISecurityManager());
        Properties env = new Properties();
//         Definir las propiededes y ubicacion de busqueda de Nombres JNDI.
        env.setProperty("java.naming.factory.initial", "org.jnp.interfaces.NamingContextFactory");
        env.setProperty("java.naming.provider.url", "localhost:1099");
        env.setProperty("java.naming.factory.url.pkgs", "org.jboss.naming");
      InitialContext ic = new InitialContext(env);

Do NOT use cancatinate string to build up file paths.  You are just asking for issues.  That is what Build Path is for, and it reduces the amount of work you have to do.
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines

Similar Messages

  • Writting file issue

    Hi,
    I am trying to write a file through peoplesoft Application Engine and FileLayout where I need to write long data type field which has large text with special characters like : , | " ; ! etc and  the long type field has also next line within itself. so while writing file data is not written properly.
    EPM table has long type data field which stores Manager's appraisal comment, reviewer's appraisal comment.
    Any help in this point would be appreciated.
    Thanks..

    Thanks for your quick reply!!!
    file doesnot look in expected format. But expectation is each field should populate in single spreadsheet cell in a single row. the following data are coming for a single row from a aprticular record and each data should be populated in a cell of Microsoft XLS workbook or any other file. here given last bold lines coming as a long data type which creates problem.
    As an example of single row given below:
    415
    E
    7854257 
    Y
    SUMMARY1
    60     
    Employee Mid Year Comments :The first six month of 2010 have been a challenging time with focus on successfully getting the new management team in CAO in place and started as a team. Key achievments were around getti 
    Strain on the organisations resources and transition in parts of the organisation (eg. IT) has put pressure on our control environment resulting in a worsened rating. We have put a

  • Is thr way to applet write file, client machine without  entry in policy

    hi,
    is there any way to allow applet write file in local machine (client ) without entry in policy file... i feel this extra step to clients...
    To achieve this what are class i have to implements...

    No, thank God there isn't.

  • WARNING: Cannot "Read or Write" files on iPod

    My iPod has been behaving very curiosly as of late. For the past month a wanring has flashed up on my iTunes screen when attempting to sync music files. The warning says *"Cannot read the disk 'iPod'. Unable to read or write files"*. Despite this warning my iPod has been able to update daily podcasts without issue. However, when I recently purchased new music I could not get it to sync to my iPod. I have no problem listening to this new album in my iTunes library, but it just will not sync to my iPod. I created a playlist for it and attempted to add it, but I discovered that the iPod was not syncing the playlists either!
    In a recent attempt to remedy the problem I selected only to sync the playlist that had the new album. What happened was frightening. All my music was no longer on the iPod, with the exception of my podcasts! I tried altering the settings to return all the music, but now I am unable to add any of my music from the library.
    I am wondering if anyone has experienced this difficulty before, and if so, if they have any trouble shooting techniques. I have already been ti Apple's support page and completed the 5 recommended steps, to no avail. Any suggestions or thoughts as to what might be occuring.

    Luckily, backing up your itunes library is easy. Just duplicate the folder(s) with your music in it. (Most likely, it's user/Music/ITunes.) Once the copy is made, you might want to move it to a different part of your hard drive.
    Now, restoring your ipod WILL wipe the device. If there's anything on your ipod that isn't in your itunes library (unlikely but possible), you want to make sure you've got a copy of it somewhere before restoring.
    Before restoring, check to see if there is an update to the ipod's firmware that needs to be installed. This is a "longshot" but might help. Just click the "check for update" button on the ipod's "Summary" pane in itunes. (Current version is 1.2.3, I think).

  • How to write file at server end?

    Hi,
    I use a af:inputFile component to receive uploaded files. And want to write files to the directory of server. However, when execute java.io.File.createNewFile(), it throw exception. How to resolve it?
    import org.apache.myfaces.trinidad.model.UploadedFile;
    import javax.faces.event.ValueChangeEvent;
    import java.io.InputStream;
    import java.io.File;
    public class UploadFileHandler {
        public void doUpload(ValueChangeEvent event) throws IOException {
            File file = new File("C:\temp.txt");
            *file.createNewFile();* //Error happen here.
    }

    Hi Cheney,
    It is good practice to use System.getProperty("file.separator") instead of hardcoding "/" or "\" .
    Though your issue is resolved by using "//", you might want to consider changing to the above.
    -Arun

  • Oracle 11g on Unix server needs to write files (.csv) on Windows server

    Hi,
    Currently we are using Oracle 10g which is installed on a Unix server and on the same server there is a directory under which some files are being exported/downloaded by the db.
    We are having DEDICATED DB INSTANCE on the SHARED server, and not a DEDICATED SERVER.
    Now we need to migrate from Oracle 10g to 11g, but due to some complaince issue, we have been asked to create those directories on some other server. We have identified a Windows server and can create directories.
    Now I request any expert to pls suggest/guide me that how can the db (on Unix server) export/write files on another Windows server?
    I read in a thread that the server (where files should be exported) should be MOUNTED on the server where db is physically installed.
    Pls help me here.....
    Edited by: 950010 on Jul 31, 2012 7:00 AM

    950010 wrote:
    As I wrote in my question that due to compliance issue we have been asked to create the directory (that is currently on the same unix server on which our db is physically installed) in any other server (no matter unix or windows).And if that remote server is not available? Or if network connectivity to the remote server fails? Or if there is severe network congestion between the Oracle server and remote server? What then?
    How is the process on the local server suppose to deal with errors when it attempts to create a CSV file on the remote server? Or deal with network bottlenecks that results in severe performance degradation when trying to create a CSV file? Or if there lacks freespace for creating the CSV file?
    What about security? How is the local Oracle server to authenticate itself with the remote server? How is the remote server to protect that directory share against unauthorised access?
    How is this remote server going to provide access to authorised s/w to these CSV files?
    Who (local or remote processes) is going to manage this directory share and ensure old CSV files are deleted and that there is sufficient freespace for new CSV files?
    There are a LOT of questions that need to be asked... BEFORE deciding on HOW technically to do it. As the technical decision will be based on the functional requirements and how to best meet these.
    Technically - there is Samba, NFS, FTP, SFTP, SCP, RDIST and a number of other methods that can be used. But without asking the above questions and getting proper business answers, selecting a specific technical method is very much premature.
    You are asking the wrong questions, and in the wrong forum. You need to determine the business requirements first.

  • Write file error 8

    Once the file is created subsequent writes show Error code 8 out of the "Write File" VI LV6. (Cannot upgrade the code at this time). I'm using open/create/Replace File VI along with the Write File VI. Creating the file run OK, once I go back and rerun for a write the "Write File" reports Error code 8. How do I fix this issue.... using LV6.

    The file created by the open/create/Replace VI attributes are NOT set to READ ONLY. See the pic below. If the LV creates the file it should be able to subsequently write to the same file. Once again this is LV version 6. It didn't work this way before... I took a look at a few things in the code and noticed this anomaly.
    BTW, there are root or branch level folder showing the Read Only attribute is inherited from parent folder... but my whole C drive is this way... but LV should be able to write to the file regardless....
    Message Edited by richjoh on 12-22-2009 03:53 PM

  • Re: Scanning problem. Receive error message: cannot write file. Code 10,242,7. Please help

    hi. my error message is very close to this except it says 10,243,7 cannot read file instead of write file. i tried all the fixes listed here in this forum as well as just about everything else everyone else on here has listed on the net and even called canon and tried all their fixes as well to no avail. any ideas?
    [open window, place pc at edge gently tip and OOPS! crash! ]
    is anyone else getting this error message and if so; how'd you get around it?
    fixes tried:
    uninstalling
    reinstalling
    [several times]
    deleting all folders canon
    ccleaner-both the sweep and registry options with backups of course.
    sfc /scannow
    chkdsk
    thanks,
    pf

    Hi, pf!
    So that the Community can help you better, we will need to know exactly which operating system is running on your computer. That, and any other details you'd like to give will help the Community better understand your issue!
    If this is a time-sensitive matter, our US-based technical support team is standing by, ready to help 24/7 via Email at http://bit.ly/EmailCanon or by phone at 1-800-OK-CANON (1-800-652-2666) weekdays between 10 AM and 10 PM ET (7 AM to 7 PM PT).
    Thanks and have a great day!

  • Scanning problem. Receive error message: cannot write file. Code 10,242,7. Please help

    I just purchased and installed a Canon MX 922 multi-function printer. I'm having a problem with the scanner in that the output after scanning cannot be displayed and is accompanied with an error message : Cannot write file. Code 10,242,7. This occurs when scanning documents and images. My operating system Windows XP (32).  Can anyone please help me solve this problem? Thank you.  

    Hello. Please try the following adjustment to see if we can resolve this issue: 1.  Open the IJ Scan Utility from your Desktop or the Canon Utilities listing of the Start Menu.2.  Click Settings.3.  On the left, choose the Auto Scan tab.4.  Click the Defaults button on the lower right.5.  Continue this process with each tab on the left.6.  Click OK at the bottom of the Settings menu. Once this has been done, try scanning from the IJ Scan Utility to test the unit. If these troubleshooting steps do not work, feel free to call us at 1-800-OKCANON.

  • When I try to reinstall Photoshop Element 13, I get the message "cannot write file". i own the program and I don't want to subscribe to Creative Cloud. What can I do?

    When I try to reinstall Photoshop Element 13, I get the message "cannot write file". i own the program and I don't want to subscribe to Creative Cloud. What can I do?

    This has nothing to do with CC or any of that. You have insufficient user privileges to write files locally on your computer or a technical issue gets in teh way. Since you have not provided any system info or otehr details, we cannot tell you more than that.
    Mylenium

  • Probleme avec Imaq write file qui n'enregistre pas les images en jpg

    Bonjour,
    dans le cadre d'un stage, je suis en train de dévellopper un programme qui récupère une vidéo issue d'une caméra usb. Jusque là tout vas bien. Mais je souhaite réalisé une vidéo a partir d'une suite d'image au format jpeg que le programme aura enregistrer dans un dossier.
    Mon probleme etant que Imaq write file 2 que j'utilise n'arrive pas a enregistrer les image au format jpg (alors qu'il y arrive au forma png, tiff ou jpg2000). Ainsi, lorsque je lance la capture, le programme a l'air de faire des opération mais lorsque je vais dans le dossier où doivent etre entreposé les jpeg, celui ci est vide.
    J'utilise labview 2010 et suis sous windows 7 x64 bits.
    Merci d'avance pour l'aide que vous pourez m'apporter.

    oui bien sur, le voila :
    Pièces jointes :
    test Controle_caméra_prosilica_2.8_2121.vi ‏3752 KB
    CalculateFPS.vi ‏12 KB

  • Why am I getting "Can't write file"? from jsp

    I have the following code:
    public String OpenRAF(String fileName) {
    try {
    file = new File("http://www.domain/filename.prn");
    } catch (java.lang.NullPointerException npe) {
    writeError(npe);
    } catch (java.lang.IllegalArgumentException iae) {
    writeError(iae);
    if (!file.isFile()) {
    retn = "Not a file:" + file.getAbsoluteFile();
    if (!file.canRead()) {
    retn = "Can't read file:" + file.getAbsoluteFile();
    if (!file.canWrite()) {
    retn = "Can't write file:" + file.getAbsoluteFile();
    try {
    raf = new java.io.RandomAccessFile(file, "rw");
    } catch (java.io.FileNotFoundException fnfe) {
    rtn = false;
    Why am I getting the "Can't write file http://www.domain/filename" from this jsp?
    I would like to open this file read,write and update it with the RandomAccessFile api, but I can't seem to get write permissions. I have granted 777 permissions on the file.
    Is this a Tomcat file permission issue or something?
    Thanks.

    Thanks,
    But I want to read,write to a file in the application Server. How do I get the path correct?
    I want to use something like java.io.RandomAccessFile("somepath", "rw");
    I should be able to access the filesystem somehow? The only way I could find the file was using the URL. Whenever I used a relative or absolute path, I could not access the file.
    How do I know what the filesystem path is on an application server (Tomcat 4.1) from a Jsp 1.4?
    Thanks again

  • JNI Invocation: open file in Java, write file in CPP

    Hello,
    Warning: I am a dunce, bad CPP code ahead!
    Using JNI invocation, I am trying to read a binary file in Java and write it in CPP.
    Everything compiles and runs without error, but the input and output jpg files are of course different.
    TIA to any help,
    kirst
    (begin ByteMe.java)
    import java.io.*;
    public class ByteMe
        // Returns the contents of the file in a byte array.
        public byte[] getBytesFromFile(String strInfo) throws IOException
            System.out.println("Testing:" + strInfo);
            File file = new File("1.jpg");
            InputStream is = new FileInputStream(file);
            // Get the size of the file
            long length = file.length();
            // Create the byte array to hold the data
            byte[] bytes = new byte[(int)length];
            // Read in the bytes
            int offset = 0;
            int numRead = 0;
            while (offset < bytes.length
                   && (numRead=is.read(bytes, offset, bytes.length-offset)) >= 0) {
                offset += numRead;
            // Ensure all the bytes have been read in
            if (offset < bytes.length)
                throw new IOException("Could not completely read file "+file.getName());
            // Close the input stream and return bytes
            is.close();
            return bytes;
        public ByteMe()
              //System.out.println("in constructor");
    }(end ByteMe.java)
    (begin ByteMe.cpp)
    #include <stdlib.h>
    #include <string.h>
    #include <jni.h>
    #include <windows.h>
    // for file operations:
    #include <fstream>
    int main( int argc, char *argv[] )
         JNIEnv *env;
         JavaVM *jvm;
         JavaVMInitArgs vm_args;
         JavaVMOption options[5];
         jint res;
         jclass cls;
         jmethodID mid;
         jstring jstr;
         jobject obj_print;
         options[0].optionString = "-Xms4M";
         options[1].optionString = "-Xmx64M";
         options[2].optionString = "-Xss512K";
         options[3].optionString = "-Xoss400K";
         options[4].optionString = "-Djava.class.path=.";
         vm_args.version = JNI_VERSION_1_4;
         vm_args.options = options;
         vm_args.nOptions = 5;
         vm_args.ignoreUnrecognized = JNI_FALSE;
         // Create the Java VM
         res = JNI_CreateJavaVM(&jvm,(void**)&env,&vm_args);
         if (res < 0)
              printf("Can't create Java VM");
              goto destroy;
         cls = env->FindClass("ByteMe");
         if (cls == 0)
              printf("Can't find ByteMe class");
              goto destroy;
         jmethodID id_construct = env->GetMethodID(cls,"<init>","()V");
         jstr = env->NewStringUTF(" from C++\n");
         obj_print = env->NewObject(cls,id_construct);
         // signature obtained using javap -s -p ByteMe
         mid = env->GetMethodID(cls, "getBytesFromFile", "(Ljava/lang/String;)[B");
         if (mid == 0)
              printf("Can't find ByteMe.getBytesFromFile\n");
              goto destroy;
         else
              jbyteArray jbuf = (jbyteArray) env->CallObjectMethod(obj_print,mid,jstr);
              jlong size = jsize(jbuf);
              printf("size is: %d\n", size); // size shown in output is
              std::ofstream out("data.jpg", std::ios::binary);
              out.write ((const char *)jbuf, 100000);     
         destroy:
             if (env->ExceptionOccurred())
                env->ExceptionDescribe();
        jvm->DestroyJavaVM();
    }(end ByteMe.cpp)

    Hello,
    Me again. Well, not such a dunce after all. Here is code that works correctly, and compiles with no errors and no warnings.
    Will much appreciate help with clean-up code.
    TIA,
    kirst
    (begin ByteMe.java)
    import java.io.*;
    public class ByteMe
        public long getFilezize(String strInfo) throws IOException
              // demonstrates String parameter passed from CPP to Java:
              System.out.println("(getFilesize) Hello world" + strInfo);
              File file = new File("1.bmp");
              InputStream is = new FileInputStream(file);
              // Get the size of the file
              long length = file.length();
              is.close();
              return length;
        // Returns the contents of the file in a byte array.
        public byte[] getBytesFromFile(String strInfo) throws IOException
            System.out.println("(getBytesFromFile) Hello world" + strInfo);
            File file = new File("1.bmp");
            InputStream is = new FileInputStream(file);
            // Get the size of the file
            long length = file.length();
            System.out.println("length is: " + String.valueOf(length));
            // Create the byte array to hold the data
            byte[] bytes = new byte[(int)length];
            // Read in the bytes
            int offset = 0;
            int numRead = 0;
            while (offset < bytes.length && (numRead=is.read(bytes, offset, bytes.length-offset)) >= 0)
                offset += numRead;
            // Ensure all the bytes have been read in
            if (offset < bytes.length)
                throw new IOException("Could not completely read file "+ file.getName());
            // Close the input stream and return bytes
            is.close();
            return bytes;
        public ByteMe()
              //System.out.println("in constructor");
    }(end ByteMe.java)
    (begin ByteMe.cpp)
              Signature obtained with command:
                   "C:\Program Files\Java\jdk1.5.0_15\bin\javap.exe" -s -p ByteMe
                   Compiled from "ByteMe.java"
                   public class ByteMe extends java.lang.Object{
                   public long getFilezize(java.lang.String)   throws java.io.IOException;
                     Signature: (Ljava/lang/String;)J
                   public byte[] getBytesFromFile(java.lang.String)   throws java.io.IOException;
                     Signature: (Ljava/lang/String;)[B
                   public ByteMe();
                     Signature: ()V
         Compiled VC++ 2005 Express, run on Vista
    #include <stdlib.h>
    #include <string.h>
    #include <jni.h>
    // file operations
    #include <fstream>
    int main( int argc, char *argv[] )
         JNIEnv *env;
         JavaVM *jvm;
         JavaVMInitArgs vm_args;
         JavaVMOption options[5];
         jint res;
         jclass cls;
         jmethodID mid;
         jmethodID sizeid;
         jstring jstr;
         jobject obj_print;
         jlong filesize;
         options[0].optionString = "-Xms4M";
         options[1].optionString = "-Xmx64M";
         options[2].optionString = "-Xss512K";
         options[3].optionString = "-Xoss400K";
         options[4].optionString = "-Djava.class.path=.";
         vm_args.version = JNI_VERSION_1_4;
         vm_args.options = options;
         vm_args.nOptions = 5;
         vm_args.ignoreUnrecognized = JNI_FALSE;
         // Create the Java VM
         res = JNI_CreateJavaVM(&jvm,(void**)&env,&vm_args);
         if (res < 0)
              printf("Can't create Java VM");
              goto destroy;
         cls = env->FindClass("ByteMe");
         if (cls == 0)
              printf("Can't find ByteMe class");
              goto destroy;
         jmethodID id_construct = env->GetMethodID(cls,"<init>","()V");
         printf("%s\n",id_construct);
         jstr = env->NewStringUTF(" from C++!\n");
         if (jstr == 0)
              // Normally not useful
              printf("Out of memory (could not instantiate new string jstr)\n");
              goto destroy;
         obj_print = env->NewObject(cls,id_construct);
         //BEGIN BLOCK to get file size
         sizeid = env->GetMethodID(cls, "getFilezize", "(Ljava/lang/String;)J");
         if (sizeid == 0)
              printf("Can't find ByteMe.getFilezize\n");
              goto destroy;
         else
              printf("got here\n");
              filesize =(jlong) env->CallObjectMethod(obj_print,sizeid,jstr);
              printf("got filesize\n");
         // END BLOCK to get file size
         // BEGIN BLOCK to write file
         mid = env->GetMethodID(cls, "getBytesFromFile", "(Ljava/lang/String;)[B");
         if (mid == 0)
              printf("Can't find ByteMe.getBytesFromFile\n");
              goto destroy;
         else
              jbyteArray ret =(jbyteArray) env->CallObjectMethod(obj_print,mid,jstr);
              // Access the bytes:
              jbyte *retdata = env->GetByteArrayElements(ret, NULL);
              // write the file
              std::ofstream out("data.bmp", std::ios::binary);
              //out.write ((const char *)retdata, 921654);
              out.write ((const char *)retdata, (long)filesize);
         // END BLOCK to write file
         destroy:
             if (env->ExceptionOccurred())
                env->ExceptionDescribe();
        jvm->DestroyJavaVM();
    }(end ByteMe.cpp)

  • How to write Header and Footer elements in Write file Adapter

    Hi,
    I have a requirement to write the file.The write file contains header and footer elements ,how we can write these elements. These elements are fixed for all files.these are not come from any input.below is the sample file.
    $begintable
    name,Id,Desg
    ad,12,it
    $endtable

    Hi,
    I have created the XSD for you, and i created a sample SOA Composite which writes the file same like what you want, the below XSD can write a file with one header record, multiple data records and one trailer record.
    <?xml version="1.0" encoding="UTF-8" ?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:nxsd="http://xmlns.oracle.com/pcbpel/nxsd"
    xmlns:tns="http://TargetNamespace.com/WriteFile"
    targetNamespace="http://TargetNamespace.com/WriteFile"
    elementFormDefault="qualified" attributeFormDefault="unqualified"
    nxsd:version="NXSD" nxsd:stream="chars" nxsd:encoding="UTF-8">
    <xsd:element name="Root-Element">
    <xsd:complexType>
    <!--xsd:choice minOccurs="1" maxOccurs="unbounded" nxsd:choiceCondition="terminated" nxsd:terminatedBy=","-->
    <xsd:sequence>
    <xsd:element name="RECORD1">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="header" type="xsd:string"
    nxsd:style="terminated" nxsd:terminatedBy="${eol}"
    nxsd:quotedBy='"'/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="RECORD2" minOccurs="1" maxOccurs="unbounded">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="data1" type="xsd:string"
    nxsd:style="terminated" nxsd:terminatedBy=","
    nxsd:quotedBy='"'/>
    <xsd:element name="data2" type="xsd:string"
    nxsd:style="terminated" nxsd:terminatedBy=","
    nxsd:quotedBy='"'/>
    <xsd:element name="data3" type="xsd:string"
    nxsd:style="terminated" nxsd:terminatedBy="${eol}"
    nxsd:quotedBy='"'/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="RECORD4" nxsd:conditionValue="$endtable">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="trailer" type="xsd:string"
    nxsd:style="terminated" nxsd:terminatedBy="${eol}"
    nxsd:quotedBy='"'/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    Hope this helps,
    N

  • Error while relocating (Can't write file (no space)) - Help please

    I have been having trouble relocating master files since upgrading to Leopard. The problem doesn't seem to affect only Aperture. I can happen when using Finder or another application to move files from one drive to another. Other types of files don't seem to be affected, just my library of image files.
    The copy operation runs for a while then hangs up. The application doing the copy reports an error that that's the end. Aperture gives this error message: Error while relocating (Can’t write file (no space)). The Finder reports plenty of available space on the destination drive!
    I remember seeing a thread--but can't find it now--about a problem with certain xmp metatdata embedded into files causing problems with file operations.
    Hoping for a solution!
    Message was edited by: thomas80205

    It's possible that you might have a corrupt file. Have you tried to copy different files on to the destination drive? If those files copy fine, then narrow down the offending file by copying less images at a time.

Maybe you are looking for

  • Can not view the code for views, triggers or table definition

    Hello Gurus, I can not see the code for any of the triggers, views, tables etc. in sql developer. For instance a view code will be "create or replace" and then nothing, I could see the code in the past. When clicking on SQL tab for table I get follow

  • It is possible to assign value range to non key fields in the table?

    Hi, I want to give some range of values to the fields which are non key fields in the table. is it possible? can anybody tell me the procedure. Thanks in Advance, venkat

  • 2,3,4 trees

    hey doesn't anyone have any actual code for at 2,3 or 2,34 tree or links to some code other than pseudo code like the code that is used to create a collections class of a 2,34 tree, Edited by: javaistoohardfornoobslikeme on Oct 10, 2008 4:44 AM

  • After updating iTunes and rebooting MacBook Pro does not reboot.

    So after installing the update of the new iTunes the system needed to reboot. Screen remains black, battery is full and even with connection to the power network. When pressing the power button you hear the system starts working but stops after unpre

  • Error Code 322 Model # WRT160N

    We currently get our internet through a small company that only uses a static IP and I cannot get our WRT160N router installed so I can manually set up our internet connection.  Is there any way to install the router without using the CD provided.  I