Am getting this error, how do I fix it?

I just got handed this java program and am having difficulty running. I have no idea of java and am thining this error could be something simple and members may be able to help me.
Error:
Exception in thread "main" java.lang.StringIndexOutOfBoundsException:String index out of range :6
at java.lang.String.substring (string.java:1441)
at edicleanargs.main(edicleanargs.java.54)
The Java code is:
import java.io.*;
import java.lang.String.*;
public class edicleanargs
public static void main(String args[]) throws IOException
BufferedReader fl= new BufferedReader(new InputStreamReader(System.in));
// System.out.print("\nEnter EDI File Name : ");
// s= fl.readLine();
// try {
BufferedReader br= new BufferedReader(new FileReader(args[0]));
// BufferedReader br= new BufferedReader(new FileReader(s));
// ** ** isacnt \\
String text="";
int i=0, xx, rno=0, llen, cnt=0;
while((text= br.readLine())!=null)
if(text.equals(""))
continue;
rno++;
llen= text.length();
i++;
xx=0;
if(text.length() >2)
if ((text.substring(xx, xx+3)).equals("ISA") && (text.substring(xx+4, xx+6).equals("00")))
cnt++;
System.out.println("\n Rows to be Processed: "+ rno+ " \n\nNo of Expected Records : "+ cnt );
// ** ** isacnt //
String waas="";
BufferedReader wa= new BufferedReader(new InputStreamReader(System.in));
System.out.print("\nHit ONLY ENTER key to Continue....");
waas= wa.readLine();
String fname = "";
// String text = new String();
String text2 = new String();
String sttr1="";
String sttr2="", sttr21="", sttr22="";
String stn= "";
String s="", smisc="-";
int flagst=0;
i=0;
int recordno=0;
llen=0;
int n210=0, n212=0, n214=0, n223=0, n810=0, n856=0, n997=0, nmisc=0;
xx=0;
br= new BufferedReader(new FileReader(args[0]));
while((text= br.readLine())!=null)
if(text.equals(""))
continue;
System.out.println(++recordno);
if(text.equals("THEND"))
break;
llen= text.length();
if(llen < 16)
FileWriter outfile = new FileWriter("WkFile_"+ args[1]+ ".edi", true);
outfile.write(text);
outfile.close();
else
sttr21="";
sttr22="";
for(int si=0; si<= llen-6; si++)
     sttr2=text.substring(si, si+3);
          if(sttr2.equals("ISA") && (text.substring(si+4, si+6)).equals("00"))
          sttr21= text.substring(0, si);
          sttr22= text.substring(si, llen);
          text= sttr21;
          break;
} // for
FileWriter outfile = new FileWriter("WkFile_"+ args[1]+ ".edi", true);
outfile.write("\n"+text);
if(!sttr22.equals(""))
outfile.write("\n"+sttr22);
outfile.close();
} // else
} // while not next.record=null
System.out.println("\n--------------------------- Done --------------------------------");
br.close();
// }catch (FileNotFoundException fnf)
// { System.out.println("\n\nError in FileName Encountered.\nIf FileName entered then File Not Found OR \nNot able to create //file //with above FileNmme. Exiting Program...\n");}
} // public s v main
} // public class
Your kind help would be very much appreciated. Please guide me so that I can fix the program and execute this program.

Thank you nerak99. I figured based on the executable batch file that it takes two inputs and I know what to provide. The first input is the file name and second input is the week number(like 10,11,12 etc)
I was told that this java program takes an edi file and cleans it up and generates an output file thats clean. Hope that helps. But could you point to what may be the problem with the code and how I can fix that. It appears that some variable needs to defined differently and as such am getting the out of bound exception. Can you please help me?

Similar Messages

  • I'm getting this error. what is the fix??

    I'm getting this error when trying to use the email setup on Verizon.  it keeps crashing?  please advise.

    You can access your email at http://webmail.verizon.com or you can setup an email client following this guide https://www.verizon.com/ForYourHome/VZRepair/vziha/Service.aspx?ihaweb=EmailSetup&CMP=DMC-CVZ_ZZ_ZZ_...

  • Web sites display this error, how do I fix it? " type="text/javascript"

    Vista OS
    Firefox 5.0.1
    Recently had hard drive crash. Reinstalled everything. Now Firefox gives the following message on many sites.
    ''''''" type="text/javascript"> '''''' What can I do to resolve this?

    Thank you nerak99. I figured based on the executable batch file that it takes two inputs and I know what to provide. The first input is the file name and second input is the week number(like 10,11,12 etc)
    I was told that this java program takes an edi file and cleans it up and generates an output file thats clean. Hope that helps. But could you point to what may be the problem with the code and how I can fix that. It appears that some variable needs to defined differently and as such am getting the out of bound exception. Can you please help me?

  • I am getting this error how can i over come it

    The actual error is:org.postgresql.util.PSQLException: An I/O error occured while reading from backend - Exception: java.net.SocketException: Socket closed
    Stack Trace:
    java.net.SocketException: Socket closed
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
         at org.postgresql.core.PGStream.ReceiveChar(PGStream.java:166)
         at org.postgresql.core.QueryExecutor.executeV3(QueryExecutor.java:127)
         at org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:100)
         at org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:43)
         at org.postgresql.jdbc1.AbstractJdbc1Statement.execute(AbstractJdbc1Statement.java:517)
         at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:50)
         at org.postgresql.jdbc1.AbstractJdbc1Statement.executeQuery(AbstractJdbc1Statement.java:233)
         at com.centaur.crm.modules.contacts.base.ContactTypeList.getGroupResult(Unknown Source)
         at com.centaur.crm.modules.contacts.base.ContactTypeList.buildList(Unknown Source)
         at com.centaur.crm.modules.contacts.actions.ExternalContacts.executeCommandPrepare(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.centauremsventures.framework.servlets.ControllerServlet.service(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2416)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:577)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1040)
         at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1151)
         at java.lang.Thread.run(Thread.java:534)
    End of Stack Trace
         at org.postgresql.core.PGStream.ReceiveChar(PGStream.java:172)
         at org.postgresql.core.QueryExecutor.executeV3(QueryExecutor.java:127)
         at org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:100)
         at org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:43)
         at org.postgresql.jdbc1.AbstractJdbc1Statement.execute(AbstractJdbc1Statement.java:517)
         at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:50)
         at org.postgresql.jdbc1.AbstractJdbc1Statement.executeQuery(AbstractJdbc1Statement.java:233)
         at com.centaur.crm.modules.contacts.base.ContactTypeList.getGroupResult(Unknown Source)
         at com.centaur.crm.modules.contacts.base.ContactTypeList.buildList(Unknown Source)
         at com.centaur.crm.modules.contacts.actions.ExternalContacts.executeCommandPrepare(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.centauremsventures.framework.servlets.ControllerServlet.service(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2416)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:577)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1040)
         at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1151)
         at java.lang.Thread.run(Thread.java:534)

    Fortunately you are not the only one who encountered this exception:
    http://www.google.com/search?q=java.net.SocketException:+Socket+closed+site:forum.java.sun.com

  • I get this error message when I try to back up my laptop:  Time machine could not complete the backup.  The backup disc image "/Volumes/Data/Lou Ann Buesing's Mac Book Pro. sparse bundle is already in use.  Anyone know how to fix it?

    I get this error message when I try to back up my laptop:
    ' Time machine could not complete the backup.  The backup disc image "/Volumes/Data/Lou Ann Buesing's Mac Book Pro. sparse bundle' is already in use. "
    Anyone know how to fix it?

    Reboot the TC.. Sometimes you need to reboot the whole network.
    This is what comes of Lion and then made worse in Mountain Lion of Apple not spending enough time to fix the bugs.
    Read C12 in pondini.
    http://pondini.org/TM/Troubleshooting.html
    C17 can be related I think.

  • When I try to use the internal hard drive as a scratch disk I get this error "unable to set scratch disk- the selected directory is on write protect or non-writable media.  Any ideas on how to fix this.  It only happens in fcp.

    When I try to use the internal hard drive as a scratch disk I get this error "unable to set scratch disk- the selected directory is on write protect or non-writable media.  Any ideas on how to fix this.  It only happens in fcp.

    By internal, I assume you're referring to your systems (boot) drive. Is it, by chance, a partitioned dive?
    Also…although many people successfully use their systems drives as scratch disks, over time you'll have better results using a dedicated drive for your media.
    Good luck.
    Russ

  • On my Mac, after the installation i get this error when i start - Premiere Elements 13.0 has encountered an error. [/Adobe/pre/main/MediaCore/ASL/Foundation/Make/Mac/../../Src/DirectoryRegistry.cpp-283] any ideas how to fix this

    On my Mac, after the installation i get this error when i start - "Premiere Elements 13.0 has encountered an error. [/Adobe/pre/main/MediaCore/ASL/Foundation/Make/Mac/../../Src/DirectoryRegistry.cpp-283]"
    any ideas how to fix this, i don't know or haven't faound out how to contact Adobe supporet....

    Here's the contact link for Adobe support. It's just three clicks from the site's home page.
    Contact Customer Care

  • When I started up itunes on my PC I get this error: a required itunes component is not installed. please repair or reinstall ituens (-42404). How can I fixed this? I uninstalled it at least 6 times. Not exactly sure what I'm suppose to repair either.

    When I started up itunes on my PC I get this error: a required itunes component is not installed. please repair or reinstall ituens (-42404). How can I fixed this? I uninstalled it at least 6 times. Not exactly sure what I'm suppose to repair either. It also says it is syncing my ipod but when I go to disconnect/eject my ipod it says that it is unable to disconnect because files are being used in a program. When it finally disconnects there is no music on my ipod. The gym just ***** with out my ipod. Makes it eiser to not go! Someone please help me!

    Use the instructions here to completely remove/uinstall all iTunes/Apple software and componenets and then start from scratch.
    http://support.apple.com/kb/HT1923
    B-rock

  • When trying to stream video I am getting this error message "Firefox doesn't know how to open this address, because the protocol (st) isn't associated with any program." How do I fix this?

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [/questions/782039]</blockquote><br>
    When trying to stream video I am getting this error message "Firefox doesn't know how to open this address, because the protocol (st) isn't associated with any program." How do I fix this?

    Protocol error usually indicates that the very leftmost part of the URL is not recognized.
    So http://, ftp://, rtsp://, usually work.
    ableton:// would need to be added by some software somewhere...
    Can you get instructions from the vendor? Does these posts seem relevant:
    [http://forum.ableton.com/viewtopic.php?f=32&t=112368 Ableton Forum • View topic - [dds&#0093; Bug with Fireforx browser and downloading project?]
    [http://forum.ableton.com/viewtopic.php?f=32&t=109918 Ableton Forum • View topic - [gck&#0093; Problem downloading shared sets from Ableton server.].

  • HT1338 Im trying to watch a film downloaded from Bit Lord, I'm getting 'Error Dolby AC3 Audio". Player does not recognize the audio in this video, how do I fix this?

    Im trying to watch a film downloaded from Bit Lord, I'm getting 'Error Dolby AC3 Audio". Player does not recognize the audio in this video, how do I fix this?

    Download VLC and try playing the video...
    http://www.videolan.org

  • HT201210 I'm trying to restore an IPhone 4 but keep getting an unknown error 27 message. What is this and how do I fix it?

    My cousin asked me to help with his IPhone 4. It will not do anything except show the Apple logo. I have tried to do a restore on it but keep getting the message "Unknow error occurred. (27)". What is this and how do I fix it?

    iOS: Unable to update or restore

  • When updating to  itune 10.5 I get this error message ,older version of bonjour can not be removed, and older version of apple mobile support cannot be removed, any one know how to fix this.

    When updating to  itune 10.5 I get this error message ,older version of bonjour can not be removed, and older version of apple mobile support cannot be removed, any one know how to fix this.

    1) The older version of Bonjour can not be removed. Contact your technical support group.
    Unfortunately, this sort of trouble has gotten more complicated to deal with ever since Microsoft pulled the Windows Installer CleanUp utility from their Download Center on June 25. First we have to find a copy of the utility.
    Let's try Googling. (Best not to use Bing, I think.) Look for a working download site for at least version 3.0 of the Windows Installer CleanUp utility. After downloading the utility installer file (msicuu2.exe), scan the file for malware, just in case. (I use the free version of Malwarebytes AntiMalware to do single-file scans for that.)
    If the file is clean, to install the utility, doubleclick the msicuu2.exe file you've downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any Bonjour entries and click "Remove".
    Quit out of CleanUp, restart the PC and try installing iTunes again. Does the install go through properly now?
    (If you do find a clean download site for the correct version of CleanUp, please don't tell me where it is. Without wishing to sound paranoid (although I grant it does sound paranoid), there is a non-zero chance that posting links to download locations for the utility here at Discussions leads to that download location being shut down.)

  • TS1424 When I try to connect to  Apple store, I get message  unknown error occurred (-3212) what is this and how can I fix it

    I am trying to connect to apple store and keep getting the message   unknown error occurred (-3212) what is this, and how do I fix it, so I can
    access the store again

    Run it in compatibility mode and input the credentials.
    Mylenium

  • Hello, i get this error: "finder quit unexpectedly". How fix it?

    Hello, i get this error.
    How i can fix this problem?
    Please HELP.
    Process:         Finder [16140]
    Path:            /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Identifier:      Finder
    Version:         ???
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [156]
    Responsible:     Finder [16140]
    User ID:         501
    Date/Time:       2014-02-09 16:37:35.970 +0200
    OS Version:      Mac OS X 10.9.1 (13B3116)
    Report Version:  11
    Anonymous UUID:  CC810730-45F7-3992-338D-7B66642FD659
    Crashed Thread:  0
    Exception Type:  EXC_CRASH (Code Signature Invalid)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    VM Regions Near 0x7f962960d6f0 (cr2):
        VM_ALLOCATE            000000010fdc8000-000000010fdc9000 [    4K] rw-/rwx SM=ALI 
    -->
        STACK GUARD            00007fff4c431000-00007fff4fc31000 [ 56.0M] ---/rwx SM=NUL  stack guard for thread 0
    Thread 0 Crashed:
    0   dyld                                    0x00007fff6bce4028 _dyld_start + 0
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x000000000000000d  rbx: 0x0000000000000000  rcx: 0x0000000000000000  rdx: 0x0000000000000000
      rdi: 0x0000000000000000  rsi: 0x0000000000000000  rbp: 0x0000000000000000  rsp: 0x00007fff50430d30
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000000
      r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x0000000000000000
      rip: 0x00007fff6bce4028  rfl: 0x0000000000000201  cr2: 0x00007f962960d6f0
    Logical CPU:     0
    Error Code:      0x020000f4
    Trap Number:     133
    Binary Images:
        0x7fff6bce3000 -     0x7fff6bd16817  dyld (???) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 187
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=288K resident=260K(90%) swapped_out_or_unallocated=28K(10%)
    Writable regions: Total=8492K written=0K(0%) resident=12K(0%) swapped_out=0K(0%) unallocated=8480K(100%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    STACK GUARD                        56.0M
    Stack                              8192K
    VM_ALLOCATE                           8K
    VM_ALLOCATE (reserved)               48K        reserved VM address space (unallocated)
    __DATA                              252K
    __LINKEDIT                           80K
    __TEXT                              208K
    mapped file                        6068K
    shared memory                         4K
    ===========                      =======
    TOTAL                              70.5M
    TOTAL, minus reserved VM space     70.5M
    Model: MacBookPro11,3, BootROM MBP112.0138.B02, 4 processors, Intel Core i7, 2.6 GHz, 16 GB, SMC 2.19f3
    Graphics: Intel Iris Pro, Intel Iris Pro, Built-In, 1024 MB
    Graphics: NVIDIA GeForce GT 750M, NVIDIA GeForce GT 750M, PCIe, 2048 MB
    Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
    Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (6.30.223.154.49)
    Bluetooth: Version 4.2.1f2 12982, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    Serial ATA Device: APPLE SSD SM1024F, 1 TB
    USB Device: Internal Memory Card Reader
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1

    Hello, i get this error.
    How i can fix this problem?
    Please HELP.
    Process:         Finder [16140]
    Path:            /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Identifier:      Finder
    Version:         ???
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [156]
    Responsible:     Finder [16140]
    User ID:         501
    Date/Time:       2014-02-09 16:37:35.970 +0200
    OS Version:      Mac OS X 10.9.1 (13B3116)
    Report Version:  11
    Anonymous UUID:  CC810730-45F7-3992-338D-7B66642FD659
    Crashed Thread:  0
    Exception Type:  EXC_CRASH (Code Signature Invalid)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    VM Regions Near 0x7f962960d6f0 (cr2):
        VM_ALLOCATE            000000010fdc8000-000000010fdc9000 [    4K] rw-/rwx SM=ALI 
    -->
        STACK GUARD            00007fff4c431000-00007fff4fc31000 [ 56.0M] ---/rwx SM=NUL  stack guard for thread 0
    Thread 0 Crashed:
    0   dyld                                    0x00007fff6bce4028 _dyld_start + 0
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x000000000000000d  rbx: 0x0000000000000000  rcx: 0x0000000000000000  rdx: 0x0000000000000000
      rdi: 0x0000000000000000  rsi: 0x0000000000000000  rbp: 0x0000000000000000  rsp: 0x00007fff50430d30
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000000
      r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x0000000000000000
      rip: 0x00007fff6bce4028  rfl: 0x0000000000000201  cr2: 0x00007f962960d6f0
    Logical CPU:     0
    Error Code:      0x020000f4
    Trap Number:     133
    Binary Images:
        0x7fff6bce3000 -     0x7fff6bd16817  dyld (???) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 187
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=288K resident=260K(90%) swapped_out_or_unallocated=28K(10%)
    Writable regions: Total=8492K written=0K(0%) resident=12K(0%) swapped_out=0K(0%) unallocated=8480K(100%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    STACK GUARD                        56.0M
    Stack                              8192K
    VM_ALLOCATE                           8K
    VM_ALLOCATE (reserved)               48K        reserved VM address space (unallocated)
    __DATA                              252K
    __LINKEDIT                           80K
    __TEXT                              208K
    mapped file                        6068K
    shared memory                         4K
    ===========                      =======
    TOTAL                              70.5M
    TOTAL, minus reserved VM space     70.5M
    Model: MacBookPro11,3, BootROM MBP112.0138.B02, 4 processors, Intel Core i7, 2.6 GHz, 16 GB, SMC 2.19f3
    Graphics: Intel Iris Pro, Intel Iris Pro, Built-In, 1024 MB
    Graphics: NVIDIA GeForce GT 750M, NVIDIA GeForce GT 750M, PCIe, 2048 MB
    Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
    Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (6.30.223.154.49)
    Bluetooth: Version 4.2.1f2 12982, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    Serial ATA Device: APPLE SSD SM1024F, 1 TB
    USB Device: Internal Memory Card Reader
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1

  • I am getting this error message on my iMac. Time Machine unable to complete backup. An error occurred while creating the back up folder. Any ideas on how to fix???

    i am getting this error message on my iMac. Time Machine unable to complete backup. An error occurred while creating the back up folder. Any ideas on how to fix???

    See Pondini's TM FAQs

Maybe you are looking for

  • Tax and Pension deducting is not happing for few months

    Hi, My client facing with an issue. The issue is like this........ An employee has taken Maternity leave on November 2007 to May 2008. Here She was getting Maternity pay every month and  pension and tax  deducting.But when it comes to only for Jan 20

  • Reporting Services 2012 Item-level permissions issue

    Hello, We have a SQL Reporting services 2012 Scale-Out solution that uses a remote report SQL 2008 R2 database. The report server is used for reports consolidation - different teams within the company have different folders to which they have access

  • How do I build an expression for a multi-element in-list?

    How do I build an expression for a multi-element in-list? For example: SELECT * FROM employees WHERE (first_name, last_name, email) IN (('Guy', 'Himuro', 'GHIMURO'),('Karen', 'Colmenares', 'KCOLMENA')) Passing a Vector to Expression.in(Vector) where

  • J2EE Server stays in Yellow status saying "Starting Apps"

    Dear Experts, In our BI system, the J2EE server SERVER0 is not coming to running state. After I stop and start the sap instance of the BI system it remains in yellow status showing starting apps. I could not find any error message in dev_server0, std

  • How to change the template of all my title pages

    ok i made a film using cs4 with 20 seperate title pages all the title pages started from the same title template what i want to know is :- is it possable to change the properties of all the title pages at the same time for instance change the font /