I don't understand the following error on apache tomcat

Good afternoon!
I am using tomcat 6.0.13.When i try to perform my servlet, the following exception is gone off :
exception
javax.servlet.ServletException: Error allocating a servlet instance
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:261)
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:581)
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
java.lang.Thread.run(Thread.java:595)
root cause
java.lang.NoClassDefFoundError: mypackage/Transportadora (wrong name: Transportadora)
java.lang.ClassLoader.defineClass1(Native Method)
java.lang.ClassLoader.defineClass(ClassLoader.java:620)
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1817)
org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:872)
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1325)
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1204)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:261)
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:581)
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
java.lang.Thread.run(Thread.java:595)
Would be this a problem in the definition of the class?
web.xml:
<?xml version="1.0" encoding="ISO-8859-1"?>
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
xmlnssi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
version="2.4">
<display-name>Transportadora </display-name>
<description>
Projeto Transportadora
</description>
<servlet>
<servlet-name>Transportadora</servlet-name>
<servlet-class>mypackage.Transportadora</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>Transportadora</servlet-name>
<url-pattern>/transp</url-pattern>
</servlet-mapping>
</web-app>
A great one I hug and grateful for the attention!
Message was edited by:
tarssa
Message was edited by:
tarssa
Message was edited by:
tarssa

java.lang.NoClassDefFoundError: mypackage/Transportadora (wrong name: Transportadora) You need to make sure all your classes are in the classpath and/or you need to make sure you're calling the class by its correct name.

Similar Messages

  • Error Posting IDOC: need help in understanding the following error

    Hi ALL
    Can you please, help me understand the following error encountered while the message was trying to post a IDOC.
    where SAP_050 is the RFC destination created to post IDOCs
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_IDOC_RUNTIME</SAP:Code>
      <SAP:P1>FM NLS_GET_LANGU_CP_TAB: Could not determine code page with SAP_050 Operation successfully executed FM NLS_GET_LANGU_CP_TAB</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error: FM NLS_GET_LANGU_CP_TAB: Could not determine code page with SAP_050 Operation successfully executed FM NLS_GET_LANGU_CP_TAB</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Your help is greatly appreciated.............Thank you!

    Hi Patrick,
      Check the authorizations assigned to the user which you used in the RFC destinations, If there is no enough authorizations then it is not possible to post the idocs.
    Also Refer this Note 747322
    Regards,
    Prakash

  • I can not understand the following error guide me

    sir
    operating system=window 2000
    i build the jar file which contain one folder name images
    set the classpath as following
    classpath=.;e:\project demo\hospital\my.jar;
    i want to access the files and images which is in the my.jar file
    the code is as follows
    import javax.swing.*;
    import java.awt.*;
    import java.io.*;
    import java.util.*;
    import java.awt.event.*;
    import java.net.*;
    public class SplashScreen extends JFrame implements Runnable
    //define Variables
    Properties prop=new Properties();
    URL u1=null;
    SplashScreen()
    this.myproperties();
    //rest of code
    public void myproperties()
    try{
    u1=getClass().getResource("images/user.properties");
    System.out.println("I am here one");
    System.out.println("String is "+u1);
    //print String is jar:file:/E:/project%20demo/hospital/my.jar!/images/user.properties
    prop.load(new FileInputStream(u1.toString()));
    System.out.println("I am here two");
    name=prop.getProperty("name");
    password=prop.getProperty("pass");
    image=prop.getProperty("imagepath");
    monop2=prop.getProperty("monop2");
    backp2=prop.getProperty("backp2");
    btnor=prop.getProperty("btnor");
    btpress=prop.getProperty("btpress");
    centerp3=prop.getProperty("centerp3");
    piclabel1=prop.getProperty("piclabel1");
    piclabel2=prop.getProperty("piclabel2");
    piclabel3=prop.getProperty("piclabel3");
    caps=prop.getProperty("caps");
    }catch(Exception ex){System.out.println(ex.getMessage());}
    }the Exception is
    jar:file:\E:\project%20demo\hospital\my.jar!\images\user.properties (The filename, directory name, or volume label syntax is incorrect)
    what can i do plz help me
    my .jar is in the same directory where class file is located
    i want to access the properties file which is in my.jar\images\user.properties
    how can i access

    u say use / instead of \
    where should u means in the class path plz confirm me

  • I just downloaded Adobe Acrobat XI Pro, I am in the install process now and I am getting an Error message, Error 1303, stating I need to log on as an administrator ... this is my computer so I don't understand the issue??

    I just downloaded Adobe Acrobat XI Pro, I am in the install process now and I am getting an Error message, Error 1303, stating I need to log on as an administrator ... this is my computer so I don't understand the issue??

    Hi MAX22,
    Even though it's your computer but your user account might not have sufficient privileges to install the software.
    Please try the following :
    > Enable the hidden Admin Account on Windows 7 ( Ref :  http://www.howtogeek.com/howto/windows-vista/enable-the-hidden-administrator-account-on-wi ndows-vista/ )
    Reboot and try installing in the new enabled Admin user account and check.
    Regards,
    Rave

  • When I try to run iTunes I receive the following error message: "Apple Application Support was not found.  Apple Application Support is required to run iTunes helper.  Please unistall iTunes, then install iTunes again". I have done this twice.  What now?

    When I try to run iTunes I receive the following error message: "Apple Application Support was not found.  Apple Application Support is required to run iTunes helper.  Please unistall iTunes, then install iTunes again". I have done this twice and continue to get the error message.  What now?

    Hi texasslagle,
    It sounds like you are having issues installing iTunes on your Windows 7 PC, a frustrating situation I am sure.
    There is an article that you may want to use to try to complete your install here -
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/ts5376
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • Leopard.  Did a full restore from Time Machine.  Now I can't access my other internal and external drives.  I get the following error: The folder "Capture Video" can't be opened because you don't have permission to see its contents.

    Leopard.  Did a full restore from Time Machine.  Now I can't access my other internal and external drives.  I get the following error: The folder “Capture Video” can’t be opened because you don’t have permission to see its contents.  I have repaired permissions pn the main harddrive.  When I try too click on a disk I get the previously stated error.  I can't even open up information to see what permission/access there is.  It simply will not let me see the content.  It shows the content of my main hard drive when I have clicked the other harddrive's name.

    Solved:
    sudo chflags 0 /Volumes/"FCP Time Machine BU"
    sudo chown 0:80 /Volumes/"FCP Time Machine BU"
    sudo chmod 775 /Volumes/"FCP Time Machine BU"
    sudo chmod -N /Volumes/"FCP Time Machine BU"

  • When I try to sync my IPOD (3rd gen) on ITunes, I receive the following error message - you don't have enough access permissions to perform this operation

    When I try to sync my IPOD (3rd gen) on ITunes, I receive the following error message - you don't have enough access permissions to perform this operation..can anyone assist?

    See:
    iPhone - not enough access privileges: Apple Support Communities

  • What can be done to avoid getting the following error when trying to delete unused clips he operation could not be completed.  *** -[__NSArrayM insertObject:atIndex:]: object cannot be nil

    what can be done to avoid getting the following error when trying to delete unused clips in Imovie 09 "the operation could not be completed.  *** -[__NSArrayM insertObject:atIndex:]: object cannot be nil"  I use to get these type of error messages when trying to delete unsused clips from a large event 60 minutes or longer, but now I get this message when trying to reduce a 4 minute event.
    Also, does anyone know if there is a limit to the total amount of space that can be taken up by Projects in Imovie 09
    Thanks for any help

    Zachy,
    It goes something like this...
    Put your new drive in the enclosure. Use Disk Utility to format it, etc. I'd give it a slightly different name than the original. Let's say you have Old Disk and New Disk as your drive names. Use Carbon Copy Cloner to copy Old Disk to New Disk. Now you should have an exact copy, which you can test by rebooting and holding down the Option key. Choose New Disk from the list and let it boot, make sure all is well.
    Shut down and physically swap the drives. Take Old Disk and put it in the enclosure. Now your system has a new disk with a lot more space and you can reformat your old disk and just use it for large files or whatever.

  • I get the following error message and don't know how to correct it: Sync encountered an error while connecting: Unknown error, Please try again.

    I get the following error message and don't know how to correct it: Sync encountered an error while connecting: Unknown error, Please try again.

    There have been problems reported with Sync.
    They are working on it, so please try again later when those problems are fixed.
    *https://services.mozilla.com/status/
    *http://twitter.com/#!/mozservices

  • When I go to duplicate a presentation I get the following error:  Unsaved Keynote Document.  Autosave couldn't be moved because you don't have permission to access AutoSave Information?  My permissions are set at read

    When I go to duplicate a presentation I get the following error:  Unsaved Keynote Document.  Autosave couldn't be moved because you don't have permission to access AutoSave Information?  My permissions are set at read & write.

    I noticed that I have three different log in accounts on my computer, much to my surprise. Could that be causing this problem?
    That's unlikely. You would have had to save a document into another user's account and be trying to work on it - directly from their account.
    "“Unsaved Pages Document.pages” couldn’t be moved because you don’t have permission to access “Autosave Information”.
    Have you checked the permissions on your Autosave Information folder? Here are mine.

  • I am getting the following error: Unable to authenticate the package: B_SPACE_NUTRITION.itmsp                     ERROR ITMS-9000: "OPS/ibooks.ncx(5): element "content" not allowed yet; missing required element "navLabel"" at Book (MZItmspBookPackage)

    I am getting the following error when attempting to deliver my iBooks Author book package via iTunes Producer: "
    Unable to authenticate the package: B_SPACE_NUTRITION.itmsp
                        ERROR ITMS-9000: "OPS/ibooks.ncx(5): element "content" not allowed yet; missing required element "navLabel"" at Book (MZItmspBookPackage)"
    I understand that there's something wrong with the TOC file (.ncx), but I have tried everything and nothing seems to work. Every section of the TOC is labeled, so not sure why the navLabel issue is happenening.
    Any help is GREATLY appreciated! Thank you.

    Similar issues looks like. Are you using a template other than those in iBooks Author? That's what I did, and that was definitely part of the issue.
    After digging through .ibooks code for hours and still not seeing the problem, I decided to reach out to one of the Apple epub conversion affiliates in iTunes Connect. They said they could repair the file without a problem, started working on it, only to come back a week later and say they couldn't work on .ibooks or .iba files yet.
    So, in complete frustration, I decided to transfer my content page by page from the blank template I downloaded from a vendor online to one of the "textbook" templates in IBA. This was a long process as I had to unlock and clear out the formatting of the template. But, once that was done and content was transferred over, all was good. I submitted/delivered the same content and preview book within the new template and it went right through the first time (all metadata was exactly the same as well).
    Now, the iBookstore approval waiting process begins!
    Good luck!

  • When opening SSMS 2014 getting the following error:

    Hi,
    I have installed SQL SERVER 2014 and the installation was successful.
    When I tried to open the SQL SERVER Management Studio SSMS 2014 and as soon as when clicked on connect to server, I am getting the following error message :
    Service 'Microsoft.SqlServer.Management.IRegistrationService' not found (Microsoft.SqlServer.Management.SDK.SqlStudio)
    I really couldn't understand what the issue is. I googled the issue but couldn't find the correct solution. So far, I have done the following :
    I did run as administrator, but still getting the error message.
    I have done the Repair of the installation, but still getting the error message.
    I have uninstalled SSMS and again reinstalled, but still getting the error message.
    I have modified the dll files and again have done the Repair, but still getting the error message.
    Can anyone provide any feedback on how to resolve the above issue?
    Thanks,
    grk666

    Hi,
    Thanks for u r reply.
    Any idea of where Can i get this addin for SSMS (where to download it from) ? 
    Thanks
    Can you look at below reg key and see what is the value
    HKLM\Software\Microsoft\Microsoft SQL Server\100\Tools\Shell\AddIns\
    You would find one entry per installed addin
    Refer This
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • When I try to print my book I receive the following error message:  One or more of the images in your book are not presently available at full resolution. Please reconnect to these files by mounting the volume(s) containing the original images.

    When I try to print my book, I receive the following error message:  One or more of the images in your book are not presently available at full resolution. Please reconnect to these files by mounting the volume(s) containing the original images.  I don't understand what this means since all the photos are in the book.  Can someone please clarify?

    When you look at the images in the browser, do you see any arrow icons on your thumbnails? Like these:
    When you import your images from a folder on your system drive, you have two ways to import:
    Managed: Import and store the images in the library
    Or referenced: Leave the images in the folder outside the Aperture library.
    This is controlled by the "Store Files" settings in the Import panel:
    If you did not set "Store files" to "In the Aperture Library", the originals will stay in the folder outside.
    The error message you get, suggests that Aperture assumes the original files are in a folder outside the library.
    Select one of your images in the Browser and use the command "File > Show in Finder" - is this command available or dimmed out?

  • I receive the following error, can somebody help me??

    Hello, Someone can help me? I receive the following error message sometimes and i have to reset my pc, it happens when i'm downloading generally .torrent archives
    by some programs as bitcomet or others, i don't understand too much of computers so, i wish someone can tell me wich is the error that is causing my pc to crash... Thanxs!!
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d6bb44b, pid=3312, tid=3024
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_10-b03 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0x8b44b]
    --------------- T H R E A D ---------------
    Current thread (0x00519af8): JavaThread "main" [_thread_in_vm, id=3024]
    siginfo: ExceptionCode=0xc0000005, reading address 0x062144bc
    Registers:
    EAX=0x062144bc, EBX=0x0225251e, ECX=0x0051bca0, EDX=0x0051b8e4
    ESP=0x0013e218, EBP=0x0013e2b8, ESI=0x00519af8, EDI=0x00519af8
    EIP=0x6d6bb44b, EFLAGS=0x00010202
    Top of Stack: (sp=0x0013e218)
    0x0013e218: 00519af8 00519af8 0225251e 00000004
    0x0013e228: ffffffff ffffffff 0000000c 00519af8
    0x0013e238: 00519af8 0225251e 0013e26c 0013e298
    0x0013e248: 0013e30c 6d6b1b20 00000004 ffffffff
    0x0013e258: ffffffff 0000000c 6d75d470 6d75d470
    0x0013e268: 00000004 00000001 000000a9 0013e30c
    0x0013e278: 0051b8e0 00000004 ffffffff ffffffff
    0x0013e288: 0000000c 6d75d470 6d75d470 00000004
    Instructions: (pc=0x6d6bb44b)
    0x6d6bb43b: 81 ec 94 00 00 00 8b 45 10 53 56 57 85 c0 74 06
    0x6d6bb44b: 8b 00 85 c0 75 22 6a 00 ff 35 44 1d 7b 6d 68 23
    Stack: [0x00040000,0x00140000), sp=0x0013e218, free space=1016k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x8b44b]
    V [jvm.dll+0x8c2c7]
    C [Opera.dll+0x1072e4]
    j ShockwaveFlash.SetVariable(Ljava/lang/String;Ljava/lang/String;)V+0
    v ~StubRoutines::call_stub
    V [jvm.dll+0x8757c]
    V [jvm.dll+0xde804]
    V [jvm.dll+0x8744d]
    V [jvm.dll+0xf2882]
    V [jvm.dll+0xa54b1]
    C [java.dll+0x6d23]
    j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
    j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
    j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+111
    j com.opera.LCInvoke.invoke(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+3
    v ~StubRoutines::call_stub
    V [jvm.dll+0x8757c]
    V [jvm.dll+0xde804]
    V [jvm.dll+0x8744d]
    V [jvm.dll+0xf2882]
    V [jvm.dll+0xa54b1]
    C [java.dll+0x6d23]
    j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
    j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
    j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+111
    j com.opera.PrivilegedInvoke.run()Ljava/lang/Object;+30
    v ~StubRoutines::call_stub
    V [jvm.dll+0x8757c]
    V [jvm.dll+0xde804]
    V [jvm.dll+0x8744d]
    C [java.dll+0x1061]
    j com.opera.PrivilegedThread.run()V+9
    j com.opera.LiveConnectPrivilegedActions.doPrivileged(Ljava/security/PrivilegedExceptionAction;Ljava/lang/String;IZ)Ljava/lang/Object;+47
    j com.opera.LiveConnectPrivilegedActions.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/String;I)Ljava/lang/Object;+36
    j com.opera.InvocationThread.run()V+20
    j com.opera.MethodResolver.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lcom/opera/JSObject;Ljava/lang/String;I)Z+26
    v ~StubRoutines::call_stub
    V [jvm.dll+0x8757c]
    V [jvm.dll+0xde804]
    V [jvm.dll+0x8744d]
    V [jvm.dll+0x8d897]
    C [Opera.dll+0x10a6fe]
    C [Opera.dll+0x82b06]
    C [Opera.dll+0xcfb4c]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j ShockwaveFlash.SetVariable(Ljava/lang/String;Ljava/lang/String;)V+0
    v ~StubRoutines::call_stub
    j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
    j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
    j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
    j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+111
    j com.opera.LCInvoke.invoke(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+3
    v ~StubRoutines::call_stub
    j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
    j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
    j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
    j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+111
    j com.opera.PrivilegedInvoke.run()Ljava/lang/Object;+30
    v ~StubRoutines::call_stub
    j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedExceptionAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
    j com.opera.PrivilegedThread.run()V+9
    j com.opera.LiveConnectPrivilegedActions.doPrivileged(Ljava/security/PrivilegedExceptionAction;Ljava/lang/String;IZ)Ljava/lang/Object;+47
    j com.opera.LiveConnectPrivilegedActions.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/String;I)Ljava/lang/Object;+36
    j com.opera.InvocationThread.run()V+20
    j com.opera.MethodResolver.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lcom/opera/JSObject;Ljava/lang/String;I)Z+26
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0e81faf8 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=948]
    0x0e819b88 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3304]
    0x0e819850 JavaThread "AWT-Shutdown" [_thread_blocked, id=3492]
    0x0e813f78 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3508]
    0x03ff88c0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1828]
    0x03ff75e8 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3476]
    0x03ff6910 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3496]
    0x03fed930 JavaThread "Finalizer" daemon [_thread_blocked, id=3480]
    0x03fec4c0 JavaThread "Reference Handler" daemon [_thread_blocked, id=3444]
    =>0x00519af8 JavaThread "main" [_thread_in_vm, id=3024]
    Other Threads:
    0x03fe8280 VMThread [id=3468]
    0x03ff9c48 WatcherThread [id=2008]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 429K [0x060b0000, 0x06150000, 0x06590000)
    eden space 512K, 71% used [0x060b0000, 0x0610b740, 0x06130000)
    from space 64K, 100% used [0x06140000, 0x06150000, 0x06150000)
    to space 64K, 0% used [0x06130000, 0x06130000, 0x06140000)
    tenured generation total 1408K, used 193K [0x06590000, 0x066f0000, 0x0a0b0000)
    the space 1408K, 13% used [0x06590000, 0x065c04d0, 0x065c0600, 0x066f0000)
    compacting perm gen total 8192K, used 4087K [0x0a0b0000, 0x0a8b0000, 0x0e0b0000)
    the space 8192K, 49% used [0x0a0b0000, 0x0a4adeb0, 0x0a4ae000, 0x0a8b0000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x00429000      C:\Archivos de programa\Opera\Opera.exe
    0x7c910000 - 0x7c9c6000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c901000      C:\WINDOWS\system32\kernel32.dll
    0x7e390000 - 0x7e420000      C:\WINDOWS\system32\user32.dll
    0x77ef0000 - 0x77f37000      C:\WINDOWS\system32\GDI32.dll
    0x5cf60000 - 0x5cf86000      C:\WINDOWS\system32\ShimEng.dll
    0x71600000 - 0x71674000      C:\WINDOWS\AppPatch\AcLayers.DLL
    0x77da0000 - 0x77e4c000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e50000 - 0x77ee1000      C:\WINDOWS\system32\RPCRT4.dll
    0x7c9d0000 - 0x7d1ef000      C:\WINDOWS\system32\SHELL32.dll
    0x77be0000 - 0x77c38000      C:\WINDOWS\system32\msvcrt.dll
    0x77f40000 - 0x77fb6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x774b0000 - 0x775ed000      C:\WINDOWS\system32\ole32.dll
    0x76630000 - 0x766e4000      C:\WINDOWS\system32\USERENV.dll
    0x72f80000 - 0x72fa6000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x6fdb0000 - 0x6ff7a000      C:\WINDOWS\AppPatch\AcGenral.DLL
    0x76b00000 - 0x76b2e000      C:\WINDOWS\system32\WINMM.dll
    0x770f0000 - 0x7717c000      C:\WINDOWS\system32\OLEAUT32.dll
    0x77bb0000 - 0x77bc5000      C:\WINDOWS\system32\MSACM32.dll
    0x77bd0000 - 0x77bd8000      C:\WINDOWS\system32\VERSION.dll
    0x5b150000 - 0x5b188000      C:\WINDOWS\system32\UxTheme.dll
    0x773a0000 - 0x774a3000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll
    0x679c0000 - 0x67ffb000      C:\Archivos de programa\Opera\Opera.dll
    0x76360000 - 0x763aa000      C:\WINDOWS\system32\comdlg32.dll
    0x71a50000 - 0x71a5a000      C:\WINDOWS\system32\wsock32.dll
    0x71a30000 - 0x71a47000      C:\WINDOWS\system32\WS2_32.dll
    0x71a20000 - 0x71a28000      C:\WINDOWS\system32\WS2HELP.dll
    0x76340000 - 0x7635d000      C:\WINDOWS\system32\imm32.dll
    0x76330000 - 0x76335000      C:\WINDOWS\system32\Msimg32.dll
    0x778f0000 - 0x779e7000      C:\WINDOWS\system32\SETUPAPI.dll
    0x74d20000 - 0x74d8b000      C:\WINDOWS\system32\usp10.dll
    0x10000000 - 0x1000a000      C:\Archivos de programa\SpeederXP\inproc.dll
    0x73d50000 - 0x73e4e000      C:\WINDOWS\system32\MFC42.DLL
    0x61df0000 - 0x61dfe000      C:\WINDOWS\system32\MFC42LOC.DLL
    0x719d0000 - 0x71a10000      C:\WINDOWS\System32\mswsock.dll
    0x76ee0000 - 0x76f07000      C:\WINDOWS\system32\DNSAPI.dll
    0x76f80000 - 0x76f86000      C:\WINDOWS\system32\rasadhlp.dll
    0x66740000 - 0x66799000      C:\WINDOWS\system32\hnetcfg.dll
    0x71a10000 - 0x71a18000      C:\WINDOWS\System32\wshtcpip.dll
    0x021f0000 - 0x02385000      C:\Archivos de programa\Opera\Program\Plugins\NPSWF32.dll
    0x77180000 - 0x77227000      C:\WINDOWS\system32\WININET.dll
    0x77a50000 - 0x77ae5000      C:\WINDOWS\system32\CRYPT32.dll
    0x77af0000 - 0x77b02000      C:\WINDOWS\system32\MSASN1.dll
    0x76f90000 - 0x7700f000      C:\WINDOWS\system32\CLBCATQ.DLL
    0x77010000 - 0x770e0000      C:\WINDOWS\system32\COMRes.dll
    0x75dd0000 - 0x75e61000      C:\WINDOWS\system32\mlang.dll
    0x76bf0000 - 0x76c1e000      C:\WINDOWS\system32\WINTRUST.dll
    0x76c50000 - 0x76c78000      C:\WINDOWS\system32\IMAGEHLP.dll
    0x72ca0000 - 0x72ca9000      C:\WINDOWS\system32\wdmaud.drv
    0x72c90000 - 0x72c98000      C:\WINDOWS\system32\msacm32.drv
    0x77ba0000 - 0x77ba7000      C:\WINDOWS\system32\midimap.dll
    0x6d630000 - 0x6d7cc000      C:\Archivos de programa\Java\jre1.5.0_10\bin\client\jvm.dll
    0x6d280000 - 0x6d288000      C:\Archivos de programa\Java\jre1.5.0_10\bin\hpi.dll
    0x76bb0000 - 0x76bbb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d600000 - 0x6d60c000      C:\Archivos de programa\Java\jre1.5.0_10\bin\verify.dll
    0x6d300000 - 0x6d31d000      C:\Archivos de programa\Java\jre1.5.0_10\bin\java.dll
    0x6d620000 - 0x6d62f000      C:\Archivos de programa\Java\jre1.5.0_10\bin\zip.dll
    0x6d000000 - 0x6d169000      C:\Archivos de programa\Java\jre1.5.0_10\bin\awt.dll
    0x736e0000 - 0x73729000      C:\WINDOWS\system32\ddraw.dll
    0x73b40000 - 0x73b46000      C:\WINDOWS\system32\DCIMAN32.dll
    0x6d240000 - 0x6d280000      C:\Archivos de programa\Java\jre1.5.0_10\bin\fontmanager.dll
    0x74dc0000 - 0x74e2c000      C:\WINDOWS\system32\RICHED20.DLL
    VM Arguments:
    jvm_args: abort exit -Xbootclasspath/p:C:\Archivos de programa\Opera\Classes\Opera.jar;C:\Archivos de programa\Opera\Program\Plugins;C:\Archivos de programa\Mozilla Firefox\plugins;;C:\Archivos de programa\Opera\Program\Plugins\npds.zip;C:\Archivos de programa\Java\jre1.5.0_10\lib\jaws.jar;C:\Archivos de programa\Java\jre1.5.0_10\lib\plugin.jar -Djava.security.policy=C:\Archivos de programa\Opera\Classes\Opera.policy -Dbrowser.opera.classpath=C:\Archivos de programa\Opera\Classes\Opera.jar
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Archivos de programa\Archivos comunes\Roxio Shared\DLLShared
    USERNAME=amrmiess
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 6 Stepping 4, GenuineIntel

    Try upgrading to Version 6
    http://www.java.com/en/download/index.jsp

  • Getting the following error while creating a new configuration

    Hi team,
    I am trying to create configuration of my web dynpro application. When
    I right click on my application and choose create/change configuration,
    browser started. Now when I give a name ( e.g zabc) to it and choose the
    function create, the following error occurs... Can you please give me
    suggestion to overcome it
    Error when processing your request
    What has happened?
    The URL https://gsdcb261.in.ibm.com:8443/sap/bc/webdynpro/sap/zims_issue/ was not called due to an error.
    Note
    The following error text was processed in the system SD4 : Screen output without connection to user.
    The error occurred on the application server gsdcb261_SD4_01 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    SYSTEM-EXIT of program SAPLSKEY
    Function: TADIR_OBJECT_CHECK of program SAPLSKEY
    Function: CHECK_ACCESS_KEYS of program SAPLSKEY
    Method: CHECK_TROBJ_BEFORE_EDIT of program CL_WD_CONFIGURATION_MODEL=====CP
    Method: FILL_APPL_CONFIG_CONTEXT of program CL_WD_CONFIGURATION_MODEL=====CP
    Method: UPDATE_APPLICATION_TREE of program /1BCWDY/0A4VPNTYZEA2W6Q9CMDX==CP
    Method: IF_COMPONENTCONTROLLER~UPDATE_APPLICATION_TREE of program /1BCWDY/0A4VPNTYZEA2W6Q9CMDX==CP
    Method: ONACTIONACTION of program /1BCWDY/0A4VPNTYZEA2W6Q9CMDX==CP
    Method: ONACTIONACTION of program /1BCWDY/0A4VPNTYZEA2W6Q9CMDX==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/0A4VPNTYZEA2W6Q9CMDX==CP
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system SD4 in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server gsdcb261_SD4_01 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server gsdcb261_SD4_01 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-https -c: 100 -u: AGAURAV -l: E -s: SD4 -i: gsdcb261_SD4_01 -w: 0 -d: 20070426 -t: 200845 -v: RABAX_STATE -e: DYNPRO_SEND_IN_BACKGROUND
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team

    Hello Thomas,
    I am sorry but I haven't check this forum in the last weeks because of lack of time. Thanks for your hint regarding a potential solution. Taking a look a the note I have some problem in "using" it.
    This note contains a number of potential solutions regarding our problem.
    Solution 1.) one could use the modification as described. Surprising to read that SAP is saying: do a modification to solve the problem. => this is only possible "manually"  I am not sure If I will follow this approach
    Solution 2.) Change the URL: This solution scenario I do not understand. The solution path is "very" short and not very instructive. This is the story:
    You can do this by adding "_OLD" to the name of the application of the URL created for the configuration: Use "CONFIGURE_APPLICATION_OLD" instead of "CONFIGURE_APPLICATION"
    and "CONFIGURE_COMPONENT_OLD" instead of "CONFIGURE_COMPONENT". If you want to use this function as your standard, you have to change the original application. To do this, set the parameter "OLD_TR" to "X".
    This solution path is "to short". I do not get the "message" what to do.
    Furthermore: Does that mean you have to use this peculiar solution any time durnig software development of webdynpro components using configurations? In my opinion yes. This is therefore only a "workaround solution" and nothing else.
    And there can I find this parameter "old_tr" they are talking about?
    Sap note 1060287 is the "same" kind (Symptom of this note:
    If you use the configuration editor, there may be errors during transport handling or
    DYNPRO_SEND_IN_BACKGROUND crashes.).
    Here they are saying:
    "Solution
    A final solution will be provided for Release 7.0 BASIS Support Package 13."
    So in SP13 there seems to be a solution (I haven't found up to now the corresponding note). But does that now mean I must implement the complete support package?
    So I am sorry: No progress on my side up to now. May be you have had some success?
    With best regards
    Christoph

Maybe you are looking for

  • No New Batch number creation at the time of Material Transfer Movement(309)

    We are upgarding from 4.6C to ECC6.0. We have an issue in regards with the material movement type 309. At the time of creating the material tranfer using the same material as issuer and receiver, the same plant and storage location ( this process is

  • Block one material out of stock for a while, but no saldo correction.

    Hi All I have one material, which is not complete and that is why it is not relevant to sell to any customer. My question is that how I can block it away from saldo for this certain period. I do not want to do any saldo corrections with MB1B or MB1C

  • Issues in connecting iPhone 4 (16GB) with a Windows 8 Single Language, machine?

    As soon as I connect my iPhone with my laptop via USB, the phone seems to viberate again and again with short breaks It actually gets connected and disconnected again and again! I can say this because the "Trust this computer?" dialogue box comes and

  • Sending Mail with attachment from WD

    Hi all, I wan't to send an email from webdynpro with an attached pdf-document. I had a look at Tutorial 31, but i will only use the first part, sending email with attached interactive form. So I decided to build a new project. I did everything as in

  • Saving web pages in Safari for Windows

    Is it possible to save the whole web page (not just text, but also images etc) with safari? When I go to File>Save as, it saves only text as htm file and doesn't create any folder with images, if you reset Safari or try to open this file with any oth