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
.........

Similar Messages

  • Please help me my apple id its not working what do i do?

    please help me my apple id is not working what do i do

    If you desire speedy resolution it helps to be more specific with error messages etc. when asking a question here.
    iTunes Customer Service Contact - http://www.apple.com/support/itunes/contact.html > Get iTunes support via Express Lane > iTunes > iTunes Store

  • TS1559 hi can anyone help my iphone 4s wifi is not working it is grayed out or dim but the is a wifi address on the about  menu.

    hi can anyone help my iphone 4s wifi is not working it is grayed out or dim but the is a wifi address on the about  menu.

    hello Masonti
    I  am not computer expert it happen to me. I think it is not working for a  touch on/ off so you have to push using your finger and  hold and open  to the right (like when you open a door). That worked for me I call it  mannual opening. I did not get any help so I figured out the hard  way.Let me know but I am for sure
    yeee haa

  • Live Preview Highlight is not working.

    I recently downloaded Edge Code to a new work computer and the Live Preview Highlight is not working.
    I have Edge Code installed on a personal computer, and it works great. The version I am using was downloaded about 6 months ago so I am not sure if they changed something with the most recent version. When I highlight a section within the html i.e. a table or row, it would highlight those same sections in the preview. However, this is not the case on my new computer.
    Anybody know whats up? Is it setting on Chrome that I need to change or is there some update that I am not aware of.

    I guess I assumed that you had Chrome setup to auto-update (like I have it). The only way Live Preview will work in a previous version of Edge Code is with an older version of Chrome.
    But there are other reason why Live Preview may not work in latest version of Edge Code. Take a look at Live Preview section of Troubleshooting Guide.
    Randy

  • Help! My Mouse pad is not working properly. The arrow cannot be controlled, it just keeps jumping all over the page. How can I stop this?

    Help! My Mouse pad is not working properly. The arrow cannot be controlled, it just keeps jumping all over the page. How can I stop this?

    There are several possible causes for this issue. Please take each of the following steps that you haven't already tried until it's resolved. Some may not apply in your case.
    1. Follow the instructions in this support article, and also this one, if applicable. A damaged or defective AC adapter could be the cause, even if it's the right kind.
    2. Press down all four corners of the trackpad at once and release. If there's any effect, it's likely to be temporary, and in that case the unit must be serviced or replaced.
    3. Open the Bluetooth preference pane in System Preferences and delete all pointing devices other than the trackpad, if applicable. Disconnect any USB pointing devices. By a "pointing device," I mean a peripheral that moves the cursor, such as a trackpad, mouse, trackball, or graphics tablet. A plain keyboard is not a pointing device.
    4. Start up in safe mode and test, preferably without launching any third-party applications. If you don't have the problem in safe mode, but it comes back when you restart as usual, stop here and post your results. Do the same if you can't start in safe mode. If there was no difference in safe mode, go on to the next step.
    5. Reset the System Management Controller.
    6. If you're using a Bluetooth trackpad, investigate potential sources of interference, including USB 3 devices.
    7. A swollen battery in a portable computer can impinge on the trackpad from below and cause erratic behavior. If you have trouble clicking the trackpad, this is likely the reason. The battery must be replaced without delay.
    8. There's a report that a (possibly defective) Thunderbolt Ethernet adapter can cause the built-in trackpad of a MacBook to  behave erratically. If you're using such an adapter, disconnect it and test.
    9. There's also a report of erratic cursor movements caused by an external display that was connected but not turned on.
    10. If none of the above applies, or if you have another reason to think that your computer is being remotely controlled, remove it from the network by turning off Wi-Fi (or your Wi-Fi access point), disconnecting from a Bluetooth network link, and unplugging the Ethernet cable or USB modem, whichever is applicable. If the cursor movements stop at once, you should suspect an intrusion.
    11. Make a "Genius" appointment at an Apple Store to have the machine and/or external trackpad tested.

  • Please can somebody help me? My imessage does not work, I try to activate it but it says an error ocurred during activation. try again  :(

    Please can somebody help me? My imessage does not work, I try to activate it but it says an error ocurred during activation. try again 

    Its possible that the server can be down now. Have you ever used it before?  If you want, try resseting the phone by just holding the sleep/wake key and the home button together for 10 seconds.  Then wait 5 seconds when it turns off and press the sleep/wake button to turn it back on.  Then try it again.  Let me know what the results are.

  • How do I print in B&W now that I have lion? The whole "open in preview" method is not working. Thanks

    Subject says it all.....The whole "open in preview" method is not working. Any ideas or solutions would be appreciated. Thanks

    What kind of printer do you have? Have you looked at their PDEs to see if there are any settings for color/b&w?
    How is the "open in Preview" not working? Please provide some details.

  • HT1766 I backed up to my PC and attempted restore but I keep getting an error message that "iTunes could not restore the iPhone because not enough free space is available." I have a 32GB iPhone; only 13GB used!!!  HELP!  iCloud backup/restore did not work

    I backed up to my PC and attempted restore but I keep getting an error message that "iTunes could not restore the iPhone because not enough free space is available." I have a 32GB iPhone; only 13GB used!!!  HELP!  iCloud backup/restore did not work either! How can I resolve this problem to restore from back up.

    If you're not a developer then you really should not have upgraded.
    I'm unsure how you can fix this as you have already done a back-up on iOS 7 and apple don't support firmware downgrades.

  • HELP!!!! CMSS not working

    When turn on stereo expand ,it doesn't upmix!!i get the normal sound with less dialouge.Please helpppp!!!!

    Re: HELP!!!! CMSS not working!!!8 This is a necro, but:
    The CMSS-3D Stereo Expand mode is rather subtle. It should be used when you have 2.0 source, but surround speaker system, like 5..
    Most of the time it does not do much: on regular music it just gives slightly wider stereo picture, with very slight backstage sounds, but hardly any.
    Sometimes the Stereo Expand then kicks in, and can create wonderful 3D sound from 2.0 source. Lately I have been noticing excellent surround sound from regular television 2.0 stereo sound! For some reason CMSS-3D Stereo Expand can really separate "background" sounds and move them to the surround speakers. And it does indeed create the center speaker effect from (tight middle) stereo effects.
    But you need to listen to hear this.
    Of course you need to have the settings proper: have the actual speaker system matching your output devices, and then have CMSS on and the source needs to be 2.0.
    CMSS-3D Headphones is quite another mode, and I will not go into it here. I do not have good enough information about it when listening to 2.0 source.
    For 5. source the CMSS-3D Headphones works admirably. However the Bass Redirect or possible bass boost is extracted from all the (virtual) spekares, which have just received the new signal from the "upmix algorithm": if you have any bass enhancements, you may need to drop them for CMSS-3D Headphones.
    Notice: having "synchronize with windows spekers" is best to be on, so you don't have 2.0->5.(Windows)->5.(virtual)->Headphones transition, this may muffle the sound a lot, and add too much bass boost. It's best to have 2.0 Headphones mode direct on the sound device, and let it extract the 5. signal from the surround sources and do it's magic for 2.0 mapping. This way you avoid extra Bass Redirect as well.

  • Hi I need ur help actually my iPhone 5 is not working properly I been to apple store they said u have to booked online for repair but I couldn't find where to register plz help out thx ali

    Hi I need ur help actually my iPhone 5 is not working properly I been to apple store they said u have to booked online for repair but I couldn't find where to register plz help out thx ali

    Dollersheikh wrote:
    ... I been to apple store ...
    Go to that Apple Retail Stores website and click on Make a Reservation...
    Here's an example...
    http://www.apple.com/retail/crossgates/
    Store List here  >  http://www.apple.com/retail/storelist/

  • I have worked many hours on an iphoto book and I am up to page 29.  I cannot add any more pages and I need to!  Please help!!  "Add page" is not working!!!

    I have worked many hours on an iphoto book and I am up to page 29.  I cannot add any more pages past that and I need to!  Please help!!  "Add page" is not working!!!

    Fixed it thanks to similar questions and answers to them.  Thanks all!

  • Preview Outlook2013 does not work on RDS2012R2 terminal server

    Hi.
    I am IT manager for a new RDS 2012R2 environmnet with 2 terminal servers running MS Office Professsional Plus 2013 SP1 Norwegian.
    The main problem :
    Previewing of word/excel/powerpoint file attachments in  Outlook2013 does not work on these 2 RDS2012R2 terminal servers.
    The excel error is telling me the following message:
    "Cannot preview this  file because an error occured in the following preview program: Previewing in Microsoft Excel"
    Previewing is OK functioning with file explorer but not with Outlook2013  consistently.
    I have updated both 2 RDS 2012R2 TS servers with the newest Windows Updates for Office 2013 and OS as well.
    I tried several times to rin repair of the Office Pro Plus 2013 installation with reboots with no positiv soultion to this preview problem.
    I searched the Internet/Google for hours without any luck anf here is some of the URS I have tried so far:
    http://answers.microsoft.com/en-us/office/forum/office_2013_release-outlook/outlook-2013-cant-preview-word-excel-files/18c6b2da-17a0-4079-8694-d7aa0f7dfaee
    http://answers.microsoft.com/en-us/office/forum/excel/outlook-2013-excel-attachment-error-microsoft/af38d448-0fa0-4b0b-a42b-60a1c58746e5
    http://answers.microsoft.com/en-us/office/forum/outlook/please-help-this-file-cannot-be-previewed-because/ca25f299-d216-4e23-a99b-f0595552063d
    Outlook 2013 excel attachment error: microsoft excel cannot open or save any more documents because there is not enough
    available memory or disk space
    http://superuser.com/questions/762773/this-file-cant-be-previewed-because-of-an-error-in-the-microsoft-word-previewe
    http://superuser.com/questions/554327/outlook-2013-email-attachment-previewer-sometimes-stops-working
    http://community.spiceworks.com/topic/386255-office-2013-word-excel-unable-to-preview-files
    This is a major problem and I am very  thankful for
    a 100% accurate answer and solution
    to this preview headache..  :-)
    Regards
    [email protected]
    mvh Kenneth Knudsen MCSE 2003 HP ASE

    Hi,
    Thank you for posting in Windows Server Forum.
    Might possible that DCOM permission got changed and to verify that you can check following steps.
    Go to start, then run. Type dcomcnfg and push o.k. Component Services should come up.
    Expand Component Services, click on Computers, then "Right click" on My Computer and go to "properties".
    Click on Default Properties tab, and make sure the following is set:
    Default Authentication Level: Should say Connect, not "None"
    And Default Impersonation Level: SHould say Identify.
    When those are set properly, hit ok and turn on your protected mode back on your Office applications.
    In addition to this, please check whether you find any information from event log for this case. Also try to add Builtin users to grant read, write and execute persmission.
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • Help! InDesign interactive PDF buttons not working in Safari or on iPad

    I made an infographic in Indesign for our university magazine with a QR code to link to an interactive pdf. Nothing too complicated animation wise, simply buttons that you can click on to view different parts of the graphic. However, the buttons are not working at all in Safari and on the iPhone and iPad, the buttons disapear completley. Please help.
    http://bit.ly/yrTN4R?r=qr
    Thanks,
    Gretchen

    Whether buttons work correctly in a PDF file depend entirely on what PDF reader you're using. Here are a couple of important facts:
    * While corrected created interactive PDFs will display correctly in the FREE Adobe Reader and Adobe Acrobat, they probably won't display correctly in Apple's Preview application which is probably what you're viewing in Safari.
    * None of the PDF readers currently available on an iPad (e.g., iBooks, GoodReader, etc.) correctly handle interactivity like buttons on an iPad.

  • Dreamweaver CC: Preview in Browser Not Working

    I am new to Dreamweaver CC, but I've used other versions of Dreamweaver extensively.
    Since I've installed CC, by Preview in Browser has not worked. When I click it, and choose my browser (this issue occurs with ANY browser I choose), it opens my chosen browser and then tells me the page cannot be found. I know the issue is where DW is pointing my browser. For example, if i'm working in my contact.php file in DW and tell it to preview in broswer, the address that shows up in my search bar is "contact.php/"
    Now obviously, that won't point my browser to any usable address. So how do I fix the issue? I've tried looking through all kinds of settings but have found nothing.
    Someone please help me!

    You realize you must have a local testing server installed and defined in your Site settings in order to preview PHP pages, right?
    Which Local Testing Server are you  using?
    Is it running?
    Do you have it pointing to your localhost?  See screenshots:
    Servers: Basic Tab
    Servers: Advanced tab
    Final Screen:
    Nancy O.

  • Search in saved preview .pdf files not working any more

    When I download a .pdf file from the internet and open it in preview, the search command works ok. When this same file is saved to disk and opened again, search is not working any more. Is this a bug, or my fault. Regards Rolf

    Hi,
    I hope this helps...
    A while back we have more than one browser running on our PC (IE, Firefox, Chrome) and we messed by how Acrobat views documents over the web.
    I think that this has some relevance here, as around this time LC also started falling over previewing forms.
    Now if we open LC and Acrobat is not running, the "Preview PDF" is not present or accessible. So now we fire up Acrobat before we open a form in LC Designer and the preview tab is there and functioning.
    Not much of a workaround; but I am hoping that someone will have a better one!!!
    Good luck,
    Niall

Maybe you are looking for