Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error installing GlassFish Server (invalid SwiXML Descriptor)

I'm trying to install GlassFish Server 3.1.2 in a Windows 7 x64 machine. The system reports me an invalid SwiXML Descriptor error... How can I fix this?

like image 656
sonnuforevis Avatar asked Nov 24 '25 04:11

sonnuforevis


1 Answers

This was a know bug registered on OpenMQ JIRA: http://java.net/jira/browse/MQ-33

I opened a issue for Glassfish since OpenMQ one is marked as solved: http://java.net/jira/browse/GLASSFISH-18757

The SwiXML error is actually related to Glassfish Configuration. The installer runs without any trouble when option "Install only" is selected. Nevertheless the bug will always happen when you run the installer in order to configure a installed Glassfish.

Users with such issue has an alternative path (until a fix is not released): 1- Install Glassfish using install only option 2- Configure domains manually using asadmin

like image 60
Marcio Jasinski Avatar answered Nov 26 '25 16:11

Marcio Jasinski