Windows Platform

Follow this path for support on development in a Windows environment

Can't change deployment location in NetBeans

I upgraded my environment, including a new version of NetBeans. I can't change the deployment location of the project. When I look in the GlassFish directories, I don't see the web tier anywhere.

Checking user cache

Tried deleting all my user's .netbeans directory and deleted old cache files.

Check NetBeans Config for GlassFish

Had to change a NetBeans configuration setting for the GlassFish server. On the server's properties, an option for Directory Deployment Enabled was checked. Unchecked that option, cleared old cache, and the deployment now works.

Upgrading env with fresh db

I tried starting my upgraded dev env with a fresh db, but the site deployed with errors. I ran referenceData.sql, but it looks like my db was not complete.

Update scripts not needed--something else is wrong

When starting an upgraded env from scartch, you don't need to run the update SQL scripts. Everything you need is in the build when you update, or is in the reference data script itself.

Fixed-PostgreSQL superuser account was the problem

Somehow my postgres superuser was corupted. I reset the password and now everything works as expected.