Ozzie.eu

Love to code, although it bugs me.

Netbeans and Glassfish Error: CLI130 Could not create domain

No comments
Having Netbeans 6.8 installed, with Glassfish V3 on a laptop running Windows 7, I had the following error upon starting the IDE:

CLI130 Could not create domain

Apparently, the J2EE development server domain could not be created. I opened a command prompt, navigated   to the Glassfish installation folder and executed the "asaadmin create-domain" to create a new domain. Still no luck! A lack of privileges prevented the new domain folder creation.

Next, I repeated the same step, but opened the prompt with the "Run as administrator" option. The domain creation went smoothly and after starting the IDE, the same error appeared because it would always try to start the default domain.

I carried on, manually starting my domain with the "asadmin start-domain" command and connecting to the server as if it was a remote server. But I was not pleased with the solution.

So, I tried to start the IDE with "Run as Administrator" option. And it worked. After all, it had a really simple work around.

No comments :

Post a Comment

Migrating from Wordpress to Blogger

No comments
As you might know, if you were following my blog on the previous address, I've migrated it from Wordpress to Blogger. The reason for doing so is just that Blogger let's you control the page's content with a finer grain, even write raw HTML it you want to.
I managed to get all my posts from Wordpress and import them to blogger. The problem at hand with that is Blogger only supports file exported from another Blogger hosted blog.
The solution I found was as follows:
  1. Export all the posts from the previous site, hosted on Wordpress, to a file in the WordPress eXtended RSS (WXR) format. You can do this going to "Tools > Export" on your Wordpress dashboard.
  2. Next I found this tool, called Wordpress2Blogger, uploaded my WXR file and downloaded a new file, this one on the Blogger RSS format.
  3. Finally, I imported the given file into Blogger, using the available import option,
With three simple steps, not counting the new blog account registration, the migration is successful.

No comments :

Post a Comment