Z10 - MSCONFIG for BlackBerry - Auto Kill running apps

Hello,
is there some way or Application which is capable to automatically Kill running tasks or which is blocking selected apps from self-turning-on?
I have few Androind apps, like Google Maps, T-Mobile User App, Google Goggles, HERE maps and even non-Android Amazon Appstor installed. Those apps are running in background by themselfs and slowly draining baterry of course. I can see them in Taskmanager app and kill them manually. But - they are back within few minutes.
Is it posible to kill them automatically or use something like "MSCONFIG" (know from Windows PC) to avoid their automatic Startup, please?
Thanks
Quido
8310 @ 5.0 -> 9700 @ 6.0 -> 9900 @ 7.1 -> Z10 @ 10.3.1
T-Mobile CZ, BES

- ability to choose deletion of an email on handset only
- desktop software working with all older BB's allowing drag and drop type of transferring data, contacts etc. (BB link doesn't recognize my old Storm) 
- auto power on/off
- contacts syncing with yahoo & Outlook (almost two weeks trying to work around it and no luck)

Similar Messages

  • Data control issue for content repository when running apps in webcenter .

    Hi All ,
    I have created content repository connection in my local jdeveloper and
    exposed it as a data control .
    from data control i am displaying some path and name based on some search criteria .
    Whenever i am runnig this application i am getting following exceptions and no datas are displayed .
    Since i have define connection for content server locally on my jdeveloper do i need to create some jndi
    on server side .
    TestContentServer is the content repository connection i have created in jdeveloper .
    if yes tell me how can i do it and how it will port to my data control .
    [2010-10-05T09:34:39.245-07:00] [wc_custom] [WARNING] [] [oracle.adf.controller.faces.lifecycle.Utils] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: anonymous] [ecid: 0000IhxFdvi4ulWpTwp2ic1CemrZ0000fT,0:1] [WEBSERVICE_PORT.name: WSRP_v2_Markup_Service] [APP: application1] [J2EE_MODULE.name: TestContentService-ViewController-context-root] [WEBSERVICE.name: WSRP_v2_Service] [J2EE_APP.name: application1] ADF: Adding the following JSF error message: TestContentServer[[
    javax.naming.NameNotFoundException: TestContentServer; remaining name 'TestContentServer'
    Thanks,
    Arun

    Hi Yanic ,
    1. code for my jspx page
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document id="d1">
    <af:messages id="m1"/>
    <af:form id="f1">
    <af:inputText value="#{bindings.path.inputValue}" simple="true"
    required="#{bindings.path.hints.mandatory}"
    columns="#{bindings.path.hints.displayWidth}"
    maximumLength="#{bindings.path.hints.precision}"
    shortDesc="#{bindings.path.hints.tooltip}" id="it1">
    <f:validator binding="#{bindings.path.validator}"/>
    </af:inputText>
    <af:inputText value="#{bindings.type.inputValue}" simple="true"
    required="#{bindings.type.hints.mandatory}"
    columns="#{bindings.type.hints.displayWidth}"
    maximumLength="#{bindings.type.hints.precision}"
    shortDesc="#{bindings.type.hints.tooltip}" id="it2">
    <f:validator binding="#{bindings.type.validator}"/>
    </af:inputText>
    <af:commandButton actionListener="#{bindings.getItems.execute}"
    text="getItems"
    disabled="#{!bindings.getItems.enabled}" id="cb1"
    partialSubmit="true"/>
    <af:table value="#{bindings.Items.collectionModel}" var="row"
    rows="#{bindings.Items.rangeSize}"
    emptyText="#{bindings.Items.viewable ? 'No data to display.' : 'Access Denied.'}"
    fetchSize="#{bindings.Items.rangeSize}"
    rowBandingInterval="0" id="t1" partialTriggers="::cb1">
    <af:column sortProperty="name" sortable="false"
    headerText="#{bindings.Items.hints.name.label}" id="c2">
    <af:inputText value="#{row.bindings.name.inputValue}"
    label="#{bindings.Items.hints.name.label}"
    required="#{bindings.Items.hints.name.mandatory}"
    columns="#{bindings.Items.hints.name.displayWidth}"
    maximumLength="#{bindings.Items.hints.name.precision}"
    shortDesc="#{bindings.Items.hints.name.tooltip}"
    id="it3">
    <f:validator binding="#{row.bindings.name.validator}"/>
    </af:inputText>
    </af:column>
    <af:column sortProperty="path" sortable="false"
    headerText="#{bindings.Items.hints.path.label}" id="c3">
    <af:inputText value="#{row.bindings.path.inputValue}"
    label="#{bindings.Items.hints.path.label}"
    required="#{bindings.Items.hints.path.mandatory}"
    columns="#{bindings.Items.hints.path.displayWidth}"
    maximumLength="#{bindings.Items.hints.path.precision}"
    shortDesc="#{bindings.Items.hints.path.tooltip}"
    id="it8">
    <f:validator binding="#{row.bindings.path.validator}"/>
    </af:inputText>
    </af:column>
    <af:column sortProperty="URI" sortable="false"
    headerText="#{bindings.Items.hints.URI.label}" id="c5">
    <af:inputText value="#{row.bindings.URI.inputValue}"
    label="#{bindings.Items.hints.URI.label}"
    required="#{bindings.Items.hints.URI.mandatory}"
    columns="#{bindings.Items.hints.URI.displayWidth}"
    maximumLength="#{bindings.Items.hints.URI.precision}"
    shortDesc="#{bindings.Items.hints.URI.tooltip}"
    id="it7">
    <f:validator binding="#{row.bindings.URI.validator}"/>
    </af:inputText>
    </af:column>
    <af:column sortProperty="primaryType" sortable="false"
    headerText="#{bindings.Items.hints.primaryType.label}"
    id="c7">
    <af:inputText value="#{row.bindings.primaryType.inputValue}"
    label="#{bindings.Items.hints.primaryType.label}"
    required="#{bindings.Items.hints.primaryType.mandatory}"
    columns="#{bindings.Items.hints.primaryType.displayWidth}"
    maximumLength="#{bindings.Items.hints.primaryType.precision}"
    shortDesc="#{bindings.Items.hints.primaryType.tooltip}"
    id="it6">
    <f:validator binding="#{row.bindings.primaryType.validator}"/>
    </af:inputText>
    </af:column>
    <af:column sortProperty="title" sortable="false"
    headerText="#{bindings.Items.hints.title.label}" id="c1">
    <af:inputText value="#{row.bindings.title.inputValue}"
    label="#{bindings.Items.hints.title.label}"
    required="#{bindings.Items.hints.title.mandatory}"
    columns="#{bindings.Items.hints.title.displayWidth}"
    maximumLength="#{bindings.Items.hints.title.precision}"
    shortDesc="#{bindings.Items.hints.title.tooltip}"
    id="it9">
    <f:validator binding="#{row.bindings.title.validator}"/>
    </af:inputText>
    </af:column>
    <af:column sortProperty="docType" sortable="false"
    headerText="#{bindings.Items.hints.docType.label}" id="c6">
    <af:inputText value="#{row.bindings.docType.inputValue}"
    label="#{bindings.Items.hints.docType.label}"
    required="#{bindings.Items.hints.docType.mandatory}"
    columns="#{bindings.Items.hints.docType.displayWidth}"
    maximumLength="#{bindings.Items.hints.docType.precision}"
    shortDesc="#{bindings.Items.hints.docType.tooltip}"
    id="it5">
    <f:validator binding="#{row.bindings.docType.validator}"/>
    </af:inputText>
    </af:column>
    <af:column sortProperty="displayName" sortable="false"
    headerText="#{bindings.Items.hints.displayName.label}"
    id="c4">
    <af:inputText value="#{row.bindings.displayName.inputValue}"
    label="#{bindings.Items.hints.displayName.label}"
    required="#{bindings.Items.hints.displayName.mandatory}"
    columns="#{bindings.Items.hints.displayName.displayWidth}"
    maximumLength="#{bindings.Items.hints.displayName.precision}"
    shortDesc="#{bindings.Items.hints.displayName.tooltip}"
    id="it4">
    <f:validator binding="#{row.bindings.displayName.validator}"/>
    </af:inputText>
    </af:column>
    </af:table>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    2. code for binding .
    <?xml version="1.0" encoding="UTF-8" ?>
    <pageDefinition xmlns="http://xmlns.oracle.com/adfm/uimodel"
    version="11.1.1.56.60" id="Test1PageDef"
    Package="com.heiwip.cs.view.pageDefs">
    <parameters/>
    <executables>
    <variableIterator id="variables">
    <variable Type="java.lang.String" Name="getItems_path"
    IsQueriable="false"/>
    <variable Type="java.lang.String" Name="getItems_type"
    IsQueriable="false"/>
    </variableIterator>
    <methodIterator Binds="getItems.result" DataControl="TestDC1" RangeSize="25"
    BeanClass="com.heiwip.cs.view.TestDC1.getItems_return"
    id="getItemsIterator"/>
    </executables>
    <bindings>
    <methodAction id="getItems" RequiresUpdateModel="true" Action="invokeMethod"
    MethodName="getItems" IsViewObjectMethod="false"
    DataControl="TestDC1" InstanceName="TestDC1"
    ReturnName="TestDC1.methodResults.getItems_TestDC1_getItems_result">
    <NamedData NDName="path" NDType="java.lang.String"
    NDValue="${bindings.getItems_path}"/>
    <NamedData NDName="type" NDType="java.lang.String"
    NDValue="${bindings.getItems_type}"/>
    </methodAction>
    <attributeValues IterBinding="variables" id="path">
    <AttrNames>
    <Item Value="getItems_path"/>
    </AttrNames>
    </attributeValues>
    <attributeValues IterBinding="variables" id="type">
    <AttrNames>
    <Item Value="getItems_type"/>
    </AttrNames>
    </attributeValues>
    <attributeValues IterBinding="getItemsIterator" id="displayName">
    <AttrNames>
    <Item Value="displayName"/>
    </AttrNames>
    </attributeValues>
    <attributeValues IterBinding="getItemsIterator" id="name">
    <AttrNames>
    <Item Value="name"/>
    </AttrNames>
    </attributeValues>
    <attributeValues IterBinding="getItemsIterator" id="path1">
    <AttrNames>
    <Item Value="path"/>
    </AttrNames>
    </attributeValues>
    </bindings>
    </pageDefinition>
    3. Table is displayed with no data .
    whenever i am trying to pass something in search criteria to get the result its
    throwing connection error .
    4. I am using oracle UCM (oracle content server) .
    for this i am using identity propogation .
    Thanks,
    Arun.

  • How do I manage running apps

    I just upgraded to iOS7 and now am no longer able to kill running apps using what was well know sequence
    1. Double-click the Home button to see all Inactive Apps
    2. Hold the Apps down for a second or two until you see the minus sign
    3. Tap the minus sign to close App
    Now when I do this I can get to the app but no longer appears manageable.
    Its said that very few apps run in the background, alas this is probably a rumor as I find my battery charge is greatly shortenned unless I kill the apps that are in the background.

    Double-tap the home button and then swipe UP on the open app preview window that is above the app icon.

  • Why ... dock icons no longer display lights below most running apps

    and there is no op-tion to quit a running app in right-click dock menu. Dock icons for some of the running apps have lights, but quitting the app from the dock is initially unsuccessful.  Icon either initially, or after quitting the app disiplays 'force qut', which, when clicked, doesn't work, either.  Left-clicking the icon (thats the 3rd click) finaly kills the app and removes the icon from the dock.

    Command + Q is the quickest way to quit a running Application. Click its icon in the Dock to give it focus, then press Command Q keys and its gone. No need to mess about with right clicking and selecting.

  • Apps on BlackBerry World for BlackBerry Z10

    Hi BlackBerry
    I'm very impressed with the new BlackBerry Z10 device with its new features, display resolution, keyboard typing and gestures, but I have a big issue with the Apps on BlackBerry world. 
    Still BlackBerry World is missing lots and lots of popular apps that are widely used and are currently available on Apple AppStore & Android Google Play. I know that you are working on it, and it is hard for now to compete with Apple & Android appstores, but at least there is a punch of apps that are mostly common worldwide, especailly the social networking and voip calling apps which have to be launched officially on BlackBerry world as soon as possible.
    In addition, I'd like to draw your attention that the Facbook app (which is currently integrated with BB 10) is an older version of Facebook than the currently available one for Android & iOS devices (one big difference is that the current facebook app version for Android & iOS devices include the "Share" feature for my feeds and stories, while the facebook app on BB 10 still does not include that feature). I don't know about twitter and linkedin, as I didn't check yet, but at least pleasue ensure with their developers that those native integrated apps are updated to their latest versions to provide BlackBerry users the same experience that Android & iOS users are having.
    Also, about apps, there are many apps developed by Google (like youtube, Google Maps & Navigation, Google +, Google Current ...etc) which are not yet available on BlackBerry world (The Youtube app on BB 10 is just a shortcut to the internet broweser and not a fullt fledged Youtube App). Having Google apps on BlackBerry world will also give a big push to the users base for BB 10 (especially the Google Maps & Navigation, which are ranked and considered the best mapping database and app worldwide). I know that Google have to develop such apps from their side (as the same for other developers), but I hope that BlackBerry should give this issue its ultimae priority, as I think that the major drawback (if I can name it so) for BB 10 to earn a significant market share worldwide is the absence of many popular and widely used apps on the BlackBerry World as compared with Apple App Store and Android Google Play. 
    I know that BB 10 and its OS is just the begining, and that BlackBerry have more to provide to us from the apps side and other sides as well, so keep moving and hope to see the positive results soon.
    Regards;

    Hi ahmed_mh1,
    Blackberry has certainly put in a concerted effort to woo app developers of all types, big names and small alike. It by far the best effort that I have ever seen from them in this regard.. Unfortunately no matter the effort by them it will always come down to numbers for the big guys. If they aren't sure there will be a ROI on the investment of developing they won't put the resources into it.
    This can be seen with the Facebook app you mentioned, it is a great example because it wasn't developed by Facebook... Blackberry ended up doing it for them. I'm sure that we have all noticed that Blackberry has been busy working on other areas of the phone, and that they have lots more work that we would all like to see done.
    Would you rather have better notification granularity, or a better Facebook app?
    If all of the million + z10 use re would all petition Facebook for a better FB built app, then we would have a much better chance of seeing the dream FB app that we desire.
    Of course we all know about the rumours that FB wants to have their own phone.. so maybe conflict of interest has played into the game...?
    #GetWithBB10!!! As Kevin O'Leary says.. it is the best!
    -: DrewRead :-
    Can't find an app on Blackberry World yet? Tweet the developer and ask when they will #GetWithBB10 !!
    "Like it" if you like it.

  • Line apps for BlackBerry z10

    Line apps is already available in other BlackBerry modal. When will it be available for BlackBerry z10

    Hello kenixleeky
    Most of the applications that are not the BBWorld indica even the only way at this point is portandolas Android install if you must pass you a private message on how to do.
    caminerogroup
    Hopefully BbWorld who are available will come soon with the 10.2 will be out in the coming months, hopefully others: smileyhappy:
    NOTE: Just as RUDOX Hermando aand says you must have the 10.1 for best performance.
    VIA | caminerogroup
    http://foros.blackberry.com/t5/Aplicaciones-Descargadas-para/Porque-no-puedo-descargar-line-en-black...
    At your command!
    Please thank those who help you by clicking the button.
    If your issue has been solved, please resolve it by marking "Accept as Solution"

  • Is there any app for phone auto start after swithced off??

    Is there any app for phone auto start after swithced off??

    Are you looking for an app which will startup the Z10 at a specified time?
    I don't know of one. I have a feeling once OS 10.2 is available you'll see apps such as this.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Installing and troubleshooting the Telstra 24x7 App for Blackberry

    Installing the app
    Click on the BlackBerry World™ icon and then search for Telstra 24x7
    Click on Install to start the process. The App is provided subject to its own End User Terms
    Click Accept & download
    Click on the icon once the app has finished installing to launch the app. The App has been designed specifically for use with BlackBerry smartphones running operating system 10 (OS 10). As of July 2013, the models available that will work with the app are the BlackBerry Z10 and BlackBerry Q10.
    Troubleshooting
    To access the full features of the app, you are required to log in using your My Account.
    You can use the app without logging in to My Account; however the application will have limited functionality. If you've skipped the My Account log in - you are still able to log in by following these steps:
    Select the Settings icon (two cogs) from the menu screen
    Select Manage services, provide username/password in My Account login panel
    Select Connect to My Account
    If you have trouble logging in:
    You'll need to either be connected to 3G or Wi-Fi - check that you can browse to a website
    There may be technical issues connecting to Telstra systems to obtain data - if this happens, wait a few minutes then try again
    Make sure your Username and Password are correct. If you forget either of these, go to the My Account login page and follow the instructions to reset your Password or retrieve your Username
    If you receive an account restriction error message
    You aren't a Legal Lessee, Full Authority, or Limited Authority on the account. Only these account holders can access the account functionalities of the App OR
    You're a Telstra Business or Enterprise and Government customer. Telstra 24x7 App currently only supports Telstra Consumer customers
    If the app can't connect to My Account
    Ensure your data connection is enabled, either via 3G or Wi-Fi. Please note that if you connect via 3G on a Telstra service without logging into the App, we may be able to automatically retrieve some service details about your device, but not all functionality.
    There may be a high volume of users - wait a few minutes then try again.
    Note: You will not be able to register for My Account within the app. This feature is currently not supported in the application. However, to create your account, navigate to the My Account registration page from your computer or laptop.
    Usage not displaying
    Telstra 24x7 App is unmetered for mobile data usage within Australia when on the Telstra network with the following exceptions:
    Store Locator with map view set on
    Help and Support - Using 24/7 Support on Twitter
    Help and Support - Accessing 24/7 Support on Facebook
    Standard data charges will apply when downloading the app from BlackBerry® World™
    Note: Standard International Roaming charges to access data through a mobile internet connection will apply when roaming overseas.
    Estimated usage will be shown in the same display format as mobile services and will appear for select Telstra broadband services.
    You will be unable to see 'My Usage' data for all My Services at this stage. We currently only support usage information for Pre-Paid mobile services, mobile services on a plan and select broadband services.
    The app may not be able to update your usage details for a number of reasons:
    There may be technical issues connecting to Telstra systems - if this happens, wait a few minutes then try again
    You may not be logged into My Account. Check by going to Settings then Select Manage services
    You might not be connected to the internet, try opening Safari and visiting a website.
    At this stage only newer and select BigPond then Internet services are supported.
    Why are my recent charges on the app different to what I can see online?
    The recent charges on the app is different to what is displayed online in order to help you gauge your current, pre-bill estimated usage. The final list of charges will appear on your bill.
    Bill summaries may not be displayed for a number of reasons:
    The app currently only displays a summary of your current bill and 7 months prior. All previous bills are accessible via theTelstra My Account website. To further drill into your bill details and information, please visit Telstra's My Account website to view your itemised bill. Service details are the Telstra services associated to the bill you are currently viewing.
    A bill may net yet have been issued
    There may be technical issues connecting to Telstra systems to obtain data - if this happens, wait a few minutes then try again
    You might not be logged into 'My Account'. You can check if you're logged in by viewing Settings then Manage Services. If you skipped the 'My Account' registration, the app may be able to display limited usage and service details, but you will not be able to view bill summaries
    You might not be connected to the internet, try opening Safari and visiting a website
    The app may be unable to update your bill information for a number of reasons:
    There might be technical issues connecting to Telstra systems to obtain data - if this happens, wait a few minutes then try again
    You might not be logged into 'My Account'. You can check if you're logged in by viewing Settings then Manage Services. If you skipped the My Account registration, the app may be able to display limited usage and service details, however you will not be able to view bill summaries
    You might not be connected to the internet, try opening Safari and visiting a website
    Bills can be paid via the app, and all payments will occur within the Telstra 24x7 App and you'll have access to a stored payment method.
    You can choose to receive bills via email through the My Bills screen. When viewing the bill history, click the email icon in the top right hand corner of the screen. You will be prompted to review and accept the terms and conditions, once accepted you are required to enter and confirm your email address. Once registered to receive a bill via email, you can edit the email address via the App. This is achieved by following the same process as to register - the option to edit the email address will be presented to you in the app. If you want to change back to paper bill, you'll need to log into your My Account from T.com to change back to receiving paper bills.
    My Services not displaying
    You can add your Pre-Paid service to your My Account via a computer to ensure it's displayed.
    The difference between My Usage and My Services
    My Services provides a full list of your accounts and services linked to your My Account profile.
    My Usage provides a list of your mobile and select internet services which have associated usage information.
    The Telstra 24x7 application only shows the following services:
    Service details associated with your My Account user profile
    Service details for the current device you're using if you haven't logged into the app
    New services may take up to 48 hours before they appear.
    At this time, services are not able to be added within the app. To add and view a service within the app, you'll need to login to My Account or you can us on 13 22 00 anytime.
    The app might be unable to update your list of services for a number of reasons:
    There may be technical issues connecting to Telstra systems to obtain data if this occurs, please wait a few minutes then try again
    You might not be logged into My Account. You can check if you're logged in by viewing Settings then Manage services
    You might not be connected to the internet, try opening Safari and visiting a website
    Pre-Paid recharge
    Recharge is currently only available for your Pre-Paid services associated with the My Account login you're using or the device you're using if you are a Telstra mobile customer connected via 3G.
    Tap Recharge within the side bar to view the Pre-Paid services available to recharge. You can then recharge the following ways:
    Within the App by using a stored credit/debit card associated with your Pre-Paid service. Simply select the recharge amount, tap continue, and then enter your recharge PIN. If there is no stored card found, you will be presented with the option to recharge in Safari.
    Using a voucher - simply enter the 12 digit authorisation number and tap continue
    Online, via SMS, Facebook® and my phone
    When you recharge online you're provided with an option to store the card details along with your account. You'll also need to set a PIN for your credit card. Once this step is completed, you'll be able to access the stored card with the app and recharge using your PIN.
    Your PIN is associated with the stored credit/debit card on your Pre-Paid service. Recharge online to store a credit card against your Pre-Paid service. Note: You must be connected via 3G.
    There are a number of reasons why your recharge might be failing:
    You have provided an invalid PIN
    Technical issues connecting to Telstra systems to complete recharge - wait a few minutes then try again
    You have failed to provide the correct PIN 3 times
    You only have 3 attempts at providing your PIN. After you've failed 3 times, your stored card details will be deleted and you'll need to add it to your account again by recharging online.
    Your account may be suspended due to multiple failed recharge attempts.
    Plus Packs
    Click on the View Bonuses and Plus Packs to view the amount of bonuses and plus packs remaining as well as the expiry that's associated to your current Pre-Paid mobile number. You'll need to recharge your Pre-Paid service and the amount of bonuses that you'll receive is dependent on your recharge amount.

    Re: Installing and troubleshooting the Telstra 24x7 App for Blackberry
    I have personally phoned Telstra to advise I continue to receive an account for someone else. It has happened again to day. Please check you records and make sure I no longer receive any accounts for 2000133289692. This is not my account. L. Service.

  • FTP app for blackberry

    I am looking for a FTP file manager app for blackberry. I just want something that will work. I tried Mobile File manager and it doesn't connect to anything that i've tried.

    you want an FTP client on your Z10 ?
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • [svn:bz-4.0.0_fixes] 16148: Update config testsuite on 4.0. 0_fixes branch to force kill the app server before running any tests when the app server is Tomcat .

    Revision: 16148
    Revision: 16148
    Author:   [email protected]
    Date:     2010-05-17 06:40:40 -0700 (Mon, 17 May 2010)
    Log Message:
    Update config testsuite on 4.0.0_fixes branch to force kill the app server before running any tests when the app server is Tomcat. The regression runs were hanging on this branch when going to run the config suite because the Tomcat server isn't shutting down cleanly at the end of the MXUnit run. I believe this is an issue with the version of ActiveMQ we are using. Since I don't think we want to update ActiveMQ on this branch force killing the Tomcat server will workaround the problem.
    Modified Paths:
        blazeds/branches/4.0.0_fixes/qa/apps/qa-regress/testsuites/config/build.xml

    Hi,
    Thanks for the reply. I have tried this on another machine running the same version of Blackboard. It works fine.
    Only difference is that the machine that has the JVM crash is running on Fujitsu PrimePower and the OS is Solaris 9 (but twigged for PrimePower).
    The one where it runs and starts up successfully is running on SunFire (OS is Solaris 10).
    I am wondering if there is a problem with the JVM loading required libraries because of the OS being different versions.
    Any leads on this is welcomed. Thank you.
    Regards,
    Hon Peng
    ===================
    On Fujitsu Primepower
    SunOS 5.9 Generic_118558-33 sun4us sparc FJSV,GPUS
    the Dependencies for libjvm.so are as follows:
    ===================
    bash-2.05$ ldd -r libjvm.so
    libsocket.so.1 => /usr/lib/libsocket.so.1
    libsched.so.1 => /usr/lib/libsched.so.1
    libdl.so.1 => /usr/lib/libdl.so.1
    libCrun.so.1 => /usr/lib/libCrun.so.1
    libm.so.1 => /usr/lib/libm.so.1
    libthread.so.1 => /usr/lib/libthread.so.1
    libc.so.1 => /usr/lib/libc.so.1
    libnsl.so.1 => /usr/lib/libnsl.so.1
    libmp.so.2 => /usr/lib/libmp.so.2
    /usr/platform/FJSV,GPUS/lib/libc_psr.so.1
    =====================================
    On SunFire, Sun machine
    SunOS 5.10 Generic_118833-36 sun4u sparc SUNW,Sun-Fire-280R
    the dependencies are different for the libjvm.so:
    =====================================
    bash-2.05$ ldd -r libjvm.so
    libsocket.so.1 => /lib/libsocket.so.1
    libsched.so.1 => /usr/lib/libsched.so.1
    libdl.so.1 => /lib/libdl.so.1
    libCrun.so.1 => /usr/lib/libCrun.so.1
    libm.so.1 => /lib/libm.so.1
    libthread.so.1 => /lib/libthread.so.1
    libc.so.1 => /lib/libc.so.1
    libnsl.so.1 => /lib/libnsl.so.1
    libmp.so.2 => /lib/libmp.so.2
    libmd5.so.1 => /lib/libmd5.so.1
    libscf.so.1 => /lib/libscf.so.1
    libdoor.so.1 => /lib/libdoor.so.1
    libuutil.so.1 => /lib/libuutil.so.1
    /platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1
    libm.so.2 => /lib/libm.so.2
    /platform/SUNW,Sun-Fire-280R/lib/libmd5_psr.so.1

  • What are "Built for BlackBerry​" apps?

    Greetings,
    When I'm browsing the storefront in my Z10, there is a category of apps called "Built for BlackBerry". What is this? I thought all apps in BlackBerry World were 'Built for BlackBerry'.
    Thanks,
    Shane.
    Z10 STL100-3 (version 10.3.1.2708)
    LTE Playbook (version 2.1.0.1917)
    Solved!
    Go to Solution.

    Built for BlackBerry is a designation achieved by some developers for their apps which include a higher level of review and added features to benefit the gestures and OS on your device.
    You can read more here:  https://developer.blackberry.com/builtforblackberr​y/documentation/overview.html
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • I bought this MAC from a family member. Did everything need to change items to my apple id. Today I did the update for IOS Yosemite now the app store is auto filling with someone else id?? But they seem to be my apps??

    I bought this MAC from a family member. Did everything need to change items to my apple id. Today I did the update for IOS Yosemite now the app store is auto filling with someone else id?? But they seem to be my apps??

    If you didn’t erase the drive and install using you AppleID, then the OS and the purchased apps are still registered to the other AppleID. You cannot change that by logging into iCloud. Apps are forever tied to the AppleID used to purchase/download them.
    You have to erase the drive and download/install the Apps using your AppleID.

  • Torch Flashlight app for BlackBerry 10

    Torch Flashlight for BlackBerry 10 is now available on BlackBerry World.
    The app uses your BlackBerry's camera flash light or screen LED as a portable light.
    Screenshots available at BlackBerry World.
    Please feel free to download it and try it out. Any feedback, bug reports, or feature requests are welcome.
    Rad Systems apps on BlackBerry World
    Follow on Twitter, Facebook or BBM Channel: C0006BB16
    Tips to improve your BlackBerry 10 battery life (and avoid overheating)

    Really nice app

  • How run app for customers and how to send dunning notice to vendors

    Hi experts.
    Can any one help on following issue with example scenarios.
    how run app for customers and how to send dunning notice to vendors

    Hi,dear
    you should enter customer account numbers in f110 for payment receiving from customer, and assign dunning procedure to vendor master record and process the dunning to vendor by using f150.
    regards,
    nagesh.

  • Can 2011 MBA install APP in APP Store? Can it run App PPS for online video watching?

    Can 2011 MBA install APP in APP Store? Can it run App PPS for online video watching?

    Look at this link:
    Install WhatsApp On iPad And iPod touch
    http://tinyurl.com/lp6tsud
     Cheers, Tom

Maybe you are looking for

  • How to fetch accounting document number from known material document number

    Hi, Using MIGO transaction, by giving mblnr(material document number) as input, I get accounting document number by clicking FI document.I have to add this accounting document number in my report for corresponding known mblnr(material document number

  • How to get music off my touch

    Is there an easy way to remove music from my ipod touch?

  • XI IDOC to R/3

    hello all,     i need to pick an xml file which is in my xi system process it and send it to an idoc structure. Than i need to send the target idoc structure to R/3. here i tried creation the following objects. configuration 1. sender service- Third

  • NullPointerException thrown when using get method in CMR relationship outsi

    We are using weblogic 9.1 CMP entity beans with BEA's XA oracle driver. We have a bean called User that has a many address beans. When calling the getAddresses method on a UserLocal a NullPointerException gets thrown if the stateless session bean met

  • Missing Mail Plug-ins?

    I sent an email containing a couple of jpg's. In the conversation view, my sent email has a blank space for each jpg's with the words "Missing Plug-in". Are there really some missing plug-ins or does this mean something else? Thanks HNick