Can't import SavingsAccountHome with Deploytool

*****MY QUESTION TO YOU***********
Why can't deploytool load SavingsAccountHome?
A few facts:
--j2ee is running
--cloudscape is running
--'ant create-savingsaccount-tables' worked (I can query the table)
--'ant savingsaccount' worked, i.e., no error msgs and all .class files appear in build tree
When I hit 'finish' to complete the deploytool build of SavingsAccountApp, I get the following response:
*************ERROR MESSAGE**************
"There was an error importing component(s) into this application.
The application file has not been updated."
*****ERROR TEXT IN DOS deploytool WINDOW*******
e:\j2ee_tuto\j2eetutorial\examples\src>deploytool
Deployment tool version 1.3. Type deploytool -help for command line options. Starting...
java.lang.ClassNotFoundException: SavingsAccountHome
at com.sun.enterprise.util.EJBClassLoader.findClass(EJBClassLoader.java:203)
at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
at com.sun.enterprise.deployment.EjbDescriptor.getMethodDescriptors(EjbDescriptor.
java:1100)
at com.sun.enterprise.deployment.EjbDescriptor.convertMethodPermissions(EjbDescrip
tor.java:656)
at com.sun.enterprise.deployment.EjbDescriptor.getExcludedMethodDescriptors(EjbDes
criptor.java:642)
at com.sun.enterprise.deployment.xml.EjbBundleNode.setDescriptor(EjbBundleNode.jav
a:87)
at com.sun.enterprise.deployment.xml.EjbBundleNode.getDocument(EjbBundleNode.java:
717)
at com.sun.enterprise.deployment.EjbBundleArchivist.writeDeploymentInfo(EjbBundleA
rchivist.java:238)
at com.sun.enterprise.deployment.EjbBundleArchivist.save(EjbBundleArchivist.java:3
25)
at com.sun.enterprise.deployment.EjbBundleArchivist.save(EjbBundleArchivist.java:3
57)
at com.sun.enterprise.deployment.ApplicationArchivist.save(ApplicationArchivist.ja
va:494)
at com.sun.enterprise.deployment.ApplicationArchivist.save(ApplicationArchivist.ja
va:455)
at com.sun.enterprise.deployment.ApplicationArchivist.addEjbJar(ApplicationArchivi
st.java:1109)
at com.sun.enterprise.tools.deployment.ui.DeployToolWindow.addEjbJar(DeployToolWin
dow.java:1533)
at com.sun.enterprise.tools.deployment.ui.DeployToolWindow.newEjbJarAction(DeployT
oolWindow.java:1464)
at java.lang.reflect.Method.invoke(Native Method)
at com.sun.enterprise.tools.deployment.ui.utils.UIActionDispatcher.invoke(UIAction
Dispatcher.java:111)
at com.sun.enterprise.tools.deployment.ui.utils.UIActionDispatcher.invoke(UIAction
Dispatcher.java:132)
at com.sun.enterprise.tools.deployment.ui.utils.UIActionDispatcher.actionPerformed
(UIActionDispatcher.java:152)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450)
at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.j
ava:1504)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:378)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250)
at javax.swing.AbstractButton.doClick(AbstractButton.java:279)
at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMen
uItemUI.java:886)
at java.awt.Component.processMouseEvent(Component.java:3715)
at java.awt.Component.processEvent(Component.java:3544)
at java.awt.Container.processEvent(Container.java:1164)
at java.awt.Component.dispatchEventImpl(Component.java:2593)
at java.awt.Container.dispatchEventImpl(Container.java:1213)
at java.awt.Component.dispatchEvent(Component.java:2497)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
at java.awt.Container.dispatchEventImpl(Container.java:1200)
at java.awt.Window.dispatchEventImpl(Window.java:914)
at java.awt.Component.dispatchEvent(Component.java:2497)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
at com.sun.enterprise.tools.deployment.ui.utils.UIBusyCursor.dispatchEvent(UIBusyC
ursor.java:132)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:
131)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
Error loading class (EjbDesciptor.getMethods())
******MY VARIOUS ENVIRONMENT VARIABLES******
e:\j2ee_tuto\j2eetutorial\examples\src>path
PATH=C:\WINNT\system32;C:\WINNT;C:\WINNT\system32\WBEM;e:\.;e:\j2sdkee1.3\bin;e:\jant\jaka
rta-ant-1.3\bin;e:\jdk1.3.1;e:\jdk1.3.1\bin
J2EEJARS=e:\j2sdkee1.3\lib\j2ee.jar
J2EE_CLASSPATH=e:\j2sdkee1.3\lib
J2EE_HOME=e:\j2sdkee1.3
CLOUDSCAPE_INSTALL=e:\j2sdkee1.3\lib\cloudscape
CLASSPATH=.;e:\j2eesdk1.3\lib;e:\jdk1.3.1\lib;e:\j2ee_tuto\j2eetutorial\examples\build\ejb\savingsaccount
CLOUDJARS=e:\j2sdkee1.3\lib\system\cloudscape.jar;e:\j2sdkee1.3\lib\system\tools.jar;e:\j
sdkee1.3\lib\cloudscape\RmiJdbc.jar;e:\j2sdkee1.3\lib\cloudscape\client.jar
CLOUDSCAPE_INSTALL=e:\j2sdkee1.3\lib\cloudscape
ANT_HOME=e:\jant\jakarta-ant-1.3
APPCPATH=ConverterAppClient.jar
JAVACMD=e:\jdk1.3.1\bin\java -Xmx128m -Djavax.net.ssl.trustStore=e:\j2sdkee1.3\lib\securit
y\cacerts.jks -Djava.security.auth.policy=e:\j2sdkee1.3\lib\security\jaas.policy
JAVAHELPJARS=e:\j2sdkee1.3\lib\jhall.jar
JAVART=e:\jdk1.3.1\jre\lib\rt.jar
JAVATOOLS=e:\jdk1.3.1\lib\tools.jar
JAVA_HELP=e:\j2sdkee1.3\lib\jh.jar
JAVA_HOME=e:\jdk1.3.1
JMS_CLASSESDIR=e:\j2sdkee1.3\classes
JMS_DB_PATH=e:\j2sdkee1.3\repository\EXODUS\db\
JMS_HOME=e:\j2sdkee1.3
JMS_RI_JDBC=e:\j2sdkee1.3\lib\system\cloudscape.jar;e:\j2sdkee1.3\lib\system\tools.jar
LIBDIR=e:\j2sdkee1.3\lib
LISTEN_OPTIONS=-Dcom.sun.CORBA.connection.ORBListenSocket=SSL:0,SSL_MUTUALAUTH:0,PERSISTEN
T_SSL:1060
LOCALEDIR=e:\j2sdkee1.3\lib\locale
SSL_OPTIONS=-Djavax.net.ssl.trustStore=e:\j2sdkee1.3\lib\security\cacerts.jks
SystemDrive=C:
SYSTEMJARS=e:\jdk1.3.1\jre\lib\rt.jar;e:\jdk1.3.1\lib\tools.jar
SystemRoot=C:\WINNT
SYSTEM_LIB_DIR=e:\j2sdkee1.3\lib\system

refer to the thread=149467
I had the same problem. Hints from thread 149467 solved the problem.
Thanks

Similar Messages

  • How can i import procedure with %ROWTYPE in Oracle 10.2 (paris) warehouse b

    Hello.
    How can i import procedure with %ROWTYPE in Oracle 10.2 (paris) warehouse builder?Everytime i try to do it i get an error message:
    API0411: Name should be an empty string.
    If i comment out %rowtype i can import it without problems.
    I have tried re-creating the procedure in OWB but once again i cannot find the %rowtype anywhere. the %type is there etc. I have tried to use Publish transformation / custom and cannot find %rowtypa there either.
    Thank you very much for your help

    Just in case you are having the same problem and cannot find any help anywhere - it is a bug in OWB.
    I got in touch with Oracle Support and it appears that it is possible to import procedure/package with %ROWTYPE inside it, but it is not possible if the %ROWTYPE is in the arguments.
    Just waiting for them to provide me with the bug ID.

  • My HDD crashed and I had to reinstall my boot and programmes on a new HDD.  I managed to recover my library.itl.  How can i import it with the new version of itunes? When i try imprt playlist, it replies that it is not a validly exported file.

    My HDD crashed and I had to reinstall my boot and programmes on a new HDD.  I managed to recover my library.itl.  How can i import it with the new version of itunes? When i try imprt playlist, it replies that it is not a validly exported file.

    It should be like the very first time you synced your phone with I-Tunes. It will notice you haven't synced before and just copy everything from your phone into I-Tunes. It shouldn't delete anything from the phone, at least it never has for me. It just puts a copy of everything into I-Tunes and even if you delete an app for example from your phone and you decide you want it back later, you can just go back into I-Tunes and copy it back over. Hope this helps.

  • How can I import pics with the title info?

    How can I import pics with the title info? Title info not importing, just the pics with original title info

    jfromcal wrote:
    the info is on the pics on the cd I'm importing to my iphoto library. I maybe using the wrong terminology. Basically naming or writing a description underneath for each individual photo.
    js
    exactly where is it - the file name? in the IPTC data? Actually "on the photo"?
    LN

  • Can't import CDs with Windows 7

    Hi Everyone,
    I can't import CDs from iTunes. I have an Apple ID and I to have tried a regular audio CD. Still no luck. I rang support and we uninstalled and reinstalled and also ran diagnostics test - still no luck. Results below -
    Microsoft Windows Vista Home Premium Edition Service Pack 1 (Build 6001)
    HP-Pavilion NS885AA-ABG p6120a
    iTunes 9.0.2.25
    QuickTime 7.6.5
    FairPlay 1.5.23
    Apple Application Support 1.1.0
    iPod Updater Library 9.0d11
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 2.6.0.32
    Apple Mobile Device Driver not found.
    Bonjour 1.0.6.2 (118.5)
    iTunes Serial Number CE708C831BC56B0A
    Current user is not an administrator.
    The current local date and time is 2010-01-30 13:07:43.
    iTunes is not running in safe mode.
    Video Display Information
    Intel Corporation, Intel(R) G33/G31 Express Chipset Family
    ** External Plug-ins Information **
    No external plug-ins installed.
    The drive E: HUAWEI Mass Storage Rev 2.31 is a USB 1 device.
    iPodService 9.0.2.25 is currently running.
    iTunesHelper 9.0.2.25 is currently running.
    Apple Mobile Device service 2.50.39.0 is currently running.
    ** CD/DVD Drive Tests **
    No drivers in LowerFilters.
    UpperFilters: GEARAspiWDM (2.2.0.1),
    F: HL-DT-ST DVD-RAM GH40L, Rev 1.04
    Data or MP3 CD in drive.
    Found 1 songs on CD, playing time 79:01 on CDROM media.
    Track 1, start time 00:02:00
    Get drive speed succeeded.
    The drive CDR speeds are: 4 8 16 24 32 40.
    The drive CDRW speeds are: 4.
    The drive DVDR speeds are: 4.
    The drive DVDRW speeds are: 4.
    Can anyone help????????

    Insert a regular audio CD and rerun the test.

  • Can't import content with '&' in XML element

    I encountered the following error msg when importing the sample XML with '&' in content of an element(for example, a URL with '&' for parameters):
    <?xml version = '1.0'?>
    <ROW_List>
    <ROW>
    ...... <D3_STRU_URL>http://www.ncbi.nlm.nih.gov/mmdbsrv.cgi?form=6&db=t&Dopt=s&uid=14422
    </D3_STRU_URL>
    Error msg said:
    <Line 19, Column 78>: XML-0100: (Fatal Error) Expected ';'.
    <Line 19, Column 78>: XML-0250: (Fatal Error) Missing entity 'db'.
    <Line 19, Column 85>: XML-0100: (Fatal Error) Expected ';'.
    <Line 19, Column 85>: XML-0250: (Fatal Error) Missing entity 'Dopt'.
    <Line 19, Column 91>: XML-0100: (Fatal Error) Expected ';'.
    <Line 19, Column 91>: XML-0250: (Fatal Error) Missing entity 'uid'.
    It seems that '&' is used by XDK for a kind of special purpose.
    Does anybody know how to handle the problem if I really want to import content with '&'?
    Thanks a lot for your help.
    Yihua

    The "&" character is part of the reserved word content.
    Just like: <, &, >, ", ' to use these in an XML file you should
    use:
    <     <
         >&#8220;     &quot;
    &#8216;     &apos;
    like: This is worth < $250K
    will become: This is worth < $250K
    Willem

  • I can only import HDV with Apple Intermediate Codec!!!!

    Hello,
    I want to get to the bottom of this. I have HDV film shot on a DV tape. I cannot import this HDV footage, it appears to be importing, but the moment I hit "escape" to stop capture, I realize nothing was actually importing. I usually end up with a second of captured footage, ironically, it's of the second that I stopped capture on. So I capture my last second.
    Of course, if I change my setting to Apple Intermediate Codec, it works fine.
    I'm using Final Cut Pro 5 on a G5 that hasn't been online in a while. Maybe I just need some 'updates?"
    Or is this a Final Cut Pro 5 issue since it came out when HDV was relatively new on the scene?
    Should I upgrade to Final Cut Pro 6, cut that make importing HDV easier for me?
    This footage I don't mind converting to Intermediate Codec, but in the future I'd like to not have to do this.
    Anyone know what causes this?
    Thanks!

    You should be able to do it fine in 5.0 as well as 5.1.
    I have been capturing HDV since August of 2006, long before FCP 6. Make sure you use a camera that is supported, for HDV is not a standard the way DV is. It is MPEG 2 out of the box. So when you capture you are in for a bit of a ride editing HDV on FCP 5. It can be done, but you are better to take a page from Shane's book and capture to DVCPro HD instead. It takes up much more space, but you will have no headache editing and outputting later.
    Hope this helps.
    Matt

  • Can't import M2TS with LPCM audio. Video OK, Audio not.

    I have M2TS file with H.264 1440x1080i 29.97 25Mbps CBR video stream and 2-channel LPCM Audio stream. When I import the file to Premiere or Encore, the video comes up ok, buth the audio portion sounds like static noise. If I demux the M2TS file into *.M4V video file and *.WAV audio file and import them seperately and then join on the timeline everything works just fine. Any suggestions?
    Also, not sure if it's related, but the M2TS file has a choppy/blocky playback in the preview monitor. When stepping manually frame by frame everything looks OK. If I export the M2TS file, the video playback is good. I've seen other people posting about the same problem, so I assume this is a common problem and all I can do is wait for some updates, correct?
    My PC Specs: Q6600, 8GB Ram, Quadro FX580, Vista64bit

    The material comes from CS4 media encoder output. This is how.
    Master Source Clips: HDV 1440x1080i, 29.97
    Edited in CS4 and output via media encoder to
    H.264, 1440x1080i, 29.97, Upper, High 4.1, CBR 25Mbps, LPCM, No Muxing
    After the encode M4V and WAV streams muxed into M2TS via TSMuxer.
    I then took the file and tried to import it to Premiere and let it conform. That's where I experience the problem.
    I just tried another test. I took the original HDV project and exported via the same settings (explained above), except I've changed LPCM to AC3. This time the audio plays fine in Premiere. So it sounds like Premiere does not like LPCM inside of M2TS.
    Regarding the video playback, the weird thing is that when I preview the file in premiere and it's blocky (just a little bit), my CPU utilization shows only about 20%. I would have thought that if my machine couldn't keep up it would be higher. Btw. playback of H.264 outside of Premiere is superb, also only with small CPU usage.
    I generate the M2TS H.264 output for two reasons:
    1. Playback via PC and PS3
    2. Have a reasonably small and high quality backup copy of the project output. Since there is no losless HDV export, I figured H.264 export at 25Mbps is a better alternative then MPEG2 25Mbps export. I'm not considering any 3rd party plugins or losless codecs, etc. Just trying to have something reasonable for non-pro use.
    The M2TS file allows me to accomplish both 1) and 2) with one file. I also backup my project file and HDV source, but it's good to know that I have an additional backup in the compiled M2TS file.
    I'm testing the M2TS editing in case I do ever loose the orignal project files and need to resort to M2TS editing.

  • Un filed book marks did not transfer .how can I import them with out duplication of other folders ?

    I down loaded Fire fox and selected the option of importing IE favorites.The folders and their contence transfered fine but no unfiled favourites transfered .How can I now import the untransfered book marks with out duplacating previously transfered files and folders.

    Try import again, i think Firefox wont duplicate the bookmarks that already exist:
    *[https://support.mozilla.org/en-US/kb/import-bookmarks-internet-explorer Import Bookmarks from Internet Explorer]
    In IE try export only the bookmarks that you want:
    *http://windows.microsoft.com/en-us/internet-explorer/add-view-organize-favorites#ie=ie-11
    (IE export as HTML)
    Then Import to Firefox:
    *[https://support.mozilla.org/en-US/kb/import-bookmarks-html-file Import Bookmarks from a HTML file]

  • Can't import subtemplate with 10.1.3.3

    Hi,
    We upgraded to 10.1.3.3 Standalone and I've tried to run one of the reports we already had and which we imported from the 5.6.2 version. We got XSL Exceptions when trying to import a file located on the server hard drive. The file we are trying to import is containing our subtemplates. We never had that kind of exceptions before. Here is a sample from the oc4j instance opmn log :
    [100107_041334521][oracle.apps.xdo.common.xml.XSLTWrapper][EXCEPTION] XSL error:
    XML-21028: (Fatal Error) Access not allowed : rtf2xsl://file_///d:/ora/xmlp/Gabarits/Entetes/Entetes.rtf?sid=1&eaf=3
    XML-21028: (Fatal Error) Access not allowed : rtf2xsl://file_///d:/ora/xmlp/Reports/Dossier fournisseur/Qualifier un fournisseur/MF.01.01.001 Qualification/Corps de lettre.rtf?sid=2&eaf=3
    XML-22900: (Error) An internal error condition occurred.
    [100107_041334521][oracle.apps.xdo.template.FOProcessor][STATEMENT] clearInputs(Object) is called.
    [100107_041334521][oracle.apps.xdo.template.FOProcessor][STATEMENT] clearInputs(Object) done. All inputs are cleared.
    And here is how we import it:
    <?import:file:///d:/ora/xmlp/Gabarits/Entetes/Entetes.rtf?>
    <?import:file:///d:/ora/xmlp/Reports/Dossier fournisseur/Qualifier un fournisseur/MF.01.01.001 Qualification/Corps de lettre.rtf?>
    I've looked at the folder permission and the security is a less restrictive as it can be. I also tried to move the file on the same hard drive as the oc4j instance and I updated the reference to the file to point on the new location and I got the same result.
    Anyone has an idea of what could be causing this :/
    Regards,
    Guillaume

    My bad, I just realised there was that new option which is "desactivate external references".
    Regards,
    Guillaume

  • Can't import MTS with Premiere Pro CC (2014)

    I have the problem with Premiere Pro CC (2014) and Media Encoder CC (2014) ! "Compression of media is not supported" (or something like that, it's in german...)
    In After Effects CC (2014) and Prelude CC (2014) there is no problem importing these files.
    MTS from a Panasonic HC-V550, files from a AVCHD folder structure, 1080p 50 fps.
    I did already a project with theses file in Premiere Pro CC a few month ago!

    Hi Das Modular,
    Move the media to another directory, drive, or merely change the name of the folder where your media resides. You should be able to import the files after that.
    Thanks,
    Kevin

  • Can't import project with same name as previously deleted project

    I had a project in Flash Builder that I needed to update; the old version was a Flash Professional project using an FLA, but the new version uses XFL and a different folder structure. I right clicked on the old project in Flash Builder and selected "Delete" then chose the "Do not delete contents" option. I then renamed the project folder and put the new version of the project, with the same folder name, in the same location.
    Flash Builder will not let me import the new version of the project. It will take me through the import wizard but when it completes nothing shows up in Flash Builder. Almost seems like there is a "permanently ignore projects with this name forever" flag hidden somewhere, although I'd hope FB wasn't that inflexible. Does anyone know how to solve this problem? Thanks.

    Eclipse has severe problems with case sensitivity in project names, and will silently crash if the name of a project changes in case. Apparently even if you delete the project and recreate it. So I had to change the capitalization to match the previous version.

  • Can't import MP3 Files into iTunes 10.6.1

    I'm a long time user of iTunes and haven't had any problems until the last couple of days.  I use a Macbook Pro with my iTunes Library on an external drive - I was trying to demonstrate using the iTunes store to a friend and created a temporary iTunes libary on my local disk (away from my office).  I then switched back to my iTunes library on the external drive but some music had disappeared.  It is in the correct folder in the library.  So as a lst ditch effort I created a new library on another disk (I was running out of space anyway).  Now I can't import anything with an extension of mp3. 
    Any help would be appreciated
    Paul

    MOV is a container format which may contain all kinds of codec, while iTunes only import MOV whose video codec is DV, MPEG-2, MPEG-4, H.264, or AIC.
    Even if the MOV meet the above requirement and supported and playable in iTunes, it will still fail to sync to iPod/iPad/iPhone/Apple TV if the MOV video does not fit the specification like resolution, bit rate, aspect ratio, size, and audio codec of the iPod/iPad/iPhone/Apple TV.
    In order to successfully import MOV to iTunes as well as sync MOV to Apple TV, iPod, iPhone, iPad, we have better convert the MOV video to a more compatible video format.
    Step by step guide on how to convert itunes unsupported mov to itunes supported one at How to Solve Can't Add MOV to iTunes to Play MOV in iTunes/iPod/iPad?

  • Import bitmaps with lingo (importfileinto) WITH white Border

    how can i import jpgs with lingo (importfileinto) WITH white Border?

    You can use an options list with importFileInto, and set a #trimWhiteSpace property with a value of 0;
    vMember = new(#bitmap)
    vOptions = [#trimWhiteSpace: 0]
    vJPG = "Path:To:Your:test.jpg"
    vMember.importFileInto(vJPG, vOptions)

  • Error importing oBusinessPartners with DTW 2005.0.16

    I can not import BusinessParters with DTW 2005.0.16. For objects like Items ... it works as usual. With oBusinessPartners the Source data is shown empty, resulting in 0 imports and in 0 errors. If I open the dialog "Maintain Interface" to see the field database, it is empty within the oBusinessPartners.
    How can I correct this?
    Thanks
    Franz

    hi all,
    Franz is right with his interpretation: It is about participating in the Ramp-up program for SAP Business One 2007 A:
    Customer upgrade projects will not be able to participate in the 2007 A Ramp-Up if PL23 (or higher) on SAP Business One 2005 A SP01 have been applied. This is because Enhancement Package content has been introduced with PL23 which, due to compliance rules that SAP must follow, SAP can only add to SAP Business One 2007 A once this new release has been assigned general availability status.
    Necessary details for SAP partners can be checked at (as previously mentioned in this thread):
    http://service.sap.com/~sapidb/011000358700000173412007E
    Hope this clarifies,
    Heike

Maybe you are looking for

  • Hewlett Packard LaserJet PRO 200 Color M251NW - ICC Profile

    My girlfriend works from home selling jewelry on Etsy and her prints have been coming out with a strange tint to them recently. I have tried to find the proper ICC profile to use with this printer, but can't seem to find it anywhere. Am I overlooking

  • Using javascript as attribute

    Hi, is it possible to use javascript as an attribute value in a JSTL tag, e.g. <fmt:formatNumber value="${some.value}" pattern="javascript:getPattern();" />so that the pattern can be determined in run-time? Thanks.

  • Use testing branch but not on all packages.

    I use testing branch w/o no problem but I want to disable some packages being fetched from testing in favour of core/extra. For example openoffice-base (I want stable oo). Is there some way to select packages that are not get from testing?

  • HELP! BT Home Hub won't stay connected

    Hi, was wondering if anyone here could possibly help, please, particularly with interpretation of ADSL Line stats/errors? Trying to cut a v.v. long story short, been using BT Broadband with original BT Home Hub (1.0/1.5?) for approx. 6-7 years with r

  • Spacing in Search and Index panes

    Please could someone advise me how to add padding to the Search and Index panes? I've edited the whthost.js file to apply spacing to the Table of Contents and that worked fine. However, I've tried editing the whfhost.js and whihost.js files in the sa