[iPhone SDK Beta 6] Simulator only can't find Frameworks

I'm scratching my head on this one. I can load an example project and it runs in the simulator, no problem. My own project, however gives me this:
warning: Unable to read symbols for "/System/Library/Frameworks/UIKit.framework/UIKit" (file not found).
and something similar for every other linked framework. Eventually, this leads to nothing working and the app quitting out. Works fine on the device, and again, it works with the example projects, so the files aren't actually missing or misplaced.
Instead it seems like something in my build settings or a similar problem. The rub is that I've gone through every build setting and parameter of a working example project line by line to make sure they match, but my project still won't compile in the simulator.
The only caveat is that I'm not using a .nib or .xib file as all the examples are transitioning to now. I don't see how that's relevant in the smallest way, however.
Can anyone with more experience or knowledge about XCode projects give me some insight to what I might be missing? It's driving me a little insane.

Well, I really don't know what the problem was specifically, but I narrowed it down to drawing the render buffer from OpenGL. It seems that, only on the simulator, if I do this too quickly after the window is created and all that it causes the problem.
The console results were weird talking about missing frameworks which seems completely unrelated to what problems were happening.
So... no help to anyone else I guess, but I completely rebuilt the project restructured my program like the demos with a nib and everything and it still turns out it had nothing to do with that. I was able to fix my original with one line commented out. 2 days for one line. weeee.
Message was edited by: aaronsullivan

Similar Messages

  • IPhone SDK (Beta 5) - AudioQueue Problem playing MP3

    Dear community,
    i have a problem using the iPhone SDK (Beta 5). I want to playback a simple MP3-file. So i checked a lot of examples, read documentation and found a least the "AudioQueueTest" example. This is an simple example which is able to play MP3, WAV, ... from the command line. I ported the example to a simple application on the iPhone. Now the problem:
    If i playback a WAV file in the iPhone simulator, everything works fine. If i want to playback an MP3 file, it doesn't work and i don't know why. I stepped through the debugger and found out that the application freezes at the command "AudioQueueNewOutput".
    Do you have the same problem? What i am doing wrong? Is it no possible to create a background thread playing back a local MP3 file?
    Thank you!

    Did you get PCM recording on actual iPhone hardware? With Beta5, my PCM recording works fine in the simulator, but on the hardware, all the buffers I receive contain only 4 bytes of audio data!
    Here's my source code - if anyone can spot anything wrong, I'd be enormously grateful!
    #import "AudioAppDelegate.h"
    #import "AudioViewController.h"
    #import "AudioToolbox/AudioQueue.h"
    #define BUFFER_CT 4
    #define BUFFER_BYTES 8192
    AudioQueueRef audioInQueue;
    static void AudioInCallback(void* aqData,AudioQueueRef aq,AudioQueueBufferRef buffer,const AudioTimeStamp* startTime,UInt32 numPackets,const AudioStreamPacketDescription* desc)
    OSStatus result;
    printf("received %d bytes\n",buffer->mAudioDataByteSize);
    result=AudioQueueEnqueueBuffer(audioInQueue,buffer,0,NULL);
    if(result)
    printf("AudioQueueEnqueueBuffer returned %d\n",result);
    static void StartAudio(void)
    OSStatus result;
    AudioStreamBasicDescription format;
    // 11KHz, 16-bit stereo
    memset(&format,0,sizeof(format));
    format.mSampleRate=11025;
    format.mFormatFlags=kLinearPCMFormatFlagIsSignedInteger | kAudioFormatFlagIsPacked;
    format.mFormatID=kAudioFormatLinearPCM;
    format.mBytesPerPacket=BUFFER_BYTES;
    format.mBytesPerFrame=4;
    format.mFramesPerPacket=format.mBytesPerPacket / format.mBytesPerFrame;
    format.mChannelsPerFrame=2;
    format.mBitsPerChannel=16;
    result=AudioQueueNewInput(&format,AudioInCallback,NULL,CFRunLoopGetCurrent(),kC FRunLoopCommonModes,0,&audioInQueue);
    printf("AudioQueueNewInput result was %d\n",result);
    for(int i=0;i<BUFFER_CT;i++)
    AudioQueueBufferRef buffer;
    result=AudioQueueAllocateBuffer(audioInQueue,format.mBytesPerPacket,&buffer);
    printf("AudioQueueAllocateBuffer result was %d\n",result);
    result=AudioQueueEnqueueBuffer(audioInQueue,buffer,0,NULL);
    printf("AudioQueueEnqueueBuffer to in result was %d\n",result);
    Float32 gain=1.0;
    AudioQueueSetParameter(audioInQueue,kAudioQueueParam_Volume,gain);
    result=AudioQueueStart(audioInQueue,NULL);
    printf("AudioQueueStart result was %d\n",result);
    }

  • IPhone SDK Beta 4 - How to send emails with attachments?

    Hello everyone!
    This is my first post Please be so kind to point me in the right direction.
    Using the official iPhone SDK Beta 4, I am trying to show the compose email screen not only with a subject and body fields, but also with an attached PDF file that I generated. I know that many apps available in the Installer.app can do that, but can the SDK do that as well?
    Generating a mailto URL doesn't seem to be the answer since the RFC 2368 doesn't support attachments as far as I understand. All my attempts to hard-code a mailto URL that could trick the Mail application into composing a message with an attachment have failed...
    Could you give me a hint or maybe copy paste some code to help me with attaching files to emails?
    Thank you so much in advance,
    Eugene

    I tried the following :
    NSError *error;
    NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
    NSString *documentsDirectory = [paths objectAtIndex:0];
    NSString *path = [documentsDirectory stringByAppendingPathComponent:@"export.csv"];
    if ([records writeToFile:path atomically:YES encoding:NSUTF8StringEncoding error:&error] == NO) {
    UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Export error" message:@"An error occured while writing the file."
    delegate:self cancelButtonTitle:@"OK" otherButtonTitles: nil];
    [alert show];
    [alert release];
    static NSString *email = @"[email protected]";
    NSString *outMailtoPath = [NSString stringWithFormat:@"mailto:%@?subject=Review&body=%@&attachment=%@", email, @"test", path, nil];
    NSURL *url = [NSURL URLWithString: [(NSString *)CFURLCreateStringByAddingPercentEscapes(NULL, (CFStringRef)outMailtoPath,NULL,NULL,kCFStringEncodingUTF8) autorelease]];
    [[UIApplication sharedApplication] openURL:url]

  • I've lost my iPhone 4... How can I find it when the device is offline when using "find my iPhone app"????? Any way of getting a location from it????

    I've lost my iPhone 4... How can I find it when the device is off linesmen using "find my iPhone app"????? Any way of getting a location from it?????

    No. It must be online in order to locate it.
    What To Do If Your iDevice Is Lost Or Stolen
    iPhone, iPod Touch, and iPad
    If you activated Find My Phone before it was lost or stolen, you can track it only if it is connected to the Internet by Wi-Fi or cellular. What you cannot do is track your device using a serial number or other identifying number. You cannot expect Apple or anyone else to find your device for you. You cannot recover your loss unless you insure your device for such loss. It is not covered by your warranty.
    If your iPhone, iPod, iPod Touch, or iPad is lost or stolen what do you do? There are things you should have done in advance - before you lost it or it was stolen - and some things to do after the fact. Here are some suggestions:
    This link, Re: Help! I misplaced / lost my iPhone 5 today morning in delta Chelsea hotel downtown an I am not able to track it. Please help!, has some good advice regarding your options when your iDevice is lost or stolen.
      1. Reporting a lost or stolen Apple product
      2. Find my lost iPod Touch
      3. AT&T. Sprint, and Verizon can block stolen phones/tablets
      4. What-To-Do-When-Iphone-Is-Stolen
      5. iCloud- Use Lost Mode
      6. What to do if your iOS device is lost or stolen
      7. 6 Ways to Track and Recover Your Lost/Stolen iPhone
      8. Find My iPhone
      9. Report Stolen iPad | Stolen Lost Found Online
    It pays to be proactive by following the advice on using Find My Phone before you lose your device:
      1. Find My iPhone
      2. Setup your iDevice on iCloud
      3. OS X Lion/Mountain Lion- About Find My Mac
      4. How To Set Up Free Find Your iPhone (Even on Unsupported Devices)

  • Hi, Yesterday I lost my iPhone 5c, please suggest me how can I find iPhone or is there any Technic to find out...

    Hi,
    Yesterday I lost my iPhone 5c, please suggest me how can I find my phone or is there any extra technic to find out this phone.

    What To Do If Your iDevice or Computer Is Lost Or Stolen
    iPhone, iPod Touch, and iPad
    If you activated Find My Phone before it was lost or stolen, you can track it only if it is connected to the Internet by Wi-Fi or cellular. What you cannot do is track your device using a serial number or other identifying number. You cannot expect Apple or anyone else to find your device for you. You cannot recover your loss unless you insure your device for such loss. It is not covered by your warranty.
    If your iPhone, iPod, iPod Touch, or iPad is lost or stolen what do you do? There are things you should have done in advance - before you lost it or it was stolen - and some things to do after the fact. Here are some suggestions:
    This link, Re: Help! I misplaced / lost my iPhone 5 today morning in delta Chelsea hotel downtown an I am not able to track it. Please help!, has some good advice regarding your options when your iDevice is lost or stolen.
      1. Reporting a lost or stolen Apple product
      2. Find my lost iPod Touch
      3. AT&T. Sprint, and Verizon can block stolen phones/tablets
      4. What-To-Do-When-Iphone-Is-Stolen
      5. iCloud- Use Lost Mode
      6. What to do if your iOS device is lost or stolen
      7. 6 Ways to Track and Recover Your Lost/Stolen iPhone
      8. Find My iPhone
      9. Report Stolen iPad | Stolen Lost Found Online
    It pays to be proactive by following the advice on using Find My Phone before you lose your device:
      1. Find My iPhone
      2. Setup your iDevice on iCloud
      3. OS X Lion/Mountain Lion- About Find My Mac
      4. How To Set Up Free Find Your iPhone (Even on Unsupported Devices)
    Mac Computer
           Find My Mac can be used from Find My Phone at iCloud.com and via Find
           My Phone on your iDevice.
          The following is third-party anti-theft software:
               1.  STEM 2.1
               2.  MacPhoneHome 3.5
               3.  MacTrack 7.5.0
               4.  VUWER 1.7
               5.  Sneaky Bastar* 0.2.0
               6.  Undercover 5.1.1
               7.  LoJack for Laptops
               8. Hidden 2.0
               9. Prey 0.6.2

  • I bought songs on my laptop which synced to my iphone and iPad.  But I can't find them on itunes library on my home computer.  However, when I click download for the same song it says it has already been purchased.  How do I find it on home computer?

    I bought songs on my laptop which synced to my iphone and iPad.  But I can't find them on itunes library on my home computer.  However, when I click download for the same song it says it has already been purchased.  How do I find it on home computer?

    Is your "home computer" the same as your laptop or are these two different machines?

  • I have an iPhone 4S from China. How can I find out if it is unlocked, or unlockable, for service in the USA?

    I have an iPhone 4S from China. How can I find out if it is unlocked, or unlockable, for service in the USA?

    Contact the current carrier and ask.

  • I have downloaded some pictures from my iPhone to my PC. NowI can't find them on my PC. Where can I find them?

    I have downloaded some pictures from my iPhone to my PC. NowI can't find them on my PC. Where can I find them?

    How you download them?

  • HT1491 I had a ringtone on a iphone 4 that I purchased and can't find it or recover it. How do I achieve this?

    I had a ringtone on a iphone 4 that i purchased and can't find it or recover it.  How do I achieve this?

    If you don't have it in the Tones section of your computer's iTunes library, nor on your backup of your downloads, then if it is still in the store then you will need to try contacting iTunes Support and see if they will grant you a re-download :  http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • I have made my iphone 4s restore by accident. how can i find my messages?

    i have made my iphone 4s restore by accident. how can i find my messages?

    Do you have a backup?  If you restored as new, your messages were deleted.  Unless you have a backup to restore from, they are gone permanently.  Do you regularly backup in iTunes or to iCloud?

  • Install NetWeaver NW_JAVA_700SP14_SR3 , can't find framework  jvmx.jar

    Hi,
    during install process NetWeaver 7.0 can't run server0,Start Java Engine,step 28 .
    I did try  to start by Sap managment Console and failure too.
    Why had not  been created jvmx.jar ?
    ---   WinXP SP3,  1GB RAM.
    Thanks to advance for some advice and help.
    Alex.
    There are message files after run by Sap managment Console - Start J2E.
    trc file: "C:\usr\sap\J2E\JC00\work\dev_server0", trc level: 1, release: "700"
    node name   : ID1021350
    pid         : 4556
    system name : J2E
    system nr.  : 00
    started at  : Sat Jul 26 19:58:14 2008
    arguments       :
           arg[00] : C:\usr\sap\J2E\JC00\exe\jlaunch.exe
           arg[01] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC00_sem
           arg[02] : -DSAPINFO=J2E_00_server
           arg[03] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC00_sem
    [Thr 4708] Sat Jul 26 19:58:14 2008
    [Thr 4708] *** WARNING => INFO: Unknown property [instance.box.number=J2EJC00sem] [jstartxx.c   841]
    [Thr 4708] *** WARNING => INFO: Unknown property [instance.en.host=sem] [jstartxx.c   841]
    [Thr 4708] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx.c   841]
    [Thr 4708] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties]
    -> ms host    : sem
    -> ms port    : 3901
    -> OS libs    : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : sem
    -> ms port    : 3901
    -> os libs    : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID1021300  : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID1021350  : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID1021300            : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> [01] ID1021350            : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    [Thr 4708] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 4708] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 4728] WaitSyncSemThread: Thread 4728 started as semaphore monitor thread.
    [Thr 4712] JLaunchRequestFunc: Thread 4712 started as listener thread for np messages.
    [Thr 4708] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 4708] CPIC (version=700.2006.09.13)
    [Thr 4708] *** WARNING => Maximum Java heap size specified twice (through maxHeapSize and in javaParameters) - using -Xmx512m [jstartxx.c   2604]
    [Thr 4708] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_17
    +++++++++++++++++++++++++++++++++++++++++++++++++++++
    *[Thr 4708] JStartupICheckFrameworkPackage: can't find framework package C:\usr\sap\J2E\JC00\exe\jvmx.jar
    +++++++++++++++++++++++++++++++++++++++++++++++++++++
    JStartupIReadSection: read node properties [ID1021350]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_17
    -> java parameters    : -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Dorg.xml.sax.driver=com.sap.engine.lib.xml.parser.SAXParser -verbose:gc -Djco.jarm=1 -XX:PermSize=64m -XX:MaxPermSize=128m -XX:NewSize=15m -XX:MaxNewSize=15m -Xdebug -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -XX:PrintGCTimeStamps -XX:UseTLAB -XX:SoftRefLRUPolicyMSPerMB=1 -Dsun.io.useCanonCaches=false -Djava.awt.headless=true -XX:+UseParNewGC -Drdbms.driverLocation=D:/sapdb/programs/runtime/jar/sapdbc.jar
    -> java vm version    : 1.4.2_17-b06
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 512M
    -> init heap size     : 50M
    -> stack size         : 2M
    -> root path          : C:\usr\sap\J2E\JC00\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : C:\usr\sap\J2E\JC00\exe\jstartup.jar;C:\usr\sap\J2E\JC00\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 50021
    -> shutdown timeout   : 120000
    [Thr 4708] JLaunchISetDebugMode: set debug mode [no]
    [Thr 4388] JLaunchIStartFunc: Thread 4388 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 262144 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Dorg.xml.sax.driver=com.sap.engine.lib.xml.parser.SAXParser
    -> arg[  9]: -verbose:gc
    -> arg[ 10]: -Djco.jarm=1
    -> arg[ 11]: -XX:PermSize=64m
    -> arg[ 12]: -XX:MaxPermSize=128m
    -> arg[ 13]: -XX:NewSize=15m
    -> arg[ 14]: -XX:MaxNewSize=15m
    -> arg[ 15]: -Xdebug
    -> arg[ 16]: -XX:SurvivorRatio=2
    -> arg[ 17]: -XX:TargetSurvivorRatio=90
    -> arg[ 18]: -XX:+PrintGCTimeStamps
    -> arg[ 19]: -XX:+UseTLAB
    -> arg[ 20]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 21]: -Dsun.io.useCanonCaches=false
    -> arg[ 22]: -Djava.awt.headless=true
    -> arg[ 23]: -XX:+UseParNewGC
    -> arg[ 24]: -Drdbms.driverLocation=D:/sapdb/programs/runtime/jar/sapdbc.jar
    -> arg[ 25]: -Dsys.global.dir=C:\usr\sap\J2E\SYS\global
    -> arg[ 26]: -Dapplication.home=C:\usr\sap\J2E\JC00\exe
    -> arg[ 27]: -Djava.class.path=C:\usr\sap\J2E\JC00\exe\jstartup.jar;C:\usr\sap\J2E\JC00\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 28]: -Djava.library.path=C:\j2sdk1.4.2_17\jre\bin\server;C:\j2sdk1.4.2_17\jre\bin;C:\j2sdk1.4.2_17\bin;C:\usr\sap\J2E\JC00\j2ee\os_libs;D:\sapdb\programs\bin;D:\sapdb\programs\pgm;D:\WINDOWS\system32;D:\WINDOWS;D:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_17\BIN;;C:\usr\sap\J2E\SYS\exe\uc\NTI386;D:\usr\sap\J2E\SYS\exe\uc\NTI386
    -> arg[ 29]: -Dmemory.manager=512M
    -> arg[ 30]: -Xmx512M
    -> arg[ 31]: -Xms50M
    -> arg[ 32]: -Xss2M
    -> arg[ 33]: -DLoadBalanceRestricted=no
    -> arg[ 34]: -Djstartup.mode=JCONTROL
    -> arg[ 35]: -Djstartup.ownProcessId=4556
    -> arg[ 36]: -Djstartup.ownHardwareId=T1833856537
    -> arg[ 37]: -Djstartup.whoami=server
    -> arg[ 38]: -Djstartup.debuggable=yes
    -> arg[ 39]: -DSAPINFO=J2E_00_server
    -> arg[ 40]: -DSAPSTARTUP=1
    -> arg[ 41]: -DSAPSYSTEM=00
    -> arg[ 42]: -DSAPSYSTEMNAME=J2E
    -> arg[ 43]: -DSAPMYNAME=sem_J2E_00
    -> arg[ 44]: -DSAPDBHOST=sem
    -> arg[ 45]: -Dj2ee.dbhost=sem
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 4388] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    Sat Jul 26 19:58:29 2008
    15.028: [ParNew 7672K->800K(47360K), 0.0055479 secs]
    [Thr 4352] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 4352] Sat Jul 26 19:58:30 2008
    [Thr 4352] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    16.201: [ParNew 8480K->1293K(47360K), 0.0073079 secs]
    [Thr 4352] JLaunchISetClusterId: set cluster id 1021350
    [Thr 4352] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 4352] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    Sat Jul 26 19:58:31 2008
    17.365: [ParNew 8973K->1767K(47360K), 0.0082323 secs]
    Sat Jul 26 19:58:32 2008
    18.443: [ParNew 9447K->1881K(47360K), 0.0080158 secs]
    Sat Jul 26 19:58:33 2008
    19.157: [ParNew 9561K->2300K(47360K), 0.0091473 secs]
    Sat Jul 26 19:58:39 2008
    25.106: [ParNew 9980K->2704K(47360K), 0.0105349 secs]
    Sat Jul 26 19:58:40 2008
    25.893: [ParNew 10384K->2824K(47360K), 0.0113076 secs]
    26.619: [ParNew 10497K->3586K(47360K), 0.0145694 secs]
    Sat Jul 26 19:58:41 2008
    27.152: [ParNew 11214K->3627K(47360K), 0.0130617 secs]
    27.518: [ParNew 11283K->3872K(47360K), 0.0112640 secs]
    Sat Jul 26 19:58:42 2008
    27.920: [ParNew 11550K->4183K(47360K), 0.0122831 secs]
    Sat Jul 26 20:07:28 2008
    553.705: [ParNew 11863K->4619K(47360K), 0.0136825 secs]
    Sat Jul 26 20:20:49 2008
    1354.691: [ParNew 12299K->5221K(47360K), 0.0316448 secs]
    Sat Jul 26 20:25:02 2008
    1607.667: [ParNew 12901K->5774K(47360K), 0.0181839 secs]
    Sat Jul 26 20:25:10 2008
    1615.809: [ParNew 13454K->6346K(47360K), 0.0172924 secs]
    Sat Jul 26 20:25:23 2008
    1629.407: [ParNew 14020K->6579K(47360K), 0.0324804 secs]
    Sat Jul 26 20:25:24 2008
    1630.225: [ParNew 14259K->7562K(47360K), 0.0166091 secs]
    Sat Jul 26 20:25:25 2008
    1631.102: [ParNew 15235K->8304K(47360K), 0.0176059 secs]
    Sat Jul 26 20:25:26 2008
    1632.020: [ParNew 15984K->9135K(47360K), 0.0177774 secs]
    Sat Jul 26 20:25:27 2008
    1632.887: [ParNew 16792K->9654K(47360K), 0.0158604 secs]
    Sat Jul 26 20:25:28 2008
    1633.656: [ParNew 17325K->9774K(47360K), 0.0139747 secs]
    Sat Jul 26 20:25:29 2008
    1634.777: [ParNew 17454K->9961K(47360K), 0.0149994 secs]
    Sat Jul 26 20:25:30 2008
    1635.715: [ParNew 17617K->10128K(47360K), 0.0125052 secs]
    1636.517: [ParNew 17808K->10276K(47360K), 0.0134025 secs]
    Sat Jul 26 20:25:31 2008
    1637.389: [ParNew 17956K->10412K(47360K), 0.0131620 secs]
    Sat Jul 26 20:25:32 2008
    1638.220: [ParNew 18057K->10557K(47360K), 0.0123725 secs]
    1638.572: [ParNew 18237K->10134K(47360K), 0.0097202 secs]
    Sat Jul 26 20:25:33 2008
    1638.733: [ParNew 17814K->10012K(47360K), 0.0092531 secs]
    1638.866: [ParNew 17692K->10018K(47360K), 0.0094892 secs]
    1638.954: [ParNew 17698K->9982K(47360K), 0.0101787 secs]
    1639.397: [ParNew 17662K->10123K(47360K), 0.0099608 secs]
    Sat Jul 26 20:26:30 2008
    1696.471: [ParNew 17803K->10574K(47360K), 0.0282717 secs]
    Sat Jul 26 20:26:38 2008
    1704.451: [ParNew 18254K->10486K(47360K), 0.0110070 secs]
    Sat Jul 26 20:26:41 2008
    1706.982: [ParNew 18166K->10494K(47360K), 0.0203221 secs]
    Sat Jul 26 20:26:58 2008
    1724.331: [ParNew 18174K->10505K(47360K), 0.0200140 secs]
    Sat Jul 26 20:27:13 2008
    1739.470: [ParNew 18185K->10545K(47360K), 0.0220752 secs]
    Sat Jul 26 20:27:14 2008
    1739.853: [ParNew 18225K->10570K(47360K), 0.0108715 secs]
    File dev_dispatcher.log
    trc file: "C:\usr\sap\J2E\JC00\work\dev_dispatcher", trc level: 1, release: "700"
    node name   : ID1021300
    pid         : 4560
    system name : J2E
    system nr.  : 00
    started at  : Sat Jul 26 19:58:14 2008
    arguments       :
           arg[00] : C:\usr\sap\J2E\JC00\exe\jlaunch.exe
           arg[01] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC00_sem
           arg[02] : -DSAPINFO=J2E_00_dispatcher
           arg[03] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC00_sem
    [Thr 5332] Sat Jul 26 19:58:14 2008
    [Thr 5332] *** WARNING => INFO: Unknown property [instance.box.number=J2EJC00sem] [jstartxx.c   841]
    [Thr 5332] *** WARNING => INFO: Unknown property [instance.en.host=sem] [jstartxx.c   841]
    [Thr 5332] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx.c   841]
    [Thr 5332] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties]
    -> ms host    : sem
    -> ms port    : 3901
    -> OS libs    : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : sem
    -> ms port    : 3901
    -> os libs    : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID1021300  : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID1021350  : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID1021300            : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> [01] ID1021350            : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    [Thr 5332] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 5332] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 4696] WaitSyncSemThread: Thread 4696 started as semaphore monitor thread.
    [Thr 3340] JLaunchRequestFunc: Thread 3340 started as listener thread for np messages.
    [Thr 5332] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 5332] CPIC (version=700.2006.09.13)
    [Thr 5332] *** WARNING => Maximum Java heap size specified twice (through maxHeapSize and in javaParameters) - using -Xmx128m [jstartxx.c   2604]
    [Thr 5332] [Node: dispatcher] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_17
    [Thr 5332] JStartupICheckFrameworkPackage: can't find framework package C:\usr\sap\J2E\JC00\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID1021300]
    -> node name          : dispatcher
    -> node type          : dispatcher
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_17
    -> java parameters    : -Djava.security.policy=.\java.policy -Djava.security.egd=file:/dev/urandom -Djco.jarm=1 -XX:NewSize=5m -XX:MaxNewSize=5m -Drdbms.driverLocation=D:/sapdb/programs/runtime/jar/sapdbc.jar
    -> java vm version    : 1.4.2_17-b06
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 128M
    -> init heap size     : 128M
    -> stack size         : 2M
    -> root path          : C:\usr\sap\J2E\JC00\j2ee\cluster\dispatcher
    -> class path         : .\bin\boot\boot.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : C:\usr\sap\J2E\JC00\exe\jstartup.jar;C:\usr\sap\J2E\JC00\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50000
    -> shutdown timeout   : 120000
    [Thr 5332] JLaunchISetDebugMode: set debug mode [no]
    [Thr 4868] JLaunchIStartFunc: Thread 4868 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [dispatcher]
    -> stack   : 262144 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=.\java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Djco.jarm=1
    -> arg[  6]: -XX:NewSize=5m
    -> arg[  7]: -XX:MaxNewSize=5m
    -> arg[  8]: -Drdbms.driverLocation=D:/sapdb/programs/runtime/jar/sapdbc.jar
    -> arg[  9]: -Dsys.global.dir=C:\usr\sap\J2E\SYS\global
    -> arg[ 10]: -Dapplication.home=C:\usr\sap\J2E\JC00\exe
    -> arg[ 11]: -Djava.class.path=C:\usr\sap\J2E\JC00\exe\jstartup.jar;C:\usr\sap\J2E\JC00\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\system\bytecode.jar;.
    -> arg[ 12]: -Djava.library.path=C:\j2sdk1.4.2_17\jre\bin\server;C:\j2sdk1.4.2_17\jre\bin;C:\j2sdk1.4.2_17\bin;C:\usr\sap\J2E\JC00\j2ee\os_libs;D:\sapdb\programs\bin;D:\sapdb\programs\pgm;D:\WINDOWS\system32;D:\WINDOWS;D:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_17\BIN;;C:\usr\sap\J2E\SYS\exe\uc\NTI386;D:\usr\sap\J2E\SYS\exe\uc\NTI386
    -> arg[ 13]: -Dmemory.manager=128M
    -> arg[ 14]: -Xmx128M
    -> arg[ 15]: -Xms128M
    -> arg[ 16]: -Xss2M
    -> arg[ 17]: -DLoadBalanceRestricted=no
    -> arg[ 18]: -Djstartup.mode=JCONTROL
    -> arg[ 19]: -Djstartup.ownProcessId=4560
    -> arg[ 20]: -Djstartup.ownHardwareId=T1833856537
    -> arg[ 21]: -Djstartup.whoami=dispatcher
    -> arg[ 22]: -Djstartup.debuggable=no
    -> arg[ 23]: -DSAPINFO=J2E_00_dispatcher
    -> arg[ 24]: -DSAPSTARTUP=1
    -> arg[ 25]: -DSAPSYSTEM=00
    -> arg[ 26]: -DSAPSYSTEMNAME=J2E
    -> arg[ 27]: -DSAPMYNAME=sem_J2E_00
    -> arg[ 28]: -DSAPDBHOST=sem
    -> arg[ 29]: -Dj2ee.dbhost=sem
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 4868] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [dispatcher]
    [Thr 4864] Sat Jul 26 19:58:16 2008
    [Thr 4864] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 4864] Sat Jul 26 19:58:17 2008
    [Thr 4864] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 4864] JLaunchISetClusterId: set cluster id 1021300
    [Thr 4864] Sat Jul 26 19:58:18 2008
    [Thr 4864] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 4864] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 5360] Sat Jul 26 19:58:43 2008
    [Thr 5360] JLaunchISetP4Port: set p4 port 50004
    [Thr 2000] JLaunchISetTelnetPort: set telnet port 50008
    [Thr 2000] JLaunchISetTelnetPort: set telnet port 50008
    [Thr 2372] Sat Jul 26 20:00:01 2008
    [Thr 2372] JLaunchISetHttpPort: set http port 50000
    [Thr 2372] JLaunchISetHttpsPort: set https port 50001
    [Thr 4864] Sat Jul 26 20:00:15 2008
    [Thr 4864] JLaunchISetState: change state from [Starting (2)] to [Running (3)]
    [Thr 3840] Sat Jul 26 20:30:27 2008
    [Thr 3840] JLaunchISetHttpPort: set http port 50000
    [Thr 3840] JLaunchISetHttpsPort: set https port 50001
    [Thr 3680] JLaunchISetP4Port: set p4 port 50004
    [Thr 3340] Sat Jul 26 20:30:34 2008
    [Thr 3340] JLaunchRequestFunc: receive command:17, argument:0 from pid:1308
    [Thr 3340] JLaunchIShutdownInvoke: set shutdown interval (stop:1217115034/end:1217115154/TO:120)
    [Thr 3340] JLaunchProcessCommand: Invoke VM Shutdown
    [Thr 3340] JHVM_FrameworkShutdownDirect: invoke direct shutdown
    [Thr 6108] JLaunchISetState: change state from [Running (3)] to [Waiting for stop (4)]
    [Thr 6108] JLaunchISetState: change state from [Waiting for stop (4)] to [Stopping (5)]
    [Thr 1008] JLaunchISetP4Port: set p4 port 50004
    [Thr 3996] JLaunchISetHttpsPort: set https port 50001
    [Thr 3996] JLaunchISetHttpPort: set http port 50000
    [Thr 3004] Sat Jul 26 20:30:38 2008
    [Thr 3004] JLaunchISetTelnetPort: set telnet port 50008
    [Thr 3640] Sat Jul 26 20:30:39 2008
    [Thr 3640] JLaunchISetHttpPort: set http port 50000
    [Thr 6108] Sat Jul 26 20:30:41 2008
    [Thr 6108] JLaunchISetState: change state from [Stopping (5)] to [Stopped (6)]

    Just asking with min idea.
    As per above notes its clear that if you are unable to start up JAVA as JAVA license got expired so need to apply JAVA license from ABAP side then it would pic both so in this way we can start JAVA
    But how it would be in case of JAVA only system? how to apply?Shall we apply from OS level?
    Thanks in advance

  • JStartupICheckFrameworkPackage: can't find framework package jvmx.jar

    Hi, 
    I do not manage to open J2EE Engine Visual Administrator
    I have this message: Unable to lookup connection default http://SOLMAN:8100/msgserver/text/logon returned empty list of connection parameters
    I have create a new connection with port 50104
    I have this message: Cannot open connection on host: 192.5.13.120 and port 50104 I checked SAPMMC I discovered that J2EE dispatcher and J2EE Server are stopped.
    I have this message when i developp trace :
    [Thr 3832] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\SSM\DVEBMGS01\exe\jvmx.jar
    My licence is expired is this the problem
    how to install my licence knowing that I cannot reach J2EE Engine Visual Administrator
    Thanks in advance
    Thomas
    Edited by: thomas Andrew on Mar 26, 2008 9:48 AM

    Just asking with min idea.
    As per above notes its clear that if you are unable to start up JAVA as JAVA license got expired so need to apply JAVA license from ABAP side then it would pic both so in this way we can start JAVA
    But how it would be in case of JAVA only system? how to apply?Shall we apply from OS level?
    Thanks in advance

  • Interface Builder not starting (iPhone SDK beta 6)

    Hi,
    I have upgraded my OS to 10.5.3, uninstalled SDK beta 5 and installed SDK beta 6. Since then I cannot start Interface Builder (the icon bounces 3 or 4 times and the application hangs). I tried to reinstall it again and nothing changed.
    Is that a known problem with beta 6? I have a friend who does not experience this problem. Any workaround?
    Thanks and best,
    Rodrigo

    How can it be possible? you invest some money believeng you will start something great and develop allied with the biggest intrepeneur of the world,and... boom. what you see.... isnt really what u get. Why this beta 6/7 Interface Builder crashs when u scroll around too see some v2.0 aspects of the i-phone? just some secret aspects or a little glitch on the final build ? lets see if we can have a taste for it... i was really anxious...

  • IPhone SDK Beta 2 Interface Builder Add a UIViewController

    Hi,
    I am trying the new SDK (beta 2). I didn't try the beta 1 before, because of the lack of IB. However, I am having a problem when trying to code a simple Hello World with a button, with a classic MVC design.
    If I use a UIViewController as a view controller, it compiles fine, but when I hit the button, it crashed. If I code it, or if I subclass the UIView and use it as a view controller, it works.
    Is there any difference of coding compared to a "classic" cocoa app ?
    I hope everything is clear.
    Thanks for your help.
    Have a great day.

    scottjg wrote:
    I've written a tutorial on how to setup a basic Hello World MVC app at: http://ihatetheiphonesdk.blogspot.com
    hope it helps!
    thanks. That helped me!
    A couple of issues though:
    1. I could not "*right click*" and bring up the outlet popups. I had to control-click to do that.
    2. the steps for connecting up outlets for viewController and window did not exist already for me as selectable outlets
    "-Connect our App Delegate's viewController outlet to our view controller, and the window outlet to our window:"
    I added them manually to the app delegate and then ran the connections. Then, I had to add
    +" IBOutlet UIWindow *window;+
    +IBOutlet UIViewController *viewController;"+
    to my HelloWorldAppDelegate.h file (along with any other code that I compared to your files)

  • IPhone iMovie trailer shared to iTunes can't find in iTunes on my Mac

    Basically, the subject line says it all. I created a trailer on my iPhone in the iOS iMovie app. I selected share to iTunes. I can't find the trailer in my mac's iTunes. Trying it again has gotten me the message 'already shared to iTunes.'

    I don't find a 'Video' section in the iTunes iOS app. Only 'Music, Movies, TV Shows, Audiobooks, Tones, Genius, Purchased, and Downloads'. My iPhone trailer I created does not seem to be in the 'Movies' section (those look like movies available to rent).
    On the iMac, I have successfully shared 2 iMovies (from the full iMovie app on the iMac) into iTunes and those show up.
    I just can't find where, if anywhere, my iPhone's iMovie app would be sending those movies or trailers that I've created and that the iOS app says have already been sent to iTunes.

Maybe you are looking for

  • Error while syncing MI client 7.0 on PDA

    Hello experts. I have got a problem with syncing MI client on PDA (actually it is just WM 6.0 emulator). Here is our current environment:      SAP CRM 6.0; MI 7.0 SP15 (JSP); MSAHH 5.0 SR2 SP8; WM 6.0; DB2E 9.1 CrEme 3.29 Here is the error trace: [20

  • Is there any backend file for maintaining and support BRTOOLS?

    Hi Gurus,                   Is there any backend file for maintaining and support BRTOOLS. Thanks in Ad

  • CRM 维护业务伙伴

    Hi experts,   First of at all, i apologize that I do not know most the chinese term in CRM, it is more comfortable for me to write in English.   I have a problem in creating the business partner (维护业务伙伴 ) in CRM.   I login as "ZH" which is chinese, a

  • Exit for IW21

    Hi to all.    In tcode  IW21,  added a tab(additional tab) with subject long text screen area. This subject long text screen area i s already clled in notification tab. But i want clear the and chage the long text in added tab(additional tab). i have

  • Spotlight search not working on ios7

    Spotlight search not working on iPhone 5 updated to ios7. I can access the search bar, but nothing happens when I enter a search term.