IPhone SDK 3.1: Problem compiling first Hello World App

Hi,
I am new to XCode, Mac OS and iPhone Development.
I had already installed the earlier iPhone SDK (version prior to the latest 3.1) into my Mac OS 10.6. I was not able to run
the hello world program through xCode as while opting for Build and Run, the simulator it was giving me an error saying that it cannot find the right SDK.
I had assumed that the old SDK is not compatible with the new Mac OS 10.6 (Snow Leopard). I had then uninstalled the old
iPhone SDK using Terminal tool, using the command line given in the xCode uninstall guide.
Installed the latest iPhone SDK (version 3.1), and then tried to compile the hello world app through xCode. Now I am getting the following error:
*error: can't exec '/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2' (No such file or directory*)
I had located the above mentioned directory and could not find the file: "gcc-4.2" as mentioned in the error. Instead
executable files like "i686-apple-darwin10-gcc-4.2.1" are present there.
My Project Settings are:
Project Format - xcode 3.2 -compatible
Base SDK - iPhone Simulator 3.1
Compiler Version - System Default (GCC 4.2)
I am totally confused here, as I don't know how to correctly set up the ENV, as I thought the iPhone installer SDK does that automatically.
Please help me out.
Thanks in advance for your time,
JC.
Error Messages:
Build helloworldxc of project helloworldxc with configuration Debug
ProcessPCH /var/folders/P-/P-zMg0EzHree36VYyqKEvU+TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/helloworldxcPrefix-gylsydenhucpkgfnujlgvzvhfhzd/helloworldxcPrefix.pch.gch helloworldxc_Prefix.pch normal i386 objective-c com.apple.compilers.gcc.4_2
cd "/Users/jaideepchakravorty/Jaideep/R&D/helloworldxc"
setenv LANG en_US.US-ASCII
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr /bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -x objective-c-header -arch i386 -fmessage-length=0 -pipe -std=c99 -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -Wreturn-type -Wunused-variable -D_IPHONE_OS_VERSION_MINREQUIRED=30000 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.1 .sdk -fvisibility=hidden -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/jaideepchakravorty/Jaideep/R&D/helloworldxc/build/helloworldxc.build/Deb ug-iphonesimulator/helloworldxc.build/helloworldxc-generated-files.hmap -I/Users/jaideepchakravorty/Jaideep/R&D/helloworldxc/build/helloworldxc.build/D ebug-iphonesimulator/helloworldxc.build/helloworldxc-own-target-headers.hmap -I/Users/jaideepchakravorty/Jaideep/R&D/helloworldxc/build/helloworldxc.build/D ebug-iphonesimulator/helloworldxc.build/helloworldxc-all-target-headers.hmap -iquote /Users/jaideepchakravorty/Jaideep/R&D/helloworldxc/build/helloworldxc.build/Deb ug-iphonesimulator/helloworldxc.build/helloworldxc-project-headers.hmap -F/Users/jaideepchakravorty/Jaideep/R&D/helloworldxc/build/Debug-iphonesimulato r -I/Users/jaideepchakravorty/Jaideep/R&D/helloworldxc/build/Debug-iphonesimulato r/include -I/Users/jaideepchakravorty/Jaideep/R&D/helloworldxc/build/helloworldxc.build/D ebug-iphonesimulator/helloworldxc.build/DerivedSources/i386 -I/Users/jaideepchakravorty/Jaideep/R&D/helloworldxc/build/helloworldxc.build/D ebug-iphonesimulator/helloworldxc.build/DerivedSources -c /Users/jaideepchakravorty/Jaideep/R&D/helloworldxc/helloworldxc_Prefix.pch -o /var/folders/P-/P-zMg0EzHree36VYyqKEvU+TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/helloworldxcPrefix-gylsydenhucpkgfnujlgvzvhfhzd/helloworldxcPrefix.pch.gch
while compiling hellowworldxc_Prefix.pch,
error: can't exec '/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2' (No such file or directory)

Could you let me know as where is the xcode setting through which it is looking for the compiler in the following path ? This path is probably wrong (Pls refer to the error messages)
I'm not sure this will be of any help to you -- I'm not sure if it's the answer you're looking for, since I don't really know enough on the subject. However, this may answer your question, or at least maybe help you find the answer for yourself, so it's worth a shot. Try going to Edit Project Settings in the Project menu, and once the Project Settings open, select the Build tab. Search through this and see if you find any preferences along the lines of what you are looking for. In particular I would try the sections toward the bottom about the GCC 4.0 compiler. Sorry if this was a waste of time, but I wanted to try...

Similar Messages

  • SharePoint "Hello World" App showing blank page

    I have just created and deployed a "Hello World" app to test our SharePoint 2013 Appstore and run into a problem. The application has been uploaded to the store and can be added to a site, but when I click on the app in the site I get a blank page
    containing the following html:
    <html><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"><meta name="Robots" content="NOINDEX " /></head><body></body>
                    <script type="text/javascript">
                     var gearPage = document.getElementById('GearPage');
                     if(null != gearPage)
                         gearPage.parentNode.removeChild(gearPage);
                         document.title = "Error";
                     </script>
                     </html>
    I think the issue is related to the way our SharePoint environment is ssl offloaded. We have set up AAMs for the web application the application store is set up on. Both this site and the app domain are being offloaded.
    We have applied SP1, which as far as I am aware contains the March update which allows the app store to work like this.
    Has anyone got any suggestions?
    Thanks

    Thanks for your reply Jerry,
    This problem is a reproduction of the same issue we were having in our production environment. We are trying to install a 3rd party application and it wasn't working. In order to troubleshoot, we have configured our test environment in the same way and created
    a blank app to test the app store in isolation.
    I have used a number of network tools to see if there's anything obvious there, but in terms of the request it seems to be going through fine - SharePoint is serving the blank page.
    We have had a dig in the logs and found the following entry:
    03/05/2015 09:13:34.20 w3wp.exe (0x06A4)
    0x0CCC SharePoint Foundation
    General aiz2a
    High Request for app scheme does not match the webapp's scheme for this zone. Request Uri: http://app-4de7650b52503a.appstore-tst2013.<our domain>.net/sites/apptest/SharePointApp1/Pages/Default.aspx?SPHostUrl=https%3A%2F%2Fdocs%2Dtst2013%2E<our
    domain>%2Enet%2Fsites%2Fapptest&SPLanguage=en%2DUS&SPClientTag=0&SPProductNumber=15%2E0%2E4693%2E1000&SPAppWebUrl=https%3A%2F%2Fapp%2D4de7650b52503a%2Eappstore%2Dtst2013%2E<our domain>%2Enet%2Fsites%2Fapptest%2FSharePointApp1  Zone
    Response Uri: https://docs-tst2013.<our domain>.net Site collection path: /sites/apptest.
    Which seems to be saying the incoming request was an http:// request when it was expecting https://
    SSL is offloaded in our environment so the request to the SharePoint server will be http:// from the NLB, and https:// from the client browser.
    We have AAMs for the web application the app store url points to with http:// as the internal url and https:// as the public url.
    Does this help?
    Thanks.

  • Unable to download Xcode 3.2.2 with iphone SDK (Intego firewall problem?)

    Hello. I logged into Apple's development site, to download Xcode 3.2.2 w/iphone SDK. I clicked on the link and started the download, but I think my firewall is blocking it.
    Which is odd, ContentBarrier is set to DISABLED for my account. I should have full access.
    Are there specific override settings I need to add to a 'trusted sites' entry, despite already having configured my Mac full admin access?
    Thanks!

    HI,
    From the Safari Menu Bar click Safari/Preferences then select the General tab. Where you see: Open "safe" files after downloading, make sure that box is selected.
    Carolyn

  • Problem with JNI hello world

    I found some tutorial on SUN site on how to use JNI. I'm using Eclipse to compije Java and C (via Cygwin) files. Here are complete files:
    Hello.java:
    class Hello
         public native void sayHello();
         static
              try
              System.loadLibrary("hello");
              catch(Exception e)
                   System.out.println("exc");
         public static void main(String[] args)
              Hello h = new Hello();
              h.sayHello ();
    }Hello.c:
    #include <mingw/_mingw.h> //because there are some types needed for JNI
    #include <jni.h>
    #include "Hello.h"
    #include <stdio.h>
    JNIEXPORT void JNICALL Java_Hello_sayHello
      (JNIEnv *env, jobject obj)
         printf("Hello world!\n");
         return;
    }Makefile:
    hello.dll : Hello.o Hello.def
         gcc -g -shared -Wl,--kill-at -o hello.dll Hello.o hello.def
    Hello.o : Hello.c Hello.h
         gcc -c -g -I"$(JAVA_HOME)\include" -I"$(JAVA_HOME)\include\win32" Hello.c -o Hello.o
    Hello.h : Hello.class
         javah -jni Hello
    clean :
         rm Hello.h
         rm Hello.o
         rm hello.dllHello.def
    EXPORTS
    Java_Hello_sayHelloEverything goes well, but when I run java program it does nothin (it should print message, but it just exit without any error).I'm sure that it's something stupid, but I cant see what. Can anyone tell me what am I doing wrong?
    Thenks.

    Answer 1: yes, there was no problem. I compiled and started simple 'hello world' program from Cygwin and from WinXP console, and it worked well.
    Answer 2: This is weird, I changed code to this:
    Hello.java:
         public native int getInt();
              System.out.println("Returned int is " + h.getInt());Hello.c:
    JNIEXPORT jint JNICALL Java_Hello_getInt
      (JNIEnv *env, jobject obj)
         return 25;
    }It does not print anything. I started this program from Cygwin and from WinXP console, and from Eclipse. Only if I debug in Eclipse (step by step) I get:
    Returned int is 25and still I don't get Hello string printed (even if I go step by step). It looks like cygwin has some problem with OS. Do you have any idea what to do, I'm a bit confused?
    Thank you.
    Message was edited by:
    zly

  • Cannot compile my Hello World

    Hello I am new to Java,
    I am running openSUSE 11.1.
    on running the javac compiler this is what I get.:
    alon@linux-6xrt:~/java> javac Ch2Sample1.java
    /usr/lib/gcc/i586-suse-linux/4.3/../../../crt1.o: In function `_start':
    /usr/src/packages/BUILD/glibc-2.9/csu/../sysdeps/i386/elf/start.S:115: undefined reference to `main'
    collect2: ld returned 1 exit status
    alon@linux-6xrt:~/java> This is my java code
    import javax.swing.*;
    public class Ch2Sample1  {
         public static void main  (String [] args  )   {
         JFrame      myWindow;
         myWindow = new JFrame();
         myWindow.setSize(300, 300);
         myWindow.setTitle("My First Java ");
         myWindow.setVisible(true);
         System.out.print("Hello World");
    }I am pretty much at a loss.

    Thank you
    I followed your advice and
    javac -v
    Using built-in specs.
    Reading specs from /usr/lib/gcc/i586-suse-linux/4.3/libgcj.spec
    rename spec startfile to startfileorig
    rename spec lib to liborig
    Target: i586-suse-linux
    Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,fortran,java --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.3 --enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.3-1.5.0.0/jre --with-ecj-jar=/usr/lib/gcc/i586-suse-linux/4.3/ecj.jar --enable-java-awt=gtk --enable-gtk-cairo --disable-libjava-multilib --disable-libmudflap --with-slibdir=/lib --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --program-suffix=-4.3 --enable-linux-futex --without-system-libunwind --with-cpu=generic --build=i586-suse-linux
    Thread model: posix
    gcc version 4.3.2 [gcc-4_3-branch revision 141291] (SUSE Linux)
    alon@linux-6xrt:/usr/lib/jvm> I guess I am using gcj
    BTW I am using openSUSE, I use geany editor and I type all the command the terminal.. no IDE for me.
    I gather I should down the java compiler from Sun then?.
    I have found this
    java                        java-gcj       jre-1.6.0-openjdk
    java-1.5.0                  jre            jre-gcj
    java-1.5.0-gcj              jre-1.5.0      jre-openjdk
    java-1.5.0-gcj-4.3-1.5.0.0  jre-1.5.0-gcj
    java-1.6.0-openjdk-1.6.0    jre-1.6.0
    alon@linux-6xrt:/usr/lib/jvm> So I guess I have the openjdk?
    Your advice?

  • Hello World  App : Exception in thread "main" java.lang.NoClassDefFoundErro

    Hi
    I have downloaded a latest version of JDK, I have several other versions on my machine from other times i endeavored to work on Java, but never got to doing so.
    I have compiled the HelloWorldApp (code below) but when i try to run it, I get the error below: My java version is listed as 1.5.0_06. Any insight would be great.
    F:\GamingExtravaGanza>java HelloWorldApp.class
    Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorldApp/class
    * The HelloWorldApp class implements an application that
    * simply prints "Hello World!" to standard output.
    class HelloWorldApp {
        public static void main(String[] args) {
            System.out.println("Hello World!"); // Display the string.
    }F:\GamingExtravaGanza>java -version
    java version "1.5.0_06"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
    Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)
    Mike

    I had tried without the class extension, too. Anyone have ideas for why i am getting the error ?
    F:\GamingExtravaGanza>java HelloWorldApp
    Exception in thread "main" java.lang.UnsupportedClassVersionError:
    umber in .class file
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Sour
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$100(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Metho
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Sourc
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)

  • IPhone SDK: Navigation Hierarchy Problem

    Hello!
    I've started developing for the iPhone and read through the programming guides of the developer site.
    As my first application I've wanted to make a navigation hierarchy. When I click in the MainWindow on a button a second view is put on the navigation controller and is displayed. But when I click on a button in this appeared view the application crashes instead of displayed another view.
    Here you can find the code: [Click|http://chaossanctuary.ch.ohost.de/navigation.zip]
    Maybe someone can help me, but I don't know how to make further on.
    Thanks in advice for your answers!
    Greets

    Could you let me know as where is the xcode setting through which it is looking for the compiler in the following path ? This path is probably wrong (Pls refer to the error messages)
    I'm not sure this will be of any help to you -- I'm not sure if it's the answer you're looking for, since I don't really know enough on the subject. However, this may answer your question, or at least maybe help you find the answer for yourself, so it's worth a shot. Try going to Edit Project Settings in the Project menu, and once the Project Settings open, select the Build tab. Search through this and see if you find any preferences along the lines of what you are looking for. In particular I would try the sections toward the bottom about the GCC 4.0 compiler. Sorry if this was a waste of time, but I wanted to try...

  • IPhone SDK question. Problems with Addressbook and Addresses.

    I know the api is closed as of beta but I have serious problems adding street, zip and city terms to the multivalue address property. I am doing an application for release around the new model of iphone and any information about how to use the address property would be great. I can say, phone numbers I can add as many as I like as of now its only addresses I have problems with, and sadly I can't find information anywhere, including the SDK documentation how to write these properties to a record.
    I hope any of you can help me or give me a number I can call for help directly from apple.
    Thank you in advance.
    /Klaus

    I still wonder about this, but I got a new issue and that is adding a "default" photo to the address record I am creating.
    I try load my application icon from the application resources to add it to the addressbook record.
    NSString* imageName = [[[NSBundle mainBundle] pathForResource:@"Icon.png" ofType:nil]];
    NSData *iconData = [[NSData alloc] initWithContentsOfFile:imageName];
    ABPersonSetImageData(person, [[iconData bytes]], nil);
    Ugh the iconData gets allocated and initedWithContentsOfFile imageName. And yes it loads. Offtopic, how to mark segments as code so no fancy functions strip text and whitespace from my code exampes on the forum?
    But get bad access when I try add the image to the record. I know there was some articles on blogs about this last week, but seems like they been pulled off now.

  • IPhone - SDK 3.0 - Store Kit - Has anyone made app restore work?

    Hi all,
    I'm doing some tests with the Store Kit for the in-app purchase feature. Everything seems to work fine but this:
    I just couldn't get restore to work.
    In particular, I notice that the SKPaymentQueue documentation refers to paymentQueueRestoreCompletedTransactionsFinished:
    and paymentQueue:restoreCompletedTransactionsFailedWithError: , supposedly part of the SKPaymentTransactionObserver protocol, but its reference page doesn't mention it at all.
    I still tried to implement it with the following prototypes:
    - (void)paymentQueue: (SKPaymentQueue *)queue restoreCompletedTransactionsFinished: (NSArray *)transactions;
    - (void)paymentQueue: (SKPaymentQueue *)queue restoreCompletedTransactionsFailedWithError: (NSError *)error;
    For testing, I have three elements in the sandbox, one of each kind, and I bought all of them and then deleted the application from the iPhone. When I install it back, I'm expecting restoreCompletedTransactions to get at least some of them restored, but none of the observer's selector gets called back.
    Has anyone successfully restored transactions? Did I miss something?
    Any help would be greatly appreciated.
    Regards

    Hi,
    I'm looking for informations about In App purchasing but I find any interesting things !!
    I see that your tests work fine until the restored transactions.
    So could help me to start with this feature ? I've read Store Kit Programming but I don't understand how start?
    What are the first stages to follow ? How do you create a list of product to store with their ID associated ?
    Thank you!
    Cédric.
    PS:I write this post in English but i'm French so you can reply me in French or not!!

  • IPhone SDK: change certificate and/or provisionning of existing app

    Hi,
    We recently moved from individual to corporation and I was wondering if we can revoke our dist certificate to create a new one, and at the same time, create new provisionning profiles for our apps?
    I'm not sure but for updating apps, don't the provisionning profile needs to remain the same?
    Thanks!

    I would make sure that you did not set this app id in XCode. On the Developer Portal --> App IDs --> Manage tab it says:
    "You are not required to enter your App ID into your Xcode project. Xcode will incorporate the App ID automatically."
    I think you need a * at the end of your app id as well in the App ID configuration in the Developer Portal. You should have something like: 9AK2T6Z3YE.com.somecompanyorname.*
    I believe you would enter in "com.somecompanyorname.*" in the second input box when creating an app id.

  • Xcode crashed while building the hello world app

    I installed xcode 5.0.2 on imac 2013 with osx 10.9.
    Created a new helloworld xcode project.
    While creating no issues, while building the app getting the following error.
    XCode quit unexpectedly.
    Why it happens and what is the solution.
    Tried all workaround, but could not solve the issue.

    What version of Xcode are you using? In Xcode 4.3 or later, you will need to install the command line tools to compile C++ code outside of Xcode, as Bigstorm told you.
    In Xcode 4 you can see what is built and where by using the project navigator on the left side of the project window. You should see a Products folder in the project navigator with a disclosure triangle next to it. Clicking the disclosure triangle shows the executable file Xcode creates when you build the project. Select the executable file in the project navigator, control-click, and choose Show In Finder to show where the executable file is.

  • Problem compiling HelloWorld servlet

    Hello,
    I'm trying to compile a "Hello World" servlet in Tomcat that I copied straight out of the book. The code is as follows:
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class HelloWorld1 extends HttpServlet {
    public void doGet(HttpServletRequest request, HttpServletResponse response)
    throws IOException, ServletException
    response.setContentType("text/html");
    PrintWriter out = response.getWriter();
    out.println("<html>");
    out.println("<body>");
    out.println("<head>");
    out.println("<title>Hello World!</title>");
    out.println("</head>");
    out.println("<body>");
    out.println("<h1>Hello World!</h1>");
    out.println("</body>");
    out.println("</html>");
    However, neither HttpServlet, HttpServletRequest, HttpServletResponse, or ServletException are being recognized. In each case, the message I'm getting from the compiler is "cannot resolve symbol." I'm finding this whole situation very distressing. If someone could help me out, I'd greatly appreciate it.
    Thanks,
    Adam

    well i have tried out both Servlets and JSPs in Windows 98 and i did not get the problem you have mentioned, i am using Jakarta Tomcat 3.2.1, and i have set the classpath to servlet.jar, actually this file is present within the jakarta-tomcat-3.2.1\lib directory and i suppose the classpath is automatically set as u run the startup.bat file. What you can try is, while setting the TOMCAT_HOME and ANT_HOME in the autoexec.bat, try doing it using the old dos 8.3 file naming style, for eg.
    set JAVA_HOME=C:\jdk1.3
    set TOMCAT_HOME=c:\jakart~1.1
    set ANT_HOME=c:\jakart~1.1
    then try running the example again.

  • First WDA (Hello World) not working in IE but looks good in FireFox.

    Hi,
    My Hello World App in WD  is not working in Browser IE. So I can't TEST it in SE80. It only shows a blank page and a javascipt error...
    Taking the same URL in Firefox works just fine....
    BSP apps is working just fine in both browsers.
    sapr3d.korkow is inside a "single label domain"
    http://sapr3d.korkow/sap/bc/webdynpro/sap/zwd_test2?sap-system-login-basic_auth=X&sap-client=300&sap-language=EN
    I have looked at the Config Manuals for WDA. FQDN etc.
    RZ10 now looks like this
    icm/host_name_full                          sapr3d.korkow
    rdisp/rfc_min_wait_dia_wp                   5
    rsdb/ntab/irbdsize                          8000
    rsdb/ntab/ftabsize                          35000
    rsdb/esm/buffersize_kb                      6144
    rsdb/cua/buffersize                         5000
    zcsa/installed_languages                    DEFKNOV
    abap/buffersize                             400000
    DIR_EPS_ROOT                                F:\usr\sap\trans\EPS
    DIR_TRANS                                  
    $(SAPTRANSHOST)\sapmnt\trans
    SAPTRANSHOST                                sapr3d
    SAPSYSTEMNAME                               U01
    SAPGLOBALHOST                               sapr3d
    SAPSYSTEM                                   00
    INSTANCE_NAME                               DVEBMGS00
    DIR_CT_RUN                                  $(DIR_EXE_ROOT)\$(OS_UNICODE)\NTAMD64
    DIR_EXECUTABLE                              $(DIR_INSTANCE)\exe
    PHYS_MEMSIZE                                9059
    rdisp/wp_no_dia                             16
    rdisp/wp_no_btc                             4
    rdisp/max_wprun_time                        900
    icm/keep_alive_timeout                      180
    icm/server_port_0                           PROT=HTTP,PORT=80,TIMEOUT=0,PROCTIMEOUT=180
    ms/server_port_0                            PROT=HTTP,PORT=81$$
    rdisp/wp_no_enq                             1
    rdisp/wp_no_vb                              4
    rdisp/wp_no_vb2                             2
    rdisp/wp_no_spo                             1
    In my hosts file I have:
    127.0.0.1       localhost
    178.18.8.15     SAPR3D
    Any Pointers ?
    Br,
    Martin

    Hi,
    I'm using IE 7.0.5730.13
    I also "fixed" securtiy settings to be as Low as possible....
    (Below message I could not cut and paste... so there may be some spelling misstakes.)
    First javascript error:
    Line: 10
    Char: 13
    Error: Invalid argument
    code: 0
    URL: http://sapr3d.korkow/sap/bc/webdynpro/sap/zwd_test2?sap-system.....
    second error (pushing Next button):
    same as above but:
    URL: http://sapr3d.korkow/sap/bc/webdynpro/ssr/domain_relax.html?000041-1
    third error:
    same as above but:
    URL: http://sapr3d.korkow/sap/bc/webdynpro/sap/zwd_test2~ucfLOADING?sap-contextid=SID.....&sap-wd-clientWindowid=25143
    Any pointers ?
    Br,
    Martin
    Edited by: Martin Andersson on Jun 29, 2008 5:36 AM

  • IPhone SDK on Tiger

    Ok, last night I downloaded the 2GB free iPhone SDK so I could start developing some small apps for the iPhone and iPod touch. After waiting 30 minutes for the download to complete I was finally ready to start. I double clicked the iPhone SDK icon only to see a very cruel and mean message come up which read the following "Couldn't open iPhone SDK. This package type requires Mac OS X 10.5." Why, in the world would Apple force people who want to develop for THEIR PRODUCTS use a operating system that they don't want to? I have OS X Tiger (10.4.11) and do not have Leopard yet. Is there a version for Tiger available?

    Well, you see, the iPhone SDK is made for Xcode 3. Xcode 3 is only available for Leopard and it would take a very long time for Apple to re-develop it just for Tiger and it wouldn't be worth the effort since most of the developers have all the newest programs installed, including Leopard.
    That's why!

  • Exception in Hello World Program in Hibernate

    Hi All
    I am trying to run my first "Hello World" hibernate program in the book "Java Persitance with Hibernate". I have written the model class and the main class.
    I have also create the mapping file Message.hbm.xml and hibernate configuration file hibernate.cfg.xml through hibernate tools. Now when I am running the main class i am getting the following exception.
    SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
    SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
    Exception in thread "main" java.lang.ExceptionInInitializerError
         at com.hibernate.test.HibernateUtil.<clinit>(HibernateUtil.java:17)
         at com.hibernate.test.HelloWorld.main(HelloWorld.java:15)
    Caused by: java.lang.NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder
         at org.slf4j.LoggerFactory.getSingleton(LoggerFactory.java:223)
         at org.slf4j.LoggerFactory.bind(LoggerFactory.java:120)
         at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:111)
         at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:269)
         at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:242)
         at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:255)
         at org.hibernate.cfg.Configuration.<clinit>(Configuration.java:165)
         at com.hibernate.test.HibernateUtil.<clinit>(HibernateUtil.java:15)
         ... 1 more
    Caused by: java.lang.ClassNotFoundException: org.slf4j.impl.StaticLoggerBinder
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         ... 9 moreI have added the following jars from the folder hibernate-distribution-3.5.2-Final\lib\required
    commons-collections-3.1.jar
    dom4j-1.6.1.jar
    javassist-3.9.0.GA.jar
    jta-1.1.jar
    slf4j-api-1.5.8.jar
    and hibernate3.jar to the classpath.
    It would be great if someone could help me in resolving this problem
    Thanks in advance
    Fierof2

    user13519911 wrote:
    I have posted this question here because this is a hibernate program with is related to database connectivity. What i would like to know is what is the jar file i am missing and why is it not present in the required folders of hibernate distribution.Yeah. With that kind of unproductive attitude I suddenly lose all interest in helping. So weird.
    Guess I'll do what I like: be blunt. You are allowed to think. I suggest you do so.

Maybe you are looking for

  • Merge of two same items with different Qty in po

    Hi Experts, Is it possible to merge two Same items with different Quantity into 1. For Eg:- 2 similar  items  with qty 2 & 3 must show 5 qty appearing once.Is it possible through Transnotification what should be the query. Mona

  • How do I change the font in interface of korean version?

    Hi. I'm a korean user of illustrator korean version. And, i used to use previous version CS6 and changed to CC. And, I realized that the font in interface changed compare to previous version. Previouis font was gothic and CC's serif font. And, CC's h

  • Exception in XML parsing

    Hi all, I am trying to extract value from XMLType column and Update the same with diff harcoded value. Can anyone please check whats going wrong here. If I use Xpath upto '/CoverageForm/Details/Clauses/' it works fine. If I use '/CoverageForm/Details

  • What do i need to do to get an imac repaired

    what do i need to do to get an Imac repaired

  • Trying to format an Iomega 1TB for mac

    I got two 1TB drives from radio shack and can't get them to format to mac. Both were stuck saying something about a 4k block for more than an hour, I thought it was suppose to tell me how much time was remaining? After quitting disk utility on both d