Problem: TransformerFactoryImpl not found

Hi all, I am using the javax.xml library to transform an xml to html with xslt.
When the application tries to create a new instance of TransformerFactory, it throws the following exception:
javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not foundWhat do I have to do to use xalan transformer?
Thank you in advance, Kostas

Set System property
System.setProperty("javax.xml.transform.TransformerFactory",
     "org.apache.xalan.processor.TransformerFactoryImpl ");

Similar Messages

  • IPod- 80g synch problem - file not found

    Am getting "the iPod cannot be synced as the required file not found" when trying to synch my iPod 80gig. New problem - is it the new iTunes software I downloaded ? How do I fix this ? please help as I have over 30gigs of music. Also why does my 80gig iPod say it only has 70 gigs of space in total, what happened the other 10gig?...
    Thanks for your help in advance.
    Fin

    http://discussions.apple.com/thread.jspa?threadID=2380602&tstart=0

  • Migration to 11.1.2.2 problem, ApplicationModule not found.

    Hi Guys,
    After migrating our existing oracle ADF application from version 11.1.1.3 to the new version 11.1.2.2 we faced the below error on several screens. It seems that for different reasons we are loosing the application module without even having any error in the error log, then afterward whatever we do (ex: query a view that exist in the app module or call a function that exist in the app module or …….) we receive the below error.
    Note that for migration we opened and compiled the code on the version 11.1.1.4 then we went directly to the version 11.1.2.2, this is the certified way from oracle (check the link below)
    [http://www.oracle.com/technetwork/developer-tools/jdev/jdev11gr2-cert-405181.html#Migration]
    So I guess the question is:
    1) did anyone out there face this issue???
    2) Is our migration path wrong???
    3) Does anyone migrated successfully so far????
    Thanks guys,
    Alain.
    <Utils> <buildFacesMessage> ADF: Adding the following JSF error message: Object MasterTablesAppModule of type ApplicationModule is not found.
    oracle.jbo.NoObjException: JBO-25003: Object MasterTablesAppModule of type ApplicationModule is not found.
         at oracle.jbo.server.ApplicationModuleImpl.findViewObject(ApplicationModuleImpl.java:3367)
         at oracle.jbo.server.EntityImpl.fetchExprValueSupplierOverrideRow(EntityImpl.java:611)
         at oracle.jbo.server.EntityImpl$ViewRowRef.getViewRow(EntityImpl.java:13284)
         at oracle.jbo.server.EntityImpl.getExprValueOverrideViewRow(EntityImpl.java:588)
         at oracle.jbo.server.JboMandatoryAttributesValidator.validate(JboMandatoryAttributesValidator.java:102)
         at oracle.jbo.server.EntityDefImpl.validate(EntityDefImpl.java:3095)
         at oracle.jbo.server.EntityCache.validate(EntityCache.java:3613)
         at oracle.jbo.server.EntityImpl.validateEntity(EntityImpl.java:2376)
         at oracle.jbo.server.EntityImpl.validate(EntityImpl.java:2466)
         at oracle.jbo.server.DBTransactionImpl.validate(DBTransactionImpl.java:4541)
         at oracle.adf.model.bc4j.DCJboDataControl.validate(DCJboDataControl.java:1595)
         at oracle.adf.model.binding.DCBindingContainer.validateReferredDataControls(DCBindingContainer.java:4413)
         at oracle.adf.model.binding.DCBindingContainer.validateInputValues(DCBindingContainer.java:4332)
         at oracle.adf.model.binding.DCBindingContainer.validate(DCBindingContainer.java:4264)
         at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.validateModelUpdates(PageLifecycleImpl.java:300)
         at oracle.adf.controller.faces.lifecycle.FacesPageLifecycle.validateModelUpdates(FacesPageLifecycle.java:70)
         at oracle.adf.controller.v2.lifecycle.Lifecycle$6.execute(Lifecycle.java:202)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:197)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.access$600(ADFPhaseListener.java:23)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$3.after(ADFPhaseListener.java:323)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:75)
         at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:53)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:444)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:207)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:508)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Thanks,
    Alain.

    Hi,
    if the application module runs in the tester then you can exclude the business service as the source of the problem. In this case have a look in the DataBindings.cpx file and the view controller project dependencies. E.g. if you added the ADF BC reference as a ADF library, check this library. If you have a project dependency, check this and compile the ADF model sources.
    If this doesn't help, the best recommendation is to work with customer support on how to reproduce this issue
    Frank

  • Jms problem - queue not found

    Hi
    I have a simple bpel process that's supposed to read a message from a queue and put a message back on the same queue using the JmsAdapter. When I deploy the process, the log says that java:comp/resource/ojmstest/Queues/demoQueue can not be found:
    <2006-05-28 18:36:56,751> <INFO> <default.collaxa.cube.activation> <JMSAdapter::Inbound> Created new managed connection for JMS user jmsuser
    <2006-05-28 18:36:57,011> <WARN> <default.collaxa.cube.activation> <JMSAdapter::Inbound> JMSMessageConsumer_init: Retrying connection; attempt #1
    <2006-05-28 18:38:57,785> <WARN> <default.collaxa.cube.activation> <JMSAdapter::Inbound>
    ORABPEL-12135
    ERRJMS_ERR_CR_QUEUE_CONS.
    Error while creating Queue consumer:.
    Please examine the log file to determine the problem.
         at oracle.tip.adapter.jms.JMS.JMSConnection.createConsumer(JMSConnection.java:346)
         at oracle.tip.adapter.jms.JMS.JMSMessageConsumer.createConsumer(JMSMessageConsumer.java:214)
         at oracle.tip.adapter.jms.JMS.JMSMessageConsumer.init(JMSMessageConsumer.java:158)
         at oracle.tip.adapter.jms.inbound.JmsConsumer.init(JmsConsumer.java:115)
         at oracle.tip.adapter.jms.JmsEndpoint.run(JmsEndpoint.java:113)
         at oracle.tip.adapter.fw.jca.work.WorkerJob.go(WorkerJob.java:51)
         at oracle.tip.adapter.fw.common.ThreadPool.run(ThreadPool.java:267)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: oracle.jms.AQjmsException: JMS-190: Queue java:comp/resource/ojmstest/Queues/demoQueue not found
         at oracle.jms.AQjmsError.throwEx(AQjmsError.java:346)
         at oracle.jms.AQjmsSession.createQueue(AQjmsSession.java:1296)
         at oracle.tip.adapter.jms.JMS.JMSDestination.getQueue(JMSDestination.java:83)
         at oracle.tip.adapter.jms.JMS.JMSConnection.createConsumer(JMSConnection.java:330)
         ... 7 more
    In my global application.xml, I have:
    <resource-provider class="oracle.jms.OjmsContext" name="ojmstest">
    <description>OJMS/AQ</description>
    <property name="url" value="jdbc:oracle:thin:@eros.goldi.no:1521:orcl"/>
    <property name="username" value="jmsuser"/>
    <property name="password" value="jmsuser"/>          
    </resource-provider>
    In oc4j-ra.xml, I have:
    <connector-factory location="eis/aqjms/Queue" connector-name="Jms Adapter">
    <config-property name="connectionFactoryLocation" value="java:comp/resource/ojmstest/QueueConnectionFactories/myQCF"/>
    <config-property name="factoryProperties" value=""/>
    <config-property name="acknowledgeMode" value="AUTO_ACKNOWLEDGE"/>
    <config-property name="isTopic" value="false"/>
    <config-property name="isTransacted" value="true"/>
    <config-property name="username" value="jmsuser"/>
    <config-property name="password" value="jmsuser"/>
    </connector-factory>
    I have checked that demoQueue exists in the database.
    Any ideas?
    André

    Hi
    I managed to get it to work now on a different database.
    I probably didn't grant all the necessary rights to my jmsuser.
    Thanks,
    André

  • Gensplash problem (fbconsole not found)

    Hi,
    I have recently started to play with gensplash: rebuilded my kernel, installed gensplashutils, etc. But I still can't get gensplash to work perfectly... I used google (wich found nothing), even tried to edit initscripts manualy, but that didn't work either. The problems are:
    (1). When I change splash kernel option from verbose to silent, I get just black background and no pictures, jus text like it would not be any splash.:?:
    (2). When I install initscripts-gensplash package I get loads of /usr/bin/fgconsole not found errors (wich I AM SURE it is there). And spalsh comes up only after some time, when init starts. Strange...
    I am totally lost here (so I am posting this to newbie forum, because this can be stupid problems  ).
    Any help on the subject would be greately appreciated.
    ::UPDATE:
    Somehow I got silent splash to work, but I stil get those fgconsole errors.

    Hi
    I think you forgot the manifest file to tell the bean builder that Test.class is a Bean.
    Write a file with this content and cll it i.e. manifest.tmp:
    Name: Test.class
    Java-Bean: True
    Then put the class file in the jar file:
    jar cfm Test.jar manifest.tmp Test.class
    Like this it should work
    Regards
    Ermanno

  • Problem  : applet not found for installation

    After downloading cap file i try to create applet instance and select it.My script file that i send to apdutool look like this
    powerup;
    //then select the installer applet using this command
    0x00 0xa4 0x04 0x00 0x09 0xa0 0x00 0x00 0x00 0x62 0x03 0x01 0x08 0x01 0x7f;
    //then create wallet instance as
    0x80 0xb8 0x00 0x00 0x0b 0x09 [here wallet applet AID]
    //then select the wallet applet
    0x00 0xa4 0x04 0x00 lc [here wallet applet aid that i specify while converting to cap file]
    powerdown;
    when i send this script file to jcre then for select installer applet sw1 sw2 is 9000 but for second apdu command means creation applet returns apdu response that is 6443 means applet not found for installation and similarly third apdu command responses is not proper
    i don't know where is problem bcoz the script file that i create from scriptgen tool by giving cap file as input runs properly by jcre but when after appending my own apdu commands e.g. create applet,debit or credit then apdu responses r not valid.................plz help me that why all this happened
    thanks

    To use the JCRE you are running the reference implementation. That tool needs you to download the CAP file and the CAP components. That's provided in the results from the scriptgen tool.

  • The Problem : Method not found (FCPublish).

    Hi All.
    When I push "Start" on FME2, The Following log is out on FMS2
    LiveLog.
    Sending error message: Method not found (releaseStream).
    Sending error message: Method not found (FCPublish).
    I make sure that "CONNECT" is successful.
    And, I searched about this ,so I know that "releaseStream"
    and "FCPublish" is called by FME.
    But, What should I do?
    Can I ask your advice on something?
    thanks.

    prototype the Client to have this function call by FME
    actually do something:
    example:
    Client.prototype.FCPublish = function(streamname) {
    this.call("onFCPublish", null,
    {code:"NetStream.Publish.Start", description:"name"});
    Client.prototype.FCUnpublish = function(streamname) {
    // perform your clean up
    this.call("onFCUnpublish", null,
    {code:"NetStream.Unpublish.Success", description:"name"});
    Client.prototype.releaseStream = function(streamname) {

  • Xml parser problem------file not found!  urgent!!!

    I have write some codes to parse a xml file like this :
    File xml=new File(xmlpath,frame.statusXMLofEachSequence);
    if(xml.exists()){
    System.out.println("xml..."+xml.getAbsolutePath());
    try {
    DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
    DocumentBuilder builder = factory.newDocumentBuilder();
    System.out.println("statusFile1 is.."+xml.getPath());
    ��������
    It's ok in JBuilder and JCreater, but when I run it in Dos , it throws an exception .
    Although I print the name of the xml file before to parse it and get the right name of the xml file, just like this:
    statuseFile1 is..F:/JavaDebug/user/dwsun/seq1/config.status.xml
    the exception as follows:
    org.xml.sax.SAXParseException: File "file:///F:/JavaDebug/config.status.xml" not found.
    at org.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1014)
    at org.apache.xerces.readers.DefaultEntityHandler.startReadingFromDocument(DefaultEntityHandler.java:512)
    at org.apache.xerces.framework.XMLParser.parseSomeSetup(XMLParser.java:304)
    at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:899)
    ���� ����
    why???
    Hope to get your helps!!!
    Thanks a lot!!!

    Please try the following code.
    import java.io.*;
    public class MyFile {
      public static void main(String args[]) {
        File file = new File(args[0]);
        System.out.println("File is " + file.getAbsolutePath());
        System.out.println("File is " + file.getPath());
    }ex)
    $ java MyFile MyFile.java
    File is /home/ikeda/work/java/forum/MyFile.java
    File is MyFile.java
    What FILE_PATH occured wrong print?

  • N95 8GB WLAN PROBLEM (SERVER NOT FOUND)

    HI, just got my new n95 8gb and tried connecting it to my home network,i find the access point and define the access point but when i try start web browsing i get error mesage "server not found".
    any ideas anyone?

    That error message tells that your phone can't connect to a DNS. There are lots of causes for that & one is if your WIFI been configured with hardware address fitlering as a security measure. Try if you could put the primary DNS & Secondary in the configuration of your phone & check if it will work.
    Knowledge not shared is knowledge wasted!
    If you find it helpfull, it's not hard to click the STAR..

  • Software update problem : updates not found on 8088

    Hello,
    I recently found that when I performed an update on my clients they always reported Up to date. I then made them point to Apple's software update and they found that Itunes and a performance update was necessary.
    So I tried to find what was wrong. My server seems to have downloaded all the latest updates (including ITunes and the performance update).
    I disabled SoftwareUpdate and reenabled it.
    Now my clients can't even connect to my Software Update server : the bar stays fix for a really long time.
    When I look at the logs from my server : I see that a few products can't be downloaded :
    Product 061-7024 will not be available for installation.
    Unable to download or create .smd file for product
    But maybe the main problem is that when I try to contact http://myserver:8088/
    I dont see anything and when I try http://myserver:8088/index.sucatalog it begins to open the file but displays only the file's beginning. It keeps downloading the rest of the file really slowly (I think that's what makes the bar stays fix when I try to update).
    Any clue ?
    p.a

    Hello again,
    After a few more tests, I noted this.
    Before restarting Software update, new updates weren't visible to clients.
    After restarting Software update : Clients unable to connect to Software Update Server : bar stays fix for a very long time. In fact it appears to be a really slow connection to the server. After a few minutes the available updates appear (ITunes and Performance update). If I click to install them. Downloading begins but it's very slow 1k/s approximately.
    I tried to untick Bandwidth limitation that was set to 1Mo/s. And after restarting Software Update, surprise : my clients can connect to SUS, see the new updates and download them at LAN speed.
    Why did it work before ?
    I tried to reset Bandwidth limitation to 1024k/s to see if it makes any difference. Yes when it's set, SUS doesn't work.
    So really painful to work with this, almost no options to fine tune the update server and it's better to let all to defaults to avoid problems it seems.
    p.a

  • Strange module problem, modules not found

    Hi!
    Not sure if thois is the correct area but anyway...
    I have a really strange problem loading modules:
    Sometimes when booting it can't find my modules, in most cases (but not all) I have done a unclean shutdown so fsck needs to run (but it have happened at other times as well).
    And even if fsck pass without any problem I still have the same problem, even when trying to reboot a second time (clean shutdown).
    The only fix is to re-install kernel26 (and hope I still have it in the cache).
    Possibly related problem:
    I can only manually load modules by giving the whole path.
    Am I missign some setting?
    Some other setup problem anyone can think of?
    Any tip on what I need to check?
    BR,
    Mårten
    Last edited by Maos (2009-01-18 18:57:25)

    sudo pkgadd -d . SUNWcsu helped!

  • JPA Problem: Table not found by JPA run-time

    I am using NetWeaver 7.3 with an MS SQL Server 2008 and have created a EJB and EAR development component, which are correctly set up.
    I want to access tables in the database. I have the problem that a colleague has created new tables in the database that I want to access via JPA. In NWDS, I can generate the entities without a problem through the JPA tools, using the Eclipse Data source of the MS SQL server. However, when I deploy the project, I get an error message upon injection of the entity manager, saying that the tables do not exist - although they are there for sure!
    Caused by: java.lang.RuntimeException: The persistence unit is inconsistent with the database schema:
    Error on entity >>com.sap.research.meregio.test.MerTest<<: The table >>MER_TEST<< does not exist.
    Error on entity >>com.sap.research.meregio.test.MecSlot2<<: The table >>MER_SLOT2<< does not exist.
    at com.sap.engine.services.orpersistence.entitymanager.EntityManagerFactoryImpl.validateSchemaAndFillInJdbcTypes(EntityManagerFactoryImpl.java:213)
    at com.sap.engine.services.orpersistence.entitymanager.EntityManagerFactoryImpl.<init>(EntityManagerFactoryImpl.java:120)
    at com.sap.engine.services.orpersistence.entitymanager.JtaEntityManagerFactoryImpl.<init>(JtaEntityManagerFactoryImpl.java:39)
    at com.sap.engine.services.orpersistence.provider.PersistenceProviderImpl.createJtaEntityManagerFactory(PersistenceProviderImpl.java:251)
    at com.sap.engine.services.orpersistence.provider.PersistenceProviderImpl.createContainerEntityManagerFactory(PersistenceProviderImpl.java:236)
    at com.sap.engine.services.orpersistence.container.EMFInstanceCreator.getEntityManagerFactory(EMFInstanceCreator.java:134)
    at com.sap.engine.services.orpersistence.container.ORPersistenceObjectFactory.getEMF(ORPersistenceObjectFactory.java:300)
    at com.sap.engine.services.orpersistence.container.ORPersistenceObjectFactory.getObjectInstance(ORPersistenceObjectFactory.java:73)
    at com.sap.engine.lib.injection.ReferenceObjectFactory.getObject(ReferenceObjectFactory.java:96)
    at com.sap.engine.lib.injection.FieldInjector.inject(FieldInjector.java:113)
    Can it be, that the JPA runtime in the server only allows me to access tables that I have created through a Dictionary component? Or is it a "refresh" problem, meaning that the application server does not realize that new tables have been created? If the latter is true, can I "flush" or "refresh" the DB schema in NW?

    Hi,
    it depends on the data source your JPA application is running against.
    If it is configured for Open SQL (e.g. you are using the system data source), you need to define your database tables using the Java Dictionary. If you are using the JPA Tooling (Dali) in the NWDS, you can associate your JPA project with a Java Dictionary Project or a Java Dictionary DC. Then, you can use forward mapping ("generate database tables from entities") to create database table definitions in the Java Dictionary that exactly match your tables required by your JPA application:
    [http://help.sap.com/saphelp_nw73/helpdata/en/49/ede1daba7b088be10000000a421937/frameset.htm]
    Unfortunately, it is not possible to import table definitions you have created using native tools into the Java Dictionary.
    Adrian

  • Sound card problem: shpchp not found at boot

    Whenever I boot up, about half way though, a the hotplugging section, I believe, I get the following error:
    ...Can't load module shpchp
    Missing kernel of user mode driver shpchp.
    Then there is a looooong pause, and I get this error. Twice.
    ...Can't load module snd-cs4232
    Missing kernel of user mode driver snd-cs4232.
    Then I get this error like 50 times:
    ...Can't load module snd-cs4236
    Missing kernel of user mode driver snd-cs4236.
    Then I get the same error, but with snd-wavefront. Then It goes back to the cs232 and repeats the cycle two or three times. Needless to say, sound does not work at all.
    I cannot modprobe shpchp or any of the otehr drivers, whenever I do (as root) I get a "No such device" message.
    Help!

    jerem wrote:
    I get the same problem with hotplug and the Arch official kernel.
    Then I made MY kernel with the /usr/src way (I hate using package management for that) and then hotplug ran smoothly and did not try to load unwanted modules.
    What has that to do with Frem's problem?
    Anyway, I don't have an idea how to use ISA soundcards because I have never had any, but here are some hints:
    1.) Check http://www.alsa-project.org/. They have a list of soundcards that are supported and each entry normally comes with instructions how to set it up.
    2.) Check http://www.tldp.org/ for a isapnptools howto.
    3.) If 2. does not come up with anything, it is probably best to google for
    "isapnptools howto" or similar search terms.
    DON'T expect hotlpug to work with ISA soundcards or any other ISA device. It won't be able to. ISA is old and bad, there is normally no automatic hardware detection whatsoever. People had to tell their operating systems where the card was all the time before PCI became popular. However, that is not a reason not to run hotplug. For all stuff that the operating system can detect and configure automatically it works pretty fine, at least for me.
    Cheers,
    Dominik
    [/url]

  • Printer sharing problem: printer not found by other Macs over network

    We have 2 iMacs and 1 PowerBook, all connected to network through a Belkin router. One of the iMacs has an Epson Stylus hardwired (USB) to it. Printer sharing is ON. In the past, the other two Macs found the printer over the network and printed fine. Recently, they can no longer find the Epson over the network, indeed, when we try to "add printer" in their Printer Utilities, they no longer find any printer at all. Why did it use to work and then stop for no apparent reason, no changes were made (except for occasional need to restart the router if we lost our connection)? What are we missing?

    As you suggested, I repaired permissions in all my Macs. That helped; the other Macs could find the shared printer. Then later on I needed to shut off both the host iMac and the printer. When I turned them back on, once again the other 2 Macs couldn't find the printer?! Since I had just repaired permissions earlier in the day I didn't think it could be that again. Then, I printed one page from the hardwired host iMac, and voila!, right after that page printed the other two Macs could spot the shared printer over the network again. I'm glad they came back online, but wish I knew what the heck was going on?! Why would printing one page from the host bring the others back, and did the earlier repair of permissions really have anything to do with it??
    Powerbooks G3 & G4, iMac G5, plus Windows   Mac OS X (10.3.9)  
    Powerbooks G3 & G4, iMac G5, plus Windows   Mac OS X (10.3.9)  

  • I keep getting the following error "server not found.....firefox can't find the server at http." when I try to log on to one certain website.

    I was able to access this website prior to 2 weeks ago. I can access this website on other computers without issues, and I can also access all other websites on this computer.
    The following is what is listed in the navigation bar when I get the error message.
    http://iphantom.com/wisd/restricted.html?fn=Default&FP=l&ip=10.201.5157&ibip=66.206.97.9&ldu=l&re=0&bu=wps.prenhall.com
    I noticed it says wisd/restricted, but I can log on to this website using my wisd computer without issue, and I get the same error message at my home/other locations. So I know that it is not restricted. I have used all the other suggestions "no proxy", shut down firewalls, but nothing has worked.
    Any help with this matter will be greatly appreciated.
    Thank you,
    Cody

    go through this
    [[Server Not Found - Troubleshoot connection problems|Server Not Found - Troubleshoot connection problems]]

Maybe you are looking for