Git Product home page Git Product logo

Comments (10)

spitefultowel avatar spitefultowel commented on June 12, 2024

Using grailsw run-war just loads a 404 page when navigating to localhost:8080/ice/

from ice.

fangji avatar fangji commented on June 12, 2024

I didn't run Ice from Windows myself. Did you use grailsw or grailsw.bat on Windows? grailsw.bat should be used for Windows.

from ice.

spitefultowel avatar spitefultowel commented on June 12, 2024

grailsw.bat is automatically called when using grailsw as there is no grailsw.cmd

from ice.

fangji avatar fangji commented on June 12, 2024

I never ran Ice from Windows. Is it possible for you to use a Mac or linux machine?

from ice.

spitefultowel avatar spitefultowel commented on June 12, 2024

I can. I was hoping to get it working from Windows...

from ice.

spitefultowel avatar spitefultowel commented on June 12, 2024

Running into the following with a fresh install on Ubuntu 13.04 openjdk-6-jdk and grails2.2.1

2013-06-20 18:17:44,583 [localhost-startStop-1] INFO BootStrap - Starting ice...
| Error java.lang.NullPointerException
| Error at java.util.Properties$LineReader.readLine(Properties.java:435)
| Error at java.util.Properties.load0(Properties.java:354)
| Error at java.util.Properties.load(Properties.java:342)
| Error at java_util_Properties$load.call(Unknown Source)
| Error at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)
| Error at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
| Error at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
| Error at BootStrap$_closure1.doCall(BootStrap.groovy:54)
| Error at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| Error at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
| Error at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
| Error at java.lang.reflect.Method.invoke(Method.java:616)
| Error at org.springsource.loaded.ri.ReflectiveInterceptor.jlrMethodInvoke(ReflectiveInterceptor.java:1243)
| Error at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
| Error at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
| Error at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1082)
| Error at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1106)
| Error at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:906)
| Error at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:956)
| Error at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1106)
| Error at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:906)
| Error at groovy.lang.Closure.call(Closure.java:412)
| Error at groovy.lang.Closure.call(Closure.java:406)
| Error at grails.util.Environment.evaluateEnvironmentSpecificBlock(Environment.java:308)
| Error at grails.util.Environment.executeForEnvironment(Environment.java:301)
| Error at grails.util.Environment.executeForCurrentEnvironment(Environment.java:277)
| Error at org.codehaus.groovy.grails.commons.DefaultGrailsBootstrapClass.callInit(DefaultGrailsBootstrapClass.java:60)
| Error at org.codehaus.groovy.grails.web.context.GrailsConfigUtils.executeGrailsBootstraps(GrailsConfigUtils.java:74)
| Error at org.codehaus.groovy.grails.web.context.GrailsContextLoader.initWebApplicationContext(GrailsContextLoader.java:108)
| Error at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:111)
| Error at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4791)
| Error at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5285)
| Error at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
| Error at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
| Error at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
| Error at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
| Error at java.util.concurrent.FutureTask.run(FutureTask.java:166)
| Error at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
| Error at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
| Error at java.lang.Thread.run(Thread.java:679)
| Error 2013-06-20 18:17:44,665 [localhost-startStop-1] ERROR BootStrap - Startup failed
Message: null
Line | Method
->> 435 | readLine in java.util.Properties$LineReader


| 354 | load0 in java.util.Properties
| 342 | load . . . . . . . . . . . . . . in ''
| 54 | doCall in BootStrap$_closure1
| 308 | evaluateEnvironmentSpecificBlock in grails.util.Environment
| 301 | executeForEnvironment in ''
| 277 | executeForCurrentEnvironment . . in ''
| 334 | innerRun in java.util.concurrent.FutureTask$Sync
| 166 | run . . . . . . . . . . . . . . in java.util.concurrent.FutureTask
| 1146 | runWorker in java.util.concurrent.ThreadPoolExecutor
| 615 | run . . . . . . . . . . . . . . in java.util.concurrent.ThreadPoolExecutor$Worker
^ 679 | run in java.lang.Thread

from ice.

fangji avatar fangji commented on June 12, 2024

It failed at reading properties from ice.properties file. Did you create your own ice.properties and put it in src/java?

from ice.

spitefultowel avatar spitefultowel commented on June 12, 2024

Yea i figured that one out. I created an ice user and access keys. They have full access to the S3 buckets but I can't seem to connect I keep getting access denied. Also running into an issue with the logs not being reported. I've copied the sample policy created by Amazon to the bucket policies but they're not being delivered. Any thoughts? I also forgot to mention I'm new to the whole AWS thing.

from ice.

fangji avatar fangji commented on June 12, 2024

@spitefultowel I suggest you work Amazon tech support to sort the S3 bucket permission issue out.

from ice.

centic9 avatar centic9 commented on June 12, 2024

I had the same problem as originally reported here, Windows support would be nice, for now I am starting to look at running it on Linux Ubuntu...

from ice.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.