Internal error occurs in background job scheduling

Hi Experts,
We are facing an error message "Internal error occurs in background job scheduling" while trying to execute a custom report(Z report) in background in SA38.
Please find the following observation on our side on this message.
1) This message is not coming for only one report not for others.
2) SU53 screen shot shows that SE38 check is failed, but the weird thing is not happening for other report.
3) Persons having SE38 auhtorization are able to run this report.
Please advise.
Thanks in advance,
Viven

What is the message ID and number? Have you tried OSS search and debugging?
What does this program do, in a nutshell?

Similar Messages

  • Error occured in background job......

    Hi,
    SUDDENLY ALL THE BACK GROUND JOBS  STATUS  ARE SHOWING CANCELLED. WHAT CAN BE REASONS?
    ashutosh

    sir,
    Actually what happend,  all background job  automatic   showing their status been canceld due to unknow problem.
    what's should be the reasons?
    ASHUTOSH

  • Error "Internal error occurred checking the external " while creating a job

    Hi All,
            I am getting an error while trying to schedule a job, Im not very shure abt what the job does, the user tried it and she got an error and asked me to do it.
            A similer kind of job has been created in an other system and it works fine there. This job should run monthly and belowis the job step
            The job runs on an external command and following are the paramerters
             Name           SAA_TP_CHECK                                          
             Parameters     /usr/sap/transTCluster/bin/TP_DOMAIN_TD1.PFL          
             Operating sys. UNIX                                                  
             Target server  saptp1
            This gives an error "Internal error occurred checking the external "
    A similer kind of job that runs in a different system has the parameters as follows
            Name           SAA_TP_CHECK
            Parameters     /usr/sap/trans/bin/TP_DOMAIN_YD4.PFL
            Operating sys. UNIX
            Target server  sapyp4
    What might be causing the error, and how can this be solved. Please help!!!!

    Hi,
    I think the issue is with the server .
    Please check whether the Server name you are giving has the all the RFC connections.
    I mean Remote Connection with the Server is establised or not.
    Regards
    Arbind

  • E recruitment -career and job Error u201CAn internal error occurred. Please try

    Hi All
    The issue is E recruitment regarding career and job (internal candidate) in this page select candidate profile I am getting Error u201CAn internal error occurred. Please try again lateru201D  (my client using BSP and Portal)
    I was checked T- code  SLG1 but it show Errors 1) Periodic service was not executed due to concurrent service2) The error occurred in program RCF_PERIODICAL_SERVICES line 41
    And also I checked T u2013 code SICF for services hrrcf_start_int tested but here also getting error u201CAn internal error occurred. Please try again lateru201D
    Please any one guide me for how to resolve the issue
    Regards
    Eshwar

    Hello Eshwraj,
    Please check out the following :
    Please check transaction SM37 and check have you create a periodical job for program COM_SE_DISPATCHER. If this is the case this is not correct - only RCF_PERIODICAL_SERVICES has to run as periodical job which indexes the objects then.
    Please delete your COM_SE_DISPATCHER job and activate the RCF_PERIODICAL_SERVICES job again and test the service run afterwards.
    The services DISPATCH_CPOINTER_FOR_PUB_INT and DISPATCH_CPOINTER_FOR_PU_EXT of program RCF_PERIODICAL_SERVICES do the pre-work which means that they create the change pointers for the
    postings which are then processed by program COM_SE_DISPATCHER. These services are only called by program RCF_PERIODICAL_SERVICES. COM_SE_DISPATCHER can't do that alone. Report COM_SE_DISPATCHER is
    called automatically.
    Best Regards,
    Deepak..

  • Background Job Scheduling

    Hi,
      I am scheduling a report to run in background.
    In this report it is creating background jobs automatically for different company codes.
    It submits the 1st background job and waits until it finishes.
    Then 2nd job starts in background and continues with other jobs.
    At end it finishes all the jobs and closes.
    Now my problem is.
    1.       Whether is it possible for us to submit all the jobs at 1 time. And execute at same time. Ie., 1st, 2nd job will start at same time.
    2.       If possible how can we do that.
    What I have written is
    loop at companycode.
    Create job name.
    call fun 'Job_Open'.
    submit xxxx user sy-uname via job job_name numer job_count
    to sap-spool
    spool parameters l_spool_parameter
    without spool dynpro
    with companycode
    with ......
    and return.
    endloop.
    Please help ASAP, urgent.

    hi praveen,
    Job Scheduling Explained
    Definition
    Before any background processing can actually begin, background jobs must be defined and scheduled. The scheduled time for when a job runs is one part of the job’s definition. There are several ways to schedule jobs:
    From Transaction SM36 (Define Background Job)
    With the "start program in the background" option of either Transaction SA38 (ABAP: Execute Program) or Transaction SE38 (the ABAP editor)
    Through the background processing system’s own programming interface. (Many SAP applications use the internal programming interface to schedule long-running reports for background processing.)
    Through an external interface.
    Scheduling Background Jobs   
    Use
    You can define and schedule background jobs in two ways from the Job Overview:
    ·         Directly from Transaction SM36. This is best for users already familiar with background job scheduling.
    ·         The Job Scheduling Wizard. This is best for users unfamiliar with SAP background job scheduling. To use the Job Wizard, start from Transaction SM36, and either select Goto ® Wizard version or simply use the Job Wizard button.
    Procedure
           1.      Call Transaction SM36 or choose CCMS ® Jobs ® Definition.
           2.      Assign a job name. Decide on a name for the job you are defining and enter it in the Job Name field.
           3.      Set the job’s priority, or “Job Class”:
    ·         High priority:      Class A
    ·         Medium priority: Class B
    ·         Low priority: Class C
           4.      In the Target server field, indicate whether to use system load balancing.
    ·         For the system to use system load balancing to automatically select the most efficient application server to use at the moment, leave this field empty.
    ·         To use a particular application server to run the job, enter a specific target server.
           5.      If spool requests generated by this job are to be sent to someone as email, specify the email address. Choose the Spool list recipient button.
           6.      Define when the job is to start by choosing Start Condition and completing the appropriate selections. If the job is to repeat, or be periodic, check the box at the bottom of this screen.
           7.      Define the job’s steps by choosing Step, then specify the ABAP program, external command, or external program to be used for each step.
           8.      Save the fully defined job to submit it to the background processing system.
           9.      When you need to modify, reschedule, or otherwise manipulate a job after you've scheduled it the first time, you'll manage jobs from the Job Overview.
    Note: Release the job so that it can run. No job, even those scheduled for immediate processing, can run without first being released.
    Specifying Job Start Conditions
    Use
    When scheduling a background job (either from Transaction SM36, Define Background Job or CCMS ® Jobs ® Definition), you must specify conditions that will trigger the job to start.
    Procedure
    Choose the Start condition button at the top of the Define Background Job screen.
    Choose the button at the top of the Start Time screen for the type of start condition you want to use (Immediate, Date/Time, After job, After event, or At operation mode) and complete the start time definition in the screen that appears.
    For the job to repeat, check the Periodic job box at the bottom of the Start Time screen and choose the Period values button below it to define the frequency of repetition (hourly, daily, weekly, monthly, or another specific time-related period). Then choose the Save button in the Period values screen to accept the periodicity and return to the Start Time screen.
    Once you’ve completed specifying the job start conditions, choose the Save button at the bottom of the Start Time screen to return to the Define Background Job screen.
    No job can be started until it is released, including jobs scheduled to start immediately. Since releasing jobs can be done only by a system administrator from the job management screen (Transaction SM37) or by other users who have been granted the appropriate Authorizations for Background Processing, no unauthorized user can start a job without explicit permission
    Managing Jobs from the Job Overview
    Use
    The Job Overview, or Job Maintenance, screen is the single, central area for completing a wide range of tasks related to monitoring and managing jobs, including defining jobs; scheduling, rescheduling, and copying existing jobs; rescheduling and editing jobs and job steps; repeating a job; debugging an active job; reviewing information about a job; canceling a job's release status; canceling and deleting jobs; comparing the specifications of several jobs; checking the status of jobs; reviewing job logs; and releasing a job so it can run.
    Procedures
    To display the Job Overview screen, choose CCMS ® Jobs ® Maintenance or call Transaction SM37. Before entering the Job Overview screen, the system first displays the Select Background Jobs screen. You'll need to complete this Job Selection screen to define the criteria for the jobs you want to manage. Once you've selected jobs to manage, you can choose from a wide range of management tasks:
    To copy a single existing job, choose Job ® Copy.
    To reschedule or edit job steps or attributes of a single job, choose Job ® Change. A job step is an independent unit of work within a background job. Each job step can execute an ABAP or external program. Other variants or authorizations may be used for each job step. The system allows you to display ABAP programs and variants. You can scan a program for syntax errors. You can also display the authorizations for an authorized user of an ABAP job step.
    To repeat a single job, choose Job ® Repeat scheduling.
    To debug an active job, choose Job ® Capture: active job. Only a single selection is allowed. If an active job seems to be running incorrectly (e.g., running for an excessively long time), you can interrupt and analyze it in debugging mode in a background process, and then either release it again or stop it altogether.
    You will be able to capture a background job only if you are logged on to the SAP server on which the job is running. To find server information in the Job Overview, select and mark the job, then choose Job ® Job details.
    To review information about a job, choose Job ® Job details. Details displayed can include:
    current job status
    periodicity, or the repetition interval
    other jobs linked to the current job, either as previous or subsequent jobs
    defined job steps
    spool requests generated by the current job
    To cancel a job's "Released" status, select the job or jobs from the Job Overview list and choose Job ® Release -> Scheduled.
    To cancel a job from running but keep the job definition available, select the job or jobs from the Job Overview list and choose Job ® Cancel active job.
    To delete a job entirely, select the job or jobs from the Job Overview list and choose Job ® Delete. Jobs with the status of Ready or Running cannot be deleted.
    To compare the specifications of more than one job, select the jobs from the Job Overview list and choose Job ® Compare jobs.
    To check the status of jobs, select the job or jobs from the Overview Job list and choose Job ® Check status. This allows you to either change the job status back to Planned or cancel the job altogether. This is especially useful when a job has malfunctioned.
    To review job logs, select a job or jobs with the status Completed or Canceled from the Job Overview list and
    regards
    karthik
    reward me points if helpfull

  • Internal error occured when writing

    Hi all
    I successfully imported an APO planning area into the quality systems, however the same request ends with error 12 in the production system. Landscape is SCM 5.0 sp8 with BI 7.0 sp12. When i checked the import job RDDEXECL (user DDIC), it shows:
    Date Time Message text Message class Message no. Message type
    07/08/2007 00:02:57 Job started 00 516 S
    07/08/2007 00:02:57 Step 001 started (program RDDEXECL, variant , user ID DDIC) 00 550 S
    07/08/2007 00:02:57 All DB buffers of application server <server_name> were synchronized PU 170 S
    07/08/2007 00:03:17 <b>Internal error occurred when writing</b> D0 054 E
    07/08/2007 00:03:17 Job cancelled after system exception ERROR_MESSAGE 00 564 A
    I thought there will be an ABAP dump, I found this internal error (in bold in the log above). I tried searching for info on this but no help, it does not says error writing to what? Please help.
    Thanks
    Ali

    It seems a syncronization problem..
    You can create a customer message providing the following information:
    1. The symptoms that occurred
    2. The highest Support Package
    3. The current SAP_BASIS Support Package level
    4. The queue that is currently selected
    Header Data

  • Error in triggering background job

    HI, I've been facing an error which a background job is being scheduled. The scenario is something like this ...
    1) A third party schedulling system triggers a SAP job and monitors the progress
    2) In SAP, the master job is been copied with a different user name and then released for processing.
    3) There are multiple jobs which get triggered but there is one job which is causing a problem.
    4) The job makes a copy an stays in a scheduled status without getting released. While i try to manually release the job it give me an error that cannot create record in the database.
    5) Upon checking the system log it gives me this -  Error: INSERT background sched. table(job $$$$).
    There is already an entry for the specified job in the table TBTCS.
    6) While checking the TBTCS table i've found multiple entries out there. Should this table be empty or have information about the runtime of this job.
    Please help as this background job is causing concerns in archiving processess defined.
    Thankx in advance for your help.
    Arvind.

    the earlier problem of background job was solved by changing the  output device assigned to user wf-batch .
    regarding the transport request :
    when i was trying to execute the step : "Schedule bakgrd for missed deadlines " MANUEL it was giving me an option of SAVE AND SCHEDULE . which was creating the transport request . but when i executed it automatically it worked fine without asking a request to me ... i don't know why )-: ... probablly we can specify a different interval then the standard of three minutes and which will be transported (it's just a guess) . i have  executed it  automatically ...
    well thanks all for u r help

  • Background job scheduling for report

    Hi can any one explain me how to do background job scheduling for report periodically for every 15 min.

    Hi Rajesh thanks for your brief explanation.
    but I am new to abap so I can't understand exactly will you please make it clear for the below program
    REPORT  zklj.
    data: begin of itab occurs 0,
          partner  type but000-partner,
          type     type but000-type,
          BU_SORT1 type but000-BU_SORT1,
          end of itab.
    select partner type from but000 into table itab.
    CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
      BIN_FILESIZE                    =
        FILENAME                        = 'd:\al1\ahaj.xls'
        FILETYPE                        = 'DAT'
      APPEND                          = ' '
      WRITE_FIELD_SEPARATOR           = ' '
      HEADER                          = '00'
      TRUNC_TRAILING_BLANKS           = ' '
      WRITE_LF                        = 'X'
      COL_SELECT                      = ' '
      COL_SELECT_MASK                 = ' '
      DAT_MODE                        = ' '
      CONFIRM_OVERWRITE               = ' '
      NO_AUTH_CHECK                   = ' '
      CODEPAGE                        = '400'
      IGNORE_CERR                     = ABAP_TRUE
      REPLACEMENT                     = '#'
      WRITE_BOM                       = ' '
      TRUNC_TRAILING_BLANKS_EOL       = 'X'
      WK1_N_FORMAT                    = ' '
      WK1_N_SIZE                      = ' '
      WK1_T_FORMAT                    = ' '
      WK1_T_SIZE                      = ' '
      WRITE_LF_AFTER_LAST_LINE        = ABAP_TRUE
      SHOW_TRANSFER_STATUS            = ABAP_TRUE
    IMPORTING
      FILELENGTH                      =
      TABLES
        DATA_TAB                        = itab.

  • An internal error occurred while writing imported graphics in this document. The file has been saved

    An internal error occurred while writing imported graphics in this document. The file has been saved, but has lost some image data. Please report this error to Adobe Technical Support.
    How do i fix this, there are no images in the document
    thanks
    emma

    We are running FM version 7.2b144 on MS Win xp Pro (32 bit), and I did not notice this until service pack 3 was installed. I believe I have found a work around to the situation and another contributing cause. If graphic files are placed directly in an anchored frame instead of importing by reference, the file somehow becomes misplaced. If you right click the graphic and open the Object Properties dialog box, and see the phrase "no referenced file" below Main Editor: Referenced File: in the lower left hand corner, this has happened. I found if I removed all graphics files without references and imported them by reference, the source file may then be properly saved. I am also using a program called CCleaner, which removes cookies, temp files, browsing history and the like from a system. If the program settings are chosen too aggressively, and the application runs when FM has a file open, this same error will occur, even if all files are referenced properly. I don't know if SP3 has some similar application which is now running in the background and causing this.
    To summarize, if you want to retain SP3, I have eliminated this error by confirming the links to referenced graphics files and avoiding using 3rd party "cleaners" while FM is open.

  • "Internal Error Occurred" appears when .pdf is opened from Outlook 2010 email

    "Internal Error Occurred" appears when .pdf is opened from Outlook 2010 email
    I am absolutely pulling out my hair over this one!!
    PC/Win 7 64bit/Adobe XI/Office 2010
    I have tried Uninstalling and re-installing
    I have tried using an adobe software removal tool
    I have tried modifying the security settings in reader
    I've tried running repair on MS Office
    If you open the .pdf from an email directly, it opens Reader with the error "Internal Error Occurred"
    If you drag and drop the .pdf onto the desktop, and then open it, it opens.
    If you open Adobe Reader FIRST, then open the .pdf from the email, it opens fine.
    ONLY when you open a .pdf from an email with Adobe Reader closed (so Outlook is asking AR to open first, and then present the .pdf) is it behaving this way.
    Hypothesis: Outlook 2010 does not like to open Adobe Reader.
    SO....tell me all of you brilliant geniuses? How do I solve this puzzle and become an end user's hero?
    PS: WorkAround - the only work around I have found for this at present, is that the user first opens up Adobe Reader and lets it run in the background. I pinned the shortcut to his task bar to remind him.

    I have uninstalled Adobe Acrobat Reader DC and installed Adobe Reader XI and everything works fine. This will be our current fix until a solution is found for the above error

  • JSF problem -  An internal error occurred during: "Updating JSP Index".

    Hello Friends,
    I am facing following problem in ecplise. Whenever I open JSP page or whenever I save my jsp page.
    !ENTRY org.eclipse.core.jobs 4 2 2008-06-14 13:54:24.151
    !MESSAGE An internal error occurred during: "Updating JSP Index".
    !STACK 0
    java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/TagLibraryInfo
         at org.eclipse.jst.jsp.core.internal.taglib.TaglibHelperCache.createNewHelper(TaglibHelperCache.java:112)
         at org.eclipse.jst.jsp.core.internal.taglib.TaglibHelperCache.getHelper(TaglibHelperCache.java:97)
         at org.eclipse.jst.jsp.core.internal.taglib.TaglibHelperManager.getHelperFromCache(TaglibHelperManager.java:43)
         at org.eclipse.jst.jsp.core.internal.taglib.TaglibHelperManager.getTaglibHelper(TaglibHelperManager.java:36)
         at org.eclipse.jst.jsp.core.internal.java.JSPTranslator.addTaglibVariables(JSPTranslator.java:684)
         at org.eclipse.jst.jsp.core.internal.java.JSPTranslator.translateXMLNode(JSPTranslator.java:997)
         at org.eclipse.jst.jsp.core.internal.java.JSPTranslator.translateRegionContainer(JSPTranslator.java:843)
         at org.eclipse.jst.jsp.core.internal.java.JSPTranslator.translate(JSPTranslator.java:734)
         at org.eclipse.jst.jsp.core.internal.java.JSPTranslationAdapter.getJSPTranslation(JSPTranslationAdapter.java:131)
         at org.eclipse.jst.jsp.core.internal.java.search.JSPSearchDocument.getJSPTranslation(JSPSearchDocument.java:112)
         at org.eclipse.jst.jsp.core.internal.java.search.JSPSearchDocument.getPath(JSPSearchDocument.java:149)
         at org.eclipse.jst.jsp.core.internal.java.search.JavaSearchDocumentDelegate.<init>(JavaSearchDocumentDelegate.java:30)
         at org.eclipse.jst.jsp.core.internal.java.search.JSPSearchSupport.createSearchDocument(JSPSearchSupport.java:401)
         at org.eclipse.jst.jsp.core.internal.java.search.JSPSearchSupport.addJspFile(JSPSearchSupport.java:295)
         at org.eclipse.jst.jsp.core.internal.java.search.JSPIndexManager$ProcessFilesJob.run(JSPIndexManager.java:262)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
    I am using Ecplise 3.2.0
    JSF 1.1
    Tomcat 5.5
    JSP2.0
    Any solution for this?
    Thanks & regards
    Abhijai

    Abhijai wrote:
    java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/TagLibraryInfoThis exception is been thrown if the given class was available in classpath during compile time, but not during run time. The solution is obvious: make sure that the given class (or at least the JAR file with the given class) is available in the classpath during run time.
    By the way, why did you think that this problem is related to JSF?

  • An internal error occurred during: "starting server -weblogic server 8.1".

    I am using bea workshop studio 3.2, I am always getting an error like the following:
    an internal error occurred during: "starting server -weblogic server 8.1".
    anybody have an idea why this happen? The funny thing is that I can only start IBM websphere server, but not any of the BEA server (neither 9 nor 8.1). The moment I clicked green "start server" button, immediately I got a pop up window that says "an internal error occurred during: starting server -weblogic server 8.1".
    I used to work with IBM websphere, now I changed my job to work with BEA. Based on my experience, WebSphere is way better and easier to use. BEA sucks!
    But I have to use BEA and I have been fighting with this problem for 3 days and I am desparate now, please help!!!!
    Thank you very much in advance for the help!
    Jingzhi

    Yes, I did create a webapplication before I started the server. The more scary thing is that: I somehow managed to start the server once, I do not know how I did it. But now I cannot start it again no matter what. I compared the two settings: I swear that they are idential, but one is starting, the other is still having the same problem. Could you please give me some more hints? I followed exactly the same steps in the articles you referred.
    Thanks,
    Jingzhi

  • MSG-00000: ORA-20001: -: XLA-95103: An internal error occurred

    hi All,
    OS OUL5x64
    ebs r12 12.1.1
    we applied patch # 9325101 and have about 32 invalid packages and manually compile and now only 12 invalid packages left.
    one of the post installation was to run
    XLAABACR module: Validate Application Accounting Definitions
    when running this program we receive error below.
    can someone please help.
    Thanks,
    MSG-00000: ORA-20001: -: XLA-95103: An internal error occurred. Please inform your system administrator or support representative that:
    An internal error has occurred in the program xla_compile_pad_pkg.CompileProductRule. ORA-06508: PL/SQL: could not find program unit being
    ORA-06512: at "APPS.XLA_AMB_AAD_PKG", line 2192
    REP-1419: 'beforereport': PL/SQL program aborted.
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-1419: MSG-00000: ORA-20001: -: XLA-95103: An internal error occurred. Please inform your system administrator or support representative that:
    An internal error has occurred in the program xla_compile_pad_pkg.CompileProductRule. ORA-06508: PL/SQL: could not find program unit being
    ORA-06512: at "APPS.XLA_AMB_AAD_PKG", line 2192
    REP-1419: 'beforereport': PL/SQL program aborted.

    Hi,
    we applied patch # 9325101 and have about 32 invalid packages and manually compile and now only 12 invalid packages left.Please compile the invalid objects manually and post the error here.
    one of the post installation was to run
    XLAABACR module: Validate Application Accounting Definitions
    when running this program we receive error below.
    can someone please help.
    Thanks,
    MSG-00000: ORA-20001: -: XLA-95103: An internal error occurred. Please inform your system administrator or support representative that:See if these documents help.
    Note: 472564.1 - R12 XLAABACR Error XLA-95103 When Attempting to Validate Application Accounting Definitions
    Note: 601318.1 - R12 Validate Application Accounting Definitions FAQs
    Note: 1073855.1 - Application Accounting Definition fails due to XLA_CMP_CREATE_PKG
    Thanks,
    Hussein

  • An internal error occurred during: "Starting BEA WebLogic Server v8.1 at lo

    Hi,
    On "Start the server in debug mode"
    file .log
    eclipse.buildId=I20090611-1540
    java.version=1.6.0_13
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_AR
    Command-line arguments: -os win32 -ws win32 -arch x86
    !ENTRY org.eclipse.core.jobs 4 2 2009-08-05 12:29:57.060
    !MESSAGE An internal error occurred during: "Starting BEA WebLogic Server v8.1 at localhost".
    !STACK 0
    java.lang.NullPointerException
         at oracle.eclipse.tools.weblogic.legacy.GenericWeblogicServerBehaviour.findWorkshopJspDebuggerLaunchConfigurationDelegate(GenericWeblogicServerBehaviour.java:477)
         at oracle.eclipse.tools.weblogic.legacy.GenericWeblogicServerBehaviour.setupLaunch(GenericWeblogicServerBehaviour.java:226)
         at org.eclipse.jst.server.generic.core.internal.ExternalLaunchConfigurationDelegate.launch(ExternalLaunchConfigurationDelegate.java:101)
         at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
         at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
         at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:696)
         at org.eclipse.wst.server.core.internal.Server.startImpl2(Server.java:3057)
         at org.eclipse.wst.server.core.internal.Server.startImpl(Server.java:3007)
         at org.eclipse.wst.server.core.internal.Server$StartJob.run(Server.java:294)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    OS= Windows XP SP2
    Eclipse Java Version= 1.6.0_13
    Workspace Java Version= 1.4.2_08
    BEA Weblogic= 8.1.6
    Eclipse= 3.5.0
    WTP= 3.1.0
    Project Facets= Dynamic Web Module 2.3
    Java= 1.4
    Tanks and sorry my English.
    Gustavo

    I am also experiencing the same NullPointerException when launching Weblogic 8.1 in debug mode within Eclipse 3.5. Is there any anticipated fix for this issue, or a bugtraq record that we can follow to know when the issue is addressed? I do not expect JSP debugging to work (as it wasn't available with Weblogic 8.1 under Eclipse 3.4 either) - BUT right now I cannot debug ANY server-side code within Weblogic 8.1 in Eclipse 3.5 as the server cannot start in debug mode at all.
    Many thanks.

  • Illustrator CS5 (.ai) Flash Pro CS(5/6) Flex4 internal error occurs

    Hi, I'm begginer in Flash-Flex env development.
    pass through the data symbol drawn in Adobe Illustrator CS5 Converted to components in Flash Pro CS6,
    the swc file compiled with Flash Builder 4.6 Flex, Build an internal error occurs.
    Not all files to error, Occurs in some files.
    The fact that the file is not found error was passed to AbcCompiler is Why do not contain data when turned into swc in Flash Pro?
    I'm looking for information from people who were able to resolve the situation the same way.
    error log is as follows:
    !SESSION 2012-06-12 20:02:55.172 -----------------------------------------------
    eclipse.buildId=I20100608-0911
    java.version=1.6.0_16
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=ja_JP
    Command-line arguments:  -os win32 -ws win32 -arch x86
    This is a continuation of log file C:\Users\User\Adobe Flash Builder 4.6\.metadata\.bak_0.log
    Created Time: 2012-06-12 23:26:39.448
    !ENTRY com.adobe.flexbuilder.project 4 43 2012-06-12 23:26:39.450
    !MESSAGE Uncaught exception in compiler
    !STACK 0
    java.lang.NullPointerException
              at java.io.ByteArrayInputStream.<init>(Unknown Source)
              at flex2.compiler.io.InMemoryFile.getInputStream(InMemoryFile.java:97)
              at flex2.compiler.Source.getInputStream(Source.java:381)
              at flex2.compiler.abc.AbcCompiler.parse1(AbcCompiler.java:196)
              at flex2.compiler.CompilerAPI.parse1(CompilerAPI.java:2872)
              at flex2.compiler.CompilerAPI.parse1(CompilerAPI.java:2825)
              at flex2.compiler.CompilerAPI.batch2(CompilerAPI.java:457)
              at flex2.compiler.CompilerAPI.batch(CompilerAPI.java:1291)
              at flex2.compiler.CompilerAPI.compile(CompilerAPI.java:1568)
              at flex2.tools.oem.Application.compile(Application.java:1349)
              at flex2.tools.oem.Application.recompile(Application.java:1287)
              at flex2.tools.oem.Application.compile(Application.java:886)
              at flex2.tools.flexbuilder.BuilderApplication.compile(BuilderApplication .java:359)
              at com.adobe.flexbuilder.multisdk.compiler.internal.ASApplicationBuilder $MyBuilder.mybuild(ASApplicationBuilder.java:319)
              at com.adobe.flexbuilder.multisdk.compiler.internal.ASApplicationBuilder .build(ASApplicationBuilder.java:129)
              at com.adobe.flexbuilder.multisdk.compiler.internal.ASBuilder.build(ASBu ilder.java:198)
              at com.adobe.flexbuilder.multisdk.compiler.internal.ASItemBuilder.build( ASItemBuilder.java:70)
              at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.bu ildItem(FlexProjectBuilder.java:607)
              at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.bu ild(FlexProjectBuilder.java:382)
              at com.adobe.flexbuilder.project.compiler.internal.FlexIncrementalBuilde r.build(FlexIncrementalBuilder.java:187)
              at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java :728)
              at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
              at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager .java:199)
              at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager .java:239)
              at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java :292)
              at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
              at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager .java:295)
              at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildMan ager.java:351)
              at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java :374)
              at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.ja va:143)
              at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:2 41)
              at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

    as a result of devising the data, we were able to eliminate the error.
    I will be shared information when I get the cause of the path information available.

Maybe you are looking for