HTTP_server link does not show in Application server control...

Hi, I'm trying to configurate OAS 10g and HTTP Server, when start OAS all the proccess start up, including HTTP Server, but then when try to configurate HTTP_server in Application server control I can't access it, because this component has no 'link' below its name ... why? I can see HTTP_server is up, but can not access it!
help

Hi Pratap, Sumit,
I did do the steps afresh now but still teh issue persists,
1) Download the complete classes/oracle/apps/per folder to my local desktop myclasses/oracle/apps/per in Binary mode.
2) In Jdeveloper i created a new OAF Workspace and Project and mentioned the default package as oracle.apps.per
3) In myprojects/oracle/apps/per/selfservice/hierarchy/server i copied only the XML files (VO,View Link) from the server in Binary mode and the PG.xml from the database using the export batch program.
4) Close and open Jdeveloper and you can see the PG.xml in webui folder and only the view object xml files in server folder. View Links do not show up eventhough they are available in the folder. Even the server.xml file which is available in the folder does not show up in Application Navigator.
Please let me know if i have missed any step which you had mentioned.
Thanks, Suresh

Similar Messages

  • WS not created in application server control after deployment

    Hi,
    I just tried to deploy fulfillmentESB project(SOADemo Projects) from Jdev to Oracle App server control. But there was no webservice created in Oracle application server control under webservices link....plz help me...
    Actually the steps which i had followed to deploy that fulfillment project are:
    * right-click fulfillmentESB
    * select Register with ESB, Integration connection
    after which the fulfillment webservice can be seen in ESB control as well as application server control. But i could not able to see webservice created in application server control.
    Also i tried deploying the fulfillmentESB using EAR file - no use
    So kindly give me some steps to solve this issue...
    -Indhu

    Here is an example of the two steps required to deploy a Web Service application, using the ant task for the 10.1.3.x release.
    <project name="CalculatePrice" default="all" basedir="." xmlns:o="antlib:oracle">
      <property file="build.properties"/>
      <property name="deployeruri"        value="deployer:oc4j:${oc4j.host}:${oc4j.admin.port}"/>
    <!--
      <property name="deployeruri" value="deployer:oc4j:opmn://${oc4j.host}:${oc4j.opmn.port}/home" />
    -->
      <property name="bindweb.website" value="default-web-site"/>
      <property name="app.name" value="sdots"/>
      <target name="deploy">
        < o :deploy file="${basedir}/dist/${app.name}.ear"
                  deploymentname="${app.name}" deployeruri="${deployeruri}"
                  userid="${oc4j.admin.user}" password="${oc4j.admin.password}"/>
        < o :bindWebApp deploymentname="${app.name}" deployeruri="${deployeruri}"
                      userid="${oc4j.admin.user}" password="${oc4j.admin.password}"
                      webmodule="webservice-web" websitename="${bindweb.website}"
                      contextroot="/sdots"/>
      </target>Not sure if this applies to your specific scenario.
    ps. cross posting on the different OTN forums is generally not a good idea as you get threads out of sync. In this specific case, you are running into an issue with a specific ESB demo, and the ESB-SOA forum is definitly a better palce to get specific help.
    WS not created in application server control after deployment
    ps2. I guess you should got it by now, as I am not the first one to make this comment.
    Webservice not created in oracle application server after deployment
    ps3. We still don't have details about the versions you are using and the specific about THE SOADemo Projects - provide the information someone else would need in the forum that best correspond to your issue; the SOA one in this case ;-)

  • WS not found in application server control after deployment

    Hi,
    I just tried to deploy fulfillmentESB project(SOADemo Projects) from Jdev to Oracle App server control. But there was no webservice created in Oracle application server control under webservices link....plz help me...
    Actually the steps which i had followed to deploy that fulfillment project are:
    * right-click fulfillmentESB
    * select Register with ESB, Integration connection
    after which the fulfillment webservice can be seen in ESB control as well as application server control. But i could not able to see webservice created in application server control.
    Also i tried deploying the fulfillmentESB using EAR file - no use
    So kindly give me some steps to solve this issue...
    -Indhu

    Here is an example of the two steps required to deploy a Web Service application, using the ant task for the 10.1.3.x release.
    <project name="CalculatePrice" default="all" basedir="." xmlns:o="antlib:oracle">
      <property file="build.properties"/>
      <property name="deployeruri"        value="deployer:oc4j:${oc4j.host}:${oc4j.admin.port}"/>
    <!--
      <property name="deployeruri" value="deployer:oc4j:opmn://${oc4j.host}:${oc4j.opmn.port}/home" />
    -->
      <property name="bindweb.website" value="default-web-site"/>
      <property name="app.name" value="sdots"/>
      <target name="deploy">
        < o :deploy file="${basedir}/dist/${app.name}.ear"
                  deploymentname="${app.name}" deployeruri="${deployeruri}"
                  userid="${oc4j.admin.user}" password="${oc4j.admin.password}"/>
        < o :bindWebApp deploymentname="${app.name}" deployeruri="${deployeruri}"
                      userid="${oc4j.admin.user}" password="${oc4j.admin.password}"
                      webmodule="webservice-web" websitename="${bindweb.website}"
                      contextroot="/sdots"/>
      </target>Not sure if this applies to your specific scenario.
    ps. cross posting on the different OTN forums is generally not a good idea as you get threads out of sync. In this specific case, you are running into an issue with a specific ESB demo, and the ESB-SOA forum is definitly a better palce to get specific help.
    WS not created in application server control after deployment
    ps2. I guess you should got it by now, as I am not the first one to make this comment.
    Webservice not created in oracle application server after deployment
    ps3. We still don't have details about the versions you are using and the specific about THE SOADemo Projects - provide the information someone else would need in the forum that best correspond to your issue; the SOA one in this case ;-)

  • Oc4jadmin not working for application server control in SOA suite 10.1.3.1.

    Hi,
    We have installed the SOA suite, and I can login to the various components using oc4jadmin/password (bpel, esb, rules author), but for some reason that oc4jadmin password is not working for Application Server Control, which is the only piece of this I really need to log in to.
    Any thoughts on what is going wrong?
    Cheers,
    Pat Rock

    Maybe you change this password internally for another application (such BPEL, WSM,etc) and didn't make change for your main OC4J container.
    You can try to change this password by...
    1. Open the file [OASHome]\j2ee\home\config\system-jazn-data.xml
    2. Find the section that looks like this
    [user]
    [name]oc4jadmin[name]
    [display-name]OC4J Administrator[display-name]
    [guid]88836370D11611DC9F30F9C1CD6F1A73[guid]
    [description]OC4J Administrator[description]
    [credentials]{903}F+iG1A46edXG9RdfY0pD2O4Ge/qyEjsg[credentials]
    [user]
    3. Replace the value separated by the "Credentials" starting and ending tags with your new desired password, prefixed with an exclamation point
    Example:
    [user]
    [name]oc4jadmin[name]
    [display-name]OC4J Administrator[display-name]
    [guid]88836370D11611DC9F30F9C1CD6F1A73[guid]
    [description]OC4J Administrator[description]
    [credentials]!newpassword[credentials]
    [user]
    4. Save the file and restart OAS
    This should not affect other applications.
    Greetings.

  • EPMA workspace does not show Planning Application Wizard

    Hi ,
    I am beginner of EPMA,and faced a serious problem.I could not move forward as EPMA workspace does not show " *Navigate | Administrator| Application Wizard| Classic Administrator* .
    And also when tries to open Application Library got the following error message.
    ; nested exception is:
    HTTP transport error: javax.xml.soap.SOAPException:
    javax.xml.soap.SOAPException:Bad response: 401 UnauthorizedCode:
    Code: java.rmi.RemoteException
    Description: An error occurred processing the result from the server.
    Actor: none "
    Please help me out .

    I still not sure which EPM version you are referring to but are you sure the console was installed, for 11.1.2.x it should usually be under <MIDDLEWARE_HOME>\EPMSystem11R1\products\Essbase\eas\console\bin
    If EPMA has definitely been configured and the web server run as the last part then maybe the user you are logging in with does not have the correct roles assigned in Shared Services.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • I lost Safari and it does not show in applications. My grandchild was at the computer so when I turn on computer Safari is not showing

    My grandchild was on the computer and Safari is not showing. I tried everything but no help. I reinstalled Mac os install disk and it still does not
    show up.
    PLEASE HELP
    <Email Edited by Host>

    If you didn't try this, open a Finder window. Type in Safari in the search field top right corner of the window.
    Also, check the Trash.
    Since you are running Lion you will need to follow the instructions for OS X Lion: About Lion Recovery to reinstall Safari.
    In the future, since you are running Lion, post in the Lion forum >  https://discussions.apple.com/community/mac_os/mac_os_x_v10.7_lion?view=discussi ons
    This is the iMac (PPC) forum.

  • SQL Server Usage Summary page, the count of user/device: does not show for SQL Server 2008

    Does MAP tool capture User Summary  (count of users, their details) for SQL Server 2008? 
    At my end, its working for SQL Server 2012 but not showing User Summary for SQL Server 2008..
    Does the User Summary only works for SQL Server 2008 Enterprise edition as one of the thread points out?

    This is from the
    Wiki article:
    SQL Server 2008 Enterprise and Datacenter Editions introduced audit event configuration for Windows security logging, which enabled SQL Server 2008 to log logon events to the Windows Security log. The table below shows which versions and editions have the Audit
    feature that is needed to record the logon events. MAP cannot obtain user and device access information for any other editions or any older versions of SQL Server.
    Datacenter
    Enterprise
    Business Intelligence
    Standard
    Workgroup
    Web
    Express
    SQL Server 2008
    N/A
    Yes
    N/A
    No
    No
    No
    No
    SQL Server 2008 R2
    Yes
    Yes
    N/A
    No
    No
    No
    No
    SQL Server 2012
    N/A
    Yes
    Yes
    Yes
    N/A
    Yes
    Yes
    Please remember to click "Mark as Answer" on the post that helps you, and to click
    "Unmark as Answer" if a marked post does not actually answer your question. Please
    VOTE as HELPFUL if the post helps you. This can be beneficial to other community members reading the thread.

  • Jakarta Commons -- File Upload does not work with Application Server

    Hi ALl,
    I tried Jakarta Commons file upload. In the netbeans, I copied the common jar files "commons-io-1.2.jar" and "commons-fileupload-1.1.1.jar" in the
    netbeans-5.5\enterprise3\apache-tomcat-5.5.17\common\lib and set the class paths. It is working correctly when I compile and run from the netbeans. However, when I deployed in Sun Application Server PE 9.0, I am receiving the following errors. In Sun application I copied the above jars files to "C:\Sun\AppServer\jdk\jre\lib\ext"..
    I have read in several postings that it does not work this way but could find any solution. Any idea will be greatly appreciated.
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: java.lang.NoClassDefFoundError: javax/servlet/ServletInputStream
         org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:930)
         org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:863)
         org.apache.jsp.fileUpload_jsp._jspService(fileUpload_jsp.java:109)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:353)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:409)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:317)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
         com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
         org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:231)
         com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
         com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
         com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
         com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
         com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
         com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
         com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
    root cause
    java.lang.NoClassDefFoundError: javax/servlet/ServletInputStream
         org.apache.commons.fileupload.servlet.ServletFileUpload.parseRequest(ServletFileUpload.java:116)
         org.apache.jsp.fileUpload_jsp._jspService(fileUpload_jsp.java:76)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:353)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:409)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:317)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
         com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
         org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:231)
         com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
         com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
         com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
         com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
         com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
         com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
         com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
    note The full stack trace of the root cause is available in the Sun Java System Application Server Platform Edition 9.0 logs.
    Sun Java System Application Server Platform Edition 9.0
    Thank you,
    --Sam                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi All,
    I solved this few minutes after I posted this question. Thought I should share with everybody, just in case some one else need it.
    I copied these three files in the folder C:\Sun\AppServer\jdk\jre\lib\ext
    1. servelet-api.jar
    2. commons-io-1.2.jar
    3. commons-fileupload-1.1.1.jar
    No need to set any class path.
    Thanks

  • 10.8.5 is named 10.8.3 in the Dock. Does not show in Applications?

    This seems an odd situaion...
    I am trying to create a bootable 10.8.5 installer. I have done this with all of the version numbers... As a "just in case I need to fresh install at any point". It saves on bandwidth usage, not having to download the OS each time... And in the event I want to clean install everything is ready to go.
    So, today, I downloaded the installer pack from my purchases list... waited for the 4.45G file... all went well. However, once complete, the installer package did not show in my Applications list... And on trying again the same thing happened. So, I have used a load of my usage for the month. With no istaller package and 10G used almost.
    Another thing I noticed was, on hovering over the installer, whilst it sat in the Dock, the subtext listed the file as 10.8.3 ...???
    Is there anything I need to do, in order to preserve the package in my Applications list, which I may have missed or overlooked? Prior to creating my own bootable installer. And... has anyone else noticed the subtext issue when the installer is sitting in the Dock?
    Any advice or help would be appreciated. Thanks in advance

    Hence my question today.
    Because it wasn't in /Applications on two different attempts. And as you have rightly pointed out. As soon as you cancel or shut down the installer self destructs, which did happen...
    Has anyone else experienced this...?
    And again, as I mentioned above, the Subtext when the installer sat in the Dock pre self-destruct, detailed 10.8.3... which is odd behaviour.
    I'm wondering if the MAS has yet to be updated with the new full installer...?

  • Mail does not show images anymore server stopped responding on my iPad 2 when attempting to browse web

    Over the last couple of days my ipad 2 has started to play up. First the mail would not show images in mail then when trying to browse the web it now will not open any pages. I have attempted a wipe & reload but still no difference.

    Have you tried restarting or resetting your iPad?
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after It shuts down, press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds).

  • Not connect on Application Server Control (no message error)

    Hi people,
    I´m install the SOA Suite 10.1.3.1.0 and when I try to connect usin URL http://name_station:8888 and click on Application Server link, using oc4jadmin user isn´t connect and don´t show error message, only not connect.
    when i try to connect using http://127.0.0.1:8888 this showing a message above:
    "This OC4J is configured to make JMX connections via RMIS and fall back to RMI if the RMIS port is not configured. The RMIS connection on the OC4J instance null on Application Server NAME_OF_INSTANCE.NAME_DESKTOP is configured but a connection could not be established. The JMX protocol is specified by the oracle.oc4j.jmx.internal.connection.protocol property in opmn.xml"
    My SO is Windows XP Pro SP3, i think this problem can have any issue about SP3 because i have SOA Suite installed in other desktop and it connect...i don´t know, i´ll try to uninstall SP3 and comment here if this solution its the better !
    But, If you have the same problem, please help me ou help us ! ;-)
    Thanks friends !

    Thanks for your message Mr. Barrera !
    I´m installed in other desktop and this hosts file have only this line above and this connection have success... its strange...
    127.0.0.1 localhost
    So, I´ll try your solution in other desktop too with SP3... But my mind still said with me "SP3... Try uninstall this before... and then install SOA Suite... you have a success!!" I´m jocking, but i try this too and post a final saga.... ;-)
    PS.: I´m brazilian, sorry but i don´t write english similar a north american guy.
    Thanks !
    Edited by: JohnnyBeGood on Feb 4, 2009 11:44 AM

  • SCOM 2012 Installation does not show the SQL Server Instance for reporting services

    I have an issue when I try to install SCOM 2012 with the Reporting Server feature, so in the step that I have to select a SQL Server Instance I cannot do that, because as you can see in the picture no one option appears.
    In my scenario I have a DCSERVER, SQLSERVER2008 R2, SCCMSERVER 2012 and in other server I are trying to install SCOM 2012. I are trying to use the same SQLSERVER to SCOM 2012.
    Should I do other procedure on SQL Server before to continue? I will apreciate someone could say me what I need to do to resolve this issue.
    Regards,
    Paul Mendoza.

    Hi Paul
    Can you confirm that SQL Reporting Services is installed on the server that you are doing the install.
    For a lab environment where you have SCOM Management Server, Web Server on one server and SQL Server on another you need to:
    - run setup on the SCOM Server and choose NOT to install reporting. The install here will create the OperationsManager database and OperationsManagerDW (reporting) database.
    - run setup on the SQL Server where SQL Reporting Services is installed. Then choose to install reporting. You should then see the SQL Reporting Services instance on the above window which is blank in your screenshot.
    Take note of the warning in that window - SCOM uses its own role based security within SQL Reporting Services and this can break other reporting. E.g. you can't install SCOM and SCSM reporting (SQL RS component) together. 
    Cheers
    Graham
    New SCOM 2012 Blog! - http://www.systemcentersolutions.com/blog/
    View OpsMgr tips and tricks at
    http://systemcentersolutions.wordpress.com/

  • Personalize link does not show up

    I have enabled the Personalize link in the masthead as per the link below:
    http://help.sap.com/saphelp_nw04/helpdata/en/97/d4ee3d6434445ae10000000a11405a/content.htm
    but I am not able to see the Personalize link in the masthead. Any idea why?
    note: I use only the default Portal framework, at the PCD location pcd:portal_content/every_user/general/frameworkpage. I don't have any other portal desktops configured.

    Hi,
    please try the following
    goto content administration -> portal content ->
    content provided by sap -> end user content -> standard portal users -> default frame work and here enable the personalize option.
    and also check that the user with whom you are loging in has the eu_role assigned, if that role is not assigned then the personalize button in mast head won't appear.
    to assign the role to your user
    goto user administration -> identity management -> in Search Criteria choose user from drop down list -> in text area enter your user name.
    select your end user and press modify button and form the tab select assigned roles.
    in Available Roles section enter eu_role and select it and press add and save it.
    ************please reward points if the information is helpful to you***********

  • The File Explorer does not show links in the folder structure on a computer

    Dear all,
    My general issue is that, when I connect my Z10 (SW release 10.2.1.2102) via USB, the File Explorer shows some folders from the connected PC. It does not list folders that are links on the computer.
    A lot of those links are duplicates in a different language (because of the multilingual version of Windows 7). My particular issue is that I had to move my Documents folder to another disc and created a hardlink to that folder on the primary SSD disc. Now, this link does not show up at all in the File Explorer on my Z10 device.
    Anybody knows a workaround, please? Maybe it exists another file manager similar to that one by BB, which could do that...
    Thanks for reading!
    Cheers,

    If you look at the browser use stats you'll see that its kind of useless to preview your site in Safari...
    Chrome is poised to overtake IE so its worth setting up your own local server. Its quick and easy.
    From Mac Help..
    Sharing a website on your computer
    You can use the Apache web server software included with Mac OS X to host a website on your computer. Before doing so, you should already know how to create HTML pages and build websites.
    To host a website on your computer:
    Use the HTML editor of your choice to create your website. For your site’s homepage, use the filename “index.html” so that web browsers can locate and open it automatically.
    Put all of your website’s pages, graphics, and any media files in your home directory’s Sites folder.The existing index.html page will be replaced with your new index.html page.
    Choose Apple menu > System Preferences and click Sharing. 
    Select the Web Sharing checkbox.
    To view webpages you put in your Sites folder:
    Open a web browser and go to http://your.computer.address/~yourusername/.
    To find your computer’s address, choose Apple menu > System Preferences, and then select Web Sharing. The address is displayed in the window.
    For “yourusername,” use your account name, and make sure you include the ending slash (/). To find your account name, choose Apple menu > System Preferences, click Accounts, and then select your account in the list.
    You can also share a website on your computer by placing files in /Library/WebServer/Documents on your hard disk. To place files there, you must be logged in as an administrator. To view these pages, open a web browser and go to http://your.computer.address.

  • Mediafire does not show download link

    It's been about a week since I last manage to download from Mediafire. When I click on a Mediafire link, the download link does not show although the page has finish loading. Refreshing the page repeatedly does not help and I've tried the solution to delete all cookies as stated on a similar thread (http://support.mozilla.com/en-US/forum/1/673873) but it doesn't work either. After deleting all the cookies, clicking on the Myfiles link brings me to Mediafire's main webpage instead. Are there any ways to solve this? =( Please help!
    == URL of affected sites ==
    http://www.mediafire.com/

    Ok, I've updated to firefox 3.6. Here's the support data and the screenshot. I hope it helps and umm, sorry for all the trouble as well..
    Application Basics
    Name
    Firefox
    Version
    3.6.3
    Profile Directory
    Open Containing Folder
    Installed Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    AVG Safe Search
    9.0.0.812
    false
    {3f963a5b-e555-4543-90e2-c3908898db71}
    BitComet Video Downloader
    1.19
    false
    Fission
    1.0.9
    false
    {1280606b-2510-4fe0-97ef-9b5a22eafe41}
    IDM CC
    6.4
    false
    [email protected]
    Java Console
    6.0.17
    false
    Java Console
    6.0.20
    false
    RealPlayer Browser Record Plugin
    1.1.3
    false
    Skype extension for Firefox
    2.2.0.102
    false
    フォクすけといっしょ
    0.1.6.3
    false
    Modified Preferences
    Name
    Value
    accessibility.typeaheadfind.flashBar
    0
    browser.history_expire_days.mirror
    180
    browser.history_expire_days_min
    7
    browser.places.importBookmarksHTML
    false
    browser.places.importDefaults
    false
    browser.places.leftPaneFolderId
    -1
    browser.places.migratePostDataAnnotations
    false
    browser.places.smartBookmarksVersion
    2
    browser.places.updateRecentTagsUri
    false
    browser.startup.homepage
    about:blank
    browser.startup.homepage_override.mstone
    rv:1.9.2.3
    dom.disable_window_move_resize
    true
    dom.max_script_run_time
    1800
    extensions.lastAppVersion
    3.6.3
    network.cookie.cookieBehavior
    1
    network.cookie.prefsMigrated
    true
    print.print_printer
    Nitro PDF Driver 5
    print.printer_Nitro_PDF_Driver_5.print_bgcolor
    false
    print.printer_Nitro_PDF_Driver_5.print_bgimages
    false
    print.printer_Nitro_PDF_Driver_5.print_command
    print.printer_Nitro_PDF_Driver_5.print_downloadfonts
    false
    print.printer_Nitro_PDF_Driver_5.print_edge_bottom
    0
    print.printer_Nitro_PDF_Driver_5.print_edge_left
    0
    print.printer_Nitro_PDF_Driver_5.print_edge_right
    0
    print.printer_Nitro_PDF_Driver_5.print_edge_top
    0
    print.printer_Nitro_PDF_Driver_5.print_evenpages
    true
    print.printer_Nitro_PDF_Driver_5.print_footercenter
    print.printer_Nitro_PDF_Driver_5.print_footerleft
    &PT
    print.printer_Nitro_PDF_Driver_5.print_footerright
    &D
    print.printer_Nitro_PDF_Driver_5.print_headercenter
    print.printer_Nitro_PDF_Driver_5.print_headerleft
    &T
    print.printer_Nitro_PDF_Driver_5.print_headerright
    &U
    print.printer_Nitro_PDF_Driver_5.print_in_color
    true
    print.printer_Nitro_PDF_Driver_5.print_margin_bottom
    0.5
    print.printer_Nitro_PDF_Driver_5.print_margin_left
    0.5
    print.printer_Nitro_PDF_Driver_5.print_margin_right
    0.5
    print.printer_Nitro_PDF_Driver_5.print_margin_top
    0.5
    print.printer_Nitro_PDF_Driver_5.print_oddpages
    true
    print.printer_Nitro_PDF_Driver_5.print_orientation
    0
    print.printer_Nitro_PDF_Driver_5.print_pagedelay
    500
    print.printer_Nitro_PDF_Driver_5.print_paper_data
    1
    print.printer_Nitro_PDF_Driver_5.print_paper_height
    11.00
    print.printer_Nitro_PDF_Driver_5.print_paper_size_type
    0
    print.printer_Nitro_PDF_Driver_5.print_paper_size_unit
    0
    print.printer_Nitro_PDF_Driver_5.print_paper_width
    8.50
    print.printer_Nitro_PDF_Driver_5.print_reversed
    false
    print.printer_Nitro_PDF_Driver_5.print_scaling
    1.00
    print.printer_Nitro_PDF_Driver_5.print_shrink_to_fit
    true
    print.printer_Nitro_PDF_Driver_5.print_to_file
    false
    print.printer_Nitro_PDF_Driver_5.print_unwriteable_margin_bottom
    0
    print.printer_Nitro_PDF_Driver_5.print_unwriteable_margin_left
    0
    print.printer_Nitro_PDF_Driver_5.print_unwriteable_margin_right
    0
    print.printer_Nitro_PDF_Driver_5.print_unwriteable_margin_top
    0
    privacy.sanitize.migrateFx3Prefs
    true
    security.OCSP.disable_button.managecrl
    false
    security.disable_button.openCertManager
    false
    security.disable_button.openDeviceManager
    false
    security.enable_java
    false
    security.warn_viewing_mixed
    false
    Thank you so much for your help!

Maybe you are looking for

  • Bug in Acrobat Reader 8 & 9? "Actual size" not actual size

    When I choose to view a PDF in "actual size" using Adobe Acrobat Reader 8 or 9, it is NOT actual size.  Under Acrobat Reader 7, it WAS actual size. For example, if I go to the properties of the document and find out that it is supposed to be an 8.5 x

  • Webdynpro PDF forms issue

    Hello All: I am facing an issue, with opening pdf forms using webdynpro applcaions, after applyign support stacks. I am using linktoaction UI element to display a pdf form which is stored in mimereporsitory, and i am displaying it after getting URL.

  • Parent could not create lock ???

    Hi, Please Im testing the Apache plug-in mod_wl_20.so from Weblogic9.1.<br> <br> I've followed the instructions very carefully but still can not run it with an Apache2 server.<br> <br> I have tried for about 10 hours! <br> <br> I allways hit on this

  • ThinkPad Yoga - Digitizer is not working

    Hello, I just received my new shiny TPY (again). The first time I got it, the digitizer wasn't working. After a bit of research I realized that it probably was a hardware issue (No digitizer, pen or wacom device in device-manager). So I send it back.

  • Can I restore a playlist from my iPhone back into iTunes?

    My playlist disapeared from iTunes, but it is still in my iPhone.  Is there any way to restore my playlist from my iphone back into iTunes?