Wrong name: error with Tomcat

hello, I'm running Tomcat on Debian Sarge and I'm getting the following error:
java.lang.NoClassDefFoundError: com/bluewolf/BlueWolf (wrong name: BlueWolf)
     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:1629)
     org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:850)
     org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1299)
     org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1181)
     org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
     org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
     org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
     org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
     org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
     org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
     org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     java.lang.Thread.run(Thread.java:595)
The name of my servlet is BlueWolf. I have defined my servlet in my web.xml like so:
<!-- servlet definitions -->
<servlet>
<servlet-name>BlueWolf</servlet-name>
<servlet-class>com.bluewolf.BlueWolf</servlet-class>
</servlet>
<!-- define mappings -->
<servlet-mapping>
<servlet-name>BlueWolf</servlet-name>
<url-pattern>/BlueWolf</url-pattern>
</servlet-mapping>
I've tried searching for this error but there were no fixes I found that helped my situation. Can anyone please help me out? If any more information is needed please let me know.
Thanks!

Okay, I made a simpler web application. I have:
index.html
WEB-INF/
my WEF-INF directory looks like:
classes/
lib/
web.xml
my only servlet is WEB-INF/classes/com/servTest.class
I defined the servlet in my web.xml like this:
<!-- Name to Java class mapping -->
<servlet>
<servlet-name>servTest</servlet-name>
<servlet-class>com.servTest</servlet-class>
</servlet>
<!-- Name to URL mapping -->
<servlet-mapping>
<servlet-name>servTest</servlet-name>
<url-pattern>/servTest</url-pattern>
</servlet-mapping>
However, I still get the same error (NoClassDefFoundError .... wrong name: servTest blah blah)
I am trying to access the servlet by the url http://localhost:8080/servTest/servTest and I've also tried http://localhost:8080/servTest/com.servTest. I also tried linking to it in my index via a form with action="servTest". I've also tried action="com.servTest" however I still can't seem to get past this wrong name error. However, I can create servlets fine without trying to use packages (i.e. if i place .class files directly in WEB-INF/classes), but I would really like to have packages working. Can anyone see any potential errors? thanks!

Similar Messages

  • Wrong Name Error

    Hi,
    I created a package in eclipse with 3 .java files under it.
    In each of the three java files I have included the "package testpackage;" clause at the top.
    My first 2 files (lets call them one.java and two.java) is referenced in three.java, thus I use the import statement for both one and two in three.java.
    After I compile all 3 successfully in Eclipse, I go to the command line, to the specific directory (testpackage) and run: java one, but I get the message:
    NoClassDefFoundError: 1 (wrong name: testpackage/one)
    What is wrong?

    I found that you need to be in the PACKAGE directory when you execute the "java" command, not the directory containing the .class file(s). For example, if you have the following statement in your java program:
    package buServer;
    Your .class files (BUreceiver.class in my case) will reside in a directory named buServer. You need to be in the directory ABOVE the one that contains your class files (the package directory) and execute the program as shown below:
    java buServer/BUreceiver
    The above assumes that the current directory is in your CLASSPATH or is given by the " -cp ." on the java command line.
    The basic problem, I think, is that CLASSPATH points to directories that are supposed to contain .class files. When you use a package, you have to give the fully quallified name of the class with a root beginning in one of the directories in the CLASSPATH. In my case, the "package" statement says my class should be in a <CLASSPATH>\buServer\ directory. When I was in the buServer directory (containing my .class files) and added it to the CLASSPATH, there was no <CLASSPATH>\buServer\ directory, since the buServer\ directory was inside CLASSPATH. However, when I tried to execute it without qualifying it with the "buServer", it saw the package statement in the class file that was there and gave me the "wrong name" error.
    Another solution would have been to take out the package statement from the program.

  • Wrong name error if I mess up url string case

    Hi:
              I have a url as the following: http://localhost:7001/APP/a.jsp. If I
              close browser and type it as lower case url
              http://localhost:7001/app/a.jsp later time, it will cause a null pointer
              exception(wrong name error). Is the url case sensitivity problem been
              fixed by any service pack.
              Thanks,
              David
              

    Okay, I made a simpler web application. I have:
    index.html
    WEB-INF/
    my WEF-INF directory looks like:
    classes/
    lib/
    web.xml
    my only servlet is WEB-INF/classes/com/servTest.class
    I defined the servlet in my web.xml like this:
    <!-- Name to Java class mapping -->
    <servlet>
    <servlet-name>servTest</servlet-name>
    <servlet-class>com.servTest</servlet-class>
    </servlet>
    <!-- Name to URL mapping -->
    <servlet-mapping>
    <servlet-name>servTest</servlet-name>
    <url-pattern>/servTest</url-pattern>
    </servlet-mapping>
    However, I still get the same error (NoClassDefFoundError .... wrong name: servTest blah blah)
    I am trying to access the servlet by the url http://localhost:8080/servTest/servTest and I've also tried http://localhost:8080/servTest/com.servTest. I also tried linking to it in my index via a form with action="servTest". I've also tried action="com.servTest" however I still can't seem to get past this wrong name error. However, I can create servlets fine without trying to use packages (i.e. if i place .class files directly in WEB-INF/classes), but I would really like to have packages working. Can anyone see any potential errors? thanks!

  • In Mail, the "From" line shows the wrong name associated with the email id. How do I update it?

    In Mail, the "From" line shows the wrong name associated with my email ID. I've looked over preferences and account information but have not found where I can update it.

    There isn't an email address associated with the contact name who appears as the "from" in Mail. It used to be a shared email address and I already had updated the contact to list only the phone number in case that was causing the problem. 

  • Resource not available error with tomcat 5.5.26

    hi
    to all forum members,i am a new member of this forum.
    i have a problem with running my servlet on apache tomcat/5.5.26 in window xp enviorenment.
    when i am running my servlet as typing URL http://localhost:8080/mukesh_test/mks , i am gettig error "
    the requested resource(/mukesh_trst/mks) is not available
    my servlet path is webapps/mukesh_test/WEB-INF/classes/mks.class
    my web.xml is this
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="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>Welcome to Tomcat</display-name>
    <description>
    Welcome to Tomcat
    </description>
    <!-- JSPC servlet mappings start -->
    <servlet>
    <servlet-name>org.apache.jsp.index_jsp</servlet-name>
    <servlet-class>org.apache.jsp.index_jsp</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>org.apache.jsp.index_jsp</servlet-name>
    <url-pattern>/index.jsp</url-pattern>
    </servlet-mapping>
    <!-- JSPC servlet mappings end -->
    <servlet>
    <servlet-name>mks</servlet-name>
    <servlet-class>mukesh_test.WEB-INF.classes.mks</servlet-class>
    <init-param>
    <param-name>debug</param-name>
    <param-value>0</param-value>
    </init-param>
    <load-on-startup>2</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>mks</servlet-name>
    <url-pattern>/mukesh_test/mks</url-pattern>
    </servlet-mapping>
    </web-app>
    plz help me out guys...

    <servlet>
      <servlet-name>mks</servlet-name>
      <servlet-class>mukesh_test.WEB-INF.classes.mks</servlet-class>
    </servlet>
    <servlet-mapping>
      <servlet-name>mks</servlet-name>
      <url-pattern>/mukesh_test/mks</url-pattern>
    </servlet-mapping>1) To avoid confusion, I would not use mks for the <servlet-name>. It's a fake name internal to your web.xml file anyway, so be creative and use something like: Flying Tigers.
    2)
    <servlet>
      <servlet-name>Flying Tigers</servlet-name>
      <servlet-class>mukesh_test.WEB-INF.classes.mks</servlet-class>
    </servlet>
    <servlet-mapping>
      <servlet-name>Flying Tigers</servlet-name>
      <url-pattern>/mukesh_test/mks</url-pattern>
    </servlet-mapping>The stuff between the <servlet-class> tags is wrong. You need to put the "fully qualified class name of your class" between the <servlet-class> tags. For instance, if your file mks.java (why are you using lower case names for classes?) does not have a package statement at the top of the file, then the fully qualified name of your class is: mks. On the other hand, if mks.java has a package statement at the top of the file like this:
    package com.example;
    then the fully qualified name of your class would be: com.example.mks. In addition, if you had that package statement at the top of mks.java, your .class file would need to be placed in the directory: .../mukesh_test/WEB-INF/classes/com/example/.
    3)
    <servlet>
      <servlet-name>Flying Tigers</servlet-name>
      <servlet-class>mks</servlet-class>
    </servlet>
    <servlet-mapping>
      <servlet-name>Flying Tigers</servlet-name>
      <url-pattern>/mukesh_test/mks</url-pattern>
    </servlet-mapping>The url-pattern is also fake. The whole idea is to hide your actual directory structure from hackers, so specifying your real directory structure there means that the url will also appear on your web page. And if the url appears on your web page, anyone can see it by clicking on View/Source in their browser. Use a fake directory and a fake file name instead:
    <servlet>
      <servlet-name>Flying Tigers</servlet-name>
      <servlet-class>mks</servlet-class>
    </servlet>
    <servlet-mapping>
      <servlet-name>Flying Tigers</servlet-name>
      <url-pattern>/Animals.do</url-pattern>
    </servlet-mapping>That means your html page would call the servlet using the url: Animals.do. The extension .do is a common extension given to fake file names.
    4) There's a forum here specifically for servlets called: Java Servlets.

  • HTTP2302 error  with tomcat and linux environment

    We are using Sun Java(TM) System Web Server 7.0 with Tomcat 6.0.14 in Linux environment. We are frequently facing "Service Unavailable error" in the frontend . while verifying the logs we found the details as below :
    could you guinde what could be issue here ?
    In Webserver log the following error thrown many times
    func_exec reports: HTTP2302: Function jk_service aborted the request without setting the status code
    We are using the tomcat connector nsapi_redirector-1.2.26-sjsws6.1sp11.so in our environment
    nsapi.log
    [Thu Nov 19 06:22:11.602 2009] [20843:4074314640] [debug] jk_open_socket::jk_connect.c (448): socket TCP_NODELAY set to On
    [Thu Nov 19 06:22:11.602 2009] [20843:4074314640] [debug] jk_open_socket::jk_connect.c (548): trying to connect socket 30 to 160.254.92.190:8051
    [Thu Nov 19 06:22:11.602 2009] [20843:4074314640] [info] jk_open_socket::jk_connect.c (566): connect to 160.254.92.190:8051 failed (errno=111)
    [Thu Nov 19 06:22:11.602 2009] [20843:4074314640] [info] ajp_connect_to_endpoint::jk_ajp_common.c (869): Failed opening socket to (160.254.92.190:8051) (errno=111)
    [Thu Nov 19 06:22:11.602 2009] [20843:4074314640] [error] ajp_send_request::jk_ajp_common.c (1359): (ajp13) connecting to backend failed. Tomcat is probably not started or is listening on the wrong port (errno=111)
    [Thu Nov 19 06:22:11.602 2009] [20843:4074314640] [info] ajp_service::jk_ajp_common.c (2186): (ajp13) sending request to tomcat failed (recoverable), because of error during request sending (attempt=2)
    [Thu Nov 19 06:22:11.602 2009] [20843:4074314640] [error] ajp_service::jk_ajp_common.c (2204): (ajp13) Connecting to tomcat failed. Tomcat is probably not started or is listening on the wrong port
    [Thu Nov 19 06:22:11.602 2009] [20843:4074314640] [error] jk_service::jk_nsapi_plugin.c (398): service() failed with http error 503
    [Thu Nov 19 06:22:11.602 2009] [20843:4074314640] [debug] ajp_reset_endpoint::jk_ajp_common.c (691): (ajp13) resetting endpoint with sd = 4294967295 (socket shutdown)
    [Thu Nov 19 06:22:11.602 2009] [20843:4074314640] [debug] ajp_done::jk_ajp_common.c (2522): recycling connection pool slot=0 for worker ajp13
    h1. Obj.conf
    <Object name="default">
    AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true"
    <If $uri =~ '^/$'>
    NameTrans fn="redirect" from="/" url="http://wikitest.pershing.com/confluence/" code="301"
    </If>
    NameTrans fn="assign-name" from="/confluence/*" name="servlet"
    PathCheck fn="uri-clean"
    PathCheck fn="check-acl" acl="default"
    PathCheck fn="find-pathinfo"
    PathCheck fn="find-index" index-names="index.html,home.html,index.jsp"
    ObjectType fn="type-by-extension"
    ObjectType fn="force-type" type="text/plain"
    Service method="(GET|HEAD|POST)" type="*~magnus-internal/*" fn="send-file"
    Service method="TRACE" fn="service-trace"
    AddLog fn="flex-log"
    </Object>
    <Object name="j2ee">
    Service fn="service-j2ee" method="*"
    </Object>
    <Object name="es-internal">
    PathCheck fn="check-acl" acl="es-internal"
    </Object>
    <Object name="cgi">
    ObjectType fn="force-type" type="magnus-internal/cgi"
    Service fn="send-cgi"
    </Object>
    <Object name="send-precompressed">
    PathCheck fn="find-compressed"
    </Object>
    <Object name="compress-on-demand">
    Output fn="insert-filter" filter="http-compression"
    </Object>
    <Object name="servlet">
    ObjectType fn="force-type" type="text/html"
    Service fn="jk_service" worker="ajp13"
    </Object>

    Hi, The reason tomcat had to be used is that the software is bundled with tomcat. Hence we are in the following configuration:
    -Sun Web Server 7.0 update 5
    -Tomcat 6, Using JRE1.6
    -The server runs Linux.
    -As for the tomcat web server plugin, the 32-bit tomcat connector is downloaded from http://archive.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/solaris/jk-1.2.26/sparc/
    With this configuration. seems when we refresh a page quickly, we get "service unavailable error". But if we only put web contents, the issue does not exist. Looks like the issue resides in the plugin....
    Any help is greatly appreciated

  • SQL Injection Produces "Wrong Name" Errors

    Hi all,
    By now, you're familiar with the SQL Injection attacks
    floatin' around out there, but what has me puzzled is how my
    ColdFusion servers are responding to them. For each SQL Injection
    attempt, CF throws an application error; this is from my
    APPLICATION.LOG:
    "Error","jrpp-953","09/19/08","13:27:04",,"Application (wrong
    name: com/ms/asp/Application) The specific sequence of files
    included or processed is: D:\MySite\web\product.cfm "
    I've seen others complaining about this on ColdFusion MX 6,
    ColdFusion MX 7 and ColdFusion 8, but every discussion terminates
    mysteriously without a solution. It's an evil conspiracy....
    Any help is greatly appreciated.

    Hello,
    Were you able to solve this problem and how?
    Thanks

  • Annoying-as-hell 'wrong name' error

    Hi all,
    Okay, so I've got a Java app that compiles fine (ProxyTool.class), and works fine in Eclipse... but when I try to call it from the command-line (java ProxyTool), I'm getting this un-useful and un-helpful error: java.lang.NoClassDefFoundError: ProxyTool (wrong name: test/sys/ProxyTool).
    I then attempt to do java /test/sys/ProxyTool, and I get java.lang.NoClassDefFoundError test/sys/ProxyTool.
    Can someone please just tell me what I need to run this g*ddamn app? This is driving me nuts.

    mracuraintegra wrote:
    I had run the previous command from the package root - I simply thought I had to give a full path to the .class files. Simply using "bin" instead of the full path worked.Of course it worked, that's what I told you to do in the first place.
    I completely understand (I think) the concept of a package as a logical container. I am completely baffled as to why it is this finicky in Java. I'm assuming the .NET equivalent is a namespace, and it's not nearly this termpermental!It is not finicky, you were just doing random stuff instead of reading the documentation on how packages work.
    http://java.sun.com/docs/books/tutorial/java/package/managingfiles.html

  • SQL query alias names errors with dynamic lists

    Hullo,
    Problem:
    - Made a query form book database. Have authors in separate table with unique ID's referring to them on book table.
    - Query fetches author name in "Surname, Firstname initial.Secondfirstname initial" format, --> like "Bukowski, H.C" and giving that combo alias name in SQL like "AS 'author'"...
    - Dynamic list works fine at start, but when ordered from detail table back to the mainlisting, it does make an error with SQL stating "unknown column 'author' in where clause"
    That must be because the script looks for "author" column from the original table yeah, but how can I solve this? Any ideas? Does this mean that Alias names for columns are not possible or is there something i've missed?
    Any ideas, suggestions?
    Thanks,
    KimmoK

    Hi Kimmo,
    ADDT´s dynamic lists can handle alias columns fine to my experience, but I reckon that you most probably applied the "CONCAT(...) AS author" query modification after having generated the list, and the list´s internal WHERE clause seems to have no clue of this alias column.
    You can get an idea about using alias columns in Dynamic Lists in my tutorial "Dynamic Lists: exploring the Filter Conditions": http://www.guenter-schenk.com/tutorials/tutorial.php?id=6
    Can you please post the list´s code on your server as text file (e.g. code.txt) and provide a link to this file ?
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • Wrong Name Associated With iPhone

    Hey guys,
    I just recently used the new Maps app on my iPhone 4S (iOS 7) to text somebody my location when I noticed the name that came up on the link/picture is wrong. My name is Ryan and my last name begins with an S, and since I also have a friend on my contacts list with the same first name (Ryan) and last letter of last name (S) the phone somehow thinks that that individual is me. I also noticed that next to my friends name in the contacts list it says "me". I have no idea how to fix this! Any help would be greatly appreciated!

    Thanks for the tip! I would have done that right now but i deleted him off my contact list since i thought it might have somehow fixed the problem but its still registering as my friend.

  • Java 64-bit Windows 7 - Error with Tomcat Install

    Downloaded and ran jre-6u20-windows-i586-s.exe on a Win host (Dell PowerEdge R610 with 16 Core 2.27 GHz Intel Xeon) running Windows 7 64-bit. The website said if you're running a 64-bit Windows OS then download that file.
    When I run the command "java -version" it says,
    "C:\Users\plozanci>java -version
    java version "1.6.0_20"
    Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
    Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode, sharing)"
    I'm trying to install Apache Tomcat 6.0.26. Getting the error: "[206 javajni.c] [error] %1 is not a valid Win32 application."
    After searching the web, it looks like the Tomcat is looking for a 64-bit JRE but encountering a 32-bit version. I thought that the jre-6u20-windows-i586-s.exe file had the 32-bit & 64-bit versions. If this is true, how do I get Tomcat to use the right version?
    If its false, where is the 64-bit version for Windows 7?

    No. They are separate installers. The 32bit will run on a 64bit OS, but it is not 64bit. If you need the 64bit, you will need to download the 64bit installer.
    You will need: jre-6u20-windows-x64.exe
    Go: http://java.sun.com/javase/downloads/index.jsp
    select: Download JRE
    select: Windows x64
    Happy downloading!
    -Roger

  • Memory Error with Tomcat 4.1

    I have a Tomcat 4.1 installation on a Linux 7.2 box. Tomcat uses
    mod_jk with Apache. We are currently in a development phase and change alot of jsp's on a daily basis. Eventually it seems that Tomcat runs out of memory for the compilations and gives the following message:
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: -1 in the jsp file: null
    Generated servlet error:
    [javac] Compiling 1 source file
    The system is out of resources.
    Consult the following stack trace for details.
    java.lang.OutOfMemoryError
    After Tomcat is restarted everything appears to to be okay for a time. Eventually this problem will come back. The problem appears to be only when jsp files are changed. Running jsp's ( which were previously compiled and have been unchanged) run just fine.
    In the /var/tomcat4/conf/tomcat4.conf file I have the following command
    uncommented:
    JAVACMD="$JAVA_HOME/bin/java -Xms6m -Xmx100m"
    I am running java 1.4.1 on the Linux box.

    I was looking at the Jakarta web site and under the Tomcat4.1 documentation it gives a description of what is new in 4.1. It states:
    Rewritten Jasper JSP page compiler
    Performance and memory efficiency improvements
    Among other things. Could they have a memory leak?

  • Report file name error with Chinese Date format

    Hello,
    I am seeing an error at
    step Write UUT report in the standard model files.  This step is
    calling the API method save on the object Runstate.Report.
    The issue occurs on computers using chinese localization with the date in the report file name.
    Is this a known issue?  Is there a way to modify the filename before calling the above method to eliminate the problem?
    Solved!
    Go to Solution.

    An Error Message is attached. 
    WE have seen this on both Vista and XP.  We are using TestStand version 4.1.1.  I am not sure about the localization, but I have seen this on computers from Taiwan, Korea and Japan.  
    If I put a breakpoint in the Model file at the Write UUT Report Step, you can see Chinese Characters in the time portion of the file name.
    If you change the report name to not include the time and date, the error does not occur.
    We have seen this with ASCII and xml.  With XML, the error also occurs at the step "Add Root Tags to XML Report"
    Attachments:
    FileNameError.JPG ‏134 KB

  • IPhone shown in Windows with wrong name, then with no name at all

    Hello there... i have recently upgraded to iOS 5; up until the upgrade my iPhone would be shown in Windows as "Graz's iPhone" , and it would have a DCIM folder with all my pictures and video inside. After the upgrade, the iPhone showed up in Windows Explorer as "David's iPhone" (David is a friend of mine who plugged his iPhone in my pc to recharge it weeks ago) and the DCIM folder had three other folders inside, with weird names, and the pictures and videos in them. To try and solve this, i uninstalled the apple driver from the Device manager, resulting in the iPhone shown as "Apple iPhone" with a generic camera icon, and it not being seen anymore in iTunes. (it would see it and sync it through wi-fi, but not as usb, so I couldn't restore or upgrade it). I browsed the Apple support, and managed to solve this. So now, iTunes works just fine, but Windows shows the iPhone with the right icon but as "Apple iPhone".. and still with the weird folders. Here's a screenshot:
    Solutions? thanks a lot!!

    Hello there... Hello Graz.
    Glad to hear that I am not alone. I have the same problem but a bit a reverse than yours.
    Recently I had also upgraded to iOS 5 as well. I have no problem using iOS 5 for a week or so connecting to my personal laptop (Windows 7) and also PC at work (Windows XP)
    What happened now is that a few days ago my friend (Bob) connect my iPhone to his personal laptop to transfer some of the pictures we have taken on my iPhone. Bob never use iPhone and no iTunes were installed to his laptop. Bob transfered the pictures using this software called "Readiris 12 PRO" (www.irislink.com) instead of the normal "Windows Explorer". He used Windows XP by the way. The transfer went well.
    Right the next day, I connected my iPhone to my laptop and started to experience the same DCIM folders problem Graz mentioned above except that my iPhone's name remain unchanged (Maybe the fact that Bob's don't use any iPhone - a bit contrary than "Graz-David" issues). I also noticed that all the pictures were grouped into several "alphanumeric" folders according to the month of the pictures taken. I could not delete some of the folders but I can delete the pictures or copy them onto my laptop.
    I had tried many ways to get thing back to normal but NONE of it (refer below) solved the issue I am facing. This include:
    Attempt 1: Reset my iPhone through the device itself via "Settings/General/Reset/Reset All Settings" - No data or media were deleted.
    Attempt 2: Reset my iPhone throught the device itself again via "Settings/General/Reset/Erase All Content & Settings"- All media & data were deleted and all settings were reset. But then I used iTunes as a back up when sync back all my data (mainly apps). All media in Camera Roll were gone, some non-online apps data were also gone. So sad my all 3 STARS achievement on Angry Birds were also gone.
    Attempt 3: Reset my iPhone as in Attempt 2 but this time set as a New Phone without back up from iTunes. Quite happy when all those weird folder are gone. Took one snap and reconnect to my laptop. ****! The weird folder appeared again.
    Attempt 4: Started to feel like something is wrong with my laptop. So i restore my Windows to an earlier date (before Bob connect my iPhone to his laptop)
    Attempt 5: I installed iExplorer for iPhone (www.macroplant.com/iexplorer) so that I can browse my iPhone as an external disk and I couldn't find all the weird folders in DCIM. My intention were to delete them because I cannot delete those folders via Windows Explorer
    Attempt 6: Trying to connect my iPhone to other display laptops at shopping mall. Just want to diagnose either my Iphone is a problem or my laptop is a problem. It turned out that those weird folders still exist in DCIM when I browse it through Windows Explorer. So I kind of made myself understand that my iPhone is a problem.
    Attemp 6: Restore my iPhone via iTunes (USB Connected) and set it as a New Phone. Almost same like Attempt 3 except that restore process were done while my iPhone were connected to iTunes.
    None of the above work. Quite frustrated the fact that datas are now gone and yet problem UNSOLVED.
    I know it's quite a simple problem but quite annoying to find out that the DCIM folder is now not as perfectly as it used to be. Furthermore I hate those alphanumeric folders inside it where I can't either rename them or delete them. I attached below images as reference.
    Please help me too! Thanks a million

  • Load from file error with Tomcat

    I'm trying to load a set of users from a CSV and whenever the file is more then a couple kb, I get an error which says:
    javax.servlet.ServletException:
    ==> java.io.IOException: No such file or directory
         at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:471)
         at org.apache.jsp.loadFromFile$jsp._jspService(loadFromFile$jsp.java:1017)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:201)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:381)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:473)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
    etc.
    I get the same error when attempting to upload a file for bulk resource actions. I've tried playing with the Tomcat disableUploadTimeout parameter with no luck. Are there any other Tomcat parameters that could affect the upload of these files? When I use the same files with a limited number of lines, the uploads of the csv files work fine. I'm using the following setup:
    Solaris 10 118833_17
    Sun System Identity Manager 7.1 (20070523)
    Tomcat Servlet/JSP Container 4.0.5
    MySQL 5.0.60

    Your error will be the same as this posting
    Jobs Credentials Problem
    What it needs is the Windows User and it needs to have the Local Security privilege 'Log on as a batch job' . This will be probably already assigned to the ORA_DBA group. So enure that the user you use to logon to Windows is in the ORA_DBA group.

Maybe you are looking for

  • How to change charset in my app?

    Hi all. I have some troubles with charset in my air app. I need to insert some text in Russian (cp-1251) with Javascript function in html page. But it always in utf-8 (i think). I use Aptana Studio. Somebody help plz.

  • ALE  Accounting

    Hi Gurus, Here i have a situation, source system: Up on creating a billing document it should generate a IDOC Target system: The idoc Generated by the source system should be processed to create accounting document. is this possible with ALE, Please

  • NWDI in upgrade project - Recommendations

    Dear All, We are upgrading ECC and Portal. Earlier client doesn't have NWDI. Now we are using NWDI, so the customer wants the below recommendations. 1. Provide a recommendation for use of NWDI within the Upgrade project. 2. Provide a recommendation f

  • RSPAN Broadcast, impact network intermitten

    HI All, I've configured RSPAN on the customer network. The impact is, there's a network intermitten on the customer network. And the source problem is broadcast traffic from the destination port on the RSPAN. Is anyone found out broadcast problem whi

  • Safari crashes immediately upon startup

    For some time now my Safari crashes immediately upon startup. I already tried to remove plugins etc. but no succes. See crash report below: Process:         Safari [308] Path:            /Applications/Browsers/Safari.app/Contents/MacOS/Safari Identif