Skip to content

XAware Community - Sponsored by Sparxent

You are here: Home arrow Forums
XAware Community Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottom Post Reply Favoured: 0
TOPIC: Re:S1326 New Installer
#1890
tferguson (User)
XAware expert
Posts: 493
User Offline Click here to see the profile of this user
Re:S1326 New Installer 2 Years, 2 Months ago Karma: 6  
Cool, thanks for the info.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1891
tferguson (User)
XAware expert
Posts: 493
User Offline Click here to see the profile of this user
Re:S1326 New Installer 2 Years, 2 Months ago Karma: 6  
That link that opens up the registration page will be changing to something else put together by Darin and Melissa. For now it is just a place holder until I get the real URL.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1892
tferguson (User)
XAware expert
Posts: 493
User Offline Click here to see the profile of this user
Re:S1326 New Installer 2 Years, 2 Months ago Karma: 6  
A change that was talked about today with Bill was to show a "New User/Getting started with Designer" URL in the browser the first time a user starts up Designer. This would be done instead of the dialog asking if we can do the ping back and asking if they want to register. Let's discuss if anyone has any problems with this or questions.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1894
ravindrach (User)
XAware user
Posts: 100
User Offline Click here to see the profile of this user
Re:S1326 New Installer 2 Years, 2 Months ago Karma: 1  
Hi Tim,

Below are some of observations on latest build 5.1.0.366:

1. In latest builds, JRE folder is missing. Due to this Designer is not opening after successful installation. If i copy old build JRE folder in to current installation folder, Designer is opening successfully.

2. I have downloaded latest XAware build in my system and extracted all files. I have clicked on exe file and dialog is displayed saying we need jre1.5 with Download and locate buttons.

On clicking Download button, following error message is displayed:

Error downloading the Java(TM) Runtime Environment.
Please check your internet connection and start setup again.
Log: C:\Documents and Settings\ravindra\Local Settings\Temp\i4j_nlog_2

And also above said log file does not exists in the specified path.
Note: Same issue if higher version of JRE 1.5 is installed.

3. To overcome the above issue i have downloaded
jdk-1_5_0_15-windows-i586-p.exe and installed required JRE.
And installed XA-Designer All-in- one installation along with Jboss successfully.


When i opened the designer form startup, following error is displayed:

" A Java Runtime Environment (JRE) or Java Development Kit (JDK)
must be available in order to run XA-Designer. No Java virtual machine
was found after searching the following locations:
..\jre\bin\javaw.exe"

Then i set JAVA_HOME with current Jdk150 path , still same issue.

Now i opened the XA-Designer.in file and set the
vm ..\jre\bin\javaw.exe path with current JRE installation path, xa-designer opened successfully.

I think if we are not shipping JRE with build, it would be good if we remove
vm ..\jre\bin\javaw.exe line in XA-designer. in file.
So that users can set Java_Home path

4. I have already logged into xaware forum, while installation Xaware forum page is displayed with the following message:

" You are not authorized to view this resource.
Certain pages such as Registration are only viewable by Community Members which are not already logged"

I think it will be good if we replace "which" with "who" in the message.

Thanks,
Ravindra.Ch
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1897
jpeters (User)
XAware superuser
Posts: 280
User Offline Click here to see the profile of this user
Re:S1326 New Installer 2 Years, 2 Months ago Karma: 8  
Hi Virginia,

The dynamic help is working with the new installer. I did notice that the resources folder is not in the new installer. This ia causing the following severe log message:

org.Eclipse.swt.SWTException: Widget is disposed
at org.eclipse.swt.SWT.error(SWT.java:3374)
at org.eclipse.swt.SWT.error(SWT.java:3297)
at org.eclipse.swt.SWT.error(SWT.java:3268)
at org.eclipse.swt.widgets.Widget.error(Widget.java:435)
at org.eclipse.swt.widgets.Widget.getDisplay(Widget.java:545)
at org.eclipse.ui.actions.CopyFilesAndFoldersOperation.displayError(CopyFilesAndFoldersOperation.java:941)
at org.eclipse.ui.actions.CopyFilesAndFoldersOperation.display(CopyFilesAndFoldersOperation.java:631)
at org.eclipse.ui.actions.CopyFilesAndFoldersOperation.copyFileStores(CopyFilesAndFoldersOperation.java:843)
at org.eclipse.ui.actions.CopyFilesAndFoldersOperation.copyFiles(CopyFilesAndFoldersOperation.java:736)
at org.xaware.help.common.ExampleProjectUtil.copyExampleResources(Unknown Source)
at org.xaware.help.common.ExampleProjectUtil.copyExampleResources(Unknown Source)
at org.xaware.help.common.ExampleProjectUtil.copyExample(Unknown Source)
at org.xaware.help.common.ExampleProjectUtil.createExampleProject(Unknown Source)
at org.xaware.help.examples.wizard.ExampleProjectCreationWizard.performFinish(Unknown Source)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:680)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:355)
at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:660)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
at org.eclipse.jface.window.Window.open(Window.java:796)
at org.eclipse.ui.actions.NewExampleAction.run(NewExampleAction.java:122)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:499)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1930)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:422)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1898
jpeters (User)
XAware superuser
Posts: 280
User Offline Click here to see the profile of this user
Re:S1326 New Installer 2 Years, 2 Months ago Karma: 8  
Hi Tim,

Below are a couple of noted issues with TOMCAT.

1. Executing start-tomcat.cmd does not start the server. I used startup.bat.
2. I believe $XAWARE_HOME$ should be %XAWARE_HOME% in catalina.bat
3. When selecting the TOMCAT all-in-one, the JDK is not installed
4. Executing HotDeploy.bat returns the following error:
The system cannot find the path specified.
Exception in thread "main" java.lang.NoClassDefFoundError: org/xaware/ide/xadev/tools/gui/packagetool/DeployXar

Jeff
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop

Community Login

Get the Flash Player to see this player.
Flash Image Rotator Module by Joomlashack.
Commercial
Free Training
QuickStart Packages
Image 4 Title
Image 5 Title

Visit XAware.com