Wli console: rdbms channel rule definition with empty datasource

Hi all,
I googled around for a solution of this problem, but did not find one. Can anyone please help me whith this problem:
I deployed a process-application on a 9.2 server. When I want to define a RDBMS event generator rule for my process, I get a page with an empty datasource JNDI name list. In the logfile I see this exception when i request the channel rule definition page:
<Mar 14, 2007 3:58:59 PM CET> <Error> <WLI-Core> <BEA-489003> <Caught Exception: weblogic.management.ManagementException: Edit Server is not enabled. You will need to enable it through the JMXMBean.
weblogic.management.ManagementException: Edit Server is not enabled. You will need to enable it through the JMXMBean.
at com.bea.wli.management.MBeanHelper.getEditServiceMBean(MBeanHelper.java:1298)
at com.bea.wli.management.MBeanHelper.getAdminDomainMBean(MBeanHelper.java:1268)
at com.bea.wli.oam.eventgenerators.servlets.EventGenerators.getQCFJndiName(EventGenerators.java:576)
at com.bea.wli.oam.eg.framework.XEGMainServlet.displayChannel(XEGMainServlet.java:759)
at com.bea.wli.oam.eg.framework.XEGMainServlet.newChannel(XEGMainServlet.java:424)
This only happens on an external server, if I delpoy on the local workshop server, everything works fine.
Any help is appreciated!
Best regards

Hi everyone intersted in a solution:
after consulting the bea support we finally found out the reason for this ManagementException:
We configured our test and production server in a cluster environment, that means we specified <listen-address>our.cluster.name</listen-address> in the file <domain>/config/config.xml. The server does not work with this properly, this is a bug for which a patch will be developed!
This workaround helps for servers in cluster environment:
* stop server
* edit config.xml and clear the listen-address field: <listen-address></listen-address>
* start server
* use physical address of server to log into wli-console and create all eventgenerators you need
* stop server, change config.xml to original value and restart
best regards and happy beta testing ...

Similar Messages

  • Problem creating file generator channel rule definition

    I would really appreciate some help on this.
    Environment
    Weblogic integration 10.3
    Windows 7 Ultimate
    Oracle Weblogic Workshop 10.3
    1) I created a fine generator using Weblogic integration console. I have also create a channel file using Workshop and I can see it in the console.
    2) When I try to create a file generator channel rule, Weblogic hangs. I see a stuck thread holding lock on a filegenerator object.
    ^-- Holding lock: com/bea/wli/eventgenerators/file/FileEventGenerators@0x1232E378[thin lock]
    at org/apache/beehive/netui/pageflow/internal/FlowControllerAction.execute(FlowControllerAction.java:52)
    at org/apache/struts/action/RequestProcessor.processActionPerform(RequestProcessor.java:431)
    3) I tried changing permissions on the file directory used for input and error. Did not help.
    Not sure where exactly it is hanging. I have not been able to create the channel definition rule. Can you please advise? Is there a workaround to create the rule such as editing a configuration xml file?
    Thank you,
    Mangesh

    Hi everyone intersted in a solution:
    after consulting the bea support we finally found out the reason for this ManagementException:
    We configured our test and production server in a cluster environment, that means we specified <listen-address>our.cluster.name</listen-address> in the file <domain>/config/config.xml. The server does not work with this properly, this is a bug for which a patch will be developed!
    This workaround helps for servers in cluster environment:
    * stop server
    * edit config.xml and clear the listen-address field: <listen-address></listen-address>
    * start server
    * use physical address of server to log into wli-console and create all eventgenerators you need
    * stop server, change config.xml to original value and restart
    best regards and happy beta testing ...

  • Channel Rule Definition Example?

    I have an application from a third-party that is deployed on Weblogic. It fires off events to an event generator as specific things happen in the application. You turn them on event by event as you care to integrate them into your environment. For example there is one that you can turn on to integrate with a 911 provider as you add a new subscriber.
    There is one event generator that the app is sending from and I can configure a channel as the default rule channel to listen to and pick up the XML-formatted events as they fire but what I really want to do is configure multiple channels and have different apps of mine listening to the channels and have the event generator route the appropriate events to the correct channels.
    I know this should be easy and I suspect it could be done through the defining of channel rules but I'm stumped as to what to put into Property Name and Property Value fields to make this work. There is an <eventName> tag in the XML that I can select on but how should I place that into the fields. I tried to do just eventName in the Property Name and the value in Property Vlaue but it still sent everything to the default. Help? Thanks.

    Hi everyone intersted in a solution:
    after consulting the bea support we finally found out the reason for this ManagementException:
    We configured our test and production server in a cluster environment, that means we specified <listen-address>our.cluster.name</listen-address> in the file <domain>/config/config.xml. The server does not work with this properly, this is a bug for which a patch will be developed!
    This workaround helps for servers in cluster environment:
    * stop server
    * edit config.xml and clear the listen-address field: <listen-address></listen-address>
    * start server
    * use physical address of server to log into wli-console and create all eventgenerators you need
    * stop server, change config.xml to original value and restart
    best regards and happy beta testing ...

  • On Dreamweaver CC how do I get to the css rule definition box?

    On the other Dreamweavers when I wanted to edit a css, I selected the css and clicked on the pencil icon to open the css rule definition box.
    The only way I find to get acess to the css rule definition box on the new CC is when I am creating a new div and then there is a option for a new style and it opens the box.
    My question is how do I get to the box once the rule is created? the pencil icon is not there anymore.
    Not good breaking workflows Adobe, some folks have work in progress...
    Please help, thanks.

    Nancy O. wrote:
    I can't remember the last time I used DW's CSS panels. If you know CSS, why not use code view?  DW's Code Hinting is very good &  it's much quicker to edit code directly in the style sheet than it is in CSS panels.  
    Nancy O.
    That depends a bit on the situation. For example, in Netbeans I use the live connection with Chrome (embedded view or not) and I can then select an item in the live view in Chrome, which opens the css properties panes. These are quite similar to DW.
    By changing the values in the css properties pane the changes in values are automatically saved in the css file, and visually updated in realtime in Chrome.
    It can be very handy to quickly change the position or margin/padding/size of an element this way without having to switch back and forth to your css. Bit similar to the inspect element pane in FF and Chrome, and the changes are immediately saved.
    When I still used DW I used it in the same manner for quick visual changes - and no reason to rummage through my css code.
    In short, those css inspector panes can work quite efficiently when you need to polish the css code.
    Granted, I would never use it while working on the main css code - but for slight and quick changes it can be a very handy feature.

  • [nQSError: 13049] User 'BISYSTEMUSER' with 'empty' permission can not query

    Hi,
    On my local OBIEE 11.1.1.5 Windows 64 bit, I get [nQSError: 13049] error all the time. I understand this must be my configuration is wrong somehow, but comparing with correct installations I can't find a clue, and can't find anything from google either.
    Could you please suggest what can be wrong? How to add permissions?
    - log in to obiee as weblogic/welcome1
    - Administration -> Manage Privileges
    - get: State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 13049] User 'BISYSTEMUSER' with 'empty' permission can not query user population.Please have your System Administrator look at the log for more details on this error. (HY000)
    I have
    - console: myrealm->Users->weblogic and BISystemUser, both in Administrators, BIAdministrators groups
    - em: bifoundation_domain->Security->Credentials, system.user=BISystemUser
    Thanks,
    Wei

    Try doing the following things:
    1) Make sure the user ID you are using as BISystemUser in EM is linked to the BISystemuser role
    2) Add the weblogic user ID to Bi administrator role. ( Do the association in EM ).
    This should solve your problem.
    Thanks,
    -Amith.

  • Site Definition with Custom List Intance with Custom fields

    How to create VS 2012 > Site Definition with Custom List Instance with Custom fields?
    <site>
    <list>
    <field>

    Hi Sunil,
    it is the same way we create in VS 2010.
    Add a new empty SP project in VS2012 and then add, site, list and fields as per your requirement.
    Here are few references-
    Creating SharePoint 2010 Site Definitions in Visual Studio 2010
    http://msdn.microsoft.com/en-us/library/gg276356(v=office.14).aspx
    Creating SharePoint 2010 List Definitions in Visual Studio 2010
    http://msdn.microsoft.com/en-us/library/gg276355(v=office.14).aspx
    Walkthrough: Create a Basic Site Definition Project
    http://msdn.microsoft.com/en-us/library/ee231583.aspx
    and  I normally create a blank site with all required configuration and then create, import the template to hand craft the list and fields. this would minimize errors.
    see the below blog on this topic
    http://blogs.msdn.com/b/sambetts/archive/2013/10/17/creating-a-clean-visual-studio-solution-from-a-sharepoint-2013-site-template.aspx
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if the reply helps you

  • Rules Problem with multiple XSD

    Hi,
    I've done a jdev project for SOA Suite 11g including only one Business Rules which could be call by a Webservice.
    When I used 2 differents XSD to define 1 input fact and 1 output fact, the rule engine failed with an UNEXPECTED element Error
    <fault>
    <faultType>0</faultType>
    <operationErroredFault>
    <part name="payload">
    <errorInfo>
    <errorMessage>unexpected element (uri:"http://www.arvato.fr/formatPivot", local:"CUSTOMER"). Expected elements are <{http://www.arvato.fr/formatPivot}ADDRESS>,<{http://www.arvato.fr/formatPivot}DedoublonnageRule>,<{http://www.arvato.fr/formatPivot}StatusRule></errorMessage>
    </errorInfo>
    </part>
    </operationErroredFault>
    </fault>
    When I use only one XSD file in my facts fou my input and outpout values. It runs Well.
    Here are the facts definition with Multiple XSD FIle :
    http://lh5.ggpht.com/_noQvj60LDl4/S4-J8DcFEkI/AAAAAAAAAKU/fAtlSMgFS_8/separatedSchemas.png
    Here are the facts definition with Single XSD FIle :
    http://lh6.ggpht.com/_noQvj60LDl4/S4-J78qnj0I/AAAAAAAAAKQ/U1JNnaJyK50/includedSchema.png
    Could you please answer me how to use multiple xsd file in facts ?
    Regards,
    Jerome.

    Hi,
    Does anybody have any idea ?
    Regards,
    Jerome

  • PXIe-5122 continuous stream 2 channels to disk with 100MS/s

    Hey,
    I am currently trying to find a way to stream 2 channels to disk with 100MS/s with my PXIe-5122. According to the product specification, the card should be able to do this. 
    Unfortunately, I have'nt seen any programs.
    What I have are two loops, one for the DAQ and one to empty the onboard memory using a queue and writing the fetched waveform data into a tdms file. I keep obtaining the error, that samples in the onboard memory are overwritten... therefore, the VI doesn't empty the onboard memory in sufficient speed.
    Does anybody know how I could solve this problem? Or does anybody have a program?
    Thanks for the help!

    Hi lehrm,
    you are writing about that you didn#t see any application for the 5122. If you mean examples, there are a lot of examples installed on your system when you install the driver sw for the device. eg. there is an example called niScope EX Stream to Disk, that seems to be interesting for your issue
    Examples are available in the Example Finder of LabVIEW, in the folder: "Hardware Input and Output" -> "Modular Instruments" -> NI-SCOPE (High Speed Digitizer)" -> "Continious Acquisition".
    This can give you first ideas! 
    Kind regards
    Tobias S.

  • RDBMS Synchronization Import Definitions

    Hi,
    we want to automatically sychronize our ACS server with an external database including user, groups, network devices and command authorization sets.
    As read in the RDBMS sychronization import definitions there is no possibility to import "command authorization sets".
    Is this correct or does anybody knows if there is a way to do this with ".csv-files"?
    thanks for your answers.
    Torsten Waibel

    If the guide has the actions to import command authorization sets then it is possible otherwise then not possible:
    http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_server_for_windows/4.1/user/A_RDBMS.html

  • Update Rule Definition

    All,
    I need to update a rule definition without affecting (adding or deleting any users during the update).
    Would it be alright if I just detach the rule do the updates and reattach it again to the group.
    Will the users be deleted from the group if we detach the rule.
    Thanks,
    M

    Would it be alright if I just detach the rule do the updates and reattach it again to the group+. If you want to update the rule definition just do the update in design console, no need to detach and reattach it again to the group. It will not have impact for existing users present in that group.

  • Xellerate - Reconciliation Rule definition: Tokenize

    Hi Gurus,
    does anyone know how the TOKENIZE transformation work in the Reconciliation Rule definition?
    My Rule Element is:
    User Profile Data: Last Name
    Operator: Contains
    Attribute: TargetCustomField
    Transform: Tokenize
    Can you help me to set properly the Rule Element Prorperties:
    Delimiters
    Token number
    Space Delimiter
    In my case i want to match
    Last Name: "Ferrari"
    with
    TargetCustomField: "Mr. Ferrari Hector"
    Thanxs in advance,
    Ettore

    What's the OIM version which you are working on? If 11G then be sure to click the "Create Recon Profile" on the resource object to make the rule work.
    -Bikash

  • 1 project definition with several wbs elements or several project definitin

    Hello
    I need projects as account assignment elements in CO (when entering vendor invoices for costs). Should I have 1 project definition with all projects /wbs elements underneath, or should I have 1 project definition uniquely defined for each project/wbs element? Some projects are not settled to assets und construction, some projects are settled to assets und construction.
    kind regards
    Arjan

    Arjan
    I don't think you can have Projects as account assignment objects. You can have WBS element as account assignment object.
    One alternative I can suggest, if you want to see project costs at higher level instead of breaking down the project into many WBS elements. Create a project with one WBS element only and use that WBS element as account assignment object.
    It is only possible to have a project with one or more WBS elements. I don't think you can define projects within projects.
    letus put it this way assume WBS elements are projects within a project. But make sure all the WBS elements are related to one project
    Hope you are clear now.
    Thanks
    Prasad

  • Multiple ResourceBundle definitions with the same name

    I created a new web application project with JSF support using Netbeans 5.5Beta. The new project has a simple welcomeJSF page that I did not modify. The only modifications I did is adding a CustomMessages.properties file under com.mywebsite.resourcs and adding the following entry to faces-config.xml:
    <application>
            <resource-bundle>
                <base-name>com.mywebsite.resources.CustomMessages</base-name>
                <var>BundleOne</var>
            </resource-bundle>
            <locale-config>
                <default-locale>en</default-locale>
            </locale-config>
        </application>Now when I right click welcomeJSF and select Run File, the follow error is added to the log file of SJSAS PE9:
    Message ID:
    WebModule[/WebApplication1]Exception sending context initialized event to listener instance of class com.sun.faces.config.GlassFishConfigureListener javax.faces.FacesException
    Complete Message
    Can't parse configuration file: jndi:/server/WebApplication1/WEB-INF/faces-config.xml: Error at line 14 column 27: Error at (14, 27: Multiple ResourceBundle definitions with the same name: BundleOne.
         at com.sun.faces.config.ConfigureListener.parse(ConfigureListener.java:1751)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:524)
         at com.sun.faces.config.GlassFishConfigureListener.contextInitialized(GlassFishConfigureListener.java:47)
         at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4236)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4760)
         at com.sun.enterprise.web.WebModule.start(WebModule.java:292)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:833)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:817)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:659)
         at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1468)
         at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1133)
         at com.sun.enterprise.server.WebModuleDeployEventListener.moduleDeployed(WebModuleDeployEventListener.java:171)
         at com.sun.enterprise.server.WebModuleDeployEventListener.moduleDeployed(WebModuleDeployEventListener.java:275)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeModuleDeployEventListener(AdminEventMulticaster.java:954)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.handleModuleDeployEvent(AdminEventMulticaster.java:941)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:448)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:160)
         at com.sun.enterprise.admin.server.core.DeploymentNotificationHelper.multicastEvent(DeploymentNotificationHelper.java:296)
         at com.sun.enterprise.deployment.phasing.DeploymentServiceUtils.multicastEvent(DeploymentServiceUtils.java:203)
         at com.sun.enterprise.deployment.phasing.ServerDeploymentTarget.sendStartEvent(ServerDeploymentTarget.java:285)
         at com.sun.enterprise.deployment.phasing.ApplicationStartPhase.runPhase(ApplicationStartPhase.java:119)
         at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:95)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:871)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:541)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:585)
         at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.start(ApplicationsConfigMBean.java:719)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:353)
         at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:336)
         at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:448)
         at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
         at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:77)
         at $Proxy1.invoke(Unknown Source)
         at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:297)
         at com.sun.enterprise.admin.jmx.remote.server.callers.InvokeCaller.call(InvokeCaller.java:56)
         at com.sun.enterprise.admin.jmx.remote.server.MBeanServerRequestHandler.handle(MBeanServerRequestHandler.java:142)
         at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.processRequest(RemoteJmxConnectorServlet.java:109)
         at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.doPost(RemoteJmxConnectorServlet.java:180)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:397)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:278)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:240)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:179)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
         at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
         at com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:231)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
         at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
         at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
         at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
         at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)

    Go ahead and doubt if it makes you feel superior.
    For others:
    If your pom has this:
    <dependency>
                   <groupId>javax.faces</groupId>
                   <artifactId>jsf-api</artifactId>
                   <version>${jsf.version}</version>
              </dependency>
              <dependency>
                   <groupId>javax.faces</groupId>
                   <artifactId>jsf-impl</artifactId>
                   <version>${jsf.version}</version>
              </dependency>
    where jsf.version = 1.2, change jsf.version to 1.2_10

  • After checking voicemail I get a text message from 'unknown' with empty text bubble. How do I fix this?

    I just upgraded to iPhone 5-- after checking voicemail I get a text message from 'unknown' with empty text bubble. How do I fix this?

    I was one of the folks saing its on your email side but this explanation is a lot better and now I agree its obviously not your email thats the issue...
    try this
    1.  Login to your Verizon account.
    2.  Click on “Account” at the top and then “Change Features” from the bottom right.
    3.  Select the device you would like to remove the service from.
    4.  Then scroll down until you find “Contact Management” and click “Remove

  • PS5 - How do I get the hidden target channel to work with the typing tool?

    PS5 - How do I get the hidden target channel to work with the typing tool?
    I keep getting this error message everytime I try to move a box around.

    Have you tried an Adobe forum? PS5 is an Adobe product!

Maybe you are looking for

  • PR to PO conversion

    Dear SAP Masters, i am facing problem in Planning , multiple PR are getting genrated on the same date though requirement datre is different, when i am going to covert those  PR in to PO system via me47 system is creating diffferent line items for sam

  • How to improve the resolution of jpg files in a pdf created from html

    I have a document in html that I need to convert to pdf. If I open the html in acrobat, the images look fine, almost the same as if I open the file in a browser. If I do "create pdf from web page", the jpg files imbedded in the html look terrible in

  • Use of non-migratable database link not allowed in OSB

    Hi All, I have a procedure in which tables are invoked using Database links. Now I have created a business service which uses this procedure. However I am getting below error The invocation resulted in an error: Invoke JCA outbound service failed wit

  • No color in videos

    Nudie..... Thanks for the response, but since my downloads go OK, there isn't a task manager to view. How do I access the vcast player, or its' file to zap it?

  • Css won't appear in preview

    when i style my content from a spry menus and even regular div tag using css it is a crap shoot on whether or not it saves right and i can preview it in my browser. It shows the correction/style in design view but when i preview my page is all messed