OK, a couple of things to try. First, there is an issue in Eclipse with Win 7 and JDK 1.6.0_21 (basically, when Oracle re-branded the JDK, it broke Eclipse). See http://wiki.eclipse.org/FAQ_How_do_I_run_Eclipse%3F, where the suggested fix is "to download and re-install version 1.6.0_21-b07 or higher from http://www.java.com" or to revert to JDK 1.6.0_20.
We've only noted this problem on Windows 7 installations. Before that you may want to make sure the right version of Composer is being executed. I.e. we see this error sometimes when someone is running the x32 download of Composer on a x64 machine. -- Scott On Oct 5, 2:49 pm, "Smith, Tim" <[email protected]> wrote: > Oops! Sorry about that! > > java.version=1.6.0_21 > java.vendor=Sun Microsystems Inc. > BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US > Command-line arguments: -os win32 -ws win32 -arch x86_64 > > java.lang.NullPointerException > at > org.topbraidlive.server.session.AbstractTBLSession.getModel(AbstractTBLSession.java:79) > at > org.topbraidlive.server.handlers.impl.StartApplicationSessionHandler.outputSession(StartApplicationSessionHandler.java:166) > at > org.topbraidlive.server.handlers.impl.StartApplicationSessionHandler.handle(StartApplicationSessionHandler.java:157) > at > org.topbraidlive.server.handlers.AbstractSessionlessDOMHandler.computeResponse(AbstractSessionlessDOMHandler.java:24) > at > org.topbraidlive.server.handlers.AbstractSessionlessDOMHandler.computeResponse(AbstractSessionlessDOMHandler.java:1) > at > org.topbraidlive.server.servlet.AbstractRequestDelegate.handleRequest(AbstractRequestDelegate.java:40) > at > org.topbraidlive.server.servlet.AbstractRequestDelegate.runActionHandler(AbstractRequestDelegate.java:91) > at org.topbraidlive.server.servlet.RequestWorker.call(RequestWorker.java:57) > at org.topbraidlive.server.servlet.RequestWorker.call(RequestWorker.java:1) > at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) > at java.util.concurrent.FutureTask.run(Unknown Source) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) > > > -----Original Message----- > > From: [email protected] [mailto:topbraid- > > [email protected]] On Behalf Of Scott Henninger > > Sent: Tuesday, October 05, 2010 3:33 PM > > To: TopBraid Suite Users > > Subject: [topbraid-users] Re: TBE Error Loading any Graph using TBC > > 3.3.2 -64bit on Win 7. > > > Tim; The log wasn't included - probably forgot the attachment. To the > > question of using Ensemble on Win 7 x64, we have lots of users with > > this configuration, including TQ personnel, so we can verify it works > > in general. The error log will be useful to figure out what the next > > step is to get it working on your system. > > > -- Scott > > > On Oct 5, 1:03 pm, "Smith, Tim" <[email protected]> wrote: > > > Hi all, > > > > I recently moved to Windows 7 64 bit so I'm migrating/updating all of > > my apps. > > > > I installed the latest version of TBC-ME 64 bit with a 64-bit JVM. > > TBC runs fine. > > > > When I run Firefox and connect to localhost, I can select an > > application and a graph. The graph appears to load and a session is > > created in TBC. However, before anything displays, I receive the > > following in TBE: > > > > "We cannon process your request because an internal error has > > occurred. Please contact your administrator" > > > > TBC displays: "An unexpected error has occurred" Reason: > > Throwable. Message: null > > > > The stack trace from the Error view is below. Note that this happens > > for any graph. I tested with the Kennedys and several of my own. > > > > I'm thinking this is likely a conflict between a 32 bit something > > (Flash perhaps?) and the 64 bit TBC/JVM but I don't know how to narrow > > it down. > > > > Is anyone running TBC-ME 3.3.2 on Win 7/64 and using TBE as well? If > > so, could you tell me your configuration including browser info? > > > > Thanks, > > > > Tim > > > -- > > You received this message because you are subscribed to the Google > > Group "TopBraid Suite Users", the topics of which include TopBraid > > Composer, > > TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN. > > To post to this group, send email to > > [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/topbraid-users?hl=en -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include TopBraid Composer, TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/topbraid-users?hl=en
