Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
AppFuseSupport




JSPWiki v2.2.33

[RSS]


Hide Menu

AppFuseEnvironmentIssues


Difference between version 23 and version 7:

At line 3 added 6 lines.
* MySQL 4.0.20 standard distribution for redhat 8.0 linux x86 (maybe other linux impl's too) has a problem whereby the permissions granted are granted for user 'test@localhost' which causes the 'ant setup' target in the generated app to fail because it tries unsuccessfully to access mysql as 'test@hostname'.
** Resolution: In the generated app directory cd to MYAPPNAME/metadata/sql and modify mysql-create.sql by copying the line that reads 'grant all privileges on qts.* to test@localhost identified by "test";' and adding a new line that adds the same privileges to 'test@hostname' where 'hostname' is the hostname of the box runnihng MySQL. The resulting 2 lines should look like this when done: \\
%%(margin-left: 60px)
{{{ grant all privileges on qts.* to test@localhost identified by "test";
grant all privileges on qts.* to test@<hostname> identified by "test";
}}} %%
At line 43 added 4 lines.
* Appfuse 1.6 (springmvc) on Debian using PostgreSQL fails tests because the application can create and delete tables and records, but quietly fails to retrieve records. Currently unresolved. This is extremely baffling behavior since there's clearly a database connection established and no access restrictions but only some operations are succeeding.
* Ant in Windows XP (and most likely other Windows versions) looks in your Windows home directory when searching for a file relative to {{~/}}. This means if you have set up environment specific {{build.properties}} files (either {{~/.{appname}-build.properties}} or {{~/.build.properties}}) they should not go in {{%HOME%\}}, but rather {{{%HOMEDRIVE%%HOMEPATH%\}}}.

Back to AppFuseEnvironmentIssues, or to the Page History.