Content Selector is not loading during deployment

Hi Alll,
I am using weblogic portal 10.2 and MySQL 5.0.
I have created content selector during developement using workshop.
and deployed the same EAR in Staging server.
But content selector is not loaded after deployment.
I got confirmation after checking adminconsole ->> Content Selectors(Which will be displayed in home page of admin console after login)
And i can see that , other changes ,,JSP Changes...are reflected as part of deployment.
Please let me know what might be the poblem,for not loading content selector??
Is there any number of restrictions on number of content selectors for an environment??
Srinivas

hi
production mode does have the behavior you see, and there are good reasons why this must be so.
You mean to say, we need to propagate Content selectors from STAGING to PRODUCTION??Yes you need to propagate from an environment which has all the data you want correctly to your production environment. You can scope the propagation to only Content Selectors (if you want, the documentation has data how you can do this) and you can run this via GUI or via ANT.
regards
deepak

Similar Messages

  • Content selector is not loading content in application

    Hi all,
    I am working on weblogic portal 10.2 and MySQL 5.
    I have created one content selector using workshop and i can preview the content in workshop
    Same content I can see using weblogic portal admin console.
    And written a JSP to display the content in it.
    But that content is displaying in JSP.
    Please let me know how to debug or findout rootcause for this type of problems.
    Regards,
    Srinivas

    Hi Srinivas
    Please send the JSP code snippet. Are you using this cs tag or pz tag or just have content API or content tags code to show the content. Please note that if you have Library Services enabled, only Published content will be shown. So make sure all your content is publised. There are many packages to enable for debug like com.bea.content.*. But first check your code snippet only.
    Ravi Jegga

  • DTD not available during deployment

    Hello
    We had a problem that during the deployment of our ear, some dtd's of struts where not accessible on the internet. It seems that xml files are validated, during deployment, so the application was not deployed properly.
    Is there a way to either :
    - configure the container that no validatio should be done when deploying the ear
    - put the dtd in the application itself, so we don't depend on the struts site wether we can deploy or not
    grtz
    Chris.

    The problem is I am trying to use JavaMail in an EJB and it gives me the error if I create a javax.mail.Session. If I comment out the Session, deployment is fine. I am thinking that maybe the problem is I am using 8i version 8.1.5 and it only supports java 1.1.8.

  • Class not found during deployment

    I'm getting "class not found during deserialization of descriptor" during deployment of an EJB. What does this mean?

    The problem is I am trying to use JavaMail in an EJB and it gives me the error if I create a javax.mail.Session. If I comment out the Session, deployment is fine. I am thinking that maybe the problem is I am using 8i version 8.1.5 and it only supports java 1.1.8.

  • Bookmarks LIST does not load during startup.

    Until recent Firefox update, my BOOKMARKS list would automatically load during Firefox start up. Now when starting up, I must every time manually select "View", "Sidebar" & "Bookmarks" to populate Bookmarks list. How do I reestablish the automatic Bookmark list during start up? Thx, Gerald

    A possible cause is a corrupted file localstore.rdf.
    See http://kb.mozillazine.org/Corrupt_localstore.rdf

  • ResourceAdapter not found during deployment using WL 7.0 SP2

    Hi,
              Am using WL 7.0 SP2 on Win2k w/ JDK 1.4.
              Am using the non-managed mode (wherein the admin server is also the managed-server).
              Am trying to deploy my RA. On uploading the RAR using
              the admin console, I get the following error (from the server.log):
              Jun 9, 2003 5:32:31 PM EDT vspl-dev-server Info Deployer Initiating a deployment task with id 8 for application bs-ra
              Jun 9, 2003 5:32:31 PM EDT vspl-dev-server Info Deployer preparing application bs-ra on vspl-dev-server
              Jun 9, 2003 5:32:31 PM EDT vspl-dev-server Info Deployer prepared application bs-ra on vspl-dev-server
              Jun 9, 2003 5:32:31 PM EDT vspl-dev-server Info Management Configuration changes for domain saved to the repository.
              Jun 9, 2003 5:32:31 PM EDT vspl-dev-server Info Deployer activating application bs-ra on vspl-dev-server
              Jun 9, 2003 5:32:31 PM EDT vspl-dev-server Info Connector Initializing connection pool for resource adapter BookStore-
              Resource Adapter_eis/BSResourceAdapter.
              Jun 9, 2003 5:32:31 PM EDT vspl-dev-server Error Deployer Unexpected error was encountered during the deployment proce
              ss.
              Jun 9, 2003 5:32:31 PM EDT vspl-dev-server Error Deployer The Slave Deployer failed to complete the deployment task wi
              th id 8 for the application bs-ra.
              java.lang.NoClassDefFoundError: javax/resource/spi/ResourceAdapter
                   at java.lang.Class.getMethods0(Native Method)
                   at java.lang.Class.getDeclaredMethods(Class.java:1034)
                   at java.beans.Introspector$1.run(Introspector.java:847)
                   at java.security.AccessController.doPrivileged(Native Method)
                   at java.beans.Introspector.getPublicDeclaredMethods(Introspector.java:845)
                   at java.beans.Introspector.getTargetEventInfo(Introspector.java:551)
                   at java.beans.Introspector.getBeanInfo(Introspector.java:289)
                   at java.beans.Introspector.getBeanInfo(Introspector.java:76)
                   at weblogic.connector.common.internal.ConnectionPool.<init>(ConnectionPool.java:402)
                   at weblogic.connector.common.internal.ConnectionPoolManager.addManagedConnectionFactory(ConnectionPoolManager.java:64)
                   at weblogic.connector.deploy.ConnectorDeployer.activate(ConnectorDeployer.java:315)
                   at weblogic.connector.deploy.ConnectorModule.activate(ConnectorModule.java:221)
                   at weblogic.j2ee.J2EEApplicationContainer.activateModule(J2EEApplicationContainer.java:1662)
                   at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:1087)
                   at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:1074)
                   at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:1110)
                   at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:730)
                   at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:24)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
              --------------- nested within: ------------------
              weblogic.management.ManagementException: 149233 - with nested exception:
              [java.lang.NoClassDefFoundError: javax/resource/spi/ResourceAdapter]
                   at weblogic.management.deploy.slave.SlaveDeployer.convertThrowable(SlaveDeployer.java:834)
                   at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:1180)
                   at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:730)
                   at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:24)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
              Jun 9, 2003 5:32:31 PM EDT vspl-dev-server Warning Deployer Failures detected initiating weblogic.management.ManagementE
              xception: 149233 - with nested exception:
              [java.lang.NoClassDefFoundError: javax/resource/spi/Resource
                                                                                                  Adapter] task for application Activate application bs-ra on
              vspl-dev-server
              Jun 9, 2003 5:32:32 PM EDT vspl-dev-server Info Management Configuration changes for domain saved to the repository.
              Jun 9, 2003 5:32:36 PM EDT vspl-dev-server Error Connector ManagedConnectionFactory not found for jndiName eis/BSResour
              ceAdapter.
              Jun 9, 2003 5:32:39 PM EDT vspl-dev-server Error Connector ManagedConnectionFactory not found for jndiName eis/BSResour
              ceAdapter.
              Jun 9, 2003 5:32:47 PM EDT vspl-dev-server Error Connector ManagedConnectionFactory not found for jndiName eis/BSResour
              ceAdapter.
              Jun 9, 2003 5:32:48 PM EDT vspl-dev-server Error Connector ManagedConnectionFactory not found for jndiName eis/BSResour
              ceAdapter.
              There are two things I observer here.
              1. The ResourceAdapter class does not seem to be found by Weblogic. It's part of the javax.resource.spi package.
              I checked the weblogic.jar archive in the WL-HOME/server/lib folder. It does not seem to have the class. Why ?
              2. It complains about the ManagedConnectionFactory not being found. Am assuming that if the RA was deployed
              in the first place, I would not have seen this error (coz, the ManagedConnectionFactory would have been
              deployed in the previous step). Right ?
              I did observe that WL 7.0 supports only JCA 1.0. In JCA 1.0's (public) API, there is no mention of the
              javax.resource.spi.ResourceAdapter class, though the spec talks about it. ??
              Note: I had designed and implemented my RA as per JCA 1.5 (but nothing 1.5-specific, I guess).
              Any ideas ?
              thanks,
              raghu
              

    I figured it out. Darn simple.
              My ManagedConnectionFactory implementation referenced ResourceAdapter as
              it has to implement the ManagedConnnectionFactory interface of JCA 1.5.
              In JCA 1.0 (which is supported by WL 7.0 & 8.1), the ResourceAdapater
              is undefined. Hence, the classloading problem.
              Sorry for any confusion.
              raghu
              raghu h wrote:
              > Hi,
              >
              > Am using WL 7.0 SP2 on Win2k w/ JDK 1.4. Am using the non-managed mode
              > (wherein the admin server is also the managed-server).
              >
              > Am trying to deploy my RA. On uploading the RAR using
              > the admin console, I get the following error (from the server.log):
              >
              >
              >
              > -----------------------------------------------------------------------------------------------------------------
              >
              >
              > Jun 9, 2003 5:32:31 PM EDT vspl-dev-server Info
              > Deployer Initiating a deployment task with id 8 for
              > application bs-ra
              > Jun 9, 2003 5:32:31 PM EDT vspl-dev-server Info
              > Deployer preparing application bs-ra on
              > vspl-dev-server Jun 9, 2003 5:32:31 PM EDT
              > vspl-dev-server Info Deployer prepared application
              > bs-ra on vspl-dev-server Jun 9, 2003 5:32:31 PM EDT
              > vspl-dev-server Info Management Configuration
              > changes for domain saved to the repository. Jun 9, 2003 5:32:31 PM
              > EDT vspl-dev-server Info Deployer activating
              > application bs-ra on vspl-dev-server Jun 9, 2003 5:32:31 PM
              > EDT vspl-dev-server Info Connector
              > Initializing connection pool for resource adapter BookStore-
              >
              > Resource Adapter_eis/BSResourceAdapter.
              >
              > Jun 9, 2003 5:32:31 PM EDT vspl-dev-server Error
              > Deployer Unexpected error was encountered during the
              > deployment proce
              >
              > ss.
              >
              > Jun 9, 2003 5:32:31 PM EDT vspl-dev-server Error
              > Deployer The Slave Deployer failed to complete the deployment
              > task wi
              >
              > th id 8 for the application bs-ra.
              >
              > java.lang.NoClassDefFoundError: javax/resource/spi/ResourceAdapter
              > at java.lang.Class.getMethods0(Native Method)
              > at java.lang.Class.getDeclaredMethods(Class.java:1034)
              > at java.beans.Introspector$1.run(Introspector.java:847)
              > at java.security.AccessController.doPrivileged(Native Method)
              > at
              > java.beans.Introspector.getPublicDeclaredMethods(Introspector.java:845)
              > at java.beans.Introspector.getTargetEventInfo(Introspector.java:551)
              > at java.beans.Introspector.getBeanInfo(Introspector.java:289)
              > at java.beans.Introspector.getBeanInfo(Introspector.java:76)
              > at
              > weblogic.connector.common.internal.ConnectionPool.<init>(ConnectionPool.java:402)
              >
              > at
              > weblogic.connector.common.internal.ConnectionPoolManager.addManagedConnectionFactory(ConnectionPoolManager.java:64)
              >
              > at
              > weblogic.connector.deploy.ConnectorDeployer.activate(ConnectorDeployer.java:315)
              >
              > at
              > weblogic.connector.deploy.ConnectorModule.activate(ConnectorModule.java:221)
              >
              > at
              > weblogic.j2ee.J2EEApplicationContainer.activateModule(J2EEApplicationContainer.java:1662)
              >
              > at
              > weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:1087)
              >
              > at
              > weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:1074)
              >
              > at
              > weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:1110)
              >
              > at
              > weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:730)
              >
              > at
              > weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:24)
              >
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
              > --------------- nested within: ------------------
              > weblogic.management.ManagementException: 149233 - with nested exception:
              > [java.lang.NoClassDefFoundError: javax/resource/spi/ResourceAdapter]
              > at
              > weblogic.management.deploy.slave.SlaveDeployer.convertThrowable(SlaveDeployer.java:834)
              >
              > at
              > weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:1180)
              >
              > at
              > weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:730)
              >
              > at
              > weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:24)
              >
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
              > Jun 9, 2003 5:32:31 PM EDT vspl-dev-server Warning
              > Deployer Failures detected initiating
              > weblogic.management.ManagementE
              >
              > xception: 149233 - with nested exception:
              >
              > [java.lang.NoClassDefFoundError: javax/resource/spi/Resource
              >                                                                                   
              > Adapter] task for application Activate application bs-ra on
              >
              > vspl-dev-server
              >
              > Jun 9, 2003 5:32:32 PM EDT vspl-dev-server Info
              > Management Configuration changes for domain saved to the
              > repository. Jun 9, 2003 5:32:36 PM EDT vspl-dev-server
              > Error Connector ManagedConnectionFactory not found for
              > jndiName eis/BSResour
              >
              > ceAdapter.
              >
              > Jun 9, 2003 5:32:39 PM EDT vspl-dev-server Error
              > Connector ManagedConnectionFactory not found for jndiName
              > eis/BSResour
              >
              > ceAdapter.
              >
              > Jun 9, 2003 5:32:47 PM EDT vspl-dev-server Error
              > Connector ManagedConnectionFactory not found for jndiName
              > eis/BSResour
              >
              > ceAdapter.
              >
              > Jun 9, 2003 5:32:48 PM EDT vspl-dev-server Error
              > Connector ManagedConnectionFactory not found for jndiName
              > eis/BSResour
              >
              > ceAdapter.
              >
              > -------------------------------------------------------------------------------------------------------------
              >
              >
              >
              > There are two things I observer here. 1. The ResourceAdapter class does
              > not seem to be found by Weblogic. It's part of the javax.resource.spi
              > package.
              > I checked the weblogic.jar archive in the WL-HOME/server/lib folder. It
              > does not seem to have the class. Why ?
              > 2. It complains about the ManagedConnectionFactory not being found. Am
              > assuming that if the RA was deployed
              > in the first place, I would not have seen this error (coz, the
              > ManagedConnectionFactory would have been
              > deployed in the previous step). Right ?
              >
              > I did observe that WL 7.0 supports only JCA 1.0. In JCA 1.0's (public)
              > API, there is no mention of the
              > javax.resource.spi.ResourceAdapter class, though the spec talks about
              > it. ??
              >
              >
              > Note: I had designed and implemented my RA as per JCA 1.5 (but nothing
              > 1.5-specific, I guess).
              >
              > Any ideas ?
              >
              > thanks,
              > raghu
              >
              >
              >
              >
              

  • Content server can not load javax classes in classpath

    I have added a jar including javax.* classes to classpath of content server.
    I can see the jar in content sever configuration page of classpath.
    But those javax.* class can not be loaded into content server.
    Content server is throwing java.lang.ClassNotFoundException.
    content server is running standalone.
    Anyone knows why?
    Thanks.
    Edited by: lyx on Mar 20, 2012 2:29 PM

    Anyone has similar issue?

  • Adobe Content Viewer Application not Loading in China

    I am having a problem viewing an application I uploaded to an Adobe Content Viewer account. I can see the application just fine in my dashboard after I log in, but when my contact in China logs in using the same username and password, the application does not appear in her dashboard. Do you know how to resolve this? Is there a firewall that is preventing users in China from seeing the application I uploaded?
    Thanks,
    Kate

    Yes, if Adobe's folios could be downloaded in China, it means Chinese Internet sencorship is gone. Imagine how many magazines are there for Chinese people to download that the government won't be happy to see if Adobe's folios is available to download. Sad for Chinese...

  • CLASSPATH not taken during deployment

    I created an ejb and while deploying I get error.
    Following are the steps done
    - did "ejbc" of the class files and created a jar(jar A) file.
    (for an jb).
    - The utility classes are wrapped into another (jarB).
    - The jarA is deployed in "C:\iPlanet\ias6\ias\JAR"
    while jarB is in a different directory.
    When the jarA is opened using the deployment tool, i get an error
    "The following entries are incorrectly packaged or have external
    dependencies".
    When I try to deploy it the tool spits out errors saying that the
    utility files in jarB could not be found.
    I updated the CLASSPATH in the registry under SOFTWARE\iPlanet\6.0\Java.
    and also SOFTWARE\iPlanet\6.0\CCS0\SYSTEM_JAVA\GX_CLASSPATH.
    Later I restarted the server and also the machine but with no
    success.
    Environment
    ===========
    ias6.0SP3
    Windows2000
    Am I missing something here.!!!!
    Thanks in advance
    Chandu

    Hi,
    On the Windows platform you will have to add the JAR files to the
    IAS_CLASSPATH in deploytool.bat. This is one way. Another way is to open up
    deploytool and go to Edit>Preferences and set the complete path for your Jar
    file. Click on apply and it will include the classes in the Jar file into
    its classpath.
    Rgds,
    Irfan.
    Chandu wrote:
    I created an ejb and while deploying I get error.
    Following are the steps done
    - did "ejbc" of the class files and created a jar(jar A) file.
    (for an jb).
    - The utility classes are wrapped into another (jarB).
    - The jarA is deployed in "C:\iPlanet\ias6\ias\JAR"
    while jarB is in a different directory.
    When the jarA is opened using the deployment tool, i get an error
    "The following entries are incorrectly packaged or have external
    dependencies".
    When I try to deploy it the tool spits out errors saying that the
    utility files in jarB could not be found.
    I updated the CLASSPATH in the registry under SOFTWARE\iPlanet\6.0\Java.
    and also SOFTWARE\iPlanet\6.0\CCS0\SYSTEM_JAVA\GX_CLASSPATH.
    Later I restarted the server and also the machine but with no
    success.
    Environment
    ===========
    ias6.0SP3
    Windows2000
    Am I missing something here.!!!!
    Thanks in advance
    Chandu

  • Dependencies not included during deployment in JDev3.0

    At the Advanced configuration I have included
    the package name or the classes name to be included into the archive file but this
    does not seem to work.
    There is no problem when using JDev2.0.
    Is there anyone else facing this problem?

    At the Advanced configuration I have included
    the package name or the classes name to be included into the archive file but this
    does not seem to work.
    There is no problem when using JDev2.0.
    Is there anyone else facing this problem?

  • Management Point did not install during deployment

    I found the 2007 client installed on this server prior to the install. I removed the client with /uninstall... however after the installation of CM 2012 the managment point did not install. It pointed me to the mpmsi.log. Below is that log. Has anyone run
    into this issue before?
    === Verbose logging started: 2/25/2014  15:58:05  Build type: SHIP UNICODE 5.00.9600.00  Calling process: D:\Program Files\Microsoft Configuration Manager\bin\x64\rolesetup.exe ===
    MSI (c) (C4:40) [15:58:05:347]: Resetting cached policy values
    MSI (c) (C4:40) [15:58:05:347]: Machine policy value 'Debug' is 0
    MSI (c) (C4:40) [15:58:05:347]: ******* RunEngine:
               ******* Product: D:\Program Files\Microsoft Configuration Manager\bin\x64\mp.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (C4:40) [15:58:05:348]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (C4:40) [15:58:08:348]: Failed to grab execution mutex. System error 258.
    MSI (c) (C4:40) [15:58:08:350]: Cloaking enabled.
    MSI (c) (C4:40) [15:58:08:350]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (C4:40) [15:58:08:350]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (c) (C4:40) [15:58:08:351]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (C4:40) [15:58:08:351]: MainEngineThread is returning 1618
    === Verbose logging stopped: 2/25/2014  15:58:08 ===
    MSI (s) (80:58) [15:58:11:836]: User policy value 'DisableRollback' is 0
    MSI (s) (80:58) [15:58:11:836]: Machine policy value 'DisableRollback' is 0
    MSI (s) (80:58) [15:58:11:837]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (80:58) [15:58:11:837]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (80:58) [15:58:11:844]: Note: 1: 2265 2:  3: -2147287035
    MSI (s) (80:58) [15:58:11:860]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (80:58) [15:58:11:867]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (s) (80:58) [15:58:11:881]: Destroying RemoteAPI object.
    MSI (s) (80:60) [15:58:11:889]: Custom Action Manager thread ending.

    MSI (c) (C4:40) [15:58:08:348]: Failed to grab execution mutex. System error 258.
    This normally means there is another install process in progress. So please restart the computer and try again. If no avail, check whether there is a process name msiexec running.
    Juke Chou
    TechNet Community Support

  • File repository Content Selectors not working

    Hi,
    I am using Weblogic Portal 10 with a file a file repository. When I add content using the admin console (for example an image of type image), I am able to view it. The file is also added to the file system. But for some reason the content selector is not able to retrieve it. Is there something obvious I am missing?

    Doing a local deployment to the server on my laptop, I found that I could recreate this if doing a deployment with the application in .ear format. Deploying from workshop, the application did not seem to have any issues. Did a successful deployment to the Test server this morning deploying with the .ear file in exploded format. Things seem to be working well.
    I think that we will change our deployment process to do deployments with the exploded .ear file. If anyone has run into issues with this type of deployment it would be interesting to hear. Closing the thread.

  • While upgrading my 3,2 8 core power Mac , it will not boot. Going from 10.8.3 to 10.8.4. There is no visible video after chime.  I need to get up and running ASAP.  Could the video drivers have not loaded. Please help and thank you. Ps. Main drive ssd.

    The Mac will not boot to a cd, Mac or disk warrior.
    It will run for  10 minutes with no video, then shut itself down.
    I've attempted Cd boot, zapping Pram, safe mode,
    My new Dell monitor power light pulses as if no video is present
    Wondering if the vid.  driver did not load during update?
    Can't seem to light one pixel, no matter what.
    Thanks.
    Mac Pro 8 core 32 gigs ram gtx285 card
    512GB  ssd.  3 other slots 1,5 TB seagates.
    Thanks for reading and responding

    Update on this issue. I replaced the video card with an old one that I had and it boots fine.
    Question, if a driver were missing from the update process, would I see anything on the screen at all. I had pure black as if no signal was carried to the monitor. I'm trying to rule out hardware failure, as this card is 1.5 years old.
    thanks!!!

  • Deploying Content Selectors

    How do I deploy Content Selectors to a remote server. They do not seem to be packaged
    into the EAR from Workshop. They do not show up on the WebLogic Portal Console
    Admin by default - is there something else that I need to do?
    - Thanks,
    Noam

    This has changed significantly since 7.0 from an EBCC based Datasync to a file
    or database driven framework. A little background: In development mode, the
    portal utilizes the XML files to describe Content Selection Queries within ".sel"
    files stored within the META-INF\data\contentselectors\GlobalContentSelectors
    directory. This is also the case when deployed in an exploded format. Once deployed
    in a production mode as an EAR file, the Portal loads these files into the database
    via the Datasync webapp at http://server:port/portalDomainDatasync/index.html.
    There, options are provided to "bootstrap" the Master Data Repository and view
    the resultant rulesets, as well as to merge and overwrite the files by uploading
    a JAR to the server.
    "Noam Bunder" <[email protected]> wrote:
    >
    How do I deploy Content Selectors to a remote server. They do not seem
    to be packaged
    into the EAR from Workshop. They do not show up on the WebLogic Portal
    Console
    Admin by default - is there something else that I need to do?
    - Thanks,
    Noam

  • Application does not load correctly when deploying to standalone server

    All,
    I have created simple application implementing fusion theme. Applicaiton works fine when I run on integrated server but when deployed on standalone server it does not load any images or the theme itself. afrloop keep incrementing in status bar and ends up with java script error while later.
    I deployed another test application on standalone server and that works fine i.e. theme gets loaded correctly. Also, how should I include images on the page? I have a images folder in web content folder but they dont get loaded.
    Any help will be appreciated.
    Thanks,
    Dipal

    LabVIEW now uses the Microsoft installer. It's possible that you need to upgrade the version that's on the Win2K box. I think the latest service packs from Microsoft include it.

Maybe you are looking for