Which Weblogic server installation do I need??

I need to download and install Oracle 11g Portal, Forms, Reports and Discoverer (11.1.1.2.0) for Windows 7 Professional. On its main page, Oracle says that I have to download and install Weblogic Server before I can install Forms 11g. When I go to Weblogic Server download page, I see two versions: The package installer (815 MB), and the net installer (40 MB). Which one of them do I need for my purpose? Also, do I need something else (other than the database ofcourse and the Weblogic Server) to download and install before putting Forms 11g?
Thanks

When I go to Weblogic Server download page, I see two versions: The package installer (815 MB), and the net installer (40 MB)?
Both Installer will do the same thing....You can choose any one of them
*"Package Installer":* It's Size will be always much more than the Net-Installer....If you want to Once download the Installer in your PC and then want to run it in separate Boxes again & Again where u may not have Internet connectivity ...then you need to choose "Package Installer". When you run the Package installer, you can also select the specific product components you want to install, thereby also enabling you to minimize the installation footprint.
Downloading the Package installer is recommended if you want to perform multiple WebLogic Server installations at your site. In a typical scenario, you download the Package installer only once, then make it available to each machine on which you wish to have the product installed. (You can run the installer from each machine directly over the local network, or copy the installer onto each machine and run it.)
*"Net Installer":* If you want to install the WebLogic and donot want the Installer keeo with you for future use...This is good. It has 40 MB size ...because this 40MB installer will start Downloading rest of the part of the complete installer from the Oracle N/W on the fly. Unlike the Net installer, the Package installer does not provide for any reduction in download time or the amount of disk space required for the installation files.
Thanks
Jay SenSharma
http://jaysensharma.wordpress.com (WebLogic Wonders Are Here)

Similar Messages

  • Start multiple domains simultaneously on 1 Weblogic server installation?

    Is it okay to start and run multiple domains simultaneously. Better yet, when having multiple domains on 1 WLS server, should each domain have a different port number in order to be run simultaneously?
    Here's my scenario - I installed Oracle Business Intellgence, which by default installs and configures WLS server for certain Business Intelligence applications (BI Publisher). This instance was running fine and good and still is.
    Then I had another application, Oracle Data Integrator, which has a Console piece that requires a domain on WLS. So instead of modifying the existing domain for Oracle Business Intelligence, I created a new domain via the Configuration Wizard and selected those components for Oracle Data Integrator.
    therefore current domains:
    ...\domains\bifoundation_domain --> installed automatically as part of Oracle Business Intelligence
    ...\domains\odi11g --> I created this domain after I
    Now I have 2 domains under 1 WLS Server (windows 7 64bit), but if I startWeblogic.cmd for the bifoundation_domain, and I startWeblogic.cmd for the odi11g...then only the components for the bifoundation_domain become available via the WLS Console.
    Questions:
    - Can I run both domains simultaneously?
    - Should I have modified the bifoundation_domain to include Oracle Data Integrator component; therefore only having 1 domain but having everything run under that domain?
    - Does the Port for each domain matter? both bifounddation_domain and odi11g domain use ports 7001
    Are there any other considerations? Thanks much.

    Hi,
    It is perfectly OK to run multiple domains on a single Weblogic server installation. Only constraint would be you have enough capacity available on your server to start multiple instances.
    Things to note is, if your domain1 is running on listen address : port { localhost : 7001 } then your other domain should be configured on a different port say {localhost : 8001 }. If you want both domain to run on same port then go for virtual IP's to be plumbed on your physical network interface and configure as,
    domain1 - { ip1 : 7001 }
    domain2 - { ip2 : 7001 }
    this way you will can access both domain admin console on same port.
    Remember, Weblogic resources cannot be shared between domain, however a single nodemanager will be enough to monitor both the domains.
    * rank it if answer is helpful :) *
    Thanks,
    Ranjan

  • 64bit weblogic server installation on windows

    Hi,
    We are trying to install 64bit Oracle weblogic Server 10.3.2 on windows 2007 Server. As per the documentation, The installation requires 64bit java installation and then execute the wl_1032_server.jar file.
    We installed weblogic Server successfully and did not find any errors while installing the weblogic server. We created one Managed Server with the default options. We are able to start the Admin Server with out any problems.
    But we are unable to start the managed weblogic server and we are getting the following error message while starting the managed webserver.
    I have also tried with setting the following memory args also. But I am getting the same error in the managedserver log files.
    set MEM_ARGS=-Xms512m -Mmx1024m -MaxPermSize=512m
    <Feb 19, 2010 11:57:01 PM EST> <Notice> <WebLogicServer> <BEA-000330> <Started WebLogic Managed Server "new_ManagedServer_1" for domain "base_domain" running in Production Mode>
    Exception in thread "[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    The WebLogic Server encountered a critical failure
    Reason: PermGen space
    Exception in thread "main" java.lang.OutOfMemoryError: PermGen space
    <Feb 19, 2010 11:57:10 PM> <FINEST> <NodeManager> <Waiting for the process to die: 1848>
    Can you please help us in configuring the 64bit weblogic server. Do we need to make any special configurations.
    Thanks and Regards,
    S R Prasad

    Thanks,
    You are right and I've found a documentation below. Did you checked your Environment Variables or try to use full path of 64 bit Java installation?
    How do I select between 32 and 64-bit operation? What's the default? The options -d32 and -d64 have been added to the Java launcher to specify whether the program is to be run in a 32 or 64-bit environment. On Solaris these correspond to the ILP32 and LP64 data models, respectively. Since Solaris has both a 32 and 64-bit J2SE implementation contained within the same installation of Java, you can specify either version. If neither -d32 nor -d64 is specified, the default is to run in a 32-bit environment.
    Other Java commands (javac, javadoc, etc.) will rarely need to be executed in a 64-bit environment. However, the -d32/-d64 options may be passed to these commands and then on to the Java launcher using the established -J prefix option (eg: -J-d64).
    All other platforms (Windows and Linux) contain separate 32 and 64-bit installation packages. If both packages are installed on a system, you select one or the other by adding the appropriate "bin" directory to your path. For consistency, the Java implementations on Linux accept the -d64 option.
    Regards,
    Kadir

  • WebLogic Server installation Crashing with a fatal error - SIGSEGV

    Hello WLS Gurus,
    I am in the process of installing Discoverer 11 and I am facing problems with launching wls1036_generic.jar installer.
    I have installed installed Java 7 as follows:
    cd /u02/appldisc/11.1.1/Middleware
    tar -xvzf jdk-7u25-linux-x64.tar.gz
    JAVA_HOME=/u02/appldisc/11.1.1/Middleware/jdk1.7.0_25
    I then excuted:
    $JAVA_HOME/bin/java -Xmx1024m -jar wls1036_generic.jar
    and the installer crashed with this error output:
    # A fatal error has been detected by the Java Runtime Environment:
    #  SIGSEGV (0xb) at pc=0x0000003b09e14d70, pid=28328, tid=139864618293008
    # JRE version: 7.0_25-b15
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.25-b01 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # C  [ld-linux-x86-64.so.2+0x14d70]
    # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
    # If you would like to submit a bug report, please visit:
    #   http://bugreport.sun.com/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    ---------------  T H R E A D  ---------------
    Current thread (0x00007f34d03b9000):  JavaThread "AWT-EventQueue-0" [_thread_in_native, id=28346, stack(0x00007f34c4d3d000,0x00007f34c4e3e000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=128 (), si_addr=0x0000000000000000
    Registers:
    RAX=0x0000000000000001, RBX=0x00007f34d02bea50, RCX=0x000000009e982203, RDX=0x000000001fabfbff
    RSP=0x00007f34c4e39ab8, RBP=0x00007f34c4e39c00, RSI=0x0000000000000000, RDI=0x0000000000000058
    Can someone help?
    Thanks
    Mathias

    See
    “Generic WebLogic Server Installer generates a Crash immediately after opening GUI on ld-linux-x86-64.so.2 Library (Doc ID 1570688.1)” which states that
    “ This is an issue with AVX support appearing on newer hardware. Default glibc is incompatible with it. This problem happens due to a Red Hat Bug: Segmentation fault in dynamic loader on AVX enabled CPU “
    Solution:
    1. Set the following Environment Property on your active Shell.
      - open a bash terminal and type in:
    $ export LD_BIND_NOW=1
    2. Re-Run the installer as bellow example.
      $JAVA_HOME/bin ./java -jar wls1036_generic.jar
    Mathias

  • Weblogic server installation in red hat linux 5

    hi i am new to the weblogic server i am trying to install weblogic server in redhat linux i downloaded .bin file from oracle
    i enter these commands
    chmod +x  wls1035_oepe111172_linux32.bin
    ./wls1035_oepe111172_linux32.bin
    The directory "/tmp" does not have enough space for extraction.
    Please input another directory or [Exit]: Exit
    i got the error message
    please reply i will appreciate your hep

    Steps for preparing the installation can be found here: http://download.oracle.com/docs/cd/E17904_01/doc.1111/e14142/prepare.htm#i1183981
    To run the installation steps presented here can be followed: http://download.oracle.com/docs/cd/E17904_01/doc.1111/e14142/guimode.htm#i1082009

  • Weblogic server installation error

    Hi,
    I has installed weblogic server 10.3.2 in C:\Oracle\Middleware, then i uninstalled weblogic server. Now i want to install again, but i got this error: http://imageshack.us/photo/my-images/812/asdasdmi.jpg/
    Please help me and give me some ideas of what to do, i'm so confused.
    Thanks
    Edited by: Roger22 on 29.06.2011 19:37

    Hi,
    If no other weblogic serverss installed on that machine, then you could delete the registry key corresponding to the old installation.
    It seems you are using windows.
    click start button-->Run-->type 'regedit' without quotes and then search for the key weblogic and delete that key.
    *Please make sure you will have a backup of registry keys.
    presee CTRL + F and type weblogic and click next and find a key smiliar to this below.
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\BEA Products
    select the BEA Products folder lefthandside and delete that.
    remove BEA products shortcut from start menu and reboot your machine once and then try installing weblogic server.
    Thanks
    Weblogic Admin

  • Weblogic server installation - multiple instances in different ports

    Hi
    I want to install weblogic server(10.0) in my system but it should have three instances running on different ports(equivalent to 3 servers running on the same host). The application hosted on one server will be interacting with the applications hosted on the other two servers.
    Could anybody tell me how to install weblogic server in this way?
    Thanks
    Praveena

    Hi Jakarta,
    As you have mentioned: You want to have three instances running on different ports.
    In that case you can create 3 managed Servers after Creating the WebLogic Domain.
    Step1). Create a Fresh WebLogic Domain.
    Step2). Login to Admin Console (http://localhost:7001/console) and then Create 3 manager Servers and then assign different Ports to them.
    MS1------7003
    MS2------7005
    MS3------7007
    Step3). Start These Servers using <DOMAIN_HOME>/bin/startManagedWebLogic.cmd/sh like:
    startManagedWebLogic.cmd MS1 t3://localhost:7001
    startManagedWebLogic.cmd MS2 t3://localhost:7001
    startManagedWebLogic.cmd MS3 t3://localhost:7001
    Here "localhost:7001" is the Admin Server URL.
    <BR>
    <font color=maroon>
    About The application hosted on one server will be interacting with the applications hosted on the other two servers.</font>
    Here which kind of interaction you are talking about...HTTP interaction, RMI Interaction...With above setup it is possible...
    Do you want any kind of WebLogic Clustering?
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Wonders Are Here)

  • Weblogic Server Installation in Master/Slave

    Hi All,
    I have two linux server dedicated for weblogic server and I want to configure weblogic server on both the machines with one of them becomes a server and other machine will be a slave.
    I have searched a lot but couldn't find any adequate information. Could someone please shed some light on how to install/configure weblogic server in master/slave fashion/pattern?
    I appreciate for any help.
    Thanks,
    Sanjay

    I think you need to do some reading of how domain's are organized with 1 Admin Server and 0 to many Managed Servers. The Managed Servers can be grouped into Clusters if you want. The servers can be across multiple machines. Check out the following link and perhaps the detail under clustering and respond if you have a more precise question.
    http://edocs.beasys.com/wls/docs103/domain_config/understand_domains.html#wp1101973

  • Oracle Weblogic Server Installation using the user "oracle"

    Hi,
    I installed two instances of weblogic server for FMW 11g on linux x86-64. One was with the user oracle and other was with the user orawls, both belonging to the group oinstall. I had installed Admin Server and created managed servers soa_server1 and bam_server1. I have issues in starting up the instance with oracle user and the instance with the orawls user starts fine. I have a separate thread going on for that issue.
    I just wanted to know if there were any existing known issues when installing the WLS as oracle user ?
    Cheers,
    - AR

    I have no issues with the oracle user. I do it all the time.
    Which thread are you referring to?
    --olaf                                                                                                                                                                                                                       

  • Which Essbase 11 Server installation assemblies I need?

    Hello Guys,
    on an existing test environment, Im not able to add a Server in the Administration Server. I got the following message:
    Line: -----     
    Essbase Server: xxx com.essbase.eas.essbase.defs.ServerCommands.Connect     22. Juni 2010 13:43:25 MESZ
    Error: 1042006: Network error [10061]: Unable to connect to [xxx:1423].
    The client timed out waiting to connect to Essbase Agent using TCP/IP.
    Check your network connections.
    Also make sure that server and port values are correct
    Line: -----     
    I think the problem is, that the essbase server itself isnt installed because I can't find essbase.exe on the whole system.
    In the EPM-System installer the Node "Essbase Service Server" is greyed, im not able to install it (probably cause the assemblies are missing?).
    Which assemblies Do I need to Download?
    Thanks,
    Martin

    have you downloaded:
    Oracle Essbase Release 11.1.2.0.0 Part 1 of 2
    and Oracle Essbase Release 11.1.2.0.0 Part 2 of 2 for Microsoft Windows (32-bit)
    Apart from that you need to extract the additional contents and RA frame work components coz most of the times these two extracts create problems.
    Have you tried starting essbase from (Assuming Default location)
    /Oracle/Middleware/user_projects/epmsystem1/EssbaseServer/essbaseserver1/bin/
    Script: startEssbase.cmd

  • Weblogic Server Installation User

    Hi,
    I need to know the Group to which the user (installing and holding Weblogic on OEL 5) should belong to.
    Say if I create an Unix user "wb_user" which will install and hold the Weblogic, then what groups should I assign to this user- dba,oinstall ?
    Regards,
    Amrita

    There is no such requirement in the product that the "wb_user" user should belong to the "dba" group OR "oinstall" group.
    It is upto the best practices in your organization.
    May be you can assign "oinstall" group to the "wb_user" OR create a separate group like "wb_group" for "wb_user"
    Arun

  • ESP "Server" Installation - What is needed?

    Hi guys,
    just a simple ESP question. I want to install a ESP Server on a linux machine and use it with my Notebook (with installed ESP Studio). Which components do i need?
    I'm not sure if its enough to install ESP for Linux and just add the Server Details under Prefreences >SAP ESP > Run Test.
    Thanks

    Hello,
    That should be all that is needed.  If you are having trouble connecting from ESP Studio on your PC to an ESP Server running on your Linux box, make sure that the "ESP_HOSTNAME" specified in the server's cluster configuration file (typically "node1.xml") can be resolved by the PC.
    Open a DOS Command prompt and try to "ping" the server defined by the "ESP_HOSTNAME" parameter.
    If your company uses proxy servers, you may have some additional configuration steps to follow in order to allow Studio and the server to communicate.  See this manual with a section on proxy servers:
       Configuring a Cluster
    Thanks,
      Neal

  • Which SQL server edition do I need? Developer or Standard?

    I currently work for a large firm using SQL Server 2012 with Management Studio - I use this to connect to our database and run querys against. I also use Visual Studio 2013 to create .rdlc report files.
    I need to replicate what I'm doing for the large firm, but on a much smaller scale. All I need to be able to do is restore a database to a SQL Server that is anywhere between 10-20GB in size, use SQL Management Studio to run queries against that restored
    database, and create the same type of reports I am creating using Visual Studio 2013 (.rdlc files).
    I think because the database to restore is larger than 10GB I can't get away with the express edition. Can I just use the Developer edition? Or do I need the standard edition?
    thanks in advance.

    Development edition licenses can be used to install anything that isn't production, provided that everyone that connects to the server has their
    own development license. MSDN licenses can be used as well if everyone has an MSDN license.
    http://sqlmag.com/sql-server-2014/sql-server-2014-developer-edition-licensing
    If you are going to do some test you are ok with developer edition otherwise you need to go for standard edition.

  • WebLogic server installation error:java.lang.NoSuchFieldError:CN

    Hi to all,
    I have execute a new installation using the command: java -d64 wls_121200.jar, but at the end of installation I receive the error message:
    2013-09-26 17:09:19,162 SEVERE [Thread-7] com.oracle.cie.domain.DomainGenerator - Creazione del dominio non riuscita.
    Posizione dominio: C:\Oracle\Middleware\Oracle_Home\user_projects\domains\base_domain
    Motivo: java.lang.NoSuchFieldError: CN
    Thanks in advance for any help.

    Hi,
    Do not use -d64 option here
    Use following option in windows.
    java -jar wls_121200.jar that will take 64bit if your OS is 64bit.
    Regards,
    Kal

  • WebLogic as Web Server Installation using WebLogic Express

    Hi all,
    I am in a process of installing WebLogic Web server. I downloaded WebLogic Express from bea site, and it turns out to be the same bin file that I had used for WebLogic Server installation. During the installation, I did not come across an specific steps meant for WebLogic Express (which is a web server + servlet/jsp container)
    Can some one please guide me at the earlier as regards installation steps for WebLogic Web Server,
    Regards,

    Jim,
    I am trying to set up WLS 9.1 and got this error.
    Could you help me with this? Why I am getting it?
    Thanks!
    Marvin
    ####<Jan 16, 2008 10:54:13 PM EST> <Error> <HTTP> <netwave8888> <MedRecServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1200542053359> <BEA-101359> <The servlet weblogic.servlet.AsyncInitServlet init method failed while it was run in the background. The exception was: java.lang.ExceptionInInitializerError.
    java.lang.ExceptionInInitializerError
         at java.lang.Class.forName(Ljava.lang.String;ZLjava.lang.ClassLoader;)Ljava.lang.Class;(Unknown Source)
         at weblogic.servlet.AsyncInitServlet.createDelegate(AsyncInitServlet.java:43)
         at weblogic.servlet.AsyncInitServlet.initDelegate(AsyncInitServlet.java:92)
         at weblogic.servlet.internal.WebAppServletContext$AsyncInitRequest.run(WebAppServletContext.java:1641)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    org.apache.commons.logging.LogConfigurationException: java.lang.reflect.InvocationTargetException
         at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:532)
         at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:272)
         at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:246)
         at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:395)
         at org.apache.struts.action.ActionServlet.<clinit>(ActionServlet.java:375)
         at java.lang.Class.forName(Ljava.lang.String;ZLjava.lang.ClassLoader;)Ljava.lang.Class;(Unknown Source)
         at weblogic.servlet.AsyncInitServlet.createDelegate(AsyncInitServlet.java:43)
         at weblogic.servlet.AsyncInitServlet.initDelegate(AsyncInitServlet.java:92)
         at weblogic.servlet.internal.WebAppServletContext$AsyncInitRequest.run(WebAppServletContext.java:1641)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    java.lang.reflect.InvocationTargetException
         at jrockit.reflect.NativeConstructorInvoker.newInstance([Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
         at java.lang.reflect.Constructor.newInstance([Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source)
         at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:525)
         at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:272)
         at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:246)
         at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:395)
         at org.apache.struts.action.ActionServlet.<clinit>(ActionServlet.java:375)
         at java.lang.Class.forName(Ljava.lang.String;ZLjava.lang.ClassLoader;)Ljava.lang.Class;(Unknown Source)
         at weblogic.servlet.AsyncInitServlet.createDelegate(AsyncInitServlet.java:43)
         at weblogic.servlet.AsyncInitServlet.initDelegate(AsyncInitServlet.java:92)
         at weblogic.servlet.internal.WebAppServletContext$AsyncInitRequest.run(WebAppServletContext.java:1641)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    java.lang.NoClassDefFoundError: org/apache/log4j/LogManager
         at org.apache.log4j.Category.getInstance(Category.java:514)
         at org.apache.commons.logging.impl.Log4JCategoryLog.<init>(Log4JCategoryLog.java:104)
         at jrockit.reflect.NativeConstructorInvoker.newInstance([Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
         at java.lang.reflect.Constructor.newInstance([Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source)
         at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:525)
         at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:272)
         at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:246)
         at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:395)
         at org.apache.struts.action.ActionServlet.<clinit>(ActionServlet.java:375)
         at java.lang.Class.forName(Ljava.lang.String;ZLjava.lang.ClassLoader;)Ljava.lang.Class;(Unknown Source)
         at weblogic.servlet.AsyncInitServlet.createDelegate(AsyncInitServlet.java:43)
         at weblogic.servlet.AsyncInitServlet.initDelegate(AsyncInitServlet.java:92)
         at weblogic.servlet.internal.WebAppServletContext$AsyncInitRequest.run(WebAppServletContext.java:1641)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    >
    ####<Jan 16, 2008 10:54:13 PM EST> <Info> <Management> <netwave8888> <MedRecServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1200542053609> <BEA-141052> <The auto deployment poller has started.>

Maybe you are looking for

  • Music plays in iTunes, but Finder doesn't show them

    Okay this is wierd and I don't know if it belongs to iTunes or to HFS+. When I start iTunes, I can see my whole library of about 50'000 songs. In the finder, at the same time, I see maybe 30 or 40 artists, way less than I have songs. Now, say, for ex

  • How to mount USB & CDROM drives from single user mode - Solaris boot disk?

    Hi All, I need to carry out ufsrestore on a single newly replaced system disk (no redundancy / mirroring) from either USB or CDROM drives from the following steps: ( i ) GRUB => e, e, cdrom –s, Enter, b (boot from Solaris 10 x86 media). ( ii ) Choose

  • Deserialization error after call to web service finishes

    Hello everyone We have a conversational web service that can't seem to get past the start phase. I am getting the following error from the test client after the web service start method completes: could not deserialize the request scoped attribute wi

  • Font in Apple Mail

    Hi everyone, I am experiencing some problems with Apple Mail's usage of fonts together with the use of signatures. This problem shows up when someone answers on my mails. Please see the link below: http://img519.imageshack.us/img519/7899/screenshot02

  • Time Code and original Clip Name

    I was wondering if there is a way to render your footage out of Color keeping original Time Code and clip name? The reason I ask is because if someone were to create an edit and it may or may not be from FCP, then they give me an EDL (EDL 01) with no