Can't find EXSP 24 -newbie

Folks,
I'm new to LE having switched from Sonar. Love LE and have done audio recording with no problems.
I now want to use the EXSP24 sampler, but can't fnd it OR I'm being very dim and not setting up LE properly. I have a lot of Akai samples that I want to use.
Any help welcome
Rgds
imac g5 and intel imac   Mac OS X (10.4.6)   motu 828

Well, there's good news and bad news -
The good - EXSP24 can be found by creating a new Audio Instrument track, then click and hold the first button under "I/O" in the channel strip for that track. Go to Multi Channel -> Logic -> EXSP24, and there it is.
The bad - As far as I know, EXSP24 can't be loaded up with your Akai samples. You'll need the EXS24 in Logic Pro or a 3rd party sampler to do that.
Hope this helps...

Similar Messages

  • Newbie mistake, but I can't find it, help appreciated on XML import

    I'm sure I'm making a newbie mistake but I can't find it. If someone could tell me what I'm doing wrong I would appreciate it.
    Step one works (i'm logged as user xdb on the database):
    SQL*Plus: Release 10.1.0.2.0 - Production on Wed Dec 20 13:47:53 2006
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> Declare
    2 ignore boolean;
    3 begin
    4 ignore :=dbms_xdb.createFolder('/datamart');
    5 ignore :=dbms_xdb.createFolder('/datamart/CustomerCare');
    6 ignore :=dbms_xdb.createFolder('/datamart/CustomerCare/xsd');
    7 ignore :=dbms_xdb.createFolder('/datamart/CustomerCare/xml');
    8 commit ;
    9 end;
    10 /
    PL/SQL procedure successfully completed.
    Step two works, where I drag and drop via Windows Explorer my xsd file into http://d01db:8085/datamart/CustomerCare/xsd. It has a size of about 7k or so. Again, when connecting to the respository with Windows Explorer, I'm logging in as xdb.
    Step three works, where I register the schema that I just put into the XML repository. Still logged into SQLPlus as xdb.
    SQL> begin
    2 dbms_xmlschema.registerURI
    3 (schemaURL => 'http://xmlns.oracle.com/xdb/Steton.xsd'
    4 ,schemaDocURI => '/datamart/CustomerCare/xsd/Steton.xsd'
    5 ,genTables => true
    6 ) ;
    7 end;
    8 /
    PL/SQL procedure successfully completed.
    SQL> describe STETONAUDITRESULTS;
    Name Null? Type
    TABLE of SYS.XMLTYPE(XMLSchema "http://xmlns.oracle.com/xdb/Steton.xsd" Element "StetonAuditResults"
    SQL>
    By the way, here is the schema:
    <?xml version="1.0" encoding="utf-8"?>
    <xs:schema xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xdb="http://xmlns.oracle.com/xdb" id="StetonAuditResults" xdb:storeVarrayAsTable="true">
         <xs:element name="StetonAuditResults" xdb:defaultTable="STETONAUDITRESULTS">
              <xs:complexType>
                   <xs:sequence>
                        <xs:element name="Control">
                             <xs:complexType>
                                  <xs:sequence>
                                       <xs:element name="ResultCount" type="xs:int"/>
                                  </xs:sequence>
                             </xs:complexType>
                        </xs:element>
                        <xs:element name="AuditResults">
                             <xs:complexType>
                                  <xs:choice maxOccurs="unbounded">
                                       <xs:element name="AuditResult">
                                            <xs:complexType>
                                                 <xs:sequence>
                                                      <xs:element name="AuditResultGlobalID" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="AuditGlobalID" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="AuditName" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="AccountID" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="AccountName" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="AuditorID" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="AuditorName" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="AcctRepName" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="AuditTypeID" type="xs:int" minOccurs="0"/>
                                                      <xs:element name="AuditTypeName" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="DivisionID" type="xs:int" minOccurs="0"/>
                                                      <xs:element name="FaxBack" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="EMailBack" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="StartDateLocal" type="xs:dateTime" minOccurs="0"/>
                                                      <xs:element name="StartDateUTC" type="xs:dateTime" minOccurs="0"/>
                                                      <xs:element name="EndDate" type="xs:dateTime" minOccurs="0"/>
                                                      <xs:element name="UploadDate" type="xs:dateTime" minOccurs="0"/>
                                                      <xs:element name="ProcessDate" type="xs:dateTime" minOccurs="0"/>
                                                      <xs:element name="ApplicationVersion" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="AuditResultNotes" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="AuditorSignature" type="xs:base64Binary" minOccurs="0"/>
                                                      <xs:element name="AcctRepSignature" type="xs:base64Binary" minOccurs="0"/>
                                                      <xs:element name="InitialAuditResultGlobalID" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="RecordType" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="ModifiedDate" type="xs:dateTime" minOccurs="0"/>
                                                      <xs:element name="CategoryResults">
                                                           <xs:complexType>
                                                                <xs:choice minOccurs="0" maxOccurs="unbounded">
                                                                     <xs:element name="CategoryResult">
                                                                          <xs:complexType>
                                                                               <xs:sequence>
                                                                                    <xs:element name="AuditResultGlobalID" type="xs:string"/>
                                                                                    <xs:element name="CategoryGlobalID" type="xs:string" minOccurs="0"/>
                                                                                    <xs:element name="CategoryName" type="xs:string" minOccurs="0"/>
                                                                                    <xs:element name="CategoryReference" type="xs:string" minOccurs="0"/>
                                                                                    <xs:element name="CategoryResultNotes" type="xs:string" minOccurs="0"/>
                                                                                    <xs:element name="QuestionResults">
                                                                                         <xs:complexType>
                                                                                              <xs:choice minOccurs="0" maxOccurs="unbounded">
                                                                                                   <xs:element name="QuestionResult">
                                                                                                        <xs:complexType>
                                                                                                             <xs:sequence>
                                                                                                                  <xs:element name="AuditResultGlobalID" type="xs:string"/>
                                                                                                                  <xs:element name="CategoryGlobalID" type="xs:string" minOccurs="0"/>
                                                                                                                  <xs:element name="QuestionGlobalID" type="xs:string" minOccurs="0"/>
                                                                                                                  <xs:element name="QuestionText" type="xs:string" minOccurs="0"/>
                                                                                                                  <xs:element name="QuestionReference" type="xs:string" minOccurs="0"/>
                                                                                                                  <xs:element name="ChoiceGlobalID" type="xs:string" minOccurs="0"/>
                                                                                                                  <xs:element name="ChoiceText" type="xs:string" minOccurs="0"/>
                                                                                                                  <xs:element name="ChoicePointsPossible" type="xs:double" minOccurs="0"/>
                                                                                                                  <xs:element name="ChoicePointsEarned" type="xs:double" minOccurs="0"/>
                                                                                                                  <xs:element name="QuestionResultNotes" type="xs:string" minOccurs="0"/>
                                                                                                                  <xs:element name="QuestionCommentResults">
                                                                                                                       <xs:complexType>
                                                                                                                            <xs:choice minOccurs="0" maxOccurs="unbounded">
                                                                                                                                 <xs:element name="QuestionCommentResult">
                                                                                                                                      <xs:complexType>
                                                                                                                                           <xs:sequence>
                                                                                                                                                <xs:element name="AuditResultGlobalID" type="xs:string"/>
                                                                                                                                                <xs:element name="CategoryGlobalID" type="xs:string" minOccurs="0"/>
                                                                                                                                                <xs:element name="QuestionGlobalID" type="xs:string" minOccurs="0"/>
                                                                                                                                                <xs:element name="QuestionCommentGlobalID" type="xs:string" minOccurs="0"/>
                                                                                                                                                <xs:element name="QuestionCommentText" type="xs:string" minOccurs="0"/>
                                                                                                                                                <xs:element name="QuestionCommentResultNotes" type="xs:string" minOccurs="0"/>
                                                                                                                                           </xs:sequence>
                                                                                                                                      </xs:complexType>
                                                                                                                                 </xs:element>
                                                                                                                            </xs:choice>
                                                                                                                       </xs:complexType>
                                                                                                                  </xs:element>
                                                                                                             </xs:sequence>
                                                                                                        </xs:complexType>
                                                                                                   </xs:element>
                                                                                              </xs:choice>
                                                                                         </xs:complexType>
                                                                                    </xs:element>
                                                                               </xs:sequence>
                                                                          </xs:complexType>
                                                                     </xs:element>
                                                                </xs:choice>
                                                           </xs:complexType>
                                                      </xs:element>
                                                 </xs:sequence>
                                            </xs:complexType>
                                       </xs:element>
                                  </xs:choice>
                             </xs:complexType>
                        </xs:element>
                   </xs:sequence>
              </xs:complexType>
              <xs:key name="StetonAuditResultsKey_AuditResult">
                   <xs:selector xpath=".//AuditResult"/>
                   <xs:field xpath="AuditResultGlobalID"/>
              </xs:key>
              <xs:key name="StetonAuditResultsKey_CategoryResult">
                   <xs:selector xpath=".//CategoryResult"/>
                   <xs:field xpath="AuditResultGlobalID"/>
                   <xs:field xpath="CategoryGlobalID"/>
              </xs:key>
              <xs:key name="StetonAuditResultsKey_QuestionResult">
                   <xs:selector xpath=".//QuestionResult"/>
                   <xs:field xpath="AuditResultGlobalID"/>
                   <xs:field xpath="CategoryGlobalID"/>
                   <xs:field xpath="QuestionGlobalID"/>
              </xs:key>
              <xs:keyref name="AuditResultCategoryResult" refer="StetonAuditResultsKey_AuditResult">
                   <xs:selector xpath=".//CategoryResult"/>
                   <xs:field xpath="AuditResultGlobalID"/>
              </xs:keyref>
              <xs:keyref name="CategoryResultQuestionResult" refer="StetonAuditResultsKey_CategoryResult">
                   <xs:selector xpath=".//QuestionResult"/>
                   <xs:field xpath="AuditResultGlobalID"/>
                   <xs:field xpath="CategoryGlobalID"/>
              </xs:keyref>
              <xs:key name="StetonAuditResultsKey_QuestionCommentResult">
                   <xs:selector xpath=".//QuestionCommentResult"/>
                   <xs:field xpath="AuditResultGlobalID"/>
                   <xs:field xpath="CategoryGlobalID"/>
                   <xs:field xpath="QuestionGlobalID"/>
                   <xs:field xpath="QuestionCommentGlobalID"/>
              </xs:key>
              <xs:keyref name="QuestionResultlQuestionCommentResult" refer="StetonAuditResultsKey_QuestionResult">
                   <xs:selector xpath=".//QuestionCommentResult"/>
                   <xs:field xpath="AuditResultGlobalID"/>
                   <xs:field xpath="CategoryGlobalID"/>
                   <xs:field xpath="QuestionGlobalID"/>
              </xs:keyref>
         </xs:element>
    </xs:schema>
    Step four is where I have problems. I'm using Windows Explorer to drag and drop an XML instance document into http://d01db:8085/datamart/CustomerCare/xml while logged into the repository as xdb.
    Here's some of the test file that I'm using.
    <?xml version="1.0" standalone="no"?>
    <StetonAuditResults xmlns:xdb="http://xmlns.oracle.com/xdb" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/xdb/Steton.xsd">
         <Control>
              <ResultCount>112</ResultCount>
         </Control>
    </StetonAuditResults>
    Note, the test XML file is 427k in size and I can't post it here. There is a lot of data between the </Control> tag and the </StetonAuditResults> tag.
    During the Drag and Drop I get the message "An error occured copying some or all of the selected files."
    My first suspicision was that the XML document failed validation. So I changed the namespace line to
    <StetonAuditResults xmlns:xdb="http://xmlns.oracle.com/xdb" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="H:\StetonCustomerCare\Steton.xsd">
    I then started Altova's XMLSpy and the XML document is well formed and it validates.
    I then changed the namespace line in the XML document to
    <StetonAuditResults xmlns:xdb="http://xmlns.oracle.com/xdb" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    and I could use Windows Explorer to drag and drop the file into the XML DB respository of http://d01db:8085/datamart/CustomerCare/xml, but this version doesn't shred the XML document into the SQL tables that I need.
    I then deleted the file from the repository.
    I then changed the namespace line in the XML document to <StetonAuditResults xmlns:xdb="http://xmlns.oracle.com/xdb" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Steton.xsd">
    because someone told me to, and because I have seen an FAQ in this forum suggest this approach. I can copy using Windows Explorer into the http://d01db:8085/datamart/CustomerCare/xml. However, the file size via Windows Explorer is 427kb. Also "select count(*) from STETONAUDITRESULTS;" returns zero.
    What am I doing wrong?
    My background, I'm not an Oracle DBA, but I can code SQL select statements. So if I need to do something involving Oracle DBA privileges, please document it well. I will have to get the DBA's involved.
    My goal is import this XML file so that I can use it as a feed for a datamart. The first XML file in text format is 27mb.
    Thanks again for reading this far.

    I guess you have a namespace issue...(schema registered is not the same as the layout in your XML instance/doc, therefor will not be inserted). You have access to the XDB account...thats all you need (more then enough, i mean, you don't need dba privs).
    on the FAQ Mark explains...
    Why is the size of my XML document 0 bytes when viewed via HTTP or FTP ?
    Posted: Sep 1, 2006 6:07 AM in response to: mdrake in response to: mdrake      
    When a schema based XML is loaded into the XML DB repository via HTTP, FTP or dbms_xdb.createResource() the document is converted from a textual serialization of XML into a series of objects. At this point the size of the document becomes (a) meaningless and (b) difficult / expensive to calculate.
    The first question is what is meant by the size of the document once it has been stored using object-based persistence ? There are two possibilities
    (1) The number of bytes used the text serialization of the XML document.
    (2) The number of bytes required to store the internal object representation of the document. In this case the does the size include the bytes used for keys, refs indexes, etc ?
    Since (1) would be expensive to maintain as the document is updated (particularly in the case of partial updates) and (2) is expensive to calculate on a document by document basis, XML DB shows the size of all schema based XML documents as 'zero' bytes.
    Note that this also applies to the size of the registered version of XML Schema documents, which can be found in the folder tree /sys/schemas.
    If a schema based XML document is loaded into the repository and does not appear as 0 bytes long when viewed via HTTP or WebDAV this means that XML DB was unable to identifiy the XML schema the XML document is associated with.
    Note that immediatlely after uploading a document in Windows Explorer using the WebDAV protocol the size of the document will be non-zero, since the original size is cached by the Microsoft WebDAV client. However once a refresh of the folder is performed in Windows Explorer the size should be shown as zero if the document was recognized as a schema based document.

  • No toolbar with Firefox 10 can't find site to download, help newbie!

    I downloaded Firefox 10 but no toolbar. Can't find a site (or how to) download the toolbar. All questions come up Google Chrome which I don't want. I don't know how to do this. Thank you.

    See:
    * https://support.mozilla.org/en-US/kb/common-questions-after-upgrading-firefox-36

  • Newbie,  can't find my database

    Hi, I just took over a cold fusion site and am in the process
    of updating. This is my first experience with cf and databases.
    I have installed CFMX7.0.1 on mac ox 10.4 and have put the
    site in the wwwroot folder. When I try to test the site I get an
    error stating "Error Occurred While Processing Request
    Data source xxx could not be found." - (am using dreamweaver
    with cf setup as the testing server)
    I have not set the data source in "Data Sources" of the admin
    control panel because frankly I can't find it. On the server there
    is a folder called database (above the www folder) and in the www
    folder there are several files with names starting with sql_xxx.
    the contents of the files are like this..."
    <cfparam name="contestid" default="">
    <cfquery name="getcontest" datasource="#request.dsn#">
    SELECT *
    FROM Contest
    WHERE
    0=0
    <cfif len(contestid)>
    AND id = #id#
    </cfif>
    </cfquery>
    this seems like a db query to me?? but I can't find the
    "request.dsn".
    any help would be greatly appreciated.

    hi - For a start, #request.dsn# will simply contain the DSN
    name (the one you masked out with XXX in the error message).
    If you go into CF Admin, I assume this DSN does not exist?
    Do you have any idea what type of database was installed? If
    Access, you'll be looking for file with the .MDB extension, if SQL
    Server, there'll be a directory under Program Files (if running
    Windows) called MSSQL or Microsoft SQL Server, if MySQL there'll
    most likely be a directory under Prog Files called 'MySQL'. For
    MySQL you should find a directory called 'Data'. Any folders
    therein are databases. For MSSQL , also look for a 'Data'
    directory. The databases here are contained in MDF/LDF files. You
    should be able to work out the name of the actual database from
    this.
    Now simply log into the CF Admin and create a new datasource
    with the driver appropriate to the type of database.
    I hope this gets you at least a little closer!
    regards
    Jon

  • Newbie Error - Can't find finished layers in a personalized Flash Template

    Howdy,
    I created a website off of a template, and of course didn't learn the Flash MX 2004 program before I started and just intuitioned through it. Now, the site works great, but I want to edit it and can't get to any of the layers, because I'm sure I've fumbled the organization. I can find the clips, symbols and images in the library, but not on the Stage. Tried onion skinning, and timeline/tween clicking - no go. 12 hours into frustration and reaching out for help from those who are smart enough to study before diving right in. I'm sure it's the simplest thing in the world, but sometimes the obvious is the hardest thing to see.
    Love to upload the .fla file, but it's too large.
    Thanks for your help!

    I'm not sure that I understand the problem. Is it that you can't find where a particular movieClip is used in the timeline? Or is that you can't select the item on the stage so that you can find it in the timeline? Or something else?
    It's been a while since I've used MX 2004 but all versions are similar. If you go to the Windows Menu and select Movie Explorer. At the top of the window is an array of object types that you can look at. Be sure that what you want is selected, or just highlight all of them. Then you can go through that listing of objects until you find the one that you want. Select it and it will show in the timeline.
    If it's something else that you want to achieve, then please explain.

  • Why does iTunes/iPhone 4S insist it can't find a song on my PC or my phone when it is on both? This is resulting in me being unable to use the ringtones I created from these songs, but I can still play the songs.

    OK, so I'm clearly a newb. I thought if I asked a question, it would post, and now I'm being told to post a comment, so I'm asking the same question again. Sorry I sound like an idiot. I'm new to this apple/mac stuff.
    Why does iTunes/iPhone 4S insist it can't find a song on my PC or my phone when it is on both? This is resulting in me being unable to use the ringtones I created from these songs, but I can still play the songs.

    If you have added the ringtone file correctly to iTunes, it will appear under iTunes 'Tones' library.
    If you don't find Tones library in iTunes, go to iTunes menu EDIT/PRFERENCES under GENERAL tab, check the Tones Box under Library source to display Tones library in iTunes.
    iTunes accepts only m4r file as ringtone and has to be less than 40secs.

  • Downloaded course to itunes u and can't find it

    I am an iTunes newbie and need the answer to a question that might be a "doh!!"....
    I downloaded a course to the iTunes U app but can't find it.  I click iTunes U in the library and it tells me that when i download
    a course it will appear in the library.... but i just can't find it anywhere.  Did i miss a step? or two?  Thanks for any clarity you can
    provide!

    Disregard.  I found it.
    Simple answer to the point that I am embarrassed.
    In the Library, under Movies, there is another tab that says "Rented".
    It was, obviously, there.

  • Can't Find Games for ipod nano 4th gen

    I'm a newbie and can't find the games for ipod nano 4th gen,and can ipod 4th gen plays games for ipod touch and iphone?

    click on "iTunes Store", then on the left side of the screen, there should be a box near the top with:
    Music
    Movies
    TV Shows
    Music Videos
    Audiobooks
    Podcasts
    iTunes U
    iPod Games
    Apps Store
    listed. You want "iPod Games".

  • Can't find imported ringtones on phone

    I give up.  I don't know what else to try.  HELP
    I made a couple of ringtones with mymxr (converted mp3 to m4r).  I got the ringtones to show up in the "tones" section of iTunes (although at one point one of them appeared in the "movies" section).  ITunes seems to sync ok but I can't find these ringtones listed with the tones that came with the phone (iPhone 5s).  I'm a newbie at all of this apple stuff and while I've read of others trying to do something similar nothing I've tried over the last three days has worked.
    I believe it's possible to convert some of my favorite tones from my Blackberry to the iPhone but I'm not having any luck accomplishing this.  Any insight as to how to make this happen would be gratefully received.

    JIMNPHX wrote:
    Hi,
    I have a Mac so I cant right click
    Use control+click to right click. I am on a mac too.
    JIMNPHX wrote:
    It IS in my itunes as a ringtone but will not sync to phone. I cannot drag and drop either but can with songs.
    When I click on the phone device in itunes and get the tabs on the top, I go to ringtones. If I check the sync ringtones box a window opens stating that if I do sync ringtones all of my music and videos on the phone will be removed. Why is this? I did it with my wife's phone because she only had a couple songs on hers but I do not want to wipe all of my songs off. Is this the only way? I don't even need the ringtone on my phone but I am trying to figure out what to do so i can do it on my wife's phone.
    Highlight the file in iTunes and open "get info" by cmd+click or right click>>get info.
    Make sure that the extension of the file is .m4r
    Since you are not able to drag it out of iTunes on your desktop, it tells me that the extension could be something else other than what it should be i.e. .m4r. Also, hence, when you try to add it to your iPhone the file is being treated as a music file thereby trying to replace what you have in your music section of your iPhone.
    If the file extension is not .m4r, this is what you need to do -
    1. Locate the file on your macintosh hard drive for this -
    2. Click your finder>>music>>iTunes>>iTunes music and then look for a folder called Unknown.
    Note - If your iTunes library is not "clean" with random songs without artists, albums, etc. you might have more than one folders by name "Unknown" or some variant of it. So look around and locate the file on the hard drive.
    3. Drag it out on your desktop
    4. Right click and change the extension to .m4r
    5. Save and double click so that it gets imported back into iTunes and starts playing too on your mac
    6. You will find it under Ringtones. Sync in back on your iPhone.
    Hopefully it will go well for you this time around.

  • I am trying to export photos and keep receiving an error message. I tried relocating my catalog to see if that would help since I am saving to an external drive, but now I can't find my catalog at all either.

    I am trying to export photos and keep receiving an error message. I tried relocating my catalog to see if that would help since I am saving to an external drive, but now I can't find my catalog at all either. I am a newbie at this and don't know what I'm doing wrong or if I can even use an external drive for my photos and catalogs (I did enable smart previews so I do know how to do that part). Help!

    You can use an external drive with LR but I recommend only using it for
    image file storage while keeping your catalog on your internal HD for
    performance. If you moved files outside of LR (Finder or Explorer) you will
    have to clue LR in on where they are now. Use the left-hand folder panel in
    Library mode to navigate to the location on your external drive and use the
    find photo option get LR to reconnect them. If you moved the catalog and
    now LR can't find it you should get a window allowing you to select a new
    one where you can navigate to the new location and select it. You can also
    just start LR by clicking on the Lightroom 5 catalog.lrcat file to open it
    and start LR.

  • Can't find class org/apache/jk/apr/AprImpl

    Hi
    I have Tomcat 4.1.29 and Apache Web Server 2.0.48 installed.
    I have used this tutorial since I'm a newbie :(
    http://www.gregoire.org/howto/Apache2_Jk2_TC4.1.x_JSDK1.4.x.html
    My problem is when I try to regroup them, I obtained this error error.log.
    error] Can't find class org/apache/jk/apr/AprImpl
    java.lang.NoClassDefFoundError: javax/management/MBeanRegistration
         at java.lang.ClassLoader.defineClass0(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.access$100(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.ClassLoader.defineClass0(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.access$100(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    Here is my confid file (workers.properties) :
    [logger]
    level=DEBUG
    [config:]
    #file=C:/Apache2/conf/workers2.properties
    file=C:/Apache2/conf/workers2.properties
    debug=0
    debugEnv=0
    [uriMap:]
    info=Maps the requests. Options: debug
    debug=0
    # Alternate file logger
    #[logger.file:0]
    #level=DEBUG
    #file=C:/Apache2/logs/jk2.log
    [shm:]
    info=Scoreboard. Required for reconfiguration and status with multiprocess servers
    file=C:/Apache2/logs/jk2.shm
    size=1000000
    debug=0
    disabled=0
    [workerEnv:]
    info=Global server options
    timing=1
    debug=0
    # Default Native Logger (apache2 or win32 )
    # can be overriden to a file logger, useful
    # when tracing win32 related issues
    #logger=logger.file:0
    [lb:lb]
    info=Default load balancer.
    debug=0
    #[lb:lb_1]
    #info=A second load balancer.
    #debug=0
    [channel.socket:localhost:8009]
    info=Ajp13 forwarding over socket
    debug=0
    tomcatId=localhost:8009
    #[channel.socket:localhost:8019]
    #info=A second tomcat instance.
    #debug=0
    #tomcatId=localhost:8019
    #lb_factor=1
    #group=lb
    #group=lb_1
    #disabled=0
    #[channel.un:/opt/33/work/jk2.socket]
    #info=A second channel connecting to localhost:8019 via unix socket
    #tomcatId=localhost:8019
    #lb_factor=1
    #debug=0
    [channel.jni:jni]
    info=The jni channel, used if tomcat is started inprocess
    [status:]
    info=Status worker, displays runtime informations
    [vm:]
    info=Parameters used to load a JVM in the server process
    #JVM=C:\jdk\jre\bin\hotspot\jvm.dll
    OPT=-Djava.class.path=c:/Tomcat/bin/tomcat-jni.jar;c:/Tomcat/server/lib/commons-logging.jar
    OPT=-Dtomcat.home=${TOMCAT_HOME}
    OPT=-Dcatalina.home=${TOMCAT_HOME}
    OPT=-Xmx128M
    #OPT=-Djava.compiler=NONE
    disabled=0
    [worker.jni:onStartup]
    info=Command to be executed by the VM on startup. This one will start tomcat.
    class=org/apache/jk/apr/TomcatStarter
    ARG=start
    disabled=0
    stdout=C:/Apache2/logs/stdout.log
    stderr=C:/Apache2/logs/stderr.log
    [worker.jni:onShutdown]
    info=Command to be executed by the VM on shutdown. This one will stop tomcat.
    class=org/apache/jk/apr/TomcatStarter
    ARG=stop
    disabled=0
    [uri:/jkstatus/*]
    info=Display status information and checks the config file for changes.
    group=status:
    #[uri:127.0.0.1:8003]
    #info=Example virtual host. Make sure myVirtualHost is in /etc/hosts to test it
    #alias=myVirtualHost:8003
    #[uri:127.0.0.1:8003/ex]
    #info=Example webapp in the virtual host. It'll go to lb_1 ( i.e. localhost:8019 )
    #context=/ex
    #group=lb_1
    [uri:/examples]
    info=Example webapp in the default context.
    context=/examples
    debug=0
    #[uri:/examples1/*]
    #info=A second webapp, this time going to the second tomcat only.
    #group=lb_1
    #debug=0
    [uri:/examples/servlets/*]
    info=Prefix mapping
    [uri:/examples/*.jsp]
    info=Extension mapping
    [uri:/examples/*]
    info=Map the whole webapp
    [uri:/examples/servlets/HelloW]
    info=Exampel with debug enabled.
    debug=10
    Thank you for your time !
    Max

    Btw: I get the warning starting IIS - It seems to me that IIS tries to load Tomcat on-the-fly. The Tomcat load the fails and IIS continues to load successfully.
    The beginning of the IIS Event log outputs this:
    Apache Jakarta Connector2, Information, Info: [jk_vm_default.c (340)]: vm.detach() ok
    Apache Jakarta Connector2, Warning, Error: [jk_worker_jni.c (308)]: Can't find class org/apache/jk/apr/AprImpl
    Apache Jakarta Connector2, Information, Info: [jk_worker_jni.c (297)]: Loaded org/apache/jk/apr/TomcatStarter
    Apache Jakarta Connector2, None, Debug: [jk_vm_default.c (302)]: vm.attach() allready attached
    Apache Jakarta Connector2, Information, Info: [jk_worker_jni.c (252)]: jni.validate() class= org/apache/jk/apr/TomcatStarter
    Apache Jakarta Connector2, Information, Info: [jk_vm_default.c (607)]: vm.open2() done
    Apache Jakarta Connector2, Information, Info: [jk_vm_default.c (500)]: vm.init(): Jni lib: C:\wwwapps\j2sdk1.4.2_01\jre\bin\client\jvm.dll
    /watson

  • Can't find gunzip on Solaris 7 intel

    I'm sure this is a total newbie problem, but I can't find gunzip for Solaris 7 intel. I've searched my hard drive, and I can't find it. I've even installed the entire distribution. What am I doing wrong?
    Mike Hillwig
    [email protected]

    Mike:
    gunzip is not a part of the distribution.
    Download gzip from www.sunfreeware.com and install.
    George

  • Tried to purchase podcast,can't find it!

    PLEASE help me! I'm a newbie at this stuff. I have tried three times, to purchase an episode from "this american life", and can't find it anywhere!
    Thanks so much!

    I see some discrepancy between the information in the Albums section and the Songs section (all but two of the podcasts in the Songs list say "album only") so there seems to be some sort of error in the iTunes Store. For that problem, contact the iTunes Store Customer Service department using the form on their Support page (select the category and subcategory closest to the issue you're reporting and you'll find an "Email Us" button) and explain the issue to them.
    Regards.

  • Where can i find the UNIX Solaris Admin guide ?

    I've downloaded the distrib on edelivery (Solaris 10) but most of the admin guide to install Primavera is refering to windows commands !
    I've not really time to guess which is the replacement script in unix or whatever so ....
    Where can i find the Solaris version of the admin Guide ?
    Thanks a lot
    PS: I'm a newbie on Primavera so i'm sorry if i'm asking stupid questions ....

    You can use our documentation search page found at: http://otn.oracle.com/pls/db92/db92.federated_search
    I searched 'application developer' and got plenty of results for 8i.
    Regards,
    OTN

  • Urgent - Can't find the demo/tutorial :-(

    Hi,
    I am a newbie. I downloaded and did a full install of TopLink. However the folders related to the tutorials are missing in the TopLink install directory.
    I searched the website for TopLink tutorial/demos download and did not find any. Am I missing something? Was I supposed to find and download the tutorial seprately.
    I found a pdf document "TopLink-getting started" but that is it. I am missing the folders related to the tutorials.
    Where can I find them. Please help.

    The Mapping Workbench Tutorial (in the Mapping Workbench User's Guide) is located here: http://download.oracle.com/docs/cd/B10464_03/web.904/b10316/tutorial.htm#654344
    Online Demos are located on OTN here: http://otn.oracle.com/products/ias/toplink/mwdemos/index.html
    The TopLink examples are a separate download from OTN: http://otn.oracle.com/products/ias/toplink/preview/examples/index.html

Maybe you are looking for