Hi Tim,
I have installed v 2.3 dev and followed your instructions to distribute a project via the web server.
I am not sure that I have the projects.ijp file right - the example file 'http://www.chemaxon.com/forum/projects.ijp' is missing from your web server.
Here is my version:
<?xml version="1.0" encoding="UTF-8"?>
<!--
prj_configuration attributes:
codebasename - url where is the configuration file deployed (useful if you deploy already downloaded file)
version - change it on configuration update, you don't need to use it
-->
<prj_configuration codebasename="http://hydra.vcp.monash.edu.au/ijc/" version="1">
<!--
prj attributes:
url - relative url with zip file, the zipfile contains packed project with .server configurations
name - name of project
version - change it together with version configuration if project is updated
-->
<prj url="compactus9.zip" name="compactus9" version="1"/>
</prj_configuration>
~
Here is the master file:
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://hydra.vcp.monash.edu.au/ijc/" href="master.jnlp">
<information>
<title>Instant JChem (JWS DEV)</title>
<vendor>Chemaxon Ktf.</vendor>
<description>Instant JChem Java Web Start DEV version</description>
<description kind="short">Instant JChem 2.3 Development Version</description>
<homepage href="http://www.chemaxon.com/product/ijc.html"/>
<shortcut online="false">
<desktop/>
<menu submenu="ChemAxon"/>
</shortcut>
<icon href="frame32.gif" kind="default"/>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.5+"/>
<jar href="JNLPInstaller.jar" main="true" download="eager"/>
</resources>
<application-desc main-class="com.im.ijc.jnlpinstaller.Main">
<argument>--openUrl</argument>
<argument>
http://hydra.vcp.monash.edu.au/ijc/projects.ijp </argument>
<!-- license configuration
<argument>-J-Dijc.license.url=http://yourserver/license.cxl</argument>
Do not show Welcome screen on startup
<argument>-J-Dijc.not.welcome=true</argument>
-->
</application-desc>
</jnlp>
Here are the contents of compactus9.zip
unzip compactus9.zip
Archive: compactus9.zip
creating: compactus9/
creating: compactus9/.private/
creating: compactus9/.private/com.im.ijc.core.api.views.AbstractViewTopComponent/
inflating: compactus9/.private/com.im.ijc.core.api.views.AbstractViewTopComponent/0.ser
inflating: compactus9/.private/com.im.ijc.core.api.views.AbstractViewTopComponent/1.ser
inflating: compactus9/.private/com.im.ijc.core.api.views.AbstractViewTopComponent/2.ser
inflating: compactus9/.private/private.properties
creating: compactus9/.server/
creating: compactus9/.server/compactus9/
inflating: compactus9/.server/compactus9.ijs
creating: compactus9/.wbproject/
inflating: compactus9/.wbproject/project.properties
inflating: compactus9/README.txt
When I start up IJC there is no new project in the project window.
The following errors appear in the logfile.
Cheers
David
WARNING [org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogFactory]: Property PROP_IDE_IDENTITY hasn't been initialized yet.
INFO [org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalog]: No content in cache for Chemaxon_IJC_Standard_UpdateCenter provider. Returns EMPTY_MAP
INFO [com.im.workbench.project.url.URLContentImpl]: PROJECT property is not available in
http://hydra.vcp.monash.edu.au/ijc/projects.ijp
INFO [com.im.workbench.project.configuration.Configuration]: no server folder in compactus9,MasterFileObject@326f8f[Users/david/Library/Application Support/instantjchem/ws_2.3/SharedConfigurations/2/conf_tmp_folder/compactus9]
INFO [com.im.workbench.project.configuration.Configuration]: no server folder in compactus9,MasterFileObject@94b855[Users/david/Library/Application Support/instantjchem/ws_2.3/SharedConfigurations/2/conf_tmp_folder/compactus9]
INFO [com.im.workbench.project.configuration.Configuration]: Open projects - null,0,1
INFO [com.im.workbench.project.url.URLContentImpl]: PROJECT property is not available in
http://hydra.vcp.monash.edu.au/ijc/projects.ijp
INFO [com.im.workbench.project.url.URLContentImpl]: Project was not deployed for url
http://hydra.vcp.monash.edu.au/ijc/projects.ijp
INFO [com.im.workbench.project.url.URLContentImpl]: Executed URL:
http://hydra.vcp.monash.edu.au/ijc/projects.ijp
INFO [com.im.workbench.project.configuration.Configuration]: no server folder in compactus9,MasterFileObject@1ea763[Users/david/Library/Application Support/instantjchem/ws_2.3/SharedConfigurations/1/conf_tmp_folder/compactus9]
INFO [com.im.workbench.project.configuration.Configuration]: Open projects - null,0,1
Diagnostic information
Input arguments:
-Djdk.home=/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home
-Dnetbeans.system_http_proxy=DIRECT
-Dnetbeans.system_http_non_proxy_hosts=
-Dnetbeans.dirs=/Users/david/Library/Application
Support/instantjchem/ws_installation_2.3/bin/../instantjchem:/Users/david/Library/Application
Support/instantjchem/ws_installation_2.3/bin/../ide8:
-Dnetbeans.home=/Users/david/Library/Application
Support/instantjchem/ws_installation_2.3/platform7
-Dcom.apple.mrj.application.apple.menu.about.name=instantjchem
-Xms48m
-Xmx128m
-Dderby.system.home=derby
-Dnetbeans.logger.console=true
-ea
-Dorg.netbeans.ProxyClassLoader.level=1000
-DuseGtk=false
-Dderby.system.home=/Users/david/Library/Application
Support/instantjchem/ws_2.3/var/derby