[kepler-users] Mac Lion > Failed to parse "-kepler"

Daniel Crawl crawl at sdsc.edu
Mon Mar 26 13:23:40 PDT 2012


Hi Albert,

It looks like the error is from the HSQL database, which is
configured in:

/Applications/Kepler-2.3/Kepler.app/Contents/Resources/Java/common-2.3.0/configs/ptolemy/configs/kepler/configuration.xml.

If you send me this file, I can try to debug the problem.

   --dan


On 3/26/12 12:01 PM, Albert Vilà Picas wrote:
> Hey thanks but,
>
> My database is ok, also the parameters from resource configuration file at
> provenance.
> After some good command line executions from Apache with DB connect, then me
> I can't execute Kepler, just when the thumb panel appears I have the
> Exception:
>
> Command failed
> Arguments: -kepler
>
> Failed to parse "-kepler"
>
>
> It occurs with OS Application, ./kepler.sh and with ant run
> I think it should be some Apache or Mac restrictions, absolutely no idea.
> Thanks a lot, but with Linux I never had this problems like that with
> Kepler.
>
> Best regards,
> Albert
>
>
>
> 2012/3/26 Derik Barseghian<barseghian at nceas.ucsb.edu>
>
>> Hi Albert,
>>
>> This sounds and looks like a database or provenance configuration issue:
>>> Caused by: java.sql.SQLException: S1000 General error
>> java.lang.RuntimeException: database alias does not exist
>>
>> You say you've configured provenance to use MySQL. I would verify you can
>> connect to the MySQL server using another program with the same settings.
>> Derik
>>
>>
>> On Mar 26, 2012, at 7:01 AM, Albert Vilà Picas wrote:
>>
>>> Hi all,
>>>
>>> sorry but I'm new in Mac OS X and now I don't know how to enable Kepler
>> start.
>>> After the firsts runs with reporting suite with configured provenance to
>> MySQL,
>>> the third execution failed to start. By OS Application or command line
>> everyways fail.
>>>
>>> I don't know if it's my sys-admin fault or the database, maybe ptolemy
>> or folder permissions...
>>> Any idea would be great to solve that BIG problem to execute Kepler 2.3
>> or trunk.
>>> I have deleted all cache, KeplerData and uninstalled all the versions
>> and the problem persists :(
>>>
>>> This is my java stack error display:
>>>
>>>
>>>
>>>
>>> java.lang.Exception: Failed to parse "-kepler"
>>>        at
>> ptolemy.actor.gui.ConfigurationApplication.throwArgsException(ConfigurationApplication.java:791)
>>>        at
>> ptolemy.actor.gui.ConfigurationApplication.<init>(ConfigurationApplication.java:320)
>>>        at
>> ptolemy.actor.gui.MoMLApplication.<init>(MoMLApplication.java:80)
>>>        at
>> ptolemy.vergil.VergilApplication.<init>(VergilApplication.java:110)
>>>        at
>> ptolemy.vergil.VergilApplication$1.run(VergilApplication.java:226)
>>>        at
>> java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
>>>        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:677)
>>>        at java.awt.EventQueue.access$000(EventQueue.java:85)
>>>        at java.awt.EventQueue$1.run(EventQueue.java:638)
>>>        at java.awt.EventQueue$1.run(EventQueue.java:636)
>>>        at java.security.AccessController.doPrivileged(Native Method)
>>>        at
>> java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
>>>        at java.awt.EventQueue.dispatchEvent(EventQueue.java:647)
>>>        at
>> java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
>>>        at
>> java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
>>>        at
>> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
>>>        at
>> java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
>>>        at
>> java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
>>>        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
>>> Caused by: java.lang.Exception: Failed to read configuration
>> 'file:/Applications/Kepler-2.3/Kepler.app/Contents/Resources/Java/common-2.3.0/configs/ptolemy/configs/kepler/configuration.xml'
>>>        at
>> ptolemy.vergil.VergilApplication._createDefaultConfiguration(VergilApplication.java:318)
>>>        at
>> ptolemy.vergil.VergilApplication._createEmptyConfiguration(VergilApplication.java:354)
>>>        at
>> ptolemy.actor.gui.ConfigurationApplication._parseArgs(ConfigurationApplication.java:1273)
>>>        at
>> ptolemy.vergil.VergilApplication._parseArgs(VergilApplication.java:484)
>>>        at
>> ptolemy.actor.gui.ConfigurationApplication.<init>(ConfigurationApplication.java:244)
>>>        ... 17 more
>>> Caused by: java.lang.Exception: Failed to call application initializer
>> class "org.kepler.gui.KeplerInitializer".  Perhaps the configuration file
>> "file:/Applications/Kepler-2.3/Kepler.app/Contents/Resources/Java/common-2.3.0/configs/ptolemy/configs/kepler/configuration.xml"
>> has a problem?
>>>        at
>> ptolemy.actor.gui.ConfigurationApplication.readConfiguration(ConfigurationApplication.java:632)
>>>        at
>> ptolemy.vergil.VergilApplication._createDefaultConfiguration(VergilApplication.java:316)
>>>        ... 21 more
>>> Caused by: java.sql.SQLException: S1000 General error
>> java.lang.RuntimeException: database alias does not exist
>>>        at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
>>>        at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown Source)
>>>        at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
>>>        at org.hsqldb.jdbcDriver.connect(Unknown Source)
>>>        at java.sql.DriverManager.getConnection(DriverManager.java:582)
>>>        at java.sql.DriverManager.getConnection(DriverManager.java:185)
>>>        at org.kepler.util.sql.HSQL._getConnection(HSQL.java:446)
>>>        at
>> org.kepler.util.sql.DatabaseFactory.getDBConnection(DatabaseFactory.java:140)
>>>        at
>> org.kepler.gui.KeplerInitializer.initializeSystem(KeplerInitializer.java:169)
>>>        at
>> org.kepler.gui.KeplerInitializer.<init>(KeplerInitializer.java:96)
>>>        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
>> Method)
>>>        at
>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>>>        at
>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>>>        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>>>        at java.lang.Class.newInstance0(Class.java:355)
>>>        at java.lang.Class.newInstance(Class.java:308)
>>>        at
>> ptolemy.actor.gui.ConfigurationApplication.readConfiguration(ConfigurationApplication.java:630)
>>>        ... 22 more
>>>
>>>
>>> _______________________________________________
>>> Kepler-users mailing list
>>> Kepler-users at kepler-project.org
>>> http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users
>>
>>
>
>
>
> _______________________________________________
> Kepler-users mailing list
> Kepler-users at kepler-project.org
> http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users



More information about the Kepler-users mailing list