OpenMQ 4.4 in GlassFish 3 Preview: "Failed to initialize bridge service"

In the current Preview version of GlassFish V3 which includes OpenMQ 4.4 b 6, I have configured Stomp bridge in the file
glassfish-v3\glassfish\domains\domain1\config\init.conf\imq\instances\imqbroker\props\config.properties :
imq.bridge.admin.user=admin
imq.bridge.admin.password=admin
imq.bridge.activelist=stomp
imq.bridge.enabled=true
If I start GlassFish in NetBeans, the log file in glassfish-v3\glassfish\domains\domain1\config\init.conf\imq\instances\imqbroker\log shows an exception stack trace related to the bridge manager, it seems like the Stomp bridge can not be loaded as the result of this error.
It looks like I have to add the imgbridgemgr.jar to the domain classpath?
[16/Jul/2009:20:27:47 CEST] Using built-in file-based persistent store: E:\Programme\glassfish-v3\glassfish\domains\domain1\config\init.conf\imq\instances\imqbroker\
[16/Jul/2009:20:27:47 CEST] [B1318]: Initialize bridge service manager
[16/Jul/2009:20:27:47 CEST] WARNING [B2216]: Failed to initialize bridge service manager:
java.lang.NoClassDefFoundError: com/sun/messaging/bridge/service/BridgeCmdSharedResources
     at java.lang.ClassLoader.defineClass1(Native Method)
     at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
     at com.sun.enterprise.loader.EJBClassLoader.findClass(EJBClassLoader.java:677)
     at org.glassfish.internal.api.ConnectorClassFinder.findClass(ConnectorClassFinder.java:53)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Class.java:169)
     at com.sun.messaging.jmq.jmsserver.Broker._start(Broker.java:854)
     at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:412)
     at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:219)
     at com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:341)
     at com.sun.messaging.jms.ra.LifecycleManagedBroker.start(LifecycleManagedBroker.java:329)
     at com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:300)
     at com.sun.enterprise.connectors.jms.system.ActiveJmsResourceAdapter$1.run(ActiveJmsResourceAdapter.java:318)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sun.enterprise.connectors.jms.system.ActiveJmsResourceAdapter.startResourceAdapter(ActiveJmsResourceAdapter.java:314)
     at com.sun.enterprise.connectors.ActiveOutboundResourceAdapter.init(ActiveOutboundResourceAdapter.java:117)
     at com.sun.enterprise.connectors.inbound.ActiveInboundResourceAdapterImpl.init(ActiveInboundResourceAdapterImpl.java:86)
     at com.sun.enterprise.connectors.ActiveRAFactory.instantiateActiveResourceAdapter(ActiveRAFactory.java:130)
     at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:99)
     at com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:282)
     at com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:412)
     at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:351)
     at com.sun.enterprise.connectors.service.ConnectorService.loadDeferredResourceAdapter(ConnectorService.java:226)
     at com.sun.enterprise.connectors.ConnectorRuntime.loadDeferredResourceAdapter(ConnectorRuntime.java:1056)
     at com.sun.enterprise.connectors.inbound.ConnectorMessageBeanClient.getActiveResourceAdapter(ConnectorMessageBeanClient.java:243)
     at com.sun.enterprise.connectors.inbound.ConnectorMessageBeanClient.setup(ConnectorMessageBeanClient.java:153)
     at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:196)
     at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:115)
     at org.glassfish.ejb.startup.EjbApplication.loadContainers(EjbApplication.java:183)
     at org.glassfish.ejb.startup.EjbDeployer.load(EjbDeployer.java:160)
     at org.glassfish.ejb.startup.EjbDeployer.load(EjbDeployer.java:57)
     at org.glassfish.internal.data.ModuleInfo.load(ModuleInfo.java:152)
     at org.glassfish.internal.data.ApplicationInfo.load(ApplicationInfo.java:174)
     at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:282)
     at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:172)
     at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:247)
     at com.sun.enterprise.v3.admin.CommandRunnerImpl$4.execute(CommandRunnerImpl.java:419)
     at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:434)
     at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:521)
     at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:137)
     at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:313)
     at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:180)
     at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:165)
     at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:100)
     at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:208)
     at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:746)
     at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:655)
     at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:905)
     at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:161)
     at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:136)
     at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:103)
     at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:89)
     at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
     at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53)
     at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57)
     at com.sun.grizzly.ContextTask.run(ContextTask.java:69)
     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
     at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.ClassNotFoundException: com.sun.messaging.bridge.service.BridgeCmdSharedResources
     at com.sun.enterprise.loader.EJBClassLoader.findClassData(EJBClassLoader.java:727)
     at com.sun.enterprise.loader.EJBClassLoader.findClass(EJBClassLoader.java:617)
     at org.glassfish.internal.api.ConnectorClassFinder.findClass(ConnectorClassFinder.java:53)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
     ... 62 more

After copying the files imqbridgemgr.jar, imqjmsbridge.jar and imqstomp.jar to the folder glassfish-v3\glassfish\lib\install\applications\jmsra, the stomp bridge log file says "Starting StompServer TCP transport on port 7672".
17.07.2009 18:21:58 com.sun.messaging.bridge.service.stomp.StompServer init
INFO: StompServer log domain: imq.bridge.stomp
17.07.2009 18:21:58 com.sun.messaging.bridge.service.stomp.StompServer init
INFO: StompServer log file: E:\Programme\glassfish-v3\glassfish\domains\domain1\config\init.conf\imq\instances\imqbroker\bridges\stomp\stomp%g.log
17.07.2009 18:21:58 com.sun.messaging.bridge.service.stomp.StompServer start
INFO: Starting StompServer TCP transport on port 7672
17.07.2009 18:21:58 com.sun.messaging.bridge.service.stomp.StompServer start
INFO: StompServer has been started successfully.
To make sure that the message queue works without Stomp, I used a messagedriven bean, which receives messages sent from a servlet to a queue. (see below). However, a Stomp client can not send messages to this queue. With netstat I found that port 7672 is not open, while the servlet is working fine.
Maybe something is wrong in my web application test code?
* Message driven bean
package de.betabeans;
import javax.ejb.ActivationConfigProperty;
import javax.ejb.MessageDriven;
import javax.jms.Message;
import javax.jms.MessageListener;
@MessageDriven(mappedName = "jms/TOOL.DEFAULT", activationConfig = {
@ActivationConfigProperty(propertyName = "acknowledgeMode", propertyValue = "Auto-acknowledge"),
@ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue")
public class NewMessageBean implements MessageListener {
public NewMessageBean() {
System.out.println("created MessageBean");
public void onMessage(Message message) {
System.out.println("reveived message");
public class NewServlet extends HttpServlet {
@Resource(mappedName="jms/TOOL.DEFAULTFactory")
private ConnectionFactory connectionFactory;
@Resource(mappedName="jms/TOOL.DEFAULT")
private Queue queue;
* Processes requests for both HTTP <code>GET</code> and <code>POST</code> methods.
* @param request servlet request
* @param response servlet response
* @throws ServletException if a servlet-specific error occurs
* @throws IOException if an I/O error occurs
protected void processRequest(HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException {
try {
response.setContentType("text/html;charset=UTF-8");
PrintWriter out = response.getWriter();
Connection connection = connectionFactory.createConnection();
Session session = connection.createSession(false, Session.AUTO_ACKNOWLEDGE);
MessageProducer messageProducer = session.createProducer(queue);
Message message = session.createTextMessage();
messageProducer.send(message);
messageProducer.close();
connection.close();
System.out.println("Message sent");
try {
/* TODO output your page here*/
out.println("<html>");
out.println("<head>");
out.println("<title>Servlet NewServlet</title>");
out.println("</head>");
out.println("<body>");
out.println("<h1>Servlet NewServlet at " + request.getContextPath() + "</h1>");
out.println("</body>");
out.println("</html>");
} finally {
out.close();
} catch (JMSException ex) {
Logger.getLogger(NewServlet.class.getName()).log(Level.SEVERE, null, ex);
// <editor-fold defaultstate="collapsed" desc="HttpServlet methods. Click on the + sign on the left to edit the code.">
* Handles the HTTP <code>GET</code> method.
* @param request servlet request
* @param response servlet response
* @throws ServletException if a servlet-specific error occurs
* @throws IOException if an I/O error occurs
@Override
protected void doGet(HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException {
processRequest(request, response);
* Handles the HTTP <code>POST</code> method.
* @param request servlet request
* @param response servlet response
* @throws ServletException if a servlet-specific error occurs
* @throws IOException if an I/O error occurs
@Override
protected void doPost(HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException {
processRequest(request, response);
* Returns a short description of the servlet.
* @return a String containing servlet description
@Override
public String getServletInfo() {
return "Short description";
}// </editor-fold>
}

Similar Messages

  • Help - GlassFish V3 Preview (b55) - Stomp Not Working

    Hello,
    I'm trying to get Stomp configured and working in a GlassFish V3 Preview build 55 download. I'm running on Vista. I am running a freshly downloaded .zip install. All I have done is unzip the file and start the domain. No other configuration or changes to the install have been done.
    Here is what I have done so far to try and get Stomp configured and working:
    1. Add the following to the end of /glassfishv3/glassfish/domains/domains1/imq/instances/imqbroker/props/config.properties
    imq.bridge.admin.user=admin
    imq.bridge.admin.password=admin
    imq.bridge.activelist=stomp
    imq.bridge.enabled=true
    2. After doing the above, I stopped and started the domain. OpenMQ log file showed NoClassDefFoundErrors, unable to initialize... So I added imqbridgemgr.jar and imqstomp.jar to \glassfishv3\glassfish\lib\install\applications\jmsra. This seemed to get rid of the class loading error ... but not sure this was the right place to put these jars.
    3. Now I'm getting the following in the OpenMQ log file:
    [17/Jul/2009:08:11:57 MDT] [B1319]: Start bridge service manager
    [17/Jul/2009:08:11:57 MDT] BridgeManager: Starting bridge stomp
    [17/Jul/2009:08:11:57 MDT] BridgeManager: Starting bridge stomp with properties
         imq.bridge.stomp.class=com.sun.messaging.bridge.service.stomp.StompBridge
         imq.bridge.stomp.type=stomp
         imq.bridge.stomp.varhome=C:\glassfishv3\glassfish\domains\domain1\imq\instances\imqbroker\bridges\stomp
         imq.bridge.stomp.libhome=C:\glassfishv3\mq\lib
         BRIDGE_PROP_PREFIX=imq.bridge.stomp
    [17/Jul/2009:08:11:57 MDT] ERROR BridgeManager: Incompatible Grizzly NIO framework major version in no.version, expected 1:
    java.lang.UnsupportedOperationException: Incompatible Grizzly NIO framework major version in no.version, expected 1
         at com.sun.messaging.bridge.service.stomp.StompServer.init(StompServer.java:158)
         at com.sun.messaging.bridge.service.stomp.StompBridge.start(StompBridge.java:86)
         at com.sun.messaging.bridge.BridgeServiceManagerImpl.startBridge(BridgeServiceManagerImpl.java:429)
         at com.sun.messaging.bridge.BridgeServiceManagerImpl.start(BridgeServiceManagerImpl.java:257)
         at com.sun.messaging.jmq.jmsserver.Broker._start(Broker.java:1400)
         at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:410)
         at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:219)
         at com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:346)
         at com.sun.messaging.jms.ra.LifecycleManagedBroker.start(LifecycleManagedBroker.java:334)
         at com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:302)
         at com.sun.enterprise.connectors.jms.system.ActiveJmsResourceAdapter$1.run(ActiveJmsResourceAdapter.java:332)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.enterprise.connectors.jms.system.ActiveJmsResourceAdapter.startResourceAdapter(ActiveJmsResourceAdapter.java:326)
         at com.sun.enterprise.connectors.ActiveOutboundResourceAdapter.init(ActiveOutboundResourceAdapter.java:127)
         at com.sun.enterprise.connectors.inbound.ActiveInboundResourceAdapterImpl.init(ActiveInboundResourceAdapterImpl.java:85)
         at com.sun.enterprise.connectors.ActiveRAFactory.instantiateActiveResourceAdapter(ActiveRAFactory.java:131)
         at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:100)
         at com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:213)
         at com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:335)
         at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:333)
         at com.sun.enterprise.connectors.service.ConnectorService.loadDeferredResourceAdapter(ConnectorService.java:220)
         at com.sun.enterprise.connectors.service.ConnectorService.loadResourcesAndItsRar(ConnectorService.java:189)
         at com.sun.enterprise.connectors.service.ConnectorService.checkAndLoadPool(ConnectorService.java:364)
         at com.sun.enterprise.connectors.service.ConnectorConnectionPoolAdminServiceImpl.getManagedConnectionFactory(ConnectorConnectionPoolAdminServiceImpl.java:541)
         at com.sun.enterprise.connectors.service.ConnectorConnectionPoolAdminServiceImpl.getUnpooledConnection(ConnectorConnectionPoolAdminServiceImpl.java:627)
         at com.sun.enterprise.connectors.service.ConnectorConnectionPoolAdminServiceImpl.testConnectionPool(ConnectorConnectionPoolAdminServiceImpl.java:445)
         at com.sun.enterprise.connectors.ConnectorRuntime.pingConnectionPool(ConnectorRuntime.java:869)
         at org.glassfish.jms.admin.cli.JMSPing.pingConnectionPool(JMSPing.java:172)
         at org.glassfish.jms.admin.cli.JMSPing.execute(JMSPing.java:115)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl$4.execute(CommandRunnerImpl.java:422)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:437)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:524)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:140)
         at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:313)
         at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:180)
         at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:165)
         at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:100)
         at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:208)
         at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:746)
         at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:655)
         at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:905)
         at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:161)
         at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:136)
         at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:103)
         at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:89)
         at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
         at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53)
         at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57)
         at com.sun.grizzly.ContextTask.run(ContextTask.java:69)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)
    [17/Jul/2009:08:11:57 MDT] ERROR BridgeManager: [BB3004]: Failed to start bridge stomp: Incompatible Grizzly NIO framework major version in no.version, expected 1
    [17/Jul/2009:08:11:57 MDT] BridgeManager: Stopping bridge stomp
    I tried copying the grizzly.jar from the imq/lib directory into the jmsra directory... but that didn't seem to help.
    Any help would be greatly appreciated.
    -Dave

    Hello,
    Thanks for taking a look ...
    Dave
    ================================================================================
    Open Message Queue 4.4
    Sun Microsystems, Inc.
    Version: 4.4 (Build 11-e)
    Compile: Wed Jul 8 22:37:05 PDT 2009
    Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved. Use is
    subject to license terms.
    ================================================================================
    Java Runtime: 1.6.0_14 Sun Microsystems Inc. C:\Program Files\Java\jdk1.6.0_14\jre
    [17/Jul/2009:09:41:10 MDT] IMQ_HOME=C:\glassfishv3\mq
    [17/Jul/2009:09:41:10 MDT] IMQ_VARHOME=C:\glassfishv3\glassfish\domains\domain1\imq
    [17/Jul/2009:09:41:10 MDT] Windows Vista 6.0 amd64 Dave-PC.wsi.local (2 cpu) Dave
    [17/Jul/2009:09:41:10 MDT] Java Heap Size: max=466048k, current=143424k
    [17/Jul/2009:09:41:10 MDT] Arguments: -port 7676 -name imqbroker -imqhome C:\glassfishv3\mq -varhome C:\glassfishv3\glassfish\domains\domain1\imq -libhome C:\glassfishv3\mq\lib -useRmiRegistry -rmiRegistryPort 8686 -save -silent
    [17/Jul/2009:09:41:10 MDT] Embedded Broker
    [17/Jul/2009:09:41:10 MDT] [B1004]: Starting the portmapper service using tcp [ 7676, 50, <strong>] with min threads 1 and max threads of 1
    [17/Jul/2009:09:41:10 MDT] [B1060]: Loading persistent data...
    [17/Jul/2009:09:41:10 MDT] Using built-in file-based persistent store: C:\glassfishv3\glassfish\domains\domain1\imq\instances\imqbroker\
    [17/Jul/2009:09:41:10 MDT] [B1318]: Initialize bridge service manager
    [17/Jul/2009:09:41:10 MDT] BridgeManager: Loading bridge stomp
    [17/Jul/2009:09:41:10 MDT] BridgeManager: Loaded bridge stomp
    [17/Jul/2009:09:41:10 MDT] [B1041]: Cluster initialization successful.
    [17/Jul/2009:09:41:10 MDT] [B1004]: Starting the cluster_discovery service using tcp [ 0, 100 ] with min threads 1 and max threads of 1
    [17/Jul/2009:09:41:10 MDT] [B1136]: Processing stored transactions
    [17/Jul/2009:09:41:10 MDT] [B1284]: 0 cluster transactions remain in PREPARED state, 0 in COMMITTED state waiting for remote broker completion
    [17/Jul/2009:09:41:10 MDT] Of 0 remote transactions, 0 in PREPARED state, 0 in COMMITTED state
    [17/Jul/2009:09:41:10 MDT] [B1013]: Auto Creation of Queues is enabled
    [17/Jul/2009:09:41:10 MDT] [B1151]: Loading destination mq.sys.dmq [Queue] with 0 messages
    [17/Jul/2009:09:41:10 MDT] [B1152]: Loading of destination mq.sys.dmq [Queue] complete
    [17/Jul/2009:09:41:10 MDT] [B1239]: Using platform MBean server
    [17/Jul/2009:09:41:10 MDT] JESMF classes not present - JESMF support will not be enabled.
    [17/Jul/2009:09:41:10 MDT] JMX Connector Server jmxrmi started successfully with url service:jmx:rmi://Dave-PC/jndi/rmi://Dave-PC.wsi.local:8686/Dave-PC.wsi.local/7676/jmxrmi
    [17/Jul/2009:09:41:10 MDT] [B1004]: Starting the admin service using tcp(host = </strong>, port=0, mode=dedicated) with min threads 4 and max threads of 10
    [17/Jul/2009:09:41:10 MDT] [B1227]: Using file user repository for admin service connection authentication
    [17/Jul/2009:09:41:10 MDT] [B1004]: Starting the jms service using tcp(host = *, port=0, mode=dedicated) with min threads 10 and max threads of 1000
    [17/Jul/2009:09:41:10 MDT] [B1227]: Using file user repository for jms service connection authentication
    [17/Jul/2009:09:41:10 MDT] [B1004]: Starting the jmsdirect service using with min threads 0 and max threads of 0
    [17/Jul/2009:09:41:10 MDT] [B1227]: Using file user repository for jmsdirect service connection authentication
    [17/Jul/2009:09:41:10 MDT] [B1004]: Starting the cluster service using tcp [ 0.0.0.0/0.0.0.0:51658 ] with min threads 1 and max threads of 1
    [17/Jul/2009:09:41:10 MDT] [B1228]: Cluster ping interval is 60 seconds
    [17/Jul/2009:09:41:10 MDT] [B1039]: Broker "[email protected]:7676" ready.
    [17/Jul/2009:09:41:10 MDT] [B1319]: Start bridge service manager
    [17/Jul/2009:09:41:10 MDT] BridgeManager: Starting bridge stomp
    [17/Jul/2009:09:41:10 MDT] BridgeManager: Starting bridge stomp with properties
    imq.bridge.stomp.class=com.sun.messaging.bridge.service.stomp.StompBridge
    imq.bridge.stomp.type=stomp
    imq.bridge.stomp.varhome=C:\glassfishv3\glassfish\domains\domain1\imq\instances\imqbroker\bridges\stomp
    imq.bridge.stomp.libhome=C:\glassfishv3\mq\lib
    BRIDGE_PROP_PREFIX=imq.bridge.stomp
    [17/Jul/2009:09:41:10 MDT] ERROR BridgeManager: Incompatible Grizzly NIO framework major version in no.version, expected 1:
    java.lang.UnsupportedOperationException: Incompatible Grizzly NIO framework major version in no.version, expected 1
    at com.sun.messaging.bridge.service.stomp.StompServer.init(StompServer.java:158)
    at com.sun.messaging.bridge.service.stomp.StompBridge.start(StompBridge.java:86)
    at com.sun.messaging.bridge.BridgeServiceManagerImpl.startBridge(BridgeServiceManagerImpl.java:429)
    at com.sun.messaging.bridge.BridgeServiceManagerImpl.start(BridgeServiceManagerImpl.java:257)
    at com.sun.messaging.jmq.jmsserver.Broker._start(Broker.java:1400)
    at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:410)
    at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:219)
    at com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:346)
    at com.sun.messaging.jms.ra.LifecycleManagedBroker.start(LifecycleManagedBroker.java:334)
    at com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:302)
    at com.sun.enterprise.connectors.jms.system.ActiveJmsResourceAdapter$1.run(ActiveJmsResourceAdapter.java:332)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sun.enterprise.connectors.jms.system.ActiveJmsResourceAdapter.startResourceAdapter(ActiveJmsResourceAdapter.java:326)
    at com.sun.enterprise.connectors.ActiveOutboundResourceAdapter.init(ActiveOutboundResourceAdapter.java:127)
    at com.sun.enterprise.connectors.inbound.ActiveInboundResourceAdapterImpl.init(ActiveInboundResourceAdapterImpl.java:85)
    at com.sun.enterprise.connectors.ActiveRAFactory.instantiateActiveResourceAdapter(ActiveRAFactory.java:131)
    at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:100)
    at com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:213)
    at com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:335)
    at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:333)
    at com.sun.enterprise.connectors.service.ConnectorService.loadDeferredResourceAdapter(ConnectorService.java:220)
    at com.sun.enterprise.connectors.service.ConnectorService.loadResourcesAndItsRar(ConnectorService.java:189)
    at com.sun.enterprise.connectors.service.ConnectorService.checkAndLoadPool(ConnectorService.java:364)
    at com.sun.enterprise.connectors.service.ConnectorConnectionPoolAdminServiceImpl.getManagedConnectionFactory
    .........

  • Project deployment troubles in Glassfish v3 preview

    Hi all!
    I've just started to use enterprise technologies and got trouble with deploying the java ee sample in Glassfish v3 preview server. Please, write what I'm doing wrong. Everything is ok, when I deploy a web application, but an enterprise application deployment fails.
    Here are the logs:
    [#|2009-09-12T11:19:27.718+0500|INFO|glassfish|null|_ThreadID=11;_ThreadName=Thread-1;|The Admin Console is already installed, but not yet loaded.|#]
    [#|2009-09-12T11:19:27.750+0500|INFO|glassfish|javax.enterprise.system.tools.admin.org.glassfish.server|_ThreadID=13;_ThreadName=Thread-1;|Started JMXConnector, JMXService URL = service:jmx:rmi:///jndi/rmi://ni-comp:32878/jmxrmi|#]
    [#|2009-09-12T11:19:27.750+0500|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=11;_ThreadName=Thread-1;org.glassfish.deployment.common [45];|Started bundle org.glassfish.deployment.common [45]|#]
    [#|2009-09-12T11:19:28.703+0500|INFO|glassfish|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=11;_ThreadName=Thread-1;|GlassFish v3  startup time : Felix(2172ms) startup services(2985ms) total(5157ms)|#]
    [#|2009-09-12T11:19:28.718+0500|INFO|glassfish|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=14;_ThreadName=Thread-1;Thread[GlassFish Kernel Main Thread,5,main];|[Thread[GlassFish Kernel Main Thread,5,main]] started|#]
    [#|2009-09-12T11:19:28.734+0500|INFO|glassfish|null|_ThreadID=15;_ThreadName=Thread-1;|felix.fileinstall.poll  (ms)   5000|#]
    [#|2009-09-12T11:19:28.734+0500|INFO|glassfish|null|_ThreadID=15;_ThreadName=Thread-1;|felix.fileinstall.dir            F:\glassfishv3\glassfish\domains\vajvajvaj\autodeploy-bundles|#]
    [#|2009-09-12T11:19:28.734+0500|INFO|glassfish|null|_ThreadID=15;_ThreadName=Thread-1;|felix.fileinstall.debug          1|#]
    [#|2009-09-12T11:19:29.656+0500|INFO|glassfish|null|_ThreadID=15;_ThreadName=Thread-1;|felix.fileinstall.bundles.new.start          true|#]
    [#|2009-09-12T11:19:28.734+0500|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=16;_ThreadName=Thread-1;org.glassfish.admin.monitoring-core [116];|Started bundle org.glassfish.admin.monitoring-core [116]|#]
    [#|2009-09-12T11:19:30.062+0500|INFO|glassfish|null|_ThreadID=17;_ThreadName=Thread-1;|Listening on port 32872|#]
    [#|2009-09-12T11:19:35.718+0500|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=16;_ThreadName=Thread-1;org.glassfish.deployment.admin [42];|Started bundle org.glassfish.deployment.admin [42]|#]
    [#|2009-09-12T11:19:53.625+0500|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=18;_ThreadName=Thread-1;org.glassfish.ejb.gf-ejb-connector [55];|Started bundle org.glassfish.ejb.gf-ejb-connector [55]|#]
    [#|2009-09-12T11:19:53.625+0500|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=18;_ThreadName=Thread-1;org.glassfish.web.gf-web-connector [57];|Started bundle org.glassfish.web.gf-web-connector [57]|#]
    [#|2009-09-12T11:19:53.656+0500|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=18;_ThreadName=Thread-1;org.glassfish.web.beans-integration [149];|Started bundle org.glassfish.web.beans-integration [149]|#]
    [#|2009-09-12T11:19:53.656+0500|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=18;_ThreadName=Thread-1;org.glassfish.security [135];|Started bundle org.glassfish.security [135]|#]
    [#|2009-09-12T11:19:53.656+0500|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=18;_ThreadName=Thread-1;org.glassfish.persistence.jpa-connector [101];|Started bundle org.glassfish.persistence.jpa-connector [101]|#]
    [#|2009-09-12T11:19:53.671+0500|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=18;_ThreadName=Thread-1;org.glassfish.connectors.gf-connectors-connector [54];|Started bundle org.glassfish.connectors.gf-connectors-connector [54]|#]
    [#|2009-09-12T11:19:54.625+0500|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=18;_ThreadName=Thread-1;org.glassfish.scripting.gf-jruby-connector [56];|Started bundle org.glassfish.scripting.gf-jruby-connector [56]|#]
    [#|2009-09-12T11:19:54.640+0500|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=18;_ThreadName=Thread-1;org.glassfish.extras.osgi-container [129];|Started bundle org.glassfish.extras.osgi-container [129]|#]
    [#|2009-09-12T11:19:54.640+0500|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=18;_ThreadName=Thread-1;org.glassfish.extras.grizzly-container [72];|Started bundle org.glassfish.extras.grizzly-container [72]|#]
    [#|2009-09-12T11:19:54.656+0500|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=18;_ThreadName=Thread-1;org.glassfish.web.war-util [142];|Started bundle org.glassfish.web.war-util [142]|#]
    [#|2009-09-12T11:19:54.671+0500|SEVERE|glassfish|javax.enterprise.system.tools.admin.org.glassfish.server|_ThreadID=18;_ThreadName=Thread-1;|Error during deployment : no container associated with application of type : ear
    java.lang.RuntimeException: no container associated with application of type : ear
         at com.sun.enterprise.glassfish.web.WarHandler.handles(WarHandler.java:89)
         at com.sun.enterprise.v3.server.ApplicationLifecycle.getArchiveHandler(ApplicationLifecycle.java:163)
         at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:174)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl$4.execute(CommandRunnerImpl.java:419)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:434)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:521)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:137)
         at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:313)
         at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:180)
         at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:165)
         at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:100)
         at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:208)
         at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:746)
         at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:655)
         at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:905)
         at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:161)
         at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:136)
         at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:103)
         at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:89)
         at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
         at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53)
         at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57)
         at com.sun.grizzly.ContextTask.run(ContextTask.java:69)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)

    Hi all!
    I've just started to use enterprise technologies and got trouble with deploying the java ee sample in Glassfish v3 preview server. Please, write what I'm doing wrong. Everything is ok, when I deploy a web application, but an enterprise application deployment fails.
    Here are the logs:
    [#|2009-09-12T11:19:27.718+0500|INFO|glassfish|null|_ThreadID=11;_ThreadName=Thread-1;|The Admin Console is already installed, but not yet loaded.|#]
    [#|2009-09-12T11:19:27.750+0500|INFO|glassfish|javax.enterprise.system.tools.admin.org.glassfish.server|_ThreadID=13;_ThreadName=Thread-1;|Started JMXConnector, JMXService URL = service:jmx:rmi:///jndi/rmi://ni-comp:32878/jmxrmi|#]
    [#|2009-09-12T11:19:27.750+0500|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=11;_ThreadName=Thread-1;org.glassfish.deployment.common [45];|Started bundle org.glassfish.deployment.common [45]|#]
    [#|2009-09-12T11:19:28.703+0500|INFO|glassfish|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=11;_ThreadName=Thread-1;|GlassFish v3  startup time : Felix(2172ms) startup services(2985ms) total(5157ms)|#]
    [#|2009-09-12T11:19:28.718+0500|INFO|glassfish|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=14;_ThreadName=Thread-1;Thread[GlassFish Kernel Main Thread,5,main];|[Thread[GlassFish Kernel Main Thread,5,main]] started|#]
    [#|2009-09-12T11:19:28.734+0500|INFO|glassfish|null|_ThreadID=15;_ThreadName=Thread-1;|felix.fileinstall.poll  (ms)   5000|#]
    [#|2009-09-12T11:19:28.734+0500|INFO|glassfish|null|_ThreadID=15;_ThreadName=Thread-1;|felix.fileinstall.dir            F:\glassfishv3\glassfish\domains\vajvajvaj\autodeploy-bundles|#]
    [#|2009-09-12T11:19:28.734+0500|INFO|glassfish|null|_ThreadID=15;_ThreadName=Thread-1;|felix.fileinstall.debug          1|#]
    [#|2009-09-12T11:19:29.656+0500|INFO|glassfish|null|_ThreadID=15;_ThreadName=Thread-1;|felix.fileinstall.bundles.new.start          true|#]
    [#|2009-09-12T11:19:28.734+0500|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=16;_ThreadName=Thread-1;org.glassfish.admin.monitoring-core [116];|Started bundle org.glassfish.admin.monitoring-core [116]|#]
    [#|2009-09-12T11:19:30.062+0500|INFO|glassfish|null|_ThreadID=17;_ThreadName=Thread-1;|Listening on port 32872|#]
    [#|2009-09-12T11:19:35.718+0500|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=16;_ThreadName=Thread-1;org.glassfish.deployment.admin [42];|Started bundle org.glassfish.deployment.admin [42]|#]
    [#|2009-09-12T11:19:53.625+0500|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=18;_ThreadName=Thread-1;org.glassfish.ejb.gf-ejb-connector [55];|Started bundle org.glassfish.ejb.gf-ejb-connector [55]|#]
    [#|2009-09-12T11:19:53.625+0500|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=18;_ThreadName=Thread-1;org.glassfish.web.gf-web-connector [57];|Started bundle org.glassfish.web.gf-web-connector [57]|#]
    [#|2009-09-12T11:19:53.656+0500|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=18;_ThreadName=Thread-1;org.glassfish.web.beans-integration [149];|Started bundle org.glassfish.web.beans-integration [149]|#]
    [#|2009-09-12T11:19:53.656+0500|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=18;_ThreadName=Thread-1;org.glassfish.security [135];|Started bundle org.glassfish.security [135]|#]
    [#|2009-09-12T11:19:53.656+0500|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=18;_ThreadName=Thread-1;org.glassfish.persistence.jpa-connector [101];|Started bundle org.glassfish.persistence.jpa-connector [101]|#]
    [#|2009-09-12T11:19:53.671+0500|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=18;_ThreadName=Thread-1;org.glassfish.connectors.gf-connectors-connector [54];|Started bundle org.glassfish.connectors.gf-connectors-connector [54]|#]
    [#|2009-09-12T11:19:54.625+0500|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=18;_ThreadName=Thread-1;org.glassfish.scripting.gf-jruby-connector [56];|Started bundle org.glassfish.scripting.gf-jruby-connector [56]|#]
    [#|2009-09-12T11:19:54.640+0500|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=18;_ThreadName=Thread-1;org.glassfish.extras.osgi-container [129];|Started bundle org.glassfish.extras.osgi-container [129]|#]
    [#|2009-09-12T11:19:54.640+0500|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=18;_ThreadName=Thread-1;org.glassfish.extras.grizzly-container [72];|Started bundle org.glassfish.extras.grizzly-container [72]|#]
    [#|2009-09-12T11:19:54.656+0500|INFO|glassfish|org.jvnet.hk2.osgiadapter|_ThreadID=18;_ThreadName=Thread-1;org.glassfish.web.war-util [142];|Started bundle org.glassfish.web.war-util [142]|#]
    [#|2009-09-12T11:19:54.671+0500|SEVERE|glassfish|javax.enterprise.system.tools.admin.org.glassfish.server|_ThreadID=18;_ThreadName=Thread-1;|Error during deployment : no container associated with application of type : ear
    java.lang.RuntimeException: no container associated with application of type : ear
         at com.sun.enterprise.glassfish.web.WarHandler.handles(WarHandler.java:89)
         at com.sun.enterprise.v3.server.ApplicationLifecycle.getArchiveHandler(ApplicationLifecycle.java:163)
         at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:174)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl$4.execute(CommandRunnerImpl.java:419)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:434)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:521)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:137)
         at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:313)
         at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:180)
         at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:165)
         at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:100)
         at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:208)
         at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:746)
         at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:655)
         at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:905)
         at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:161)
         at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:136)
         at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:103)
         at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:89)
         at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
         at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53)
         at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57)
         at com.sun.grizzly.ContextTask.run(ContextTask.java:69)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)

  • Preview failed because Adobe Muse could not make a connection over HTTP. The most common cause of this is Firewall software which prevents HTTP connections. You may need to change Firewall settings to allow Adobe Muse to make connections.

    Preview failed because Adobe Muse could not make a connection over HTTP. The most common cause of this is Firewall software which prevents HTTP connections. You may need to change Firewall settings to allow Adobe Muse to make connections.
    no firewall at all, in win 8.1, turned it off for all networks
    ftp and publish works just fine

    Hi,
    Please take a look at this post : Re: Adobe Muse - Preview Failed
    Regards,
    Aish

  • Preview Failed error in Muse 2014

    I use windows defender as antivirus and firewall.Muse shows an error preview failed .I have allowed in firewall .Also i have also tried to keep both firewall and windows defender off.But not solving the problem.

    This error generally indicates corruption within the file that's most commonly caused by having the same .muse file open in two separate copies of Muse, either by storing the .muse file on a file server and accessing it from two or more computers or when using folder synchronization solution (i.e. Dropbox).
    Was the file in a synchronized folder? If so, most folder synchronization solutions provide access to prior versions of the file.
    If you don't have a recent prior version to revert to, you can send us the file at [email protected] along with a link to this thread (for context) and we'll investigate whether the corruption can be repaired. If the file is larger than 20Mb you can send it using a service such as Dropbox, Adobe SendNow, WeTransfer, etc. Thanks.

  • Preview Fails in muse

    I am trying to preview my site in a browser (File>Preview Site in Browser) and getting the error message "Preview Fails: Preview failed because Adobe Muse could not make a connection over HTTP." I'm using AVG security. I've already checked AVG security to be sure that Muse has full access through the firewall. I've also tried disabling the firewall completely. Neither solves the problem. I'm running Muse on a 64-bit Windows 8 system. I've also tried rebooting. Any suggestions?
    I've seen a lot of questions like this already. I actually just copied almost everything from an old question because the answer didn't help me out so i am trying again to find a solution.
    thank you in advance

    Hi,
    You can refer this link on how to disable the proxy  settings for Chrome.
    "Resolving proxy" - Chrome Help
    Now in the last step of this tutorial, if you see that some proxy settings are already selected, then you have to SELECT the option that says-"Automatically Detect Settings".
    Also if you have internet explorer installed, Please Disable any proxy in it also in a similar manner.
    Do let me know if this works for you.
    Regards
    Rohit Nair

  • Preview Failed

    "Preview failed because Adobe Muse could not make a connection over HTTP. The most common cause of this is Firewall software which prevents HTTP connections. You may need to change Firewall settings to allow Adobe Muse to make connections."
    Someone please be more specific in helping me solve this major problem.

    I too would like help with this.. disabling my firewall completely didn't help....
    When I preview i get the error and IE tries to open this website:
    http://:33335/Preview/test/master_a-master.html

  • Preview failed because Adobe Muse could not make connection over HTTP.

    Preview failed because Adobe Muse could not make connection over HTTP.
    The most commons cause of this is fire wall software which prevents HTTP connections,
    you mai need to change Fire wall settings to allow Adobe Muse to make connections??
    Fire Wall is not problem!!
    I asked this question a month ago, no one has answered.
    does anyone know how to solve this problem?
    I apologize for the bad English
    thanks in advance

    Mac or Windows? What software do you have installed that may be interfering with an application's ability to open an internet connection (i.e. virus checker, anti-malware utility, firewall, etc.).

  • Adobe Muse - Preview Failed

    I keep getting the 'Preview Failed' error when attempting to preview my site or when using paypal buttons. 
    It recommends changing firewall settings, so I've given it full access and have also tried disabling the firewall entirely without any positive result.
    Please help, it's important I get my site revised immediately.
    Thank you

    You can try the following steps, in order to remove Muse.exe from blocked program,
    Open your Norton product
    2. On the main window click on Quarantine
    3. On the opened list find the file you want to restore
    4. Click on More Details (bottom, right side)
    5. On the new window click on Options (bottom)
    6. Click on Restore file
    7. Check the "do not detect it any more option" during the restore
    8. Close windows
    You can take a look to this article as well,
    http://www.ehow.com/how_8594745_add-exceptions-norton.html
    Hope this helps

  • Illustrator CS5.1 Font Preview fails with OS X Yosemite upgrade

    just upgraded to Yosemite and after updating the Java needed to even open Illustrator and Photoshop CS5.1
    the Font Preview option in the Character window is completely empty (with the exception of the font you have highlighted) effectively rendering the font preview option useless.
    is there a patch in the works?
    or some other way around this?

    FANTASTICO! Ho perso ore e ore per capire cosa fossi successo...invece, era una cosa semplice...Grazie! Agli maici italiani che hanno aggiornato il loro mac a OS 11 e riscontrono problemmi in illustrator cs 5.1, cioè non vedono i fonti, questa tua risposta è un solievo  illustrator CS5.1 Font Preview fails with OS X Yosemite upgrade

  • Portege R705-P35 Web Cam failed to initialize

    My Web camera fails to initialize. 
    (This used to work, but stopped suddenly.)  Every time I start my computer, I get the message, "Web camera initialization failed. Please check your camera device and restart application or computer."
    Portege R705-P35
    64-bit Windows 7 Home Premium
    I don't see the web camera listed in my Device Manager, either.
    Any suggestions as to how I can fix this is greatly appreciated.  I do have my Recovery disks, but I don't know how to reinstall my web cam from them.

    Reinstall the Toshiba Web Camera Application found HERE.
    C.B.
    C.B.
    Toshiba Sat. C75D-B7260 Win 8.1 64 Bit--Toshiba Sat. L775D-S7132 Win 7 HP SP1 64 Bit and Win 10 PRO Technical Preview--Toshiba Sat. L305-S5921 Win Vista SP2 32 Bit

  • Configuration system failed to initialize

    Getting error when I try to install an excel addin that I have published.
    Error message is  "Configuration system failed to initialize". The popup window has the title "visual studio tools for office solution installer"
    To publish the addin I  use the publish option on the build menu of VS2013.
    Specify the location to publish this application:  F:\publish   where F: is a USB drive.
    What is the default installation path on end user computers:  From a CD-ROM or DVD-ROM
    Then I take the USB drive to another PC, double click on setup.exe in the USB drive and get the "configuration system failed to initialize" error.  I copy the entire publish directory to the C: drive of the target system and get the same error.
    What am I doing wrong? 
    thanks,

    Hi Steve,
    >>Error message is  "Configuration system failed to initialize". The popup window has the title "visual studio tools for office solution installer"
    For this issue, I would recommend you try to uninstall/reinstall the VSTO runtime. The link below might be useful to you:
    #Customization could not be loaded because the application domain could not be created.
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/d8204b2f-d5c7-42b3-b339-d2d37d43652d/customization-could-not-be-loaded-because-the-application-domain-could-not-be-created?forum=vsto
    If the method above do not work, I will recommend you install the excel add-in in the developing machine with the USB to check whether it could work correctly.  If it could not install correctly, I assume that there might be something wrong when you
    publish, and could you share us the steps you published? If it works correctly, I assume that it caused by the environment of another pc, it would be helpful if you could share us the screen shoot about details error message.
    Best Regards,
    Edward
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

  • The error "configuration system failed to initialize" occurred

    Hi
    When I converted and built the solution file that was developed by Visual Studio .net 2003 using Visual Studio 2005, the application program was abnormal-ended at the following step:
    m_TCPChannel = New System.Runtime.Remoting.Channels.Tcp.TcpChannel(tcp_properties, Nothing, Nothing)
    The error message was "configration system failed to initialize".  The Exception.ToString said that the root <configuration> tag was not included in the configuration file. Therefore, I changed <configopt> tag to <configuration>
    tag in the app.config file of the target project, and then executed again. Next time, the application program was abnormal-ended by the unrecognized section <xs:schema>. Therefore, I changed the app.config file to the simple one (only <configuration>
    and </configuration> tags), and then executed again. The error didn't occur. I guess that it's caused by configuration settings. Please advise.
    app.config file:
    <?xml version="1.0" standalone="yes"?>
    <configopt>
    <xs:schema id="configopt" xmlns="" xmlns:xs="URLリンク" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
    <xs:element name="configopt" msdata:IsDataSet="true" msdata:Locale="en-AU">
    <xs:complexType>
    <xs:choice maxOccurs="unbounded">
    <xs:element name="Environment">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="Name" type="xs:string" minOccurs="0" />
    <xs:element name="System" type="xs:string" minOccurs="0" />
    <xs:element name="DataLibrary" type="xs:string" minOccurs="0" />
    <xs:element name="Default" type="xs:boolean" minOccurs="0" />
    <xs:element name="UserId" type="xs:string" minOccurs="0" />
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:choice>
    </xs:complexType>
    </xs:element>
    </xs:schema>
    <Environment>
    <Name>Test</Name>
    <System>XXXX.COM</System>
    <DataLibrary>XXXTEST</DataLibrary>
    <Default>false</Default>
    <UserId></UserId>
    </Environment>
    <Environment>
    <Name>Production</Name>
    <System>XXXXX.COM</System>
    <DataLibrary>XXXPROD</DataLibrary>
    <Default>true</Default>
    <UserId />
    </Environment>
    </configopt>

    Hi,
    Thank you for your post.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses the usage of Visual Studio IDE such as
    WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Since your issue occurred on the converted project from VS .net 2003 to VS2005, and VS2005 is out of
    our mainstream support , I suggest that you should consult on some development forums to check whether they will to provide some suggestions or
    submit a support ticket to below site,
    https://support.microsoft.com/oas/default.aspx?Gprid=1117&st=1&wfxredirect=1&sd=gn&wfxredirect=1
    Thank you for your understanding.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • "Configuration system failed to initialize" when trying to connect FM12 to Sharepoint

    Adding a connection to Sharepoint using the FM12 CMS Connection Manager is failing with the error "Configuration system failed to initialize".  I can access all the sites and libraries in Sharepoint perfectly from IE on the same PC, but no matter what I try in the FM12 Connection Manager I get the above mentioned error.  The PC (which is actually a VM) is running Windows Server  2008 R2 (x64 with heaps of RAM and HDD free) with all updates applied.  FM12 is installed as part of Technical Comms Suite 5 subscription.
    Does anyone have any ideas what may be causing this (or what it even means) and how I can fix it?

    Hi Steve,
    >>Error message is  "Configuration system failed to initialize". The popup window has the title "visual studio tools for office solution installer"
    For this issue, I would recommend you try to uninstall/reinstall the VSTO runtime. The link below might be useful to you:
    #Customization could not be loaded because the application domain could not be created.
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/d8204b2f-d5c7-42b3-b339-d2d37d43652d/customization-could-not-be-loaded-because-the-application-domain-could-not-be-created?forum=vsto
    If the method above do not work, I will recommend you install the excel add-in in the developing machine with the USB to check whether it could work correctly.  If it could not install correctly, I assume that there might be something wrong when you
    publish, and could you share us the steps you published? If it works correctly, I assume that it caused by the environment of another pc, it would be helpful if you could share us the screen shoot about details error message.
    Best Regards,
    Edward
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

  • I am unable to get same preview image colors in Bridge and Lightroom

    I am unable to get same file preview in Bridge and Lightroom. The Lightroom preview image (in both the Library and Develop) is more de-saturated. But the exported/saved jpegs match. If I try to match the Lightroom preview image to the Bridge preview image, the resulting Lightroom  export colors are off. I have tried this with images with no changes and with changes and the result is the same. I have Lightroom 5.6 and CR 8.6. I am using the latest version of Bridge.
    I contacted Adobe support and followed all instructions to try to fix but the problem remains. This comment was made after several solutions were tried, including updating Lightroom. :
    Adobe: there would be little difference in case of preview of Bridge CC and Lightroom 5. However, after exporting it would be same. Both use different technology at the background and work in a different way. The preview which you see in lightroom is not the actual image but incase of Bridge you see the actual image ( original ). That's the reason there is a color variation between previews.
    Me: But how can I then use the Lightroom preview to get accurate colors when processing a RAW file? If I do adjustments to the RAW file in Lightroom it looks different when exported. That doesn't seem to make sense when Lightroom is designed for photograhy
    Adobe: Please check in develop module of lightroom.
    Me: Nothing changes in the develop mode. The image looks the same as in the preview/Library mode.
    This screenshot shows the unmodified images in Develop (Lightroom) and ACR (Bridge). The color differences are significant.
    Lightroom exported jpeg file, unmodified from preview image in Develop (which looks like Bridge preview image not the Lightroom preview)
    Bridge saved jpeg file, unmodified from preview image in ACR
    Any suggestions on what I need to do to Lightroom to make it show accurate colors. If not, I don't see any point in using it to process files.
    Thanks, Marie

    Bridge is just a browser. It displays according to the embedded color profile but assumes sRGB for all untagged images.
    In Lightroom library previews use Adobe RGB and in Develop the working space is Pro Photo RGB.
    The real question is why use both Bridge and Lightroom. Stick to one, not both.

Maybe you are looking for

  • FCP X not reading camera archives (Unsupported Media, Invalid Directory)

    I shot a documentary in May of 2012 and imported the media everytime a card would fill up or at the end of the shoot day. I also created a Camera Archive for each card (we shot Sony PMW-F3 and PMW-EX1). A few clips have gone missing and when I plug i

  • HT5569 how to set a prefered Wireless LAN list on iphone

    I wan to set a list to tell WI-FI joing this network (XA) firstly if not available join (XB) and so on. Is there any feature like this on the iphone, i am using iphone 5 with IOS 7

  • Problem in reports from accessing data through Cube

    Hi, Experts we have Product structure cube.In that product structure is one of the dimension and its has vast hierarchies under it,in which most of them are tagged as shared memebrs.The time is also one dimension,in which under it year,half year,qtr,

  • Can't boot back to OS X

    Hey there, I recently installed windows 7 (32 bit) as I needed a windows build for a class I am in. I am using a 13" Macbook Pro, Core 2 Duo, early 2010 model. Unfortunately, I am unable to boot back to OS X. I have tried putting the OS X utility dis

  • My order is still pending, and I can only download trial versions. Help?

    Ordered 4 days ago, and is still showing as pending. I have not received any serial number for this license. Can only download trial versions of apps. Help!