Exception while packaging for ios

Trying the latest 3.6 SDK I got the following exception:
Error while reinvoking
java.io.IOException: failed to find jar file
        at com.adobe.air.Utils.getJarFile(Utils.java:71)
        at com.adobe.air.ADT.relaunchForIPAIfNecessary(ADT.java:375)
        at com.adobe.air.ADT.detectTarget(ADT.java:690)
        at com.adobe.air.ADT.parsePackage(ADT.java:648)
        at com.adobe.air.ADT.parseArgsAndGo(ADT.java:571)
        at com.adobe.air.ADT.run(ADT.java:419)
        at com.adobe.air.ADT.main(ADT.java:469)
my cmd-line:
java -Xmx16000m  -jar %AIRPATH%\lib\adt.jar  -package -target ipa-debug-interpreter     -provisioning-profile ios\app.mobileprovision     -storetype pkcs12 -storepass xxxxx     -keystore ios\Zertifikate.p12    app.ipa     app.xml    app.swf
any idea
thanks

I am able to package the app with this command line however I am using different order for -storepass and -keystore. Can you please share your app's sources with me @[email protected] so that I can look into this issue?

Similar Messages

  • Cannot find lib when packaging for iOS

    You can see the same question on StackOverflow here:
    http://stackoverflow.com/questions/11547515/cannot-find-lib-when-packaging-for-ios
    Hi,
    I am developping an Air Native Extension (ANE) in order to be able to use the burstly(1) ads on mobile devices.
    As for my setup, I am using the FlashDevelop 4.0.4(2) and Adobe Air 3.3 (3). I'm using Flex 4.6.0 SDK. The project is setup on Windows7.
    In order to work on iOS devices, Burstly requires a number of frameworks and librares (4)
    I managed to write and compile the .a library for iOS. I also have the interface (actionscript code) that will be shared for Android and iOS compiled into a swc and a librairy.swf. All of this is successfully packaged into a .ane which is included in my project.
    When compiling a .a library on MacOS, all the framework and library used don't seems to be packaged in the ".a". This is why I had to use Air 3.3, for the -platformsdk option(5).
    Since I work on Windows, I followed the instruction in this post to get the iOS SDK (6).
    Following (4) and (5), I made a platformConfig.xml file like this, which is packaged in the .ane
        <platform xmlns="http://ns.adobe.com/air/extension/3.1">
            <sdkVersion>4.2</sdkVersion>
            <linkerOptions>
                <!-- to use the AssetsLibrary framework -->
                <option>-framework AssetsLibrary</option>
                <option>-framework AudioToolbox</option>
                <option>-framework AddressBook</option>
                <option>-framework AVFoundation</option>
                <option>-framework CFNetwork</option>
                <option>-framework CoreLocation</option>
                <option>-framework MapKit</option>
                <option>-framework MediaPlayer</option>
                <option>-framework MessageUI</option>
                <option>-framework OpenAL</option>
                <option>-framework OpenGLES</option>
                <option>-framework QuartzCore</option>
                <option>-framework StoreKit</option>
                <option>-framework SystemConfiguration</option>
                <option>-framework Foundation</option>
                <option>-framework CoreGraphics</option>
                <option>-libsqlite3</option>
                <option>-libxml2</option>
                <option>-libz</option>
            </linkerOptions>
        </platform>
    and this is the line to compile the actuale .ane
        call "%FLEX_SDK%\bin\adt" -package -target ane ../release/burstlyadsextension.ane extension.xml -swc burstlyAds.swc -platform iPhone-ARM library.swf libBurstlyAds.a -platformoptions platformConfig.xml
    Problem arises when I try to package the iOS app with ADT:
        call adt -package -target %TYPE%%TARGET% %OPTIONS% %SIGNING_OPTIONS% "%OUTPUT%" "%APP_XML%" %FILE_OR_DIR% -extdir lib/external/ -platformsdk ../Libraries/iPhoneOS5.0.sdk/
    this happens:
    "ld: library not found for -libsqlite3
    Compilation failed while executing : ld64"
    frameworks seems to be added fine, but the dylib are not. I tried to add the line:
        <option>-L usr/lib/</option>
    before including the lib, but I got this error instead:
    "ld: warning: directory not found for option '-Lusr/lib/'
    ld: library not found for -libsqlite3
    Compilation failed while executing : ld64"
    I tried to use the full path, other relative path, but no matter what path I put in the option, I always get a "warning: directory not found for option". Even "<option>-L ../</option>" give me this warning. The only thing that seems to work is "<option>-L /../</option>", but my .dylib obviousle are not there.
    So my questions are: What did I do wrong? Any idead what else I could try? Even an explanation as to why it is not working would be helpful!
    Links:
    #1: http://support.burstly.com/
    #2: http://www.flashdevelop.org/
    #3: http://get.adobe.com/fr/air/        //Sorry, my OS is in french
    #4: http://support.burstly.com/kb/ios/required-compiler-flags-frameworks
    #5: http://blogs.adobe.com/rajorshi/2011/11/16/ios5-support-for-airusing-external-sdks-to-pack age-apps/
    #6: http://blogs.adobe.com/airodynamics/2012/05/18/using-platformsdk-for-ios-on-windows/

    Thanks a lot, that took care of the
    "ld: library not found for -libsqlite3
    Compilation failed while executing : ld64"
    But now, I'm stuck with this error instead:
    ld: warning: -ios_version_min not specificed, assuming 4.0
    Undefined symbols for architecture armv7:
      "_ADBannerContentSizeIdentifier480x32", referenced from:
          +[Burstly_iad_Adaptor initializeContentSizeIdentifiers] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
          -[Burstly_iad_Adaptor supportedSizes] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_OBJC_CLASS_$_ADBannerView", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_OBJC_CLASS_$_EKEventStore", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(BurstlyORMMAView.o)
      "_OBJC_CLASS_$_FlurryAnalytics", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(Burstly_flurry_Adaptor.o)
      "_OBJC_CLASS_$_CMMotionManager", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(BurstlyORMMAJavascriptBridge.o)
      "_ADBannerContentSizeIdentifier320x50", referenced from:
          +[Burstly_iad_Adaptor initializeContentSizeIdentifiers] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
          -[Burstly_iad_Adaptor supportedSizes] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
          -[Burstly_iad_Adaptor makeSizesSetWithArray:] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_MedialetsShouldLogDebug", referenced from:
          -[MedialetsAdServer sendAppPixelWithURL:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer adFitsSlot:adID:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer nextAdFromList:forTargetKey:keywords:andBlockKeywords:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer isAdValidForSlot:forTargetKey:keywords:andBlockKeywords:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer nextAdForAdView:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer startCacheLoad] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer processReceivedData:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
      "_OBJC_CLASS_$_EKEvent", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(BurstlyORMMAView.o)
      "_ADBannerContentSizeIdentifierPortrait", referenced from:
          +[Burstly_iad_Adaptor initializeContentSizeIdentifiers] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_OBJC_CLASS_$_CTTelephonyNetworkInfo", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(BurstlyUtils.o)
      "_ADBannerContentSizeIdentifierLandscape", referenced from:
          +[Burstly_iad_Adaptor initializeContentSizeIdentifiers] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_MedialetsShouldLogInternal", referenced from:
          -[MedialetsAdServer init] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer qualifiedAdsFromList:forAdView:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer qualifiedAd:foradSlotKey:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer nextAdFromList:forTargetKey:keywords:andBlockKeywords:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer nextAdForAdView:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer attemptCacheLoad] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer startCacheLoad] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
      "_OBJC_CLASS_$_FlurryAppCircle", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(Burstly_flurry_Adaptor.o)
      "_OBJC_CLASS_$_ADInterstitialAd", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
    ld: symbol(s) not found for architecture armv7
    Compilation failed while executing : ld64
    Which is the same error as when I did not include any library at all.
    Any other insight?

  • Weird acting of Socket class while build for iOS device

    Hello,
    It's kind of weird and frustrating using Socket class to build package for iOS device (iPad in my case) - I do have the certificates files (P12, Provisioning) and I can build a package from FB4.5.1 too, but if I build the package as 'Fast' mode through 'Run Configuration' wizard the Socket works okay, but if I package with 'Standard' mode it never works - even I tested both the modes in same device! Any suggestions/idea - I couldn't able figure out why it's acting strange in different modes!
    Thank you.

    This is still become ridiculous - I've read in a document online that non-working socket has bug-fix with AIR 2.7, I was using 2.6 previously - so I downloaded the latest AIR 3.0 SDK and rebuild the project - yet its not working! This is ridiculous!

  • Packaging for iOS app store takes 3 hours

    I've seen a lot of complaints around the web (and on these forums) about how long it takes to package for iOS. However, these complaints are from people who lose patience and since the progress bar doesn't work they assume the packaging has somehow failed and the process is hanging. So the only help I've seen offered on this problem is that the person should read over the packaging documentation, ignore the progress bar, and be patient.
    What I'm hoping is that someone actually has tips regarding reducing this time. I know the process is taking compiled AS3 bytecode and transforming it into iOS assembler (which understandbly isn't a fast process), so reducing the footprint of my AS3 code should result in a faster package time. Are there any good articles on keeping your AS3 bytecode to a minimum? Does the size my native extensions also hurt me? Are there any common "gotchas" to look for?

    I've seen a lot of complaints around the web (and on these forums) about how long it takes to package for iOS. However, these complaints are from people who lose patience and since the progress bar doesn't work they assume the packaging has somehow failed and the process is hanging. So the only help I've seen offered on this problem is that the person should read over the packaging documentation, ignore the progress bar, and be patient.
    What I'm hoping is that someone actually has tips regarding reducing this time. I know the process is taking compiled AS3 bytecode and transforming it into iOS assembler (which understandbly isn't a fast process), so reducing the footprint of my AS3 code should result in a faster package time. Are there any good articles on keeping your AS3 bytecode to a minimum? Does the size my native extensions also hurt me? Are there any common "gotchas" to look for?

  • Error while packaging an ios app with FB4.7

    Why can I package the android version without problem and not the ios ?
    !ENTRY com.adobe.flexbuilder.project 4 43 2013-03-01 14:16:18.414
    !MESSAGE Error occurred while packaging the application:
    Exception in thread "main" java.lang.Error: Unable to find named traits: org.hamcrest::Matcher
              at adobe.abc.Domain.resolveTypeName(Domain.java:232)
              at adobe.abc.Domain.resolveTypeName(Domain.java:149)
              at adobe.abc.GlobalOptimizer$InputAbc.resolveTypeName(GlobalOptimizer.java:273)
              at adobe.abc.GlobalOptimizer$InputAbc.resolveSlotType(GlobalOptimizer.java:956)
              at adobe.abc.GlobalOptimizer$InputAbc.resolveType(GlobalOptimizer.java:536)
              at adobe.abc.GlobalOptimizer$InputAbc.resolveTypes(GlobalOptimizer.java:449)
              at adobe.abc.LLVMEmitter.generateBitcode(LLVMEmitter.java:332)
              at com.adobe.air.ipa.AOTCompiler.convertAbcToLlvmBitcodeImpl(AOTCompiler.java:599)
              at com.adobe.air.ipa.BitcodeGenerator.main(BitcodeGenerator.java:104)
    Compilation failed while executing : ADT
    !STACK 0
    java.lang.Exception
              at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore. java:1020)
              at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:66)
              at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:52)
              at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard.doPackage (ExportReleaseVersionWizard.java:296)
              at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard.performFi nish(ExportReleaseVersionWizard.java:159)
              at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:827)
              at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:432)
              at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
              at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240)
              at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
              at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
              at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
              at org.eclipse.jface.window.Window.open(Window.java:801)
              at org.eclipse.ui.internal.handlers.WizardHandler$Export.executeHandler(WizardHandler.java:1 01)
              at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:277)
              at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
              at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
              at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.jav a:508)
              at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
              at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.j ava:241)
              at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
              at org.eclipse.ui.internal.actions.CommandAction.run(CommandAction.java:171)
              at org.eclipse.ui.actions.ExportResourcesAction.run(ExportResourcesAction.java:116)
              at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerActi on.java:168)
              at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionI tem.java:584)
              at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
              at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java :411)
              at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
              at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
              at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
              at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
              at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
              at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
              at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
              at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
              at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
              at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:79)
              at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
              at java.lang.reflect.Method.invoke(Unknown Source)
              at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
              at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
              at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

    If someone has any problem with this kind of error the solution is simple!
    You should use the source code of the hamcrest as3 project instead of swc in the build path.
    This problem happened because of the BindageTool as3 library.

  • Flash Professional CS5.5 crashes while publishing for iOS

    Greetings,
    I'm having the same problem as is detailed in the forum post below from March 8th:
    http://forums.adobe.com/thread/972499
    The problem is that Flash Professional CS5.5 crashes every time I try to publish my 'Hello World' project for iOS. The crash happens anytime I press the OK or Publish buttons while configuring the iOS Settings. This is the tutorial I am attempting to complete:
    http://help.adobe.com/en_US/as3/iphone/WS789ea67d3e73a8b2-240138de1243a7725e7-7ffc.html
    I sent a crash report to adobe, which I could duplicate if that helps.
    Any help with this would be greatly appreciated
    Thanks,
    Jeremy

    Hi,
    There could be an issue with your latest Java Runtime Environment. Could you please uninstall your current JRE and try install a version prior to that?.
    You can find a list of JRE updates here at http://www.filehippo.com/download_jre_32/history/
    Thanks!
    Mohan

  • SMP 2.3 - Hybrid App Provisioning/Packaging for iOS

    Hello,
    Any idea/ procedure regarding SMP 2.3 Hybrid App provisioning for iOS, please share.
    Thanks,
    Angavai Elangovan

    Hi Angavai,
    Please take a look at this link to see if it meets your requirements.  Like Midhum VP mentioned above, you will need to customize the template source code projects to add in your own Hybrid App files.  But the end result is you will have an APK and IPA file with your Hybrid App already embedded.
    Prepackaged Hybrid Apps
    Thanks,
    Andrew.

  • Success of packaging for ios devices

    I know there are many ways to package Flash apps so that they would work on IOS . However, are these still accepted by apple onto the app stores ? If not , what is the best way to get existing Flash / AS3 apps onto apple iTunes app stores - importing into something like HaXe, or just starting afresh with objective c and importing the animations woth some other package ?I know there have been previous posts but  I would be grateful if anyone knew the latest on this as it seems to have varied over the years ...?

    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Packaging for iOS is hanging at 57% Progress

    I am trying to use the Flex Builder 4.6 trial on Windows 7 64 bit with a standard View application with only a Label component hello world test and when I run for testing on the device the Progress panel tells me Launching: Packaging helloworld for Apple iOS. this may take several minutes and it progresses to 57% right away and then just hangs there for over an hour. I didn't have this problem with FB 4.5.1 on a mac. Has anyone had this problem?

    Just to add, the reason that it was failing for me was somethng to do with certificate.
    the problem was that my boss gave me a distribution certificate and when I tried to build an Ad-Hoc version it was failing.
    However, even when he gave me a developer certificate, I got the same problem.  This was something to do with using a Mac to generate the certificate.
    So in the end, my boss used openSSL only (A complete windows process, no mac) and it solved the problem.

  • Exception while testing for Fail over

    Hi
              I have the web tier architecture away from cluster. All ejbs are in cluster
              running in two seperate machines say server1 and server2 . We have a
              factory class running in
              webtier(we use servlet in this tier) which obtains home interface only once
              and stores it for future reference. When ever we need the remoteobject stub,
              we ask the factory class and which in turn uses the stored home interface to
              get the same.
              In the webtier, I list all the servers in the cluster as a part of url as
              t3://server1,server2:8000
              I started the web tier as well as Object tier cluster. I could see the
              request coming in both the machines in the cluster for the ejb. But When I
              bring down one the server say server1 in the cluster, I get the following
              exception.
              java.lang.NullPointerException
              at weblogic.rjvm.RJVMFinder.isThisHost(RJVMFinder.java:340)
              at weblogic.rjvm.RJVMFinder.isHostedByLocalRJVM(RJVMFinder.java:314)
              at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:151)
              at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:200)
              at
              weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
              textFactoryDelegate.java:195)
              at weblogic.jndi.Environment.getContext(Environment.java:122)
              at weblogic.jndi.Environment.getInitialContext(Environment.java:105)
              at
              weblogic.service.BasicReplicaList.forceRefresh(BasicReplicaList.java:196)
              at weblogic.service.BasicReplicaList.refresh(BasicReplicaList.java:182)
              at
              weblogic.service.BasicReplicaHandler.refreshReplicaList(BasicReplicaHandler.
              java:331)
              at
              weblogic.service.BasicReplicaHandler.failOver(BasicReplicaHandler.java:123)
              at weblogic.service.BasicServiceStub._wl_failOver(BasicServiceStub.java:91)
              at
              weblogic.service.BasicServiceStub._wl_autoFailOver(BasicServiceStub.java:118
              at
              com.mportal.server.device.CommEndPointImplHomeImpl_ServiceStub.findByDeviceN
              umber(CommEndPointImplHomeImpl_ServiceStub.java:169)
              at
              com.mportal.router.servlet.mPortalServlet.processRequest(mPortalServlet.java
              :241)
              at
              com.mportal.router.servlet.mPortalServlet.handleRequest(mPortalServlet.java:
              184)
              at com.mportal.router.servlet.mPortalServlet.doGet(mPortalServlet.java:93)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
              at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :124)
              at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
              l.java:744)
              at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
              l.java:692)
              at
              weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
              Manager.java:251)
              at
              weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:363)
              at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:263)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              Then I bring up the Server1 (Which was the one I brought it down), I get the
              same message in the web-tier and the following in the
              Server 1 machine(which is in cluster).
              Mon May 21 23:11:38 EDT 2001:<E> <NT Performance Pack> failure in
              processSockets() loop: GetData: fd=1324 numBytes=87
              java.lang.NullPointerException
              at
              weblogic.rjvm.ConnectionManager.gotExceptionSending(ConnectionManager.java:7
              53)
              at
              weblogic.rjvm.ConnectionManager.gotExceptionSending(ConnectionManager.java:7
              46)
              at weblogic.socket.JVMAbbrevSocket.sendOutMsg(JVMAbbrevSocket.java:362)
              at weblogic.socket.JVMAbbrevSocket.sendMsg(JVMAbbrevSocket.java:237)
              at weblogic.socket.JVMAbbrevSocket.sendMsg(JVMAbbrevSocket.java:170)
              at
              weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
              a:103)
              at weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:630)
              at weblogic.socket.JVMAbbrevSocket.dispatch(JVMAbbrevSocket.java:393)
              at weblogic.socket.JVMSocketT3.dispatch(JVMSocketT3.java:355)
              at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:424)
              at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              Any one's help is appreciated.
              Thanks
              Suresh
              

    You're not giving us much to go on, you know.
    There's code that results in this exception.
    There's a full stack trace somewhere.
    What does your client look like?
    How was it generated?
    Which particular framework are you using (Axis? JWS? Something else?)...

  • 106 Exception of type system.OutOfMemory Exception while packaging worker roles

    I am trying to package a 2 worker roles(small vms size) , in which i am having about 300mb of data content on both approot folders of roles.
    When i try to package it takes about 10 mins time and throws a "System.OutOfMemoryException". 
    I also tried using medium size vms, but the same error i got.
    Is there any other way to do it as i need these data in approot folder for batch script initialisation.

    HI
    The maximum package size that can be deployed is 600 MB (600 * 1024
    * 1024 bytes).
    Any other data should moved to Windows Azure storage and retrieved from there.
    So any other data, should be moved to windows Azure storage and SQL Azure.
    That's the solution, MS suggest.
    Dino He
    MSDN Community Support | Feedback to us
    Develop and promote your apps in Windows Store
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Feature Request for AIR 2.5 Packager for iOS

    1st please include the AVM2 - other VMs are being allowed, it may be possible that your VM will be allowed as well (if it doesn't load remote code).
    2nd - a publish mode that does direct to iOS publishing/testing - like on Android devices. This could be achieved with a publish mode that creates a decoupled AIR app shim that can receive an ABC binary blob (a swf essentially) that we can sync with iTunes (and have running/ ready to receive binary data from Flash CS5) for development and testing purposes.
    3rd - even if Apple will not allow #1 above, still produce #2. ;-)

    I'd like fast app testing, like is in GameSalad, but in the meantime I work with Flash in a way that's reasonably quick, at least if you're a Mac user:
    1. I publish the ipa file, and I have ipa set to open in StuffitExpander.
    2. Double click on the ipa, and you get a Payload folder with the app inside.
    3. Drag the app straight to any of your connected devices in the Organizer window of Xcode. No need to even delete the previous build.
    Between Test Movie and the ability to quickly get things onto the devices, without the documented iTunes sync approach, I often go through dozens of test builds a day.

  • While packaging book encoutered ... exception ... Invalid slice of Bytestream

    Hi I have encouter an exception while packaging book to acs4 server, could someone be able to shade some light on the possible causes of this exception ? many thanks in advance
    BR,
    victor
    the following is the stacktrace...
    com.adobe.internal.pdftoolkit.core.exceptions.PDFIOException: java.io.IOException: Invalid slice of Bytestream
        at com.adobe.internal.pdftoolkit.core.cos.CosDocument.getStream(Unknown Source)
        at com.adobe.internal.pdftoolkit.core.cos.CosStream.writeOut(Unknown Source)
        at com.adobe.internal.pdftoolkit.core.cos.CosObject.writeOut(Unknown Source)
        at com.adobe.internal.pdftoolkit.core.cos.CosObjectInfo.writeIndirectObject(Unknown Source)
        at com.adobe.internal.pdftoolkit.core.cos.CosDocument.writeIndirectObjects(Unknown Source)
        at com.adobe.internal.pdftoolkit.core.cos.CosDocument.fullSave(Unknown Source)
        at com.adobe.internal.pdftoolkit.core.cos.CosDocument.save(Unknown Source)
        at com.adobe.internal.pdftoolkit.pdf.document.PDFDocument.saveFull(Unknown Source)
        at com.adobe.internal.pdftoolkit.pdf.document.PDFDocument.doSave(Unknown Source)
        at com.adobe.internal.pdftoolkit.pdf.document.PDFDocument.save(Unknown Source)
        at com.adobe.adept.packaging.pdf.PDFPackager.writeEncrypted(PDFPackager.java:248)
        at com.adobe.adept.packaging.servlet.Package.doPost(Package.java:582)
        at com.adobe.adept.packaging.servlet.Package.doPost(Package.java:61)
        at com.adobe.adept.servlet.AdeptServlet.doPost(AdeptServlet.java:158)
        at com.adobe.adept.servlet.AdeptServlet.doPost(AdeptServlet.java:231)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja va:588)
        at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:396)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:619)
    Caused by: java.io.IOException: Invalid slice of Bytestream
        at com.adobe.internal.io.stream.ByteReaderInputByteStream.<init>(Unknown Source)
        at com.adobe.internal.io.stream.ByteReaderInputByteStream.slice(Unknown Source)
        ... 31 more

    Most likely it's something wrong with the PDF file.  Opening it up in Acrobat should let you see if it is a really bad error, and if notI would either do a save as in Acrobat, or run it through the Optimize in Acrobat which will have Acrobat resave the file and should fix any minor errors.

  • NullPointerException when exporting for iOS

    I have an AIR for iOS project that runs fine in the simulator, but when I try to export a release build and click on 'finish', then it starts compiling and after a minute or two, i get a
    Exception in thread "main" java.lang.NullPointerException
    at adobe.abc.GlobalOptimizer.sccp_eval(GlobalOptimizer.java:6944)
    at adobe.abc.GlobalOptimizer.sccp_analyze(GlobalOptimizer.java5909)
    at adobe.abc.GlobalOptimizer.sccp(GlobalOptimizer.java:4628)
    at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:3514)
    at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:2215)
    at adobe.abc.LLVMEmitter.optimizeABCs(LLVMEmitter.java:526)
    the logfile doesn't capture anything.
    Anyone an idea what could cause this error?
    I compiled other projects successfully for iOS.

    I used to get NullPointerExceptions all the time when packaging for iOS. The only approach that worked for me was packaging from command line (adt) with Flash Builder closed.

  • Client context error message while configuring for social login and personalization

    Hi,
    I am getting the below exception while configuring for social login and personalization.
    27.12.2012 11:21:25.463 *ERROR* [127.0.0.1 [1356587485463] GET /etc/cloudservices/facebookconnect/sample_fb.login.html/callback/connect HTTP/1.1] com.day.cq.wcm.core.impl.designer.DesignerImpl No design at /etc/design/cloudservices. Using default.
    27.12.2012 11:21:46.549 *ERROR* [127.0.0.1 [1356587485463] GET /etc/cloudservices/facebookconnect/sample_fb.login.html/callback/connect HTTP/1.1] com.adobe.granite.auth.oauth.impl.oauth2.Oauth2Helper Problems while creating connection.
    27.12.2012 11:21:46.549 *WARN* [127.0.0.1 [1356587485463] GET /etc/cloudservices/facebookconnect/sample_fb.login.html/callback/connect HTTP/1.1] com.adobe.granite.auth.oauth.impl.oauth2.Oauth2Helper token was null or not in UNAUTHORIZED state:1
    27.12.2012 11:21:46.549 *ERROR* [127.0.0.1 [1356587485463] GET /etc/cloudservices/facebookconnect/sample_fb.login.html/callback/connect HTTP/1.1] com.adobe.granite.auth.oauth.impl.servlet.OAuthProfileImportServlet requestAccessToken: could not retrieve user
    27.12.2012 11:21:46.549 *ERROR* [127.0.0.1 [1356587506549] GET /etc/cloudservices/facebookconnect/sample_fb.login.html HTTP/1.1] com.day.cq.wcm.core.impl.designer.DesignerImpl No design at /etc/design/cloudservices. Using default.
    27.12.2012 11:21:48.455 *ERROR* [127.0.0.1 [1356587508455] GET /etc/clientcontext/default/contextstores/profiledata/loader.json HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught SlingException org.apache.sling.api.SlingException: An exception occurred processing JSP page /libs/cq/personalization/components/profileloader/command/load/load.json.jsp at line 41
    at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspExceptionInterna l(JspServletWrapper.java:574)
    at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspException(JspSer vletWrapper.java:499)
    at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper .java:451)
    at org.apache.sling.scripting.jsp.JspServletWrapperAdapter.service(JspServletWrapperAdapter. java:59)
    Thanks,
    Shankar .A

    Hi Shankar,
    Any luck with this issue. I am also seeing the same issue
    Thanks
    Pushparajan

Maybe you are looking for

  • Cannot send email from messages app

    Hey everyone I am unable to send an email from my iPhone to any email address. This feature was working perfectly a couple weeks ago. Once I noticed the issue, I restored my phone and upgraded it to iOS 6.1. This still did not fix the error unfortuna

  • Extended code check Warning : Do not use fields, field symbols globally

    Hello, During extended code check of a program, i get 20 related warnings Do not use fields, field symbols (GT_UPDTAB) globally                          Can be suppressed using pragma ##NEEDED (or pseudo comment "#EC NEEDED)                How can i

  • Is it possible to make a hierarchy of application ...

    I can add a new folder to the root folder but it doesn't seem possible to move an application folder to the new folder. One can only move applications to the new folder. What I want to do is to create a folder in the Main/Root menu called something l

  • WPA2 and Hexadecimal keys

    I'm not sure if I'm missing something, but here it goes... In Airport Admin Utility running under OSX 10.4.X, the WPA/WPA2 key could be either an 8-63 character ASCII password or a password of exactly 64 hexadecimal characters. You had to explicitly

  • I have problems with skype

    I have problems with skype I can not get to the phone on a stationary Russia. why?