This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Completed 500 Internal Server Error in 67ms | |
RSolr::Error::Http (RSolr::Error::Http - 500 Internal Server Error | |
Error: Severe errors in solr configuration. | |
Check your log files for more detailed information on what may be wrong. | |
If you want solr to continue after configuration errors, change: | |
<abortOnConfigurationError>false</abortOnConfigurationError> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#------------------------------------------------ | |
# git repo and branch info | |
parse_git_branch () { | |
git name-rev HEAD 2> /dev/null | sed 's#HEAD\ \(.*\)# (git::\1)#' | |
} | |
parse_svn_branch() { | |
parse_svn_url | sed -e 's#^'"$(parse_svn_repository_root)"'##g' | awk '{print " (svn::"$1")" }' | |
} | |
parse_svn_url() { | |
svn info 2>/dev/null | sed -ne 's#^URL: ##p' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** rb_ary_push - specialized rb_ary_store | |
* | |
*/ | |
@JRubyMethod(name = "<<", required = 1) | |
public RubyArray append(IRubyObject item) { | |
modify(); | |
int valuesLength = values.length - begin; | |
if (realLength == valuesLength) { | |
if (realLength == Integer.MAX_VALUE) throw getRuntime().newArgumentError("index too big"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Java::JavaSql::SQLException - javax.resource.ResourceException: IJ000453: Unable to get managed connection for java:jboss/datasources/mysql.production.cluster.read: | |
org.jboss.jca.adapters.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:147) | |
sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source) | |
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
java.lang.reflect.Method.invoke(Method.java:601) | |
org.jruby.javasupport.JavaMethod.invokeDirectWithExceptionHandling(JavaMethod.java:440) | |
org.jruby.javasupport.JavaMethod.invokeDirect(JavaMethod.java:304) | |
org.jruby.java.invokers.InstanceMethodInvoker.call(InstanceMethodInvoker.java:52) | |
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:56) | |
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error message | |
Error: javax.resource.ResourceException: IJ000453: Unable to get managed connection for java:jboss/datasources/mysql.production.common_cluster.read | |
Sample stack trace (hide Rails) | |
…boss.jca.adapters.jdbc.WrapperDataSource.getConnection (WrapperDataSource.java:147) | |
sun.reflect.GeneratedMethodAccessor73.invoke (Unknown Source) | |
sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) | |
java.lang.reflect.Method.invoke (Method.java:601) | |
…vasupport.JavaMethod.invokeDirectWithExceptionHandling (JavaMethod.java:440) | |
org.jruby.javasupport.JavaMethod.invokeDirect (JavaMethod.java:304) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use jdbcsqlite3 as the database for Active Record | |
gem 'activerecord-jdbcsqlite3-adapter' | |
gem 'jruby-openssl' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[WARNING] | |
[WARNING] Some problems were encountered while building the effective model for org.torquebox:torquebox-integration-tests:jar:2.4.0-SNAPSHOT | |
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin de.saumya.mojo:jruby-maven-plugin @ line 537, column 15 | |
[WARNING] | |
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. | |
[WARNING] | |
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects. | |
[WARNING] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[jkutner@largo[torquebox](➈❷) (git::2x-dev)]$ git status | |
# On branch 2x-dev | |
# Your branch is ahead of 'upstream/2x-dev' by 60 commits. | |
# | |
nothing to commit (working directory clean) | |
[jkutner@largo[torquebox](➈❷) (git::2x-dev)]$ git log -1 | |
commit 487d8df6b207f118cd8ab8f961ca9f6a62225ab1 | |
Author: Ben Browning <[email protected]> | |
Date: Fri Mar 1 08:53:00 2013 -0500 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class SessionHash < Hash | |
#... | |
def [](key) | |
load_for_read! | |
@data[key.to_s] | |
end | |
def []=(key, value) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12:20:14,637 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA | |
12:20:15,257 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA | |
12:20:15,327 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "Brontes" starting | |
12:20:15,329 DEBUG [org.jboss.as.config] Configured system properties: | |
[Standalone] = | |
awt.toolkit = sun.lwawt.macosx.LWCToolkit | |
file.encoding = UTF-8 | |
file.encoding.pkg = sun.io | |
file.separator = / | |
ftp.nonProxyHosts = local|*.local|169.254/16|*.169.254/16 |